/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.42857143;
  -webkit-tap-highlight-color: transparent;
}
body {
  background: #fff;
  color: #383838;
  font-family: 'avnerounded', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Hiragino Kaku Gothic Pro", Meiryo, "Malgun Gothic", "Helvetica Neue", sans-serif;
  font-size: 1.6rem;
  overflow-x: hidden;
}
a {
  color: #4778C5;
  text-decoration: underline;
}
a:focus,
a:hover {
  color: #681393;
}
[disabled],
.disabled {
  cursor: default;
  opacity: .75;
  pointer-events: none;
}
.btn .icon,
.toast .icon {
  font-size: 1.3333em;
  line-height: .8em;
  margin-right: .2rem;
  vertical-align: -20%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
}
h1 {
  font-size: 5rem;
}
h2 {
  font-size: 4rem;
}
h3 {
  font-size: 3rem;
}
h4 {
  font-size: 2.4rem;
}
h5 {
  font-size: 1.8rem;
}
h6 {
  font-size: 1.6rem;
}
p {
  margin: 0 0 1rem;
}
blockquote {
  border-left: .2rem solid #ddd;
  margin-left: 0;
  padding: 1rem 2rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  color: #b8b8b8;
}
ul,
ol {
  margin: 2rem 0 2rem 2rem;
  padding: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 1.5rem 0 1.5rem 2rem;
}
ul li,
ol li {
  margin-top: 1rem;
}
ul {
  list-style: disc inside;
}
ul ul {
  list-style-type: circle;
}
ol {
  list-style: decimal inside;
}
ol ol {
  list-style-type: lower-alpha;
}
dl dt {
  font-weight: 500;
}
dl dd {
  margin: .5rem 0 1.5rem 0;
}
.lead {
  font-size: 120%;
}
mark,
.highlight {
  background: #ffe5a3;
  border-radius: .2rem;
  display: inline;
  font-size: 1em;
  padding: .1em .3em;
  vertical-align: baseline;
}
pre {
  background: #f9f9f9;
  border-left: 0.2rem solid #e2e2e2;
  line-height: 1.8rem;
  margin-bottom: 1em;
  margin-top: 1em;
  overflow: auto;
  padding: 1.5rem 2.5rem;
}
code {
  background: #efefef;
  border-radius: .2rem;
  display: inline;
  font-size: 1em;
  padding: .1em .3em;
  vertical-align: baseline;
  white-space: nowrap;
}
pre code {
  background: transparent;
  border-left: 0;
  line-height: 1.8rem;
  margin-bottom: 0;
  margin-top: 0;
}
.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.table.table-striped tbody tr:nth-of-type(odd) {
  background: #fcfcfc;
}
.table.table-hover tbody tr:hover {
  background: #f4f4f4;
}
.table.table-hover tbody tr.selected {
  background: #f2f2f2;
}
.table th,
.table td {
  border-bottom: 0.1rem solid #efefef;
  padding: 1.5rem 1rem;
  text-align: left;
}
.table th {
  border-color: #c9c9c9;
}
.btn {
  -webkit-appearance: none;
  background: #fff;
  border: 0px solid #4778C5;
  border-radius: 0px;
  color: #4778C5;
  cursor: pointer;
  display: inline-block;
  font-size: 1.7rem;
  line-height: 1.9rem;
  outline: 0;
  padding: .7rem 2rem;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  font-weight: 700;
  white-space: nowrap;
}
.btn span,
.btn i {
  vertical-align: middle;
  display: inline-block;
}
.btn i {
  margin-right: -10px;
  margin-left: 10px;
}
.btn.btn-rounded {
  border-radius: 60px!important;
}
.btn:focus {
  background: #e6edf7;
}
.btn:hover {
  background: #4778C5;
  border-color: #3a6bb8;
  color: #fff;
}
.btn:active,
.btn.active {
  background: #3a6bb8;
  border-color: #3460a5;
  color: #fff;
}
.btn.btn-primary {
  background: #4778C5;
  border-color: #3a6bb8;
  color: #fff;
}
.btn.btn-primary:focus {
  background: #3b6dbc;
  border-color: #3460a5;
  color: #fff;
}
.btn.btn-primary:hover {
  background: #3969b5;
  border-color: #2e5592;
  color: #fff;
}
.btn.btn-primary:active,
.btn.btn-primary.active {
  background: #3664ad;
  border-color: #2e5592;
  color: #fff;
}
.btn.btn-primary.loading::after {
  border-color: #fff;
  border-right-color: transparent;
  border-top-color: transparent;
}
.btn.btn-green {
  background: #5dad28;
  border-color: #529823;
  color: #fff;
}
.btn.btn-green:focus {
  background: #549c24;
  border-color: #47841e;
  color: #fff;
}
.btn.btn-green:hover {
  background: #509422;
  border-color: #3c6f1a;
  color: #fff;
}
.btn.btn-green:active,
.btn.btn-green.active {
  background: #4b8c20;
  border-color: #3c6f1a;
  color: #fff;
}
.btn.btn-green.loading::after {
  border-color: #fff;
  border-right-color: transparent;
  border-top-color: transparent;
}
.btn.btn-blue {
  background: #2867ad;
  border-color: #235b98;
  color: #fff;
}
.btn.btn-blue:focus {
  background: #245d9c;
  border-color: #1e4e84;
  color: #fff;
}
.btn.btn-blue:hover {
  background: #225894;
  border-color: #1a426f;
  color: #fff;
}
.btn.btn-blue:active,
.btn.btn-blue.active {
  background: #20538c;
  border-color: #1a426f;
  color: #fff;
}
.btn.btn-blue.loading::after {
  border-color: #fff;
  border-right-color: transparent;
  border-top-color: transparent;
}
.btn.btn-purple {
  background: #9f4090;
  border-color: #8d3980;
  color: #fff;
}
.btn.btn-purple:focus {
  background: #903a83;
  border-color: #7b316f;
  color: #fff;
}
.btn.btn-purple:hover {
  background: #89377c;
  border-color: #682a5f;
  color: #fff;
}
.btn.btn-purple:active,
.btn.btn-purple.active {
  background: #823476;
  border-color: #682a5f;
  color: #fff;
}
.btn.btn-purple.loading::after {
  border-color: #fff;
  border-right-color: transparent;
  border-top-color: transparent;
}
.btn.btn-link {
  background: transparent;
  border-color: transparent;
  color: #4778C5;
}
.btn.btn-link:focus,
.btn.btn-link:hover {
  background: #f4f4f4;
  color: #2e5592;
}
.btn.btn-link:active,
.btn.btn-link.active {
  background: #efefef;
  color: #223e6b;
}
.btn.btn-link.btn-purple {
  color: #63156b;
}
.btn.btn-link.btn-purple:hover {
  background-color: transparent;
}
.btn.btn-link.btn-white {
  color: #fff;
}
.btn.btn-link.btn-white:hover {
  background-color: transparent;
}
.btn.btn-sm {
  border-radius: 0px;
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: .4rem 1rem;
}
.btn.btn-lg {
  border-radius: 0px;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 1.2rem 2.8rem;
}
.btn.btn-xlg {
  border-radius: 0px;
  font-size: 2rem;
  line-height: 2.7rem;
  padding: 1.4rem 3.4rem;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-outline {
  border: 2px solid #111;
  color: #111;
  background-color: transparent;
}
.btn.btn-outline.btn-white {
  border: 2px solid #fff;
  color: #fff;
}
.btn.btn-clear {
  background: transparent;
  border: 0;
  color: #666;
  height: 2rem;
  margin-left: .3rem;
  opacity: .45;
  padding: 0;
}
.btn.btn-clear:hover {
  opacity: .85;
}
.btn.btn-clear::before {
  content: '\00d7';
  font-size: 2rem;
}
.btn-group {
  display: inline-flex;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto;
}
.btn-group .btn {
  flex: 1 0 auto;
}
.btn-group .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.1rem;
}
.btn-group .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.1rem;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 99;
}
.btn-group.btn-group-block {
  display: flex;
}
.form-group:not(:last-child) {
  margin-bottom: 1rem;
}
.form-input {
  -webkit-appearance: none;
  background: #fff;
  background-image: none;
  border: 0.1rem solid #c5c5c5;
  border-radius: .3rem;
  color: #383838;
  display: block;
  font-size: 1.4rem;
  height: 3.2rem;
  line-height: 1.6rem;
  max-width: 100%;
  outline: 0;
  padding: .7rem .8rem;
  position: relative;
  width: 100%;
}
.form-input:focus {
  border-color: #4778C5;
}
.form-input[disabled] {
  background: #eeeff2;
}
.form-input.input-sm {
  border-radius: .2rem;
  font-size: 1.2rem;
  height: 2.4rem;
  padding: .3rem .6rem;
}
.form-input.input-lg {
  border-radius: .4rem;
  font-size: 1.6rem;
  height: 4.2rem;
  line-height: 2rem;
  padding: 1rem .8rem;
}
.form-input.input-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
textarea.form-input {
  height: auto;
  line-height: 2rem;
}
.has-success .form-input,
.form-input.is-success {
  border-color: #32b643;
}
.has-danger .form-input,
.form-input.is-danger {
  border-color: #e85600;
}
.form-input-hint {
  color: #888;
  display: inline-block;
  margin-top: .4rem;
}
.has-success .form-input-hint,
.is-success + .form-input-hint {
  color: #32b643;
}
.has-danger .form-input-hint,
.is-danger + .form-input-hint {
  color: #e85600;
}
.form-label {
  display: block;
  line-height: 1.6rem;
  margin-bottom: .5rem;
}
.form-select {
  appearance: none;
  border: 0.1rem solid #c5c5c5;
  border-radius: .3rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  outline: 0;
  padding: .5rem .8rem;
  vertical-align: middle;
}
.form-select:not([multiple]) {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center / 0.8rem 1rem;
  height: 3.2rem;
  padding-right: 2.4rem;
}
.form-select:focus {
  border-color: #4778C5;
}
.form-select::-ms-expand {
  display: none;
}
.form-select.select-sm {
  border-radius: .2rem;
  font-size: 1.2rem;
  height: 2.4rem;
  padding: .4rem 2rem .4rem .6rem;
}
.form-select.select-lg {
  font-size: 1.6rem;
  height: 4.2rem;
  line-height: 2rem;
  padding: 1rem 2.4rem 1rem .8rem;
}
.form-checkbox input,
.form-radio input,
.form-switch input {
  clip: rect(0, 0, 0, 0);
  height: .1rem;
  margin: -0.1rem;
  overflow: hidden;
  position: absolute;
  width: .1rem;
}
.form-checkbox,
.form-radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.8rem;
  padding: .3rem 2rem;
  position: relative;
}
.form-checkbox .form-icon,
.form-radio .form-icon {
  border: 0.1rem solid #c5c5c5;
  display: inline-block;
  font-size: 1.4rem;
  height: 1.4rem;
  left: 0;
  line-height: 2.4rem;
  outline: none;
  padding: 0;
  position: absolute;
  top: .5rem;
  transition: all .15s ease;
  vertical-align: top;
  width: 1.4rem;
}
.form-checkbox:hover .form-icon,
.form-radio:hover .form-icon {
  border-color: #929292;
}
.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon {
  border-color: #4778C5;
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon {
  background: #4778C5;
  border-color: #4778C5;
}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: #efefef;
}
.form-checkbox .form-icon {
  border-radius: .2rem;
}
.form-checkbox input:checked + .form-icon::after {
  background-clip: padding-box;
  border: .2rem solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 1rem;
  left: 50%;
  margin-left: -0.3rem;
  margin-top: -0.6rem;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: .6rem;
}
.form-checkbox input:indeterminate + .form-icon {
  background: #4778C5;
  border-color: #4778C5;
}
.form-checkbox input:indeterminate + .form-icon::after {
  background: #fff;
  content: "";
  height: .2rem;
  left: 50%;
  margin-left: -0.4rem;
  margin-top: -0.1rem;
  position: absolute;
  top: 50%;
  width: .8rem;
}
.form-radio .form-icon {
  border-radius: .7rem;
}
.form-radio input:checked + .form-icon::after {
  background: #fff;
  border-radius: .2rem;
  content: "";
  height: .4rem;
  left: 50%;
  margin-left: -0.2rem;
  margin-top: -0.2rem;
  position: absolute;
  top: 50%;
  width: .4rem;
}
.form-switch {
  cursor: pointer;
  display: inline-block;
  line-height: 2rem;
  padding: .3rem 2rem .3rem 3.6rem;
  position: relative;
}
.form-switch .form-icon {
  background: #c5c5c5;
  background-clip: padding-box;
  border: 0.1rem solid #c5c5c5;
  border-radius: .9rem;
  display: inline-block;
  height: 1.8rem;
  left: 0;
  line-height: 2.6rem;
  outline: none;
  padding: 0;
  position: absolute;
  top: .4rem;
  vertical-align: top;
  width: 3rem;
}
.form-switch .form-icon::after {
  background: #fff;
  border-radius: .8rem;
  content: "";
  display: block;
  height: 1.6rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: left .15s ease;
  width: 1.6rem;
}
.form-switch input:checked + .form-icon {
  background: #4778C5;
  border-color: #4778C5;
}
.form-switch input:checked + .form-icon::after {
  left: 1.2rem;
}
.form-switch input:active + .form-icon::after {
  background: #efefef;
}
.input-group {
  display: flex;
}
.input-group .input-group-addon {
  background: #f9f9f9;
  border: 0.1rem solid #c5c5c5;
  border-radius: .3rem;
  line-height: 1.6rem;
  padding: .7rem .8rem;
}
.input-group .input-group-addon.addon-sm {
  font-size: 1.2rem;
  padding: .3rem .6rem;
}
.input-group .input-group-addon.addon-lg {
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 1rem .8rem;
}
.input-group .input-group-addon,
.input-group .input-group-btn {
  flex: 1 0 auto;
}
.input-group .form-input:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-input:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.1rem;
}
.input-group .form-input:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.1rem;
}
.input-group .form-input:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
  z-index: 99;
}
.label {
  background: #efefef;
  color: #6b6b6b;
  border-radius: .2rem;
  display: inline;
  font-size: 1em;
  padding: .1em .3em;
  vertical-align: baseline;
  white-space: nowrap;
}
.label.label-primary {
  background: #4778C5;
  border-color: #3f72c3;
  color: #fff;
}
.label.label-primary a {
  color: #fff;
}
.label.label-primary a:hover,
.label.label-primary a:focus,
.label.label-primary a:active {
  opacity: .75;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* Default 16:9, you can calculate this value by dividing 9 by 16 */
  padding-top: 3rem;
  position: relative;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-responsive video {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.video-responsive-4-3 {
  padding-bottom: 75%;
  /* 4:3 */
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .grid-960 {
    width: 98rem;
  }
}
@media screen and (min-width: 500px) {
  .grid-480 {
    width: 50rem;
  }
}
.columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.columns.col-gapless {
  margin-left: 0;
  margin-right: 0;
}
.columns.col-gapless .column {
  padding-left: 0;
  padding-right: 0;
}
.columns.col-oneline {
  flex-wrap: nowrap;
  overflow-x: auto;
}
.column {
  flex: 1;
  padding: 1rem;
}
.column.col-12,
.column.col-11,
.column.col-10,
.column.col-9,
.column.col-8,
.column.col-7,
.column.col-6,
.column.col-5,
.column.col-4,
.column.col-3,
.column.col-2,
.column.col-1 {
  flex: none;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
@media screen and (max-width: 960px) {
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1 {
    flex: none;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
@media screen and (max-width: 840px) {
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1 {
    flex: none;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media screen and (max-width: 600px) {
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1 {
    flex: none;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media screen and (max-width: 480px) {
  .col-xs-12,
  .col-xs-11,
  .col-xs-10,
  .col-xs-9,
  .col-xs-8,
  .col-xs-7,
  .col-xs-6,
  .col-xs-5,
  .col-xs-4,
  .col-xs-3,
  .col-xs-2,
  .col-xs-1 {
    flex: none;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
}
.form-horizontal {
  padding: 1rem;
}
.form-horizontal .form-group {
  display: flex;
}
.form-horizontal .form-label {
  padding: .8rem .4rem;
  margin-bottom: 0;
}
.form-horizontal .form-checkbox,
.form-horizontal .form-radio {
  margin: .5rem 0;
}
@media screen and (max-width: 480px) {
  .hide-xs {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .hide-sm {
    display: none !important;
  }
}
@media screen and (max-width: 840px) {
  .hide-md {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .hide-lg {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .hide-xl {
    display: none !important;
  }
}
.empty {
  background: #f8f8f8;
  border-radius: .3rem;
  text-align: center;
  padding: 4rem;
}
.empty .empty-title {
  font-size: 1.8rem;
  margin: 1.5rem 0 .5rem 0;
}
.empty .empty-meta {
  color: #888;
}
.empty .empty-action {
  margin-top: 1.5rem;
}
.avatar {
  border-radius: 50%;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  height: 3.2rem;
  line-height: 1;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 3.2rem;
}
.avatar.avatar-xs {
  font-size: .8rem;
  height: 1.6rem;
  width: 1.6rem;
}
.avatar.avatar-sm {
  font-size: 1rem;
  height: 2.4rem;
  width: 2.4rem;
}
.avatar.avatar-lg {
  font-size: 2rem;
  height: 4.8rem;
  width: 4.8rem;
}
.avatar.avatar-xl {
  font-size: 2.6rem;
  height: 6.4rem;
  width: 6.4rem;
}
.avatar img {
  border-radius: 50%;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 99;
}
.avatar .avatar-icon {
  background: #fff;
  bottom: -0.2em;
  height: 50%;
  padding: 5%;
  position: absolute;
  right: -0.2em;
  width: 50%;
}
.avatar[data-initial]::after {
  color: #fff;
  content: attr(data-initial);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.chip {
  align-content: space-around;
  align-items: center;
  border: .1rem solid transparent;
  border-radius: .3rem;
  display: flex;
  list-style: none;
  margin: 0;
  padding: .5rem 0;
}
.chip .chip-icon {
  flex: 0 0 auto;
}
.chip .chip-content {
  flex: 1 1 auto;
  padding: 0 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chip .chip-action {
  flex: 0 0 auto;
}
.chip .chip-title {
  font-size: 1.4rem;
}
.chip .chip-meta {
  color: #b8b8b8;
  font-size: 1.2rem;
}
.chip-sm {
  align-items: center;
  background: #e2eaf6;
  border-radius: .3rem;
  color: #666;
  display: inline-flex;
  font-size: 1.2rem;
  height: 2.4rem;
  max-width: 100%;
  padding: .3rem .6rem;
  text-decoration: none;
  vertical-align: middle;
}
.chip-sm:hover,
.chip-sm:focus {
  background: #dae4f3;
}
.chip-sm .btn-clear {
  margin-top: -0.2rem;
}
.chip-sm .btn-clear::before {
  color: #3460a5;
  font-size: 1.6rem;
}
.chip-sm.selected {
  background: #4778C5;
  color: #fff;
}
.chip-sm.selected .btn-clear::before {
  color: #e2eaf6;
}
.chip-sm .chip-name {
  margin-left: .4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chip-sm .avatar {
  font-size: .8rem;
  height: 1.6rem;
  width: 1.6rem;
}
.form-autocomplete {
  position: relative;
}
.form-autocomplete .form-autocomplete-input {
  background: #fff;
  border: 0.1rem solid #c5c5c5;
  border-radius: .3rem;
  color: #383838;
  display: block;
  font-size: 1.4rem;
  line-height: 1.6rem;
  max-width: 100%;
  min-height: 3.2rem;
  outline: 0;
  padding: .3rem .3rem 0 .3rem;
  width: 100%;
}
.form-autocomplete .form-autocomplete-input .chip-sm {
  margin-bottom: .3rem;
}
.form-autocomplete .form-autocomplete-input .form-input {
  background: #fff;
  border-color: transparent;
  display: inline-block;
  height: 2.4rem;
  margin-bottom: .3rem;
  padding: .3rem;
  vertical-align: top;
  width: auto;
}
.form-autocomplete .form-autocomplete-list {
  background: #fff;
  border: 0.1rem solid #d2d2d2;
  border-radius: .3rem;
  display: block;
  height: auto;
  left: 0;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
  margin: .3rem 0 0 0;
  padding: .5rem;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1988;
}
.form-autocomplete .form-autocomplete-item {
  border-radius: .3rem;
  display: block;
  margin-top: .1rem;
  padding: .2rem 1rem;
}
.form-autocomplete .form-autocomplete-item:hover,
.form-autocomplete .form-autocomplete-item:focus {
  background: #f5f8fc;
}
.form-autocomplete .form-autocomplete-item.active {
  background: #e2eaf6;
}
.tooltip {
  position: relative;
}
.tooltip::after {
  background: rgba(51, 51, 51, 0.9);
  border-radius: .3rem;
  bottom: 100%;
  color: #fff;
  content: attr(data-tooltip);
  display: block;
  font-size: 1.2rem;
  left: 50%;
  line-height: 1.6rem;
  max-width: 32rem;
  opacity: 0;
  overflow: hidden;
  padding: .6rem 1rem;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  transform: translate(-50%, 0);
  transition: all .216s ease;
  z-index: 99;
}
.tooltip:focus::after,
.tooltip:hover::after {
  opacity: 1;
  transform: translate(-50%, -0.5rem);
}
.tooltip[disabled],
.tooltip.disabled {
  pointer-events: auto;
}
.tooltip.tooltip-right::after {
  bottom: 50%;
  left: 100%;
  transform: translate(0, 50%);
}
.tooltip.tooltip-right:focus::after,
.tooltip.tooltip-right:hover::after {
  transform: translate(0.5rem, 50%);
}
.tooltip.tooltip-bottom::after {
  bottom: auto;
  top: 100%;
  transform: translate(-50%, 0);
}
.tooltip.tooltip-bottom:focus::after,
.tooltip.tooltip-bottom:hover::after {
  transform: translate(-50%, 0.5rem);
}
.tooltip.tooltip-left::after {
  bottom: 50%;
  left: auto;
  right: 100%;
  transform: translate(0, 50%);
}
.tooltip.tooltip-left:focus::after,
.tooltip.tooltip-left:hover::after {
  transform: translate(-0.5rem, 50%);
}
.badge {
  position: relative;
}
.badge[data-badge]::after {
  background: #4778C5;
  background-clip: padding-box;
  border: .1rem solid #fff;
  border-radius: 1rem;
  color: #fff;
  content: attr(data-badge);
  display: inline-block;
  font-size: 1.1rem;
  height: 1.8rem;
  line-height: 1.2rem;
  min-width: 1.8rem;
  padding: .2rem .5rem;
  text-align: center;
  transform: translate(-0.2rem, -0.8rem);
  white-space: nowrap;
}
.toast {
  background: #efefef;
  border: 0.1rem solid #eaeaea;
  border-radius: .3rem;
  color: #666;
  display: block;
  padding: 1.4rem;
  width: 100%;
}
.toast.toast-primary {
  background: #4778C5;
  border-color: #3f72c3;
  color: #fff;
}
.toast.toast-primary a {
  color: #fff;
}
.toast.toast-primary a:hover,
.toast.toast-primary a:focus,
.toast.toast-primary a:active {
  opacity: .75;
}
.toast.toast-success {
  background: #32b643;
  border-color: #30ae40;
  color: #fff;
}
.toast.toast-success a {
  color: #fff;
}
.toast.toast-success a:hover,
.toast.toast-success a:focus,
.toast.toast-success a:active {
  opacity: .75;
}
.toast.toast-danger {
  background: #e85600;
  border-color: #de5200;
  color: #fff;
}
.toast.toast-danger a {
  color: #fff;
}
.toast.toast-danger a:hover,
.toast.toast-danger a:focus,
.toast.toast-danger a:active {
  opacity: .75;
}
.toast.toast-primary .btn-clear,
.toast.toast-success .btn-clear,
.toast.toast-danger .btn-clear {
  color: #fff;
}
.breadcrumb,
.tab,
.pagination {
  list-style: none;
  margin: .5rem 0;
}
.breadcrumb {
  padding: 1.2rem;
}
.breadcrumb .breadcrumb-item {
  display: inline-block;
  margin: 0;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
}
.breadcrumb .breadcrumb-item:last-child,
.breadcrumb .breadcrumb-item:last-child a {
  color: #6b6b6b;
  pointer-events: none;
}
.breadcrumb .breadcrumb-item:not(:last-child)::after {
  color: #c5c5c5;
  content: "/";
  padding: 0 .4rem;
}
.tab {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto;
}
.tab .tab-item {
  border-bottom: 0.1rem solid #c5c5c5;
  margin-top: 0;
}
.tab .tab-item a {
  border-bottom: .2rem solid transparent;
  color: #383838;
  display: block;
  margin-bottom: -0.1rem;
  margin-top: 0;
  padding: .8rem 1.4rem;
  text-decoration: none;
}
.tab .tab-item a:focus,
.tab .tab-item a:hover {
  color: #4778C5;
}
.tab .tab-item.active a,
.tab .tab-item a.active {
  border-bottom-color: #3460a5;
  color: #3460a5;
}
.tab .tab-item .badge[data-badge]::after {
  position: absolute;
  right: -1.4rem;
  top: 1rem;
  transform: translate(-50%, -1rem);
}
.tab.tab-block .tab-item {
  flex: 1 0 auto;
  text-align: center;
}
.pagination {
  display: inline-block;
  padding: 1.2rem;
}
.pagination .page-item {
  display: inline-block;
}
.pagination .page-item span {
  display: inline-block;
  padding: .6rem .5rem;
}
.pagination .page-item a {
  border-radius: .3rem;
  display: inline-block;
  margin: 0 .1rem;
  padding: .6rem 1.2rem;
  text-decoration: none;
}
.pagination .page-item a:focus,
.pagination .page-item a:hover {
  background: #e2eaf6;
}
.pagination .page-item.active a {
  background: #4778C5;
  color: #fff;
}
.modal {
  align-items: center;
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}
.modal.active {
  display: flex;
  opacity: 1;
  z-index: 1988;
}
.modal.active .modal-overlay {
  background: rgba(0, 0, 0, 0.75);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal.active .modal-container {
  animation: slide-down 0.216s;
}
.modal-container {
  animation: slide-up 0.216s;
  background: #fff;
  border-radius: .3rem;
  display: block;
  margin: 0 auto;
  padding: 0;
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.3);
  text-align: left;
  z-index: 1988;
}
.modal-container .modal-header {
  padding: 1.5rem;
}
.modal-container .modal-header .modal-title {
  font-size: 1.5rem;
  margin: 0;
}
.modal-container .modal-body {
  max-height: 50vh;
  overflow-y: auto;
  padding: 1.5rem;
  position: relative;
}
.modal-container .modal-footer {
  padding: 1.5rem;
  text-align: right;
}
@media screen and (min-width: 640px) {
  .modal-container {
    width: 64rem;
  }
}
@media screen and (min-width: 320px) {
  .modal-sm .modal-container {
    width: 32rem;
  }
}
.card {
  background: #fff;
  border: 0.1rem solid #efefef;
  border-radius: .3rem;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  z-index: 999;
}
.card .card-header,
.card .card-body,
.card .card-footer {
  padding: 1.5rem 1.5rem 0 1.5rem;
}
.card .card-header:last-child,
.card .card-body:last-child,
.card .card-footer:last-child {
  padding-bottom: 1.5rem;
}
.card .card-image {
  padding-top: 1.5rem;
}
.card .card-image:first-child {
  padding-top: 0;
}
.card .card-image:first-child img {
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}
.card .card-image:last-child img {
  border-bottom-left-radius: .3rem;
  border-bottom-right-radius: .3rem;
}
.card .card-title {
  font-size: 1.4em;
  line-height: 1;
  margin-bottom: .5rem;
  margin-top: 0;
}
.card .card-meta {
  color: #b8b8b8;
  font-size: 1em;
  margin-bottom: 0;
  margin-top: 0;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slide-down {
  0% {
    margin-top: -3rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after {
  clear: both;
}
.clearfix::after,
.container::after {
  clear: both;
  content: "";
  display: table;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.mt-10 {
  margin-top: 1rem;
}
.mr-10 {
  margin-right: 1rem;
}
.mb-10 {
  margin-bottom: 1rem;
}
.ml-10 {
  margin-left: 1rem;
}
.mt-5 {
  margin-top: .5rem;
}
.mr-5 {
  margin-right: .5rem;
}
.mb-5 {
  margin-bottom: .5rem;
}
.ml-5 {
  margin-left: .5rem;
}
.pt-10 {
  padding-top: 1rem;
}
.pr-10 {
  padding-right: 1rem;
}
.pb-10 {
  padding-bottom: 1rem;
}
.pl-10 {
  padding-left: 1rem;
}
.pt-5 {
  padding-top: .5rem;
}
.pr-5 {
  padding-right: .5rem;
}
.pb-5 {
  padding-bottom: .5rem;
}
.pl-5 {
  padding-left: .5rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.hide {
  display: none !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  background: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-normal {
  font-weight: normal;
}
.text-bold {
  font-weight: bold;
}
.text-italic {
  font-style: italic;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-clip {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}
.text-break {
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}
.hand {
  cursor: pointer;
}
.shadow {
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.3);
}
.light-shadow {
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
}
.rounded {
  border-radius: .3rem;
}
.circle {
  border-radius: 50%;
}
.divider {
  border-bottom: 0.1rem solid #efefef;
  display: block;
  margin: .5rem;
}
.loading {
  color: transparent !important;
  min-height: 1.6rem;
  pointer-events: none;
  position: relative;
}
.loading::after {
  animation: loading 500ms infinite linear;
  border: 0.2rem solid #4778C5;
  border-radius: .8rem;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1.6rem;
  left: 50%;
  margin-left: -0.8rem;
  margin-top: -0.8rem;
  position: absolute;
  top: 50%;
  width: 1.6rem;
}
@font-face {
  font-family: 'optical';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="optical-icon-"],
[class*=" optical-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'optical' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.optical-icon-eye:before {
  content: "\e900";
}
.optical-icon-google-plus:before {
  content: "\e901";
}
.optical-icon-facebook:before {
  content: "\e902";
}
.optical-icon-twitter:before {
  content: "\e903";
}
.optical-icon-chevron-right:before {
  content: "\e904";
}
.optical-icon-chevron-left:before {
  content: "\e905";
}
.optical-icon-chevron-down:before {
  content: "\e906";
}
.optical-icon-chevron-up:before {
  content: "\e907";
}
.optical-icon-chevron-thin-up:before {
  content: "\e908";
}
.optical-icon-chevron-thin-right:before {
  content: "\e909";
}
.optical-icon-chevron-thin-left:before {
  content: "\e90a";
}
.optical-icon-chevron-thin-down:before {
  content: "\e90b";
}
.optical-icon-chevron-small-up:before {
  content: "\e90c";
}
.optical-icon-chevron-small-right:before {
  content: "\e90d";
}
.optical-icon-chevron-small-left:before {
  content: "\e90e";
}
.optical-icon-chevron-small-down:before {
  content: "\e90f";
}
.optical-icon-chevron-right2:before {
  content: "\e910";
}
.optical-icon-chevron-left2:before {
  content: "\e911";
}
.optical-icon-chevron-down2:before {
  content: "\e912";
}
.optical-icon-chevron-up2:before {
  content: "\e913";
}
.optical-icon-menu:before {
  content: "\e920";
}
.optical-icon-calendar:before {
  content: "\e91e";
}
.optical-icon-clock:before {
  content: "\e91f";
}
.optical-icon-envelop:before {
  content: "\e91d";
}
.optical-icon-map:before {
  content: "\e91a";
}
.optical-icon-location:before {
  content: "\e91b";
}
.optical-icon-location2:before {
  content: "\e91c";
}
.optical-icon-phone-wave:before {
  content: "\e917";
}
.optical-icon-phone:before {
  content: "\e918";
}
.optical-icon-phone-wave2:before {
  content: "\e919";
}
.optical-icon-eye2:before {
  content: "\e914";
}
.optical-icon-plus-circle:before {
  content: "\e915";
}
.optical-icon-checkmark:before {
  content: "\e916";
}
@font-face {
  font-family: "avnerounded";
  src: url("/wp-content/themes/optical/assets/fonts/c61fbc93-c8bb-4452-a425-616f4a986a1a.eot?#iefix");
  src: url("/wp-content/themes/optical/assets/fonts/c61fbc93-c8bb-4452-a425-616f4a986a1a.eot?#iefix") format("eot"), url("/wp-content/themes/optical/assets/fonts/188b58ca-5489-4e70-8010-7b867980f487.woff2") format("woff2"), url("/wp-content/themes/optical/assets/fonts/832e487e-ca07-48d9-b664-9f641d3fd51b.woff") format("woff"), url("/wp-content/themes/optical/assets/fonts/ef1f3005-b51b-4ee4-bd7d-c4d750fd2f0a.ttf") format("truetype"), url("/wp-content/themes/optical/assets/fonts/e5abc466-efd1-4ef7-9bc3-0ad024a38f8b.svg#e5abc466-efd1-4ef7-9bc3-0ad024a38f8b") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "avnerounded";
  src: url("/wp-content/themes/optical/assets/fonts/cd6aeb84-ef25-4d28-b102-37eb26568e30.eot?#iefix");
  src: url("/wp-content/themes/optical/assets/fonts/cd6aeb84-ef25-4d28-b102-37eb26568e30.eot?#iefix") format("eot"), url("/wp-content/themes/optical/assets/fonts/a0a87e49-3806-4285-adb4-3d8c713e526c.woff2") format("woff2"), url("/wp-content/themes/optical/assets/fonts/bfaf76ed-3cdf-4258-8336-eb4e18cbd68b.woff") format("woff"), url("/wp-content/themes/optical/assets/fonts/68ebb896-409e-4046-9a76-1a0a59b0ef93.ttf") format("truetype"), url("/wp-content/themes/optical/assets/fonts/4c31487a-bf33-4f62-9c50-602fbf4699bf.svg#4c31487a-bf33-4f62-9c50-602fbf4699bf") format("svg");
  font-weight: 700;
  font-style: normal;
}
.blog-content-w {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.blog-content-w .blog-sidebar {
  display: table-cell;
  width: 30%;
  vertical-align: top;
  background-color: #e2e7ec;
  background-image: url("/wp-content/themes/optical/assets/images/pattern-5.jpg");
  padding: 40px;
}
.blog-content-w .blog-sidebar img {
  max-width: 100%;
  height: auto;
}
.blog-content-w .blog-content {
  display: table-cell;
  width: 70%;
  vertical-align: top;
  background-color: #fff;
}
.blog-content-w .post-header-image {
  position: relative;
  background-size: cover;
}
.blog-content-w .post-header-image h1 {
  position: absolute;
  bottom: 5%;
  left: 5%;
  right: 5%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5%;
  font-size: 4rem;
}
.blog-content-w .blog-content-text-and-meta {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.blog-content-w .blog-content-text-and-meta .blog-content-meta {
  display: table-cell;
  width: 225px;
  vertical-align: top;
  background-color: #f4f5f7;
  text-align: center;
  padding: 70px 30px;
}
.blog-content-w .blog-content-text-and-meta .blog-content-text {
  display: table-cell;
  vertical-align: top;
  padding: 10%;
  font-size: 1.7rem;
}
.blog-content-w .blog-content-text-and-meta .meta-block {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.blog-content-w .blog-content-text-and-meta h6 {
  margin-bottom: 30px;
}
.blog-content-w .blog-content-text-and-meta .meta-share-box {
  width: 65px;
  display: inline-block;
}
.blog-content-w .blog-content-text-and-meta .meta-share-box .at-share-btn {
  margin-bottom: 10px;
}
.blog-content-w .blog-content-text-and-meta .meta-author .avatar {
  width: 80px;
  height: 80px;
}
.blog-content-w .blog-content-text-and-meta .meta-author .author-details h6 {
  margin-bottom: 5px;
}
.blog-content-w .blog-content-text-and-meta .meta-author .author-details .single-post-date-posted {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.6);
}
.blog-content-w .blog-content-text-and-meta .meta-categories-list ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.blog-content-w .blog-content-text-and-meta .meta-categories-list ul li {
  display: inline-block;
  padding: 0px 0px 5px;
  margin: 0px;
}
.blog-content-w .blog-content-text-and-meta .meta-categories-list ul li a {
  border-radius: 4px;
  display: inline-block;
  padding: 2px 6px;
  background-color: #fff;
  border: 1px solid #3568B1;
  color: #396499;
}
.blog-index-content {
  padding: 20px;
}
.blog-index:before,
.blog-index:after {
  content: " ";
  display: table;
}
.blog-index:after {
  clear: both;
}
.blog-index::after {
  clear: both;
  content: "";
  display: table;
}
.blog-index:before,
.blog-index:after {
  content: " ";
  display: table;
}
.blog-index:after {
  clear: both;
}
.blog-index::after {
  clear: both;
  content: "";
  display: table;
}
.blog-index .blog-index-item {
  float: left;
  width: 46%;
  margin: 2%;
}
.blog-index .blog-index-item .blog-index-item-i {
  border: 1px solid #dadada;
  padding: 10px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.blog-index .blog-index-item .blog-index-item-i:hover {
  border: 1px solid #333;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.blog-index .blog-index-item .blog-index-item-i:hover .index-item-media {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-index .blog-index-item img {
  max-width: 100%;
  height: auto;
}
.blog-index .index-item-media-w {
  overflow: hidden;
}
.blog-index .index-item-media {
  background-size: cover;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.blog-index .blog-index-item-meta {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0px;
  margin-bottom: 15px;
  font-size: 1.3rem;
}
.blog-index .blog-index-item-meta:before,
.blog-index .blog-index-item-meta:after {
  content: " ";
  display: table;
}
.blog-index .blog-index-item-meta:after {
  clear: both;
}
.blog-index .blog-index-item-meta::after {
  clear: both;
  content: "";
  display: table;
}
.blog-index .blog-index-item-meta:before,
.blog-index .blog-index-item-meta:after {
  content: " ";
  display: table;
}
.blog-index .blog-index-item-meta:after {
  clear: both;
}
.blog-index .blog-index-item-meta::after {
  clear: both;
  content: "";
  display: table;
}
.blog-index .blog-index-item-meta .blog-index-author-name {
  float: left;
  font-weight: 700;
}
.blog-index .blog-index-item-meta .blog-index-date-posted {
  float: left;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  margin-left: 15px;
  color: #777;
}
.blog-index .index-item-content {
  padding: 0px 30px 30px;
  font-size: 1.7rem;
}
.blog-index .index-item-content h4 a {
  color: #444;
}
.blog-index .index-item-content h4 a:hover {
  color: #214ba0;
}
.blog-index .read-more-w {
  padding-top: 30px;
  text-align: right;
}
.blog-index .read-more-w .read-more-link {
  background-color: #3975db;
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1.6rem;
}
.index-navigation {
  text-align: center;
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.index-navigation a,
.index-navigation span {
  padding: 8px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-weight: 700;
  color: #111;
  display: inline-block;
  margin: 5px;
}
.index-navigation span {
  border-color: #000000;
  background-color: #fff;
}
.blog-sidebar .widget {
  background-color: #fff;
  padding: 50px;
  border-radius: 6px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  overflow: hidden;
}
.blog-sidebar .widget.no-styles {
  padding: 0px;
  box-shadow: none;
  background-color: transparent;
}
.blog-sidebar .widget.no-styles img {
  display: block;
}
.blog-sidebar .widget .details-heading {
  color: #405981;
  font-size: 2rem;
  position: relative;
  margin-bottom: 5rem;
  margin-top: 0px;
}
.blog-sidebar .widget .details-heading:before {
  position: absolute;
  bottom: -3rem;
  height: 7px;
  width: 30px;
  background-color: #c3dda3;
  content: "";
  left: 0px;
}
.blog-sidebar .widget .hs-form {
  margin-bottom: 0px;
}
.blog-sidebar .widget .hbspt-form {
  margin-bottom: 0px;
}
.blog-sidebar .widget .hbspt-form .hs-button.primary.large {
  top: auto;
  position: relative;
  right: auto;
  background-image: none;
  box-shadow: none;
  display: block;
  padding: 15px 20px;
  font-size: 2rem;
  font-family: 'avnerounded', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Hiragino Kaku Gothic Pro", Meiryo, "Malgun Gothic", "Helvetica Neue", sans-serif;
  font-weight: 700;
  border: none;
  width: 100%;
  box-sizing: border-box;
  background-color: #3977df;
}
.blog-sidebar .widget .hbspt-form .hs-form.stacked .actions {
  margin: 0px;
  padding: 0px;
}
.blog-sidebar .widget .hbspt-form .input {
  padding: 0px;
  position: relative;
}
.blog-sidebar .widget .hbspt-form .input .hs-input.error {
  background-color: transparent;
  border-bottom: 2px solid #bd1515;
}
.blog-sidebar .widget .hbspt-form .input:before {
  font-family: 'optical' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  color: #6696e1;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
}
.blog-sidebar .widget .hbspt-form label {
  display: none;
}
.blog-sidebar .widget .hbspt-form .input .hs-input {
  border: none;
  display: block;
  width: 100%;
  border-bottom: 1px solid #111;
  border-radius: 0px;
  box-shadow: none;
  padding: 20px 0px 20px;
  margin-bottom: 0px;
  padding-left: 35px;
  box-sizing: border-box;
  background-color: transparent;
  z-index: 3;
}
.blog-sidebar .widget .hbspt-form .input .hs-input::-webkit-input-placeholder {
  color: #333;
}
.blog-sidebar .widget .hbspt-form .input .hs-input:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}
.blog-sidebar .widget .hbspt-form .input .hs-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}
.blog-sidebar .widget .hbspt-form .input .hs-input:-ms-input-placeholder {
  color: #333;
}
.blog-sidebar .widget .hbspt-form .hs_email {
  position: relative;
}
.blog-sidebar .widget .hbspt-form .hs-error-msgs {
  background-color: #fff;
  padding-bottom: 0px;
}
.blog-sidebar .widget .hbspt-form .hs-error-msgs label {
  font-family: 'avnerounded', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Hiragino Kaku Gothic Pro", Meiryo, "Malgun Gothic", "Helvetica Neue", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.7rem;
  color: #bd1515;
}
.blog-sidebar .widget .hbspt-form .hs_email label span:first-child {
  position: absolute;
  right: 30px;
  top: 10px;
  z-index: 2;
  font-family: 'avnerounded', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Hiragino Kaku Gothic Pro", Meiryo, "Malgun Gothic", "Helvetica Neue", sans-serif;
  font-weight: 400;
}
.mobile-header-w {
  display: none;
}
.mobile-header-w .mh-info {
  background-color: #5ba054;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
}
.mobile-header-w .mh-info a {
  color: #fff;
}
.mobile-header-w .mh-info .top-bar-address {
  border-right: none;
  padding-right: 0px;
  display: inline-block;
}
.mobile-header-w .mh-info .top-bar-phone {
  display: inline-block;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.mobile-header-w .mh-info .top-bar-phone i {
  font-size: 16px;
}
.mobile-header-w .mobile-header-i {
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #fff;
}
.mobile-header-w .mobile-header-i .mobile-menu-toggler {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
  text-align: right;
  font-size: 30px;
}
.mobile-header-w .mobile-header-i .mobile-menu-toggler i {
  vertical-align: middle;
  display: inline-block;
}
.mobile-header-w .mobile-header-i .mobile-menu-toggler span {
  vertical-align: middle;
  display: inline-block;
  color: #111;
  font-size: 1.8rem;
  line-height: 30px;
  text-transform: uppercase;
  margin-right: 5px;
  font-weight: 700;
}
.mobile-header-w .mobile-header-i .mobile-logo {
  vertical-align: middle;
  padding: 5px 10px;
  display: table-cell;
  text-align: left;
}
.mobile-header-w .mobile-header-i .mobile-logo a {
  display: block;
}
.mobile-header-w .mobile-header-i .mobile-logo a img {
  width: 180px;
  height: auto;
  display: block;
}
.mobile-header-w .mobile-header-i .mobile-menu-search-toggler {
  vertical-align: middle;
  width: 80px;
  font-size: 40px;
  display: table-cell;
  text-align: right;
  padding-right: 30px;
}
.mobile-header-w .mobile-header-menu-w {
  display: none;
  background-color: #fff;
  text-align: center;
  padding: 20px 0px;
}
.mobile-header-w .mobile-header-menu-w.active {
  display: block;
}
.mobile-header-w .mobile-header-menu-w ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.mobile-header-w .mobile-header-menu-w ul li {
  margin: 0px;
}
.mobile-header-w .mobile-header-menu-w ul li a {
  font-weight: 700;
  color: #fff;
  padding: 12px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 1.7rem;
}
.mobile-header-w .mobile-header-menu-w ul.sub-menu {
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.mobile-header-w .mobile-header-menu-w > ul > li.menu-item-has-children {
  position: relative;
}
.mobile-header-w .mobile-header-menu-w > ul > li.menu-item-has-children > a:before {
  font-family: 'optical' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
  position: absolute;
  font-size: 20px;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.mobile-header-w .mobile-header-menu-w > ul > li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
}
.mobile-header-w .mobile-header-menu-w > ul > li.menu-item-has-children .sub-menu .menu-item-has-children > a:before {
  font-family: 'optical' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
  position: absolute;
  left: 15px;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.mobile-header-w .mobile-header-menu-w > ul > li.menu-item-has-children.active > .sub-menu {
  display: block;
}
.mobile-header-w .mobile-header-menu-w > ul > li.menu-item-has-children.active > .sub-menu li.active > .sub-menu {
  display: block;
}
.mobile-header-w .mobile-header-menu-w.color-scheme-light ul li a {
  color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-header-w .mobile-header-menu-w.color-scheme-light ul.sub-menu {
  background-color: rgba(0, 0, 0, 0.1);
}
.mobile-header-w .mobile-header-menu-w.color-scheme-light > ul > li.menu-item-has-children > a:before {
  color: rgba(0, 0, 0, 0.8);
}
.mobile-header-w .mobile-header-menu-w.color-scheme-light > ul > li.menu-item-has-children .sub-menu .menu-item-has-children > a:before {
  color: rgba(0, 0, 0, 0.8);
}
.top-bar {
  background-color: #f3f3f3;
  border-top: 1px solid #111;
  border-left: 1px solid #111;
  border-right: 1px solid #111;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.top-bar-social {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 20px;
  border-left: 1px solid #111;
  width: 240px;
}
.top-bar-social span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3rem;
}
.top-bar-social a {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1.3rem;
  margin-left: 10px;
}
.top-bar-social a i {
  vertical-align: middle;
  display: inline-block;
}
.top-bar-social .optical-icon-facebook {
  color: #243f7d;
}
.top-bar-social .optical-icon-google-plus {
  color: #b13b22;
}
.top-bar-social .optical-icon-linkedin {
  color: #4782ba;
}
.top-bar-social .optical-icon-twitter {
  color: #59a4de;
}
.top-bar-phone {
  border-right: 1px solid #111;
  padding: 5px 0px;
  display: table-cell;
  vertical-align: middle;
  width: 170px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.top-bar-phone span {
  vertical-align: middle;
  display: inline-block;
}
.top-bar-phone i {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}
.top-bar-address {
  border-right: 1px solid #111;
  padding: 5px 20px;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.top-bar-address span {
  vertical-align: middle;
  display: inline-block;
}
.top-bar-address i {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}
.top-bar-links {
  display: table-cell;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 5px 0px;
}
.top-bar-links a {
  display: inline-block;
  color: #111;
  font-weight: 700;
  font-size: 1.4rem;
  height: auto;
  padding: .7rem 1.4rem;
  border-radius: 4px;
}
.top-bar-links a:last-child {
  margin-left: 15px;
}
.top-bar-links a span {
  vertical-align: middle;
  display: inline-block;
}
.top-bar-links a i {
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  margin-left: 0px;
}
.top-menu-w {
  background-color: #fff;
  border: 1px solid #111;
}
.top-menu-w.fixed-top-menu-w {
  z-index: 9999;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.top-menu-w.fixed-top-menu-w .top-menu .logo {
  width: 350px;
  padding: 3px 0px 3px 10px;
}
.top-menu-w.fixed-top-menu-w .top-menu .logo a {
  display: block;
}
.top-menu-w.fixed-top-menu-w .top-menu .logo img {
  vertical-align: middle;
}
.top-menu-w.fixed-top-menu-w .top-menu {
  max-width: 1380px;
  margin: 0px auto;
}
.top-menu-w .top-menu {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.top-menu-w .top-menu .logo {
  display: table-cell;
  width: 350px;
  vertical-align: middle;
  padding: 5px 0px 5px 20px;
}
.top-menu-w .top-menu .logo img {
  max-width: 100%;
  height: auto;
}
.top-menu-w .top-menu .menu-w {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.top-menu-w .top-menu .menu-w ul {
  margin: 0px;
  padding: 0px;
  padding-left: 30px;
  list-style: none;
}
.top-menu-w .top-menu .menu-w ul li {
  position: relative;
}
.top-menu-w .top-menu .menu-w ul li a {
  text-decoration: none;
  font-weight: 700;
}
.top-menu-w .top-menu .menu-w > ul {
  display: inline-block;
  padding-left: 0px;
}
.top-menu-w .top-menu .menu-w > ul > li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 20px;
  padding: 0px 20px;
  margin: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
}
.top-menu-w .top-menu .menu-w > ul > li:first-child {
  border-left: none;
  padding-left: 0px;
}
.top-menu-w .top-menu .menu-w > ul > li a {
  color: #111;
  font-weight: 700;
}
.top-menu-w .top-menu .menu-w > ul > li > a {
  font-size: 1.8rem;
  padding: 5px 0px;
  display: inline-block;
}
.top-menu-w .top-menu .menu-w > ul > li.menu-item-has-children {
  padding-left: 40px;
}
.top-menu-w .top-menu .menu-w > ul > li.menu-item-has-children > a:before {
  font-family: 'optical' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
  position: absolute;
  font-size: 16px;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.top-menu-w .top-menu .menu-w > ul > li.menu-item-has-children .sub-menu .menu-item-has-children > a {
  padding-right: 40px;
}
.top-menu-w .top-menu .menu-w > ul > li.menu-item-has-children .sub-menu .menu-item-has-children > a:before {
  content: "\e910";
  font-family: 'optical' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top-menu-w .top-menu .menu-w > ul > li.menu-item-has-children.active > .sub-menu {
  display: block;
  position: absolute;
  left: 10px;
  padding-top: 10px;
}
.top-menu-w .top-menu .menu-w > ul > li.menu-item-has-children.active > .sub-menu li.active > .sub-menu {
  display: block;
  position: absolute;
  left: 100%;
  top: 0px;
}
.top-menu-w .top-menu .menu-w > ul > li.menu-item-has-children.active > .sub-menu li.active.active-left > .sub-menu {
  left: auto;
  right: 100%;
}
.top-menu-w .top-menu .menu-w > ul > li > a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top-menu-w .top-menu .menu-w > ul > li:last-child > a {
  border-bottom: none;
}
.top-menu-w .top-menu .menu-w ul.sub-menu {
  display: none;
  padding: 0px;
  z-index: 9999;
  position: relative;
}
.top-menu-w .top-menu .menu-w ul.sub-menu:before {
  content: "";
  left: 10px;
  top: 5px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #5dad28;
  position: absolute;
  z-index: 999;
}
.top-menu-w .top-menu .menu-w ul.sub-menu ul.sub-menu:before {
  display: none;
}
.top-menu-w .top-menu .menu-w ul.sub-menu li {
  min-width: 200px;
  border-bottom: 1px solid #468e28;
  background-color: #5dad28;
}
.top-menu-w .top-menu .menu-w ul.sub-menu li a {
  padding: 12px 30px;
  display: block;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.9);
}
.top-menu-w .top-menu .menu-w ul.sub-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.top-menu-w .top-menu .menu-w ul.sub-menu li:last-child {
  border-bottom: none;
}
.top-menu-w .top-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.top-menu-w .top-menu ul li {
  margin: 0px;
}
.fix-top-menu .fixed-top-menu-w {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.fix-top-menu.admin-bar .fixed-top-menu-w {
  -webkit-transform: translateY(32px);
  -moz-transform: translateY(32px);
  -ms-transform: translateY(32px);
  -o-transform: translateY(32px);
  transform: translateY(32px);
}
body {
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5 {
  color: #080808;
}
h1.bordered,
h2.bordered,
h3.bordered,
h4.bordered,
h5.bordered {
  position: relative;
  margin-bottom: 6rem;
}
h1.bordered:before,
h2.bordered:before,
h3.bordered:before,
h4.bordered:before,
h5.bordered:before {
  position: absolute;
  bottom: -3rem;
  height: 6px;
  width: 60px;
  background-color: #cad455;
  content: "";
  left: 0px;
}
a {
  text-decoration: none;
}
.all-wrapper {
  padding: 50px;
  background-repeat: no-repeat;
}
.all-wrapper:before {
  content: "";
  z-index: -1;
  background-size: cover;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url("/wp-content/themes/optical/assets/images/bg-optical.jpg");
}
.page-template-page-preview .all-wrapper {
  padding: 0px!important;
  margin: 0px!important;
  width: 100%!important;
}
.page-template-page-preview .all-wrapper-i {
  padding: 0px!important;
  margin: 0px!important;
  max-width: inherit;
}
.all-wrapper-i {
  max-width: 1380px;
  margin: 0px auto;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
}
.breadcrumbs {
  background-color: #16477f;
  background-image: url("/wp-content/themes/optical/assets/images/pattern-2.jpg");
  background-size: cover;
  padding: 25px 30px;
  text-align: left;
  font-size: 2rem;
}
.breadcrumbs ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.breadcrumbs ul li {
  display: inline-block;
  margin: 0px;
  margin-right: 30px;
}
.breadcrumbs ul li a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}
.breadcrumbs ul li a:before {
  position: absolute;
  content: ">";
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumbs ul li span {
  color: rgba(255, 255, 255, 0.6);
}
.home-banner {
  background-image: url("/wp-content/themes/optical/assets/images/op-home-banner-1.jpg");
  background-size: cover;
  background-position: center center;
  padding: 15% 10%;
}
.home-banner:before,
.home-banner:after {
  content: " ";
  display: table;
}
.home-banner:after {
  clear: both;
}
.home-banner::after {
  clear: both;
  content: "";
  display: table;
}
.home-banner:before,
.home-banner:after {
  content: " ";
  display: table;
}
.home-banner:after {
  clear: both;
}
.home-banner::after {
  clear: both;
  content: "";
  display: table;
}
.home-banner .home-banner-i {
  width: 650px;
  float: right;
}
.home-banner h1 {
  color: #111;
  margin-bottom: 1rem;
}
.home-banner h1 span {
  color: #789d3a;
}
.home-banner h3 {
  margin-top: 0px;
  font-size: 3rem;
  color: #5a7d1f;
  margin-bottom: 4rem;
  font-weight: 700;
}
.home-banner ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 30px;
}
.home-banner ul li {
  margin: 0px;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 60px;
  font-size: 2.1rem;
  font-weight: 700;
}
.home-banner ul li:before {
  content: "\e916";
  font-family: 'optical' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #548e11;
  font-size: 20px;
  left: 25px;
  top: 3px;
  position: absolute;
}
.home-banner .banner-text {
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.home-banner .btn {
  margin-top: 3.5rem;
}
.services-pyramid {
  background-color: #fff;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.services-pyramid .sp-desc-w {
  vertical-align: middle;
  display: table-cell;
  width: 50%;
  padding: 10%;
}
.services-pyramid .sp-desc-w h2 {
  margin-top: 0px;
}
.services-pyramid .sp-desc-w .sp-desc {
  font-size: 2rem;
}
.services-pyramid .sp-image {
  padding: 10% 5% 10% 0%;
  vertical-align: middle;
  display: table-cell;
  width: 50%;
}
.services-pyramid .sp-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.iconed-features-w {
  background-image: url("/wp-content/themes/optical/assets/images/sunset.jpg");
  background-size: cover;
  padding: 10% 5%;
}
.iconed-features-w h2 {
  margin-bottom: 6rem;
  text-align: center;
  margin-top: 0px;
}
.iconed-features-w .iconed-features {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.iconed-features-w .iconed-features .iconed-feature {
  text-align: center;
  width: 25%;
  display: table-cell;
  vertical-align: top;
  padding: 0px 3%;
}
.iconed-features-w .iconed-features .iconed-icon {
  display: inline-block;
  border-radius: 50px;
  height: 100px;
  width: 100px;
  background-color: #fff;
  color: #89347e;
  font-size: 50px;
  text-align: center;
  vertical-align: middle;
}
.iconed-features-w .iconed-features .iconed-icon i {
  display: inline-block;
  line-height: 100px;
  vertical-align: middle;
}
.iconed-features-w .iconed-features h3 {
  color: #fff;
}
.iconed-features-w .iconed-features .if-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
}
.iconed-features-w .btn {
  border: none;
  border-radius: 0px;
  color: #89347E;
  padding-left: 25px;
  padding-right: 25px;
}
.call-to-action-w {
  background-color: #559dc0;
  background-image: url("/wp-content/themes/optical/assets/images/pattern-1.jpg");
  background-size: cover;
  padding: 5%;
  color: #fff;
}
.call-to-action-w.cta-green {
  background-color: #87af5e;
  background-image: url("/wp-content/themes/optical/assets/images/pattern-3.jpg");
}
.call-to-action-w .cta-i {
  display: table;
  margin: 0px auto;
}
.call-to-action-w .cta-desc-w {
  display: table-cell;
  width: 550px;
  vertical-align: middle;
  padding-right: 100px;
}
.call-to-action-w .cta-desc-w h3 {
  margin-top: 0px;
  color: #fff;
}
.call-to-action-w .cta-desc-w .cta-desc {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.8);
}
.call-to-action-w .cta-btn-w {
  display: table-cell;
  vertical-align: middle;
}
.call-to-action-w .cta-btn-w a {
  display: inline-block;
  background-color: #fff;
  color: #111;
  padding: 15px 40px;
  font-size: 2.5rem;
  font-weight: 700;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.call-to-action-w .cta-btn-w a.btn-rounded {
  border-radius: 50px;
}
.call-to-action-w .cta-newsletter {
  text-align: center;
}
.call-to-action-w .cta-newsletter h3 {
  color: #fff;
  margin-bottom: 3rem;
  margin-top: 0px;
}
.call-to-action-w .cta-newsletter .newsletter-w {
  width: 500px;
  margin: 0px auto;
  background-color: #fff;
  border: 2px solid #111;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  padding-left: 50px;
}
.call-to-action-w .cta-newsletter .newsletter-w:before {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 26px;
  font-family: 'optical' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91d";
  color: #111;
}
.call-to-action-w .cta-newsletter .newsletter-w input {
  border: none;
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 2rem;
  outline: none;
}
.call-to-action-w .cta-newsletter .newsletter-w button {
  background-color: #111;
  color: #fff;
  padding: 15px 25px;
  font-weight: 700;
  border: none;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
  border-radius: 6px;
}
.appointment-form-w {
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 10%;
}
.appointment-form-w .text-block {
  margin-bottom: 3rem;
  font-size: 1.5rem;
}
.appointment-form-w .form-w {
  margin: 0px auto;
  max-width: 420px;
  background-color: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
  padding: 50px;
  padding-bottom: 20px;
  border-radius: 6px;
}
.appointment-form-w .form-w p {
  margin-bottom: 1.6rem;
}
.appointment-form-w .form-w p:last-child {
  margin-bottom: 0px;
}
.appointment-form-w .form-w h4 {
  text-align: center;
  margin-bottom: 6rem;
  position: relative;
  margin-top: 0px;
}
.appointment-form-w .form-w h4:after {
  content: "";
  position: absolute;
  bottom: -3.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 6px;
  width: 50px;
  background-color: #c3d73e;
}
.appointment-form-w .form-w select,
.appointment-form-w .form-w input,
.appointment-form-w .form-w textarea {
  width: 100%;
  display: block;
  padding: 10px;
  font-size: 1.6rem;
}
.appointment-form-w .form-w select {
  height: 4.5rem;
}
.appointment-form-w .form-w input,
.appointment-form-w .form-w textarea {
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 1.6rem;
}
.appointment-form-w .form-w input.wpcf7-not-valid,
.appointment-form-w .form-w textarea.wpcf7-not-valid {
  border-color: #bb0f0f;
}
.appointment-form-w .form-w textarea {
  height: 10rem;
}
.appointment-form-w .form-w span.wpcf7-not-valid-tip {
  background-color: #ff6a6a;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  margin: 0px 5px;
  border-radius: 0px 0px 4px 4px;
  padding: 5px;
}
.appointment-form-w .form-w div.wpcf7-validation-errors {
  background-color: #ff6a6a;
  color: #fff;
  border: none!important;
  border-radius: 4px;
  padding: 10px;
  font-size: 1.3rem;
  margin: 0px;
}
.appointment-form-w .form-w input[type="submit"] {
  background-color: #7da83c;
  color: #fff;
  border-radius: 50px;
  border: none;
  font-weight: 700;
  font-size: 2rem;
  padding: 15px 20px;
  outline: none;
}
.brands-w {
  text-align: center;
  background-color: #fff;
  padding: 7% 4%;
}
.brands-w h3 {
  margin-bottom: 5rem;
}
.brands-w img {
  max-width: 100%;
  height: auto;
}
.sub-header {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 0px;
}
.sub-header.bordered {
  position: relative;
  margin-bottom: 8rem;
}
.sub-header.bordered:before {
  position: absolute;
  bottom: -4rem;
  height: 4px;
  width: 80px;
  background-color: #78a54b;
  content: "";
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
.blog-posts-w {
  background-color: #dbe2e8;
  background-image: url("/wp-content/themes/optical/assets/images/pattern-6.jpg");
  background-size: cover;
  padding: 5% 7%;
  text-align: center;
}
.blog-posts-w .blog-posts {
  position: relative;
}
.blog-posts-w .blog-posts .owl-prev,
.blog-posts-w .blog-posts .owl-next {
  background-color: #fff;
  padding: 20px 10px;
  font-size: 2rem;
  font-weight: 700;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  color: #fff;
}
.blog-posts-w .blog-posts .owl-prev:before,
.blog-posts-w .blog-posts .owl-next:before {
  color: #111;
  font-size: 36px;
  font-family: 'optical' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-posts-w .blog-posts .owl-prev {
  left: -70px;
}
.blog-posts-w .blog-posts .owl-prev:before {
  content: "\e916";
}
.blog-posts-w .blog-posts .owl-next {
  right: -70px;
}
.blog-posts-w .blog-posts .owl-next:before {
  content: "\e917";
}
.blog-posts-w .blog-post {
  padding: 30px 20px;
}
.blog-posts-w .blog-post-i {
  display: block;
  padding: 20px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.blog-posts-w .blog-post-i h5 {
  margin: 0px;
  padding: 0px;
}
.blog-posts-w .blog-post-i .bp-image {
  background-size: cover;
  padding-bottom: 100%;
  margin-bottom: 20px;
  background-position: center center;
}
.page-deals-w {
  padding: 30px 40px;
  background-color: #eaf3f1;
}
.deals-w {
  padding: 5% 7%;
  text-align: center;
}
.deals-w .deals {
  position: relative;
}
.deals-w .deals .owl-prev,
.deals-w .deals .owl-next {
  background-color: #fff;
  padding: 20px 10px;
  font-size: 2rem;
  font-weight: 700;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  color: #fff;
}
.deals-w .deals .owl-prev:before,
.deals-w .deals .owl-next:before {
  color: #111;
  font-size: 36px;
  font-family: 'optical' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.deals-w .deals .owl-prev {
  left: -50px;
}
.deals-w .deals .owl-prev:before {
  content: "\e916";
}
.deals-w .deals .owl-next {
  right: -50px;
}
.deals-w .deals .owl-next:before {
  content: "\e917";
}
.deal {
  padding: 40px 30px;
  vertical-align: top;
  display: inline-block;
  width: 33%;
}
.deal-i {
  position: relative;
  padding: 15px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}
.deal-i h4 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 0px;
}
.deal-i .deal-content {
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 1.3rem;
}
.deal-i .cp-image {
  background-size: cover;
  padding-bottom: 70%;
  margin-bottom: 15px;
  background-position: center center;
  border-radius: 6px;
}
.deal-i .cp-desc-w {
  padding: 20px;
  background: linear-gradient(135deg, #EFEFEF, #fff);
  border-radius: 6px;
}
.deal-i .cp-desc-w a {
  background-color: #60ab33;
  display: inline-block;
  padding: 3px 20px;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
}
.deal-i .cp-services {
  font-size: 1.7rem;
}
.deal-i .cp-service-label {
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: #c72b2b;
  font-weight: 700;
  font-size: 1.6rem;
  border-radius: 6px;
  padding: 5px 10px;
  color: #fff;
}
.deal-i .cp-service-value {
  color: #3f5880;
  font-weight: 700;
  font-size: 2.4rem;
}
.footer-contacts {
  list-style: none;
  margin: 0px;
  margin-bottom: 15px;
}
.footer-contacts li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  display: table;
}
.footer-contacts li:last-child {
  border-bottom: none;
}
.footer-contacts li i {
  font-size: 30px;
  color: #4c80e4;
  vertical-align: middle;
  display: table-cell;
  width: 60px;
}
.footer-contacts li span {
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.6rem;
}
.deep-footer-w {
  border-top: 1px solid #ddd;
  background-color: #fff;
  background-size: cover;
  padding: 2% 5%;
}
.deep-footer-w .deep-footer {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.deep-footer-w .df-footer-text {
  display: table-cell;
  vertical-align: middle;
}
.deep-footer-w .df-footer-text ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.deep-footer-w .df-footer-text ul li {
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 20px;
  margin-right: 20px;
}
.deep-footer-w .df-footer-text ul li:last-child {
  margin-right: 0px;
  border-right: 0px;
  padding-right: 0px;
}
.deep-footer-w .df-disclosure {
  color: rgba(255, 255, 255, 0.8);
}
.deep-footer-w .df-social {
  display: table-cell;
  width: 300px;
  text-align: right;
  vertical-align: middle;
}
.deep-footer-w .df-social ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.deep-footer-w .df-social ul li {
  display: inline-block;
  margin-left: 20px;
}
.deep-footer-w .df-social ul li a {
  color: #111;
  font-size: 37px;
}
.deep-footer-w .df-social ul li a:hover {
  color: #fff;
}
.deep-footer-w .df-social ul li a .optical-icon-facebook {
  color: #243f7d;
}
.deep-footer-w .df-social ul li a .optical-icon-google-plus {
  color: #b13b22;
}
.deep-footer-w .df-social ul li a .optical-icon-linkedin {
  color: #4782ba;
}
.deep-footer-w .df-social ul li a .optical-icon-twitter {
  color: #59a4de;
}
.pre-footer-w {
  background-color: #fff;
  padding: 5%;
}
.pre-footer-w .pre-footer {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.pre-footer-w .pre-footer h3 {
  margin-top: 0px;
}
.pre-footer-w .column-1 {
  display: table-cell;
  vertical-align: top;
  width: 33%;
  padding-right: 5%;
}
.pre-footer-w .column-1 .pf-desc {
  padding: 0px 0px 0px 20px;
  font-size: 1.5rem;
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.pre-footer-w .column-1 img {
  max-width: 100%;
  height: auto;
}
.pre-footer-w .column-2 {
  display: table-cell;
  vertical-align: top;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: 33%;
  padding-left: 5%;
  padding-right: 5%;
}
.pre-footer-w .column-2 .btn-w {
  margin-top: 30px;
}
.pre-footer-w .column-2 ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.pre-footer-w .column-2 ul li {
  margin-bottom: 15px;
  font-size: 2rem;
}
.pre-footer-w .column-2 ul li a {
  border-bottom: 1px solid #6e94d1;
  display: inline-block;
  padding-bottom: 1px;
}
.pre-footer-w .column-3 {
  display: table-cell;
  vertical-align: top;
  width: 34%;
  padding-left: 5%;
}
.pre-footer-w .column-3 ul {
  font-size: 1.7rem;
}
.pre-footer-w .column-3 img {
  max-width: 100%;
  height: auto;
}
.pre-footer-w .column-3 iframe {
  max-width: 100%;
  height: 200px;
}
.secondary-menu {
  padding: 15px 0px;
  background-color: #4b8428;
  text-align: center;
}
.secondary-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.secondary-menu ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.secondary-menu ul li:last-child {
  border-right: none;
}
.secondary-menu ul li.current_page_item a {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}
.secondary-menu ul li a {
  padding: 3px 8px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}
.contact-form-w {
  padding-right: 140px;
  border-right: 1px dashed rgba(0, 0, 0, 0.1);
}
.contact-form-w form select {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
.contact-form-w form input,
.contact-form-w form textarea {
  border: 1px solid #111;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  padding: 10px;
  display: block;
  width: 100%;
}
.contact-form-w form textarea {
  height: 10rem;
}
.contact-form-w form input.wpcf7-submit {
  background-color: #7da83c;
  color: #fff;
  border: none;
  border-radius: 40px;
  font-weight: 700;
}
.contact-page-w .contact-page-map-w iframe {
  max-width: 100%;
  height: 300px;
}
.contact-page-w .footer-contacts {
  padding-top: 50px;
  margin-bottom: 3rem;
}
.contact-page-w .footer-contacts li {
  display: block;
  padding: 20px 0px;
  padding-left: 70px;
  position: relative;
  margin: 0px;
}
.contact-page-w .footer-contacts li i {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.contact-page-w .footer-contacts h4 {
  margin-bottom: 3rem;
}
.contact-page-w .footer-contacts h5 {
  margin-top: 0px;
}
.page-intro {
  background-color: #aac770;
  background-image: url("/wp-content/themes/optical/assets/images/pattern-3.jpg");
  background-size: cover;
  padding: 5% 50px;
  position: relative;
  background-position: center center;
  text-align: center;
}
.page-intro.left-aligned {
  text-align: left;
}
.page-intro.imaged {
  padding: 8% 50px;
}
.page-intro.centered {
  text-align: center;
}
.page-intro h1 {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
}
.page-intro .taxonomy-description {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.7rem;
}
.page-intro .social-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50px;
}
.page-intro .social-box ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.page-intro .social-box ul li {
  display: inline-block;
  margin: 0px 10px;
  font-size: 50px;
}
.page-intro .social-box ul li a {
  color: rgba(255, 255, 255, 0.5);
}
.page-intro .social-box ul li a:hover {
  color: #fff;
}
.page-content {
  background-color: #fff;
  padding: 5% 15%;
  font-size: 1.7rem;
}
.page-content.no-padding {
  padding: 0px;
}
.page-content .page-content-header {
  position: relative;
  margin-bottom: 8rem;
  margin-top: 0px;
}
.page-content .page-content-header:before {
  position: absolute;
  bottom: -3rem;
  height: 6px;
  width: 60px;
  background-color: #cad25e;
  content: "";
  left: 0px;
}
.page-content .centered-content {
  font-size: 2rem;
  padding: 7% 20% 50px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), #fff);
  text-align: center;
}
.page-content .centered-content .page-content-header:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-content img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.page-content blockquote {
  font-size: 2.2rem;
  font-weight: 700;
  border: none;
  color: #304883;
  padding: 40px;
  background-color: #f8fafc;
}
.team-w {
  text-align: center;
  padding: 0px 5% 5% 5%;
  vertical-align: top;
}
.team-w .team-member {
  vertical-align: top;
  display: inline-block;
  width: 48%;
}
.team-w .team-member .team-member-i {
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  margin: 0px 30px;
}
.team-w .team-member .tm-content {
  padding: 40px;
  text-align: left;
  background: linear-gradient(135deg, #EFEFEF, #fff);
}
.team-w .team-member .tm-content h2 {
  font-size: 3rem;
  margin-top: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}
.team-w .team-member .tm-content h2 span {
  display: block;
  color: #3f5880;
  font-size: 1.6rem;
  margin-top: 5px;
  font-weight: 700;
}
.team-w .team-member .tm-meta {
  margin-bottom: 30px;
}
.team-w .team-member .tm-meta span {
  color: rgba(0, 0, 0, 0.6);
  margin-right: 5px;
}
.team-w .team-member .tm-meta strong {
  color: #3f5880;
  font-weight: 700;
}
.team-w .team-member .tm-desc {
  color: rgba(0, 0, 0, 0.7);
  font-style: italic;
}
.team-w .team-member .tm-btn {
  padding-top: 20px;
}
.team-w .team-member .tm-btn a {
  background-color: #3975db;
  display: inline-block;
  padding: 6px 20px;
  font-size: 1.7rem;
  height: auto;
  font-weight: 700;
  color: #fff;
}
.centered-heading {
  background-color: #fff;
  padding: 7% 10%;
  text-align: center;
}
.desc-text-block {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.desc-text-block .text-w {
  display: table-cell;
  width: 40%;
  padding: 12% 8%;
  background-color: #fff;
}
.desc-text-block .text-w h3,
.desc-text-block .text-w h4 {
  color: #206120;
  margin-bottom: 4rem;
}
.desc-text-block .text-w p {
  margin-bottom: 3rem;
}
.desc-text-block .image-w {
  display: table-cell;
  width: 60%;
  background-size: cover;
}
.full-height-block {
  min-height: 100vh;
  padding: 10%;
  background-size: cover;
  background-position: center top;
}
.full-height-block .text-w {
  max-width: 400px;
}
.full-height-block .text-w h1,
.full-height-block .text-w h2,
.full-height-block .text-w h3,
.full-height-block .text-w h4 {
  color: #206120;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.full-height-block .text-w .btn {
  margin-top: 3rem;
}
.faq-w {
  background-color: #f4f1e3;
  padding: 10% 15%;
}
.faq-w .faq-i > h3 {
  text-align: center;
  margin-bottom: 50px;
}
.faq-w .faq-i .faq-block {
  border: 2px solid #111;
  border-bottom: none;
  overflow: hidden;
}
.faq-w .faq-i .faq-block:last-child {
  border-bottom: 2px solid #111;
  border-radius: 0px 0px 6px 6px;
}
.faq-w .faq-i h3 + .faq-block {
  border-radius: 6px 6px 0px 0px;
}
.faq-w .faq-i .faq-activator {
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
}
.faq-w .faq-i .faq-activator:hover {
  background-color: #fffeb8;
}
.faq-w .faq-i .faq-activator i {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 25px;
}
.faq-w .faq-i .faq-activator span {
  display: inline-block;
  vertical-align: middle;
  padding: 25px;
  border-left: 2px solid #111;
}
.faq-w .faq-i .faq-content {
  display: none;
  padding: 5%;
  background-color: #fff;
  font-size: 1.8rem;
  border-top: 2px solid #111;
}
.text-and-image-block {
  background-color: #fff;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.text-and-image-block .text-w {
  background-color: #303030;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.7rem;
  width: 50%;
  padding: 8% 10%;
  display: table-cell;
}
.text-and-image-block .text-w h1,
.text-and-image-block .text-w h2,
.text-and-image-block .text-w h3,
.text-and-image-block .text-w h4 {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
}
.text-and-image-block .text-w .btn {
  margin-top: 3rem;
}
.text-and-image-block .image-w {
  display: table-cell;
  background-position: center center;
  background-size: cover;
  width: 50%;
}
.text-and-image-block.more-padding .text-w {
  padding: 12% 10%;
}
.text-and-image-block.dark-green .text-w {
  background-color: #50c346;
}
.text-and-image-block.green .text-w {
  background-color: #e6f6b3;
  color: rgba(0, 0, 0, 0.9);
}
.text-and-image-block.green .text-w h1,
.text-and-image-block.green .text-w h2,
.text-and-image-block.green .text-w h3,
.text-and-image-block.green .text-w h4 {
  color: #206120;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.text-and-image-block.white .text-w {
  background-color: #fff;
  color: #555;
}
.text-and-image-block.white .text-w h1,
.text-and-image-block.white .text-w h2,
.text-and-image-block.white .text-w h3,
.text-and-image-block.white .text-w h4 {
  color: #206120;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.text-and-image-block.blue .text-w {
  background-color: #5ea9ee;
}
.single-deal-w {
  padding: 10px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  margin-bottom: 50px;
}
.single-deal-w.team-member {
  margin-left: -40px;
  margin-right: -40px;
}
.coupon-cta {
  background-color: #69b162;
  color: rgba(255, 255, 255, 0.8);
  display: table;
  width: 100%;
  table-layout: fixed;
}
.coupon-cta .ccta-price {
  display: table-cell;
  vertical-align: middle;
  width: 500px;
  padding: 40px;
  text-align: right;
}
.coupon-cta .ccta-price .price-box {
  display: inline-block;
  color: #fff;
  border: 2px dashed #fff;
  padding: 15px 40px;
  text-align: center;
  font-size: 7rem;
  font-weight: 700;
}
.coupon-cta .ccta-price .price-box strong {
  display: block;
  line-height: 7rem;
}
.coupon-cta .ccta-price .price-box span {
  display: block;
  font-size: 2rem;
  line-height: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
  margin-top: 15px;
  font-weight: 400;
}
.coupon-cta .ccta-text {
  vertical-align: middle;
  padding-left: 50px;
  display: table-cell;
}
.coupon-cta .ccta-text h2,
.coupon-cta .ccta-text h3 {
  margin-top: 0px;
  color: #fff;
  margin-bottom: 1rem;
}
.coupon-cta .ccta-text p {
  font-size: 2rem;
  line-height: 2rem;
  vertical-align: middle;
}
.coupon-cta .ccta-text p span {
  vertical-align: middle;
  padding: 3px 8px;
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  background-color: #fffb49;
  line-height: 2rem;
  color: #111;
  margin-right: 5px;
}
.coupon-cta .ccta-text .note {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
}
.single-deal {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.single-deal .scp-image {
  display: table-cell;
  width: 45%;
  vertical-align: top;
  background-size: cover;
  background-position: center center;
}
.single-deal .scp-info {
  background: linear-gradient(135deg, #EFEFEF, #fff);
  display: table-cell;
  width: 55%;
  vertical-align: middle;
  padding: 12% 8%;
  background-color: #fff;
  text-align: left;
}
.single-deal .scp-info .scp-age {
  margin-bottom: 10px;
}
.single-deal .scp-info .scp-age.smaller {
  font-size: 1.6rem;
}
.single-deal .scp-info .scp-quote strong {
  font-size: 1.8rem;
  color: #111;
  font-style: italic;
  margin-top: 30px;
  font-weight: 400;
}
.single-deal .scp-info h1 {
  font-size: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.single-deal .scp-info h1 span {
  color: #3f5880;
  font-size: 1.6rem;
  display: block;
  margin-top: 5px;
}
.single-deal .scp-info .span {
  color: rgba(0, 0, 0, 0.6);
}
.single-deal .scp-info strong {
  color: #3f5880;
}
.scp-content {
  padding-bottom: 50px;
}
.scp-content.left-aligned {
  text-align: left!important;
}
.contact-page-extras {
  padding-left: 60px;
}
.contact-page-extras iframe {
  max-width: 100%;
  height: 400px;
}
.page-centered-heading {
  text-align: center;
  margin-bottom: 4rem;
}
.page-centered-heading .page-content-header {
  margin-bottom: 1rem;
}
.page-centered-heading .page-content-header:before {
  display: none;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-centered-heading h4 {
  color: #304883;
  margin-top: 1rem;
}
.contact-form-w fieldset {
  margin-bottom: 15px!important;
  padding-bottom: 15px!important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.contact-form-w .hs-error-msgs {
  padding: 0px;
  font-size: 1.2rem;
}
.contact-form-w .hs-error-msgs li {
  padding: 5px 0px;
}
.contact-form-w .hs-error-msgs label {
  font-weight: 700 !important;
  color: #c82231;
}
.contact-form-w .inputs-list {
  list-style: none;
  margin: 0px;
}
.contact-form-w .inputs-list li span {
  margin-left: 10px;
}
.contact-form-w .inputs-list li label {
  text-transform: none;
  font-weight: 400;
  font-size: 1.4rem;
}
.contact-form-w label {
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #111;
  margin-bottom: 7px;
  font-weight: 700;
  display: block;
}
.contact-form-w input.hs-input {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 10px;
  font-size: 1.4rem;
  display: inline-block;
  width: 100%!important;
}
.contact-form-w input.hs-input[type="checkbox"] {
  width: auto!important;
}
.contact-form-w .input {
  margin-right: 25px!important;
}
.contact-form-w .hs-button {
  -webkit-appearance: none;
  background: #fff;
  border: 0px solid #4778C5;
  border-radius: 0px;
  color: #4778C5;
  cursor: pointer;
  display: inline-block;
  font-size: 1.7rem;
  line-height: 1.9rem;
  outline: 0;
  padding: .7rem 2rem;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  font-weight: 700;
  white-space: nowrap;
  background: #4778C5;
  border-color: #3a6bb8;
  color: #fff;
  border-radius: 4px;
  font-size: 1.8rem;
}
.contact-form-w .hs-button .icon {
  font-size: 1.3333em;
  line-height: .8em;
  margin-right: .2rem;
  vertical-align: -20%;
}
.contact-form-w .hs-button span,
.contact-form-w .hs-button i {
  vertical-align: middle;
  display: inline-block;
}
.contact-form-w .hs-button i {
  margin-right: -10px;
  margin-left: 10px;
}
.contact-form-w .hs-button.btn-rounded {
  border-radius: 60px!important;
}
.contact-form-w .hs-button:focus {
  background: #e6edf7;
}
.contact-form-w .hs-button:hover {
  background: #4778C5;
  border-color: #3a6bb8;
  color: #fff;
}
.contact-form-w .hs-button:active,
.contact-form-w .hs-button.active {
  background: #3a6bb8;
  border-color: #3460a5;
  color: #fff;
}
.contact-form-w .hs-button.btn-primary {
  background: #4778C5;
  border-color: #3a6bb8;
  color: #fff;
}
.contact-form-w .hs-button.btn-primary:focus {
  background: #3b6dbc;
  border-color: #3460a5;
  color: #fff;
}
.contact-form-w .hs-button.btn-primary:hover {
  background: #3969b5;
  border-color: #2e5592;
  color: #fff;
}
.contact-form-w .hs-button.btn-primary:active,
.contact-form-w .hs-button.btn-primary.active {
  background: #3664ad;
  border-color: #2e5592;
  color: #fff;
}
.contact-form-w .hs-button.btn-primary.loading::after {
  border-color: #fff;
  border-right-color: transparent;
  border-top-color: transparent;
}
.contact-form-w .hs-button.btn-green {
  background: #5dad28;
  border-color: #529823;
  color: #fff;
}
.contact-form-w .hs-button.btn-green:focus {
  background: #549c24;
  border-color: #47841e;
  color: #fff;
}
.contact-form-w .hs-button.btn-green:hover {
  background: #509422;
  border-color: #3c6f1a;
  color: #fff;
}
.contact-form-w .hs-button.btn-green:active,
.contact-form-w .hs-button.btn-green.active {
  background: #4b8c20;
  border-color: #3c6f1a;
  color: #fff;
}
.contact-form-w .hs-button.btn-green.loading::after {
  border-color: #fff;
  border-right-color: transparent;
  border-top-color: transparent;
}
.contact-form-w .hs-button.btn-blue {
  background: #2867ad;
  border-color: #235b98;
  color: #fff;
}
.contact-form-w .hs-button.btn-blue:focus {
  background: #245d9c;
  border-color: #1e4e84;
  color: #fff;
}
.contact-form-w .hs-button.btn-blue:hover {
  background: #225894;
  border-color: #1a426f;
  color: #fff;
}
.contact-form-w .hs-button.btn-blue:active,
.contact-form-w .hs-button.btn-blue.active {
  background: #20538c;
  border-color: #1a426f;
  color: #fff;
}
.contact-form-w .hs-button.btn-blue.loading::after {
  border-color: #fff;
  border-right-color: transparent;
  border-top-color: transparent;
}
.contact-form-w .hs-button.btn-purple {
  background: #9f4090;
  border-color: #8d3980;
  color: #fff;
}
.contact-form-w .hs-button.btn-purple:focus {
  background: #903a83;
  border-color: #7b316f;
  color: #fff;
}
.contact-form-w .hs-button.btn-purple:hover {
  background: #89377c;
  border-color: #682a5f;
  color: #fff;
}
.contact-form-w .hs-button.btn-purple:active,
.contact-form-w .hs-button.btn-purple.active {
  background: #823476;
  border-color: #682a5f;
  color: #fff;
}
.contact-form-w .hs-button.btn-purple.loading::after {
  border-color: #fff;
  border-right-color: transparent;
  border-top-color: transparent;
}
.contact-form-w .hs-button.btn-link {
  background: transparent;
  border-color: transparent;
  color: #4778C5;
}
.contact-form-w .hs-button.btn-link:focus,
.contact-form-w .hs-button.btn-link:hover {
  background: #f4f4f4;
  color: #2e5592;
}
.contact-form-w .hs-button.btn-link:active,
.contact-form-w .hs-button.btn-link.active {
  background: #efefef;
  color: #223e6b;
}
.contact-form-w .hs-button.btn-link.btn-purple {
  color: #63156b;
}
.contact-form-w .hs-button.btn-link.btn-purple:hover {
  background-color: transparent;
}
.contact-form-w .hs-button.btn-link.btn-white {
  color: #fff;
}
.contact-form-w .hs-button.btn-link.btn-white:hover {
  background-color: transparent;
}
.contact-form-w .hs-button.btn-sm {
  border-radius: 0px;
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: .4rem 1rem;
}
.contact-form-w .hs-button.btn-lg {
  border-radius: 0px;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 1.2rem 2.8rem;
}
.contact-form-w .hs-button.btn-xlg {
  border-radius: 0px;
  font-size: 2rem;
  line-height: 2.7rem;
  padding: 1.4rem 3.4rem;
}
.contact-form-w .hs-button.btn-block {
  display: block;
  width: 100%;
}
.contact-form-w .hs-button.btn-outline {
  border: 2px solid #111;
  color: #111;
  background-color: transparent;
}
.contact-form-w .hs-button.btn-outline.btn-white {
  border: 2px solid #fff;
  color: #fff;
}
.contact-form-w .hs-button.btn-clear {
  background: transparent;
  border: 0;
  color: #666;
  height: 2rem;
  margin-left: .3rem;
  opacity: .45;
  padding: 0;
}
.contact-form-w .hs-button.btn-clear:hover {
  opacity: .85;
}
.contact-form-w .hs-button.btn-clear::before {
  content: '\00d7';
  font-size: 2rem;
}
.contact-form-w .hs-button:focus {
  background: #3b6dbc;
  border-color: #3460a5;
  color: #fff;
}
.contact-form-w .hs-button:hover {
  background: #3969b5;
  border-color: #2e5592;
  color: #fff;
}
.contact-form-w .hs-button:active,
.contact-form-w .hs-button.active {
  background: #3664ad;
  border-color: #2e5592;
  color: #fff;
}
.contact-form-w .hs-button.loading::after {
  border-color: #fff;
  border-right-color: transparent;
  border-top-color: transparent;
}
.fees-table {
  margin-top: 50px;
}
.fees-row {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.fees-row .fees-plan {
  position: relative;
  border-collapse: collapse;
  display: table-cell;
  width: 50%;
  text-align: center;
  border: 1px solid #515e6d;
  padding: 5%;
}
.fees-row .fees-plan .btn-w {
  margin-top: 4rem;
}
.fees-row .fees-plan .btn-w .btn {
  border-radius: 4px;
  font-size: 1.4rem;
  vertical-align: middle;
  height: auto;
  padding: 6px 12px;
}
.fees-row .fees-plan .fee-tooltip {
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 10px;
  z-index: 9999;
  text-align: left;
  position: absolute;
  width: 450px;
  background-color: #385090;
  color: #eee;
  padding: 40px;
  font-size: 1.3rem;
  display: none;
}
.fees-row .fees-plan .fee-tooltip h5 {
  color: #fff;
  margin-top: 0px;
}
.fees-cta {
  background-color: #deecfc;
  padding: 40px;
  text-align: center;
  border: 1px solid #515e6d;
  border-top: none;
}
.fees-cta .button-cta {
  display: inline-block;
  text-decoration: none;
  padding: 15px 25px 15px 35px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  color: #4c6587;
  font-weight: 700;
  font-size: 2.5rem;
  border-radius: 6px;
}
.fees-cta .button-cta span {
  vertical-align: middle;
  display: inline-block;
}
.fees-cta .button-cta i {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  font-size: 40px;
}
.coming-soon-w {
  max-width: 1600px;
  margin: 0px auto;
}
.cs-logo-w {
  text-align: center;
  padding-bottom: 0px;
  position: relative;
}
.cs-logo-w a {
  position: relative;
  display: inline-block;
}
.cs-logo-w a:before {
  content: "Coming Soon";
  position: absolute;
  left: -120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 500;
  color: #111;
  text-transform: uppercase;
}
.cs-logo-w img {
  width: 260px;
  height: auto;
}
.coming-soon-i {
  display: table;
  width: 100%;
  table-layout: fixed;
  vertical-align: middle;
  border-spacing: 10px;
}
.coming-soon-i .hbspt-form {
  position: relative;
  margin-top: 40px;
  text-align: left;
}
.coming-soon-i .hbspt-form .input {
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  padding: 10px;
}
.coming-soon-i .hbspt-form .input .hs-input {
  border-radius: 4px;
  border: none;
  padding: 10px 0px;
  width: 100%;
  display: block;
}
.coming-soon-i .hbspt-form .input .hs-input.error {
  background-color: #ffcccc;
}
.coming-soon-i .hbspt-form .input .hs-input:focus {
  outline: none;
}
.coming-soon-i .hbspt-form .hs-error-msgs {
  border-radius: 0px 0px 4px 4px;
  background-color: #d83535;
  color: #fff;
  margin: 0px 10px;
  padding: 5px 15px 15px 15px;
}
.coming-soon-i .hbspt-form label span {
  display: none;
}
.coming-soon-i .hbspt-form .hs-button {
  border-radius: 4px;
  border: none;
  background-color: #1e3a8d;
  color: #fff;
  padding: 10px 25px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.cs-text-box {
  width: 40%;
  display: table-cell;
  background-color: rgba(120, 54, 118, 0.87);
  color: rgba(255, 255, 255, 0.8);
  padding: 80px;
  font-size: 1.92rem;
  position: relative;
  margin-right: 10px;
  text-align: center;
}
.cs-text-box .cs-bg-image {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.cs-text-box .cs-text-content {
  position: relative;
  text-align: justify;
}
.cs-text-box h1 {
  margin-top: 0px;
  color: #fff;
  position: relative;
  margin-bottom: 80px;
}
.cs-text-box h1:after {
  content: "";
  height: 4px;
  width: 50%;
  position: absolute;
  bottom: -40px;
  left: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}
.cs-big-image {
  width: 40%;
  display: table-cell;
  background-size: cover;
  background-position: center center;
}
.cs-small-images {
  width: 20%;
  display: table-cell;
  position: relative;
}
.cs-small-images .cs-small-image-top,
.cs-small-images .cs-small-image-center,
.cs-small-images .cs-small-image-bottom {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 32%;
  background-size: cover;
  background-position: center center;
}
.cs-small-images .cs-small-image-center {
  top: 33.5%;
}
.cs-small-images .cs-small-image-bottom {
  top: 67%;
  height: 33%;
}
.cs-contacts-w {
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.8);
}
.email-link-w {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 20px;
  margin-right: 20px;
  display: inline-block;
}
.email-link-w a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  vertical-align: middle;
}
.cs-social-links-w {
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
}
.cs-social-links-w a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 20px;
  display: inline-block;
}
.cs-social-links-w a:last-child {
  margin-right: 0px;
}
.cs-footer {
  background-color: #273f87;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  text-align: center;
  padding: 20px;
  margin: 0px 10px;
}
.cs-footer p {
  margin: 0px auto;
  max-width: 900px;
  margin-bottom: 10px;
}
.cs-footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.cs-footer ul li {
  display: inline-block;
  margin: 0px 10px;
}
.cs-footer ul li a {
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 950px) and (max-width: 1150px) {
  .coming-soon-i {
    border-spacing: 5px;
  }
  .cs-logo-w img {
    width: 200px;
  }
  .cs-text-box {
    padding: 50px 50px;
    width: 45%;
  }
  .cs-text-box h1 {
    font-size: 42px;
  }
  .cs-big-image {
    width: 37.5%;
  }
  .cs-small-images {
    width: 17.5%;
  }
}
@media (min-width: 600px) and (max-width: 949px) {
  .cs-text-box {
    width: 60%;
    padding: 50px;
  }
  .cs-big-image {
    width: 40%;
  }
  .cs-small-images {
    display: none;
  }
}
@media (max-width: 599px) {
  .coming-soon-i {
    display: block;
  }
  .cs-text-box {
    width: 100%;
    padding: 30px;
    display: block;
  }
  .cs-text-box h1 {
    font-size: 38px;
  }
  .cs-big-image {
    display: none;
  }
  .cs-small-images {
    display: block;
    padding-bottom: 33%;
    width: 100%;
  }
  .cs-small-images .cs-small-image-top,
  .cs-small-images .cs-small-image-center,
  .cs-small-images .cs-small-image-bottom {
    top: 0px;
    bottom: 0px;
    width: 33.3%;
    height: 100%;
  }
  .cs-small-images .cs-small-image-top {
    left: 0px;
    right: 66.7%;
  }
  .cs-small-images .cs-small-image-center {
    right: 33.4%;
    left: 33.3%;
  }
  .cs-small-images .cs-small-image-bottom {
    right: 0px;
    left: 66.6%;
    width: 33.4%;
  }
  .cs-footer {
    margin: 0px;
  }
  .cs-logo-w a:before {
    left: 31%;
    top: 97%;
  }
  .cs-logo-w {
    padding-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .email-link-w {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
    display: block;
    margin-bottom: 20px;
  }
  form .cs-email-w button {
    padding: 10px 10px;
  }
  form .cs-email-w .email-input {
    padding: 10px 5px;
  }
}
@media (max-width: 1200px) {
  .fixed-top-menu-w.top-menu-w .top-menu .logo {
    width: 200px;
    padding: 5px 0px 5px 20px;
  }
  .faq-w {
    padding: 10% 10%;
  }
  .coupon-cta .ccta-price {
    width: 400px;
  }
}
@media (max-width: 1350px) {
  .all-wrapper {
    padding: 0px;
  }
  .secondary-menu ul li {
    padding: 0px 12px;
  }
  .top-menu-w .top-menu .menu-w > ul > li > a {
    font-size: 1.7rem;
  }
  .fixed-top-menu-w.top-menu-w .top-menu .logo {
    width: 250px;
    padding: 5px 0px 5px 20px;
  }
}
@media (max-width: 414px) {
  html {
    font-size: 8px;
  }
  .page-intro h1 {
    font-size: 3.3rem;
  }
  .contact-page-w .contact-page-map-w {
    padding: 0px 10% 10% 10%;
  }
  .contact-page-w .footer-contacts {
    padding: 30px 10% 0 10%;
  }
  .faq-w {
    padding: 10% 5%;
  }
  .faq-w .faq-i .faq-activator {
    position: relative;
  }
  .faq-w .faq-i .faq-activator i {
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .faq-w .faq-i .faq-activator span {
    padding: 10px;
    border-left: none;
    padding-left: 40px;
  }
  .home-banner ul li {
    text-align: left;
    padding-left: 40px;
  }
  .home-banner ul li:before {
    left: 0px;
  }
  .coupon-cta {
    display: block;
  }
  .coupon-cta .ccta-price {
    display: block;
    width: auto;
    text-align: center;
    padding: 20px;
    padding-top: 40px;
  }
  .coupon-cta .ccta-text {
    display: block;
    width: auto;
    padding: 20px;
    padding-top: 0px;
    text-align: center;
  }
  .desc-text-block {
    display: block;
  }
  .desc-text-block .text-w {
    width: auto;
    display: block;
    padding: 10%;
  }
  .desc-text-block .image-w {
    width: auto;
    display: block;
    padding-bottom: 120%;
  }
  .appointment-form-w {
    padding: 20px;
  }
  .appointment-form-w .form-w {
    padding: 15px;
  }
  .call-to-action-w .cta-newsletter .newsletter-w {
    width: auto;
    padding-left: 10px;
  }
  .call-to-action-w .cta-newsletter .newsletter-w:before {
    display: none;
  }
  .call-to-action-w .cta-newsletter .newsletter-w button {
    padding: 5px 10px;
  }
  .call-to-action-w .cta-newsletter .newsletter-w input {
    padding: 10px;
  }
  .deep-footer-w .df-footer-text {
    display: block;
    margin-bottom: 20px;
  }
  .text-and-image-block.more-padding .text-w {
    padding: 10px 10%;
  }
  .text-and-image-block {
    display: block;
  }
  .text-and-image-block .text-w {
    width: auto;
    display: block;
  }
  .text-and-image-block .image-w {
    width: auto;
    display: block;
    padding-bottom: 70%;
    display: none;
  }
  .home-banner .home-banner-i {
    float: none;
    margin: 0px auto;
    width: auto;
  }
  .fees-row {
    display: block;
  }
  .fees-row .fees-plan {
    width: auto;
    display: block;
    padding: 40px 20px;
  }
  .fees-row .fees-plan h3 {
    margin-top: 0px;
    font-size: 2.5rem;
  }
  .fees-row .fees-plan .btn-w {
    margin-top: 2rem;
  }
  .fees-row .fees-plan .fee-tooltip {
    width: 300px;
  }
  .home-banner .btn-green {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .fees-cta .button-cta {
    font-size: 2rem;
  }
  .fees-cta .button-cta {
    padding: 12px 20px 12px 25px;
  }
  .fees-cta {
    padding: 20px;
  }
  .home-banner {
    text-align: left;
    background-position: center right;
  }
  .home-banner h3 {
    text-align: left;
  }
  .home-banner h1 {
    text-align: left;
    color: #111;
    font-size: 3.3rem;
  }
  .home-banner h1 span {
    color: #c1f170;
  }
  .home-banner .btn.btn-purple.btn-link {
    color: #c5a9ef;
  }
  .home-banner .banner-text {
    color: rgba(255, 255, 255, 0.9);
  }
  .page-content .centered-content {
    padding: 7% 20px 30px;
  }
  .deep-footer-w {
    padding: 30px;
  }
  .deep-footer-w .deep-footer {
    display: block;
    text-align: center;
  }
  .deep-footer-w .df-social {
    display: block;
    width: auto;
    text-align: center;
  }
  .deep-footer-w .df-social ul li {
    margin: 0px 10px;
  }
  .page-content {
    padding: 20px;
  }
  .call-to-action-w .cta-desc-w h3 {
    font-size: 2.7rem;
  }
  .call-to-action-w .cta-desc-w .cta-desc {
    font-size: 1.8rem;
    display: block;
    width: auto;
  }
  .call-to-action-w .cta-desc-w {
    padding-right: 0px;
  }
  .call-to-action-w .cta-btn-w {
    width: auto;
    display: block;
    margin-top: 30px;
  }
  .call-to-action-w .cta-btn-w a {
    padding: 12px 25px;
  }
  .deal {
    padding: 10px;
  }
  .deal .deal-i {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  }
  .deals-w,
  .blog-posts-w {
    padding: 30px 20px;
  }
  .deals-w .blog-post,
  .blog-posts-w .blog-post {
    padding: 10px;
  }
  .deals-w .blog-post a,
  .blog-posts-w .blog-post a {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  }
  .iconed-features-w .iconed-features {
    display: block;
  }
  .iconed-features-w .iconed-features .if-desc {
    font-size: 2.2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    padding: 20px 0px;
  }
  h2 {
    font-size: 3rem;
  }
  .iconed-features-w .iconed-features .if-desc {
    display: block;
    width: auto;
    padding: 10px 0px;
  }
  .iconed-features-w {
    background-image: url("/wp-content/themes/optical/assets/images/sunset-dark.jpg");
    padding: 40px 30px;
  }
  .iconed-features-w h2 {
    color: #fff;
  }
  .services-pyramid {
    display: block;
  }
  .services-pyramid .sp-image {
    display: block;
    width: auto;
    padding: 20px;
  }
  .iconed-features-w .iconed-features .iconed-feature {
    display: block;
    width: auto;
    padding: 0px;
    margin-bottom: 70px;
  }
  .deals-w .deals .owl-next {
    right: 0px;
  }
  .deals-w .deals .owl-prev {
    left: 0px;
  }
  .blog-posts-w .blog-posts .owl-next {
    right: 0px;
  }
  .blog-posts-w .blog-posts .owl-prev {
    left: 0px;
  }
  .call-to-action-w {
    padding: 40px 20px;
  }
  .call-to-action-w .cta-i {
    display: block;
    text-align: center;
  }
  .secondary-menu {
    padding: 10px 0px;
  }
  .team-w .team-member {
    width: auto;
    display: block;
  }
  .team-w .team-member .team-member-i {
    margin: 30px 10px;
  }
  .secondary-menu ul li {
    margin: 5px 0px;
  }
  .page-content blockquote {
    margin: 30px 0px;
  }
  .page-deals-w .deal {
    width: auto;
    display: block;
    padding: 20px 5px;
  }
  .deep-footer-w .df-disclosure-w {
    display: block;
    width: auto;
    margin-bottom: 20px;
  }
  .single-deal {
    display: block;
  }
  .single-deal .scp-image {
    width: auto;
    display: block;
    padding-bottom: 70%;
  }
  .single-deal .scp-info {
    width: auto;
    display: block;
  }
  .scp-content {
    padding-bottom: 20px;
  }
  .g-recaptcha {
    transform: scale(0.78);
    transform-origin: 0 0;
  }
  .pre-footer-w .pre-footer {
    display: block;
  }
  .pre-footer-w .pre-footer:before,
  .pre-footer-w .pre-footer:after {
    content: " ";
    display: table;
  }
  .pre-footer-w .pre-footer:after {
    clear: both;
  }
  .pre-footer-w .pre-footer::after {
    clear: both;
    content: "";
    display: table;
  }
  .pre-footer-w .pre-footer:before,
  .pre-footer-w .pre-footer:after {
    content: " ";
    display: table;
  }
  .pre-footer-w .pre-footer:after {
    clear: both;
  }
  .pre-footer-w .pre-footer::after {
    clear: both;
    content: "";
    display: table;
  }
  .pre-footer-w .column-1 {
    display: block;
    width: 100%;
    padding: 5% 0px 0px;
    float: none;
    border: none;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  }
  .pre-footer-w .column-2 {
    display: block;
    width: 100%;
    padding: 5%;
    float: none;
    border: none;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  }
  .pre-footer-w .column-3 {
    display: block;
    width: 100%;
    padding: 5%;
    float: none;
    border: none;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 415px) and (max-width: 768px) {
  html {
    font-size: 9px;
  }
  .page-content .centered-content {
    padding: 7% 10% 40px;
  }
  .team-w {
    padding: 0% 1% 5% 1%;
  }
  .blog-posts-w .blog-post {
    padding: 20px;
  }
  .deal {
    padding: 15px;
  }
  .deal .deal-i {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
  }
  .deal-i .cp-image {
    margin-bottom: 10px;
  }
  .blog-content-w .blog-sidebar {
    display: none;
  }
  .blog-content-w .blog-content {
    width: 100%;
  }
  .team-w .team-member .team-member-i {
    margin: 0px 10px;
  }
  .call-to-action-w .cta-desc-w {
    padding-right: 50px;
  }
  .call-to-action-w .cta-btn-w a {
    padding: 15px 20px;
  }
  .call-to-action-w .cta-desc-w {
    width: 475px;
  }
  .iconed-features-w .iconed-features .iconed-feature {
    padding: 0% 2%;
  }
  .home-banner .home-banner-i {
    float: none;
    margin: 0px auto;
    max-width: 550px;
  }
  .blog-posts-w {
    padding: 5% 4%;
  }
  .blog-posts-w .blog-posts .owl-prev {
    left: 0px;
  }
  .blog-posts-w .blog-posts .owl-next {
    right: 0px;
  }
  .home-banner {
    text-align: center;
    background-size: center right;
  }
  .home-banner h1 {
    color: #fff;
  }
  .home-banner h1 span {
    color: #c1f170;
  }
  .home-banner .btn.btn-purple.btn-link {
    color: #c5a9ef;
  }
  .home-banner .banner-text {
    color: rgba(255, 255, 255, 0.9);
  }
  h2 {
    font-size: 3rem;
  }
  .iconed-features-w {
    padding: 8% 1%;
  }
  .iconed-features-w h3 {
    font-size: 2rem;
  }
  .page-intro h1 {
    font-size: 4rem;
  }
  .pre-footer-w .pre-footer {
    display: block;
  }
  .pre-footer-w .pre-footer:before,
  .pre-footer-w .pre-footer:after {
    content: " ";
    display: table;
  }
  .pre-footer-w .pre-footer:after {
    clear: both;
  }
  .pre-footer-w .pre-footer::after {
    clear: both;
    content: "";
    display: table;
  }
  .pre-footer-w .pre-footer:before,
  .pre-footer-w .pre-footer:after {
    content: " ";
    display: table;
  }
  .pre-footer-w .pre-footer:after {
    clear: both;
  }
  .pre-footer-w .pre-footer::after {
    clear: both;
    content: "";
    display: table;
  }
  .pre-footer-w .column-1 {
    display: block;
    width: 100%;
    padding: 5%;
    float: left;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  }
  .pre-footer-w .column-2 {
    display: block;
    width: 50%;
    padding: 5%;
    border-left: none;
    float: left;
  }
  .pre-footer-w .column-3 {
    display: block;
    width: 50%;
    padding: 5%;
    float: left;
  }
}
@media (max-width: 768px) {
  .mobile-header-w {
    display: block;
  }
  .top-menu-w,
  .top-bar {
    display: none!important;
  }
}
/*# sourceMappingURL=main.css.map */