/*
Theme Name: LW
Theme URI: 
Author: PaladinDigitalMarketing
Author URI: https://www.paladindigitalmarketing.com/
Description: Theme for Paladin Digital Marketing
Version: 1.2.1
License: 
License URI: 
Text Domain: LW
Tags: 
*/
/*! Spectre.css | MIT License | github.com/picturepan2/spectre */
/* Manually forked from Normalize.css */
/* normalize.css v5.0.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 on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * 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;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8 (removed).
 */
/**
 * 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 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers. (removed)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 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;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. (removed)
 */
/**
 * 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;
}
/**
 * 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 font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-. (Removed)
 */
/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 (changed) */
  font-size: inherit;
  /* 1 (changed) */
  line-height: inherit;
  /* 1 (changed) */
  margin: 0;
  /* 2 */
}
/**
 * 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 (removed).
 */
/**
 * Change the border, margin, and padding in all browsers (opinionated) (changed).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/**
 * 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 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * 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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 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 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
*,
*::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: #363534;
  font-family: "roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-weight: 400;
  font-size: 1.8rem;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}
a {
  color: #00545E;
  outline: none;
  text-decoration: none;
}
a:focus,
a:hover,
a:active,
a.active {
  color: #2a3744;
  text-decoration: underline;
}
img {
  max-width: 100%;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #122C5C;
  font-family: 'dinnext', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
h1 {
  font-size: 5.8rem;
  font-family: "Lora", serif !important;
  text-transform:none !important;
  font-weight:500 !important;

}
h2 {
  font-size: 4rem;
  font-family: "Raleway", sans-serif !important;
  text-transform:none !important;
  font-weight:700 !important;
}
h3 {
  font-size: 3rem;
}
h4 {
  font-size: 2.4rem;
  letter-spacing: 1.89px;
}
h5 {
  font-size: 2rem;
}
h6 {
  font-size: 1.6rem;
}
p {
  line-height: 1.4;
  margin: 0 0 2.4rem;
}
a,
ins,
u {
  text-decoration-skip: ink edges;
}
blockquote {
  margin-left: 0;
  margin-right: 0;
  padding: 60px 40px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #6F8085;
  font-size: 2.4rem;
  position: relative;
  background-color: #f5f2ef;
}
blockquote p {
  line-height: 1.4;
  z-index: 2;
}
blockquote:before,
blockquote:after {
  opacity: 0.4;
  font-size: 30px;
  color: #6F8085;
  position: absolute;
  z-index: 1;
}
blockquote:before {
  font-family: 'lwicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  left: 40px;
  top: 15px;
}
blockquote:after {
  font-family: 'lwicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  right: 40px;
  bottom: 15px;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  color: #acb3c2;
}
blockquote .quote__footer {
  display: flex;
  text-align: right;
  justify-content: flex-end;
  flex-direction: column;
  font-family: 'dinnext', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-weight: 500;
  font-size: 2.2rem;
  border-top: 1px solid rgba(156, 131, 94, 0.2);
  padding-top: 10px;
  margin-top: 10px;
  color: #878787;
}
blockquote .quote__footer .quote__owner small {
  font-family: "roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
blockquote .quote__footer .quote__position {
  font-family: "roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-weight: 400;
  font-size: 1.6rem;
}
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 outside;
  padding-left: 2rem;
}
ul ul {
  list-style-type: circle;
}
ol {
  list-style: decimal inside;
}
ol ol {
  list-style-type: lower-alpha;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0.5rem 0 1.5rem 0;
}
mark {
  border-radius: 0.2rem;
  display: inline-block;
  line-height: 1;
  padding: 0.3rem 0.4rem;
  vertical-align: baseline;
  background: #ffe9b3;
  color: #6D7E8F;
}
kbd {
  border-radius: 0.2rem;
  display: inline-block;
  line-height: 1;
  padding: 0.3rem 0.4rem;
  vertical-align: baseline;
  background: #454d5d;
  color: #fff;
}
abbr[title] {
  border-bottom: 0.1rem dotted;
  cursor: help;
  text-decoration: none;
}
.btn {
  appearance: none;
  background: #fff;
  border: 0px solid #00545E;
  border-radius: 0px;
  color: #00545E;
  transition: all 0.2s ease;
  cursor: pointer;
  display: inline-block;
  font-size: 2rem;
  outline: none;
  padding: 0.8rem 2rem;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: 'dinnext', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-weight: 500;
}
.btn:focus {
  background: #a38b66;
  box-shadow: 0 0 0 0.2rem rgba(61, 81, 100, 0.15);
  text-decoration: none;
}
.btn:hover {
  background: #d1d1d1;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background: #364A5C;
  border-color: #2d3d4c;
  color: #fff;
  text-decoration: none;
}
.btn[disabled],
.btn:disabled,
.btn.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.btn.btn-large {
  letter-spacing: 3.6px;
  font-size: 2.4rem;
  padding: 1rem 3rem;
}
.btn.btn-xs {
  letter-spacing: 2.72px;
  font-size: 1.4rem;
  padding: 0 0.5rem;
}
.btn.btn-primary {
  background: #00545E;
  border-color: #364A5C;
  color: #fff;
}
.btn.btn-primary:focus,
.btn.btn-primary:hover {
  background: #324556;
  border-color: #2d3d4c;
  color: #fff;
}
.btn.btn-primary:active,
.btn.btn-primary.active {
  background: #2e404f;
  border-color: #293846;
  color: #fff;
}
.btn.btn-primary.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-white {
  background: #fff;
  border: none;
  color: #00545E;
}
.btn.btn-white:focus,
.btn.btn-white:hover {
  background: #e6e6e6;
}
.btn.btn-white:active,
.btn.btn-white.active {
  background: #d9d9d9;
}
.btn.btn-red {
  background: #00545E;
  border-color: #bf4351;
  color: #fff;
}
.btn.btn-red:focus,
.btn.btn-red:hover {
  background: #c04655;
  border-color: #b93f4d;
  color: #fff;
}
.btn.btn-red:active,
.btn.btn-red.active {
  background: #bd404f;
  border-color: #b13c4a;
  color: #fff;
}
.btn.btn-red.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-link {
  background: transparent;
  border-color: transparent;
  color: #00545E;
}
.btn.btn-link:focus,
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link.active {
  color: #2a3744;
}
.btn.btn-sm {
  font-size: 1.6rem;
  height: 2.4rem;
  padding: 0.1rem 0.8rem;
}
.btn.btn-lg {
  font-size: 1.9rem;
  height: 4rem;
  padding: 0.9rem 0.8rem;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-action {
  width: 3.2rem;
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-action.btn-sm {
  width: 2.4rem;
}
.btn.btn-action.btn-lg {
  width: 4rem;
}
.btn.btn-clear {
  background: transparent;
  border: 0;
  color: currentColor;
  height: 1.6rem;
  line-height: 1.6rem;
  margin-left: 0.4rem;
  margin-right: -0.2rem;
  opacity: 0.45;
  padding: 0 0.2rem;
  text-decoration: none;
  width: 1.6rem;
}
.btn.btn-clear:hover {
  opacity: 0.85;
}
.btn.btn-clear::before {
  content: "\2715";
}
.btn-group {
  display: inline-flex;
  flex-wrap: wrap;
}
.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:focus,
.btn-group .btn:hover,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 1;
}
.btn-group.btn-group-block {
  display: flex;
}
.btn-group.btn-group-block .btn {
  flex: 1 0 0;
}
.btn-with-icon span {
  display: flex;
  align-items: center;
}
.btn-with-icon .icon {
  padding-right: 1rem;
  margin-right: 1rem;
  font-size: 2.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
body {
  background-color: #F6F6F6;
}
.os-container {
  max-width: 1500px;
  margin: 0px auto;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
.container.grid-1280 {
  max-width: 130rem;
}
.container.grid-960 {
  max-width: 98rem;
}
.container.grid-480 {
  max-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;
  max-width: 100%;
  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: 1280px) {
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1 {
    flex: none;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-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%;
  }
}
.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
}
@media screen and (max-width: 840px) {
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}
@media screen and (max-width: 960px) {
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
}
@media screen and (max-width: 1280px) {
  .hide-xl {
    display: none !important;
  }
  .show-xl {
    display: block !important;
  }
}
.avatar {
  background: #00545E;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 300;
  height: 3.2rem;
  line-height: 1;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 3.2rem;
}
.avatar.avatar-xs {
  font-size: 0.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: 100;
}
.avatar .avatar-icon {
  background: #fff;
  bottom: 14.64%;
  height: 50%;
  padding: 0.2rem;
  position: absolute;
  right: 14.64%;
  transform: translate(50%, 50%);
  width: 50%;
}
.avatar[data-initial]::before {
  color: currentColor;
  content: attr(data-initial);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.badge {
  position: relative;
  white-space: nowrap;
}
.badge[data-badge]::after,
.badge:not([data-badge])::after {
  background: #00545E;
  background-clip: padding-box;
  border-radius: 1rem;
  box-shadow: 0 0 0 0.2rem #fff;
  color: #fff;
  content: attr(data-badge);
  display: inline-block;
  transform: translate(-0.2rem, -1rem);
}
.badge[data-badge]::after {
  font-size: 1.6rem;
  height: 1.8rem;
  line-height: 1;
  min-width: 1.8rem;
  padding: 0.3rem 0.5rem;
  text-align: center;
  white-space: nowrap;
}
.badge:not([data-badge])::after,
.badge[data-badge='']::after {
  height: 0.6rem;
  min-width: 0.6rem;
  padding: 0;
  width: 0.6rem;
}
.badge.btn::after {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.badge.avatar::after {
  position: absolute;
  top: 14.64%;
  right: 14.64%;
  transform: translate(50%, -50%);
  z-index: 100;
}
.badge.avatar-xs::after {
  content: "";
  height: 0.8rem;
  min-width: 0.8rem;
  padding: 0;
  width: 0.8rem;
}
.modal {
  align-items: center;
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 1rem;
  position: fixed;
  right: 0;
  top: 0;
}
.modal:target,
.modal.active {
  display: flex;
  opacity: 1;
  z-index: 400;
}
.modal:target .modal-overlay,
.modal.active .modal-overlay {
  background: rgba(69, 77, 93, 0.8);
  bottom: 0;
  cursor: default;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal:target .modal-container,
.modal.active .modal-container {
  animation: slide-down 0.2s ease 1;
  z-index: 1;
}
.modal.modal-sm .modal-container {
  max-width: 32rem;
}
.modal-container {
  background: #fff;
  border-radius: 0.2rem;
  display: block;
  padding: 0;
  box-shadow: 0 0.4rem 1rem rgba(69, 77, 93, 0.3);
  text-align: left;
}
.modal-container .modal-header {
  padding: 1.5rem;
}
.modal-container .modal-header .modal-title {
  font-size: 1.9rem;
  margin: 0;
}
.modal-container .modal-body {
  padding: 1.5rem;
  position: relative;
}
.modal-container .modal-footer {
  padding: 1.5rem;
  text-align: right;
}
.breadcrumb,
.tab,
.pagination,
.nav {
  list-style: none;
  margin: 0.5rem 0;
}
.breadcrumb {
  padding: 1.2rem;
}
.breadcrumb .breadcrumb-item {
  display: inline-block;
  margin: 0;
}
.breadcrumb .breadcrumb-item:last-child {
  color: #acb3c2;
}
.breadcrumb .breadcrumb-item:not(:first-child)::before {
  color: #e7e9ed;
  content: "/";
  padding: 0 0.4rem;
}
.tab {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.tab .tab-item {
  margin-top: 0;
}
.tab .tab-item.tab-action {
  flex: 1 0 auto;
  text-align: right;
}
.tab .tab-item a {
  border-bottom: 0.2rem solid transparent;
  color: inherit;
  display: block;
  margin-top: 0;
  padding: 0.6rem 1.2rem 0.4rem 1.2rem;
  text-decoration: none;
}
.tab .tab-item a:focus,
.tab .tab-item a:hover {
  color: #00545E;
}
.tab .tab-item.active a,
.tab .tab-item a.active {
  border-bottom-color: #00545E;
  color: #00545E;
}
.tab.tab-block .tab-item {
  flex: 1 0 0;
  text-align: center;
}
.tab.tab-block .tab-item .badge[data-badge]::after {
  position: absolute;
  right: -0.4rem;
  top: -0.4rem;
  transform: translate(0, 0);
}
.tab:not(.tab-block) .badge {
  padding-right: 0.2rem;
}
.pagination {
  display: flex;
}
.pagination .page-item {
  margin: 1rem 0.1rem;
}
.pagination .page-item span {
  display: inline-block;
  padding: 0.6rem 0.4rem;
}
.pagination .page-item a {
  border-radius: 0.2rem;
  color: #727e96;
  display: inline-block;
  padding: 0.6rem 0.8rem;
  text-decoration: none;
}
.pagination .page-item a:focus,
.pagination .page-item a:hover {
  color: #00545E;
}
.pagination .page-item a[disabled],
.pagination .page-item a.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.pagination .page-item.active a {
  background: #00545E;
  color: #fff;
}
.pagination .page-item.page-prev,
.pagination .page-item.page-next {
  flex: 1 0 50%;
}
.pagination .page-item.page-next {
  text-align: right;
}
.pagination .page-item .page-item-title {
  margin: 0;
}
.pagination .page-item .page-item-subtitle {
  margin: 0;
  opacity: 0.5;
}
.nav {
  display: flex;
  flex-direction: column;
}
.nav .nav-item a {
  color: #727e96;
  padding: 0.6rem 0.8rem;
  text-decoration: none;
}
.nav .nav-item a:focus,
.nav .nav-item a:hover {
  color: #00545E;
}
.nav .nav-item.active > a {
  font-weight: bold;
}
.nav .nav-item.active > a:focus,
.nav .nav-item.active > a:hover {
  color: #00545E;
}
.nav .nav {
  margin-bottom: 1rem;
  margin-left: 2rem;
}
.nav .nav a {
  color: #acb3c2;
}
.popover {
  display: inline-block;
  position: relative;
}
.popover .popover-container {
  content: attr(data-tooltip);
  opacity: 0;
  left: 50%;
  padding: 1rem;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
  width: 32rem;
  z-index: 400;
}
.popover :focus + .popover-container,
.popover:hover .popover-container,
.popover .popover-container:hover {
  display: block;
  opacity: 1;
  transform: translate(-50%, -100%) scale(1);
}
.popover.popover-right .popover-container {
  left: 100%;
  top: 50%;
}
.popover.popover-right :focus + .popover-container,
.popover.popover-right:hover .popover-container,
.popover.popover-right .popover-container:hover {
  transform: translate(0, -50%) scale(1);
}
.popover.popover-bottom .popover-container {
  left: 50%;
  top: 100%;
}
.popover.popover-bottom :focus + .popover-container,
.popover.popover-bottom:hover .popover-container,
.popover.popover-bottom .popover-container:hover {
  transform: translate(-50%, 0) scale(1);
}
.popover.popover-left .popover-container {
  left: 0;
  top: 50%;
}
.popover.popover-left :focus + .popover-container,
.popover.popover-left:hover .popover-container,
.popover.popover-left .popover-container:hover {
  transform: translate(-100%, -50%) scale(1);
}
.popover .card {
  border: 0;
  box-shadow: 0 0.4rem 1rem rgba(69, 77, 93, 0.3);
}
.toast {
  border: 0.1rem solid #454d5d;
  border-radius: 0.2rem;
  color: #fff;
  display: block;
  padding: 1rem;
  background: rgba(69, 77, 93, 0.9);
  border-color: #454d5d;
  width: 100%;
}
.toast.toast-primary {
  background: rgba(61, 81, 100, 0.9);
  border-color: #00545E;
}
.toast.toast-success {
  background: rgba(50, 182, 67, 0.9);
  border-color: #32b643;
}
.toast.toast-warning {
  background: rgba(255, 183, 0, 0.9);
  border-color: #ffb700;
}
.toast.toast-error {
  background: rgba(232, 86, 0, 0.9);
  border-color: #e85600;
}
.toast a {
  color: #fff;
  text-decoration: underline;
}
.toast a:focus,
.toast a:hover,
.toast a:active,
.toast a.active {
  opacity: 0.75;
}
.tooltip {
  position: relative;
}
.tooltip::after {
  background: rgba(69, 77, 93, 0.9);
  border-radius: 0.2rem;
  bottom: 100%;
  color: #fff;
  content: attr(data-tooltip);
  display: block;
  font-size: 1.6rem;
  left: 50%;
  max-width: 32rem;
  opacity: 0;
  overflow: hidden;
  padding: 0.4rem 0.8rem;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  transform: translate(-50%, 1rem);
  transition: all 0.2s ease;
  white-space: nowrap;
  z-index: 200;
}
.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(-1rem, 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%, -1rem);
}
.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(1rem, 50%);
}
.tooltip.tooltip-left:focus::after,
.tooltip.tooltip-left:hover::after {
  transform: translate(-0.5rem, 50%);
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showTitle {
  0% {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
  }
}
@keyframes showSidebar {
  0% {
    transform: translate3d(40px, 0px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
  }
}
.page-intro h1 {
  animation: 0.8s cubic-bezier(0.25, 1.1, 0.5, 1) 0.2s showTitle;
  animation-fill-mode: both;
}
.sub-pages-navigation {
  animation: 0.8s cubic-bezier(0.25, 1.1, 0.5, 1) 0.2s showSidebar;
  animation-fill-mode: both;
}
.home-banner h1 {
  animation: 0.8s cubic-bezier(0.25, 1.1, 0.5, 1) 0.2s showTitle;
  animation-fill-mode: both;
}
.home-banner .banner-text {
  animation: 0.8s cubic-bezier(0.25, 1.1, 0.5, 1) 0.15s showTitle;
  animation-fill-mode: both;
}
.home-banner .banner-buttons {
  animation: 0.8s cubic-bezier(0.25, 1.1, 0.5, 1) 0.1s showTitle;
  animation-fill-mode: both;
}
[data-aos="aosShowTitle"] {
  transform: translate3d(0, 40px, 0);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos="aosShowTitle"].aos-animate {
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}
.divider,
.divider-vert {
  display: block;
  position: relative;
}
.divider[data-content]::after,
.divider-vert[data-content]::after {
  background: #fff;
  color: #e7e9ed;
  content: attr(data-content);
  display: inline-block;
  font-size: 1.6rem;
  padding: 0 0.8rem;
  transform: translateY(-1.1rem);
}
.divider {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
  height: 0.1rem;
  margin: 1rem 0;
}
.divider-vert {
  display: block;
  padding: 1rem;
}
.divider-vert::before {
  border-left: 0.1rem solid rgba(255, 255, 255, 0.1);
  bottom: 1rem;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 1rem;
  transform: translateX(-50%);
}
.divider-vert[data-content]::after {
  left: 50%;
  padding: 0.4rem 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loading {
  color: transparent !important;
  min-height: 1.6rem;
  pointer-events: none;
  position: relative;
}
.loading::after {
  animation: loading 500ms infinite linear;
  border: 0.2rem solid #00545E;
  border-radius: 0.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;
  z-index: 1;
}
.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: 0.5rem;
}
.mr-5 {
  margin-right: 0.5rem;
}
.mb-5 {
  margin-bottom: 0.5rem;
}
.ml-5 {
  margin-left: 0.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: 0.5rem;
}
.pr-5 {
  padding-right: 0.5rem;
}
.pb-5 {
  padding-bottom: 0.5rem;
}
.pl-5 {
  padding-left: 0.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-size: 0;
  line-height: 0;
  text-shadow: none;
}
.text-assistive {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0.1rem;
  margin: -0.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.1rem;
}
.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-large {
  font-size: 1.2em;
}
.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-0 {
  box-shadow: 0 0 0.2rem rgba(69, 77, 93, 0.3);
}
.shadow-1 {
  box-shadow: 0 0.1rem 0.4rem rgba(69, 77, 93, 0.3);
}
.shadow-2 {
  box-shadow: 0 0.2rem 0.6rem rgba(69, 77, 93, 0.3);
}
.shadow-3 {
  box-shadow: 0 0.3rem 0.8rem rgba(69, 77, 93, 0.3);
}
.shadow-4 {
  box-shadow: 0 0.4rem 1rem rgba(69, 77, 93, 0.3);
}
.rounded {
  border-radius: 0.2rem;
}
.circle {
  border-radius: 50%;
}
.top-bar {
  background: #363534;
  text-transform: uppercase;
  display: flex;
  padding: 8px 20px;
  align-items: center;
  font-family: 'dinnext', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-weight: 500;
}
.top-bar .top-bar-text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  flex: 1;
  letter-spacing: 1.97px;
}
.top-bar .top-bar-contact {
  color: #fff;
}
.top-bar .top-bar-contact ul {
  list-style: none;
  margin: 0;
}
.top-bar .top-bar-contact ul li {
  display: inline-block;
  padding: 0;
  margin-top: 0;
  letter-spacing: 1.97px;
}
.top-bar .top-bar-contact ul li:not(:last-child) {
  margin-right: 20px;
}
.top-bar .top-bar-contact ul li .tbc-link {
  color: #fff;
  border-bottom: 1px solid;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
}
.top-bar .top-bar-contact ul li .btn-default {
  font-size: 1.8rem;
  letter-spacing: 1.2px;
  padding: 0.5rem 1rem 0.2rem;
}
.top-menu-w {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0px 20px;
  font-family: 'dinnext', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-weight: 500;
}
.top-menu-w .logo-w {
  flex: 0 1 180px;
  padding: 15px 15px 15px 0;
}
.top-menu-w .logo-w a {
  display: block;
}
.top-menu-w .logo-w img {
  max-width: 100%;
  height: auto;
  display: block;
}
.top-menu-w .menus-w {
  flex: 1;
}
.fix-top-menu .top-menu-w {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  border-bottom: #fff;
}
.fix-top-menu .top-menu-w .logo-w {
  flex: 0 0 290px;
  padding: 15px;
}
.fix-top-menu.admin-bar .top-menu-w {
  top: 32px;
}
.top-menu-i {
  padding: 10px 0 10px 20px;
}
.top-menu-i .menu-w > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.top-menu-i .menu-w > ul > li {
  padding: 0px 20px;
  margin-top: 0px;
  position: relative;
  text-align: center;
}
.top-menu-i .menu-w > ul > li:last-child {
  padding-right: 0px;
  padding-left: 0px;
  border-left: none;
}
.top-menu-i .menu-w > ul > li:last-child a {
  background: #00545E;
  color: #fff;
  padding: 5px 10px;
}
.top-menu-i .menu-w > ul > li:last-child a:hover {
  background: #00545E;
}
.top-menu-i .menu-w > ul > li > a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 1px;
  text-decoration: none;
  white-space: nowrap;
}
.top-menu-i .menu-w {
  padding-left: 20px;
}
.top-menu-i .menu-w > ul > li {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  flex: 1;
}
.top-menu-i .menu-w > ul > li.menu-item-has-children {
  padding-left: 25px;
}
.top-menu-i .menu-w > ul > li.menu-item-has-children > a {
  position: relative;
}
.top-menu-i .menu-w > ul > li.menu-item-has-children > a:before {
  font-family: 'lwicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  position: absolute;
  top: 43%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -20px;
  font-size: 18px;
  color: #6F8085;
}
.top-menu-i .menu-w > ul > li.menu-item-has-children .sub-menu .menu-item-has-children > a:before {
  content: "\e903";
  font-family: 'lwicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -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-i .menu-w > ul > li.menu-item-has-children.active > .sub-menu {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0px);
  -moz-transform: translateX(-50%) translateY(0px);
  -ms-transform: translateX(-50%) translateY(0px);
  -o-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
  visibility: visible;
  transform-origin: 0 0;
}
.top-menu-i .menu-w > ul > li.menu-item-has-children.active > .sub-menu li.active {
  position: relative;
}
.top-menu-i .menu-w > ul > li.menu-item-has-children.active > .sub-menu li.active > .sub-menu {
  position: absolute;
  top: -15px;
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
  -moz-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  -o-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
  visibility: visible;
  transform-origin: 0 0;
  left: 90%;
  display: block;
}
.top-menu-i .menu-w > ul > li.menu-item-has-children.active > .sub-menu li.active > .sub-menu:before {
  left: -5px;
  right: auto;
  top: 18px;
  -webkit-transform: translateY(0px) rotate(45deg);
  -moz-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  -o-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
  box-shadow: none;
}
.top-menu-i .menu-w > ul > li.menu-item-has-children.active > .sub-menu li.active.active-left > .sub-menu {
  right: auto;
  left: -100%;
}
.top-menu-i ul.sub-menu {
  z-index: 9999;
  position: absolute;
  box-shadow: 0 20px 100px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  padding: 15px 20px;
  background-color: #6F8085;
  left: 50%;
  transform: translateX(-50%) translateY(30px);
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  list-style: none;
}
.top-menu-i ul.sub-menu ul.sub-menu {
  left: auto;
  transform: none;
  display: none;
}
.top-menu-i ul.sub-menu:before {
  content: "";
  left: 50%;
  top: -2px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg) translateX(-50%);
  background-color: #6F8085;
  position: absolute;
  z-index: 999;
  box-shadow: -3px -3px 5px rgba(0, 0, 0, 0.04);
}
.top-menu-i ul.sub-menu li {
  min-width: 200px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 0px;
}
.top-menu-i ul.sub-menu li a {
  padding: 10px 15px;
  display: block;
  white-space: nowrap;
  transition: all 0.2s ease;
  position: relative;
  color: #fff;
  font-size: 2rem;
}
.top-menu-i ul.sub-menu li a:hover {
  color: #00545E;
  text-decoration: none;
  transform: translateX(5px);
}
.top-menu-i ul.sub-menu li:first-child {
  border-radius: 6px 6px 0px 0px;
}
.top-menu-i ul.sub-menu li:last-child {
  border-bottom: none;
  border-radius: 0px 0px 6px 6px;
}
.mobile-header-w {
  display: none;
}
.mobile-header-w .mobile-header {
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #fff;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}
.mobile-header-w .mobile-header .mobile-menu-toggler {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 20px;
  text-align: right;
}
.mobile-header-w .mobile-header .mobile-menu-toggler span {
  vertical-align: middle;
  display: inline-block;
  color: #122C5C;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 3px;
  font-weight: 700;
  font-size: 1.6rem;
  cursor: pointer;
}
.mobile-header-w .mobile-header .mobile-logo {
  vertical-align: middle;
  padding: 10px 20px;
  display: table-cell;
  text-align: left;
  width: 250px;
}
.mobile-header-w .mobile-header .mobile-logo a {
  display: block;
}
.mobile-header-w .mobile-header .mobile-logo a img {
  display: block;
  height: auto;
}
.mobile-header-w .mobile-header .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: 0px 0px 20px 0px;
}
.mobile-header-w .mobile-header-menu-w #mobile-header-menu {
  padding-top: 10px;
}
.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: #00545E;
  border-bottom: 1px solid rgba(217, 217, 217, 0.1);
  padding: 12px 10px;
  display: block;
  font-size: 1.7rem;
}
.mobile-header-w .mobile-header-menu-w ul.sub-menu {
  background-color: rgba(0, 0, 0, 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: 'lwicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  position: absolute;
  font-size: 20px;
  left: 15px;
  top: 12px;
}
.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.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-top-bar {
  background: #00545E;
  padding: 5px 10px;
  text-align: center;
}
.mobile-top-bar > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0px;
}
.mobile-top-bar > ul > li {
  padding: 0px 20px;
  margin-top: 0px;
  position: relative;
}
.mobile-top-bar > ul > li > a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 1.62rem;
  text-align: center;
}
.mobile-top-bar > ul > li > a:hover {
  text-decoration: none;
}
.mobile-top-bar > ul > li > a span {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.mobile-top-bar > ul > li > a i {
  vertical-align: middle;
  font-size: 20px;
  margin: 5px;
  display: inline-block;
}
.top-menu-w {
  background-color: #fff;
}
.top-menu-w .top-links-w {
  background-color: #0e244c;
  padding: 7px 20px;
  position: absolute;
  top: -39px;
  right: 20px;
  border-radius: 6px 6px 0px 0px;
}
.top-menu-w .top-links-w a {
  font-size: 1.3rem;
}
.top-menu-w .top-links-w a:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 10px;
}
.top-menu-w .top-links-w a:last-child {
  background-color: #fff;
  padding: 4px 15px;
  border-radius: 20px;
  margin-left: 8px;
  color: #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);
  background: #fff;
}
.top-menu-w.fixed-top-menu-w .top-menu .logo {
  width: 200px;
  padding: 3px 0px 3px 10px;
}
.top-menu-w.fixed-top-menu-w .top-menu {
  max-width: 1500px;
  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: 270px;
  vertical-align: middle;
  padding: 20px 0px 0px 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;
}
.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;
  position: relative;
  padding: 0px 25px;
  margin: 0px;
  text-align: left;
}
.top-menu-w .top-menu .menu-w > ul > li:first-child {
  padding-left: 0px;
}
.top-menu-w .top-menu .menu-w > ul > li a {
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
}
.top-menu-w .top-menu .menu-w > ul > li > a {
  font-size: 1.8rem;
  padding: 15px 0px;
  letter-spacing: 1.72px;
  display: inline-block;
}
.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.active > .sub-menu {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top-menu-w .top-menu .menu-w > ul > li.menu-item-has-children.active > .sub-menu li.active > .sub-menu {
  display: block;
  position: absolute;
  right: -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 {
  right: auto;
  left: -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:before {
  display: none;
}
.top-menu-w .top-menu .menu-w > ul > li:last-child > a {
  font-size: 1.4rem;
  letter-spacing: 1.72px;
  padding: 0.8rem 1.8rem;
  color: #fff;
  background: #0e244c;
}
.top-menu-w .top-menu .menu-w ul.sub-menu {
  display: none;
  padding: 0px;
  z-index: 9999;
  position: relative;
  box-shadow: 0 20px 100px rgba(0, 0, 0, 0.1), 0 5px 35px rgba(0, 0, 0, 0.15), 0 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #fff;
}
.top-menu-w .top-menu .menu-w ul.sub-menu:before {
  content: "";
  left: 50%;
  top: -2px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -moz-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  -o-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  background-color: #fff;
  position: absolute;
  z-index: 999;
  box-shadow: -3px -3px 5px rgba(0, 0, 0, 0.04);
}
.top-menu-w .top-menu .menu-w ul.sub-menu li {
  min-width: 200px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.top-menu-w .top-menu .menu-w ul.sub-menu li a {
  padding: 15px 35px;
  font-size: 1.6rem;
  display: block;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
.top-menu-w .top-menu .menu-w ul.sub-menu li a:hover {
  color: #1B3A7C;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.top-menu-w .top-menu .menu-w ul.sub-menu li:first-child {
  border-radius: 6px 6px 0px 0px;
}
.top-menu-w .top-menu .menu-w ul.sub-menu li:last-child {
  border-bottom: none;
  border-radius: 0px 0px 6px 6px;
}
.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);
}
@font-face {
  font-family: 'lwicons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBf8AAAC8AAAAYGNtYXAXVtKPAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZvKlFqMAAAF4AAAHyGhlYWQS5EIsAAAJQAAAADZoaGVhB8QDzQAACXgAAAAkaG10eCoAApQAAAmcAAAANGxvY2EITgq8AAAJ0AAAABxtYXhwABIAZwAACewAAAAgbmFtZa9gIBEAAAoMAAABhnBvc3QAAwAAAAALlAAAACAAAwPNAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpCAPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qj//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAACABT/4QPsA7gAHABeAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIxMcARUUBw4BBwYjIiYnMhYzMjY3LgEnHgEzMjY3LgE9AR4BFy4BNTQ2Nx4BFy4BNTQ2MzIWFz4BNw4BBz4BNw4BBwIAZllahScnJyeFWllmZllahScnJyeFWllmyBISRjMzQylLIQYMBiI9GSAxCgUJBAcNBiEtChYMExgHBiRnPQIBOSgVJA4QHw4FFg8OHA0JGQ4DuCYnhVpZZmZaWYUnJycnhVlaZmZZWoUnJv5uAwcDMDExTxkZFxQBFhMBJh0BAQIBBzUjAQUGAQ0rGQ0ZCyw3AwYLBSg5EA4DDAgRGwoCCAYPGQoAAAAAAgAU/+ED7AO4ABwAMQAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJiMTIyIGHQEzByMVIzUjNTM1NDY7ARUCAGZZWoUnJycnhVpZZmZZWoUnJycnhVpZZnRJBwxcDU9XT088LkkDuCYnhVpZZmZaWYUnJycnhVlaZmZZWoUnJv6tEAs2TOTkTC0wRVEABAAU/+ED7AO4ABwAIAAsAEgAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjAyMRMyciJjU0NjMyFhcUBgEjNTQmIyIGBw4BHQEjNTQmJzMXMz4BMzIWHQECAGZZWoUnJycnhVpZZmZZWoUnJycnhVpZZnhkZDMXHB0YGBsBHQGFYxgbFBkGAgFkAQFWBQIKMCkxQQO4JieFWllmZlpZhScnJyeFWVpmZllahScm/UkBQCgdFRUcHBUVHf6Ysh8mGA0FDQe52h4zFSwQJERHvQABAQABIQMAAl0ABQAAARc3FwkBATzExDz/AP8AAl3ExDz/AAEAAAAAAgAAAEAEAQMAACYATQAAASInLgEnJjU0Nz4BNzYzMhceARcWFRcUBw4BBwYjNTI2Nz4BNw4BISInLgEnJjU0Nz4BNzYzMhceARcWFRcUBw4BBwYjNTI2Nz4BNw4BAyAuKSk9ERISET0pKS4uKSk9ERIBIyN6UlFdQHUtCRAHCBL9ty4pKT0REhIRPSkpLi4pKT0REgEjI3pSUV1AdS0JEAcIEgFAEhE9KSkuLikpPRESEhE9KSkuIF1RUnojI4AwLggTCgIBEhE9KSkuLikpPRESEhE9KSkuIF1RUnojI4AwLggTCgIBAAIAAABABAEDAAAmAE0AABMyFx4BFxYVFAcOAQcGIyInLgEnJjUnNDc+ATc2MxUiBgcOAQc+ASEyFx4BFxYVFAcOAQcGIyInLgEnJjUnNDc+ATc2MxUiBgcOAQc+AeEuKSk9ERISET0pKS4uKSk9ERIBIyN6UlFdQHUtCRAHCBICSS4pKT0REhIRPSkpLi4pKT0REgEjI3pSUV1AdS0JEAcIEgIAEhE9KSkuLikpPRESEhE9KSkuIF1RUnojI4AwLggTCgIBEhE9KSkuLikpPRESEhE9KSkuIF1RUnojI4AwLggTCgIBAAADAFUAQAOrA0AALABHAGIAACUiBgcGJjURNDY3PgEzMhYXPgEzMhYXHgEVERQGJy4BIyIGIw4BIyImJyImIwMUFRwBFRQVPgEzMhYXNDU8ATU0MTAmIyIGByEuASMiBjEwFRwBFRQVPgEzMhYXNDU8ATU0NQFBP2gBFS8FBAhvazRiKiljNGlxCAQFLxUBY0RDZAEFDAYGDAUBYkWWJEooJ0kkS0pGSgUCqgVLRUlMJEknKEokgDcBDxgaAlUHDQULXC8wLzBcCwUNB/2rGhgPATc5BAMDBDkCLwNNTrpPTgYQERMQB0tKrkdHYTYGBjZhR0euSksHEBMREAZOT7pOTQMAAAQAqwAVA1UDawAiAEsAVwBkAAAlDgEjIiYnJicuAScmNTQ3PgE3NjMyFx4BFxYVFAcOAQcGBwceATEwNjc+ATc2Nz4BNzY1NCcuAScmIyIHDgEHBhUUFx4BFxYXHgEXAzQ2MzIWFRQGIyImNzQmIyIGFRQWMzI2NQK+NHAaGnA0IxwcJwsKGhtdPj5HRz4+XRsaCgsnHBwj2woTFQgXMhcfGBgiCQkUFEYuLzU1Ly5GFBQJCSIYGB8XMhdjSzU1S0s1NUurGRISGRkSEhmvPV1dPSosK1ouLy5HPj5dGxsbG10+PkcuLy5aKywqKQgODwcUMRslJSZMJyYmNS8vRRQUFBRFLy81JiYnTCYlJRsxFAGPNUtLNTVLSzUSGRkSERkZEQACAFgAHwOlA20ALQBNAAABBwYUHwEWMj8BNjIfARYUDwEOAScwJy4BJyYnJicuAScmMSY2PwE2Mh8BFhQHJQ4BFzAWFx4BFx4BFx4BMRY2PwEnBwYiLwEmND8BJwcB0i4SE5YTNRMtDCQMphMTWiyKNRUUTDY2Q0MsLDQLCh8SLFoTNROmDAz+4RcIDiEKH1Q4OGUsDzwaURdMeQ8seyyXLCwPeUsCiy0TNROWExIuDAymEzUTWiwTHwsKMywsQ0M2Nk0VFTWKLFoTE6YMJAxLF08eOw8tZTg4VB4KIQ4IGEt5Dywslyt8LA95TAAAAAABAAAAAQAAE0MeQ18PPPUACwQAAAAAANfh/ssAAAAA1+H+ywAA/+EEAQO4AAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAD//wQBAAEAAAAAAAAAAAAAAAAAAAANBAAAAAAAAAAAAAAAAgAAAAQAABQEAAAUBAAAFAQAAQAEAAAABAAAAAQAAFUEAACrBAAAWAAAAAAACgAUAB4AqgDyAVwBcAHkAlgC2gNsA+QAAQAAAA0AZQAEAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGx3aWNvbnMAbAB3AGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGx3aWNvbnMAbAB3AGkAYwBvAG4Ac2x3aWNvbnMAbAB3AGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmx3aWNvbnMAbAB3AGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="lw-icon-"],
[class*=" lw-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lwicons' !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;
}
.lw-icon-quotes-right:before {
  content: "\e904";
}
.lw-icon-quotes-left:before {
  content: "\e905";
}
.lw-icon-chevron-down:before {
  content: "\e903";
}
.lw-icon-twitter-with-circle:before {
  content: "\e900";
}
.lw-icon-linkedin-with-circle:before {
  content: "\e902";
}
.lw-icon-twitter-with-circle:before {
  content: "\e900";
}
.lw-icon-facebook-with-circle:before {
  content: "\e901";
}
.lw-icon-ui-34:before {
  content: "\e906";
}
.lw-icon-ui-74:before {
  content: "\e907";
}
.lw-icon-phone-15:before {
  content: "\e908";
}
.section-heading {
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
  margin-bottom: 40px;
  padding-bottom: 30px;
}
.section-heading .sh-sub-title {
  color: #6F8085;
  text-transform: uppercase;
  letter-spacing: 2.21px;
  font-weight: 700;
  font-size: 1.8rem;
  position: relative;
  margin-top: -1rem;
  font-family: 'dinnext', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
}
.section-heading .sh-text {
  font-size: 1.9rem;
}
.contacts-us-w {
  list-style: none;
  margin-bottom: 15px;
}
.contacts-us-w li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: table;
}
.contacts-us-w li:last-child {
  border-bottom: none;
}
.contacts-us-w li i {
  font-size: 30px;
  color: #6F8085;
  vertical-align: top;
  display: table-cell;
  width: 60px;
}
.contacts-us-w li span {
  display: table-cell;
}
.bullet-point {
  width: 10px;
  height: 10px;
  background-color: #00545E;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
}
video.lw-video {
  width: 100%;
  box-shadow: 0px 0px 10px rgba(96, 111, 144, 0.6);
  margin-left: auto;
  margin-right: auto;
}
video.lw-video:active,
video.lw-video:focus {
  outline: none;
}
.notfound-w {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notfound-w .notfound {
  max-width: 760px;
}
.notfound-w .notfound .notfound-title {
  font-size: 18rem;
  margin-bottom: 10px;
  padding: 0;
  line-height: 0.8;
  color: #9C8160;
  font-family: "roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
}
.notfound-w .notfound a.btn {
  color: #fff;
}
.page-content-w .page-content .custom-title-w h1,
.page-content-w .page-content .custom-title-w h2,
.page-content-w .page-content .custom-title-w h3,
.page-content-w .page-content .custom-title-w h4,
.page-content-w .page-content .custom-title-w h5,
.page-content-w .page-content .custom-title-w h6 {
  text-transform: none;
  letter-spacing: normal;
}
.video_with_shadow iframe {
  box-shadow: 0px 0px 10px rgba(96, 111, 144, 0.6);
}
.lw-top-message-w {
  background-color: #00545E;
}
.lw-top-message-w .lw-top-message-i {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 25px;
}
.lw-top-message-w .lw-top-message-i .lw-top-message {
  color: #fff;
  font-size: 2.2rem;
}
.lw-top-message-w .lw-top-message-i .lw-top-action {
  padding-left: 20px;
}
.clamp {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
.blog-content-w {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #fff;
}
.blog-content-w .widget {
  margin-top: 4rem;
  margin-bottom: 8rem;
}
.blog-content-w .blog-sidebar {
  display: table-cell;
  width: 400px;
  vertical-align: top;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem 0;
  background: #F7F9FC;
}
.blog-content-w .blog-content {
  display: table-cell;
  width: 70%;
  vertical-align: top;
}
.blog-content-w .blog-content-text-and-meta {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.blog-content-w .blog-content-meta {
  display: table-cell;
  width: 270px;
  vertical-align: top;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 40px 35px;
}
.blog-content-w .blog-content-text {
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding: 7% 12%;
}
.blog-content-w .blog-content-text.no-padding {
  padding: 0 0 7%;
}
.blog-content-w .blog-content-text.small-padding {
  padding: 40px 17% ;
}
.blog-content-w .post-content a {
  color: #00545E;
}
.blog-content-w .post-header-image {
  position: relative;
  background-size: cover;
}
.blog-content-w .post-header-image:after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: linear-gradient(-180deg, rgba(17, 21, 49, 0) 0%, rgba(18, 27, 56, 0.11) 73%, rgba(19, 29, 59, 0.82) 99%);
}
.blog-index .blog-items-w {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.blog-index .blog-index-item {
  padding: 50px;
  text-transform: uppercase;
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.blog-index .blog-index-item img {
  max-width: 100%;
  height: auto;
}
.blog-index .blog-index-item.item-left {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.blog-index .blog-title {
  display: flex;
  align-items: center;
  letter-spacing: 5.62px;
  margin: 50px 50px 20px;
}
.blog-index .index-item-media-w {
  position: relative;
}
.blog-index .index-item-media-w .index-item-media-caption {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.blog-index .index-item-media-w .index-item-media-caption a {
  background: #6F8085;
  padding: 5px;
  font-weight: 700;
  font-family: 'dinnext', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  color: #fff;
}
.blog-index .index-item-media {
  background-size: cover;
  background-position: center center;
}
.blog-index .blog-index-item-meta {
  display: flex;
  font-size: 1.6rem;
  padding: 15px 0;
}
.blog-index .blog-index-item-meta .blog-index-author-name {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 5px;
}
.blog-index .blog-index-item-meta .blog-index-author-name a {
  color: #6F8085;
}
.blog-index .blog-index-item-meta .blog-index-date {
  padding: 0px 5px 0px 0;
}
.blog-index .index-item-content-wrapper {
  display: flex;
  align-items: center;
}
.blog-index .index-item-content {
  width: 100%;
}
.blog-index .index-item-content h4 {
  margin-top: 0;
}
.blog-index .index-item-content h4 a {
  color: #00545E;
  font-weight: 700;
}
.blog-index .read-more-w {
  text-align: right;
}
.blog-index .read-more-w .read-more-link {
  font-weight: 700;
  font-family: 'dinnext', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  color: #00545E;
}
.index-navigation {
  text-align: center;
  padding-top: 20px;
  margin-top: 30px;
}
.index-navigation .screen-reader-text {
  display: none;
}
.index-navigation .nav-links {
  margin: auto;
  z-index: 2;
}
.index-navigation a,
.index-navigation span {
  padding: 8px 15px;
  text-decoration: none;
  font-weight: 700;
  color: #6D7E8F;
  display: inline-block;
  margin: 5px;
  border: 1px solid rgba(217, 217, 217, 0.1);
}
.index-navigation span {
  border-color: #000000;
}
.post-meta {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin: 2rem 0;
}
.post-meta .post-meta-category {
  padding-right: 1rem;
}
.post-meta .post-meta-category a {
  color: #6D7E8F;
}
.post-meta .post-meta-date {
  letter-spacing: 1.52px;
  font-weight: 700;
  padding: 0 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.post-meta .post-meta-author {
  padding: 0 1rem;
}
.post-meta .post-meta-author a {
  color: #6F8085;
  letter-spacing: 1.52px;
}
.share-icons {
  position: absolute;
  left: 10px;
  top: 7%;
}
.share-icons .share-icons-label {
  font-size: 1.2rem;
  font-weight: 700;
}
.share-icons .share-icons-links {
  display: flex;
  flex-direction: column;
}
.share-icons .share-icons-links a {
  font-size: 4rem;
  cursor: pointer;
  color: #fff;
}
.share-icons .share-icons-links a:hover {
  text-decoration: none;
}
.share-icons .share-icons-links a:last-child {
  margin-right: 0;
}
.share-icons .share-icons-links a.aisl-twitter {
  color: #3AA4CD;
}
.share-icons .share-icons-links a.aisl-facebook {
  color: #0D509A;
}
.share-icons .share-icons-links a.aisl-linkedin {
  color: #0077B5;
}
.share-icons .share-icons-links a.aisl-google {
  color: #DD4B39;
}
.share-icons .share-icons-links a:hover {
  transform: translate(0px, -5%);
}
@font-face {
  font-family: "dinnext";
  font-weight: 300;
  font-style: normal;
  src: url("assets/fonts/dinnext-reg.woff2") format("woff2"), url("assets/fonts/dinnext-reg.woff") format('woff');
}
@font-face {
  font-family: "dinnext";
  font-weight: 400;
  font-style: normal;
  src: url("assets/fonts/dinnext-med.woff2") format("woff2"), url("assets/fonts/dinnext-med.woff") format('woff');
}
@font-face {
  font-family: "dinnext";
  font-weight: 700;
  font-style: normal;
  src: url("assets/fonts/dinnext-bold.woff2") format("woff2"), url("assets/fonts/dinnext-bold.woff") format('woff');
}
@font-face {
  font-family: "roboto";
  font-weight: 400;
  font-style: normal;
  src: url("assets/fonts/roboto-reg.woff2") format("woff2"), url("assets/fonts/roboto-reg.woff") format('woff');
}
@font-face {
  font-family: "roboto";
  font-weight: 700;
  font-style: normal;
  src: url("assets/fonts/roboto-bold.woff2") format("woff2"), url("assets/fonts/roboto-bold.woff") format('woff');
}
.cta-builder .cta-simple {
  padding: 5.5% 5%;
  z-index: 3;
  text-align: center;
  max-width: 900px;
  margin: auto;
}
.cta-builder .cta-simple .cta-description {
  font-size: 2.2rem;
  margin: -15px auto 40px;
}
.cta-builder.cta-white {
  background: linear-gradient(173deg, #F0F3F6 50%, #fff 35%);
}
.cta-builder.cta-brown {
  background: linear-gradient(173deg, #6F8085 50%, #98a3a6 35%);
}
.cta-builder.cta-brown .cta-title {
  color: #fff;
}
.cta-builder.cta-brown .cta-description {
  color: #E7DFD3;
}
.cta-builder.cta-grey {
  background: linear-gradient(173deg, #394C5C 50%, #3D5263 35%);
}
.cta-builder.cta-grey .cta-title {
  color: #fff;
}
.cta-builder.cta-grey .cta-description {
  color: rgba(255, 255, 255, 0.61);
}
.cta-builder.cta-grey .cta-button {
  background: #00545E;
}
.cta-builder .ebook-w {
  padding: 50px 50px;
}
.cta-builder .ebook-w .ebook-i {
  max-width: 1000px;
  margin: 0px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.cta-builder .ebook-w .element-dark {
  margin-top: 0px;
}
.cta-builder .ebook-w .ebook-media {
  flex: 0 0 380px;
  padding-left: 120px;
}
.cta-builder .ebook-w .ebook-text {
  flex: 1;
  padding-left: 80px;
}
.cta-builder .ebook-w .ebook-text h2 {
  margin: 0px;
  margin-bottom: 10px;
}
.cta-builder .ebook-w .ebook-text .cta-description {
  margin-bottom: 30px;
}
.cta-builder .ebook-w .ebook-text h5 + h2 {
  margin-top: 0px;
}
.cta-builder .ebook-w .ebook-text h5 {
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin-top: 0px;
}
.intro-i {
  position: relative;
  min-height: 90vh;
  padding: 8% 4%;
}
.intro-i:before {
  content: "";
  width: 500px;
  height: 300px;
  background-image: url("/wp-content/themes/lw/assets/images/dots.png");
  background-size: cover;
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: -1;
}
.intro-i .intro-dot {
  width: 240px;
  height: 240px;
  border-radius: 200px;
  background-color: #436aff;
  text-align: center;
  border: 20px solid #FFFFFF;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.24);
  position: absolute;
}
.intro-i .intro-dot .shadow1 {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  top: -60px;
  left: -60px;
  border-radius: 50%;
  opacity: 0.44;
  background: rgba(136, 27, 208, 0.06);
}
.intro-i .intro-dot .shadow2 {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  top: -120px;
  left: -120px;
  border-radius: 50%;
  opacity: 0.36;
  background: rgba(136, 27, 208, 0.06);
}
.intro-i .intro-dot.dot-one {
  background: #ff4343;
  bottom: 3%;
  left: 10%;
}
.intro-i .intro-dot.dot-two {
  background: #881BD0;
  bottom: 7%;
  left: 50%;
}
.intro-i .intro-dot.dot-three {
  background: #436aff;
  top: 10%;
  right: 5%;
}
.intro-i .intro-dot .intro-dot-title {
  padding: 60px 30px 20px 30px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 3px;
  font-size: 1.9rem;
  font-family: "roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-weight: 400;
  font-weight: 700;
}
.intro-i .intro-dot .details-btn {
  background-color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 20px;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 700;
  font-size: 1.6rem;
  color: #111;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.23);
}
.text-and-image-block {
  background-color: #fff;
}
.text-and-image-block .text-and-image-block-w {
  display: table;
  width: 100%;
  table-layout: fixed;
  min-height: 400px;
}
.text-and-image-block .text-w {
  background-color: #00545E;
  color: rgba(255, 255, 255, 0.8);
  font-size: 2rem;
  width: 50%;
  padding: 7% 6.5%;
  display: table-cell;
  vertical-align: middle;
}
.text-and-image-block .text-w .btn {
  margin-top: 2rem;
}
.text-and-image-block .text-w blockquote {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.text-and-image-block .text-w blockquote:before,
.text-and-image-block .text-w blockquote:after {
  color: rgba(255, 255, 255, 0.7);
}
.text-and-image-block .text-w blockquote .quote__owner small {
  margin-left: 10px;
}
.text-and-image-block .text-w blockquote .quote__footer {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.15);
}
.text-and-image-block .text-w blockquote .quote__footer a {
  color: #fff;
}
.text-and-image-block .image-w {
  display: table-cell;
  background-position: center center;
  background-size: cover;
  width: 50%;
  padding: 20px 30px;
  vertical-align: middle;
}
.text-and-image-block .image-w .item-card {
  display: table;
  vertical-align: middle;
  border-bottom: 1px solid rgba(217, 217, 217, 0.1);
  padding: 10px 0;
}
.text-and-image-block .image-w .item-card:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.text-and-image-block .image-w .item-card__image {
  width: 25%;
  display: table-cell;
}
.text-and-image-block .image-w .item-card__image img {
  width: 100%;
  vertical-align: middle;
}
.text-and-image-block .image-w .item-card__description {
  padding: 0 40px 0 40px;
  display: table-cell;
  vertical-align: middle;
}
.text-and-image-block .image-w .item-card__description h4 {
  font-size: 2rem;
  margin: 0 0 1rem 0;
}
.text-and-image-block .image-w .item-card__description p {
  font-size: 1.6rem;
  letter-spacing: -0.68px;
}
.text-and-image-block.bigger .text-w {
  font-size: 2rem;
  letter-spacing: -0.85px;
}
.text-and-image-block.primary .text-w {
  background-color: #00545E;
}
.text-and-image-block.primary .text-w h1,
.text-and-image-block.primary .text-w h2,
.text-and-image-block.primary .text-w h3,
.text-and-image-block.primary .text-w h4,
.text-and-image-block.primary .text-w h5,
.text-and-image-block.primary .text-w h6 {
  color: #fff;
}
.text-and-image-block.brown .text-w {
  background-color: #6F8085;
}
.text-and-image-block.brown h1,
.text-and-image-block.brown h2,
.text-and-image-block.brown h3,
.text-and-image-block.brown h4,
.text-and-image-block.brown h5,
.text-and-image-block.brown h6 {
  color: #fff;
}
.chapters-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.chapters-grid .chapter {
  padding: 15px;
  flex: 0 0 33.3%;
}
.chapters-grid .chapter .chapter-i {
  display: block;
  text-decoration: none;
  padding: 40px 30px;
  min-height: 170px;
  border: 1px solid #e5e9ee;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease;
  height: 100%;
  z-index: 1;
}
.chapters-grid .chapter .chapter-i:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09);
  transform: translateY(-0.5rem);
}
.chapters-grid .chapter .chapter-i .chapter-subtitle {
  color: #808FAD;
  font-size: 1.6rem;
}
.chapters-grid .chapter .chapter-i .chapter-title {
  color: #00545E;
  margin: 5px 0 0;
  font-size: 2.6rem;
}
.chapters-info-w {
  padding-top: 40px;
}
.chapters-info:not(:last-child) {
  margin-bottom: 40px;
}
.chapters-info header {
  background-color: #6F8085;
  padding: 20px 30px;
  position: relative;
}
.chapters-info header .chapter-subtitle {
  color: rgba(255, 255, 255, 0.55);
  font-size: 1.6rem;
}
.chapters-info header h3.chapter-title {
  color: #fff;
  margin: 5px 0 0;
  font-size: 2.6rem;
}
.chapters-info .chapter-info-descr {
  padding: 20px 0;
}
h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
  font-weight: 700;
}
.all-wrapper {
  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/lw/assets/images/bg.jpg");
}
.all-wrapper-i {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  margin: 0 auto;
  background: #fff;
}
.lw-header {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
  margin-top: 58px;
}
.lw-header:before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #00545E;
  position: absolute;
  top: -58px;
  left: 0px;
}
.lw-header:after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #6F8085;
  position: absolute;
  top: -50px;
  left: 8px;
}
.lw-header.red:after {
  background-color: #00545E;
}
.lw-header.lw-centered {
  text-align: center;
}
.lw-header.lw-centered:before {
  left: calc(50% - 7px);
}
.lw-header.lw-centered:after {
  left: calc(50% + 1px);
}
.page-content-w {
  background: #fff;
}
.page-content-w img {
  max-width: 100%;
}
.page-content-w .page-content {
  padding: 55px;
  vertical-align: top;
  background: #fff;
}
.page-content-w .page-content .tablepress tr td {
  vertical-align: middle;
}
.page-content-w .page-content .tablepress tr td img {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}
.page-content-w .page-content a:not(.btn) {
  color: #00545E;
}
.page-content-w .page-content blockquote a {
  color: #122C5C;
}
.page-content-w .page-content img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-content-w .page-content.small-padding {
  padding: 7% 7% 0;
}
.page-content-w .page-content.no-padding {
  padding: 0;
  display: block;
}
.page-content-w .page-content .section-heading {
  max-width: initial;
}
.page-content-w .page-content .page-content-header {
  font-size: 4.2rem;
}
.page-content-w .page-content h3,
.page-content-w .page-content h4,
.page-content-w .page-content h5 {
  margin-top: 4rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}
.page-content-w .page-content h3 {
  font-size: 2rem;
}
.page-content-w .page-content h4 {
  font-size: 1.8rem;
}
.page-content-w.with-sidebar .page-content-i {
  display: flex;
}
.page-content-w.with-sidebar .page-content {
  flex: 1;
}
.page-content-w .page-sidebar {
  flex: 0 0 35%;
  max-width: 450px;
  vertical-align: top;
  padding: 55px 40px;
  background: #fff;
}
.page-content-w .page-sidebar.small {
  max-width: 390px;
}
.page-intro + .page-content-w {
  position: relative;
  z-index: 4;
}
.sub-pages-navigation {
  background: #F1F3F6;
  color: #fff;
  margin-bottom: 4rem;
  padding: 30px;
}
.sub-pages-navigation h2 {
  font-size: 2.4rem;
  letter-spacing: 2.21px;
  opacity: 0.22;
  text-align: center;
  padding: 1.5rem 5rem;
  border-bottom: 1px solid #00545E;
}
.sub-pages-navigation__wrapper {
  margin-top: 3rem;
}
.sub-pages-navigation__wrapper ul {
  list-style: none;
  margin: 0px;
  padding-left: 0;
}
.sub-pages-navigation__wrapper ul.children {
  border-top: 1px solid rgba(217, 217, 217, 0.1);
}
.sub-pages-navigation__wrapper ul li {
  margin: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  position: relative;
  text-align: left;
}
.sub-pages-navigation__wrapper ul li.current_page_item a {
  color: #6F8085;
  text-decoration: underline;
}
.sub-pages-navigation__wrapper ul li a,
.sub-pages-navigation__wrapper ul li .spn-item {
  padding: 1rem 2rem;
  font-size: 2.2rem;
  display: inline-block;
  font-family: 'dinnext', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 2.21px;
  line-height: 1;
  color: #00545E;
}
.sub-pages-navigation__wrapper ul li a small,
.sub-pages-navigation__wrapper ul li .spn-item small {
  font-family: "roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-weight: 400;
  font-size: 1.4rem;
  color: #6F8085;
  letter-spacing: 1px;
  text-transform: none;
}
.sub-pages-navigation__wrapper ul li a:hover,
.sub-pages-navigation__wrapper ul li .spn-item:hover {
  transform: translateX(5px);
  color: #6F8085;
}
.page-intro {
  background-size: cover;
  padding: 50px;
  position: relative;
  text-align: center;
}
.page-intro .page-intro-overlay {
  background-size: cover;
  background: #6F8085;
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
.page-intro.page-intro-client .page-intro-overlay {
  background: #00545E;
}
.page-intro.page-intro-client h1 span {
  background: #43596e;
}
.page-intro.imaged-md {
  padding: 7% 50px;
}
.page-intro.imaged {
  padding: 14% 50px;
}
.page-intro.imaged:before {
  background-image: linear-gradient(-180deg, rgba(14, 37, 93, 0.26) 0%, rgba(0, 30, 109, 0.66) 98%);
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
.page-intro h1 {
  position: relative;
  font-size: 5.6rem;
  z-index: 2;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 4.42px;
  margin-bottom: 0;
}
.page-intro h1 span {
  background: #98a3a6;
  padding: 20px 20px 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.author-header {
  margin: 5rem 0;
  font-size: 1.6rem;
  background: #F1F4FA;
  padding: 5rem;
}
.author-header.no-padding {
  margin: 0;
}
.author-header .author-image .avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.author-header .author-info {
  padding: 0 2rem 0 4rem;
}
.author-header .author-info .archive-title {
  margin-top: 0;
  text-transform: uppercase;
  border-bottom: 2px solid #6F8085;
}
.author-header .author-social {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.author-header .author-social a {
  font-size: 35px;
  line-height: 28px;
  padding: 0.5rem 1rem 0.5rem 0;
  display: inline-block;
}
.author-header .author-social a:hover {
  text-decoration: none;
}
.author-header .author-social a.aisl-twitter {
  color: #3AA4CD;
}
.author-header .author-social a.aisl-facebook {
  color: #0D509A;
}
.author-header .author-social a.aisl-linkedin {
  color: #2073A4;
}
.author-header .author-social a.aisl-google {
  color: #DD4B39;
}
.author-header .author-social a.aisl-google .paxicon-google-with-circle:before {
  content: "\e901";
}
.author-header .author-social a.author-social-readmore {
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 0;
  font-weight: 700;
  font-family: 'dinnext', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
}
.author-header .author-social a.author-social-readmore:after {
  bottom: 5px;
}
.author-header .aisl-url {
  font-size: 1.8rem;
  font-weight: 400;
}
.iconed-features-w {
  margin: 10px 0;
}
.iconed-features-w .element-light {
  margin-top: 0px;
}
.iconed-features-w .section-header {
  margin-bottom: 100px;
  padding-top: 0px;
}
.iconed-features-w .iconed-features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.iconed-features-w .iconed-features:first-child .iconed-feature {
  border-top: 1px solid rgba(151, 151, 151, 0.1);
}
.iconed-features-w .iconed-features .iconed-feature {
  flex: 0 0 33.33%;
  text-align: center;
  padding: 50px 30px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.1);
  border-right: 1px solid rgba(151, 151, 151, 0.1);
}
.iconed-features-w .iconed-features .iconed-feature:last-child {
  border-right: none;
}
.iconed-features-w .iconed-features .iconed-feature img {
  height: 80px;
}
.contact-form-w fieldset {
  margin-bottom: 10px !important;
}
.contact-form-w .hs-error-msgs {
  padding: 0px;
  font-size: 1.2rem;
}
.contact-form-w .hs-error-msgs li {
  padding: 5px 0px;
  margin-top: 0;
}
.contact-form-w .hs-error-msgs label {
  font-weight: bold !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: normal;
  font-size: 1.4rem;
}
.contact-form-w label {
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #6D7E8F;
  margin-bottom: 7px;
  font-weight: bold;
  display: block;
}
.contact-form-w textarea.hs-input {
  width: 100% !important;
  padding: 10px;
}
.contact-form-w input.hs-input,
.contact-form-w select.hs-input {
  border: 1px solid #6D7E8F;
  padding: 10px;
  font-size: 1.4rem;
  display: inline-block;
  width: 100% !important;
  height: 40px;
  background: #fff;
}
.contact-form-w input.hs-input[type="checkbox"],
.contact-form-w select.hs-input[type="checkbox"] {
  width: auto !important;
}
.contact-form-w .hs-button {
  border: none;
  font-size: 1.5rem;
  background-color: #00545E;
  color: #fff;
  padding: 10px 35px;
  font-weight: 700;
}
.contact-form-w .hs-form-field {
  margin-bottom: 1rem;
}
.contact-list-items {
  list-style: none;
  margin: 0px;
  margin-bottom: 15px;
}
.contact-list-items li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: table;
}
.contact-list-items li:last-child {
  border-bottom: none;
}
.contact-list-items li i {
  font-size: 30px;
  color: #6F8085;
  vertical-align: middle;
  display: table-cell;
  width: 60px;
}
.contact-list-items li span {
  display: table-cell;
  font-size: 1.6rem;
}
.contact_item {
  display: table;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
}
.contact_item.last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.contact_item .contact_item_image,
.contact_item .contact_item_meta,
.contact_item .contact_item_map {
  display: table-cell;
  width: 33.3%;
  vertical-align: middle;
}
.contact_item .contact_item_image {
  background-size: cover;
  background-position: center center;
  padding-bottom: 25%;
}
.contact_item .contact_item_meta {
  padding: 20px;
}
.contact_item .contact_item_meta .title {
  margin-top: 0;
  font-size: 2.2rem;
  letter-spacing: 0.45rem;
  color: #00545E;
}
.contact_item .contact_item_meta .address,
.contact_item .contact_item_meta .phone {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.contact_item .contact_item_meta .btn {
  color: #fff;
  letter-spacing: 0.22rem;
  padding: 5px 15px;
  height: auto;
  margin-top: 20px;
}
.contact_item .contact_item_map {
  position: relative;
}
.contact_item .contact_item_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.contact-form {
  background: #F1F3F6;
  padding: 30px 40px;
  color: #00545E;
}
.contact-form .title {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.contact-form .title:before {
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 10px;
  background: rgba(151, 151, 151, 0.22);
  position: absolute;
}
.contact-form .hs-form-field {
  margin-bottom: 24px;
}
.contact-form .hs-form-field input[type=checkbox] {
  margin-bottom: 4px;
}
.contact-form .hs-fieldtype-text > label {
  display: none;
}
.contact-form .hs-fieldtype-text .hs-input {
  width: 100%;
  border: 1px solid #CED1D9;
  padding: 15px;
  font-size: 1.6rem;
}
.contact-form .hs_i_m_interested_in > label span {
  margin-top: 40px;
  padding-bottom: 0;
  letter-spacing: 0.2rem;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #122C5C;
  font-family: 'dinnext', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  display: block;
}
.contact-form .hs_i_m_interested_in > label span.hs-form-required {
  display: none;
}
.contact-form .inputs-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.contact-form .inputs-list li {
  display: flex;
  align-items: center;
}
.contact-form .inputs-list li input[type=checkbox] {
  margin-right: 10px;
}
.contact-form .hs-field-desc {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  opacity: 0.6;
  text-transform: uppercase;
  font-family: 'dinnext', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
}
.contact-form .hs-error-msgs {
  padding: 0px;
  font-size: 1.2rem;
  margin: 5px 0;
}
.contact-form .hs-error-msgs li {
  padding: 5px 0px;
  margin-top: 0;
}
.contact-form .hs-error-msgs label {
  font-weight: bold !important;
  color: #c82231;
}
.contact-form .btn {
  margin-bottom: 15px;
}
#lw-video-modal {
  position: absolute;
}
.post-password-form input[type=submit] {
  outline: none;
  user-select: none;
  background: #00545E;
  border: 1px solid #364A5C;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  padding: 5px 20px;
}
.post-password-form input[type=password] {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #364A5C;
  display: inline-block;
}
.pdm-modal-hidden {
  display: none;
}
.pdm-modal .modal-container {
  max-width: 500px;
}
.pdm-modal .modal-title {
  font-weight: bold;
}
.pdm-modal .modal-body {
  padding: 2.5rem 1.5rem 0;
}
.pdm-modal .modal-body a {
  color: #00545E;
  display: inline-block;
  margin-top: 10px;
}
.quarter-items-w .quarter-items {
  display: none;
  padding-top: 40px;
}
.quarter-items-w .quarter-items.is-active {
  display: block;
}
.lw_reports_w .lw_reports {
  display: none;
}
.lw_reports_w .lw_reports.is-active {
  display: block;
}
.lw_reports_w .lw_reports_i {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 30px;
}
.lw_report .lw_report_logo {
  text-align: center;
}
.lw_report .lw_report_logo img {
  width: 110px;
  max-width: 100%;
}
.lw_report .lw_report_title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 10px;
  color: #6F8085;
  text-transform: uppercase;
  text-align: center;
  font-size: 3rem;
}
.lw_report .lw_report_subtitle {
  margin: 0 !important;
  text-align: center;
  padding: 0;
}
.lw_report .lw_report_text {
  margin: 20px 0;
  text-align: center;
}
.lw_report .lw_report_text .lw_report_more {
  font-size: 1.6rem;
  margin-left: 10px;
  display: inline-block;
}
.lw_report .lw_report_text .full {
  display: none;
}
.lw_report a.btn {
  color: #fff;
  width: 100%;
}
.report-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.report-list.report-list-years {
  font-size: 2rem;
}
.report-list li a {
  text-decoration: none;
}
.report-list li a.is-active {
  color: #00545E;
}
.ph-cta-simple {
  padding: 80px 0;
}
.ph-cta-simple .cta-simple {
  padding: 30px 0;
}
.ph-cta-simple .columns {
  align-items: center;
}
.ph-cta-simple .column-award {
  padding-right: 30px;
}
.ph-cta-simple .column-award .column-award__images {
  display: flex;
  align-items: center;
}
.ph-cta-simple .column-award img {
  display: block;
}
.ph-cta-simple .column-cta {
  text-align: center;
  border-left: 3px solid rgba(255, 255, 255, 0.1);
  padding-left: 30px;
}
.ph-cta-simple .awards_w {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 50px;
}
.ph-cta-simple .awards_w a {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid;
}
.ph-cta-simple .awards_w a:hover,
.ph-cta-simple .awards_w a:focus {
  text-decoration: none;
}
.ph-cta-simple .awards_w .award__title {
  color: #fff;
}
.home-banner {
  background-image: url("/wp-content/themes/lw/assets/images/home-intro.jpg");
  background-size: cover;
  background-position: center center;
  padding: 7% 10%;
}
.home-banner::after {
  clear: both;
  content: "";
  display: table;
}
.home-banner::after {
  clear: both;
  content: "";
  display: table;
}
.home-banner .home-banner-i {
  width: 600px;
  float: left;
}
.home-banner .lw-header {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.home-banner h1 {
  color: #00545E;
}
.home-banner .banner-text {
  font-size: 2.2rem;
  margin-bottom: 4rem;
  font-weight: 400;
}
.home-banner .btn-red {
  margin-right: 2rem;
}
.difference-list-w {
  background-color: #6F8085;
  position: relative;
}
.difference-list-w:after {
  content: '';
  width: 22%;
  height: 34%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.07);
  position: absolute;
  left: 0;
  top: 0;
}
.difference-list-w:before {
  content: '';
  width: 38%;
  height: 56%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.07);
  position: absolute;
  left: 0;
  top: 0;
}
.difference-list-w .columns {
  align-items: center;
  position: relative;
  z-index: 3;
}
.difference-list-w .difference-list-intro {
  padding: 10%;
  color: #fff;
}
.difference-list-w .difference-list-intro .lw-header h1 {
  color: #fff;
  margin-bottom: 0;
}
.difference-list-w .difference-list-intro .descr {
  width: 90%;
  margin-bottom: 3.5rem;
  font-size: 2.2rem;
  line-height: 3.4rem;
}
.difference-list-w .difference-list {
  padding: 10%;
}
.difference-list-w .difference-list .difference-list-i {
  position: relative;
}
.difference-list-w .difference-list .difference-list-i:after {
  background: rgba(255, 255, 255, 0.09);
  width: 100%;
  height: 100%;
  left: 30px;
  top: -30px;
  content: '';
  position: absolute;
  z-index: 1;
}
.difference-list-w .difference-list .difference-list-contents {
  position: relative;
  z-index: 2;
  padding: 3% 8%;
  background-color: #fff;
}
.difference-list-w .difference-list ul {
  list-style: none;
}
.difference-list-w .difference-list ul li {
  padding: 3rem 1rem;
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
  margin-top: 0;
}
.difference-list-w .difference-list ul li:last-child {
  border-bottom: none;
}
.difference-list-w .difference-list ul li .title {
  position: relative;
  margin-bottom: 0;
}
.difference-list-w .difference-list ul li .title:before {
  position: absolute;
  left: -30px;
  top: 45%;
  width: 9px;
  padding: 0;
  height: 9px;
  background: #00545E;
  transform: translateY(-50%);
  content: "";
}
.difference-list-w .difference-list ul li .title a {
  color: #00545E;
}
.difference-list-w .difference-list ul li .title a:hover,
.difference-list-w .difference-list ul li .title a:active,
.difference-list-w .difference-list ul li .title a:focus {
  text-decoration: none;
}
.difference-list-w .difference-list ul li .text {
  font-size: 1.8rem;
  color: #6D7E8F;
}
.lw-story-w {
  padding: 10% 5%;
  text-align: center;
  background: url("/wp-content/themes/lw/assets/images/team-cutted.jpg") top center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.lw-story-w:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  content: "";
  opacity: 0.5;
  position: absolute;
  z-index: -1;
}
.lw-story-w video {
  width: 580px;
  max-width: 100%;
  box-shadow: 0px 0px 10px rgba(96, 111, 144, 0.6);
}
.lw-story-w video:active,
.lw-story-w video:focus {
  outline: none;
}
.lw-story-w .lw-story-date {
  text-align: center;
  font-weight: bold;
  font-style: italic;
  color: #122C5C;
}
.home-planning {
  padding: 5% 20% 8%;
  text-align: center;
  background: #fff;
  position: relative;
}
.home-planning img {
  max-width: 100%;
}
.recent-post-w {
  text-align: center;
  padding: 40px 0 40px;
  background: #00545E;
  position: relative;
}
.recent-post-w .back-block {
  width: 50%;
  background: #2E4051;
  height: 108%;
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.recent-post-w .back-block-dark {
  width: 60%;
  background: #354859;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
.recent-post-w .lw-header {
  z-index: 10;
}
.recent-post-w h1 {
  color: #fff;
  z-index: 10;
  position: relative;
}
.recent-post-w .recent-posts {
  display: flex;
}
.recent-post-w .recent-post-i {
  flex: 0 0 33%;
  position: relative;
  padding: 2rem;
  z-index: 10;
}
.recent-post-w .recent-post-i.topped {
  transform: translateY(-2rem);
}
.recent-post-w .recent-post-i .recent-post-img {
  background-size: cover;
  padding-bottom: 80%;
  display: block;
  background-position: center center;
  position: relative;
}
.recent-post-w .recent-post-i .recent-post-img:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 1%, rgba(71, 76, 92, 0.6) 58%, rgba(3, 11, 33, 0.82) 100%);
}
.recent-post-w .recent-post-caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 0;
  padding: 30px;
  z-index: 4;
  text-align: left;
}
.recent-post-w .recent-post-caption h4 {
  color: #fff;
  letter-spacing: 1px;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.recent-post-w .recent-post-caption .recent-post-meta {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
}
.recent-post-w .recent-post-caption .recent-post-meta .meta-category {
  background: #6F8085;
  color: #fff;
  padding: 2px 5px;
  text-align: center;
}
.recent-post-w .recent-post-caption .recent-post-meta .meta-author {
  padding: 0 10px;
  border-right: 1px solid #fff;
}
.recent-post-w .recent-post-caption .recent-post-meta .meta-author a {
  color: #fff;
}
.recent-post-w .recent-post-caption .recent-post-meta .meta-date {
  padding: 0 10px;
}
.recent-post-w .recent-posts-footer {
  z-index: 10;
  position: relative;
}
.home-planning-items {
  width: 80%;
  margin: auto;
  margin-top: 80px;
  background-image: url(assets/images/home-planning2.jpg);
  background-position: center center;
  background-size: contain;
  position: relative;
  padding-bottom: 40%;
  background-repeat: no-repeat;
}
.home-planning-items .home-planning-label {
  box-shadow: 10px -10px 0px 0px rgba(156, 131, 94, 0.15);
  display: inline-block;
  position: absolute;
  background: #6F8085;
  z-index: 12;
}
.home-planning-items .home-planning-label .home-planning-label-i {
  position: relative;
}
.home-planning-items .home-planning-label .caption {
  color: #fff;
  padding: 5px 25px;
  font-family: 'dinnext', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-size: 2.6rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
}
.home-planning-items .home-planning-label .mytooltip {
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  background: #bfa687;
  font-size: 1.6rem;
  padding: 15px;
  display: none;
  color: #fff;
  z-index: 111;
}
.home-planning-items .home-planning-label.label1 {
  top: -6%;
  left: 0;
  box-shadow: -10px -10px 0px 0px rgba(156, 131, 94, 0.15);
}
.home-planning-items .home-planning-label.label2 {
  top: 41%;
  left: -17%;
  transform: translateY(-50%);
  box-shadow: -10px -10px 0px 0px rgba(156, 131, 94, 0.15);
}
.home-planning-items .home-planning-label.label3 {
  bottom: -6%;
  left: -10%;
  box-shadow: -10px -10px 0px 0px rgba(156, 131, 94, 0.15);
}
.home-planning-items .home-planning-label.label4 {
  top: -6%;
  right: 10%;
}
.home-planning-items .home-planning-label.label5 {
  top: 41%;
  right: -11%;
  transform: translateY(-50%);
}
.home-planning-items .home-planning-label.label6 {
  bottom: -6%;
  right: 3%;
}
.related-posts-w {
  text-transform: uppercase;
}
.related-posts-w h4 {
  padding: 0 5rem 0 1rem;
  margin: 2rem 0;
  position: relative;
  display: flex;
  align-items: center;
}
.related-posts-w h4 .pax-romb {
  margin-bottom: 5px;
  margin-right: 40px;
}
.related-posts-w .related-post {
  margin-bottom: 5%;
  height: 100%;
  padding: 5%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.related-posts-w .related-post.no-right-border {
  border-right: none;
}
.related-posts-w .related-post .related-post-image {
  position: relative;
  background-size: cover;
  background-position: center center;
  padding-bottom: 80%;
}
.related-posts-w .related-post .related-post-caption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-family: 'dinnext', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-weight: 700;
  overflow: hidden;
  color: #00545E;
}
.related-posts-w .related-post .related-post-caption a {
  background: #6F8085;
  font-size: 1.2rem;
  padding: 5px;
}
.related-posts-w .related-post .related-post-meta {
  padding: 1rem 1rem 1rem 0;
}
.related-posts-w .related-post .related-post-title {
  font-size: 1.6rem;
  color: #00545E;
  margin-bottom: 1rem;
  font-weight: 700;
  font-family: 'dinnext', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
}
.related-posts-w .related-post .related-post-readmore a {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'dinnext', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
}
.page-content.page-single-team-member {
  padding-bottom: 2%;
}
.page-team-w .team_member_subtitle {
  font-size: 2.4rem;
  color: #6F8085;
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.page-team-w .tm-cards-w {
  margin-left: -20px;
  margin-right: -20px;
}
.page-team-w .tm-card {
  padding: 20px 20px 0;
  position: relative;
}
.page-team-w .tm-card-i {
  position: relative;
}
.page-team-w .tm-image {
  background-size: cover;
  padding-bottom: 120%;
  margin-bottom: 20px;
  background-position: center center;
}
.page-team-w .tm-desc-w {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  z-index: 2;
  padding: 10px;
  display: block;
  font-weight: 400;
  background: rgba(129, 136, 156, 0.4);
}
.page-team-w .tm-desc-w .position {
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  letter-spacing: 1px;
  font-style: italic;
}
.page-team-w .tm-desc-w .title {
  color: #fff;
  font-size: 2.2rem;
  margin-top: 0;
  margin-bottom: 0px;
}
.single-client-profile {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.single-client-profile .scp-image-w {
  display: table-cell;
  width: 40%;
  vertical-align: top;
}
.single-client-profile .scp-image-w .scp-image img {
  width: 100%;
}
.single-client-profile .scp-image-w .scp-video {
  position: relative;
  width: 100%;
  padding-bottom: 58%;
  margin-top: 5%;
}
.single-client-profile .scp-image-w .scp-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-client-profile .scp-image-w .scp-meta {
  padding: 10%;
  margin-top: 5%;
  background: #F1F3F6;
}
.single-client-profile .scp-image-w .scp-meta h3 {
  text-align: center;
  border-bottom: 1px solid #00545E;
  opacity: 0.22;
  margin-top: 0;
  padding-bottom: 20px;
}
.single-client-profile .scp-image-w .scp-meta ul {
  list-style: none;
  margin: 20px 0 0 0;
}
.single-client-profile .scp-image-w .scp-meta ul li {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.single-client-profile .scp-image-w .scp-meta ul li i {
  margin-right: 15px;
  font-size: 3rem;
}
.single-client-profile .scp-image-w .scp-meta ul li i.lw-icon-linkedin-with-circle {
  color: #0E76A8;
}
.single-client-profile .scp-image-w .scp-meta ul li img {
  margin: 0 15px 0 0;
  width: 32px;
  height: auto;
}
.single-client-profile .scp-image-w .scp-meta ul li a {
  text-transform: uppercase;
  font-size: 1.6rem;
}
.single-client-profile .scp-info {
  display: table-cell;
  width: 60%;
  padding: 5% 5% 0;
  vertical-align: top;
}
.single-client-profile .scp-info .scp-wp-logo {
  display: flex;
  justify-content: center;
}
.single-client-profile .scp-info .scp-wp-logo img {
  margin-top: 0;
  margin-bottom: 40px;
  width: 400px;
  max-width: 100%;
}
.single-client-profile .scp-info .sh-sub-title {
  text-transform: none;
}
.scp-contact-w {
  position: relative;
}
.scp-contact-w .scp-contact-back {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 30%;
  background: #B69D78;
  content: "";
}
.scp-contact-w .scp-contact-back .scp-contact-back-i {
  position: relative;
}
.scp-contact-w .scp-contact-back .scp-contact-back-i svg {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.scp-contact-w .scp-contact-i {
  background: linear-gradient(166deg, #6F8085 51%, #856F50 35%);
  margin: 3% auto 0;
  padding: 40px;
  position: relative;
  z-index: 10;
}
.scp-contact-w .scp-contact-i .lw-header {
  margin-top: 8px;
  z-index: 5;
}
.scp-contact-w .scp-contact-i .lw-header .cta-title {
  color: #fff;
}
.scp-contact-w .scp-contact-i .hs-error-msgs {
  padding: 0px;
  font-size: 1.2rem;
  margin: 5px 0;
  list-style: none;
}
.scp-contact-w .scp-contact-i .hs-error-msgs li {
  padding: 5px 0px;
  margin-top: 0;
}
.scp-contact-w .scp-contact-i .hs-error-msgs label {
  font-weight: bold !important;
  color: #fff;
}
.scp-contact-w .scp-contact-i .hbspt-form fieldset {
  max-width: 100%;
}
.scp-contact-w .scp-contact-i .hs-fieldtype-text > label,
.scp-contact-w .scp-contact-i .hs-fieldtype-textarea > label {
  display: none;
}
.scp-contact-w .scp-contact-i .hs-fieldtype-text .hs-input,
.scp-contact-w .scp-contact-i .hs-fieldtype-textarea .hs-input {
  width: 100%;
  border: none;
  padding: 10px;
  color: #1F1F1F;
  font-size: 1.4rem;
  letter-spacing: 1.72px;
  margin: 5px;
}
.scp-contact-w .scp-contact-i .hs-fieldtype-text textarea,
.scp-contact-w .scp-contact-i .hs-fieldtype-textarea textarea {
  height: 100px;
}
.scp-contact-w .scp-contact-i .hs-submit {
  text-align: center;
  margin-top: 2rem;
}
.scp-contact-w .scp-contact-i .submitted-message {
  color: #fff;
}
.page-clients-w {
  text-align: center;
  margin: 0 -20px;
}
.client-profile {
  padding: 20px;
  position: relative;
}
.client-profile:hover .client-profile-overlay {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.client-profile-i {
  position: relative;
}
.client-profile-i:before {
  display: block;
  display: none;
  position: absolute;
  z-index: 1;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  content: "";
  background-image: linear-gradient(-180deg, rgba(238, 238, 238, 0) 0%, rgba(25, 29, 57, 0.75) 99%);
}
.client-profile-i .client-profile-overlay {
  background-image: linear-gradient(-180deg, rgba(238, 238, 238, 0) 0%, rgba(25, 29, 57, 0.75) 99%);
  background: rgba(195, 78, 92, 0.87);
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 33;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(0px) translate3d(0, 0, 0);
  -moz-transform: translateY(0px) translate3d(0, 0, 0);
  -ms-transform: translateY(0px) translate3d(0, 0, 0);
  -o-transform: translateY(0px) translate3d(0, 0, 0);
  transform: translateY(0px) translate3d(0, 0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.client-profile-i .client-profile-overlay .overlay-descr {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  padding: 30px;
  display: block;
  text-align: left;
  color: #fff;
}
.client-profile-i .client-profile-overlay .overlay-descr .overlay-descr-title {
  color: #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  font-size: 2.8rem;
}
.client-profile-i .client-profile-overlay .overlay-descr .overlay-descr-text {
  margin: 1rem 0 2rem;
}
.client-profile-i .client-profile-overlay .overlay-descr .btn-default {
  color: #00545E;
  border-color: #00545E;
}
.client-profile-i .client-profile-overlay .overlay-descr .btn-default:hover {
  background: #f1f1f1;
}
.client-profile-i .cp-image {
  background-size: cover;
  padding-bottom: 70%;
  margin-bottom: 20px;
  background-position: center center;
}
.client-profile-i .cp-desc-w {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  padding: 30px;
  display: block;
  font-weight: 400;
}
.client-profile-i .cp-desc-w .btn-red {
  color: #fff;
}
.single-client-header {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
}
.single-client-header .sc-image {
  display: table-cell;
  width: 40%;
}
.single-client-header .sc-image .sc-image-i {
  padding-bottom: 30%;
  background-size: cover;
}
.single-client-header .sc-info {
  display: table-cell;
  width: 60%;
  vertical-align: middle;
  padding-left: 30px;
}
.widget {
  margin: 2rem 0;
}
.widget .details-heading {
  font-size: 2.2rem;
  padding: 0 4rem 4rem;
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
  position: relative;
  text-align: center;
  margin-bottom: 0;
}
.widget .details-heading:before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 30px;
  background: url("/wp-content/themes/lw/assets/images/doublearrows.png") 100% 100%;
  background-size: cover;
}
.widget:first-child {
  margin-top: 17px;
}
.widget_mc4wp_form_widget {
  background: #092D5D;
  text-align: center;
  padding: 4rem 0;
  text-transform: uppercase;
  position: relative;
  margin: 40px;
}
.widget_mc4wp_form_widget .details-heading {
  color: #fff;
  padding: 0 4rem 2rem;
}
.widget_mc4wp_form_widget .details-heading:before {
  display: none;
}
.widget_mc4wp_form_widget .mch_newsletter_subheader {
  color: #6F8085;
  padding: 2rem 4rem;
  font-size: 1rem;
}
.widget_mc4wp_form_widget .mc4wp-form .mch_newsletter_input {
  padding: 0 4rem;
  display: flex;
}
.widget_mc4wp_form_widget .mc4wp-form .mch_newsletter_input input[type="email"] {
  background-color: #fff;
  flex: 1;
  padding: 5px;
  font-size: 1.1rem;
  text-transform: uppercase;
  outline: none;
  margin-right: 5px;
}
.widget_mc4wp_form_widget .mc4wp-form .mch_newsletter_input input[type="email"]::-webkit-input-placeholder {
  color: #6F8085;
}
.widget_mc4wp_form_widget .mc4wp-form .mch_newsletter_input input[type="submit"] {
  background-color: #6F8085;
  border-radius: inherit;
  padding: 5px 15px;
  font-weight: 700;
  font-family: 'dinnext', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  text-transform: uppercase;
  font-size: 1.1rem;
  border: none;
}
.widget_mc4wp_form_widget .mc4wp-form .mc4wp-alert {
  font-weight: 700;
  background-color: #ffcf56;
  padding: 5px 15px;
  width: 100%;
  margin-top: 2rem;
  font-size: 1rem;
  text-align: center;
}
.widget_mc4wp_form_widget .mc4wp-form .mc4wp-alert P {
  margin: 0;
}
.shortcode-categories-icons table {
  width: 100%;
  text-align: center;
}
.shortcode-categories-icons table tr td {
  width: 50%;
  padding: 25px 0px 25px 0px;
  border-right: 1px solid rgba(217, 217, 217, 0.1);
  border-bottom: 1px solid rgba(217, 217, 217, 0.1);
}
.shortcode-categories-icons table tr td:last-child {
  border-right: none;
}
.shortcode-categories-icons h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 2rem;
}
.shortcode-categories-icons h3 a {
  font-family: 'dinnext', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-size: 1.6rem;
  font-weight: 700;
  color: #6F8085;
  letter-spacing: 1.93px;
}
.shortcode-categories-icons h3 a:hover {
  text-decoration: none;
}
.shortcode-categories-icons .sci-media {
  height: 90px;
}
.shortcode-categories-icons .sci-media img {
  width: auto;
  height: 100%;
}
.with-ribbon .shortcode-categories-icons table {
  margin-top: -30px;
}
.tptn_posts_widget {
  padding: 15px 0;
}
.tptn_posts_widget ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.tptn_posts_widget ul li {
  padding: 0px 40px 15px 40px;
  margin: 0px 0px 15px 0px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
}
.tptn_posts_widget ul li > a {
  display: block;
  width: 25%;
  margin-right: 25px;
  font-size: 1.6rem;
}
.tptn_posts_widget ul li > a img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.tptn_posts_widget ul li .tptn_after_thumb {
  display: block;
  position: relative;
  text-align: left;
  flex: 1;
}
.tptn_posts_widget ul li .tptn_after_thumb .tptn_title {
  font-size: 1.6rem;
}
.tptn_posts_widget ul li .tptn_after_thumb .tptn_link {
  display: block;
  font-weight: 700;
  font-family: 'dinnext', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  color: #122C5C;
}
.tptn_posts_widget ul li .tptn_after_thumb .crp_author {
  white-space: nowrap;
  margin-right: 2rem;
  color: #A0B6D3;
}
.tptn_posts_widget ul li .tptn_after_thumb .crp_author a {
  color: #6F8085;
  text-decoration: underline;
}
.tptn_posts_widget ul li .tptn_after_thumb .tptn_date {
  position: relative;
  white-space: nowrap;
  font-weight: 500;
  color: #A0B6D3;
}
#widgetads {
  margin: 0px 40px 40px 40px;
  padding: 50px 30px;
  background: #43596e;
  background-size: cover;
  text-align: center;
}
#widgetads h3 {
  font-size: 3.2rem;
  color: #fff;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#widgetads p {
  color: rgba(255, 255, 255, 0.71);
  font-size: 1.6rem;
  margin: 3rem 0;
}
#widgetads a {
  margin-top: 1rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  display: block;
  white-space: normal;
  padding: 1.2rem 1rem;
  background: #fff;
}
.page-sidebar .lets_talk_form {
  background: #426D61;
  padding: 10%;
}
.page-sidebar .lets_talk_form h4 {
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.page-sidebar .lets_talk_form .hs-form-field {
  margin: 0 0 2.4rem;
}
.page-sidebar .lets_talk_form .hs-fieldtype-text > label,
.page-sidebar .lets_talk_form .hs-fieldtype-textarea > label {
  display: none;
}
.page-sidebar .lets_talk_form .hs-fieldtype-text .hs-input,
.page-sidebar .lets_talk_form .hs-fieldtype-textarea .hs-input {
  width: 100%;
  background: #395F54;
  border: none;
  padding: 1rem 2rem;
  color: rgba(255, 255, 255, 0.67);
  font-size: 1.4rem;
}
.page-sidebar .lets_talk_form .hs-fieldtype-text .hs-input::-webkit-input-placeholder,
.page-sidebar .lets_talk_form .hs-fieldtype-textarea .hs-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.67);
  letter-spacing: 1.72px;
  font-size: 1.4rem;
}
.page-sidebar .lets_talk_form .hs-fieldtype-text textarea,
.page-sidebar .lets_talk_form .hs-fieldtype-textarea textarea {
  height: 130px;
}
.page-sidebar .lets_talk_form .btn {
  font-size: 1.8rem;
  color: #00545E;
}
.page-sidebar .lets_talk_form .hs-error-msgs {
  padding: 0px;
  font-size: 1.2rem;
  margin: 5px 0;
  list-style: none;
}
.page-sidebar .lets_talk_form .hs-error-msgs li {
  padding: 5px 0px;
  margin-top: 0;
}
.page-sidebar .lets_talk_form .hs-error-msgs label {
  color: rgba(255, 255, 255, 0.67);
}
.page-sidebar .lets_talk_form .submitted-message {
  color: rgba(255, 255, 255, 0.67);
  text-align: center;
}
.widget-newsletter {
  background-color: #6F8085;
  padding: 50px 30px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin: 0 40px;
}
.widget-newsletter .details-heading {
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.widget-newsletter p {
  margin-top: 0px;
}
.widget-newsletter .input-w {
  position: relative;
}
.widget-newsletter .input-w .newsletter-input {
  border: none;
  box-shadow: none;
  background-color: #fff;
  padding: 10px;
  width: 100%;
  display: block;
  font-size: 14px;
}
.widget-newsletter .input-w .newsletter-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  background-color: #00545E;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 15px;
  font-size: 14px;
  display: block;
  border: none;
}
.widget_categories ul,
.widget_lw_categories_compact_widget ul {
  list-style: none;
  margin-top: 20px;
  padding: 0;
}
.widget_categories ul li,
.widget_lw_categories_compact_widget ul li {
  display: block;
  padding: 10px 40px 10px;
  margin-bottom: 10px;
  text-align: center;
}
.widget_categories ul li:last-child,
.widget_lw_categories_compact_widget ul li:last-child {
  border-bottom: none;
}
.widget_categories ul li a,
.widget_lw_categories_compact_widget ul li a {
  display: block;
}
.pre-footer-w {
  background: #00545E;
  position: relative;
  z-index: 2;
}
.pre-footer-w:before {
  content: '';
  width: 27%;
  height: 34%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.04);
  position: absolute;
  left: 0;
  top: 0;
}
.pre-footer-w:after {
  content: '';
  width: 50%;
  height: 70%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.07);
  position: absolute;
  left: 0;
  top: 0;
}
.pre-footer-w .pre-footer {
  display: grid;
  grid-template-columns: 60% 1fr;
}
.pre-footer-w .footer-descr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.pre-footer-w .footer-descr .b-r {
  border-right: 1px solid rgba(217, 217, 217, 0.1);
}
.pre-footer-w .footer-descr .b-b {
  border-bottom: 1px solid rgba(217, 217, 217, 0.1);
}
.pre-footer-w .footer-descr .descr-item {
  padding: 80px;
  position: relative;
  z-index: 10;
}
.pre-footer-w .footer-descr .descr-item .descr-item-links ul {
  margin-left: 35px;
}
.pre-footer-w .footer-descr .descr-item .descr-item-links ul li {
  list-style: none;
}
.pre-footer-w .footer-descr .descr-item .descr-item-links ul li a {
  color: #6F8085;
  text-decoration: underline;
  font-size: 1.8rem;
}
.pre-footer-w .descr-item-title {
  color: #fff;
  position: relative;
  padding: 0 0 0 30px;
  white-space: nowrap;
}
.pre-footer-w .descr-item-title:before {
  content: '';
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pre-footer-w .footer-contacts-w {
  border-left: 1px solid rgba(217, 217, 217, 0.1);
  padding: 80px;
  position: relative;
  z-index: 22;
}
.pre-footer-w .footer-contacts-w .footer-about-w {
  padding-bottom: 40px;
  color: rgba(255, 255, 255, 0.61);
}
.pre-footer-w .footer-contacts-w .footer-contacts-i {
  background: #fff;
  padding: 10px 0;
}
.pre-footer-w .footer-contacts-w .footer-contacts-i .logo {
  text-align: center;
  padding: 2rem;
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
}
.pre-footer-w .footer-contacts-w .footer-contacts-i .logo img {
  width: 250px;
}
.pre-footer-w .footer-contacts-w .footer-contacts-i .contact-title {
  font-size: 2.8rem;
  color: #6F8085;
  padding: 5rem 1rem 2rem;
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
  text-align: center;
}
.pre-footer-w .footer-contacts-w .footer-contacts-i .contact-list {
  list-style: none;
  margin: 0;
}
.pre-footer-w .footer-contacts-w .footer-contacts-i .contact-list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
  padding: 2rem 3rem;
}
.pre-footer-w .footer-contacts-w .footer-contacts-i .contact-list li:last-child {
  border-bottom: none;
}
.pre-footer-w .footer-contacts-w .footer-contacts-i .contact-list li .contact-icon {
  margin-right: 2rem;
  width: 60px;
  font-size: 3.5rem;
  color: #6F8085;
}
.pre-footer-w .footer-contacts-w .footer-social {
  color: rgba(255, 255, 255, 0.61);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin-top: 2rem;
}
.pre-footer-w .footer-contacts-w .footer-social ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.pre-footer-w .footer-contacts-w .footer-social ul li {
  display: inline-block;
  margin-left: 20px;
}
.pre-footer-w .footer-contacts-w .footer-social ul li a {
  color: #fff;
  font-size: 3.5rem;
}
.pre-footer-w .footer-contacts-w .footer-social ul li a:hover {
  text-decoration: none;
  color: #acb3c2;
}
.df-copyright {
  text-align: center;
  padding: 30px 0;
  font-size: 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #363534;
  color: rgba(255, 255, 255, 0.61);
}
.df-copyright .df-copyright__text {
  margin: 0 auto 15px;
  max-width: 1300px;
  font-size: 15px;
}
.back-to-top {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: 30px;
  padding: 5px 10px;
  background-color: rgba(0,79,120, 0.7);
  color: #fff;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
  transform: rotate(180deg);
  opacity: 0;
  visibility: hidden;
}
.back-to-top i {
  font-size: 24px;
  vertical-align: middle;
}
.back-to-top:hover {
  background-color: #00545E;
}
.back-to-top.is-shown {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 414px) {
  html {
    font-size: 8px;
  }
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4rem;
  }
  h3 {
    font-size: 3rem;
  }
  h4 {
    font-size: 2rem;
  }
  .home-banner {
    text-align: center;
    padding: 10% 25px 10%;
    background-position: center center;
    z-index: 1;
  }
  .home-banner .btn {
    margin: 1rem auto;
  }
  .home-banner .home-banner-i {
    float: none;
    margin: 0px auto;
    width: auto;
  }
  .home-banner .home-banner-text {
    width: 100%;
  }
  .difference-list-w .difference-list-intro,
  .difference-list-w .difference-list {
    padding: 10% 25px;
  }
  .lw-story-w {
    padding: 10% 25px;
  }
  .home-planning {
    padding: 10% 25px;
  }
  .recent-post-w {
    padding: 10% 25px;
  }
  .recent-post-w .recent-posts {
    flex-direction: column;
  }
  .recent-post-w .recent-posts .recent-post-i {
    padding-left: 0;
    padding-right: 0;
  }
  .recent-post-w .recent-posts .recent-post-i .recent-post-caption {
    left: 0;
    bottom: 0;
  }
  .recent-post-w .recent-posts .recent-post-i.topped {
    transform: none;
  }
  .recent-post-w .back-block,
  .recent-post-w .back-block-dark {
    display: none;
  }
  .pre-footer-w {
    padding: 5% 25px;
  }
  .pre-footer-w .pre-footer {
    display: block;
  }
  .pre-footer-w .pre-footer .footer-descr {
    display: block;
    width: 100%;
  }
  .pre-footer-w .pre-footer .footer-contacts-w {
    display: block;
    width: 100%;
    border-left: 0;
    padding: 15px 0 0;
  }
  .pre-footer-w .footer-descr .b-r {
    border-right: none;
  }
  .pre-footer-w .footer-descr .descr-item {
    padding: 20px 0;
  }
  .pre-footer-w .footer-descr .descr-item .descr-item-title {
    margin-bottom: 0;
  }
  .iconed-features-w {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .iconed-features-w .section-header {
    margin-bottom: 30px;
  }
  .iconed-features-w .iconed-features {
    flex-direction: column;
  }
  .iconed-features-w .iconed-features .iconed-feature {
    border-right: none;
  }
  .page-intro {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-intro h1 {
    font-size: 3rem;
    letter-spacing: 0;
    line-height: 2;
  }
  .page-content-w .os-container {
    padding: 50px 25px;
  }
  .page-content-w .page-content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .page-content-w .page-sidebar {
    display: none;
  }
  .blog-content-text-and-meta .blog-content-text {
    width: 100%;
    padding: 40px 25px;
  }
  .blog-content-text-and-meta .blog-content-meta {
    display: none;
  }
  .blog-content-w {
    margin-top: 5px;
  }
  .blog-content-w .blog-index {
    display: block;
    padding: 10px 25px;
  }
  .blog-content-w .blog-index .blog-title {
    margin: 25px 0;
  }
  .blog-content-w .blog-index .blog-index-item {
    padding: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .blog-content-w .blog-sidebar {
    display: none;
  }
  .blog-content-w .index-navigation {
    padding: 20px 25px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .text-and-image-block {
    display: block;
  }
  .text-and-image-block .text-w {
    width: auto;
    display: block;
    padding: 10%;
  }
  .text-and-image-block .image-w {
    width: auto;
    display: block;
    min-height: 220px;
  }
  .cta-builder .ebook-w {
    padding: 50px 25px;
  }
  .cta-builder .ebook-w .ebook-i {
    flex-direction: column;
    align-items: flex-start;
  }
  .cta-builder .ebook-w .ebook-media {
    padding-left: 0;
  }
  .cta-builder .ebook-w .ebook-text {
    padding-top: 20px;
    padding-left: 0;
  }
  .single-client-profile {
    display: block;
  }
  .single-client-profile .scp-image-w {
    width: 100%;
    display: block;
  }
  .single-client-profile .scp-info {
    width: 100%;
    display: block;
  }
  .scp-contact-w .scp-contact-i {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 90px;
  }
  .scp-contact-w .scp-contact-i .hs-form-field .hs-input {
    width: 100% !important;
  }
  .contact_item {
    display: block;
  }
  .contact_item .contact_item_image,
  .contact_item .contact_item_meta,
  .contact_item .contact_item_map {
    display: block;
    width: 100%;
  }
  .contact_item .contact_item_meta {
    padding: 20px 0;
  }
  .contact_item .contact_item_map {
    min-height: 200px;
  }
  .home-planning-items {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 70%;
  }
  .home-planning-items .home-planning-label .caption {
    font-size: 1.4rem;
    padding: 5px 12px;
  }
  .home-planning-items .home-planning-label.label1 {
    left: 0%;
    top: -5%;
  }
  .home-planning-items .home-planning-label.label2 {
    left: -4%;
  }
  .home-planning-items .home-planning-label.label3 {
    left: -4%;
    bottom: -5%;
  }
  .home-planning-items .home-planning-label.label4 {
    right: 0%;
    top: -5%;
  }
  .home-planning-items .home-planning-label.label5 {
    right: -6%;
  }
  .home-planning-items .home-planning-label.label6 {
    right: -4%;
    bottom: -5%;
  }
  body.page-template-page-markets-and-economy .page-sidebar.small {
    display: block;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.page-template-page-markets-and-economy .page-content-w.with-sidebar .page-content-i {
    display: block;
  }
  body.page-template-page-markets-and-economy .page-content-w .page-content {
    padding-top: 0;
  }
  .chapters-grid {
    display: block;
  }
  .chapters-grid .chapter {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .chapters-grid .chapter .chapter-i {
    min-height: auto;
    padding: 25px;
  }
}
@media (min-width: 1351px) and (max-width: 1550px) {
  .top-menu-i .menu-w > ul > li > a {
    font-size: 1.8rem;
  }
  .top-menu-w {
    padding: 0 20px;
  }
}
@media (max-width: 1350px) {
  .top-menu-i .menu-w > ul > li > a {
    font-size: 1.8rem;
  }
}
@media (max-width: 1250px) {
  .top-menu-i .menu-w > ul > li > a {
    font-size: 1.6rem;
  }
  .top-menu-w {
    padding: 0px 10px;
  }
}
@media (min-width: 1351px) and (max-width: 1420px) {
  .top-menu-w .top-menu .logo {
    width: 250px;
    padding-left: 30px;
  }
}
@media (max-width: 1350px) {
  .all-wrapper {
    padding: 0px;
    overflow: hidden;
  }
  #header-menu > li:last-child > .sub-menu {
    left: -15px;
  }
  #header-menu > li:last-child > .sub-menu:before {
    left: 35px;
  }
  .top-menu-w .top-menu .logo {
    width: 200px;
    padding: 5px 10px 5px 20px;
  }
  .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: 170px;
    padding: 5px 0px 5px 20px;
  }
}
@media (min-width: 769px) and (max-width: 1250px) {
  .blog-content-w .blog-sidebar {
    padding: 20px;
  }
  .pre-footer-w .footer-descr .descr-item {
    padding: 80px 30px;
  }
  .pre-footer-w .footer-descr .descr-item .descr-item-links ul {
    margin-left: 0;
  }
  .pre-footer-w .footer-contacts-w {
    padding: 80px 30px;
  }
}
@media (max-width: 900px) {
  .mobile-header-w {
    display: block;
  }
  .top-menu-w,
  .top-bar {
    display: none !important;
  }
}
@media (max-width: 840px) {
  .ph-cta-simple .cta-simple {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .ph-cta-simple .column-cta {
    order: 1;
    border-left: none;
  }
  .ph-cta-simple .column-award {
    padding-top: 40px;
    order: 2;
  }
}
@media (max-width: 1100px) {
  .team-member-w .tm-media-w {
    padding: 0;
  }
  .team-member-w .tm-media-w:before,
  .team-member-w .tm-media-w:after {
    display: none;
  }
  .team-member-w .tm-media-w .tm-media {
    padding: 0;
  }
}
@media (min-width: 415px) and (max-width: 900px) {
  html {
    font-size: 8px;
  }
  .home-banner {
    text-align: center;
    padding: 10% 25px 10%;
    background-position: center center;
    z-index: 1;
  }
  .home-banner .btn {
    margin: 1rem auto;
  }
  .home-banner .home-banner-i {
    float: none;
    margin: 0px auto;
    width: auto;
  }
  .home-banner .home-banner-text {
    width: 100%;
  }
  .difference-list-w .difference-list-intro,
  .difference-list-w .difference-list {
    padding: 10% 25px;
  }
  .lw-story-w {
    padding: 10% 25px;
  }
  .home-planning {
    padding: 10% 25px;
  }
  .recent-post-w {
    padding: 10% 25px;
  }
  .recent-post-w .recent-posts {
    flex-direction: column;
  }
  .recent-post-w .recent-posts .recent-post-i {
    padding-left: 0;
    padding-right: 0;
  }
  .recent-post-w .recent-posts .recent-post-i.topped {
    transform: none;
  }
  .recent-post-w .back-block,
  .recent-post-w .back-block-dark {
    display: none;
  }
  .pre-footer-w {
    padding: 5% 25px;
  }
  .pre-footer-w .pre-footer {
    grid-template-columns: 1fr;
  }
  .pre-footer-w .pre-footer .footer-contacts-w {
    display: block;
    width: 100%;
    border-left: 0;
    padding: 15px 0 0;
  }
  .pre-footer-w .footer-descr .b-r {
    border-right: none;
  }
  .pre-footer-w .footer-descr .descr-item {
    padding: 20px 0;
  }
  .pre-footer-w .footer-descr .descr-item .descr-item-title {
    margin-bottom: 0;
  }
  .iconed-features-w {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .iconed-features-w .section-header {
    margin-bottom: 30px;
  }
  .iconed-features-w .iconed-features {
    flex-direction: column;
  }
  .iconed-features-w .iconed-features .iconed-feature {
    border-right: none;
  }
  .page-intro {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-content-w .os-container {
    padding: 50px 25px;
  }
  .page-content-w .page-content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .page-content-w .page-sidebar {
    display: none;
  }
  .blog-content-text-and-meta .blog-content-text {
    width: 100%;
    padding: 40px 25px;
  }
  .blog-content-text-and-meta .blog-content-meta {
    display: none;
  }
  .blog-content-w {
    margin-top: 5px;
  }
  .blog-content-w .blog-index {
    display: block;
    padding: 10px 25px;
  }
  .blog-content-w .blog-index .blog-title {
    margin: 25px 0;
  }
  .blog-content-w .blog-index .blog-index-item {
    padding: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .blog-content-w .blog-sidebar {
    display: none;
  }
  .blog-content-w .index-navigation {
    padding: 20px 25px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .text-and-image-block {
    display: block;
  }
  .text-and-image-block .text-w {
    width: auto;
    display: block;
    padding: 10%;
  }
  .text-and-image-block .image-w {
    width: auto;
    display: block;
    min-height: 220px;
  }
  .cta-builder .ebook-w {
    padding: 50px 25px;
  }
  .cta-builder .ebook-w .ebook-i {
    flex-direction: column;
    align-items: flex-start;
  }
  .cta-builder .ebook-w .ebook-media {
    padding-left: 0;
  }
  .cta-builder .ebook-w .ebook-text {
    padding-top: 20px;
    padding-left: 0;
  }
  .single-client-profile {
    display: block;
  }
  .single-client-profile .scp-image-w {
    width: 100%;
    display: block;
  }
  .single-client-profile .scp-info {
    width: 100%;
    display: block;
  }
  .scp-contact-w .scp-contact-i {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 90px;
  }
  .contact_item {
    display: block;
  }
  .contact_item .contact_item_image,
  .contact_item .contact_item_meta,
  .contact_item .contact_item_map {
    display: block;
    width: 100%;
  }
  .contact_item .contact_item_meta {
    padding: 20px 0;
  }
  .contact_item .contact_item_map {
    min-height: 200px;
  }
  .home-planning-items {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .home-planning-items .home-planning-label {
    font-size: 1.8rem;
  }
  .home-planning-items .home-planning-label.label1 {
    left: 3%;
    top: -5%;
  }
  .home-planning-items .home-planning-label.label2 {
    left: -2%;
  }
  .home-planning-items .home-planning-label.label3 {
    left: 0%;
    bottom: -5%;
  }
  .home-planning-items .home-planning-label.label4 {
    right: 11%;
    top: -5%;
  }
  .home-planning-items .home-planning-label.label5 {
    right: -4%;
  }
  .home-planning-items .home-planning-label.label6 {
    right: 4%;
    bottom: -5%;
  }
  body.page-template-page-markets-and-economy .page-sidebar.small {
    display: block;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.page-template-page-markets-and-economy .page-content-w.with-sidebar .page-content-i {
    display: block;
  }
  body.page-template-page-markets-and-economy .page-content-w .page-content {
    padding-top: 0;
  }
  .chapters-grid .chapter {
    flex: 0 0 50%;
  }
}
/*# sourceMappingURL=style.css.map */