@font-face {
  font-family: 'Lora-med';
  src: url("../fonts/lora-medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lora';
  src: url("../fonts/lora-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/raleway-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway-med';
  src: url("../fonts/raleway-medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway-semi';
  src: url("../fonts/raleway-semibold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/* Grouping content
     ========================================================================== */
/**
   * 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.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * 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,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  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; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 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 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
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 in Chrome and Safari on macOS.
   */
[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 Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left; }

*, *:after, *:before {
  box-sizing: border-box; }

::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

::-webkit-scrollbar-track {
  background: #f1f1f1; }

::-webkit-scrollbar-thumb {
  background: #000; }

::-webkit-scrollbar-thumb:hover {
  background: #555; }

html {
  height: 100%;
  width: 100%;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  margin: 0;
  padding: 75px 0 0;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #111;
  background-color: #fff;
  min-width: 320px; }

body.fixed,
body.locked {
  overflow: hidden; }

a, button {
  cursor: pointer; }

picture {
  display: flex;
  align-items: center;
  justify-content: center; }

table {
  border-collapse: collapse; }

p {
  margin: 0 0 15px; }

p b,
p strong {
  font-family: 'Raleway-semi';
  font-weight: 600; }

img {
  max-width: 100%; }

iframe {
  max-width: 100%; }

@media (min-width: 1200px) {
  body {
    padding: 100px 0 0;
    font-size: 15px; } }

@media (min-width: 1535px) {
  body {
    padding: 105px 0 0; } }

@media (min-width: 1920px) {
  body {
    font-size: 16px; } }

@media (min-width: 2000px) {
  body {
    padding: 130px 0 0; } }

 h3, h4, h5, h6,  .h3, .h4, .h5, .h6 {
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
  font-family: 'Lora', sans-serif; }
  
  h1, h2, .h1, .h2 {
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
  font-family: "Raleway", Arial, sans-serif;}
  

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 15px; }

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 38px; }

h2, .h2 {
  font-size: 30px;
  line-height: 1.4; }

h3, .h3 {
  font-size: 22px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

@media (max-width: 1700px) {
  h1, .h1 {
    font-size: 32px; }
  h2, .h2 {
    font-size: 26px;
    line-height: 1.4; }
  h3, .h3 {
    font-size: 20px; }
  h4, .h4 {
    font-size: 16px; } }

@media (max-width: 1399px) {
  h1, .h1 {
    font-size: 28px; }
  h2, .h2 {
    font-size: 22px;
    line-height: 1.4; }
  h3, .h3 {
    font-size: 18px; }
  h4, .h4 {
    font-size: 14px; }
  h5, .h5 {
    font-size: 13px; } }

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 22px; }
  h2, .h2 {
    font-size: 20px;
    line-height: 1.4; }
  h3, .h3 {
    font-size: 16px; } }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-uppercase {
  text-transform: uppercase; }

.text-justify {
  text-align: justify;
  overflow-wrap: break-word; }

.align-self-center {
  align-self: center; }

.img-container img {
  display: block;
  max-width: 100%; }

.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.service-item.vertical-center {
  display: flex;
  align-items: center; }

.d-iblock {
  display: inline-block; }

.pt-0 {
  padding-top: 0 !important; }

.mtn-5 {
  margin-top: -10px !important; }

.pt-30 {
  padding-top: 30px; }

.mb-40 {
  margin-bottom: 30px; }

.pr-80 {
  padding-right: 80px !important; }

.pl-80 {
  padding-left: 80px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pl-80 {
  padding-left: 80px !important; }

.pr-100 {
  padding-right: 100px !important; }

.pl-100 {
  padding-left: 100px !important; }

.mb-80 {
  margin-bottom: 80px; }

.mt-100 {
  margin-top: 100px; }

.mb-100 {
  margin-bottom: 100px; }

.mt-150 {
  margin-top: 150px; }

.text-x2 {
  font-size: 22px; }

.light-bold b,
.light-bold strong {
  font-family: 'Raleway-semi';
  font-size: 22px; }

.default-section .light-bold p {
  margin-bottom: 25px; }

blockquote {
  border: 0;
  border-left: 3px solid #D9D9D9;
  margin: 15px 0;
  padding: 15px 0 1px 15px;
  font-family: 'Raleway-semi'; }

.number-text {
  font-family: Arial, sans-serif; }

.mx-auto {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto; }

.custom-sm p:last-child {
  margin-bottom: 0; }

@media (min-width: 576px) {
  .container-xl.pl-0 {
    padding-left: 0; } }

@media (max-width: 1700px) {
  .pr-80 {
    padding-right: 50px !important; }
  .pl-80 {
    padding-left: 50px !important; }
  .pr-100 {
    padding-right: 60px !important; }
  .pl-50 {
    padding-left: 30px !important; }
  .pr-50 {
    padding-right: 30px !important; }
  .text-x2 {
    font-size: 18px; }
  .light-bold b, .light-bold strong {
    font-size: 18px; }
  .mb-80 {
    margin-bottom: 50px; } }

@media (max-width: 991px) {
  .pr-80 {
    padding-right: 10px !important; }
  .pl-80 {
    padding-left: 10px !important; }
  .pl-50 {
    padding-left: 10px !important; }
  .pr-50 {
    padding-right: 10px !important; }
  .text-x2 {
    font-size: 16px; }
  .light-bold b, .light-bold strong {
    font-size: inherit; }
  .index-page .default-section .pr-100 {
    padding-right: 15px !important; }
  .pl-100 {
    padding-left: 15px !important; }
  .col-lg-7.pr-100.arrow-text {
    padding-right: 15px !important; }
  .text-justify {
    text-align: left; } }

@media (max-width: 767px) {
  .pr-80 {
    padding-right: 15px !important; }
  .pl-80 {
    padding-left: 15px !important; }
  .pl-50 {
    padding-left: 15px !important; }
  .pr-50 {
    padding-right: 15px !important; }
  .pt-30 {
    padding-top: 0; } }

@media (max-width: 420px) {
  .mb-80 {
    margin-bottom: 30px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-xl,
.container-sm,
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .container-xl,
  .container-sm,
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container-xl,
  .container-sm,
  .container {
    max-width: 720px;
    padding-right: 10px;
    padding-left: 10px; }
  .row {
    margin-right: -10px;
    margin-left: -10px; }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 992px) {
  .container-xl,
  .container {
    max-width: 960px;
    padding-right: 10px;
    padding-left: 10px; }
  .container-sm {
    max-width: 720px; } }

@media (min-width: 1200px) {
  .container-xl,
  .container {
    max-width: 1170px; }
  .container-sm {
    max-width: 960px; }
  .container.text-container {
    max-width: 960px; }
  .container-fluid {
    padding-right: 25px;
    padding-left: 25px; } }

@media (min-width: 1440px) {
  .container-xl,
  .container {
    max-width: 1320px; }
  .container-fluid {
    padding-right: 70px;
    padding-left: 70px; } }

@media (min-width: 1700px) {
  .container {
    max-width: 1500px; }
  .container-xl {
    max-width: 1500px; } 
      .container-fluid {
    padding-right: 100px;
    padding-left: 100px; } }
}

@media (min-width: 1900px) {
  .container-xl {
    max-width: 1700px;
    padding-right: 15px;
    padding-left: 15px; } 
    .container-fluid {
    padding-right: 120px;
    padding-left: 120px; }
}

@media (min-width: 2000px) {
  .container-fluid {
    padding-right: 90px;
    padding-left: 90px;
    max-width: 3000px; } }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
 text-align: left;}
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.accordion-holder {
  position: relative; }

.accordion-carousel {
  display: flex; }

.accordion-holder .carousel-controls {
  position: absolute;
  right: 20px;
  bottom: 30px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70px; }

.accordion-holder .carousel-controls > div {
  height: 30px; }

.accordion-section .container-fluid {
  height: 100%; }

.accordion-item {
  border-radius: 5px;
  color: #fff;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  padding: 10px 20px 70px; }

.accordion-item .btn-primary {
  padding: 5px 15px;
  font-size: 14px;
  margin-top: 30px;
  letter-spacing: 0.3px; }

.accordion-item:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2; }

.accordion-item picture {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }

.accordion-item picture img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  object-fit: cover; }

.accordion-item .text-holder {
  position: relative;
  z-index: 2; }

.accordion-item .text-holder p,
.accordion-item .text-holder ul,
.accordion-item .text-holder ol {
  font-size: 13px;
  text-shadow: 0 0 3px #111; }

.accordion-item .vertical-text {
  position: absolute;
  right: 13px;
  top: 15px;
  bottom: 0;
  color: #fff;
  writing-mode: vertical-lr;
  transform: scale(-1, -1);
  text-align: right;
  font-size: 14px;
  letter-spacing: 0.7px;
  z-index: 5;
  text-transform: uppercase;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  display: none;
  pointer-events: none; }

.float-video {
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  position: absolute;
  right: 0;
  text-decoration: none;
  bottom: 100px;
  transition: all 0.3s ease;
  width: 220px;
  color: #111;
  display: none;
  font-size: 14px;
  z-index: 5; }

.float-video video {
  width: 100%;
  border-radius: 3px;
  overflow: hidden; }

.float-video .video-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Raleway-semi'; }

.float-video .video-link span {
  margin-right: 8px; }

.float-video .video-link svg {
  width: 14px;
  height: 14px;
  transition: 0.25s; }

.float-video:hover .video-link svg {
  transform: translateX(5px); }

[data-id="1"] .float-video {
  transform: translateX(-140px); }

[data-id="2"] .float-video {
  transform: translateX(-40px); }

[data-id="3"] .float-video {
  transform: translateX(0); }

.accordion-item:hover .plus-icon rect {
  fill: #fff; }

.accordion-item:hover .plus-icon path {
  stroke: #1e1d28; }

.accordion-item:not(.active) {
  cursor: pointer; }

.accordion-item.active .item-controls {
  transform: translateX(0); }

.item-controls {
  display: none; }

.accordion-prev,
.accordion-next {
  height: 42px;
  transition: opacity 0.3s;
  vertical-align: top;
  width: auto; }

.accordion-next rect,
.accordion-prev rect {
  transition: fill 0.3s; }

.accordion-next path,
.accordion-prev path {
  transition: stroke 0.3s; }

.accordion-next:hover,
.accordion-prev:hover {
  cursor: pointer; }

.accordion-next:hover rect,
.accordion-prev:hover rect {
  fill: #fff; }

.accordion-next:hover path,
.accordion-prev:hover path {
  stroke: #1e1d28; }

.plus-icon {
  display: none;
  height: 42px;
  width: auto;
  position: absolute;
  transition-duration: 0.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0.2, 0.4, 1);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3; }

.accordion-item.active .plus-icon {
  visibility: hidden;
  opacity: 0; }

.plus-icon rect {
  transition: fill 0.3s; }

.plus-icon path {
  transition: stroke 0.3s; }

.accordion-logos {
  display: none;
  gap: 25px; }

.accordion-logos img {
  display: block;
  width: auto;
  height: 32px; }

@media (max-width: 767px) {
  .accordion-item {
    display: none !important; }
  .accordion-item:first-child {
    display: inline-block !important; }
  .tns-slider .accordion-item {
    display: block !important; } }

@media (min-width: 375px) {
  .accordion-item {
    min-height: 480px; } }

@media (min-width: 420px) {
  .accordion-item {
    min-height: 420px; } }

@media (min-width: 768px) {
  .accordion-holder {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr; }
  .accordion-carousel {
    grid-column: 1;
    grid-row: 1;
    gap: 8px;
    width: 100%;
    max-width: 100vw; }
  .accordion-section {
    height: 400px; }
  .accordion-item {
    flex-basis: 52px;
    min-height: 400px;
    transition: flex 0.5s cubic-bezier(0.4, 0.2, 0.4, 1);
    padding: 0; }
  .accordion-item.active {
    flex: 1; }
  .accordion-item:hover {
    flex-basis: 64px; }
  .accordion-item .text-holder {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 20px 36px 50px;
    width: 60vw;
    opacity: 0; }
  .accordion-item .vertical-text {
    display: block; }
  .accordion-item.active .vertical-text {
    opacity: 0; }
  .accordion-item.active .text-holder {
    opacity: 1; }
  .accordion-item .btn-primary {
    pointer-events: none; }
  .accordion-item.active .btn-primary {
    pointer-events: auto; }
  .accordion-item.active:before {
    backdrop-filter: initial;
    -webkit-backdrop-filter: initial; }
  .accordion-item:before {
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(31, 30, 41, 0.9) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px); }
  .accordion-holder .carousel-controls {
    display: none; }
  .item-controls {
    bottom: 16px;
    display: flex;
    gap: 16px;
    position: absolute;
    right: 16px;
    transform: translateX(70vw);
    transition: transform 0.3s;
    z-index: 3; }
  .plus-icon {
    bottom: 16px;
    display: block; } }

@media (min-width: 960px) {
  .accordion-item {
    flex-basis: 70px; }
  .accordion-item:hover {
    flex-basis: 90px; } }

@media (min-width: 1200px) {
  .accordion-carousel {
    gap: 12px; }
  .accordion-section {
    height: 520px; }
  .float-video {
    display: block; }
  .accordion-item .text-holder {
    bottom: 0;
    justify-content: center;
    padding: 50px 200px 36px 80px; }
  .accordion-item .text-holder h1,
  .accordion-item .text-holder .h1 {
    font-size: 36px; }
  .accordion-item .text-holder p,
  .accordion-item .text-holder ul,
  .accordion-item .text-holder ol {
    font-size: 16px; }
  .accordion-item {
    flex-basis: 90px; }
  .accordion-item:hover {
    flex-basis: 120px; }
  .accordion-item .vertical-text {
    top: 20px; }
  .accordion-item .btn-primary {
    margin-top: 50px;
    padding: 10px 30px;
    font-size: 16px; }
  .item-controls {
    bottom: 28px;
    right: 28px; }
  .plus-icon {
    bottom: 28px; }
  .accordion-logos {
    display: flex;
    margin-top: auto; } }

@media (min-width: 1440px) {
  .accordion-section {
    height: 560px; }
  .float-video {
    display: block; }
  .accordion-item {
    flex-basis: 90px; }
  .accordion-item:hover {
    flex-basis: 130px; }
  .accordion-item .text-holder {
    padding-top: 100px; }
  .accordion-item .text-holder h1, .accordion-item .text-holder .h1 {
    font-size: 40px; }
  .accordion-item .vertical-text {
    top: 25px;
    right: 20px; }
  .item-controls {
    bottom: 32px;
    right: 32px; }
  .plus-icon {
    bottom: 32px;
    height: 60px; }
  .accordion-prev, .accordion-next {
    height: 60px; } }

@media (min-width: 1700px) {
  .accordion-section {
    height: 620px; }
  .float-video {
    width: 280px;
    bottom: 115px; }
  [data-id="1"] .float-video {
    transform: translateX(-162px); }
  [data-id="2"] .float-video {
    transform: translateX(-57px); }
  [data-id="3"] .float-video {
    transform: translateX(-38px); } }

@media (min-width: 1920px) {
  .accordion-section {
    height: 760px; }
  .accordion-item {
    flex-basis: 130px; }
  .float-video {
    width: 300px;
    bottom: 150px;
    padding: 12px; }
  .float-video video {
    margin-bottom: 5px; }
  .float-video .video-link {
    font-size: 18px; }
  .float-video .video-link svg {
    width: 16px;
    height: 16px; }
  .accordion-item .text-holder {
    padding-right: 0;
    padding-top: 200px;
    padding-bottom: 50px;
    justify-content: flex-start; }
  .accordion-item .text-holder p,
  .accordion-item .text-holder ul,
  .accordion-item .text-holder ol {
    max-width: 800px; }
  .accordion-item .text-holder h1, .accordion-item .text-holder .h1 {
    font-size: 64px; }
  [data-id="1"] .float-video {
    transform: translateX(-200px); }
  [data-id="2"] .float-video {
    transform: translateX(-50px); }
  [data-id="3"] .float-video {
    transform: translateX(-60px); }
  [data-id="4"] .float-video {
    transform: translateX(-30px); }
  .accordion-item:hover {
    flex-basis: 180px; }
  .item-controls {
    bottom: 30px;
    right: 40px; }
  .plus-icon {
    bottom: 30px;
    height: 70px; }
  .accordion-prev, .accordion-next {
    height: 70px; }
  .accordion-item .vertical-text {
    font-size: 18px; } }

@media (min-width: 2550px) {
  .accordion-section {
    height: 900px; }
  [data-id="1"] .float-video {
    transform: translateX(-320px); }
  [data-id="2"] .float-video {
    transform: translateX(-130px); }
  .accordion-item {
    flex-basis: 180px; }
  .accordion-item:hover {
    flex-basis: 220px; }
  .item-controls {
    right: 60px; }
  .float-video {
    bottom: 180px; } }

.btn-primary {
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background-color: #111;
  border-radius: 3px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  padding: 10px 50px;
  transition: 0.25s;
  cursor: pointer;
  font-size: 17px;
  font-family: 'Raleway-med';
  letter-spacing: 0.5px; }

.btn-primary:hover {
  background-color: #387780; }

.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(10, 10, 118, 0.2); }

.btn-primary.inverted-btn {
  background-color: #fff;
  color: #111; }
  .btn-primary.inverted-btn:hover {
    background-color: #387780;
    color: #fff; }

.btn-primary.btn-lg {
  font-size: 23px;
  padding: 10px 50px; }

.btn-outline {
  font-weight: 400;
  border: 1px solid #111;
  font-style: normal;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  outline: 0;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  transition: 0.25s;
  cursor: pointer;
  font-size: 17px; }

.btn-outline:hover {
  background-color: #111;
  color: #fff; }

.btn-outline:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2); }

.btn-outline svg {
  fill: #387780;
  transition: 0.25s;
  position: relative;
  top: -1px;
  margin-left: 5px; }

.btn-outline:hover svg {
  fill: #fff;
  transform: translateX(8px); }

.back-link {
  display: inline-flex;
  align-items: center;
  font-family: 'Raleway-med';
  transition: all 0.2s;
  text-decoration: none;
  color: #111;
  cursor: pointer; }
  .back-link span {
    position: relative;
    z-index: 2;
    color: #111; }
  .back-link svg {
    margin-top: -2px;
    margin-left: -8px;
    width: 37px;
    height: 37px;
    pointer-events: none;
    transition: 0.25s;
    position: relative;
    z-index: 1; }
  .back-link:hover span {
    text-decoration: underline; }
  .back-link:hover svg {
    transform: translateX(-7px); }

.arrow-link {
  display: inline-flex;
  align-items: center;
  font-family: 'Raleway-med';
  transition: all 0.2s;
  text-decoration: none;
  color: #111;
  cursor: pointer; }
  .arrow-link span {
    position: relative;
    z-index: 2; }
  .arrow-link svg {
    margin-top: 3px;
    margin-left: -5px;
    width: 37px;
    height: 37px;
    pointer-events: none;
    transition: 0.25s;
    position: relative;
    z-index: 1; }
  .arrow-link:hover svg {
    transform: translateX(7px); }

@media (max-width: 1699px) {
  .btn-primary,
  .btn-outline {
    font-size: 15px; }
  .btn-primary.btn-lg {
    font-size: 20px; } }

@media (max-width: 1199px) {
  .btn-primary.btn-lg {
    font-size: 18px; } }

.breadcrumb {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 20px 0 0;
  align-items: center;
  background-color: transparent;
  font-size: 12px;
  list-style: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.text-container .breadcrumb {
  padding-left: 0;
  margin-top: 2px; }
  .text-container .breadcrumb a {
    color: #111;
    text-decoration: none; }
    .text-container .breadcrumb a:hover {
      text-decoration: underline; }

.blog-page .breadcrumb {
  margin-top: 0; }

.article-page .breadcrumb {
  margin-top: 0;
  margin-bottom: 40px; }

.breadcrumb-item {
  white-space: nowrap; }

.breadcrumb-item:last-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 300px;
  color: #717589; }

.breadcrumb-item + .breadcrumb-item:before {
  content: '/';
  font-size: 13px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  margin: 3px 5px 0;
  color: #111; }

.breadcrumb a {
  color: #111;
  text-decoration: none; }

.breadcrumb a:hover {
  text-decoration: underline; }

@media (max-width: 1199px) {
  .breadcrumb .breadcrumb-item {
    max-width: 200px; } }

@media (max-width: 575px) {
  .breadcrumb {
    display: flex; } }

.page-title {
  position: relative;
  width: 50%;
  padding-bottom: 40px;
  margin-top: 90px;
  margin-bottom: 80px; }

.page-title:after {
  content: '';
  height: 1px;
  width: 100vw;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #000; }

.page-title h1,
.page-title h1,
.page-title .h2,
.page-title h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0;
  font-family: 'Lora', sans-serif;  }

.page-title h1 span,
.page-title .h1 span,
.page-title .h2 span,
.page-title h2 span {
  color: #0A0A76;
  display: block;
  font-size: 44px;
  font-family: 'Lora', sans-serif; 
  font-optical-sizing: auto;
  margin-top: 5px; }

@media (max-width: 1700px) {
  .page-title h1, .page-title h1, .page-title .h2, .page-title h2 {
    font-size: 16px; }
  .page-title h1 span, .page-title .h1 span, .page-title .h2 span, .page-title h2 span {
    font-size: 32px; }
  .page-title:after {
    height: 3px; } }

@media (max-width: 1199px) {
  .page-title {
    margin-bottom: 50px;
    width: 100%; }
  .page-title {
    padding-bottom: 30px; } }

@media (max-width: 991px) {
  .page-title h1 span, .page-title .h1 span,
  .page-title .h2 span, .page-title h2 span {
    font-size: 28px; }
  .page-title {
    padding-bottom: 20px; } }

@media (max-width: 575px) {
  .page-title {
    margin-top: 50px; } }

.slider-container {
  margin: 100px 0 0; }

.slider-container .tns-outer {
  border: 1px solid #C7C7D6;
  border-right: 0; }

.slider-container .tns-ovh {
  width: auto; }

.slider-container .tns-item .item-inner {
  display: block;
  background-color: #fff;
  border-radius: 0;
  padding: 20px 30px 20px;
  min-height: 100%;
  border-right: 1px solid #C7C7D6;
  position: relative;
  overflow: hidden;
  font-family: 'Raleway-med'; }

.slider-container .tns-item picture {
  height: 250px;
  padding: 20px 0; }

.slider-container .tns-item img {
  display: block;
  max-width: 60%;
  max-height: 100%; }

.slider-container .zoom-text {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.slider-container .zoom-text svg {
  width: 28px;
  height: 28px;
  margin-right: 5px; }

.tns-item .hidden-content {
  position: absolute;
  background-color: #1D1C23;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 30px 60px 30px;
  transition: 0.3s;
  transform: translateX(-101%);
  text-align: left; }

.tns-item .hidden-content picture {
  height: 100%; }

.tns-item .hidden-content img {
  cursor: zoom-in; }

.slider-container .tns-item:hover .hidden-content {
  transform: translateX(0); }

.slider-container .custom-controls {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px; }

.slider-container .prev[data-controls="prev"],
.slider-container .next[data-controls="next"] {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  transition: 0.25s; }
  .slider-container .prev[data-controls="prev"] svg,
  .slider-container .next[data-controls="next"] svg {
    width: 60px;
    height: 60px;
    stroke: #9d9dab; }
  .slider-container .prev[data-controls="prev"]:hover,
  .slider-container .next[data-controls="next"]:hover {
    background-color: #111; }
    .slider-container .prev[data-controls="prev"]:hover svg,
    .slider-container .next[data-controls="next"]:hover svg {
      stroke: #fff; }

.zoom-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 10000; }

.zoom-box.visible {
  display: flex; }

.zoom-backdrop {
  width: 100%;
  height: 1000%;
  background: rgba(37, 42, 56, 0.95);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0; }

.zoom-box .zoom-img {
  opacity: 0;
  transform: scale(0.5); }

.zoom-close {
  position: absolute;
  width: 42px;
  height: 42px;
  background-color: #111;
  top: 10px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center; }
  .zoom-close svg {
    fill: #fff; }

.zoom-img img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 92vw;
  max-height: 92vh; }

.zoom-box.visible .zoom-img {
  animation: animatepopup 0.3s cubic-bezier(0.4, 0.2, 0.4, 1) forwards; }

@keyframes animatepopup {
  to {
    opacity: 1;
    transform: scale(1); } }

.hidden-content .link-more {
  position: absolute;
  left: 30px;
  bottom: 20px;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none; }
  .hidden-content .link-more span {
    margin-right: 8px;
    font-family: 'Raleway-semi'; }
  .hidden-content .link-more svg {
    transition: 0.25s; }
  .hidden-content .link-more:hover {
    text-decoration: underline; }
    .hidden-content .link-more:hover svg {
      transform: translateX(5px); }

.slider-container {
  position: relative;
  margin-top: 60px; }

.default-slider {
  display: flex; }

.slider-container .tns-item {
  min-height: 1px;
  height: auto;
  user-select: none; }

.slider-container .tns-item .item-inner {
  display: block;
  min-height: 100%; }

.slider-container .tns-outer [data-action="start"],
.slider-container .tns-outer [data-action="stop"] {
  display: none !important; }

@media (max-width: 1699px) {
  .slider-container .tns-item picture {
    height: 200px; } }

@media (max-width: 1199px) {
  .slider-container .tns-item picture {
    height: 150px; }
  .slider-container {
    margin-top: 20px; } }

@media (max-width: 991px) {
  .slider-container {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .slider-container #tns1 > .tns-item {
    font-size: 14px !important; } }

@media (max-width: 575px) {
  .slider-container .tns-item .item-inner {
    padding: 30px 25px; } }

.page-banner {
  min-height: 420px;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 3px;
  overflow: hidden;
  padding: 30px 30px 40px; }

.page-banner:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2; }

.page-banner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.page-banner picture img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.banner-content {
  position: relative;
  z-index: 3; }

.page-banner h1,
.page-banner.h1 {
  font-size: 28px;
  margin-top: 0; }

.page-banner .btn-primary {
  margin-top: 20px;
  padding: 10px 8px;
  font-size: 12px;
  width: 100%;
  white-space: nowrap; }

.banner-content p {
  letter-spacing: 0.5px; }

.vertical-stripes {
  position: absolute;
  top: 0;
  width: 8px;
  height: 100%;
  background-color: #fff;
  right: 30px;
  z-index: 2;
  display: none; }

.vertical-stripes:before,
.vertical-stripes:after {
  content: '';
  position: absolute;
  top: 0;
  width: 8px;
  height: 100%;
  background-color: #fff; }

.vertical-stripes:before {
  right: 50px; }

.vertical-stripes:after {
  right: 120px; }

.page-banner .float-video {
  right: 38px; }

@media (min-width: 420px) {
  .page-banner .btn-primary {
    width: auto;
    padding: 10px 20px;
    font-size: inherit; } }

@media (min-width: 768px) {
  .banner-content {
    max-width: 500px; }
  .vertical-stripes {
    display: block; }
  .page-banner .btn-primary {
    padding: 10px 30px; } }

@media (min-width: 991px) {
  .vertical-stripes {
    right: 50px; }
  .vertical-stripes:before {
    right: 80px; }
  .vertical-stripes:after {
    right: 200px; } }

@media (min-width: 1200px) {
  .page-banner {
    min-height: auto;
    height: 460px;
    padding: 30px 30px 40px 50px; }
    .page-banner .btn-primary {
      margin-top: 50px; }
  .page-banner h1,
  .page-banner.h1 {
    font-size: 32px; }
  .banner-content {
    max-width: 700px; } }

@media (min-width: 1440px) {
  .page-banner {
    padding: 50px 0 60px 100px; }
  .page-banner h1,
  .page-banner.h1 {
    font-size: 38px;
    margin-bottom: 20px; }
  .banner-content {
    max-width: 700px; }
  .consulting-page .page-banner h1,
  .consulting-page .page-banner .h1 {
    font-size: 32px; } }

@media (min-width: 1700px) {
  .page-banner {
    height: 520px; }
  .page-banner .float-video {
    right: 231px; }
  .vertical-stripes {
    right: 100px;
    width: 12px; }
  .vertical-stripes:before {
    right: 160px;
    width: 12px; }
  .vertical-stripes:after {
    right: 400px;
    width: 12px; }
  .consulting-page .page-banner h1,
  .consulting-page .page-banner .h1 {
    font-size: 36px; } }

@media (min-width: 1920px) {
  .page-banner {
    height: 640px;
    padding-left: 160px; }
    .page-banner .btn-primary {
      margin-top: 100px; }
  .page-banner .float-video {
    right: 212px; }
  .page-banner h1,
  .page-banner.h1 {
    font-size: 52px; }
  .consulting-page .banner-content {
    max-width: 800px; }
  .consulting-page .page-banner h1,
  .consulting-page .page-banner .h1 {
    font-size: 40px;
    line-height: 1.5; } }

@media (min-width: 2560px) {
  .page-banner {
    height: 760px; } }

.form-group {
  margin-bottom: 20px; }

.form-group label {
  display: inline-block;
  margin-bottom: 1px;
  font-family: 'Raleway-med'; }

.form-group .red-text {
  color: #ec3838;
  font-size: 13px;
  font-weight: 500; }

.form-control {
  display: block;
  width: 100%;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #c2c2c2;
  padding: 0 12px;
  outline: 0;
  transition: 0.25s;
  font-size: 15px; }

textarea.form-control {
  display: block;
  width: 100%;
  border: 1px solid #c2c2c2;
  padding: 12px;
  min-height: 115px;
  margin-bottom: 22px;
  border-radius: 2px;
  resize: vertical; }

textarea.form-control:focus,
.form-control:focus {
  border: 1px solid #387780;
  box-shadow: 0 0 0 3px rgba(56, 119, 128, 0.4); }

input[type="tel"] {
  font-family: Arial, sans-serif; }

.select-container {
  position: relative;
  width: 100%; }

.select-container .select-label {
  display: inline-block;
  margin-bottom: 1px;
  font-family: 'Raleway-med'; }

.select-container .select-button {
  background-color: #fff;
  border: 1px solid #C2C2C2;
  cursor: pointer;
  padding: 0 25px 0 10px;
  box-shadow: none;
  height: 42px;
  width: 100%;
  position: relative;
  text-align: left;
  outline: 0;
  display: flex;
  align-items: center;
  border-radius: 2px; }

.select-container .select-button:focus {
  border: 1px solid #387780;
  box-shadow: 0 0 0 3px rgba(56, 119, 128, 0.4); }

.select-container .select-button span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.select-container .select-button:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 3px);
  right: 9px;
  border-top: 6px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform-origin: center;
  transition: 0.3s; }

.select-container .select-button.is-active {
  border: 1px solid #387780;
  box-shadow: 0 0 0 3px rgba(56, 119, 128, 0.4); }

.select-container .select-button.is-active:after {
  transform: rotate(180deg); }

.select-container .select-dropdown {
  list-style: none;
  width: 100%;
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  padding: 5px 0;
  margin: 0;
  z-index: 8;
  max-height: 360px;
  overflow: auto;
  z-index: 100;
  background-color: #fff;
  border: 1px solid #C2C2C2;
  border-radius: 3px; }

.select-container .select-dropdown li {
  position: static;
  padding: 0;
  margin: 0; }

.select-container .select-dropdown li:before {
  display: none; }

.select-container .select-dropdown li a {
  display: block;
  border: 0;
  line-height: 1.4;
  width: 100%;
  text-decoration: none;
  padding: 8px 12px;
  color: #121212;
  font-size: 15px; }

.select-container .select-dropdown li a:hover {
  color: #fff;
  background-color: #111; }

.tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
  text-align: justify; }

.tab-pane.current {
  height: auto;
  overflow: visible; }

.tabs {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 60px;
  list-style: none;
  border-bottom: 1px solid #C7C7D6; }

.tab-link {
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  padding: 30px;
  border-radius: 3px 3px 0 0;
  flex-grow: 1; }

.tab-link.current {
  background-color: rgba(255, 255, 255, 0.15); }

@media (max-width: 1699px) {
  .tab-link {
    font-size: 16px;
    padding: 20px; } }

@media (max-width: 1199px) {
  .tab-link {
    font-size: 15px;
    padding: 20px 10px; }
  .tabs {
    margin-bottom: 25px; } }

@media (max-width: 991px) {
  .tabs {
    flex-wrap: wrap;
    padding-bottom: 15px; }
  .tab-link {
    flex: 50%;
    border-radius: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center; } }

.default-title {
  margin-bottom: 100px;
  margin-top: 100px; }

.default-title h1,
.default-title .h1,
.default-title h2,
.default-title .h2 {
  text-transform: uppercase; }

.text-page .page-content {
  padding-bottom: 80px; }

.faq-desp ul,
.faq-desp ol,
.text-container ul,
.text-container ol {
  padding-left: 20px;
  margin: -3px; }

.faq-desp ol li::marker,
.faq-desp ul li::marker,
.text-container ol li::marker,
.text-container ul li::marker {
  color: #387780; }

.faq-desp a,
.text-container a {
  font-weight: 500;
  color: #387780; }

.text-page .text-container li {
  margin-bottom: 4px; }

.faq-desp a:hover,
.text-container a:hover {
  text-decoration: none; }

.text-page .text-container h2,
.text-page .text-container h3 {
  margin-top: 35px; }

.text-container h4, .text-container .h4 {
  margin-top: 20px; }

.text-container b, .text-container strong {
  font-weight: normal;
  font-family: 'Raleway-semi'; }

.arrow-text {
  padding-left: 80px !important;
  position: relative; }

.arrow-text:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 60px;
    height: 60px;
    border: 1px solid #000;
    border-radius: 50%;
    background: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.35354 19.0219L20.0211 18.9824M20.0211 18.9824L19.9816 0.314811M20.0211 18.9824L1.31401 0.354342' stroke='black'/%3E%3C/svg%3E%0A") no-repeat center;
    background-size: 21px; }
   .arrow-text.align-center {
    margin-top: 12px; }
  .arrow-text.align-center:before {
    top: calc(50% - 30px); }
  .arrow-text + .arrow-text {
    margin-top: 40px; }

.light-bold + .arrow-text {
  margin-top: 30px; }

.triangle-icon {
  padding-left: 80px !important;
  position: relative;
  margin-top: 12px; }
  .triangle-icon:before {
    content: '';
    position: absolute;
    top: -12px;
    left: 5px;
    width: 60px;
    height: 60px;
    background: url("data:image/svg+xml,%3Csvg width='55' height='62' viewBox='0 0 55 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0.999998L12 61L54 31L12 0.999998Z' stroke='%23111111' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M-3.8147e-06 0.999998L-6.43738e-06 61L42 31L-3.8147e-06 0.999998Z' fill='url(%23paint0_linear_2022_1540)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2022_1540' x1='21' y1='0.999999' x2='21' y2='61' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231A1A97'/%3E%3Cstop offset='1' stop-color='%23111111'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center; }
  .triangle-icon.align-center:before {
    top: calc(50% - 30px); }
  .triangle-icon.triangle-text {
    margin-top: 20px; }
    .triangle-icon.triangle-text:before {
      top: -20px; }

@media (max-width: 1699px) {
  .arrow-text {
    padding-left: 70px !important; }
  .arrow-text:before {
    width: 50px;
    height: 50px;
    background-size: 17px; }
  .arrow-text.align-center:before {
    top: calc(50% - 25px); }
  .arrow-text + .pl-80 {
    padding-left: 70px !important; }
  .triangle-icon:before {
    width: 50px;
    height: 50px;
    background-size: contain;
    left: 15px; }
  .triangle-icon.triangle-text:before {
    top: -15px; } }

@media (max-width: 1199px) {
  .arrow-text {
    padding-left: 50px !important; }
  .arrow-text:before {
    width: 40px;
    height: 40px;
    background-size: 15px; }
  .arrow-text.align-center:before {
    top: calc(50% - 20px); }
  .arrow-text + .pl-80 {
    padding-left: 50px !important; } }

@media (max-width: 991px) {
  .default-title {
    margin-top: 50px;
    margin-bottom: 50px; }
  .triangle-icon:before {
    top: -16px; } }

@media (max-width: 575px) {
  .arrow-text {
    padding-left: 60px !important; }
  .arrow-text:before {
    left: 10px;
    width: 36px;
    height: 36px;
    background-size: 13px; }
  .arrow-text.align-center:before {
    top: calc(50% - 18px); }
  .triangle-icon:before {
    width: 36px;
    height: 36px;
    top: -10px; }
  .triangle-icon {
    padding-left: 60px !important; }
  .triangle-icon.triangle-text:before {
    top: -10px; } }

.hystmodal__shadow {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
  background-color: rgba(0, 71, 160, 0.8); }

.hystmodal__opened body {
  overflow: hidden; }

.hystmodal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  pointer-events: none;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  z-index: 100000;
  visibility: hidden; }

.hystmodal--active {
  opacity: 1; }

.hystmodal--active,
.hystmodal--moved {
  pointer-events: auto;
  visibility: visible; }

.hystmodal__wrap {
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
  min-height: 100%;
  margin: auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  background: rgba(37, 42, 56, 0.95); }

.hystmodal__window {
  margin: 50px 0;
  box-sizing: border-box;
  flex-shrink: 0;
  flex-grow: 0;
  background: #fff;
  width: 640px;
  max-width: 100%;
  overflow: visible;
  transition: transform 0.2s ease 0s;
  transform: scale(0.9);
  opacity: 0; }

.hystmodal--active .hystmodal__window {
  transform: scale(1);
  opacity: 1; }

.hystmodal__close {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  font-size: 0;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center; }

.hystmodal__close svg {
  flex: 0 0 25px;
  height: 25px;
  transform: rotate(45deg);
  transition: 0.25s; }

.hystmodal__close:hover svg {
  transform: rotate(-135deg); }

@media (max-width: 767px) {
  .hystmodal__window {
    margin: 0; } }

.modal-content {
  position: relative; }
  .modal-content i {
    color: #FF3434;
    font-style: normal;
    font-size: 16px;
    font-family: 'Arial';
    font-weight: bold;
    margin-left: 1px; }

.modal-form {
  padding: 45px 50px; }

.modal-form .h3,
.modal-form h3 {
  text-align: center;
  margin: 0 0 10px;
  font-size: 28px; }

.modal-form > p {
  color: #555555;
  font-size: 15px;
  text-align: center; }

.modal-form .btn-primary {
  width: 100%; }

.modal-success {
  color: #31708f;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  border-radius: 4px;
  padding: 12px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin-top: 15px; }

@media (max-width: 767px) {
  .modal-img {
    display: none; }
  .modal-content {
    padding-left: 0; }
  .hystmodal__wrap {
    padding: 10px; }
  .modal-form .h3, .modal-form h3 {
    font-size: 22px; }
  .modal-form form p {
    font-size: 13px; } }

@media (max-width: 479px) {
  .modal-form {
    padding: 40px 20px 30px; } }

.partners-section {
  padding: 120px 0; }

.partners-section img {
  display: block;
  max-height: 80px; }

.marquee-section {
  overflow: hidden;
  display: flex;
  max-width: 3000px;
  margin: 0 auto; }

.marquee-line {
  display: flex;
  align-items: center; }

.marquee-item {
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center; }

@media (max-width: 1200px) {
  .partners-section {
    padding: 80px 0; } }

@media (max-width: 1699px) {
  .partners-section img {
    max-height: 60px; }
  .marquee-item {
    width: 350px; } }

@media (max-width: 991px) {
  .marquee-item {
    width: 300px; } }

@media (max-width: 767px) {
  .marquee-item {
    width: 250px; }
  .partners-section img {
    max-width: 80%; } }

.stripe-holder {
  position: relative; }
  .stripe-holder:before, .stripe-holder:after {
    content: '';
    width: 12px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0; }
  .stripe-holder:before {
    left: 90px; }
  .stripe-holder:after {
    left: 270px; }

@media (max-width: 1199px) {
  .stripe-holder:before,
  .stripe-holder:after {
    width: 8px; }
  .stripe-holder:after {
    left: 230px; }
  .stripe-holder:before {
    left: 70px; } }

.services-section {
  margin-bottom: 10px; }
  .services-section .row {
    margin-right: -30px;
    margin-left: -30px; }
  .services-section .col-xl-4 {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px; }
    .services-section .col-xl-4:nth-last-child(-n + 3) {
      margin-bottom: 0; }

.service-item {
  height: 460px;
  position: relative;
  text-decoration: none;
  display: block;
  color: #000;
  text-decoration: none; }
  .service-item .h3, .service-item h3 {
    font-size: 22px;
    margin: 0 0 12px;
    pointer-events: auto; }
  .service-item:hover .service-img {
    height: 280px; }
  .service-item:hover .service-text {
    top: 300px; }
  .service-item:hover .inner-text {
    opacity: 1; }
  .service-item:hover .arrow-link {
    opacity: 1;
    pointer-events: auto; }
  .service-item .inner-text {
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px; }
  .service-item .arrow-link {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0; }

.service-text {
  position: absolute;
  left: 0;
  top: 415px;
  padding-bottom: 32px;
  transition: all 0.3s;
  pointer-events: none; }

.service-img {
  height: 400px;
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 3px; }

.img-inner {
  height: 400px; }
  .img-inner picture {
    width: 100%;
    height: 100%; }
  .img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

@media (max-width: 2000px) {
  .service-item {
    height: 380px; }
  .service-img {
    height: 320px; }
  .img-inner {
    height: 320px; }
  .service-text {
    top: 330px; }
  .service-item:hover .service-img {
    height: 200px; }
  .service-item:hover .service-text {
    top: 215px; } }

@media (max-width: 1799px) {
  .services-section {
    margin-bottom: 20px; }
    .services-section .row {
      margin-right: -25px;
      margin-left: -25px; }
    .services-section .col-xl-4 {
      padding-left: 25px;
      padding-right: 25px; }
  .service-item {
    height: 330px; }
  .service-img {
    height: 280px; }
  .img-inner {
    height: 280px; }
  .service-text {
    top: 290px; }
  .service-item:hover .service-img {
    height: 170px; }
  .service-item:hover .service-text {
    top: 185px; }
  .service-item .h3, .service-item h3 {
    font-size: 22px; } }

@media (max-width: 1536px) {
  .services-section .row {
    margin-right: -15px;
    margin-left: -15px; }
  .services-section .col-xl-4 {
    padding-left: 15px;
    padding-right: 15px; }
  .service-item {
    height: 270px; }
  .service-img {
    height: 220px; }
  .img-inner {
    height: 220px; }
  .service-text {
    top: 230px; }
  .service-item:hover .service-img {
    height: 120px; }
  .service-item:hover .service-text {
    top: 135px; }
  .service-item .h3, .service-item h3 {
    font-size: 20px; } }

@media (max-width: 1199px) {
  .service-item {
    height: auto; }
    .service-item:hover .service-img {
      height: 220px; }
  .service-img {
    height: 220px;
    margin-bottom: 5px; }
    .service-img .img-inner {
      height: 100%; }
  .service-text {
    position: static;
    pointer-events: auto; }
  .service-item .inner-text {
    opacity: 1; }
  .service-item .arrow-link {
    opacity: 1; }
  .service-item .h3, .service-item h3 {
    margin-bottom: 5px; }
  .services-section .col-xl-4 {
    margin-bottom: 30px; }
    .services-section .col-xl-4:nth-last-child(-n + 3) {
      margin-bottom: 30px; }
    .services-section .col-xl-4:nth-last-child(-n + 2) {
      margin-bottom: 5px; }
  .service-item .inner-text {
    margin-bottom: 10px; } }

@media (max-width: 575px) {
  .services-section .col-xl-4 {
    margin-bottom: 30px; }
    .services-section .col-xl-4:nth-last-child(-n + 3) {
      margin-bottom: 30px; }
    .services-section .col-xl-4:nth-last-child(-n + 2) {
      margin-bottom: 30px; }
    .services-section .col-xl-4:nth-last-child(-n + 1) {
      margin-bottom: 5px; } }

.reviews-page .fill-gray .mx-auto .h1, .reviews-page .fill-gray .mx-auto h1 {
  margin: 0 0 40px; }

.reviews-page .fill-gray .mx-auto .h3, .reviews-page .fill-gray .mx-auto h3 {
  margin-bottom: 40px; }

.reviews-page .fill-gray .mx-auto p:last-child {
  margin-bottom: 0; }

.reviews-page .mx-auto {
  max-width: 1150px; }

.reviews-page .mx-auto h1,
.reviews-page .mx-auto .h1 {
  font-size: 40px; }

.reviews-page .marquee-section {
  margin-top: 90px; }

.reviews-page .marquee-item {
  width: 3210px; }

.reviews-page .review-content {
  background-color: #F6F6F6;
  min-height: 300px;
  padding: 35px 35px 10px;
  flex-grow: 1; }
  .reviews-page .review-content p {
    margin-bottom: 15px; }

.reviews-page .item-inner {
  height: 100%;
  display: flex;
  flex-direction: column; }

.reviews-page .content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
  padding-right: 100px; }
  .reviews-page .content-head .h4, .reviews-page .content-head h4 {
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center; }
    .reviews-page .content-head .h4 span, .reviews-page .content-head h4 span {
      margin-top: 3px; }
  .reviews-page .content-head .head-img {
    width: 28px;
    height: 28px;
    margin-right: 8px; }
  .reviews-page .content-head small {
    font-size: 14px;
    color: #797979;
    position: absolute;
    right: 0;
    top: calc(50% - 10px); }

.reviews-page .content-footer {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px !important; }
  .reviews-page .content-footer .col-5,
  .reviews-page .content-footer .col-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 90px; }
  .reviews-page .content-footer .col-5 {
    align-items: center; }
  .reviews-page .content-footer .col-7 {
    background-color: #F6F6F6;
    padding-left: 20px; }
    .reviews-page .content-footer .col-7 > div {
      margin-bottom: 2px; }
  .reviews-page .content-footer a {
    color: #0A0A76 !important; }

.reviews-page .slider-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px; }
  .reviews-page .slider-head .h2, .reviews-page .slider-head h2 {
    margin-right: auto;
    margin-bottom: 0; }

.reviews-page .custom-controls {
  display: flex;
  justify-content: flex-end; }

.reviews-page .prev,
.reviews-page .next {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 60px;
  height: 60px;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  transition: 0.25s; }

.reviews-page .prev svg,
.reviews-page .next svg {
  width: 60px;
  height: 60px;
  stroke: #9D9DAB; }

.reviews-page .prev:hover,
.reviews-page .next:hover {
  background-color: #111; }

.reviews-page .prev:hover svg,
.reviews-page .next:hover svg {
  stroke: #fff; }

.reviews-page .slider-holder {
  width: 2500px; }

.reviews-map .mx-auto {
  margin-bottom: 60px; }

.default-section.industries-section {
  padding-bottom: 90px; }

.industries-section .row {
  margin-left: -15px;
  margin-right: -15px; }

.industries-section .col-6.col-lg-3 {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px; }

.picture-horder {
  position: relative;
  top: 0;
  overflow: hidden;
  transition: all 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  border-radius: 2px;
  height: 380px; }
  .picture-horder:after {
    content: '';
    position: absolute;
    bottom: -2px;
    top: auto;
    left: 0;
    width: 100%;
    height: 85%;
    display: block;
    z-index: 10;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(22, 22, 79, 0.7) 100%);
    transition: all 0.6s cubic-bezier(0.24, 1, 0.3, 1);
    opacity: 0; }
  .picture-horder .h3, .picture-horder h3 {
    font-family: 'Raleway-med';
    font-size: 28px;
    position: absolute;
    left: 40px;
    top: 30px;
    margin: 0;
    z-index: 5;
    transition: all 1s cubic-bezier(0.05, 0.2, 0.1, 1); }
  .picture-horder picture {
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .picture-horder img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    transition: all 9s cubic-bezier(0.1, 0.2, 0.7, 1); }
  .picture-horder:hover {
    top: -8px; }
    .picture-horder:hover .h3, .picture-horder:hover h3 {
      transform: translateY(-10px); }
    .picture-horder:hover img {
      transform: scale(1.2); }
    .picture-horder:hover:after {
      opacity: 1; }

.reviews-img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

@media (max-width: 1859px) {
  .picture-horder .h3, .picture-horder h3 {
    font-size: 22px;
    left: 30px; }
  .reviews-page .mx-auto h1, .reviews-page .mx-auto .h1 {
    font-size: 36px; }
  .reviews-page .mx-auto {
    max-width: 1000px; } }

@media (max-width: 1699px) {
  .reviews-page .marquee-section {
    padding: 0; }
  .reviews-page .slider-holder {
    width: 1800px; }
  .picture-horder .h3, .picture-horder h3 {
    font-size: 20px; }
  .reviews-page .fill-gray .mx-auto .h3, .reviews-page .fill-gray .mx-auto h3,
  .reviews-page .fill-gray .mx-auto .h1, .reviews-page .fill-gray .mx-auto h1 {
    margin-bottom: 25px; }
  .reviews-page .default-section.fill-gray:first-child {
    padding-top: 110px;
    padding-bottom: 110px; }
  .picture-horder {
    height: 300px; } }

@media (max-width: 1536px) {
  .reviews-page .mx-auto h1, .reviews-page .mx-auto .h1 {
    font-size: 32px; }
  .reviews-page .mx-auto {
    max-width: 900px; } }

@media (max-width: 1440px) {
  .picture-horder {
    height: 270px; } }

@media (max-width: 1199px) {
  .reviews-page .slider-holder {
    width: 1200px; }
  .reviews-page .mx-auto h1, .reviews-page .mx-auto .h1 {
    font-size: 28px; }
  .reviews-page .slider-head {
    margin-bottom: 20px; }
  .reviews-page .marquee-item {
    width: 2200px;
    padding-left: 10px;
    padding-right: 30px; }
  .picture-horder .h3, .picture-horder h3 {
    font-size: 18px;
    left: 20px;
    top: 20px; }
  .picture-horder {
    height: 220px; }
  .default-section.industries-section {
    padding-bottom: 50px; } }

@media (max-width: 991px) {
  .reviews-page .slider-holder {
    width: 100%; }
  .reviews-page .content-head .h4, .reviews-page .content-head h4 {
    font-size: 18px; }
  .reviews-page .review-content {
    padding: 20px 20px 1px;
    min-height: 280px; }
  .reviews-page .content-footer .col-5, .reviews-page .content-footer .col-7 {
    min-height: 70px; }
  .picture-horder {
    height: 340px; }
  .reviews-page .fill-gray .vertical-center br {
    display: none; } }

@media (max-width: 767px) {
  .reviews-page .content-footer {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px !important; }
  .reviews-page .slider-head {
    display: block;
    text-align: center;
    margin-bottom: 5px; }
    .reviews-page .slider-head .h2, .reviews-page .slider-head h2 {
      margin-bottom: 10px; }
  .picture-horder {
    height: 240px; }
  .default-section.industries-section {
    padding-bottom: 60px; }
  .reviews-page .mx-auto h1, .reviews-page .mx-auto .h1 {
    font-size: 22px; }
  .industries-section .row {
    margin-left: -10px;
    margin-right: -10px; }
  .industries-section .col-6.col-lg-3 {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px; }
  .picture-horder .h3, .picture-horder h3 {
    font-size: 16px;
    top: 12px;
    left: 12px; } }

@media (max-width: 575px) {
  .picture-horder {
    height: auto; } }

.about-page .page-title {
  margin-bottom: 0; }

.about-page .page-title .h1,
.about-page .page-title h1 {
  max-width: 500px; }

.double-column {
  column-gap: 80px;
  column-count: 2;
  text-align: justify; }

.default-section .col-lg-7 .col-sm-6 {
  padding-left: 30px;
  padding-right: 30px; }

.default-section .col-lg-7 .col-sm-6:last-child {
  padding-top: 50px; }

.about-page .mobile-reverse {
  font-size: 16px; }

.about-page .mobile-reverse .h2,
.about-page .mobile-reverse h2 {
  margin-top: -12px; }

.about-page .mobile-reverse a {
  overflow-wrap: break-word; }

.about-page blockquote {
  margin: 25px 0;
  padding: 50px 60px 30px 120px;
  background-color: #F6F6F6;
  border: 0;
  position: relative; }

.about-page blockquote:after {
  content: '';
  position: absolute;
  top: 48px;
  left: 52px;
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg width='34' height='24' viewBox='0 0 34 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M31.2 24H24l-4.8-9.6V0h14.4v14.4h-7.2l4.8 9.6ZM12 24H4.8L0 14.4V0h14.4v14.4H7.2L12 24Z' fill='%23000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='matrix(1 0 0 -1 0 24)' d='M0 0h34v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center;
  background-size: contain; }

.about-page blockquote p {
  font-family: 'Raleway';
  text-align: justify; }

@media (max-width: 1799px) {
  .default-section .col-lg-7 .col-sm-6 {
    padding: 20px; }
  .double-column {
    column-gap: 60px; } }

@media (max-width: 1600px) {
  .about-page .mobile-reverse {
    font-size: 14px; } }

@media (max-width: 1199px) {
  .default-section .col-lg-7 .col-sm-6 {
    padding-left: 15px;
    padding-right: 15px; }
  .about-page blockquote {
    padding: 30px 20px 15px 60px; }
  .about-page blockquote:after {
    width: 24px;
    height: 24px;
    top: 30px;
    left: 20px; } }

@media (max-width: 991px) {
  .double-column {
    column-count: 1; }
  .about-page .default-section h2 br,
  .about-page .default-section .h2 br {
    display: none; } }

.default-section.team-section {
  padding-top: 0;
  padding-bottom: 50px; }

.team-section .img-container {
  margin: 0 0 10px;
  height: 660px;
  overflow: hidden; }

.team-section .row {
  margin-left: -30px;
  margin-right: -30px; }

.team-section .col-lg-4 {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 100px; }

.team-section .text-right img {
  width: 80px; }

.team-section .col-md-6:first-child {
  padding-top: 80px; }

.team-section .team-member {
  display: flex;
  flex-direction: column;
  min-height: 100%; }

.team-section .team-member .text-right {
  margin-top: auto; }

@media (max-width: 1899px) {
  .team-section .img-container {
    height: 580px; } }

@media (max-width: 1699px) {
  .team-section .h2, .team-section h2 {
    font-size: 32px; }
  .team-section .img-container {
    height: 500px; } }

@media (max-width: 1399px) {
  .team-section .h2, .team-section h2 {
    font-size: 28px; }
  .team-section .img-container {
    height: 440px; } }

@media (max-width: 1199px) {
  .team-section .row {
    margin-left: -15px;
    margin-right: -15px; }
  .team-section .col-lg-4 {
    padding-left: 15px;
    padding-right: 15px; }
  .team-section .img-container {
    height: 375px; } }

@media (max-width: 991px) {
  .team-section .img-container {
    height: auto; } }

@media (max-width: 767px) {
  .team-section .col-lg-4 {
    margin-bottom: 50px; } }

.values-section .page-title h1,
.values-section .page-title h1,
.values-section .page-title .h2,
.values-section .page-title h2 {
  font-family: 'Lora', sans-serif; 
  text-transform: unset; }

.values-section .page-title:after {
  height: 1px; }

.values-section .page-title {
  margin-top: 0;
  margin-bottom: 60px;
  width: 100%; }

.value-item {
  margin: 0 0 40px; }

.value-item:last-child {
  border: 0; }

.value-title {
  font-size: 28px;
  font-family: 'Lora', sans-serif; 
  margin: 0 0 10px; }

.value-text {
  font-size: 22px; }

@media (max-width: 1699px) {
  .value-title {
    font-size: 22px; }
  .values-section .page-title {
    margin-bottom: 40px; }
  .value-item {
    margin-bottom: 30px; } }

@media (max-width: 1199px) {
  .value-item {
    margin-bottom: 25px; } }

.index-page .video-section {
  margin-top: 60px; }

.video-content {
  background: linear-gradient(to right, #111111 10%, #1B1B80 100%);
  color: #fff;
  padding: 25px;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px; }

.video-content .col {
  position: relative;
  padding: 0; }
  .video-content .col:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px 30px; }

.index-page .video-section .h2,
.index-page .video-section h2 {
  font-size: 44px; }

.video-content .btn-primary {
  margin-top: auto; }

.video-content iframe,
.video-content video {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 2;
  margin: 0;
  border-radius: 3px;
  overflow: hidden; }

.video-content .video-control {
  position: absolute;
  right: 0;
  left: 0;
  top: calc(50% - 40px);
  margin: 0 auto;
  cursor: pointer;
  height: 80px;
  z-index: 10;
  width: 80px;
  border-radius: 50%;
  overflow: hidden; }

.video-content.active .pause-state {
  display: block;
  opacity: 0;
  trasition: 0.2s; }

.pause-state {
  display: none; }

.video-content.active .play-state {
  display: none; }

.video-content.active:hover .pause-state {
  opacity: 1; }

.video-content .video-control svg {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%; }

.video-toggle {
  position: absolute;
  right: 10px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  cursor: pointer; }
  .video-toggle:hover {
    background-color: #000; }

.video-popup {
  position: relative; }

.video-close {
  position: absolute;
  width: 42px;
  height: 42px;
  background-color: #111;
  top: 5px;
  right: 5px;
  z-index: 99;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: none; }
  .video-close svg {
    fill: #fff; }

.video-popup.visible {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(37, 42, 56, 0.95);
  backdrop-filter: blur(5px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px; }

.video-popup.visible .video-toggle {
  display: none; }

.video-popup.visible .video-close {
  display: flex; }

.video-popup video {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%; }

@media (max-width: 1799px) {
  .index-page .video-section .h2,
  .index-page .video-section h2 {
    font-size: 36px; } }

@media (max-width: 1536px) {
  .index-page .video-section .h2,
  .index-page .video-section h2 {
    font-size: 32px; } }

@media (max-width: 1399px) {
  .video-content iframe, .video-content video {
    height: 400px; }
  .video-popup video {
    height: auto; } }

@media (max-width: 1199px) {
  .video-content iframe, .video-content video {
    height: auto; }
  .index-page .video-section .h2, .index-page .video-section h2 {
    font-size: 28px; }
  .index-page .video-section {
    margin-top: 80px; } }

@media (max-width: 991px) {
  .video-content {
    display: block; }
  .video-content .col:last-child {
    padding: 0; }
  .video-popup.visible {
    padding: 30px; } }

@media (max-width: 767px) {
  .index-page .video-section {
    margin-top: 70px; }
  .video-content {
    padding: 15px; }
  .index-page .video-section .h2, .index-page .video-section h2 {
    font-size: 22px; }
  .video-popup.visible {
    padding: 15px; } }

.article-page .page-content {
  padding-bottom: 100px; }

.article-date {
  color: #777;
  font-size: 14px; }

.article-author {
  display: flex;
  align-items: center; }
  .article-author .text-uppercase {
    margin-right: auto; }
  .article-author .author-link {
    display: flex;
    align-items: center; }
    .article-author .author-link > img {
      width: 80px; }
  .article-author .round-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px; }
    .article-author .round-img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      margin: 0; }

.article-col img {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.article-col {
  padding-right: 70px; }
  .article-col .blog-topic {
    margin-top: 40px; }
    .article-col .blog-topic span {
      color: #888;
      margin-left: 15px;
      font-family: Arial, sans-serif;
      font-size: 12px; }
  .article-col .h1, .article-col h1 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .article-col h2,
  .article-col h3,
  .article-col h4 {
    margin-bottom: 10px; }
  .article-col .article-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 40px; }
  .article-col .select-container {
    width: auto;
    position: relative; }
    .article-col .select-container .select-button {
      padding: 0;
      height: auto;
      background-color: transparent;
      border: 0;
      color: #111;
      font-family: 'Raleway-semi';
      font-size: 15px;
      outline: 0;
      display: flex;
      align-items: center; }
      .article-col .select-container .select-button:hover {
        text-decoration: underline; }
      .article-col .select-container .select-button:after {
        display: none; }
      .article-col .select-container .select-button.is-active {
        box-shadow: none; }
      .article-col .select-container .select-button svg {
        margin-left: 5px;
        margin-top: -3px; }
    .article-col .select-container .select-dropdown {
      width: 220px; }
      .article-col .select-container .select-dropdown li:hover, .article-col .select-container .select-dropdown a:hover {
        background-color: transparent;
        color: #111; }
     .article-col .select-container .select-dropdown li div, 
.article-col .select-container .select-dropdown a {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
}
        .article-col .select-container .select-dropdown a svg {
          margin-right: 5px;
          margin-top: -2px; }

.article-rating {
  padding: 40px; }

.rating-items {
  max-width: 620px;
  margin: 20px auto 0; }
  .rating-items form {
    width: 100%; }
  .rating-items .checkbox-item {
    position: relative;
    margin-bottom: 10px;
    width: 100%; }
  .rating-items .checkbox-item input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: transparent; }
  .rating-items .checkbox-item label {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 10px 0 20px;
    border: 1px solid #C2C2C2;
    cursor: pointer;
    width: 100%;
    font-family: 'Raleway-med';
    border-radius: 3px;
    background-color: #fff;
    transition: 0.25s; }
    .rating-items .checkbox-item label:hover {
      border-color: #111; }
  .rating-items input.checkbox-item {
    font-family: 'Raleway-med';
    border: 1px solid #C2C2C2;
    background-color: #fff;
    height: 50px;
    text-align: left;
    padding: 0 10px 0 20px;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.25s; }
    .rating-items input.checkbox-item:hover {
      border-color: #111; }
  .rating-items a.checkbox-item {
    display: flex;
    height: 50px;
    align-items: center;
    padding: 0 10px 0 20px;
    border: 1px solid #C2C2C2;
    background-color: #fff;
    cursor: pointer;
    text-decoration: none;
    color: #111;
    font-family: 'Raleway-med';
    border-radius: 3px;
    transition: 0.25s; }
    .rating-items a.checkbox-item:hover {
      border-color: #111; }

.rating-result {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center; }

.aside-col {
  padding-left: 50px;
  margin-top: 122px; }
  .aside-col > .h3,
  .aside-col > h3 {
    margin: 0 0 20px;
    font-size: 28px; }
  .aside-col .blog-body {
    padding: 0; }
  .aside-col .blog-img {
    height: 280px;
    margin-bottom: 12px; }
  .aside-col .blog-title {
    font-size: 20px; }
  .aside-col .blog-text {
    font-size: 14px; }
  .aside-col .blog-item {
    margin-bottom: 60px; }

@media (max-width: 1699px) {
  .aside-col .blog-img {
    height: 240px; } }

@media (max-width: 1536px) {
  .aside-col .blog-img {
    height: 200px; } }

@media (max-width: 1399px) {
  .aside-col > .h3, .aside-col > h3 {
    font-size: 22px; }
  .aside-col {
    margin-top: 115px; } }

@media (max-width: 1199px) {
  .aside-col {
    display: none; }
  .article-col {
    padding-right: 15px; }
  .aside-col .blog-img {
    float: left;
    width: 300px;
    margin-right: 20px; }
  .aside-col .blog-item:after {
    content: "";
    clear: both;
    display: table; } }

@media (max-width: 767px) {
  .aside-col .blog-img {
    float: none;
    width: 100%;
    margin-right: 0;
    height: 320px; }
  .article-author .round-img {
    width: 32px;
    height: 32px; }
  .article-rating {
    padding: 20px 30px 25px; }
    .article-rating .h3, .article-rating h3 {
      font-size: 18px;
      margin-top: 10px; }
  .rating-items input.checkbox-item {
    font-size: 15px; } }

@media (max-width: 479px) {
  .aside-col .blog-img {
    height: 250px; } }

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background-color: #fff; }

.main-header .container-fluid {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px; }

.main-header .container-fluid:after {
  content: '';
  position: absolute;
  left: 90px;
  right: 90px;
  bottom: 0;
  height: 1px;
  background-color: #c3c3d0;
  max-width: 3000px;
  margin: 0 auto; }

.main-header figure {
  margin: 0 120px 0 0; }

.logo-holder img {
  display: block;
  width: 270px; }

.main-nav {
  display: flex;
  margin: 0 auto; }

.main-nav a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 16px; }

.main-nav > a {
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0 25px;
  position: relative;
  font-family: 'Raleway-med'; }

.nav-link {
  color: #000;
  text-transform: uppercase;
  font-family: 'Raleway-med'; }

.main-nav > a:before,
.main-nav > a:after {
  content: "";
  position: absolute;
  background-color: #111;
  height: 2px;
  transition: 200ms ease-in-out;
  bottom: 0;
  width: 0;
  pointer-events: none; }

.main-nav > a:before {
  right: 50%; }

.main-nav > a:after {
  left: 50%; }

.main-nav > a.active:before,
.main-nav > a:hover:before {
  width: calc(50% + 1px);
  left: 0; }

.main-nav > a.active:after,
.main-nav > a:hover:after {
  width: calc(50% + 1px);
  left: auto;
  right: 0; }

.main-nav > a.active {
  cursor: pointer; }

.main-header .btn-primary {
  padding: 10px 30px; }

.slide-nav {
  display: flex;
  align-items: center;
  margin: 0 auto;
  flex-grow: 1; }

.nav-dropdown {
  position: relative;
  cursor: pointer;
  z-index: 1;
  margin: 0 10px 0 18px; }

.nav-dropdown:hover .nav-link {
  color: #387780; }

.nav-dropdown:hover .nav-link:after {
  transform: rotate(-90deg); }

.nav-dropdown-box {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 40px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s; }

.nav-dropdown-box .backdrop {
  position: absolute;
  top: 200px;
  left: -100vw;
  right: -100vw;
  background: rgba(37, 42, 56, 0.95);
  height: 200vh;
  z-index: 1;
  pointer-events: none; }

.dropdown-box-inner {
  background-color: #fff;
  flex: 0 0 1480px;
  display: flex;
  justify-content: center;
  margin-left: 700px;
  padding: 40px 0 50px;
  position: relative;
  z-index: 2; }

.dropdown-box-inner a:hover {
  text-decoration: underline; }

.dropdown-box-inner:before,
.dropdown-box-inner:after {
  content: '';
  position: absolute;
  top: 0;
  background-color: #fff;
  bottom: 0;
  width: 50vw; }

.dropdown-box-inner:before {
  left: calc(100% - 3px); }

.dropdown-box-inner:after {
  right: calc(100% - 3px); }

.dropdown-col:first-child {
  width: 45%;
  padding-right: 50px; }

.dropdown-col:last-child {
  width: 45%; }

.dropdown-col ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }

.dropdown-col:first-child ul {
  display: flex;
  flex-wrap: wrap; }

.dropdown-col:first-child ul li {
  flex: 0 0 50%;
  margin-bottom: 3px; }

.dropdown-colul li {
  margin: 0 0 5px; }

.dropdown-box-inner .h2,
.dropdown-box-inner h2 {
  margin: 0 0 10px;
  font-size: 22px; }

.dropdown-box-inner ul a {
  position: relative;
  padding-left: 18px;
  font-size: 14px; }

.dropdown-box-inner ul a:before {
  content: '';
  width: 12px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
  background: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.45199 3.58023L3.51299 2.52024L9.29199 8.29723C9.38514 8.3898 9.45907 8.49988 9.50952 8.62113C9.55997 8.74238 9.58594 8.87241 9.58594 9.00373C9.58594 9.13506 9.55997 9.26509 9.50952 9.38634C9.45907 9.50759 9.38514 9.61767 9.29199 9.71023L3.51299 15.4902L2.45299 14.4302L7.87699 9.00523L2.45199 3.58023Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: contain;
  transition: 0.25s; }

.dropdown-box-inner ul a:hover:before {
  left: 3px; }

.nav-dropdown .nav-link {
  display: block;
  pointer-events: none;
  position: relative;
  padding-right: 17px;
  font-size: 16px; }

.nav-dropdown .nav-link:after {
  content: '';
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.45199 3.58023L3.51299 2.52024L9.29199 8.29723C9.38514 8.3898 9.45907 8.49988 9.50952 8.62113C9.55997 8.74238 9.58594 8.87241 9.58594 9.00373C9.58594 9.13506 9.55997 9.26509 9.50952 9.38634C9.45907 9.50759 9.38514 9.61767 9.29199 9.71023L3.51299 15.4902L2.45299 14.4302L7.87699 9.00523L2.45199 3.58023Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: contain;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  transform-origin: center;
  transition: 0.25s; }

.nav-dropdown:hover .nav-dropdown-box {
  opacity: 1;
  pointer-events: auto; }

.lang-dropdown {
  position: relative;
  cursor: pointer;
  z-index: 1;
  margin-right: 20px;
  margin-left: auto; }

.lang-dropdown-box {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 30px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s; }

.lang-dropdown:hover .lang-dropdown-box {
  opacity: 1;
  pointer-events: auto; }

.lang-dropdown-inner {
  background-color: #fff;
  flex: 0 0 80px;
  border: 1px solid #a6a6ad;
  border-radius: 2px;
  border-radius: 3px; }

.lang-dropdown-inner a {
  display: block;
  padding: 2px 10px;
  text-decoration: none;
  color: #111;
  text-transform: uppercase;
  font-family: 'Raleway-med';
  text-align: center; }

.lang-dropdown-inner a:hover {
  background-color: #387780;
  color: #fff; }

.lang-dropdown-inner a.active {
  pointer-events: none;
  color: #555; }

.lang-link {
  display: block;
  pointer-events: none;
  position: relative;
  padding-right: 17px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Raleway-med'; }

.lang-link:after {
  content: '';
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.45199 3.58023L3.51299 2.52024L9.29199 8.29723C9.38514 8.3898 9.45907 8.49988 9.50952 8.62113C9.55997 8.74238 9.58594 8.87241 9.58594 9.00373C9.58594 9.13506 9.55997 9.26509 9.50952 9.38634C9.45907 9.50759 9.38514 9.61767 9.29199 9.71023L3.51299 15.4902L2.45299 14.4302L7.87699 9.00523L2.45199 3.58023Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: contain;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  transform-origin: center;
  transition: 0.25s; }

.lang-dropdown:hover .lang-link:after {
  transform: rotate(-90deg); }

.nav-toggle {
  background-color: #fff;
  border: 0;
  padding: 0;
  outline: 0;
  cursor: pointer;
  margin-left: auto;
  display: none; }

.nav-toggle span {
  width: 30px;
  height: 2px;
  border-radius: 3px;
  background-color: #252525;
  display: block;
  margin: 7px 0; }

.slide-nav-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  left: 30px;
  background-size: 60%;
  border: 0;
  outline: 0;
  transition: 0.25s;
  cursor: pointer;
  display: none; }

.slide-nav-close svg {
  width: 36px;
  height: 36px;
  transition: 0.25s;
  fill: #000; }

@media (max-width: 1999px) {
  .main-header .container-fluid:after {
    left: 60px;
    right: 60px; }
  .main-header .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px; }
  .logo-holder img {
    width: 220px; } }

@media (max-width: 1700px) {
  .main-nav > a {
    margin: 0 15px; } }

@media (max-width: 1536px) {
  .main-header .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px; }
  .main-nav > a,
  .nav-dropdown .nav-link {
    font-size: 14px;
    font-weight: 500; }
  .dropdown-box-inner {
    flex: 0 0 1300px; }
  .main-nav > a {
    margin: 0 13px; }
  .nav-dropdown {
    margin-left: 13px; }
  .lang-link,
  .lang-dropdown {
    font-size: 14px; }
  .main-header figure {
    margin-right: 40px; } }

@media (max-width: 1439px) {
  .main-header .container-fluid:after {
    left: 25px;
    right: 25px; } }

@media (max-width: 1280px) {
  .main-header .btn-primary {
    padding: 10px 20px; } }

@media (max-width: 1199px) {
  .lang-dropdown-inner a:hover {
    background-color: transparent;
    color: #111; }
  .main-header .container-fluid {
    padding-top: 5px;
    padding-bottom: 5px; }
  .main-header .container-fluid:after {
    left: 15px;
    right: 15px; }
  .logo-holder img {
    width: 180px;
    height: 50px; }
  .main-header figure {
    margin: 0; }
  .nav-toggle span {
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background-color: #252525;
    display: block;
    margin: 7px 0; }
  .nav-toggle,
  .slide-nav-close {
    display: block; }
  .slide-nav {
    position: fixed;
    display: block;
    z-index: 100;
    width: 400px;
    right: 0;
    top: 0;
    background-color: #fff;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    padding: 70px 15px 80px 30px;
    transition: 0.3s;
    z-index: 1000;
    transform: translateX(150%); }
  .slide-nav.visible {
    transform: translateX(0); }
  .main-nav {
    flex-direction: column;
    margin-bottom: 20px; }
  .nav-dropdown .nav-link {
    font-size: 18px;
    margin-bottom: 10px; }
  .main-nav > a {
    font-size: 18px;
    margin: 0 0 10px; }
  .nav-dropdown-box .backdrop,
  .dropdown-box-inner:before,
  .dropdown-box-inner:after {
    display: none; }
  .nav-dropdown-box {
    opacity: 1;
    pointer-events: auto;
    display: block;
    position: static;
    padding: 0 0 0 20px; }
  .dropdown-box-inner {
    margin-left: 0;
    display: block;
    background-color: transparent;
    padding: 0; }
  .nav-dropdown {
    margin: 0; }
  .dropdown-col:first-child,
  .dropdown-col:last-child {
    width: 100%;
    padding: 0;
    margin-bottom: 20px; }
  .dropdown-col:first-child ul {
    display: block; }
  .dropdown-box-inner .h2, .dropdown-box-inner h2 {
    font-size: 18px;
    font-family: 'Raleway-semi'; }
  .dropdown-col ul li {
    margin-bottom: 7px; }
  .dropdown-box-inner ul a {
    font-size: 15px; }
  .dropdown-box-inner ul a:before {
    height: 14px;
    top: 4px; }
  .lang-link,
  .lang-link:after,
  .nav-dropdown .nav-link:after,
  .main-nav > a:before,
  .main-nav > a:after {
    display: none; }
  .main-header .btn-primary {
    width: calc(100% - 15px); }
  .lang-dropdown {
    position: absolute;
    top: 15px;
    right: 20px;
    margin: 0; }
  .lang-dropdown-box {
    opacity: 1;
    position: static;
    pointer-events: auto;
    padding: 0;
    display: block; }
  .lang-dropdown-inner {
    border: 0;
    display: flex; }
  .lang-dropdown-inner a.active {
    background-color: #111;
    color: #fff;
    border-radius: 2px; } }

@media (max-width: 420px) {
  .slide-nav {
    width: 320px; } }

@media (max-width: 374px) {
  .slide-nav {
    width: 100%; } }

.faq-container {
  margin: 50px 0 120px; }

.faq-item {
  border-bottom: 1px solid #C2C2C2; }

.faq-header {
  display: flex;
  padding: 20px 80px 20px 0;
  cursor: pointer;
  position: relative;
  font-size: 22px;
  font-family: 'Lora', sans-serif;  }

.faq-header svg {
  width: 23px;
  height: 23px;
  position: absolute;
  right: 30px;
  top: calc(50% - 12px);
  transition: 0.25s;
  fill: #000000; }

.faq-open .faq-header svg {
  transform: rotate(45deg);
  fill: #387780; }

.faq-open .faq-header,
.faq-header:hover {
  color: #387780; }

.faq-desp {
  padding-right: 80px;
  overflow: hidden;
  height: 0px; }

.faq-item,
.faq-header,
.ri-add-line,
.faq-header-title,
.faq-desp,
.faq-desp-content {
  transition: 0.2s; }

@media (max-width: 2000px) {
  .faq-header {
    font-size: 20px; }
  .faq-header svg {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px); } }

@media (max-width: 1799px) {
  .faq-container {
    margin-bottom: 0; } }

@media (max-width: 1399px) {
  .faq-header {
    font-size: 18px; } }

@media (max-width: 991px) {
  .faq-header svg {
    right: 10px; }
  .faq-header {
    font-size: 16px;
    padding: 15px 50px 15px 0; } }

@media (max-width: 767px) {
  .faq-header {
    font-size: 14px; }
  .faq-desp {
    font-size: 14px; }
  .faq-header svg {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px); } }

#wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.page-content {
  flex: 1; }

.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 42, 56, 0.95);
  z-index: 1;
  display: none; }

.default-section {
  padding-top: 70px;
  padding-bottom: 70px; }

.default-section picture {
  align-items: flex-start; }

.default-section img {
  border-radius: 3px; }

.default-section .h2,
.default-section h2 {
  font-size: 40px;
  margin-top: 0; 
      font-family: 'Lora', sans-serif; 
}

.default-section .container-fluid > h2,
.default-section .container-fluid > .h2,
.default-section .container > .h2,
.default-section .container > h2,
.default-section .container-xl > .h2,
.default-section .container-xl > h2 {
  margin-top: 20px; }

.default-section ol,
.default-section ul {
  padding-left: 20px; }

.default-section ul {
  list-style-type: square; }

.default-section ol li::marker,
.default-section ul li::marker {
  color: #387780; }

.default-section li {
  margin-bottom: 10px; }

.default-section.pb-0 {
  padding-bottom: 0; }

.default-section a:not(.btn-primary) {
  color: #111; }
  .default-section a:not(.btn-primary):hover {
    text-decoration: none; }

.default-section p {
  margin-bottom: 30px; }

.fill-gray {
  background-color: #F6F6F6; }

.fill-black {
  background-color: #111;
  color: #fff; }

.fill-gray ul {
  list-style-type: disc;
  margin-top: 0; }
  .fill-gray ul li::marker {
    color: #111;
    border-radius: 50%; }

.fill-gray .text-center.mx-auto {
  max-width: 700px;
  margin: 0 auto; }
  .fill-gray .text-center.mx-auto .btn-primary {
    margin-top: 5px;
    margin-bottom: 25px; }
  .fill-gray .text-center.mx-auto p:last-child {
    margin-bottom: 0; }

.fill-gray .col-12.vertical-center {
  flex-direction: row;
  align-items: center; }
  .fill-gray .col-12.vertical-center .h2, .fill-gray .col-12.vertical-center h2 {
    margin-right: 50px; }

.fill-gradient {
  color: #fff;
  background: linear-gradient(to right, #111111 0%, #1A1A97 100%);
  min-height: 95vh; }
  .fill-gradient a {
    color: #fff !important; }

.default-section .default-section.fill-gradient {
  min-height: auto; }

.fill-black h2,
.fill-black .h2 {
  margin-top: 0; }

@media (min-width: 768px) {
  .default-section {
    padding-top: 70px;
    padding-bottom: 70px; } }

@media (min-width: 1200px) {
  .default-section {
    padding-top: 100px;
    padding-bottom: 100px; }
  .col-lg-6.light-bold.pr-100 p:last-child {
    margin-bottom: 0; } }

@media (max-width: 1859px) {
  .default-section .h2,
  .default-section h2 {
    font-size: 36px; }
      .default-section {
    padding-top: 50px;
    padding-bottom: 50px; }}

@media (max-width: 1536px) {
  .default-section p {
    margin-bottom: 5px; }
  .default-section .h2,
  .default-section h2 {
    font-size: 29px; } 
      .default-section {
    padding-top: 40px;
    padding-bottom: 40px; }
}

@media (max-width: 1199px) {
  .default-section .h2, .default-section h2 {
    font-size: 28px; } }

@media (max-width: 991px) {
  .default-section .col-lg-6:last-child {
    padding-left: 15px; }
  .default-section .col-lg-6:first-child {
    padding-right: 15px !important; }
  .default-section.mobile-reverse .row {
    flex-direction: column-reverse; }
  .default-section.mobile-reverse picture {
    margin-top: 30px; }
  .consulting-page .default-section.mobile-reverse picture {
    margin-top: 0; } }

@media (max-width: 767px) {
  .default-section .h2, .default-section h2 {
    font-size: 22px; }
  .fill-gray .col-12.vertical-center .h2,
  .fill-gray .col-12.vertical-center h2 {
    margin-right: 20px; } }

@media (max-width: 575px) {
  .fill-gray .col-12.vertical-center {
    display: block; }
  .fill-gray .col-12.vertical-center h2,
  .fill-gray .col-12.vertical-center .h2 {
    text-align: center;
    margin-right: 0; } }

.blog-head {
  display: flex;
  margin-bottom: 30px;
  margin-top: 60px; }
  .blog-head .h1, .blog-head h1 {
    margin: 0; }

.blog-filter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin-left: auto;
  font-size: 15px; }
  .blog-filter .label {
    margin-right: 5px; }
  .blog-filter .select-container {
    width: auto;
    position: static; }
    .blog-filter .select-container .select-button {
      padding: 0;
      height: auto;
      background-color: transparent;
      border: 0;
      color: #0A0A76;
      font-family: 'Raleway-semi';
      font-size: 15px;
      outline: 0; }
      .blog-filter .select-container .select-button:hover {
        text-decoration: underline; }
      .blog-filter .select-container .select-button:after {
        display: none; }
      .blog-filter .select-container .select-button.is-active {
        box-shadow: none; }
    .blog-filter .select-container .select-dropdown {
      width: 220px; }
  .blog-filter .vertical-divider {
    width: 2px;
    height: 15px;
    background-color: #111;
    margin: -1px 4px 0 5px; }
  .blog-filter .select-dropdown {
    top: calc(100% - 5px); }

.blog-page {
  background-color: #F6F6F6; }
  .blog-page .main-header .container-fluid:after {
    display: none; }
  .blog-page .main-header {
    border-bottom: 1px solid #c3c3d0;
    background-color: #fff; }
  .blog-page .page-content .col-md-6.col-xl-4 {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px; }
  .blog-page .page-content .row {
    margin-left: -15px;
    margin-right: -15px; }

.blog-item {
  display: flex;
  flex-direction: column;
  height: 100%; }

.blog-topic {
  color: #0A0A76;
  font-size: 13px;
  font-family: 'Raleway-semi';
  text-transform: uppercase;
  margin-bottom: 2px; }

.blog-img {
  position: relative;
  outline: 0;
  height: 360px;
  overflow: hidden; }
  .blog-img a {
    display: block;
    width: 100%;
    height: 100%; }
  .blog-img picture {
    height: 100%;
    width: 100%; }
  .blog-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s; }
  .blog-img:hover img {
    transform: scale(1.05); }

.blog-body {
  background-color: #fff;
  padding: 20px;
  flex-grow: 1; }

.blog-title {
  display: block;
  font-size: 22px;
  font-family: 'Lora', sans-serif; 
  color: #000;
  text-decoration: none;
  margin-bottom: 5px;
  line-height: 1.2; }
  .blog-title:hover {
    text-decoration: underline; }

.blog-title,
.blog-text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical; }

.blog-text {
  color: #333; }

.blog-page .page-content {
  padding-bottom: 90px; }

@media (max-width: 1899px) {
  .blog-img {
    height: 320px; } }

@media (max-width: 1859px) {
  .blog-title {
    font-size: 22px; } }

@media (max-width: 1699px) {
  .blog-img {
    height: 280px; }
  .blog-title {
    font-size: 20px; }
  .blog-text {
    font-size: 14px; }
  .blog-filter .select-dropdown {
    top: calc(100%); }
  .blog-head {
    margin-top: 50px; } }

@media (max-width: 1536px) {
  .blog-img {
    height: 250px; }
  .blog-title {
    font-size: 18px; }
  .blog-body {
    padding: 15px; } }

@media (max-width: 1199px) {
  .blog-page .page-content {
    padding-bottom: 50px; } }

@media (max-width: 767px) {
  .blog-head {
    margin-top: 30px; }
  .blog-img {
    height: 300px; }
  .blog-head {
    display: block; }
    .blog-head .h1, .blog-head h1 {
      margin-bottom: 20px;
      text-align: center; }
  .blog-filter .select-dropdown {
    top: calc(100% + 3px); } }

@media (max-width: 479px) {
  .blog-img {
    height: 250px; } }

@media (max-width: 420px) {
  .blog-img {
    height: 220px; } }

.coaching-page .slider-container {
  margin: 25px 0 0; }
  .coaching-page .slider-container .h2, .coaching-page .slider-container h2 {
    font-size: 28px;
    margin-top: 0; }
  .coaching-page .slider-container #tns1 > .tns-item {
    font-size: 16px; }
  .coaching-page .slider-container .tns-item .item-inner {
    padding: 30px; }
  .coaching-page .slider-container ul, .coaching-page .slider-container ol {
    padding-left: 20px; }
    .coaching-page .slider-container ul li, .coaching-page .slider-container ol li {
      margin-bottom: 7px; }

.coaching-page .page-banner:before {
  background-color: rgba(0, 0, 0, 0.2); }

.consulting-page .page-banner:before,
.coaching-page.coaching-inner .page-banner:before {
  background-color: rgba(0, 0, 0, 0.2); }

.default-section.coaching-options {
  padding-top: 0; }

.h-accordion {
  display: flex;
  border-left: 1px solid #C7C7D5;
  margin-top: 40px; }
  .h-accordion .icon-box {
    flex: 0 0 72px;
    height: 72px;
    background-color: #242426;
    border-radius: 3px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px; }
  .h-accordion .h-item {
    flex-basis: 600px;
    height: 380px;
    border-right: 1px solid #C7C7D5;
    padding: 10px 60px 0;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .h-accordion .h-item.active {
      flex: 1;
      cursor: auto; }
      .h-accordion .h-item.active > svg {
        opacity: 0; }
      .h-accordion .h-item.active .h-content {
        opacity: 1;
        transition: 1.5s;
        visibility: visible; }
      .h-accordion .h-item.active .btn-primary {
        opacity: 1;
        pointer-events: auto; }
    .h-accordion .h-item > svg {
      position: absolute;
      left: 30px;
      bottom: 0;
      width: 100px;
      height: 100px;
      pointer-events: none; }
    .h-accordion .h-item:hover > svg path {
      stroke: #111111; }
  .h-accordion .h-head {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 28px;
   font-family: "Raleway", Arial, sans-serif;
    margin-bottom: 15px; }
  .h-accordion .h-content {
    opacity: 0;
    transition: 0s;
    max-width: 860px;
    visibility: hidden; }
  .h-accordion .h3, .h-accordion h3 {
    margin: 0;
    font-size: 22px; }
  .h-accordion table {
    width: 600px;
    margin-bottom: 15px;
    margin-top: 15px; }
    .h-accordion table td {
      padding: 2px; }
    .h-accordion table .h3, .h-accordion table h3 {
      font-family: 'Raleway-semi'; }
    .h-accordion table .h2, .h-accordion table h2 {
      font-size: 26px;
      font-family: Arial;
      font-weight: bold;
      margin: 0 3px 0 0; }
  .h-accordion .btn-primary {
    font-family: Arial;
    position: absolute;
    right: 50px;
    bottom: 50px;
    opacity: 0;
    pointer-events: none; }

.block-table {
  display: flex;
  border: 1px solid #B8B0B0; }
  .block-table .block-item {
    padding: 50px 30px;
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    min-height: 260px;
    text-align: justify; }
    .block-table .block-item a {
      margin-top: auto;
      margin-left: auto; }
  .block-table .block-item:not(:last-child) {
    border-right: 1px solid #B8B0B0; }

.animated-holder {
  margin-top: 30px; }

.animated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.step-item {
  position: relative;
  padding-bottom: 60px;
  padding-left: 60px; }
  .step-item span {
    position: absolute;
    left: 0;
    top: -10px;
    width: 42px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.65492 14.1032L14.1 14.0768M14.1 14.0768L14.0736 1.63175M14.1 14.0768L1.62857 1.6581' stroke='white'/%3E%3C/svg%3E%0A") no-repeat center; }
  .step-item:after {
    content: '';
    position: absolute;
    top: 32px;
    left: 21px;
    width: 1px;
    bottom: 10px;
    background-color: #fff; }
  .step-item:last-child {
    padding-bottom: 0; }
    .step-item:last-child:after {
      display: none; }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.consulting-page .faq-container {
  margin-bottom: 0; }

.consulting-page .fill-gray ul li {
  max-width: 450px; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.slideInUp {
  animation-name: slideInUp; }

.triple-col {
  display: flex;
  margin-top: 20px; }
  .triple-col .row {
    margin-left: -20px;
    margin-right: -20px; }
  .triple-col .col-md-4 {
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #C7C7D3; }
    .triple-col .col-md-4:last-child {
      border: 0; }
  .triple-col p {
    margin-bottom: 0;
    margin-top: -3px; }

@media (max-width: 1699px) {
  .h-accordion .h-head {
    font-size: 22px; }
    .h-accordion .h-head .icon-box {
      flex: 0 0 60px;
      height: 60px;
      margin-right: 20px; }
      .h-accordion .h-head .icon-box img {
        width: 40px; }
  .h-accordion .h-item {
    flex: 0 0 420px;
    width: 430px;
    padding: 10px 50px;
    min-height: 380px; }
  .h-accordion .h-content {
    max-width: 720px; }
  .coaching-page .slider-container {
    margin: -65px 0 0; }
  .coaching-page .slider-container .h2, .coaching-page .slider-container h2 {
    font-size: 26px; }
  .block-table .block-item {
    padding: 30px 25px 20px; } }

@media (max-width: 1199px) {
  .h-accordion {
    display: block;
    border: 0;
    margin-top: 10px; }
    .h-accordion table {
      margin-top: 10px;
      margin-bottom: 15px; }
    .h-accordion .h-head {
      font-size: 20px;
      padding-right: 80px;
      margin-bottom: 0; }
      .h-accordion .h-head br {
        display: none; }
    .h-accordion .h-item {
      width: 100%;
      min-height: auto;
      height: auto;
      border-left: 0;
      border-right: 0;
      border-bottom: 1px solid #C7C7D5;
      padding: 20px 0; }
      .h-accordion .h-item.active .h-content {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column; }
      .h-accordion .h-item > svg {
        right: 0;
        left: auto;
        width: 80px;
        height: 80px;
        bottom: auto;
        top: calc(50% - 40px); }
      .h-accordion .h-item .btn-primary {
        position: static;
        margin-left: auto; }
    .h-accordion .h-content {
      margin-top: 20px;
      display: none; }
  .h-accordion table .h2, .h-accordion table h2 {
    font-size: 22px; }
  .service-item.vertical-center {
    height: 100%; }
  .coaching-page .slider-container .h2, .coaching-page .slider-container h2 {
    font-size: 22px; }
  .block-table {
    flex-wrap: wrap; }
  .block-table .block-item {
    padding: 30px 25px 20px;
    flex: 0 0 50%;
    min-height: 220px; }
  .block-table .block-item:nth-child(1),
  .block-table .block-item:nth-child(2) {
    border-bottom: 1px solid #B8B0B0; }
  .block-table .block-item:nth-child(2) {
    border-right: 0; }
  .step-item {
    padding-bottom: 40px; } }

@media (max-width: 767px) {
  .h-accordion table {
    width: 100%; }
  .coaching-page .slider-container .h2, .coaching-page .slider-container h2 {
    font-size: 20px; }
  .triple-col .col-md-4 {
    border-right: 0; }
    .triple-col .col-md-4:before {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #C7C7D3;
      margin: 15px 0; }
    .triple-col .col-md-4:first-child::before {
      margin-top: -5px; } }

@media (max-width: 575px) {
  .service-item.vertical-center {
    margin-top: -10px; }
  .coaching-page .slider-container {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 0 -30px; }
  .coaching-page .slider-container .custom-controls {
    margin-top: 5px; }
  .block-table {
    display: block;
    border-bottom: 0; }
    .block-table .block-item {
      padding: 20px 20px 15px;
      border-right: 0 !important;
      border-bottom: 1px solid #B8B0B0; } }

.contacts-page .h1, .contacts-page h1 {
  margin: 0 0 20px; }

.contacts-page .default-section.fill-gray p:last-child {
  margin-bottom: 5px; }

.contacts-page .container-sm .btn-primary,
.contacts-page .container-sm .btn-outline {
  padding: 9px;
  width: 100%; }

.contacts-page .container-sm .btn-outline svg {
  position: static;
  margin: -1px 10px 0 0;
  fill: #111; }

.contacts-page .container-sm .btn-outline:hover svg {
  fill: #fff;
  transform: none; }

.contacts-page .container-sm picture {
  margin-bottom: 30px; }

.contacts-page .container-sm .h3, .contacts-page .container-sm h3 {
  font-size: 26px;
  margin: 20px 0 10px; }

.contacts-page .container-sm .col-lg-6:nth-child(1) {
  padding-right: 50px; }

.contacts-page .container-sm .col-lg-6:nth-child(2) {
  padding-left: 70px; }

.contacts-page .container-sm i {
  color: #FF3434;
  font-style: normal;
  font-size: 16px;
  font-family: 'Arial';
  font-weight: bold;
  margin-left: 1px; }

.contacts-page .mb-50 {
  margin-bottom: 50px; }

.contacts-page .address-item {
  background-color: #F6F6F6;
  padding: 30px;
  margin-bottom: 30px; }
  .contacts-page .address-item .h4, .contacts-page .address-item h4 {
    font-size: 21px;
    font-family: 'Raleway-med';
    text-transform: uppercase;
    margin: 0 0 5px; }
  .contacts-page .address-item .label {
    font-family: 'Raleway-med';
    text-transform: uppercase;
    font-size: 17px; }
  .contacts-page .address-item .social-item {
    margin-top: 20px; }
    .contacts-page .address-item .social-item svg {
      width: 26px;
      height: 26px;
      margin-right: 5px;
      margin-top: -2px; }

.contacts-page .address-dropdown .address-item {
  display: none; }

.contacts-page .address-dropdown .address-item:nth-child(1),
.contacts-page .address-dropdown .address-item:nth-child(2) {
  display: block; }

.contacts-page .address-dropdown.active .address-item {
  display: block; }

.contacts-page .address-toggle .default-state {
  display: block; }

.contacts-page .address-toggle .active-state {
  display: none; }

.contacts-page .address-toggle.active .default-state {
  display: none; }

.contacts-page .address-toggle.active .active-state {
  display: block; }

@media (min-width: 1200px) {
  .contacts-page .container-sm {
    max-width: 1080px; } }

@media (min-width: 1280px) {
  .contacts-page .default-section {
    padding-top: 100px;
    padding-bottom: 100px; }
  .contacts-page .page-content {
    padding-bottom: 50px; } }

@media (min-width: 1700px) {
  .contacts-page .container-sm {
    max-width: 1200px; } }

@media (min-width: 1920px) {
  .contacts-page .default-section {
    padding-top: 100px;
    padding-bottom: 100px; } }

@media (max-width: 1699px) {
  .contacts-page .container-sm .h3, .contacts-page .container-sm h3 {
    font-size: 22px; }
  .contacts-page .address-item .h4, .contacts-page .address-item h4 {
    font-size: 18px; }
  .contacts-page .address-item {
    padding: 25px; }
  .contacts-page .container-sm .col-lg-6:nth-child(2) {
    padding-left: 40px; } }

@media (max-width: 1199px) {
  .contacts-page .container-sm .col-lg-6:nth-child(2) {
    padding-left: 10px; }
  .contacts-page .container-sm .col-lg-6:nth-child(1) {
    padding-right: 25px; } }

@media (max-width: 991px) {
  .address-toggle {
    margin-bottom: 70px; }
  .contacts-page .container-sm .row {
    flex-direction: column-reverse; }
  .contacts-page .container-sm picture {
    margin-top: 70px; } }

.error-page .page-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  text-align: center; }

.error-text .h1,
.error-text h1 {
  margin-bottom: 20px; }

.error-text {
  text-align: left;
  font-size: 22px; }

.error-text p {
  max-width: 350px; }

.error-text .btn-primary {
  margin-top: 20px; }

.error-page .page-content .col-md-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }

.error-holder {
  position: relative; }

.error-holder .holder-bg {
  height: 360px;
  width: calc((100vw / 2 ) + 200px); }

.error-holder .holder-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.error-page .holder-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  font-size: 200px;
  color: #fff;
  font-family: 'Raleway-semi'; }

@media (max-width: 1700px) {
  .error-page .holder-text {
    font-size: 150px; }
  .error-text {
    font-size: 18px; } }

@media (max-width: 991px) {
  .error-page .page-content .row {
    flex-direction: column-reverse; }
  .error-holder .holder-bg {
    display: none; }
  .error-page .holder-text {
    color: #000;
    position: static;
    transform: translate(0); }
  .error-text {
    text-align: center; }
  .error-text p {
    max-width: none; }
  .error-text .h1, .error-text h1 {
    margin: 0 0 10px; } }

@media (max-width: 575px) {
  .error-page .holder-text {
    font-size: 100px; }
  .error-text .h1, .error-text h1 {
    font-size: 22px; }
  .error-text p {
    font-size: 18px; } }

.main-footer {
  color: #fff;
  font-size: 18px; }

.main-footer a {
  color: #fff;
  transition: 0.25s;
  text-decoration: none; }

.footer-content {
  background-color: #121212;
  padding: 120px 0 100px; }

.footer-content p {
  margin-bottom: 10px; }

.main-footer ul {
  list-style-type: square;
  padding-left: 18px;
  margin: 0; }

.main-footer li {
  margin-bottom: 10px; }

.main-footer li a {
  letter-spacing: 0.5px; }

.footer-nav {
  margin-bottom: 10px; }

.footer-nav a {
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Raleway-semi';
  letter-spacing: 0.7px; }

.footer-nav > div {
  margin-bottom: 5px; }

.main-footer a:hover {
  color: #387780; }

.main-footer .label {
  color: #999;
  text-transform: uppercase;
  margin-bottom: 3px; }

.main-footer svg {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  fill: #fff; }

.main-footer .social-item {
  margin-bottom: 10px;
  margin-right: 5px; }

.social-item a {
  display: inline-flex;
  align-items: center;
  text-decoration: none; }

.main-footer .social-item a:hover svg {
  fill: #387780; }

.social-item a:hover {
  text-decoration: underline !important; }

.footer-social {
  display: flex; }

.footer-bottom {
  background-color: #000;
  padding: 15px 0; }

.footer-bottom .container-fluid {
  display: flex;
  justify-content: space-between; }

.cookies-message {
  border-radius: 20px;
  border: 1px solid #fff;
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 600px;
  z-index: 1000;
  padding: 50px;
  color: #fff;
  background-color: #111; }

.cookies-message .btn-group {
  margin-top: 30px;
  text-align: center; }

.cookies-message .btn-primary {
  padding: 10px 50px;
  margin-right: 20px;
  background-color: #fff;
  color: #111; }

.cookies-message a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none; }

.cookies-message a:hover {
  color: #387780; }

@media (max-width: 1799px) {
  .main-footer {
    font-size: 14px; }
  .footer-nav a {
    font-size: 18px; } }

@media (max-width: 1699px) {
  .cookies-message {
    padding: 30px;
    right: 25px;
    bottom: 25px;
    width: 520px; } }

@media (max-width: 1199px) {
  .main-footer .label + a {
    font-size: 13px; }
  .main-footer .footer-content {
    padding: 80px 0 70px; } }

@media (max-width: 991px) {
  .main-footer .col-lg-3:nth-child(1) {
    margin-bottom: 50px; }
  .footer-bottom .container-fluid {
    display: block;
    text-align: center; }
  .footer-copyright {
    margin-bottom: 10px; }
  .cookies-message {
    width: auto;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 10px;
    font-size: 14px;
    padding: 20px; }
  .cookies-message a,
  .cookies-message button {
    font-size: 13px; }
  .main-footer .footer-content {
    padding: 70px 0 60px; } }

@media (max-width: 575px) {
  .main-footer {
    font-size: 13px; }
  .footer-nav a {
    font-size: 16px; }
  .main-footer .col-lg-3:last-child {
    margin-top: 50px; }
  .footer-content {
    padding: 50px 0 40px; } }

@media (max-width: 420px) {
  .main-footer ul {
    display: none; }
  .main-footer .col-lg-3:nth-child(1) {
    order: 2;
    margin-bottom: 30px; }
  .main-footer .col-6 {
    max-width: 100%;
    flex: 0 0 100%; }
  .main-footer .col-lg-3:last-child {
    order: 4;
    margin-top: 0; }
  .footer-nav {
    margin-bottom: 0; }
  .footer-nav a {
    display: block;
    margin-bottom: 5px; }
  .main-footer p[style*="font-size: 7px"] {
    display: none; } }
