@charset "UTF-8";

/*
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:
.m-r-10 which gives margin-right 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.
.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels
The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
*/

.m-t-0 {
  margin-top: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

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

.m-r-50 {
  margin-right: 50px !important;
}

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

.m-t-75 {
  margin-top: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

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

.m-r-100 {
  margin-right: 100px !important;
}

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

.m-t-150 {
  margin-top: 150px !important;
}

.p-t-150 {
  padding-top: 150px !important;
}

.m-b-150 {
  margin-bottom: 150px !important;
}

.p-b-150 {
  padding-bottom: 150px !important;
}

.m-l-150 {
  margin-left: 150px !important;
}

.p-l-150 {
  padding-left: 150px !important;
}

.m-r-150 {
  margin-right: 150px !important;
}

.p-r-150 {
  padding-right: 150px !important;
}

.m-t-250 {
  margin-top: 250px !important;
}

.p-t-250 {
  padding-top: 250px !important;
}

.m-b-250 {
  margin-bottom: 250px !important;
}

.p-b-250 {
  padding-bottom: 250px !important;
}

.m-l-250 {
  margin-left: 250px !important;
}

.p-l-250 {
  padding-left: 250px !important;
}

.m-r-250 {
  margin-right: 250px !important;
}

.p-r-250 {
  padding-right: 250px !important;
}

.color-white-1 {
  color: #fff !important;
}

.bg-white-1 {
  background-color: #fff !important;
}

.color-black-1 {
  color: #000 !important;
}

.bg-black-1 {
  background-color: #000 !important;
}

.color-black-2 {
  color: #322d2d !important;
}

.bg-black-2 {
  background-color: #322d2d !important;
}

.color-gray-1 {
  color: #6b6868 !important;
}

.bg-gray-1 {
  background-color: #6b6868 !important;
}

.color-blue-1 {
  color: #2b4763 !important;
}

.bg-blue-1 {
  background-color: #2b4763 !important;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bold;
}

/**
 * 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 */
  font-size: 100%;
  /* 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;
}

button:focus,
button:active,
input:focus,
input:active {
  outline: none;
  box-shadow: none;
}

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

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial;
}

/* Remove the stupid outer glow in Webkit */

input:focus {
  outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/

/* All of our custom controls should be what we expect them to be */

input,
textarea {
  box-sizing: content-box;
}

/* These elements are usually rendered a certain way by the browser */

button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/

/* Button Controls
-----------------------------------------------*/

input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

/* File Uploads
-----------------------------------------------*/

/* Search Input
-----------------------------------------------*/

/* Make webkit render the search input like a normal text field */

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */

::-webkit-search-decoration {
  display: none;
}

/* Buttons
-----------------------------------------------*/

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */

::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/

textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/

select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

html {
  font-size: 18px;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 779px) {
  html {
    font-size: 15px;
  }
}

body {
  font-family: "Mulish", sans-serif;
  color: #000;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 961px) {
  body.modal-opened {
    height: 100vh;
    overflow-y: hidden;
    padding-right: 15px;
  }
}

p {
  margin-bottom: 1em;
  font-weight: 400;
  width: 100%;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin: 0;
  font-weight: 100;
  line-height: 1.15;
}

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

@media only screen and (max-width: 959px) {
  h1,
  .h1 {
    font-size: 42px;
  }
}

h2,
.h2 {
  font-size: 42px;
  color: #322d2d;
}

@media only screen and (max-width: 959px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}

.text__sm {
  font-size: 15px !important;
  line-height: 25px;
}

.text__xs {
  font-size: 13px !important;
}

.text__center {
  text-align: center;
}

.bg-cover {
  background-size: cover;
  background-position: 0 !important;
}

.d-flex {
  display: flex;
}

.align-items-end {
  align-items: flex-end;
}

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

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.position-static {
  position: static !important;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url(/fonts/RobotoCondensed-LightItalic.woff2?ec3c6aa85f97bd926ee031f1781ab1d8) format("woff2"), url(/fonts/RobotoCondensed-LightItalic.woff?9b1e188caa6bff9a22458ec0d63b4c7f) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url(/fonts/RobotoCondensed-BoldItalic.woff2?4166166cee69f4734d941851e8659776) format("woff2"), url(/fonts/RobotoCondensed-BoldItalic.woff?bfcb7656f758a5e9b2e3a5f5003644a0) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url(/fonts/RobotoCondensed-Italic.woff2?85cb834b10818511e069d4cf38e1025a) format("woff2"), url(/fonts/RobotoCondensed-Italic.woff?133763a1689550dc4f330cacfd3f1ed0) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url(/fonts/RobotoCondensed-Bold.woff2?08988e980f0dc729efcfeb0da46074a4) format("woff2"), url(/fonts/RobotoCondensed-Bold.woff?e0903222d7d2424e25bf0a04124982a8) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url(/fonts/RobotoCondensed-Light.woff2?7f03860e41908b26fa664db525728563) format("woff2"), url(/fonts/RobotoCondensed-Light.woff?690b7692f7418c4cbd46bcd03ef9cb9c) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url(/fonts/RobotoCondensed-Regular.woff2?c8bde939f4823cf1d13619290782e58b) format("woff2"), url(/fonts/RobotoCondensed-Regular.woff?335f3dc8bea64e9e89b551d46e2e151d) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'Rage Italic Com';
  src: url(/fonts/RageItalicCom.woff2?5514067a0e48fca3b327729b50031ee0) format("woff2"), url(/fonts/RageItalicCom.woff?56d5c94627ce6251dd2e1583e63349be) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'IntroLight';
  src: url(/fonts/Intro-Light.woff2?81201e4037ae0b0a8f3ad0d90a1f5a16) format("woff2"), url(/fonts/Intro-Light.woff?eb3522886aa1a46f174ea0d2515920e3) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'Intro';
  src: url(/fonts/Intro-Regular.woff2?5c6f068770c739f1399de580bf7c7a2b) format("woff2"), url(/fonts/Intro-Regular.woff?051e6a5ee079f4fa19665fbc65d7005f) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'Intro Bold';
  src: url(/fonts/Intro-Bold.woff2?88f2e0be106df829bf59a23789644b68) format("woff2"), url(/fonts/Intro-Bold.woff?b2fd81669234fd77872536bc2c82f4d1) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: AstoriaRoman;
  src: url(/fonts/Cochin.woff2?8008a8fa5fb512d4fb179abc2a816045) format("woff2"), url(/fonts/Cochin.woff?3dcc42e2bec871331c065e28da9bdbd3) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: AstoriaRoman;
  src: url(/fonts/AstoriaRoman.ttf?ed20db94aa2e578dbe9260ff99f40f7c) format("truetype"), url(/fonts/AstoriaRoman.ttf?ed20db94aa2e578dbe9260ff99f40f7c) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: AstoriaLight;
  src: url(/fonts/AstoriaLight.ttf?b774f1e8ca3bc228af48f9fc28ea8ba4) format("truetype"), url(/fonts/AstoriaLight.ttf?b774f1e8ca3bc228af48f9fc28ea8ba4) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: AstoriaMediumItalic;
  src: url(/fonts/astoria-medium-italic.ttf?50abb0e3704d45e5279b5b7d94cbaf96) format("truetype"), url(/fonts/astoria-medium-italic.ttf?50abb0e3704d45e5279b5b7d94cbaf96) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: AstoriaMedium;
  src: url(/fonts/AstoriaMedium.ttf?d55513578c24a0b62b69ed9e9fa92d86) format("truetype"), url(/fonts/AstoriaMedium.ttf?d55513578c24a0b62b69ed9e9fa92d86) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf?5673da52c98bb6cb33ada5aaf649703e) format("truetype"), url(/fonts/Roboto-Regular.ttf?5673da52c98bb6cb33ada5aaf649703e) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Italic.ttf?93b13a58dedeebe519846555a543523b) format("truetype"), url(/fonts/Roboto-Italic.ttf?93b13a58dedeebe519846555a543523b) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Bold.ttf?36b5bab58a18b9c924861a4ccbf1a790) format("truetype"), url(/fonts/Roboto-Bold.ttf?36b5bab58a18b9c924861a4ccbf1a790) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-BoldItalic.ttf?076a5afdf7124a39734cc14bedd57180) format("truetype"), url(/fonts/Roboto-BoldItalic.ttf?076a5afdf7124a39734cc14bedd57180) format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Medium.ttf?9745415b8a2a8b9a2480a12f7e2d3ad3) format("truetype"), url(/fonts/Roboto-Medium.ttf?9745415b8a2a8b9a2480a12f7e2d3ad3) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-MediumItalic.ttf?73e11170897b4a5db88d62fdfe8429ee) format("truetype"), url(/fonts/Roboto-MediumItalic.ttf?73e11170897b4a5db88d62fdfe8429ee) format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Light.ttf?d5c46b134c17b2138dcd1bb0efa67049) format("truetype"), url(/fonts/Roboto-Light.ttf?d5c46b134c17b2138dcd1bb0efa67049) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-LightItalic.ttf?c57ede1de60f117e50b6d0cb5e55240c) format("truetype"), url(/fonts/Roboto-LightItalic.ttf?c57ede1de60f117e50b6d0cb5e55240c) format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

.container {
  position: relative;
  width: 100%;
  padding: 0 10px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 599px) {
  .container {
    padding: 0 20px;
  }
}

@media (min-width: 600px) {
  .container {
    max-width: 600px;
  }
}

@media (min-width: 780px) {
  .container {
    max-width: 780px;
  }
}

@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}

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

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}

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

@media screen and (max-width: 599px) {
  .container-fluid {
    padding: 0 20px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxxs-1,
.col-xxxs-2,
.col-xxxs-3,
.col-xxxs-4,
.col-xxxs-5,
.col-xxxs-6,
.col-xxxs-7,
.col-xxxs-8,
.col-xxxs-9,
.col-xxxs-10,
.col-xxxs-11,
.col-xxxs-12,
.col-xxxs,
.col-xxxs-auto,
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12,
.col-xxs,
.col-xxs-auto,
.col-xms-1,
.col-xms-2,
.col-xms-3,
.col-xms-4,
.col-xms-5,
.col-xms-6,
.col-xms-7,
.col-xms-8,
.col-xms-9,
.col-xms-10,
.col-xms-11,
.col-xms-12,
.col-xms,
.col-xms-auto,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs,
.col-xs-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-xlg-1,
.col-xlg-2,
.col-xlg-3,
.col-xlg-4,
.col-xlg-5,
.col-xlg-6,
.col-xlg-7,
.col-xlg-8,
.col-xlg-9,
.col-xlg-10,
.col-xlg-11,
.col-xlg-12,
.col-xlg,
.col-xlg-auto,
.col-xxlg-1,
.col-xxlg-2,
.col-xxlg-3,
.col-xxlg-4,
.col-xxlg-5,
.col-xxlg-6,
.col-xxlg-7,
.col-xxlg-8,
.col-xxlg-9,
.col-xxlg-10,
.col-xxlg-11,
.col-xxlg-12,
.col-xxlg,
.col-xxlg-auto {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 376px) {
  .col-xxxs {
    max-width: 100%;
  }

  .col-xxxs-auto {
    width: auto;
    max-width: none;
  }

  .col-xxxs-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xxxs-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xxxs-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xxxs-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-xxxs-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xxxs-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-xxxs-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xxxs-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .offset-xxxs-0 {
    margin-left: 0;
  }

  .offset-xxxs-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxxs-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxxs-3 {
    margin-left: 25%;
  }

  .offset-xxxs-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxxs-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxxs-6 {
    margin-left: 50%;
  }

  .offset-xxxs-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxxs-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxxs-9 {
    margin-left: 75%;
  }

  .offset-xxxs-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxxs-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 400px) {
  .col-xxs {
    max-width: 100%;
  }

  .col-xxs-auto {
    width: auto;
    max-width: none;
  }

  .col-xxs-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xxs-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xxs-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xxs-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-xxs-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xxs-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-xxs-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xxs-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .offset-xxs-0 {
    margin-left: 0;
  }

  .offset-xxs-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxs-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxs-3 {
    margin-left: 25%;
  }

  .offset-xxs-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxs-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxs-6 {
    margin-left: 50%;
  }

  .offset-xxs-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxs-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxs-9 {
    margin-left: 75%;
  }

  .offset-xxs-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxs-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 428px) {
  .col-xms {
    max-width: 100%;
  }

  .col-xms-auto {
    width: auto;
    max-width: none;
  }

  .col-xms-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xms-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xms-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xms-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-xms-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xms-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-xms-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xms-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .offset-xms-0 {
    margin-left: 0;
  }

  .offset-xms-1 {
    margin-left: 8.33333333%;
  }

  .offset-xms-2 {
    margin-left: 16.66666667%;
  }

  .offset-xms-3 {
    margin-left: 25%;
  }

  .offset-xms-4 {
    margin-left: 33.33333333%;
  }

  .offset-xms-5 {
    margin-left: 41.66666667%;
  }

  .offset-xms-6 {
    margin-left: 50%;
  }

  .offset-xms-7 {
    margin-left: 58.33333333%;
  }

  .offset-xms-8 {
    margin-left: 66.66666667%;
  }

  .offset-xms-9 {
    margin-left: 75%;
  }

  .offset-xms-10 {
    margin-left: 83.33333333%;
  }

  .offset-xms-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 600px) {
  .col-xs {
    max-width: 100%;
  }

  .col-xs-auto {
    width: auto;
    max-width: none;
  }

  .col-xs-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xs-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xs-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xs-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-xs-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xs-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-xs-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xs-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .offset-xs-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 8.33333333%;
  }

  .offset-xs-2 {
    margin-left: 16.66666667%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .offset-xs-4 {
    margin-left: 33.33333333%;
  }

  .offset-xs-5 {
    margin-left: 41.66666667%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .offset-xs-7 {
    margin-left: 58.33333333%;
  }

  .offset-xs-8 {
    margin-left: 66.66666667%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .offset-xs-10 {
    margin-left: 83.33333333%;
  }

  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 780px) {
  .col-sm {
    max-width: 100%;
  }

  .col-sm-auto {
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 960px) {
  .col-md {
    max-width: 100%;
  }

  .col-md-auto {
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-lg {
    max-width: 100%;
  }

  .col-lg-auto {
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1400px) {
  .col-xlg {
    max-width: 100%;
  }

  .col-xlg-auto {
    width: auto;
    max-width: none;
  }

  .col-xlg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xlg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xlg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xlg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-xlg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xlg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-xlg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xlg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .offset-xlg-0 {
    margin-left: 0;
  }

  .offset-xlg-1 {
    margin-left: 8.33333333%;
  }

  .offset-xlg-2 {
    margin-left: 16.66666667%;
  }

  .offset-xlg-3 {
    margin-left: 25%;
  }

  .offset-xlg-4 {
    margin-left: 33.33333333%;
  }

  .offset-xlg-5 {
    margin-left: 41.66666667%;
  }

  .offset-xlg-6 {
    margin-left: 50%;
  }

  .offset-xlg-7 {
    margin-left: 58.33333333%;
  }

  .offset-xlg-8 {
    margin-left: 66.66666667%;
  }

  .offset-xlg-9 {
    margin-left: 75%;
  }

  .offset-xlg-10 {
    margin-left: 83.33333333%;
  }

  .offset-xlg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1500px) {
  .col-xxlg {
    max-width: 100%;
  }

  .col-xxlg-auto {
    width: auto;
    max-width: none;
  }

  .col-xxlg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xxlg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xxlg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xxlg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-xxlg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xxlg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-xxlg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xxlg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .offset-xxlg-0 {
    margin-left: 0;
  }

  .offset-xxlg-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxlg-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxlg-3 {
    margin-left: 25%;
  }

  .offset-xxlg-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxlg-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxlg-6 {
    margin-left: 50%;
  }

  .offset-xxlg-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxlg-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxlg-9 {
    margin-left: 75%;
  }

  .offset-xxlg-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxlg-11 {
    margin-left: 91.66666667%;
  }
}

[class*="__container"] {
  width: 100%;
  padding: 0 10px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 599px) {
  [class*="__container"] {
    padding: 0 20px;
  }
}

@media (min-width: 600px) {
  [class*="__container"] {
    max-width: 600px;
  }
}

@media (min-width: 780px) {
  [class*="__container"] {
    max-width: 780px;
  }
}

@media (min-width: 960px) {
  [class*="__container"] {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  [class*="__container"] {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  [class*="__container"] {
    max-width: 1400px;
  }
}

@media (min-width: 1500px) {
  [class*="__container"] {
    max-width: 1400px;
  }
}

.mastheader {
  background-color: #ffffff;
  font-family: "Intro";
  font-style: normal;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

@media screen and (max-width: 959px) {
  .mastheader {
    padding-top: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
  }

  .mastheader:before {
    width: 100%;
    height: 100%;
    background-size: cover;
  }
}

.mastheader__main {
  position: relative;
}

.mastheader__main--wrapper {
  background: #ffffff;
  align-items: flex-end;
  padding: 20px 0 0 0;
  position: relative;
  display: grid;
  grid-template-columns: 245px auto 65px;
  gap: 0;
}

@media screen and (max-width: 1399px) {
  .mastheader__main--wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 20px 20px 10px 20px;
    align-items: center;
    margin-left: 0px;
    grid-template-columns: 250px auto;
  }

  .mastheader__main--wrapper::before {
    width: 0 !important;
  }

  .mastheader__main--wrapper svg {
    height: 60px;
    width: 60px;
  }
}

@media screen and (max-width: 399px) {
  .mastheader__main--wrapper {
    padding: 5px;
  }
}

.mastheader__main--wrapper .menu__link {
  opacity: 0;
}

@media screen and (max-width: 1399px) {
  .mastheader__main--wrapper .menu__link {
    margin-bottom: -6px;
    display: none;
  }
}

.mastheader__main--wrapper .menu__link a {
  display: flex;
  padding-bottom: 46px;
  position: relative;
  transition: all 0.3s;
}

@media screen and (max-width: 1199px) {
  .mastheader__main--wrapper .menu__link a {
    padding-bottom: 36px;
    margin-left: 9px;
  }
}

.mastheader__main--wrapper .menu__link a::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 0;
  bottom: 0;
  left: -15px;
  background-color: #00546b;
  transition: all 0.3s;
}

.mastheader__main--wrapper .menu__link a .lock-icon {
  height: 20px;
  width: 15px;
  margin-right: 10px;
  background-image: url(/images/login.svg?03de61dd6202788d2d2e2682e43cdfa0);
  margin-left: -17px;
  transition: all 0.3s;
}

@media screen and (max-width: 1199px) {
  .mastheader__main--wrapper .menu__link a .lock-icon {
    margin-right: 10px;
  }
}

.mastheader__main--wrapper .menu__link a span {
  font-family: "Intro";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1em;
  color: #002638;
  margin-top: 6px;
}

@media screen and (max-width: 1199px) {
  .mastheader__main--wrapper .menu__link a span {
    font-size: 13px;
  }
}

.mastheader__main--wrapper .menu__link a:hover span {
  transition: color 0.3s;
  color: #00516a;
}

.mastheader__main--wrapper .menu__link a:hover .lock-icon {
  transition: all 0.3s;
  background-image: url(/images/lock-hover.svg?94a00f656a2d8bc8c42bae752188a2ff);
}

.mastheader__main--wrapper .menu__link a:hover::after {
  transition: 0.3s width ease;
  width: calc(100% + 15px);
}

.mastheader__main--logo {
  max-width: 245px;
  padding-bottom: 10px;
  margin-right: 50px;
  opacity: 0;
}

@media screen and (max-width: 959px) {
  .mastheader__main--logo {
    max-width: 175px;
  }
}

@media screen and (max-width: 399px) {
  .mastheader__main--logo {
    margin-left: 10px;
  }
}

.mastheader__main--menu {
  height: 85px;
  display: flex;
  opacity: 0;
}

.mastheader__main--menu__dropdown {
  position: relative;
}

.mastheader__main--menu__dropdown .about-us-dropdown.active::before {
  background-image: url(/images/about-us-arrow-active.svg?2c414adbab91b314e527c9aa2d1922bc);
}

.mastheader__main--menu__dropdown .about-us-dropdown.active:hover::before {
  background-image: url(/images/about-us-arrow.svg?8ceffd70b64be3d0ed96e5c435faf403);
}

.mastheader__main--menu__dropdown .about-us-dropdown::before {
  content: "";
  height: 5px;
  width: 8px;
  background-image: url(/images/about-us-arrow.svg?8ceffd70b64be3d0ed96e5c435faf403);
  background-size: cover;
  margin-top: 3px;
  position: absolute;
  left: 90%;
}

@media screen and (max-width: 1399px) {
  .mastheader__main--menu__dropdown .about-us-dropdown::before {
    left: 104px;
  }
}

@media screen and (max-width: 1199px) {
  .mastheader__main--menu__dropdown .about-us-dropdown::before {
    left: 85px;
  }
}

@media screen and (max-width: 1399px) {
  .mastheader__main--menu__dropdown .about-us-dropdown::before {
    display: none;
  }
}

.mastheader__main--menu__dropdown:hover > .mastheader__main--menu__dropdown__submenu {
  display: block;
  opacity: 1;
  top: 85px;
}

@media screen and (max-width: 1399px) {
  .mastheader__main--menu__dropdown:hover > .mastheader__main--menu__dropdown__submenu {
    top: 83px;
    display: none;
  }
}

.mastheader__main--menu__dropdown__submenu {
  opacity: 0;
  top: 25px;
  z-index: -1;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  left: -21px;
  bottom: 0px;
  transition: all 0.3s;
}

@media screen and (max-width: 1399px) {
  .mastheader__main--menu__dropdown__submenu {
    display: none;
  }
}

@media screen and (max-width: 1399px) {
  .mastheader__main--menu__dropdown__submenu {
    left: -26px;
  }
}

.mastheader__main--menu__dropdown__submenu__item {
  background-color: white;
  opacity: 1 !important;
  border: 1px solid #00546b;
  padding: 17px 47px !important;
  font-family: "Intro" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  letter-spacing: 0.1em !important;
  color: #002638 !important;
  white-space: nowrap;
}

.mastheader__main--menu__dropdown__submenu__item a {
  padding: 0 !important;
}

@media screen and (max-width: 1399px) {
  .mastheader__main--menu__dropdown__submenu__item a {
    height: initial !important;
  }
}

.mastheader__main--menu__dropdown__submenu__item a::after {
  content: "";
  display: none;
}

.mastheader__main--menu__dropdown__submenu__item::after {
  content: "";
  display: none;
}

.mastheader__main--menu.active {
  transform: translate(0%);
  transition: 0.3s all ease;
}

.mastheader__main--menu .invisible {
  display: none;
}

@media screen and (max-width: 1399px) {
  .mastheader__main--menu .invisible {
    display: none;
  }
}

.mastheader__main--menu__mobile-item {
  display: none !important;
}

@media screen and (max-width: 1399px) {
  .mastheader__main--menu__mobile-item {
    display: block !important;
  }
}

@media screen and (max-width: 1399px) {
  .mastheader__main--menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    background: #fff;
    transform: translate(-100%);
    transition: 0.3s all ease;
    top: 128px;
    border-top: 2px solid #b58756;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .mastheader__main--menu {
    top: 117px;
  }
}

@media screen and (max-width: 399px) {
  .mastheader__main--menu {
    top: 97px;
  }
}

.mastheader__main--menu a {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: bold;
  color: #002638;
  padding: 0 20px;
  position: relative;
  display: flex;
  opacity: 0.5;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 25px;
  padding-bottom: 47px;
}

.mastheader__main--menu a.mobile-login {
  display: none;
}

@media screen and (max-width: 1399px) {
  .mastheader__main--menu a {
    padding-left: 15px;
    padding-right: 15px;
    height: 59px;
  }
}

@media screen and (max-width: 1399px) {
  .mastheader__main--menu a {
    padding-bottom: 48px;
    padding-top: 33px;
    font-size: 18px;
    line-height: 18px;
    padding-left: 20px;
    opacity: 1;
  }

  .mastheader__main--menu a.mobile-login {
    display: flex;
    border-top: 1px solid #cecece;
  }

  .mastheader__main--menu a.mobile-login .lock-icon {
    height: 20px;
    width: 15px;
    margin-right: 10px;
    margin-top: -3px;
    background-image: url(/images/login.svg?03de61dd6202788d2d2e2682e43cdfa0);
  }

  .mastheader__main--menu a.mobile-login:hover .lock-icon {
    background-image: url(/images/lock-hover.svg?94a00f656a2d8bc8c42bae752188a2ff);
  }
}

.mastheader__main--menu a .about-us-arrow {
  height: 5px;
  width: 8px;
  background-image: url(/images/about-us-arrow.svg?8ceffd70b64be3d0ed96e5c435faf403);
  background-size: cover;
  margin-top: 3px;
  margin-left: 5px;
}

@media screen and (max-width: 1399px) {
  .mastheader__main--menu a .about-us-arrow {
    display: none;
  }
}

.mastheader__main--menu a::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 0;
  bottom: 1px;
  left: 0;
}

@media screen and (max-width: 1399px) {
  .mastheader__main--menu a::after {
    bottom: -11px;
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .mastheader__main--menu a::after {
    bottom: -6px;
  }
}

.mastheader__main--menu a.active {
  transition: 0.3s color ease;
  color: #b58756;
  opacity: 1;
}

@media screen and (max-width: 1399px) {
  .mastheader__main--menu a.active {
    background-color: #b58756;
    color: #ffffff;
  }
}

.mastheader__main--menu a.active .about-us-arrow {
  background-image: url(/images/about-us-arrow-active.svg?2c414adbab91b314e527c9aa2d1922bc);
}

@media screen and (max-width: 1399px) {
  .mastheader__main--menu a.active .about-us-arrow {
    display: none;
  }
}

.mastheader__main--menu a.active::after {
  width: 100%;
  background-color: #b58756;
}

@media screen and (max-width: 959px) {
  .mastheader__main--menu a.active::after {
    display: none;
  }
}

.mastheader__main--menu a:hover {
  transition: 0.3s color ease;
  color: #00516a;
  opacity: 1;
}

.mastheader__main--menu a:hover.about-us-dropdown ul {
  display: flex;
  opacity: 1;
}

.mastheader__main--menu a:hover::after {
  transition: 0.3s width ease;
  width: 100%;
  background-color: #00516a;
}

#hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: none;
}

@media screen and (max-width: 1399px) {
  #hamburger {
    display: flex;
    justify-content: flex-end;
  }
}

#hamburger .line {
  fill: none;
  stroke: #00546b;
  stroke-width: 2;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

#hamburger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

#hamburger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

#hamburger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

#hamburger.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

#hamburger.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

#hamburger.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.mastfooter {
  padding: 64px 0 74px;
  background: #002638;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 779px) {
  .mastfooter {
    padding: 30px 0;
  }
}

@media screen and (max-width: 959px) {
  .mastfooter {
    padding: 30px 20px;
  }

  .mastfooter .desktop > h4 {
    display: none !important;
  }
}

.mastfooter .menu {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.mastfooter .newsletter {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.mastfooter .newsletter > div {
  display: flex;
  flex-direction: column;
}

.mastfooter .newsletter .mobile {
  display: none;
}

.mastfooter .newsletter #newsletter_email-msg {
  height: 10px;
  font-family: 'Intro';
}

.mastfooter .newsletter .input-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

@media screen and (max-width: 959px) {
  .mastfooter .newsletter .input-wrapper {
    margin-bottom: 30px;
  }
}

.mastfooter .newsletter .input-wrapper input {
  background: #FFFFFF;
  width: 100%;
  height: 40px;
  padding: 0 14px;
  color: #002638;
  font-family: 'Intro';
  font-weight: normal;
  font-style: normal;
  border-radius: 3px 0 0 3px;
  font-size: 14px;
}

.mastfooter .newsletter .input-wrapper input::-moz-placeholder {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: normal;
}

.mastfooter .newsletter .input-wrapper input:-ms-input-placeholder {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: normal;
}

.mastfooter .newsletter .input-wrapper input::placeholder {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: normal;
}

.mastfooter .newsletter .input-wrapper button {
  border: 0;
  background: #B58756;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 85px;
  height: 40px;
  font-family: 'Intro';
  font-weight: bold;
  font-style: normal;
  border-radius: 0 3px 3px 0;
  padding: 0 35px;
}

.mastfooter .newsletter .input-wrapper button:hover {
  cursor: pointer;
}

.mastfooter .newsletter .linkedin {
  text-transform: inherit;
  font-size: 14px;
  line-height: 14px;
  display: flex;
}

.mastfooter .newsletter .linkedin:hover {
  color: #B58756;
}

.mastfooter .newsletter .linkedin:hover .linkedin-icon {
  background-image: url(/images/linkedin-bronze.svg?6f5f27ebce7e9adb0c54b97bc909722c);
}

@media screen and (max-width: 959px) {
  .mastfooter .newsletter .linkedin {
    margin: auto;
    margin-top: 185px;
  }
}

@media screen and (max-width: 779px) {
  .mastfooter .newsletter .linkedin {
    padding-bottom: 30px;
  }
}

.mastfooter .newsletter .linkedin .linkedin-icon {
  background-image: url(/images/linkedin-white.svg?8fa27851f3c6441a68b9eaeb66c49e6e);
  height: 24px;
  width: 24px;
  margin-right: 8px;
  margin-bottom: 2px;
}

.mastfooter .newsletter h3 {
  font-size: 14px;
  line-height: 14px;
  align-items: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'Intro';
  font-weight: bold;
  font-style: normal;
  margin-bottom: 20px;
  padding-top: 15px;
  margin-right: 85px;
}

@media screen and (max-width: 959px) {
  .mastfooter .newsletter h3 {
    text-align: center;
  }
}

@media screen and (max-width: 1199px) {
  .mastfooter .newsletter h3 {
    margin-right: 0px;
  }
}

.mastfooter .newsletter a {
  padding: 13px 0;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 14px;
  align-items: center;
  color: #FFFFFF;
  font-family: 'Intro';
  font-weight: bold;
  font-style: normal;
  display: none;
}

@media screen and (max-width: 959px) {
  .mastfooter .newsletter a {
    display: block;
  }
}

.footer-container {
  display: grid !important;
  grid-template-columns: 70% 30%;
}

@media screen and (max-width: 1399px) {
  .footer-container.upper-footer-container {
    display: flex !important;
    justify-content: space-between;
  }

  .footer-container.upper-footer-container .location-container {
    margin-right: 40px;
  }

  .footer-container.upper-footer-container .newsletter > div h3 {
    padding-top: 0;
  }
}

@media screen and (max-width: 1199px) {
  .footer-container.upper-footer-container {
    display: flex !important;
    justify-content: space-between;
  }

  .footer-container.upper-footer-container .location-container {
    margin-right: 25px;
  }

  .footer-container.upper-footer-container .newsletter > div {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .footer-container.upper-footer-container {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1399px) {
  .footer-container.lower-footer-container {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }

  .footer-container.lower-footer-container .footer-nav {
    justify-content: space-between;
  }
}

@media screen and (max-width: 1399px) and (max-width: 959px) {
  .footer-container.lower-footer-container .footer-nav {
    position: absolute;
    top: 120px;
    width: 100%;
    grid-row-gap: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    left: 50%;
    transform: translate(-50%);
  }
}

@media screen and (max-width: 1399px) {
  .footer-container.lower-footer-container .footer-nav a {
    font-size: 18px;
  }
}

@media screen and (max-width: 1399px) and (max-width: 959px) {
  .footer-container.lower-footer-container .footer-nav a {
    margin: auto;
    font-size: 16px;
  }
}

@media screen and (max-width: 1399px) {
  .footer-container.lower-footer-container .copyright {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 30px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1199px) {
  .footer-container.lower-footer-container .footer-nav {
    justify-content: space-between;
  }

  .footer-container.lower-footer-container .footer-nav a {
    font-size: 15px;
  }
}

@media screen and (max-width: 427px) {
  .footer-container.lower-footer-container .footer-nav {
    width: 100%;
    grid-row-gap: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .footer-container.lower-footer-container .footer-nav a {
    font-size: 15px;
  }
}

.footer-container .copyright {
  margin: 0;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-family: 'Roboto Condensed';
  font-weight: 300;
  font-style: normal;
}

@media screen and (max-width: 959px) {
  .footer-container .copyright {
    text-align: center;
  }
}

.footer-container .footer-nav {
  display: flex;
}

.footer-container .footer-nav a {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  color: #FFFFFF;
  font-family: 'Intro';
  font-style: normal;
  margin-right: 30px;
}

.footer-container .footer-nav a:last-of-type {
  padding-bottom: 0;
}

.footer-container .footer-nav a:hover {
  color: #B58756;
}

.footer-container .desktop {
  max-width: 100%;
}

.footer-container .desktop h4 {
  font-family: 'Intro';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.footer-container .desktop .locations {
  display: flex;
  margin-bottom: 65px;
}

@media screen and (max-width: 959px) {
  .footer-container .desktop .locations {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }
}

.footer-container .desktop .locations .logo {
  width: 220px;
  height: auto;
  margin-right: 50px;
}

@media screen and (max-width: 1199px) {
  .footer-container .desktop .locations .logo {
    width: 144px;
  }
}

@media screen and (max-width: 959px) {
  .footer-container .desktop .locations .logo {
    display: none;
  }
}

.footer-container .desktop .locations .location-container {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}

@media screen and (max-width: 959px) {
  .footer-container .desktop .locations .location-container {
    margin: auto;
    margin-bottom: 25px;
    width: 205px;
  }
}

.footer-container .desktop .locations .location-container P {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #ECF2F6;
  margin: 0;
}

@media screen and (max-width: 959px) {
  .footer-container .desktop .locations .location-container P {
    text-align: center;
  }
}

.footer-container .desktop .locations .location-container P.location-name {
  font-size: 16px;
  line-height: 34px;
  color: #B58756;
}

.footer-container .desktop .locations .location-container P a {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #ECF2F6;
  margin: 0;
}

.footer-container .desktop .locations .location-container P a:hover {
  color: #B58756;
}

.footer-container .desktop .locations .location-container P a:hover span {
  color: #B58756;
}

.footer-container .desktop .locations .location-container P a span {
  color: rgba(236, 242, 246, 0.5);
  margin-right: 5px;
}

.footer-container .newsletter {
  max-width: 100%;
}

.btn {
  font-size: 16px;
  line-height: 19px;
  color: #B58756;
  display: inline-block;
  font-family: AstoriaRoman;
  font-weight: normal;
  font-style: normal;
  position: relative;
}

.btn--right {
  padding-right: 30px;
}

.btn--right:after {
  content: "";
  width: 15px;
  height: 19px;
  position: absolute;
  right: 0%;
  transform: translate(-50%, 0);
  background-image: url(/images/arrow-right.svg?b26411473457f971bae8e12190263486);
  background-position: center;
  background-repeat: no-repeat;
}

.btn:hover {
  text-decoration: underline;
}

.btn--bordered {
  border: 1px solid #002638;
  position: relative;
  padding: 10px 80px;
  text-align: center;
  font-family: 'Intro';
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 30px;
  display: inline-block;
  cursor: pointer;
  color: #002638;
}

@media screen and (max-width: 959px) {
  .btn--bordered {
    padding: 10px 40px 10px 20px;
  }
}

.btn--bordered:after {
  content: "";
  width: 15px;
  height: 19px;
  position: absolute;
  right: 10px;
  transform: translate(-50%, 0);
  background-image: url(/images/arrow-right-blue.svg?93200b8f381256643906bbcf29d4a3cc);
  background-position: center;
  background-repeat: no-repeat;
}

.btn--normal {
  font-size: 14px;
  line-height: 21px;
  font-family: 'Intro';
  font-style: normal;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #00546B;
  font-weight: bold;
  border: 1px solid #00546B;
  border-radius: 5px;
  padding: 10px 35px;
  transition: 0.3s all ease;
}

.btn--normal:hover {
  background: #00546B;
  color: #ffffff;
  transition: 0.3s all ease;
}

.btn--normal.disabled {
  pointer-events: none;
  border: none;
  background-color: #ECF2F6;
}

.default-btn {
  border: 1px solid #00546B;
  display: flex;
  padding: 6px 100px;
  position: relative;
  cursor: pointer;
  transition: all .3s;
}

.default-btn:hover {
  background-color: #00546B;
  color: #FFFFFF;
}

.default-btn:hover span {
  color: #FFFFFF;
}

.default-btn:hover input {
  color: #FFFFFF !important;
}

@media screen and (max-width: 599px) {
  .default-btn {
    padding: 10px 50px;
  }
}

.default-btn span {
  font-family: 'IntroLight';
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #00546B;
  margin: auto;
}

.default-btn img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.white-bg-btn {
  background-color: #FFFFFF;
  padding: 15px 30px;
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #002638;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  transition: all .2s;
}

.white-bg-btn .down-arrow {
  margin-left: 10px;
  height: 21px;
  width: 15px;
  background-image: url(/images/golden-arrow.svg?0acdd11ff2b182d43597d18298e45b80);
}

.white-bg-btn .right-arrow {
  margin-left: 10px;
  height: 21px;
  width: 25px;
  background-image: url(/images/right-arrow-gold.svg?67e4d0d7ace157282f86199f8a3f2412);
  background-repeat: no-repeat;
  background-position: center;
}

.white-bg-btn:hover {
  background-color: #B58756;
  color: #ffffff;
}

.white-bg-btn:hover .down-arrow {
  background-image: url(/images/white-down-arrow.svg?13bce06c346e8a28f04bc225de33e123);
}

.white-bg-btn:hover .right-arrow {
  background-image: url(/images/right-arrow-white.svg?9146aa477bc964ed5b8d8ded3aa5ca5a);
}

.white-bg-btn:active {
  background-color: #745330;
  color: #FFFFFF;
}

.white-bg-btn:active .down-arrow {
  background-image: url(/images/white-down-arrow.svg?13bce06c346e8a28f04bc225de33e123);
}

.white-bg-btn:active .right-arrow {
  background-image: url(/images/right-arrow-white.svg?9146aa477bc964ed5b8d8ded3aa5ca5a);
}

.white-bg-btn:focus {
  background-color: #745330;
  color: #FFFFFF;
}

.white-bg-btn:focus .down-arrow {
  background-image: url(/images/white-down-arrow.svg?13bce06c346e8a28f04bc225de33e123);
}

.white-bg-btn:focus .right-arrow {
  background-image: url(/images/right-arrow-white.svg?9146aa477bc964ed5b8d8ded3aa5ca5a);
}

.dark-bg-btn {
  background-color: #002638;
  padding: 15px 30px;
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
}

.dark-bg-btn a {
  color: #FFFFFF;
  margin-right: 10px;
}

.dark-bg-btn span {
  margin-right: 10px;
}

.dark-bg-btn .down-arrow {
  margin-left: 10px;
  height: 21px;
  width: 15px;
  background-image: url(/images/golden-arrow.svg?0acdd11ff2b182d43597d18298e45b80);
  margin-top: 2px;
}

.dark-bg-btn .right-arrow {
  height: 15px;
  width: 25px;
  background-image: url(/images/right-arrow-gold.svg?67e4d0d7ace157282f86199f8a3f2412);
  margin-top: 2px;
}

.dark-bg-btn:hover {
  background-color: #B58756;
  color: #ffffff;
}

.dark-bg-btn:hover .right-arrow {
  background-image: url(/images/right-arrow-white.svg?9146aa477bc964ed5b8d8ded3aa5ca5a) !important;
}

.dark-bg-btn:active {
  background-color: #745330;
}

.dark-bg-btn:active .right-arrow {
  background-image: url(/images/right-arrow-white.svg?9146aa477bc964ed5b8d8ded3aa5ca5a) !important;
}

.dark-bg-btn img {
  margin-left: 10px !important;
}

.dark-bright-btn {
  background-color: #002638;
  padding: 10px 15px;
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  transition: all .3s;
}

.dark-bright-btn .share-icon {
  transition: all .3s;
  margin-right: 10px;
  height: 20px;
  width: 16px;
  background-image: url(/images/copy-video-gold.svg?ba5c892a99130dbc4095183c1d8b81d0);
}

@media screen and (max-width: 1199px) {
  .dark-bright-btn .share-icon {
    margin-top: -2px;
  }
}

.dark-bright-btn:hover {
  transition: all .3s;
  background-color: #ffffff;
  color: #00546B;
}

.dark-bright-btn:hover .share-icon {
  background-image: url(/images/copy-video-blue.svg?a8174b2abe60cb4ec59b5b97424233aa) !important;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #00546B;
}

::selection {
  color: #fff;
  background: #00546B;
}

.reusable-article-header {
  margin: 30px auto;
  position: relative;
}

.reusable-article-header .container-hero {
  height: 500px;
  padding-right: 1px;
}

@media screen and (max-width: 959px) {
  .reusable-article-header .container-hero {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 599px) {
  .reusable-article-header .container-hero {
    height: 350px;
  }
}

.reusable-article-header .container-hero .hero_bg {
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 599px) {
  .reusable-article-header .container-hero .hero_bg {
    background-position: -280px 0;
  }
}

.reusable-article-header .container-hero .hero_bg::after {
  content: "";
  position: absolute;
  width: calc(103px + 100%);
  background: inherit;
  height: 100%;
  left: -102px;
  top: 0;
}

@media screen and (max-width: 959px) {
  .reusable-article-header .container-hero .hero_bg::after {
    width: 100%;
    left: 0;
  }
}

.reusable-article-header .container-hero .hero_bg .article-category {
  position: absolute;
  bottom: 0;
  display: flex;
  width: calc(103px + 100%);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 6;
  left: -102px;
}

@media screen and (max-width: 959px) {
  .reusable-article-header .container-hero .hero_bg .article-category {
    width: 100%;
    left: 0;
  }
}

.reusable-article-header .container-hero .hero_bg .article-category span {
  margin: auto 29% auto 34%;
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 21px;
  letter-spacing: 0.15em;
  color: #FFFFFF;
  padding: 20px 35px;
  left: 50%;
  background-color: #002638;
  width: 600px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .reusable-article-header .container-hero .hero_bg .article-category span {
    margin: auto;
    font-size: 20px;
    line-height: 22px;
    width: 60%;
  }
}

@media screen and (max-width: 599px) {
  .reusable-article-header .container-hero .hero_bg .article-category span {
    font-size: 16px;
    line-height: 18px;
    width: 60%;
  }
}

.reusable-article-header .container-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 75px;
}

.reusable-article-header .container-title > h1 {
  position: relative;
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #89B7AB;
  text-align: center;
  padding: 100px 0 0 0;
  max-width: 800px;
  margin: auto;
}

@media screen and (max-width: 599px) {
  .reusable-article-header .container-title > h1 {
    font-size: 18px !important;
    line-height: 20px !important;
    padding: 60px 0 30px 0;
  }
}

.reusable-article-header .container-title > h1 p {
  text-align: center;
}

.reusable-article-header .container-title > h1 div span {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  line-height: 50px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #89B7AB;
}

@media screen and (max-width: 599px) {
  .reusable-article-header .container-title > h1 div span {
    font-size: 30px !important;
    line-height: 30px !important;
  }
}

.reusable-article-header .container-title > h1::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 200px;
  bottom: 0;
  left: 50%;
  background-color: #002638;
  transform: translate(-50%);
}

.reusable-article-header .container-title .art-date {
  margin: 10px auto auto auto;
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #002638;
}

.shared-yellow-section {
  background-color: #F5EBDE;
  margin-bottom: 75px;
}

@media screen and (max-width: 599px) {
  .shared-yellow-section {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.shared-yellow-section .shared-section-content {
  margin: auto;
  display: flex;
  flex-direction: column;
  width: 60%;
  padding: 50px 0;
}

@media screen and (max-width: 959px) {
  .shared-yellow-section .shared-section-content {
    width: 80% !important;
  }
}

.shared-yellow-section .shared-section-content h2 {
  margin: auto;
  margin-bottom: 40px;
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 21px;
  letter-spacing: 0.15em;
  color: #B58756;
}

@media screen and (max-width: 599px) {
  .shared-yellow-section .shared-section-content h2 {
    font-size: 18px;
    line-height: 20px;
  }
}

.shared-yellow-section .shared-section-content p {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #B58756;
  margin-top: 0;
}

@media screen and (max-width: 599px) {
  .shared-yellow-section .shared-section-content p p {
    font-size: 16px;
    line-height: 18px;
  }
}

.shared-yellow-section .shared-section-content p p:first-child {
  position: relative;
  z-index: 1;
}

.shared-yellow-section .shared-section-content p p:first-child::before {
  content: '';
  height: 30px;
  width: 30px;
  position: absolute;
  background-color: #FFFF;
  top: -4px;
  left: -9px;
  z-index: -1;
}

@media screen and (max-width: 599px) {
  .shared-yellow-section .shared-section-content p {
    font-size: 16px;
    line-height: 18px;
  }
}

.paralax-join-us {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.paralax-home {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -3;
}

.popup-overlay {
  background-color: rgba(0, 38, 56, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}

.popup-overlay.active {
  display: block;
  z-index: 9;
}

.popup-overlay .popup-container {
  background-color: #F3F6FA;
  width: 600px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  padding: 40px;
  border-radius: 5px;
}

.popup-overlay .popup-container .content {
  position: relative;
  display: flex;
  flex-direction: column;
}

.popup-overlay .popup-container .content img {
  height: 100px;
  width: 100px;
  margin: auto;
  margin-bottom: 30px;
}

.popup-overlay .popup-container .content img#close-icon {
  height: 30px;
  width: 30px;
  position: absolute;
  top: -50px;
  right: -35px;
  cursor: pointer;
}

.popup-overlay .popup-container .content h1 {
  font-family: 'Intro';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
  color: #00546B;
  text-align: center;
  margin-bottom: 25px;
}

.popup-overlay .popup-container .content p {
  font-family: AstoriaRoman;
  font-size: 18px;
  line-height: 22px;
  color: #002638;
  text-align: center;
  margin-bottom: 25px;
}

.popup-overlay .popup-container .content button {
  background: #002638;
  border-radius: 5px;
  padding: 15px 50px;
  margin: auto;
  cursor: pointer;
  font-family: 'Intro';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
}

.popup-container-join {
  display: none;
}

.popup-container-join.active {
  background-color: #F3F6FA;
  width: 1150px;
  height: 600px;
  top: 50%;
  left: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  padding: 40px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

@media screen and (max-width: 1199px) {
  .popup-container-join.active {
    width: 960px;
    padding: 40px 55px;
  }
}

@media screen and (max-width: 959px) {
  .popup-container-join.active {
    overflow: scroll;
    width: 700px;
    top: 55%;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 779px) {
  .popup-container-join.active {
    width: 370px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 30px 20px;
    margin-top: 40px;
    overflow: scroll;
    height: 80vh;
    margin-top: 60px;
    top: 50%;
    height: calc(100vh - 81px);
    width: 100%;
    padding: 55px 20px;
  }
}

.popup-container-join.active .popup-waves {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 779px) {
  .popup-container-join.active .popup-waves {
    display: none;
  }
}

.popup-container-join.active .content-join-us {
  position: relative;
  margin: auto 0 auto 0;
  display: grid;
  grid-template-columns: 38% auto;
  -moz-column-gap: 50px;
       column-gap: 50px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

@media screen and (max-width: 959px) {
  .popup-container-join.active .content-join-us {
    -moz-column-gap: 60px;
         column-gap: 60px;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 599px) {
  .popup-container-join.active .content-join-us {
    -moz-column-gap: unset;
         column-gap: unset;
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: unset;
  }
}

.popup-container-join.active .content-join-us #close-icon {
  height: auto;
  width: auto;
  position: absolute;
  top: -28px;
  right: -27px;
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .popup-container-join.active .content-join-us #close-icon {
    right: -40px;
    top: -30px;
  }
}

@media screen and (max-width: 779px) {
  .popup-container-join.active .content-join-us #close-icon {
    right: -5px;
    top: -15px;
  }
}

.popup-container-join.active .content-join-us ::-webkit-scrollbar {
  width: 5px;
  margin-left: 15px;
}

.popup-container-join.active .content-join-us ::-webkit-scrollbar-track {
  background: rgba(0, 38, 56, 0.3);
}

.popup-container-join.active .content-join-us ::-webkit-scrollbar-thumb {
  background: #B58756;
}

.popup-container-join.active .content-join-us ::-webkit-scrollbar-thumb:hover {
  background: #B58756;
}

.popup-container-join.active .content-join-us .info-container {
  display: flex;
  flex-direction: column;
  overflow: auto;
  overflow-y: scroll;
  scrollbar-color: #B58756 rgba(0, 38, 56, 0.3);
  scrollbar-width: thin;
}

@media screen and (max-width: 959px) {
  .popup-container-join.active .content-join-us .info-container {
    overflow-y: unset;
    overflow: unset;
    display: block;
  }
}

@media screen and (max-width: 779px) {
  .popup-container-join.active .content-join-us .info-container {
    overflow: unset;
    margin-bottom: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.popup-container-join.active .content-join-us .info-container .span {
  font-family: 'Intro Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #00546B;
  margin-bottom: 20px;
}

.popup-container-join.active .content-join-us .info-container .span.job-city {
  font-family: 'Intro';
  font-weight: normal;
  line-height: 21px;
  color: #B58756;
  margin-bottom: 0px;
}

.popup-container-join.active .content-join-us .info-container h2 {
  font-family: 'Intro Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 24px;
  color: #002638;
  margin-bottom: 15px;
  margin-top: 10px;
}

.popup-container-join.active .content-join-us .info-container #job-text {
  height: 405px;
}

@media screen and (max-width: 779px) {
  .popup-container-join.active .content-join-us .info-container #job-text {
    height: auto;
  }

  .popup-container-join.active .content-join-us .info-container #job-text p {
    margin-bottom: 0;
  }
}

.popup-container-join.active .content-join-us .info-container p {
  font-family: AstoriaLight;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #002638;
  padding-right: 20px;
}

@media screen and (max-width: 779px) {
  .popup-container-join.active .content-join-us .info-container p {
    padding-right: 0px;
  }
}

.popup-container-join.active .content-join-us form {
  margin: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (max-width: 959px) {
  .popup-container-join.active .content-join-us form {
    display: grid;
    grid-auto-rows: auto auto auto;
    padding-bottom: 30px;
  }
}

.popup-container-join.active .content-join-us form .form-row {
  display: flex;
  margin-bottom: 45px;
}

@media screen and (max-width: 779px) {
  .popup-container-join.active .content-join-us form .form-row {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.popup-container-join.active .content-join-us form .form-row .form-col {
  display: flex;
  flex-direction: column;
  width: 50%;
}

@media screen and (max-width: 779px) {
  .popup-container-join.active .content-join-us form .form-row .form-col {
    width: 100%;
    margin-bottom: 20px;
  }
}

.popup-container-join.active .content-join-us form .form-row .form-col:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 779px) {
  .popup-container-join.active .content-join-us form .form-row .form-col:first-child {
    margin-right: 0;
  }
}

.popup-container-join.active .content-join-us form label {
  font-family: 'Intro';
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #00546B;
  margin-bottom: 7px;
}

.popup-container-join.active .content-join-us form .label-container {
  display: flex;
}

.popup-container-join.active .content-join-us form .label-container span {
  font-family: 'Intro';
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: red;
  margin-bottom: 7px;
  margin-left: auto;
  display: none;
}

.popup-container-join.active .content-join-us form .submit-content {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}

.popup-container-join.active .content-join-us form .submit-content::after {
  content: url(/images/arrow-white.svg?75cf578be83de21b6eb23bf97a355f63);
  height: 21px;
  width: 27px;
  position: absolute;
  top: 36px;
  right: 245px;
  cursor: pointer;
  pointer-events: all;
}

@media screen and (max-width: 1199px) {
  .popup-container-join.active .content-join-us form .submit-content::after {
    left: calc(50% + 35px);
  }
}

@media screen and (max-width: 779px) {
  .popup-container-join.active .content-join-us form .submit-content::after {
    left: calc(50% + 35px);
  }
}

.popup-container-join.active .content-join-us form input,
.popup-container-join.active .content-join-us form textarea {
  border: 1px solid #00546B;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 13px 20px;
  background-color: #FFFFFF;
  font-size: 16px;
  font-family: AstoriaLight;
}

.popup-container-join.active .content-join-us form input.submit,
.popup-container-join.active .content-join-us form textarea.submit {
  width: 100%;
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 20px;
  cursor: pointer;
  transition: all .3s;
  border: 1px solid #B58756;
  background-color: #B58756;
  position: relative;
}

.popup-container-join.active .content-join-us form input.submit:hover,
.popup-container-join.active .content-join-us form textarea.submit:hover {
  background-color: #745330;
}

.popup-container-join.active .content-join-us form textarea {
  margin-bottom: 0;
}

.popup-container-join.active .content-join-us form input[type="file"] {
  display: none;
}

.popup-container-join.active .content-join-us form .upload {
  display: flex;
  flex-direction: column;
}

.popup-container-join.active .content-join-us form .upload .custom-file-input {
  display: flex;
  padding: 10px 20px 14px 20px;
  background-color: #00546B;
  border-radius: 5px;
  justify-content: center;
  cursor: pointer;
  transition: all .3s;
}

.popup-container-join.active .content-join-us form .upload .custom-file-input:hover {
  transition: all .3s;
  background-color: #002638;
}

.popup-container-join.active .content-join-us form .upload .custom-file-input span {
  font-family: 'Intro';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-top: 7px;
}

.popup-container-join.active .content-join-us form .upload .custom-file-input .icon {
  background-image: url(/images/attach-icon.png?8acd73fb00db9b631954ac6897bb294f);
  height: 18px;
  width: 17px;
  margin-top: 3px;
  margin-left: 5px;
}

.popup-container-join.active .content-join-us form .upload .custom-file-input.uploaded {
  border: 1px solid #00546B;
  background-color: transparent;
}

.popup-container-join.active .content-join-us form .upload .custom-file-input.uploaded span {
  color: #00546B;
}

.popup-container-join.active .content-join-us form .upload .custom-file-input.uploaded .icon {
  background-image: url(/images/delete-file-icon.png?101e0ac36637d6f34963c47f6d9770d9);
  height: 17px;
  width: 17px;
  margin-top: 4px;
}

.popup-container-join.active .content-join-us form .upload ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  height: 30px;
}

.popup-container-join.active .content-join-us form .upload ul li {
  font-family: AstoriaRoman;
  font-size: 14px;
  line-height: 19px;
  color: #00546B;
}

.breadcrumb {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 15px 20px;
  position: relative;
  justify-content: flex-end;
}

.breadcrumb li,
.breadcrumb li a {
  font-family: 'Intro';
  font-size: 16px;
  line-height: 24px;
  color: #002638;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

@media screen and (max-width: 1199px) {
  .breadcrumb li p {
    max-width: 600px;
    text-align: left;
  }
}

.breadcrumb li + li:before {
  display: inline-block;
  width: 9px;
  height: 18px;
  padding-right: 1rem;
  padding-left: 1rem;
  color: #6c757d;
  content: "";
  background: url(/images/breadcrumb-arrow.svg?bd0f5e09bc854519051350cf935bf13b) center no-repeat;
  background-size: 9px 18px;
}

@media screen and (max-width: 399px) {
  .breadcrumb li + li:before {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }
}

.breadcrumb li a {
  font-weight: 400;
}

.breadcrumb li a:hover {
  color: #000;
}

.hero {
  background: #ffffff;
  position: relative;
  margin-top: 115px;
  height: calc(100vh - 115px);
}

.hero .hero-homepage-wrapper {
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .hero {
    margin-top: 92px;
  }
}

@media screen and (max-width: 959px) {
  .hero {
    height: calc(100vh - 115px);
  }
}

@media screen and (max-width: 599px) {
  .hero {
    height: 100vh;
  }
}

.hero img.hero-section-waves {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: -190px;
}

.hero .container {
  display: grid;
  grid-template-columns: 46% 60%;
  position: unset;
  height: calc(95% - 115px);
}

@media screen and (max-width: 1499px) {
  .hero .container {
    right: auto;
    height: calc(100% - 115px);
  }
}

@media only screen and (max-height: 850px) and (max-width: 1200px) {
  .hero .container {
    height: 100%;
  }
}

@media screen and (max-width: 959px) {
  .hero .container {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    width: 100% !important;
    height: 100%;
  }
}

.hero nav {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 6;
  opacity: 0;
}

@media screen and (max-width: 599px) {
  .hero nav {
    right: auto;
    left: 20px;
  }
}

.hero nav .breadcrumb {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 15px 0;
}

@media screen and (max-width: 779px) {
  .hero nav .breadcrumb.join-us {
    display: none;
  }
}

.hero nav .breadcrumb li,
.hero nav .breadcrumb li a {
  font-family: "Intro";
  font-size: 19px;
  line-height: 24px;
  color: #002638;
}

.hero nav .breadcrumb li {
  display: flex;
  align-items: center;
}

.hero nav .breadcrumb li + li:before {
  display: inline-block;
  width: 9px;
  height: 18px;
  padding-right: 1rem;
  padding-left: 1rem;
  color: #6c757d;
  content: "";
  background: url(/images/breadcrumb-arrow.svg?bd0f5e09bc854519051350cf935bf13b) center no-repeat;
  background-size: 9px 18px;
}

.hero nav .breadcrumb li a {
  font-weight: 400;
}

.hero nav .breadcrumb li a:hover {
  color: #002638;
}

.hero nav .breadcrumb li.join-bradcrumb-item:hover {
  opacity: 1;
}

.hero nav .breadcrumb li.join-bradcrumb-item a:hover {
  color: #b58756;
}

.hero nav.join-us {
  position: absolute;
  top: -50%;
  left: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  opacity: 0;
}

@media screen and (max-width: 1399px) {
  .hero nav.join-us {
    top: -30%;
  }
}

.hero nav.join-us ol li:first-child {
  opacity: 0.5;
}

.hero nav.join-us ol li + li:before {
  background: url(/images/arrow_breadcrumb_right.svg?87c22ab38ecea1ad6150486f06075a80) center no-repeat !important;
  margin-bottom: 5px;
}

.hero nav.join-us ol li a {
  cursor: pointer;
  font-family: AstoriaRoman;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ffffff;
}

.hero .content {
  text-align: right;
  position: relative;
  z-index: 5;
  margin: auto 40px auto auto;
  background-color: #002638;
  height: 463px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: auto;
  width: 0;
}

@media screen and (max-width: 959px) {
  .hero .content {
    width: 100% !important;
    height: 100%;
    padding: 20px 0px;
    order: 2;
  }
}

.hero .content .hero-waves {
  position: absolute;
  top: -82px;
  left: 141px;
}

.hero .content h3 {
  font-family: "Rage Italic Com";
  font-weight: normal;
  font-style: italic;
  font-size: 67px;
  line-height: 75px;
  letter-spacing: -0.01em;
  color: #b58756;
  position: relative;
  z-index: 1;
  text-align: left;
  margin: 0 65px;
  margin-bottom: 15px;
  opacity: 0;
}

@media screen and (max-width: 1199px) {
  .hero .content h3 {
    font-size: 43px;
    line-height: 59px;
  }
}

@media screen and (max-width: 959px) {
  .hero .content h3 {
    font-size: 51px;
    line-height: 43px;
    margin: 0 30px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.hero .content__info {
  text-align: justify;
  position: relative;
  margin: 0 65px;
}

@media screen and (max-width: 959px) {
  .hero .content__info {
    margin: 0 30px;
  }
}

.hero .content__info.s-h:after {
  top: 0px;
  height: calc(100% + 15px);
}

.hero .content__info.contact-us {
  margin-right: auto;
}

.hero .content__info h4 {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-family: "Intro";
  font-weight: bold;
  font-style: normal;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  opacity: 0;
}

@media screen and (max-width: 1199px) {
  .hero .content__info h4 {
    font-size: 24px;
    line-height: 34px;
  }
}

@media screen and (max-width: 959px) {
  .hero .content__info h4 {
    font-size: 20px;
    line-height: 34px;
    text-align: center;
  }
}

.hero .content__info p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  font-family: AstoriaLight;
  font-weight: 300;
  font-style: normal;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  opacity: 0;
}

@media screen and (max-width: 1199px) {
  .hero .content__info p {
    font-size: 15px;
    line-height: 21px;
  }
}

@media screen and (max-width: 959px) {
  .hero .content__info p {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    text-align: center;
  }
}

@media screen and (max-width: 779px) {
  .hero .content__info p {
    font-size: 19px;
    line-height: 24px;
  }
}

@media screen and (max-width: 427px) {
  .hero .content__info p {
    font-size: 15px;
    line-height: 24px;
  }
}

.hero .content button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 65px;
  opacity: 0;
}

@media screen and (max-width: 1199px) {
  .hero .content button {
    font-size: 15px;
    line-height: 19px;
  }
}

@media screen and (max-width: 1199px) {
  .hero .content button {
    margin: 0 auto;
  }
}

.hero .layout {
  position: absolute;
  bottom: -2px;
  right: -208px;
  z-index: 4;
  height: 645px;
  width: 800px;
  height: 0;
}

@media only screen and (max-height: 850px) and (max-width: 1200px) {
  .hero .layout {
    height: 500px !important;
    width: 575px;
  }
}

.hero__bg {
  margin-right: 120px;
  position: absolute;
  background-image: url(/images/contact-us-hero.png?115c1c6…);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  height: 90%;
  width: 55%;
  right: 0;
  opacity: 0;
}

@media screen and (max-width: 1499px) {
  .hero__bg .hero-waves {
    transform: translateY(-380%);
  }
}

@media screen and (max-width: 1399px) {
  .hero__bg {
    margin-right: 60px;
    height: 80%;
    width: 65%;
  }

  .hero__bg .hero-waves {
    transform: translateY(-315%);
    width: 280px;
    left: -280px;
  }
}

@media screen and (max-width: 1199px) {
  .hero__bg {
    margin-right: 25px;
    margin-top: 40px;
    height: 75%;
    width: 70%;
  }

  .hero__bg .hero-waves {
    transform: translateY(-345%);
    width: 220px;
    left: -219px;
  }
}

@media only screen and (max-height: 850px) and (max-width: 1200px) {
  .hero__bg {
    height: 90%;
  }
}

@media screen and (max-width: 959px) {
  .hero__bg {
    background-image: url(/images/home-hero-bg-mobile.png?d0c8d43c6dea8581df211663434f3dc0) !important;
    height: 300px;
    width: 100%;
    margin: 0;
    position: unset;
    order: 1;
  }
}

@media screen and (max-width: 959px) {
  .hero__bg {
    background-image: url(/images/home-hero-bg-mobile.png?d0c8d43c6dea8581df211663434f3dc0) !important;
    height: 300px;
    width: 100%;
    margin: 0;
    position: unset;
    order: 1;
  }
}

@media screen and (max-width: 375px) {
  .hero__bg {
    height: 110px;
  }
}

.hero__bg .hero-waves {
  position: relative;
  left: -362px;
  top: 50%;
  transform: translateY(-397%);
  height: 82px;
  width: 363px;
}

@media only screen and (max-height: 1300px) and (max-width: 1400px) {
  .hero__bg .hero-waves {
    transform: translateY(-300%) !important;
  }
}

.hero__bg .hero-waves img {
  width: 0;
  height: 82px;
}

.hero--active-equity .hero__wrapper .content {
  padding-top: 211px;
}

@media screen and (max-width: 1399px) {
  .hero--active-equity .hero__wrapper .content {
    padding-top: 330px;
  }
}

@media screen and (max-width: 779px) {
  .hero--active-equity .hero__wrapper .content {
    padding-top: 300px;
  }
}

.hero--active-equity .hero__wrapper .content__info:after {
  content: none;
}

.hero--active-equity .hero__wrapper .hero__bg {
  background-position: top 0 center;
  position: relative;
}

.hero--active-equity .hero__wrapper .hero__bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(100% + 100px);
  background-image: inherit;
}

.hero-single {
  padding: 124px 0 65px;
  min-height: 414px;
  background: #fff;
}

@media screen and (max-width: 959px) {
  .hero-single {
    padding: 90px 0 65px;
  }
}

.hero-single h1 {
  font-family: "Intro";
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 41px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b58756;
  max-width: 854px;
  width: 100%;
  margin: 0 auto 73px;
}

.hero-single h1 strong {
  font-weight: 400;
}

.hero-single .date {
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  padding: 9px 5px 8px;
  text-align: center;
  border-top: 1px solid #002638;
  border-bottom: 1px solid #002638;
  font-family: "Intro";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #002638;
}

.shared-hero .hero__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 95%;
  position: relative;
}

@media screen and (max-width: 959px) {
  .shared-hero .hero__wrapper {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
  }
}

.shared-hero .hero__wrapper .text-waves {
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 0;
}

.shared-hero .hero__wrapper .hero-content-shared-wrapper {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 115px);
  width: 0;
}

@media screen and (max-width: 959px) {
  .shared-hero .hero__wrapper .hero-content-shared-wrapper {
    width: auto;
  }
}

@media screen and (max-width: 959px) {
  .shared-hero .hero__wrapper .hero-content-shared-wrapper {
    height: 100%;
    overflow: unset;
  }
}

@media screen and (max-width: 427px) {
  .shared-hero .hero__wrapper .hero-content-shared-wrapper {
    height: 100%;
  }
}

.shared-hero .hero__wrapper .hero-content-shared {
  position: absolute;
  height: calc(100vh - 115px);
  width: 100%;
  padding-left: 20px;
  padding-right: 180px;
  background-color: #002638;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1399px) {
  .shared-hero .hero__wrapper .hero-content-shared {
    padding-right: 160px;
  }
}

@media screen and (max-width: 1199px) {
  .shared-hero .hero__wrapper .hero-content-shared {
    padding-left: 25px;
    padding-right: 120px;
  }
}

@media screen and (max-width: 959px) {
  .shared-hero .hero__wrapper .hero-content-shared {
    padding: 20px;
    height: 100%;
    overflow: unset;
    margin-top: 35px;
  }
}

.shared-hero .hero__wrapper .hero-content-shared .content__info {
  max-width: 520px;
  margin: auto 0 auto auto;
}

@media screen and (max-width: 1399px) {
  .shared-hero .hero__wrapper .hero-content-shared .content__info {
    max-width: 430px;
  }
}

@media screen and (max-width: 1199px) {
  .shared-hero .hero__wrapper .hero-content-shared .content__info {
    max-width: 365px;
  }
}

@media screen and (max-width: 959px) {
  .shared-hero .hero__wrapper .hero-content-shared .content__info {
    max-width: 290px;
    margin-left: 0;
  }
}

@media screen and (max-width: 959px) {
  .shared-hero .hero__wrapper .hero-content-shared .content__info {
    max-width: 100%;
    margin-top: 55px;
  }
}

@media screen and (max-width: 399px) {
  .shared-hero .hero__wrapper .hero-content-shared .content__info {
    margin-top: 60px;
  }
}

.shared-hero .hero__wrapper .hero-content-shared .content__info h3 {
  font-family: "Rage Italic Com";
  font-style: italic;
  font-weight: normal;
  font-size: 80px;
  line-height: 70px;
  letter-spacing: -0.01em;
  color: #b58756;
  margin-bottom: 20px;
  opacity: 0;
}

.shared-hero .hero__wrapper .hero-content-shared .content__info h3.equity {
  color: #88b7ab;
}

@media screen and (max-width: 1199px) {
  .shared-hero .hero__wrapper .hero-content-shared .content__info h3 {
    font-size: 60px;
    line-height: 82px;
  }
}

@media screen and (max-width: 959px) {
  .shared-hero .hero__wrapper .hero-content-shared .content__info h3 {
    font-size: 51px;
    line-height: 43px;
  }
}

.shared-hero .hero__wrapper .hero-content-shared .content__info h5 {
  font-family: "Intro";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  letter-spacing: 0.15em;
  color: #ffffff;
  margin-bottom: 15px;
  opacity: 0;
}

@media screen and (max-width: 1199px) {
  .shared-hero .hero__wrapper .hero-content-shared .content__info h5 {
    font-size: 15px;
    line-height: 28px;
  }
}

.shared-hero .hero__wrapper .hero-content-shared .content__info p {
  font-family: AstoriaLight;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  color: #ffffff;
  opacity: 1;
  opacity: 0;
}

@media screen and (max-width: 1199px) {
  .shared-hero .hero__wrapper .hero-content-shared .content__info p {
    font-size: 15px;
    line-height: 24px;
  }
}

@media screen and (max-width: 959px) {
  .shared-hero .hero__wrapper .hero-content-shared .content__info p {
    line-height: 21px;
    margin-bottom: 20px;
  }
}

.shared-hero .hero__wrapper .hero__bg--container {
  display: flex;
  z-index: 2;
}

@media screen and (max-width: 959px) {
  .shared-hero .hero__wrapper .hero__bg--container {
    position: relative;
    top: 21px;
  }
}

.shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared {
  width: 105%;
  margin: auto;
  margin-left: -120px;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared {
    margin-left: -70px;
  }
}

@media screen and (max-width: 959px) {
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared {
    margin: 0;
  }
}

.shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .bg-wrapper {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .bg-wrapper {
    width: calc(100% - 40px);
    margin: auto;
    margin-bottom: -100px;
    overflow: unset;
    z-index: -1;
  }
}

.shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .bg-wrapper .investing-video {
  margin-right: 40px;
  display: flex;
}

@media screen and (max-width: 1399px) {
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .bg-wrapper .investing-video {
    margin-right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 959px) {
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .bg-wrapper .investing-video {
    margin-bottom: 20px;
  }
}

.shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .bg-wrapper .investing-video .youtube,
.shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .bg-wrapper .investing-video .youtube2 {
  width: 100%;
  height: 425px;
  position: relative;
  overflow: hidden;
  display: flex;
}

@media screen and (max-width: 1199px) {
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .bg-wrapper .investing-video .youtube,
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .bg-wrapper .investing-video .youtube2 {
    height: 350px;
  }
}

@media screen and (max-width: 959px) {
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .bg-wrapper .investing-video .youtube,
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .bg-wrapper .investing-video .youtube2 {
    height: 260px;
  }
}

@media screen and (max-width: 959px) {
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .bg-wrapper .investing-video .youtube,
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .bg-wrapper .investing-video .youtube2 {
    height: 370px;
  }
}

@media screen and (max-width: 599px) {
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .bg-wrapper .investing-video .youtube,
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .bg-wrapper .investing-video .youtube2 {
    height: 350px;
  }
}

@media screen and (max-width: 427px) {
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .bg-wrapper .investing-video .youtube,
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .bg-wrapper .investing-video .youtube2 {
    height: 255px;
  }
}

.shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .bg-wrapper .investing-video .youtube .my-video,
.shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .bg-wrapper .investing-video .youtube2 .my-video {
  -o-object-fit: cover;
     object-fit: cover;
}

.shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .bg-wrapper .investing-video .video-container {
  width: 100%;
  padding-top: 56.25%;
  height: 0px;
  position: relative;
}

.shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .bg-wrapper .investing-video .video-container .video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .bg-wrapper .mobile-hero-waves {
  display: none;
}

@media screen and (max-width: 959px) {
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .bg-wrapper .mobile-hero-waves {
    display: unset;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 999;
  }
}

.shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .box {
  overflow: hidden;
  opacity: 0;
}

.shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .box img.bg {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .box-bg {
  overflow: hidden;
  opacity: 0;
}

.shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .box-bg img.bg {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 99%;
}

@media screen and (max-width: 959px) {
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .box-bg img.bg {
    margin-bottom: 95px;
  }
}

@media screen and (max-width: 779px) {
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .box-bg img.bg {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 599px) {
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .box-bg img.bg {
    margin-bottom: 40px;
  }
}

.shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .img-waves-upper {
  position: absolute;
  top: -68px;
  left: 120px;
  z-index: -1;
}

@media screen and (max-width: 1399px) {
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .img-waves-upper {
    top: -56px;
  }
}

@media screen and (max-width: 1199px) {
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .img-waves-upper {
    left: 70px;
  }
}

@media screen and (max-width: 959px) {
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .img-waves-upper {
    top: -60px;
    left: 69px;
  }
}

@media screen and (max-width: 959px) {
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .img-waves-upper {
    top: -55px;
  }
}

.shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .img-waves-upper .wave-wrapper {
  position: relative;
  overflow: hidden;
}

.shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .img-waves-upper .wave-wrapper .wave-box-upper {
  overflow: hidden;
  opacity: 0;
}

.shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .img-waves-upper .wave-wrapper .wave-box-upper img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 1399px) {
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .img-waves-upper .wave-wrapper .wave-box-upper img {
    width: 270px;
    height: 68px;
  }
}

@media screen and (max-width: 959px) {
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .img-waves-upper .wave-wrapper .wave-box-upper img {
    display: none;
  }
}

.shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .img-waves-lower {
  position: absolute;
  bottom: -78px;
  right: -40px;
  z-index: -1;
}

@media screen and (max-width: 1399px) {
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .img-waves-lower {
    bottom: -48px;
    right: -42px;
  }
}

@media screen and (max-width: 1199px) {
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .img-waves-lower {
    bottom: -40px;
    right: -9px;
  }
}

@media screen and (max-width: 959px) {
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .img-waves-lower {
    display: none;
  }
}

.shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .img-waves-lower .wave-wrapper {
  position: relative;
  overflow: hidden;
}

.shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .img-waves-lower .wave-wrapper .wave-box-lower {
  overflow: hidden;
  opacity: 0;
}

.shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .img-waves-lower .wave-wrapper .wave-box-lower img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 412px;
  height: 226px;
}

@media screen and (max-width: 1199px) {
  .shared-hero .hero__wrapper .hero__bg--container .hero__bg--shared .img-waves-lower .wave-wrapper .wave-box-lower img {
    width: 279px;
    height: 155px;
  }
}

.hero--contact-us {
  background-color: #ecf2f6;
  margin-top: 115px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .hero--contact-us {
    margin-top: 93px;
  }
}

@media screen and (max-width: 779px) {
  .hero--contact-us {
    margin-top: 100px;
  }
}

.hero--contact-us .hero--contact-us-wrapper {
  background-color: #002638;
  position: relative;
}

.hero--contact-us .container {
  display: grid;
  grid-template-columns: 40% 60%;
  position: unset;
}

.hero--contact-us .container .text-container {
  background-color: #002638;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 0;
}

.hero--contact-us .container .text-container .hero-text {
  opacity: 0;
}

.hero--contact-us .container .text-container p {
  font-family: "Intro";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.15em;
  color: #ffffff;
}

.hero--contact-us .container .text-container h2 {
  font-family: "Rage Italic Com";
  font-style: italic;
  font-weight: normal;
  font-size: 80px;
  line-height: 70px;
  letter-spacing: -0.01em;
  color: #ecf2f6;
}

.hero--contact-us .container .cover-container {
  position: absolute;
  background-image: url(/images/contact-us-hero.png?115c1c6308b2450018191b074ae774dc);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  height: 100%;
  width: 60%;
  right: 0;
}

.hero--contact-us .container .cover-container .text-container-mobile {
  display: none;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 38, 56, 0.8);
  padding: 10px 0;
}

.hero--contact-us .container .cover-container .text-container-mobile p {
  font-family: "Intro";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.15em;
  color: #ffffff;
  text-align: center;
  opacity: 0;
}

.hero--contact-us .container .cover-container .text-container-mobile h2 {
  font-family: "Rage Italic Com";
  font-style: italic;
  font-weight: normal;
  font-size: 80px;
  line-height: 70px;
  letter-spacing: -0.01em;
  color: #ecf2f6;
  text-align: center;
  opacity: 0;
}

@media screen and (max-width: 779px) {
  .hero--contact-us .container .cover-container {
    background-image: url(/images/contact-us-hero-mobile.png?391fb62204864018dbf353c6c2f03c33);
    width: 100%;
  }

  .hero--contact-us .container .cover-container .text-container-mobile {
    width: 100%;
    display: flex;
    position: absolute;
  }
}

.hero--news {
  margin-top: 115px;
  position: relative;
}

.hero--news .container {
  display: grid;
  grid-template-columns: 40% 60%;
  position: unset;
}

@media screen and (max-width: 779px) {
  .hero--news .container {
    display: flex;
    flex-direction: column;
    height: 350px;
  }
}

.hero--news .container .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 0;
}

@media screen and (max-width: 779px) {
  .hero--news .container .text-container {
    display: none;
  }
}

.hero--news .container .text-container p {
  font-family: "Intro";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.15em;
  color: #ffffff;
  opacity: 0;
}

.hero--news .container .text-container h2 {
  font-family: "Rage Italic Com";
  font-style: italic;
  font-weight: normal;
  font-size: 80px;
  line-height: 70px;
  letter-spacing: -0.01em;
  color: #ecf2f6;
  opacity: 0;
}

.hero--news .container .cover-container {
  position: absolute;
  background-image: url(/images/news-hero.png?7fbda8fe5e0e7fca621e258fe4dc67b0);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  height: 100%;
  width: 100%;
  right: 0;
  z-index: -2;
  opacity: 0;
}

@media screen and (max-width: 779px) {
  .hero--news .container {
    background-image: url(/images/news-hero-mobile.png?dc412ed5b6540b7f343c12c062f2b124);
    background-size: cover;
  }
}

.hero--news .container .cover-text-container {
  position: absolute;
  background-color: #002638;
  opacity: 0.9;
  height: 100%;
  width: 40%;
  left: 0;
  z-index: -1;
  width: 0;
}

.hero--news .container .cover-text-container .text-container-mobile {
  display: none;
}

@media screen and (max-width: 779px) {
  .hero--news .container .cover-text-container {
    width: 100% !important;
    height: 45%;
    z-index: 1;
  }

  .hero--news .container .cover-text-container .text-container-mobile {
    display: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
  }

  .hero--news .container .cover-text-container .text-container-mobile p {
    font-family: "Intro";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.15em;
    color: #ffffff;
    text-align: center;
    opacity: 0;
  }

  .hero--news .container .cover-text-container .text-container-mobile h2 {
    font-family: "Rage Italic Com";
    font-style: italic;
    font-weight: normal;
    font-size: 51px;
    line-height: 70px;
    letter-spacing: -0.01em;
    color: #ecf2f6;
    text-align: center;
    opacity: 0;
  }
}

.hero-article-template {
  background-color: #002638;
  margin-top: 115px;
  position: relative;
  display: flex;
  height: 500px;
}

@media screen and (max-width: 959px) {
  .hero-article-template {
    height: 420px !important;
  }
}

@media screen and (max-width: 779px) {
  .hero-article-template {
    height: 370px !important;
  }
}

.hero-article-template #reveal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: 1;
}

.hero-article-template .hero-articles-waves {
  position: absolute;
  right: 0;
  height: 100% !important;
}

@media screen and (max-width: 779px) {
  .hero-article-template .hero-articles-waves {
    height: 100% !important;
  }
}

.hero-article-template .hero-articles-waves.user-added {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  z-index: 0;
}

.hero-article-template .hero-articles-waves.user-added ~ .article-bg-cover {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(11, 38, 54, 0.6);
  z-index: 0;
}

.hero-article-template .hero-content {
  margin-top: 85px !important;
  opacity: 0;
}

@media screen and (max-width: 779px) {
  .hero-article-template .hero-content {
    margin-top: 65px !important;
  }
}

.hero-article-template .hero-content p {
  font-family: "Intro";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b58756;
  margin-bottom: 40px;
}

@media screen and (max-width: 779px) {
  .hero-article-template .hero-content p {
    font-size: 14px !important;
    line-height: 14px !important;
    margin-bottom: 20px !important;
  }
}

.hero-article-template .hero-content h1 {
  font-family: "Intro";
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 50px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 850px;
  margin-bottom: 40px;
}

@media screen and (max-width: 779px) {
  .hero-article-template .hero-content h1 {
    font-size: 20px !important;
    line-height: 26px !important;
    margin-bottom: 20px !important;
  }
}

.hero-article-template .hero-content .date-content {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hero-article-template .hero-content .date-content img {
  margin-right: 10px;
}

.hero-article-template .hero-content .date-content span {
  margin: auto;
  font-family: "Intro";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
}

.articleCrm #reveal-overlay {
  height: 0 !important;
  width: 0 !important;
}

.articleCrm .hero-content {
  opacity: 1 !important;
}

.mobile-hero-waves {
  display: none;
}

@media screen and (max-width: 959px) {
  .mobile-hero-waves {
    display: unset;
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 999;
    left: -4px;
    height: 147px;
    width: 28px;
    z-index: -1;
  }
}

.news-teaser {
  background: #ECF2F6;
  position: relative;
  padding: 65px 0;
}

.news-teaser .shape {
  position: absolute;
  height: 400px;
  width: 400px;
  opacity: 0;
}

.news-teaser .shape.left {
  top: 0;
  left: -70px;
}

.news-teaser .shape.right {
  bottom: 5px;
  right: -20px;
}

@media screen and (max-width: 959px) {
  .news-teaser .shape.right {
    display: none;
  }
}

.news-teaser .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  line-height: 55px;
  color: #002638;
  margin-bottom: 30px;
  opacity: 0;
}

.news-teaser .news-teaser__wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  height: 375px;
}

.news-teaser .news-teaser__wrapper > div {
  margin-right: 30px;
}

.news-teaser .news-teaser__wrapper > div:last-child {
  margin-right: 0;
}

@media screen and (max-width: 959px) {
  .news-teaser .news-teaser__wrapper {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .news-teaser .news-teaser__wrapper > div {
    margin-right: 0px;
    margin-bottom: 40px;
  }
}

.news-teaser .card-odd,
.news-teaser .card-even {
  width: 280px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1399px) {
  .news-teaser .card-odd,
  .news-teaser .card-even {
    width: 260px;
  }
}

@media screen and (max-width: 959px) {
  .news-teaser .card-odd,
  .news-teaser .card-even {
    margin: auto;
  }
}

@media screen and (max-width: 1199px) {
  .news-teaser .card-even:last-child {
    display: none;
  }
}

@media only screen and (min-device-width: 960px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .news-teaser .card-even:last-child {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .news-teaser .card-even:last-child {
    display: unset;
  }
}

.news-teaser .card-odd .card {
  top: 0;
}

.news-teaser .card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 375px;
  width: 280px;
  border-bottom: 7px solid #B58756;
  border-radius: 3px;
}

@media screen and (max-width: 1399px) {
  .news-teaser .card {
    width: 260px;
  }
}

@media screen and (max-width: 1199px) {
  .news-teaser .card:nth-child(4) {
    display: none;
  }
}

.news-teaser .card .article-animation-overlay {
  position: absolute;
  top: 0px;
  left: -1px;
  width: 101%;
  height: 102%;
  background-color: #ECF2F6;
  z-index: 1;
}

.news-teaser .card .card-hover-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #002638 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
  transition: all .3s;
}

.news-teaser .card:hover .card-hover-bg {
  cursor: pointer;
  height: 100%;
  background: linear-gradient(0deg, #B58756 0%, rgba(181, 135, 86, 0.5) 100%);
}

.news-teaser .card a.img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px;
}

.news-teaser .card .date-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 85px;
  height: 60px;
  background-color: #002638;
  border-radius: 0 3px;
  display: flex;
  flex-direction: column;
}

.news-teaser .card .date-container span {
  font-family: 'Intro Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  margin: auto;
  margin-bottom: 0;
}

.news-teaser .card .date-container span.year {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #B58756;
  margin-bottom: auto;
  margin-top: 0;
}

.news-teaser .card .article-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  cursor: pointer;
  padding: 10px 20px;
}

.news-teaser .card .article-title h6 {
  margin: 0;
  margin-bottom: 5px;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ECF2F6;
}

.news-teaser .card .article-title h3 {
  margin-bottom: 20px;
  height: 50px;
  font-family: 'Intro';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.news-teaser .card .article-title a {
  font-family: AstoriaRoman;
  font-size: 14px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #ECF2F6;
  display: flex;
}

.news-teaser .card .article-title a img {
  margin-left: 10px;
}

.news-teaser .card .article-title a img.play-icon {
  position: absolute;
  right: 15px;
  bottom: 5px;
}

.news-teaser button {
  margin: auto;
  opacity: 0;
}

.info {
  overflow-x: hidden;
  position: relative;
  background-color: #FFFFFF;
}

.info .info-cover {
  position: relative;
  padding: 200px 0 170px 0;
  background-color: #FFFFFF;
  z-index: 0;
}

@media screen and (max-width: 959px) {
  .info .info-cover {
    padding: 65px 0 0 0;
  }
}

@media screen and (max-width: 959px) {
  .info .info-cover .container {
    padding: 0;
  }
}

.info .info-wrapper {
  position: relative;
  display: flex;
}

@media screen and (max-width: 1199px) {
  .info .info-wrapper {
    display: grid;
    grid-template-columns: 52% 40%;
  }
}

@media screen and (max-width: 959px) {
  .info .info-wrapper {
    display: flex;
    flex-direction: column;
  }
}

.info .info-wrapper > img {
  position: absolute;
  height: 350px;
  top: -95px;
  left: -670px;
  z-index: -2;
  opacity: 0;
}

@media screen and (max-width: 1399px) {
  .info .info-wrapper > img {
    left: -563px;
  }
}

@media screen and (max-width: 1199px) {
  .info .info-wrapper > img {
    left: -445px;
  }
}

.info .info-wrapper .info-container {
  position: relative;
  background-color: #002638;
  border-radius: 3px;
  margin-right: -65px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  height: 650px;
  width: 0;
}

@media screen and (max-width: 1399px) {
  .info .info-wrapper .info-container {
    height: 600px;
  }
}

@media screen and (max-width: 1199px) {
  .info .info-wrapper .info-container {
    width: 665px;
    height: 600px;
  }
}

@media screen and (max-width: 959px) {
  .info .info-wrapper .info-container {
    margin-top: 55px;
    padding-top: 55px;
    height: 835px;
    width: 100% !important;
    display: flex;
    flex-direction: row;
  }
}

.info .info-wrapper .info-container .info-content {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .info .info-wrapper .info-container .info-content {
    height: 600px;
    width: 515px;
  }
}

@media screen and (max-width: 959px) {
  .info .info-wrapper .info-container .info-content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.info .info-wrapper .info-container .info-content .info-box {
  position: absolute;
  padding: 60px 100px 60px 70px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .info .info-wrapper .info-container .info-content .info-box {
    padding: 40px 0px 40px 55px;
  }
}

@media screen and (max-width: 959px) {
  .info .info-wrapper .info-container .info-content .info-box {
    position: unset;
    padding: 20px;
    margin-top: 150px;
    min-height: 600px;
  }
}

.info .info-wrapper .info-container .parahraph-info-wrapper {
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 633px;
}

@media screen and (max-width: 1399px) {
  .info .info-wrapper .info-container .parahraph-info-wrapper {
    width: 560px;
    overflow: unset;
  }
}

@media screen and (max-width: 1199px) {
  .info .info-wrapper .info-container .parahraph-info-wrapper {
    width: 460px;
    overflow: unset;
  }
}

@media screen and (max-width: 959px) {
  .info .info-wrapper .info-container .parahraph-info-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .info .info-wrapper .info-container .parahraph-info-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}

.info .info-wrapper .info-container .parahraph-info-wrapper .parahraph-info {
  overflow: hidden;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .info .info-wrapper .info-container .parahraph-info-wrapper .parahraph-info {
    width: 460px;
    overflow: unset;
  }
}

.info .info-wrapper .info-container .parahraph-info-wrapper .parahraph-info p {
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .info .info-wrapper .info-container .parahraph-info-wrapper .parahraph-info p {
    width: unset;
  }
}

@media screen and (max-width: 959px) {
  .info .info-wrapper .info-container .parahraph-info-wrapper .parahraph-info p {
    text-align: center;
  }
}

@media screen and (max-width: 959px) {
  .info .info-wrapper .info-container .parahraph-info-wrapper .parahraph-info button {
    margin: auto;
  }
}

.info .info-wrapper .image-container {
  display: flex;
  z-index: 5;
}

@media screen and (max-width: 959px) {
  .info .info-wrapper .image-container {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
}

.info .info-wrapper .image-container .img-wrapper {
  display: flex;
}

.info .info-wrapper .image-container .img-wrapper a {
  position: relative;
  display: flex;
}

.info .info-wrapper .image-container .img-wrapper a .image-cover {
  margin: auto;
  position: relative;
  height: 410px;
  width: 620px;
  overflow: hidden;
  opacity: 0;
}

@media screen and (max-width: 1399px) {
  .info .info-wrapper .image-container .img-wrapper a .image-cover {
    width: 530px;
    height: 330px;
  }
}

@media screen and (max-width: 1199px) {
  .info .info-wrapper .image-container .img-wrapper a .image-cover {
    width: 475px;
    height: 290px;
  }
}

@media screen and (max-width: 959px) {
  .info .info-wrapper .image-container .img-wrapper a .image-cover {
    width: 355px;
    height: 276px;
  }
}

.info .info-wrapper .image-container .img-wrapper a .image-cover > img {
  position: absolute;
  top: 0;
  right: 0;
  height: 410px;
  width: 620px;
}

@media screen and (max-width: 1399px) {
  .info .info-wrapper .image-container .img-wrapper a .image-cover > img {
    width: 530px;
    height: 330px;
  }
}

@media screen and (max-width: 1199px) {
  .info .info-wrapper .image-container .img-wrapper a .image-cover > img {
    right: -30px;
  }
}

@media screen and (max-width: 959px) {
  .info .info-wrapper .image-container .img-wrapper a .image-cover > img {
    right: 0;
    width: auto;
    height: auto;
  }
}

.info .info-wrapper .image-container .img-wrapper a .info-image-waves {
  position: absolute;
  top: -23px;
  right: -144px;
  height: 321px;
  z-index: -1;
  height: 0;
}

@media screen and (max-width: 1399px) {
  .info .info-wrapper .image-container .img-wrapper a .info-image-waves {
    right: -110px;
  }
}

@media screen and (max-width: 1199px) {
  .info .info-wrapper .image-container .img-wrapper a .info-image-waves {
    height: 255px;
    top: -24px;
    right: -105px;
  }
}

@media screen and (max-width: 959px) {
  .info .info-wrapper .image-container .img-wrapper a .info-image-waves {
    display: none;
  }
}

.info .title-info {
  font-family: 'Rage Italic Com';
  font-weight: normal;
  font-style: italic;
  margin: 0;
  margin-bottom: 3px;
  text-align: left;
  font-size: 65px;
  line-height: 65px;
  align-items: center;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  display: block;
  margin-bottom: 35px;
  overflow: hidden;
  margin-bottom: 40px;
  height: 70px;
  padding-left: 3px;
}

@media screen and (max-width: 1199px) {
  .info .title-info {
    font-size: 56px;
    line-height: 55px;
    height: 81px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .info .title-info {
    min-height: 70px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 959px) {
  .info .title-info {
    text-align: center;
  }
}

.info p {
  font-family: AstoriaLight;
  font-weight: 300;
  font-style: normal;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  color: #FFFFFF;
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (max-width: 1399px) {
  .info p {
    font-size: 15px;
    line-height: 21px;
  }
}

.info p strong {
  font-family: AstoriaMediumItalic;
  font-weight: 600;
  line-height: 24px;
  overflow: hidden;
}

@media screen and (max-width: 1399px) {
  .info p strong {
    font-size: 14px;
    line-height: 35px;
  }
}

.info p:last-of-type {
  font-size: 19px;
  line-height: 35px;
}

.info p a {
  font-family: AstoriaLight;
  font-style: italic;
  font-weight: bold;
  line-height: 35px;
  font-size: 20px;
  text-align: right;
  color: #88B7AB;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  cursor: default;
}

@media screen and (max-width: 1399px) {
  .info p a {
    font-size: 14px;
    line-height: 35px;
  }
}

.info .col-md-6:nth-child(2) {
  display: flex;
}

.info .img-wrapper {
  position: relative;
}

@media screen and (max-width: 1199px) {
  .info .img-wrapper {
    display: flex;
  }
}

.info .img-wrapper a {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}

.info img {
  width: 100%;
  height: auto;
}

.offer {
  padding: 120px 0 120px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  background-position: center;
}

@media screen and (max-width: 779px) {
  .offer {
    padding: 30px 0;
  }
}

.offer img.upper {
  position: absolute;
  top: 0;
  left: 0;
  width: 340px;
  height: 190px;
  width: 0;
}

.offer > img.lower {
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .offer > img.lower {
    display: none;
  }
}

.offer > img.upper-waves-mobile {
  display: none;
}

@media screen and (max-width: 959px) {
  .offer > img.upper-waves-mobile {
    display: block;
    position: absolute;
    top: 185px;
    left: 0;
    z-index: -1;
  }
}

.offer > img.lower-waves-mobile {
  display: none;
}

@media screen and (max-width: 959px) {
  .offer > img.lower-waves-mobile {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: -1;
  }
}

.offer .upper-waves {
  position: absolute;
  top: -35px;
  right: 0;
}

@media screen and (max-width: 959px) {
  .offer .upper-waves {
    display: none;
  }
}

.offer .lower-waves {
  position: absolute;
  bottom: 0;
  left: 0;
}

.offer .offer-title {
  opacity: 0;
}

.offer h3 {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #B58756;
  margin: 20px auto 85px auto;
}

@media screen and (max-width: 959px) {
  .offer h3 {
    margin: 20px auto 60px auto;
    font-size: 34px;
    line-height: 35px;
  }
}

.offer .offers {
  display: flex;
  justify-content: space-around;
  position: relative;
}

@media screen and (max-width: 959px) {
  .offer .offers {
    flex-direction: column;
  }
}

.offer .offers.offers--join--us {
  justify-content: center;
  gap: 45px;
}

@media screen and (max-width: 1399px) {
  .offer .offers.offers--join--us {
    height: 500px;
    gap: unset;
  }
}

@media screen and (max-width: 1199px) {
  .offer .offers.offers--join--us {
    height: 515px;
    gap: unset;
  }
}

@media screen and (max-width: 959px) {
  .offer .offers.offers--join--us {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.offer .offers.offers--join--us .offer-box {
  width: 375px;
}

.offer .offers.offers--join--us .offer-box.join-us {
  width: 400px;
}

@media screen and (max-width: 1399px) {
  .offer .offers.offers--join--us .offer-box.join-us {
    margin-right: 30px;
  }
}

@media screen and (max-width: 959px) {
  .offer .offers.offers--join--us .offer-box.join-us {
    width: 100%;
    margin-bottom: 30px;
  }
}

.offer .offers.offers--join--us .offer-box.join-us .card p {
  font-family: AstoriaRoman;
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
  color: #B58756;
}

@media screen and (max-width: 959px) {
  .offer .offers.offers--join--us .offer-box.join-us .card p {
    width: 100%;
    margin-bottom: 20px;
  }
}

.offer .offers.offers--join--us .offer-box .card {
  height: 100%;
}

.offer .offers.offers--join--us .offer-box .card p {
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
  margin-bottom: 0;
}

.offer .offers.offers--join--us .offer-box .card h3 {
  height: 70px;
  font-size: 19px;
}

.offer .offers.offers--join--us .offer-box .card h3.mobile-heading-offer {
  display: none;
}

@media screen and (max-width: 1399px) {
  .offer .offers.offers--join--us .offer-box .card h3.mobile-heading-offer {
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .offer .offers.offers--join--us .offer-box .card h3.desktop-heading-offer {
    display: none;
  }
}

.offer .offers .offer-box {
  width: 330px;
  opacity: 0;
}

@media screen and (max-width: 1399px) {
  .offer .offers .offer-box.homepage {
    height: 350px;
  }
}

@media screen and (max-width: 1199px) {
  .offer .offers .offer-box {
    width: 280px;
  }
}

@media screen and (max-width: 959px) {
  .offer .offers .offer-box {
    margin: auto;
  }
}

.offer .card {
  box-shadow: 0px 30px 45px -40px rgba(8, 30, 72, 0.35);
  border-radius: 3px;
  border: 1px solid #EFE1D0;
  position: relative;
  min-height: 255px;
  background-color: #FFFF;
  padding: 35px 30px;
  height: 100% !important;
}

@media screen and (max-width: 1199px) {
  .offer .card {
    padding: 25px 30px 0 30px;
  }

  .offer .card.offer {
    height: 315px !important;
  }
}

.offer .card img {
  position: relative;
  z-index: 1;
  height: 75px;
  width: 75px;
}

.offer .card h3 {
  margin-top: 25px;
  margin-bottom: 5px;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #002638;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .offer .card h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

.offer .card p {
  font-family: AstoriaRoman;
  font-size: 20px;
  line-height: 27px;
  color: #B58756;
}

@media screen and (max-width: 1199px) {
  .offer .card p {
    font-size: 18px;
    line-height: 26px;
  }
}

.link .link-cover {
  position: relative;
  padding: 165px 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 0;
}

@media screen and (max-width: 959px) {
  .link .link-cover {
    padding: 50px 0 70px 0;
  }
}

.link #link {
  position: absolute;
  top: -115px;
}

.link .portals-waves {
  position: absolute;
  top: -130px;
  left: 0;
}

@media screen and (max-width: 1399px) {
  .link .portals-waves {
    top: 0;
  }
}

.link .portals-shape-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.link .container {
  display: grid;
  grid-template-columns: 37% 63%;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

@media screen and (max-width: 1199px) {
  .link .container {
    opacity: 0;
  }
}

@media screen and (max-width: 959px) {
  .link .container {
    display: flex;
    flex-direction: column;
  }
}

.link .container .description {
  position: relative;
  margin-left: 50px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 1399px) {
  .link .container .description {
    margin-top: 50px;
    margin-left: 0;
  }
}

.link .container .description #portal-waves {
  width: 0;
}

.link .container .description h2 {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  line-height: 55px;
  color: #002638;
  margin-bottom: 75px;
  opacity: 0;
}

@media screen and (max-width: 1399px) {
  .link .container .description h2 {
    font-size: 38px;
    line-height: 45px;
  }
}

@media screen and (max-width: 959px) {
  .link .container .description h2 {
    margin-bottom: 30px;
    text-align: center;
  }
}

.link .container .description #portal-paragraph {
  position: relative;
  width: 390px;
  height: 135px;
  overflow: hidden;
  width: 0;
}

@media screen and (max-width: 1399px) {
  .link .container .description #portal-paragraph {
    width: 260px;
    height: 145px;
  }
}

@media screen and (max-width: 959px) {
  .link .container .description #portal-paragraph {
    margin: auto;
    text-align: center;
  }
}

.link .container .description .text {
  position: absolute;
  font-family: AstoriaLight;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  color: #002638;
  height: 135px;
  width: 390px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1399px) {
  .link .container .description .text {
    font-size: 16px;
    line-height: 21px;
    width: 260px;
    height: 145px;
  }
}

@media screen and (max-width: 959px) {
  .link .container .description .text {
    text-align: center;
  }
}

.link .container .description .text strong {
  margin-bottom: 20px;
}

.link .container .description img {
  position: absolute;
  top: -90px;
  left: -60px;
}

@media screen and (max-width: 959px) {
  .link .container .description img {
    display: none;
  }
}

.link .container .stair-container {
  display: flex;
  justify-content: space-between;
  gap: 62px;
  margin-top: 120px;
}

@media screen and (max-width: 1399px) {
  .link .container .stair-container {
    flex-direction: column;
    margin-top: -85px;
    margin-left: 60px;
  }
}

@media screen and (max-width: 1199px) {
  .link .container .stair-container {
    margin-left: 20px;
  }
}

@media screen and (max-width: 959px) {
  .link .container .stair-container {
    margin: auto;
    margin-top: 40px;
    gap: 0;
  }
}

.link .container .stair-container .portal-column {
  position: relative;
  display: flex;
}

@media screen and (max-width: 1399px) {
  .link .container .stair-container .portal-column {
    width: 250px;
  }
}

@media screen and (max-width: 959px) {
  .link .container .stair-container .portal-column {
    width: unset;
    margin-bottom: 60px !important;
  }
}

.link .container .stair-container .portal-column > img {
  position: absolute;
  z-index: -1;
}

.link .container .stair-container .portal-column .col-waves-1 {
  top: -55px;
  left: -29px;
  opacity: 0;
}

.link .container .stair-container .portal-column .col-waves-2 {
  top: 35px;
  left: -29px;
  opacity: 0;
}

.link .container .stair-container .portal-column .col-waves-3 {
  top: 130px;
  left: -29px;
  opacity: 0;
}

@media screen and (max-width: 1399px) {
  .link .container .stair-container .portal-column:nth-child(1) {
    margin-bottom: -245px;
  }
}

@media screen and (max-width: 959px) {
  .link .container .stair-container .portal-column:nth-child(1) {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1399px) {
  .link .container .stair-container .portal-column:nth-child(2) {
    margin: 25px 130px auto auto;
  }

  .link .container .stair-container .portal-column:nth-child(2) .col-waves-2 {
    top: -50px;
  }
}

@media screen and (max-width: 1199px) {
  .link .container .stair-container .portal-column:nth-child(2) {
    margin: 25px 35px auto auto;
  }
}

@media screen and (max-width: 959px) {
  .link .container .stair-container .portal-column:nth-child(2) {
    margin: 0;
  }
}

@media screen and (max-width: 1399px) {
  .link .container .stair-container .portal-column:nth-child(3) {
    margin-top: -55px;
  }

  .link .container .stair-container .portal-column:nth-child(3) .col-waves-3 {
    top: -55px;
  }
}

@media screen and (max-width: 1199px) {
  .link .container .stair-container .portal-column:nth-child(3) {
    margin-top: -50px;
  }
}

@media screen and (max-width: 959px) {
  .link .container .stair-container .portal-column:nth-child(3) {
    margin-top: 0px;
  }
}

.link .container .stair-container .col {
  margin: auto;
  padding: 30px 27px;
  background-color: #FFFFFF;
  box-shadow: 0px 20px 45px -23px #b2b2b2;
  border-radius: 2px;
  cursor: pointer;
  height: 260px;
  width: 260px;
  opacity: 0;
}

.link .container .stair-container .col.active-col:hover {
  transform: scale(1.1) !important;
}

@media screen and (max-width: 959px) {
  .link .container .stair-container .col.active-col:hover {
    transform: none !important;
  }
}

@media screen and (max-width: 959px) {
  .link .container .stair-container .col:focus {
    transform: scale(1.1) !important;
  }
}

.link .container .stair-container .col.first-col {
  border: 1px solid #B58756;
  border-top: 10px solid #B58756;
  margin-bottom: 190px;
}

@media screen and (max-width: 1399px) {
  .link .container .stair-container .col.first-col {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 959px) {
  .link .container .stair-container .col.first-col {
    margin-bottom: 0px;
  }
}

.link .container .stair-container .col.first-col a {
  color: #B58756;
}

.link .container .stair-container .col.first-col span {
  color: #B58756;
}

.link .container .stair-container .col.second-col {
  border: 1px solid #00546B;
  border-top: 10px solid #00546B;
}

.link .container .stair-container .col.second-col a {
  color: #00546B;
}

.link .container .stair-container .col.second-col span {
  color: #00546B;
}

.link .container .stair-container .col.last-col {
  border: 1px solid #88B7AB;
  border-top: 10px solid #88B7AB;
  margin-top: 190px;
}

@media screen and (max-width: 1399px) {
  .link .container .stair-container .col.last-col {
    margin-top: 0;
  }
}

.link .container .stair-container .col.last-col a {
  color: #88B7AB;
}

.link .container .stair-container .col.last-col span {
  color: #88B7AB;
}

.link .container .stair-container .col .link-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}

.link .container .stair-container .col .link-head a {
  display: flex;
  flex-direction: column;
  font-family: 'Intro';
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0.15em;
}

.link .container .stair-container .col .link-head img {
  width: 38px;
  cursor: pointer;
}

.link .container .stair-container .col span {
  font-size: 15px;
  line-height: 16px;
  font-family: 'Intro';
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.15em;
}

.link .container .stair-container .col p {
  font-family: AstoriaLight;
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
  color: #002638;
  margin-bottom: 0;
}

.section-404 {
  margin-top: 115px;
  background-image: url(/images/error-hero-img.png?49b2c82999305fc9fcee2359a2fff0b6);
  display: flex;
  justify-content: center;
  height: calc(100vh - 115px);
}

.section-404 .container {
  display: flex;
  flex-direction: column;
}

.section-404 .container img {
  margin: auto;
  margin-bottom: 50px;
  max-width: 1200px;
}

@media screen and (max-width: 1399px) {
  .section-404 .container img {
    max-width: 700px;
  }
}

@media screen and (max-width: 779px) {
  .section-404 .container img {
    max-width: 300px;
  }
}

.section-404 .container p {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  color: #002638;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 1399px) {
  .section-404 .container p {
    font-size: 25px;
  }
}

.section-404 .container a {
  margin: auto;
}

.section-404 .container button {
  margin: auto;
  height: 50px;
  margin-top: 40px;
  padding: 15px 50px;
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  transition: all .3s;
}

@media screen and (max-width: 1199px) {
  .section-404 .container button {
    margin: 0;
    margin-top: 50px;
  }
}

.vtabs {
  padding-top: 100px;
  background-color: #F3F6FA;
  position: relative;
}

@media screen and (max-width: 959px) {
  .vtabs {
    padding-top: 0;
  }
}

.vtabs .waves {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 959px) {
  .vtabs .waves {
    display: none;
  }
}

.vtabs .waves-mobile {
  display: none;
}

@media screen and (max-width: 959px) {
  .vtabs .waves-mobile {
    display: inline;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.vtabs .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.vtabs__wrapper {
  display: flex;
  gap: 40px;
  position: relative;
}

@media screen and (max-width: 959px) {
  .vtabs__wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 427px) {
  .vtabs__wrapper {
    gap: unset;
  }
}

.vtabs__wrapper .tabs-nav .title-wrapper .title {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 46px;
  text-transform: uppercase;
  color: #002638;
  position: relative;
  opacity: 0;
}

@media screen and (max-width: 959px) {
  .vtabs__wrapper .tabs-nav .title-wrapper .title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
  }
}

.vtabs__wrapper .tabs-nav .title-wrapper .title-waves-container {
  position: absolute;
  top: -67px;
  left: -30px;
}

.vtabs__wrapper .tabs-nav .title-wrapper .title-waves-container .title-waves-wrapper {
  position: relative;
  width: 145px;
  overflow: hidden;
  height: 0;
}

.vtabs__wrapper .tabs-nav .title-wrapper .title-waves-container .title-waves-wrapper img {
  position: absolute;
  height: 300px;
  width: 145px;
  left: 0;
  top: 0;
}

@media screen and (max-width: 959px) {
  .vtabs__wrapper .tabs-nav .title-wrapper .title-waves-container .title-waves-wrapper img {
    display: none;
  }
}

.vtabs__wrapper .tabs-nav nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 341px;
  margin-top: 35px;
  box-shadow: 0px 30px 45px -40px rgba(8, 30, 72, 0.35);
  border-radius: 3px;
  background-color: #ffffff;
  opacity: 0;
}

@media screen and (max-width: 959px) {
  .vtabs__wrapper .tabs-nav nav {
    margin: 0;
    width: unset;
    position: relative;
    overflow: hidden;
    flex-direction: column;
  }
}

.vtabs__wrapper .tabs-nav nav a {
  position: relative;
  width: 100%;
  cursor: pointer;
  color: #002638;
  padding: 20px 25px;
  text-align: left;
  font-family: 'Intro';
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  background: #fff;
  border-radius: 3px;
  opacity: 0;
}

.vtabs__wrapper .tabs-nav nav a:hover {
  background-color: #00546B;
  color: #ffffff;
  border-radius: 0;
}

@media screen and (max-width: 959px) {
  .vtabs__wrapper .tabs-nav nav a:hover {
    background-color: transparent;
    color: #002638;
  }
}

@media screen and (max-width: 959px) {
  .vtabs__wrapper .tabs-nav nav a {
    text-align: center;
    padding: 15px 30px;
  }
}

.vtabs__wrapper .tabs-nav nav a.selected {
  color: #FFFFFF;
  background-color: #B58756;
  border-radius: 0;
}

@media screen and (max-width: 959px) {
  .vtabs__wrapper .tabs-nav nav a.selected {
    color: #002638;
    border: 1px solid #002638;
    background-color: transparent;
    border-radius: 3px;
  }
}

.vtabs__wrapper .tabs-nav nav a.selected::before {
  content: '';
  position: absolute;
  background-color: #B58756;
  height: 100%;
  bottom: 0;
  width: 7px;
  left: -7px;
  border-radius: 3px 0 0 3px;
}

.vtabs__wrapper .tabs-nav nav a.selected::after {
  content: '';
  position: absolute;
  background-color: #B58756;
  height: 100%;
  bottom: 0;
  width: 7px;
  right: -7px;
  border-radius: 0 3px 3px 0;
}

@media screen and (max-width: 959px) {
  .vtabs__wrapper .tabs-nav nav a.selected {
    order: -1 !important;
  }

  .vtabs__wrapper .tabs-nav nav a.selected::after {
    content: url(/images/mobile-menu-down-arrow.svg?85885aee8ea4e59a31ea45769ad009e9);
    position: absolute;
    height: 5px;
    width: 7px;
    top: 50%;
    right: 23px;
    transform: translateY(-100%);
    background-color: transparent;
  }
}

.vtabs__wrapper .tabs {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 599px) {
  .vtabs__wrapper .tabs {
    margin-top: 30px;
  }
}

.vtabs__wrapper .tabs .content {
  color: #002638;
  transition: opacity 0.3s linear .3s;
  display: flex;
  width: 100%;
  position: relative;
  display: none;
}

@media screen and (max-width: 1399px) {
  .vtabs__wrapper .tabs .content {
    margin-left: 40px;
  }
}

.vtabs__wrapper .tabs .content h3 {
  font-family: AstoriaRoman;
  font-size: 24px;
  line-height: 37px;
  color: #00546B;
  margin-top: 0;
  margin-bottom: 10px;
  z-index: 1;
}

.vtabs__wrapper .tabs .content p {
  font-family: AstoriaLight;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #002638;
  margin: 0;
  margin-bottom: 15px;
}

.vtabs__wrapper .tabs .content img {
  box-shadow: 0px 30px 45px -40px rgba(8, 30, 72, 0.35);
  border-radius: 3px;
}

.vtabs__wrapper .tabs .content > div {
  padding: 47px 15px 15px 35px;
}

@media screen and (max-width: 959px) {
  .vtabs__wrapper .tabs .content > div {
    padding: 15px;
  }
}

.vtabs__wrapper .tabs .content div > ul.last-list > li {
  padding-left: 31px;
}

.vtabs__wrapper .tabs .content div > ul.last-list > li strong {
  margin-left: -28px;
  margin-bottom: 15px;
  line-height: 30px;
}

.vtabs__wrapper .tabs .content div > ul > li {
  padding-left: 39px;
}

@media screen and (max-width: 599px) {
  .vtabs__wrapper .tabs .content div > ul > li {
    padding-left: 30px;
  }
}

.vtabs__wrapper .tabs .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vtabs__wrapper .tabs .content ul li {
  font-family: AstoriaLight;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #002638;
  margin-bottom: 15px;
  position: relative;
}

.vtabs__wrapper .tabs .content ul li:before {
  content: '';
  min-width: 25px;
  width: 25px;
  height: 1px;
  background: #B58756;
  display: block;
  position: absolute;
  left: 3px;
  top: 9px;
}

@media screen and (max-width: 599px) {
  .vtabs__wrapper .tabs .content ul li:before {
    width: 16px;
    min-width: 16px;
  }
}

.vtabs__wrapper .tabs .content ul li ul {
  width: 100%;
  padding-top: 13px;
}

.vtabs__wrapper .tabs .content ul li ul li {
  padding-left: 36px;
}

@media screen and (max-width: 599px) {
  .vtabs__wrapper .tabs .content ul li ul li {
    padding-left: 25px;
  }
}

.vtabs__wrapper .tabs .content ul li ul li:before {
  background: #B58756;
  left: 0;
}

.vtabs__wrapper .tabs .content ul.last-list > li {
  padding-left: 28px;
}

.vtabs__wrapper .tabs .content ul.last-list > li:before {
  background: transparent;
  width: 0;
  height: 0;
}

.vtabs__wrapper .tabs .content .expertise-image {
  display: none;
}

.vtabs__wrapper .tabs .content.visible {
  display: flex !important;
  flex-direction: column;
}

@media screen and (max-width: 1399px) {
  .vtabs__wrapper .tabs .content.visible {
    width: 95%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 959px) {
  .vtabs__wrapper .tabs .content.visible {
    width: 100%;
    margin: 0;
  }
}

.vtabs__wrapper .tabs .content.visible .expertise-image {
  display: unset;
  opacity: 0;
}

.vtabs__wrapper .tabs .content.visible .content-text-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.vtabs__wrapper .tabs .content.visible .content-text {
  background-color: #fff;
  border-radius: 3px;
  height: 320px;
  margin-bottom: 30px;
}

@media screen and (max-width: 959px) {
  .vtabs__wrapper .tabs .content.visible .content-text {
    padding: 0 10px !important;
    background-color: transparent;
    box-shadow: none !important;
  }
}

.vtabs__wrapper .tabs .content.visible .content-text.solutions {
  padding: 30px 40px;
  overflow: hidden;
  opacity: 0;
}

@media screen and (max-width: 1399px) {
  .vtabs__wrapper .tabs .content.visible .content-text.solutions {
    height: 370px;
  }
}

@media screen and (max-width: 1199px) {
  .vtabs__wrapper .tabs .content.visible .content-text.solutions {
    height: 475px;
  }
}

@media screen and (max-width: 959px) {
  .vtabs__wrapper .tabs .content.visible .content-text.solutions {
    height: unset;
  }
}

.vtabs__wrapper .tabs .content.visible .content-text.solutions .paragraph-wrapper {
  position: relative;
}

.vtabs__wrapper .tabs .content.visible .content-text.solutions .paragraph-wrapper .paragraph-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
}

.t1 .img {
  width: 100%;
  height: auto;
}

.t1 .about-us-img {
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .t1.about-us .row .col-md-6 {
    display: flex;
  }

  .t1.about-us .row .col-md-6 img {
    height: auto;
    margin: auto;
  }

  .t1.about-us .row .col-md-6 .content {
    margin: auto;
  }
}

.t1.t1--solutions {
  margin-top: 148px;
}

@media screen and (max-width: 959px) {
  .t1.t1--solutions .col-md-6 img {
    margin: auto;
  }

  .t1.t1--solutions .col-md-6 .content {
    margin: auto;
  }
}

.t1.t1--solutions .title {
  top: -65px;
}

@media screen and (max-width: 1399px) {
  .t1.t1--solutions .title {
    top: -73px;
  }
}

@media screen and (max-width: 1199px) {
  .t1.t1--solutions .title {
    top: -142px;
  }
}

@media screen and (max-width: 959px) {
  .t1.t1--solutions .title {
    top: -59px;
  }
}

@media screen and (max-width: 779px) {
  .t1.t1--solutions .title {
    top: -76px;
  }
}

.t1.t1--solutions .title + img {
  margin-top: 18px;
}

.t1.t1--active-equity {
  position: relative;
  padding: 160px 0;
}

@media screen and (max-width: 779px) {
  .t1.t1--active-equity {
    padding: 110px 0;
  }
}

@media screen and (max-width: 599px) {
  .t1.t1--active-equity {
    padding: 40px 0;
  }
}

.t1.t1--active-equity .wave-top {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 959px) {
  .t1.t1--active-equity .wave-top {
    display: none;
  }
}

.t1.t1--active-equity .wave-bottom {
  position: absolute;
  bottom: -310px;
  right: 0;
}

.t1.t1--active-equity .row .col-md-6 {
  padding: 0;
}

.t1.t1--active-equity .row .col-md-6 img {
  width: 100%;
  opacity: 0;
}

.t1.t1--active-equity .container .row {
  padding-bottom: 0;
}

@media screen and (max-width: 959px) {
  .t1.t1--active-equity .container .row {
    padding-bottom: 30px;
  }
}

.t1.t1--active-equity .container .innovative-rage-img {
  background-image: url(/images/innovative-range.png?4a10c3bf716bc78e438a021ccf1a8f6c);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  height: 550px;
  opacity: 0;
}

@media screen and (max-width: 1399px) {
  .t1.t1--active-equity .container .innovative-rage-img {
    height: 520px;
  }
}

@media screen and (max-width: 779px) {
  .t1.t1--active-equity .container .innovative-rage-img {
    background-image: url(/images/innovative-range-mobile.png?345fc96c634b0e81da2d131ba9844023);
    height: 245px;
    border-radius: 3;
  }
}

.t1.t1--active-equity .container .innovative-rage-text-container {
  position: relative;
  overflow: hidden;
}

.t1.t1--active-equity .container .innovative-rage-text-container .content-wrapper {
  overflow: hidden;
  opacity: 0;
}

.t1.t1--active-equity .container .innovative-rage-text-container .content-wrapper .content {
  display: block;
  width: 100%;
}

.t1.t1--active-equity .container .innovative-rage-text-container .content-wrapper .content .text-wrapper {
  position: relative;
}

.t1.t1--active-equity .container .innovative-rage-text-container .content-wrapper .content .text-wrapper .innovative-rage-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #E3F1E9;
}

.t1.t1--active-equity .container .innovative-rage-text-container .content-wrapper .content .text-wrapper .superposed-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #88B7AB;
  z-index: 1;
}

.t1.t1--active-equity h3 {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 51px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #88B7AB;
  margin-bottom: 100px;
  opacity: 0;
}

.t1.t1--active-equity h3.mobile-title {
  display: none;
}

@media screen and (max-width: 779px) {
  .t1.t1--active-equity h3 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 30px;
  }

  .t1.t1--active-equity h3.mobile-title {
    display: block;
  }

  .t1.t1--active-equity h3.desktop-title {
    display: none;
  }
}

.t1.t1--active-equity .content {
  width: 100%;
  background-color: #E3F1E9;
  border-radius: 3px;
  padding: 50px 40px;
}

@media screen and (max-width: 1399px) {
  .t1.t1--active-equity .content {
    padding: 30px 35px;
  }
}

@media screen and (max-width: 959px) {
  .t1.t1--active-equity .content {
    padding: 15px 20px;
  }
}

.t1.t1--active-equity .content p {
  font-family: AstoriaLight;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  color: #002638;
}

@media screen and (max-width: 1199px) {
  .t1.t1--active-equity .content p {
    font-size: 15px;
    line-height: 21px;
  }
}

.t1.t1--active-equity .content p strong {
  font-family: 'Intro';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #002638;
}

@media screen and (max-width: 1399px) {
  .t1.t1--active-equity .content p strong {
    font-size: 16px;
    line-height: 25px;
  }
}

@media screen and (max-width: 1199px) {
  .t1.t1--active-equity .content p strong {
    font-size: 15px;
    line-height: 21px;
  }
}

.t1.t1--active-equity .superposed-container {
  background-color: #88B7AB;
  padding: 24px 35px;
  width: 113%;
  border-radius: 3px;
  opacity: 0;
}

@media screen and (max-width: 959px) {
  .t1.t1--active-equity .superposed-container {
    width: 100%;
    padding: 15px 20px;
  }
}

.t1.t1--active-equity .superposed-container p {
  font-family: AstoriaRoman;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  position: relative;
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .t1.t1--active-equity .superposed-container p {
    font-size: 15px;
    line-height: 21px;
  }
}

.t1.t1--about-us {
  position: relative;
  padding: 112px 0;
}

@media screen and (max-width: 779px) {
  .t1.t1--about-us {
    padding-bottom: 0;
    padding-top: 60px;
  }
}

.t1.t1--about-us .container {
  max-width: 1500px;
}

@media screen and (max-width: 1399px) {
  .t1.t1--about-us .row {
    justify-content: center;
  }
}

@media screen and (max-width: 779px) {
  .t1.t1--about-us .row {
    flex-direction: column;
  }
}

.t1.t1--about-us .row .col-md-6 {
  padding: 0;
}

.t1.t1--about-us .row .col-md-6.col-img {
  flex: 0 0 55%;
  max-width: 55%;
  background-image: url(/images/who-are-we.png?43b05d1bd4d3ada27329775ace958c24);
  height: 640px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}

.t1.t1--about-us .row .col-md-6.col-img .who-are-we-img {
  display: none;
}

@media screen and (max-width: 1399px) {
  .t1.t1--about-us .row .col-md-6.col-img {
    background-image: url(/images/who-are-we-tablet.png?298475bb75358887459fdf075dd86859);
    max-width: 40%;
    height: 600px;
    width: 550px;
  }
}

@media screen and (max-width: 1199px) {
  .t1.t1--about-us .row .col-md-6.col-img {
    max-width: 45%;
    width: 450px;
    height: 675px;
  }
}

@media screen and (max-width: 779px) {
  .t1.t1--about-us .row .col-md-6.col-img {
    background-image: unset;
    flex: unset;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .t1.t1--about-us .row .col-md-6.col-img .who-are-we-img {
    display: unset;
  }
}

.t1.t1--about-us .row .col-md-6.col-text {
  flex: 0 0 45%;
  max-width: 45%;
  position: relative;
}

@media screen and (max-width: 779px) {
  .t1.t1--about-us .row .col-md-6.col-text {
    flex: unset;
    max-width: unset;
    width: 100%;
  }
}

.t1.t1--about-us .row .col-md-6.col-text .col-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 2;
}

.t1.t1--about-us .row .col-md-6 img {
  width: 100%;
}

.t1.t1--about-us .wave-top {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}

.t1.t1--about-us .wave-bottom {
  position: absolute;
  bottom: -310px;
  right: 0;
  transform: scale(0);
}

.t1.t1--about-us h3 {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 51px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #B58756;
  margin-bottom: 80px;
  opacity: 0;
}

@media screen and (max-width: 779px) {
  .t1.t1--about-us h3 {
    margin-bottom: 40px;
  }
}

.t1.t1--about-us .content {
  width: 100%;
  background-color: #EFE1D0;
  padding: 40px 45px;
  position: relative;
}

@media screen and (max-width: 779px) {
  .t1.t1--about-us .content {
    padding: 20px;
  }
}

.t1.t1--about-us .content .strong-content {
  position: relative;
}

.t1.t1--about-us .content .strong-content .strong-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EFE1D0;
  z-index: 1;
}

.t1.t1--about-us .content .paraghraph-content {
  position: relative;
}

.t1.t1--about-us .content .paraghraph-content .paraghraph-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EFE1D0;
  z-index: 1;
}

.t1.t1--about-us .content p {
  font-family: AstoriaLight;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #002638;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .t1.t1--about-us .content p {
    font-size: 15px;
    line-height: 21px;
  }
}

.t1.t1--about-us .content p strong {
  font-family: 'Intro';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #B58756;
}

@media screen and (max-width: 1399px) {
  .t1.t1--about-us .content p strong {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1199px) {
  .t1.t1--about-us .content p strong {
    font-size: 15px;
    line-height: 21px;
  }
}

.t1.t1--single {
  padding-top: 49px;
  background: #ECF2F6;
}

.t1.t1--single .content h3 {
  color: #002638;
}

.t1.t1--single .content p {
  font-family: AstoriaRoman;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #002638;
}

.t2 {
  background: #FFFFFF;
  padding-top: 55px;
  padding-bottom: 11px;
}

.t2--solutions {
  padding: 120px 0;
  position: relative;
}

@media screen and (max-width: 959px) {
  .t2--solutions {
    padding: 75px 0;
  }
}

@media screen and (max-width: 599px) {
  .t2--solutions {
    padding: 60px 0;
  }
}

.t2--solutions .waves {
  position: absolute;
  top: 0;
  left: 0;
}

.t2--solutions .bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}

.t2--solutions h2 {
  opacity: 0;
}

@media screen and (max-width: 1199px) {
  .t2--solutions h2 {
    margin-bottom: 10px !important;
  }

  .t2--solutions .content {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 1199px) {
  .t2--solutions h2 {
    margin-bottom: 50px !important;
  }
}

.t2--solutions .keys-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .t2--solutions .keys-row {
    grid-template-rows: 1fr 1.2fr;
    grid-template-columns: unset;
    row-gap: 40px;
  }
}

@media screen and (max-width: 959px) {
  .t2--solutions .keys-row {
    row-gap: unset;
  }
}

@media screen and (max-width: 779px) {
  .t2--solutions .keys-row {
    grid-template-rows: 1fr 352px;
  }
}

.t2--solutions .keys-row .keys-container {
  display: grid;
  grid-template-rows: 1fr 1fr;
  row-gap: 40px;
}

@media screen and (max-width: 1199px) {
  .t2--solutions .keys-row .keys-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

@media screen and (max-width: 959px) {
  .t2--solutions .keys-row .keys-container {
    display: flex;
    flex-direction: column;
    row-gap: unset;
  }
}

.t2--solutions .keys-row .keys-container .key-container {
  padding: 30px;
  border: 1px solid #002638;
  box-sizing: border-box;
  box-shadow: 0px 30px 45px -40px rgba(8, 30, 72, 0.35);
  border-radius: 3px;
  background-color: #FFF;
  display: flex;
  opacity: 0;
}

@media screen and (max-width: 959px) {
  .t2--solutions .keys-row .keys-container .key-container {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 779px) {
  .t2--solutions .keys-row .keys-container .key-container {
    box-shadow: none;
  }
}

.t2--solutions .keys-row .keys-container .key-container .content {
  display: flex;
  flex-direction: column;
}

.t2--solutions .keys-row .keys-container .key-container .content .key-head {
  display: flex;
  margin-bottom: 30px;
}

.t2--solutions .keys-row .keys-container .key-container .content .key-head img {
  margin-right: 20px;
}

.t2--solutions .keys-row .keys-container .key-container .content .key-head h3 {
  font-family: AstoriaRoman;
  font-size: 36px;
  line-height: 60px;
  color: #00546B;
}

@media screen and (max-width: 959px) {
  .t2--solutions .keys-row .keys-container .key-container .content .key-head h3 {
    font-size: 28px;
    line-height: 24px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 20px;
  }
}

@media screen and (max-width: 375px) {
  .t2--solutions .keys-row .keys-container .key-container .content .key-head h3 {
    font-size: 23px;
    line-height: 24px;
  }
}

.t2--solutions .keys-row .keys-container .key-container .content p {
  font-family: AstoriaLight;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  color: #002638;
  margin-top: 0;
}

@media screen and (max-width: 959px) {
  .t2--solutions .keys-row .keys-container .key-container .content p {
    font-size: 15px;
    line-height: 21px;
  }
}

.t2--solutions .keys-row .keys-container .key-container .content p:last-child {
  margin-bottom: 0;
}

.t2--solutions .keys-row .keys-image-container {
  opacity: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  box-shadow: 0px 30px 45px -40px rgba(8, 30, 72, 0.35);
  background-repeat: no-repeat;
  background-size: cover;
}

.t2--solutions .keys-row .keys-image-container.first {
  background-image: url(/images/success-factors1.jpg?92dbc758ba183b86c9b8551601a6994b);
}

@media screen and (max-width: 1199px) {
  .t2--solutions .keys-row .keys-image-container.first {
    background-image: url(/images/success-factors1-tablet.png?3a2507cc90893f538d303b0f6fb25f82);
  }
}

@media screen and (max-width: 427px) {
  .t2--solutions .keys-row .keys-image-container.first {
    background-image: url(/images/success-factors1-mobile.png?78efecdd12389ede97cfa787e62accc7);
    background-size: cover;
    box-shadow: 0px 30px 45px -40px rgba(8, 30, 72, 0.35);
    background-position: center;
  }
}

.t2--solutions .keys-row .keys-image-container.second {
  background-image: url(/images/success-factors2.jpg?ee5dcd032a0a360a8b98aa060381bfd1);
}

@media screen and (max-width: 1199px) {
  .t2--solutions .keys-row .keys-image-container.second {
    order: 2;
    background-image: url(/images/success-factors2-tablet.png?b456d4dcdf4fddd4b2f98ad02b352ba8);
    background-position: center;
  }
}

@media screen and (max-width: 427px) {
  .t2--solutions .keys-row .keys-image-container.second {
    background-image: url(/images/success-factors2-mobile.png?4ecfce2b11c0c77155fa82e7de3fbea9);
    background-size: cover;
    box-shadow: 0px 30px 45px -40px rgba(8, 30, 72, 0.35);
    background-position: center;
  }
}

.t2 .img {
  width: 100%;
  height: auto;
}

.t2 h2 {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 39px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #B58756;
  margin-bottom: 90px;
}

@media screen and (max-width: 1199px) {
  .t2 h2 {
    font-size: 36px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 779px) {
  .t2 h2 {
    margin-bottom: 54px !important;
    font-size: 30px;
    line-height: 35px;
  }
}

.t3 {
  background: #ECF2F6;
  min-height: 400px;
  display: flex;
  align-items: center;
  padding: 75px 0;
}

@media screen and (max-width: 959px) {
  .t3 {
    min-height: inherit;
    padding: 30px 0;
  }
}

.t3 img {
  height: auto;
  margin: 0 auto;
  cursor: pointer;
}

@media screen and (max-width: 779px) {
  .t3 img {
    height: 50px;
  }
}

.t3 .open-row {
  display: grid;
  grid-template-columns: 40% 55%;
  gap: 5%;
}

@media screen and (max-width: 1199px) {
  .t3 .open-row {
    grid-template-columns: 35% 55%;
    gap: 10%;
  }
}

@media screen and (max-width: 959px) {
  .t3 .open-row {
    grid-template-columns: unset;
    grid-template-rows: auto auto;
    gap: 0;
  }

  .t3 .open-row .col-md-6:first-child {
    padding: 50px 0;
  }
}

.t3 .open-row .col-md-6 {
  max-width: 100%;
}

.t3 .open-row .col-md-6.logo-open {
  opacity: 0;
}

.t3 .content button {
  opacity: 0;
}

@media screen and (max-width: 959px) {
  .t3 .content button {
    margin: auto;
  }
}

.t3 .content button span {
  margin-right: 8px;
}

.t3 .content .open-content {
  margin-bottom: 35px;
}

.t3 .content .open-content .text-wrapper {
  position: relative;
}

.t3 .content .open-content .text-wrapper .text {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ECF2F6;
}

.t3 .content .open-content .text-wrapper .text-strong {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ECF2F6;
}

@media screen and (max-width: 779px) {
  .t3 .content .open-btn {
    margin: auto;
  }
}

.t3 .content h3 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #00546B;
  margin-bottom: 10px;
  font-family: 'Intro';
  font-weight: normal;
  font-style: normal;
  position: relative;
  z-index: 1;
}

.t3 .content h3:after {
  content: "";
  width: 31px;
  height: 31px;
  position: absolute;
  left: -8px;
  background: #fff;
  z-index: -1;
  top: -4px;
}

.t3 .content p {
  margin-bottom: 10px;
  font-family: AstoriaRoman;
  font-size: 16px;
  line-height: 21px;
  text-align: justify;
  color: #002638;
}

@media screen and (max-width: 779px) {
  .t3 .content p {
    text-align: center;
  }
}

.t3 .content p span {
  font-family: AstoriaRoman;
  font-size: 24px;
  line-height: 33px;
  color: #00546B;
}

@media screen and (max-width: 779px) {
  .t3 .content p span {
    text-align: center;
  }
}

.t4 {
  background: #FFF;
  margin-bottom: 50px;
  min-height: 381px;
  display: flex;
  align-items: center;
  padding: 79px 0 0;
}

@media screen and (max-width: 959px) {
  .t4 {
    min-height: inherit;
    padding: 30px 0;
  }
}

.t4.t4--news {
  padding-top: 57px;
  margin-bottom: 96px;
}

@media screen and (max-width: 779px) {
  .t4.t4--news {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}

.t4.t4--news .investing-text,
.t4.t4--news .investing-video {
  opacity: 0;
}

@media screen and (max-width: 959px) {
  .t4.t4--news .row {
    flex-direction: column-reverse;
  }

  .t4.t4--news .row .col-md-6:nth-child(2) {
    margin-bottom: 30px;
  }
}

.t4.t4--news .videos-container {
  display: flex;
  flex-direction: column;
}

.t4.t4--news .videos-container .video-container-upper {
  display: flex;
}

@media screen and (max-width: 959px) {
  .t4.t4--news .videos-container .video-container-upper {
    flex-direction: column;
  }
}

.t4.t4--news .videos-container .video-container-upper .investing-video {
  margin-right: 40px;
  display: flex;
}

@media screen and (max-width: 1399px) {
  .t4.t4--news .videos-container .video-container-upper .investing-video {
    margin-right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 959px) {
  .t4.t4--news .videos-container .video-container-upper .investing-video {
    margin-bottom: 20px;
  }
}

.t4.t4--news .videos-container .video-container-upper .investing-text {
  display: flex;
}

.t4.t4--news .videos-container .video-container-upper .investing-text .content {
  margin: auto;
}

@media screen and (max-width: 1399px) {
  .t4.t4--news .videos-container .video-container-upper .investing-text .content {
    width: 85%;
  }
}

@media screen and (max-width: 959px) {
  .t4.t4--news .videos-container .video-container-upper .investing-text .content {
    width: 100%;
  }
}

.t4.t4--news .videos-container .video-container-lower {
  display: flex;
}

@media screen and (max-width: 959px) {
  .t4.t4--news .videos-container .video-container-lower {
    flex-direction: column-reverse;
  }
}

.t4.t4--news .videos-container .video-container-lower .investing-video {
  margin-left: 40px;
  display: flex;
}

@media screen and (max-width: 1399px) {
  .t4.t4--news .videos-container .video-container-lower .investing-video {
    margin-left: 0;
    margin: auto;
  }
}

@media screen and (max-width: 959px) {
  .t4.t4--news .videos-container .video-container-lower .investing-video {
    margin-bottom: 20px;
  }
}

.t4.t4--news .videos-container .video-container-lower .investing-text {
  display: flex;
}

.t4.t4--news .videos-container .video-container-lower .investing-text .content {
  margin: auto;
}

@media screen and (max-width: 1399px) {
  .t4.t4--news .videos-container .video-container-lower .investing-text .content {
    width: 85%;
  }
}

@media screen and (max-width: 959px) {
  .t4.t4--news .videos-container .video-container-lower .investing-text .content {
    width: 100%;
  }
}

.t4.t4--news .content {
  margin-right: 30px;
}

@media screen and (max-width: 779px) {
  .t4.t4--news .content {
    margin-right: 0;
    padding: 0 15px;
  }
}

.t4.t4--news .content h3,
.t4.t4--news .content p {
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 959px) {
  .t4.t4--news .content h3,
  .t4.t4--news .content p {
    margin-left: 0;
    max-width: 100%;
    text-align: center;
  }
}

.t4.t4--news .content h3 {
  margin-bottom: 50px;
}

@media screen and (max-width: 1199px) {
  .t4.t4--news .content h3 {
    font-size: 33px;
    margin-bottom: 20px;
  }
}

.t4.t4--news .content p {
  margin-top: 0;
  font-family: AstoriaLight;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
}

.t4.t4--news .youtube,
.t4.t4--news .youtube2 {
  width: 100%;
  height: 425px;
  position: relative;
  overflow: hidden;
  display: flex;
}

@media screen and (max-width: 1199px) {
  .t4.t4--news .youtube,
  .t4.t4--news .youtube2 {
    height: 350px;
  }
}

@media screen and (max-width: 959px) {
  .t4.t4--news .youtube,
  .t4.t4--news .youtube2 {
    height: 425px;
  }
}

@media screen and (max-width: 779px) {
  .t4.t4--news .youtube,
  .t4.t4--news .youtube2 {
    height: 370px;
  }
}

@media screen and (max-width: 599px) {
  .t4.t4--news .youtube,
  .t4.t4--news .youtube2 {
    height: 350px;
  }
}

@media screen and (max-width: 427px) {
  .t4.t4--news .youtube,
  .t4.t4--news .youtube2 {
    height: 255px;
  }
}

.t4.t4--news .youtube .play-button,
.t4.t4--news .youtube2 .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  cursor: pointer;
}

.t4.t4--news .youtube .play-button:hover svg,
.t4.t4--news .youtube2 .play-button:hover svg {
  opacity: .9;
}

.t4.t4--news .youtube .play-button svg,
.t4.t4--news .youtube2 .play-button svg {
  opacity: 1;
  transition: .3s;
}

@media screen and (max-width: 1199px) {
  .t4.t4--news .youtube .play-button svg,
  .t4.t4--news .youtube2 .play-button svg {
    width: 120px;
    height: 120px;
  }
}

.t4.t4--news .youtube img,
.t4.t4--news .youtube2 img {
  position: absolute;
  width: 115%;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1199px) {
  .t4.t4--news .youtube img,
  .t4.t4--news .youtube2 img {
    width: 90%;
    max-width: 150%;
  }
}

@media screen and (max-width: 779px) {
  .t4.t4--news .youtube img,
  .t4.t4--news .youtube2 img {
    width: 100%;
    max-width: 170%;
  }
}

.t4 img {
  height: auto;
  margin: 0 auto;
}

.t4 video {
  height: 388px;
  width: 100%;
  margin: auto;
  border: none;
}

@media screen and (max-width: 1399px) {
  .t4 video {
    height: 332px;
  }
}

@media screen and (max-width: 1199px) {
  .t4 video {
    height: 265px;
  }
}

@media screen and (max-width: 959px) {
  .t4 video {
    height: 428px;
  }
}

@media screen and (max-width: 779px) {
  .t4 video {
    height: 328px;
  }
}

@media screen and (max-width: 427px) {
  .t4 video {
    height: 214px;
  }
}

@media screen and (max-width: 399px) {
  .t4 video {
    height: 209px;
  }
}

@media screen and (max-width: 375px) {
  .t4 video {
    height: 190px;
  }
}

.t4 .content {
  padding-top: 27px;
}

.t4 .content h3 {
  font-family: Intro Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #002638;
  text-align: left;
  position: relative;
  z-index: 1;
}

.t4 .content p {
  margin-bottom: 10px;
  font-family: AstoriaRoman;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  color: #002638;
}

.t5 {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 71px 0 66px;
}

@media screen and (max-width: 959px) {
  .t5 {
    min-height: inherit;
    padding: 30px 0;
  }
}

.t5 h2 {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 41px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #B58756;
  text-align: center;
  margin-bottom: 56px;
}

@media screen and (max-width: 1199px) {
  .t5 h2 {
    font-size: 36px;
    line-height: 36px;
  }
}

.t5 h3 {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #B58756;
  margin-bottom: 10px;
}

.t5 .content p,
.t5 .content ul li,
.t5 table p,
.t5 table ul li {
  font-family: AstoriaRoman;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 19px;
  color: #002638;
  font-weight: normal;
  font-style: normal;
}

.t5 .content p,
.t5 table p {
  margin-bottom: 24px;
}

.t5 .content ul,
.t5 table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.t5 .content ul li,
.t5 table ul li {
  margin-bottom: 19px;
  position: relative;
  display: flex;
}

.t5 .content ul li:before,
.t5 table ul li:before {
  content: '';
  width: 25px;
  min-width: 25px;
  height: 1px;
  background: #B58756;
  margin-top: 9px;
  margin-right: 11px;
}

.t5 table {
  margin-bottom: 40px;
  margin-left: -5px;
  margin-right: -5px;
}

@media screen and (max-width: 959px) {
  .t5 table {
    margin-bottom: 0;
    display: block;
  }
}

@media screen and (max-width: 959px) {
  .t5 table tr {
    display: block;
  }
}

.t5 table td {
  vertical-align: top;
  width: 50%;
}

.t5 table td:first-child {
  padding-right: 12px;
}

@media screen and (max-width: 959px) {
  .t5 table td:first-child {
    padding-right: 0;
  }
}

.t5 table td + td {
  padding-left: 12px;
}

@media screen and (max-width: 959px) {
  .t5 table td + td {
    padding-left: 0;
  }
}

@media screen and (max-width: 959px) {
  .t5 table td {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
}

.t5.t1--single {
  padding-bottom: 40px;
}

.t5--in--house--research {
  margin-bottom: 200px;
  position: relative;
}

@media screen and (max-width: 779px) {
  .t5--in--house--research {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.t5--in--house--research .container p {
  font-family: AstoriaLight;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  color: #002638;
}

@media screen and (max-width: 1199px) {
  .t5--in--house--research .container p {
    font-size: 15px;
    line-height: 21px;
  }
}

@media screen and (max-width: 959px) {
  .t5--in--house--research .container p {
    text-align: center;
  }
}

.t5--in--house--research .container p strong {
  font-family: AstoriaRoman;
}

.t5--in--house--research .container p span {
  font-weight: bold;
}

.t5--in--house--research .container .text-wrapper {
  position: relative;
}

.t5--in--house--research .container .text-wrapper .text-upper,
.t5--in--house--research .container .text-wrapper .text-lower {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
}

@media screen and (max-width: 959px) {
  .t5--in--house--research .active-equity-row {
    display: grid;
    grid-template-rows: auto auto;
  }

  .t5--in--house--research .active-equity-row .col-md-6:nth-child(1) {
    order: 2;
    margin-top: -40px;
  }

  .t5--in--house--research .active-equity-row .col-md-6:nth-child(2) {
    order: 1;
  }

  .t5--in--house--research .active-equity-row .col-md-6 .title.tr {
    top: -63px;
    width: 100%;
  }

  .t5--in--house--research .active-equity-row .col-md-6 .content {
    margin: auto;
  }
}

.t5--in--house--research .active-equity-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 50px;
}

@media screen and (max-width: 779px) {
  .t5--in--house--research .active-equity-row {
    display: flex;
    flex-direction: column;
  }
}

.t5--in--house--research .active-equity-col {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .t5--in--house--research .active-equity-col {
    height: unset;
  }
}

.t5--in--house--research .active-equity-col p {
  font-family: AstoriaRoman;
  font-size: 20px;
  line-height: 19px;
  color: #002638;
}

@media screen and (max-width: 1199px) {
  .t5--in--house--research .active-equity-col p {
    font-size: 15px;
    line-height: 21px;
  }
}

@media screen and (max-width: 959px) {
  .t5--in--house--research .active-equity-col p {
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .t5--in--house--research .active-equity-col p {
    height: unset;
  }
}

.t5--in--house--research .active-equity-col .content {
  height: 100%;
}

@media screen and (max-width: 599px) {
  .t5--in--house--research .active-equity-col .content {
    height: unset;
  }
}

.t5--in--house--research .active-equity-col .content.themes-img {
  opacity: 0;
  border-radius: 3px;
  background-image: url(/images/in_house_research_equity.png?75453d6b034f22495fb782d6a4eb017f);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1399px) {
  .t5--in--house--research .active-equity-col .content.themes-img {
    height: 100%;
  }
}

@media screen and (max-width: 779px) {
  .t5--in--house--research .active-equity-col .content.themes-img {
    height: 500px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 599px) {
  .t5--in--house--research .active-equity-col .content.themes-img {
    height: 400px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 427px) {
  .t5--in--house--research .active-equity-col .content.themes-img {
    background-image: url(/images/in_house_research_equity_mobile.png?7d77df51c40310736b7f0806544d6e05);
    height: 200px;
  }
}

.t5--in--house--research .active-equity-col .content img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.t5--in--house--research .active-equity-col .content.text-content {
  font-family: AstoriaRoman;
  font-size: 20px;
  line-height: 19px;
  color: #002638;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.t5--in--house--research h3 {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 41px;
  align-items: left;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #B58756;
  margin-bottom: 5px;
  opacity: 0;
}

@media screen and (max-width: 1399px) {
  .t5--in--house--research h3 {
    position: absolute;
    top: -85px;
  }
}

@media screen and (max-width: 1199px) {
  .t5--in--house--research h3 {
    top: -110px;
    left: 50%;
    transform: translate(-50%) !important;
    width: 700px;
    text-align: center;
  }
}

@media screen and (max-width: 779px) {
  .t5--in--house--research h3 {
    font-size: 28px;
    line-height: 35px;
    width: 500px;
  }
}

@media screen and (max-width: 427px) {
  .t5--in--house--research h3 {
    width: 324px;
    top: -145px;
  }
}

.t5--in--house--research ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}

.t5--in--house--research ul li {
  padding: 15px 15px 15px 65px;
  height: 85px;
  font-family: AstoriaRoman;
  margin-bottom: 25px;
  position: relative;
  display: flex;
  color: #002638;
  box-sizing: border-box;
  border-radius: 3px;
  display: flex;
  position: relative;
  opacity: 0;
}

.t5--in--house--research ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 399px) {
  .t5--in--house--research ul li {
    height: 100px;
  }
}

.t5--in--house--research ul li span {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto auto auto 0;
  font-family: AstoriaRoman;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
  color: #002638;
}

@media screen and (max-width: 1199px) {
  .t5--in--house--research ul li span {
    font-size: 15px;
    line-height: 18px;
  }
}

.t5--in--house--research ul li:nth-child(1) {
  border: 1px solid #B58756;
}

.t5--in--house--research ul li:nth-child(1)::before {
  position: absolute;
  content: url(/images/list-icon-gold.svg?d915b919d4ea00b15149454ffd93d79f);
  width: 25px;
  min-width: 25px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.t5--in--house--research ul li:nth-child(2) {
  border: 1px solid #88B7AB;
}

.t5--in--house--research ul li:nth-child(2)::before {
  position: absolute;
  content: url(/images/list-icon-green.svg?2ea0971802687274f190c64de7559eea);
  width: 25px;
  min-width: 25px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.t5--in--house--research ul li:nth-child(3) {
  border: 1px solid #00546B;
}

.t5--in--house--research ul li:nth-child(3)::before {
  position: absolute;
  content: url(/images/list-icon-blue.svg?37741ef5ccdffbe4784dae1a6b29b6dd);
  width: 25px;
  min-width: 25px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.research-banner {
  padding-bottom: 150px;
  margin-bottom: 150px;
  position: relative;
}

.research-banner .wave-left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .research-banner .wave-left {
    display: none;
  }
}

.research-banner .wave-right {
  position: absolute;
  right: 0;
  bottom: -450px;
}

@media screen and (max-width: 959px) {
  .research-banner .wave-right {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .research-banner {
    margin-bottom: 70px;
  }
}

.research-banner .container {
  position: relative;
}

.research-banner .container .container-bg {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  box-shadow: 0px 30px 45px -40px rgba(8, 30, 72, 0.35);
  opacity: 0;
  z-index: -1;
}

@media screen and (max-width: 599px) {
  .research-banner .container .container-bg {
    background-image: url(/images/innovative_range-mobile.png?a7a831f03d23864a243967582bff63d4) !important;
    height: 240px;
  }
}

.research-banner .container .text-container {
  position: absolute;
  padding: 25px 30px;
  width: 700px;
  background-color: #B58756;
  top: -55px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 3px;
  z-index: 1;
  opacity: 0;
}

@media screen and (max-width: 959px) {
  .research-banner .container .text-container {
    width: 80%;
    bottom: -95px;
    top: unset;
  }
}

@media screen and (max-width: 599px) {
  .research-banner .container .text-container {
    padding: 15px 20px;
    bottom: -100px;
  }
}

.research-banner .container .text-container p {
  font-family: AstoriaRoman;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  text-align: justify;
  margin: 0;
}

@media screen and (max-width: 779px) {
  .research-banner .container .text-container p {
    font-size: 15px;
    line-height: 21px;
    text-align: center;
  }
}

.video-js {
  width: 800px;
  height: 450px;
}

.vjs-custom-theme .vjs-control-bar {
  background-color: transparent !important;
}

.vjs-custom-theme .vjs-big-play-button {
  opacity: 0 !important;
}

.vjs-custom-theme .vjs-volume-control {
  align-items: center !important;
}

.vjs-custom-theme .vjs-play-progress:before {
  top: -4px !important;
}

.vjs-custom-theme .vjs-fullscreen-control .vjs-icon-placeholder:before {
  line-height: 30px;
}

.vjs-custom-theme button:hover {
  color: #fff;
}

.vjs-custom-theme .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.25);
  height: 1px;
}

.vjs-custom-theme .vjs-progress-control:hover .vjs-play-progress:before {
  top: -7px !important;
}

.vjs-custom-theme .vjs-control-bar {
  height: 54px;
  background: none;
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-custom-theme .vjs-volume-panel {
  order: 4;
  display: flex;
  align-items: center;
}

.vjs-custom-theme .vjs-fullscreen-control {
  order: 5;
}

.vjs-custom-theme .vjs-picture-in-picture-control,
.vjs-custom-theme .vjs-remaining-time {
  display: none;
}

.vjs-custom-theme .vjs-play-control {
  width: 5em !important;
}

.vjs-custom-theme .vjs-play-control .vjs-icon-placeholder::before {
  font-size: 13px;
  letter-spacing: 0.16px;
  content: "Play" !important;
  font-family: sans-serif;
  line-height: 30px;
}

.vjs-custom-theme .vjs-play-control.vjs-playing .vjs-icon-placeholder::before {
  content: "Pause" !important;
  font-family: sans-serif;
}

.news {
  padding: 45px 0 120px 0;
  overflow: hidden;
  position: relative;
  min-height: 80vh;
}

@media screen and (max-width: 959px) {
  .news {
    padding: 70px 0;
  }
}

@media screen and (max-width: 779px) {
  .news {
    padding: 25px 0;
  }
}

.news .container {
  position: unset;
}

.news .news-row {
  display: flow-root;
}

.news .article-container button.load-article-btn {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
}

@media screen and (max-width: 779px) {
  .news .article-container button.load-article-btn {
    bottom: -79px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 399px) {
  .news .article-container button.load-article-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.news .title h3 {
  font-size: 42px;
  line-height: 42px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00546b;
  font-family: "Intro";
  font-weight: normal;
  font-style: normal;
}

.news__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.news__wrapper .tabs-nav {
  display: flex;
  justify-content: space-between;
}

.news__wrapper .tabs-nav.menu-nav {
  opacity: 0;
}

@media screen and (max-width: 959px) {
  .news__wrapper .tabs-nav.menu-nav {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0px;
  }
}

.news__wrapper .article-breadcrumb {
  display: flex;
  margin-left: 25px;
  margin-top: 7px;
}

@media screen and (max-width: 959px) {
  .news__wrapper .article-breadcrumb {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
  }
}

.news__wrapper .article-breadcrumb span {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 20px;
  font-family: AstoriaRoman;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #00546b;
  opacity: 0.5;
  cursor: pointer;
}

.news__wrapper .article-breadcrumb span a {
  font-family: AstoriaRoman;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #00546b;
  opacity: 0.5;
}

.news__wrapper .article-breadcrumb span a:hover {
  opacity: 1 !important;
}

.news__wrapper .article-breadcrumb span a.active {
  opacity: 1;
}

.news__wrapper .article-breadcrumb span:hover {
  opacity: 1 !important;
}

.news__wrapper .article-breadcrumb span.active {
  opacity: 1;
}

.news__wrapper .article-breadcrumb img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 20px;
  margin-top: 3px;
}

.news__wrapper nav.category-menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  color: #6c5d5d;
  align-items: center;
  justify-content: center;
  margin-bottom: 53px;
  border: none;
  margin-right: -5px;
  gap: 10px;
  justify-content: flex-end;
}

@media screen and (max-width: 959px) {
  .news__wrapper nav.category-menu {
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }

  .news__wrapper nav.category-menu a {
    display: none;
    width: calc(100% - 1px);
    height: 40px;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #002638;
  }

  .news__wrapper nav.category-menu a.selected {
    display: block;
    order: -1 !important;
    border: 1px solid #00546b !important;
    background-color: transparent !important;
    color: #00546b !important;
    width: calc(100% + 2px);
    position: absolute;
    top: -40px;
  }

  .news__wrapper nav.category-menu a.selected::after {
    content: url(/images/menu-arrow.svg?85885aee8ea4e59a31ea45769ad009e9);
    width: 30px;
    height: 30px;
    position: absolute;
    top: 18px;
    right: 15px;
  }
}

.news__wrapper nav.category-menu a {
  margin: auto;
  padding: 7px 10px;
  position: relative;
  cursor: pointer;
  font-family: "Intro";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #00546b;
  opacity: 0.5;
  border: 1px solid transparent;
  transition: all 0.3s;
  border-radius: 3px;
}

@media screen and (max-width: 1199px) {
  .news__wrapper nav.category-menu a {
    padding: 7px 7px;
  }
}

@media screen and (max-width: 959px) {
  .news__wrapper nav.category-menu a {
    font-size: 16px;
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .news__wrapper nav.category-menu a {
    padding: 10px 25px;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #002638;
  }

  .news__wrapper nav.category-menu a:focus {
    opacity: 1;
  }
}

.news__wrapper nav.category-menu a:hover {
  opacity: 1;
  border: 1px solid #00546b;
}

.news__wrapper nav.category-menu a.selected {
  opacity: 1;
  background-color: #b58756;
  color: #ffffff;
  border: none;
}

.news__wrapper .tabs {
  width: 100%;
  padding: 0 25px;
}

@media screen and (max-width: 959px) {
  .news__wrapper .tabs {
    padding: 0;
  }
}

.news__wrapper .tabs:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
}

@media screen and (max-width: 959px) {
  .news__wrapper .tabs:after {
    content: none;
  }
}

.news__wrapper .tabs button {
  margin: auto;
  margin-top: 60px;
  padding-left: 45px;
  padding-right: 45px;
}

@media screen and (max-width: 779px) {
  .news__wrapper .tabs button {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.news__wrapper .tabs .content {
  opacity: 0;
  transform: scale(1.5);
  transition: 0.3s all ease;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 20px;
  margin-bottom: 55px;
}

@media screen and (max-width: 1399px) {
  .news__wrapper .tabs .content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 779px) {
  .news__wrapper .tabs .content {
    grid-template-columns: 1fr;
  }
}

.news__wrapper .tabs .content.job-content {
  display: unset;
}

@media screen and (max-width: 779px) {
  .news__wrapper .tabs .content .card-container {
    margin-top: unset !important;
    row-gap: unset;
    margin-bottom: 20px;
  }
}

.news__wrapper .tabs .content .card {
  margin: auto;
  position: relative;
  top: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 7px solid #b58756;
  border-radius: 3px;
}

@media screen and (max-width: 779px) {
  .news__wrapper .tabs .content .card {
    height: 350px !important;
    margin-top: unset !important;
  }
}

.news__wrapper .tabs .content .card .article-animation-overlay {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 101%;
  height: 102%;
  background-color: #ffffff;
  z-index: 1;
}

.news__wrapper .tabs .content .card .card-hover-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #002638 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
  transition: all 0.3s;
}

.news__wrapper .tabs .content .card:hover .card-hover-bg {
  cursor: pointer;
  height: 100%;
  background: linear-gradient(0deg, #b58756 0%, rgba(181, 135, 86, 0.5) 100%);
}

.news__wrapper .tabs .content .card a.img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px;
}

.news__wrapper .tabs .content .card .date-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 85px;
  height: 60px;
  background-color: #002638;
  border-radius: 0 3px;
  display: flex;
  flex-direction: column;
}

.news__wrapper .tabs .content .card .date-container span {
  font-family: "Intro Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  margin: auto;
  margin-bottom: 0;
}

.news__wrapper .tabs .content .card .date-container span.year {
  font-family: "Intro";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #b58756;
  margin-bottom: auto;
  margin-top: 0;
}

.news__wrapper .tabs .content .card .title-link {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
}

.news__wrapper .tabs .content .card .article-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  cursor: pointer;
}

.news__wrapper .tabs .content .card .article-title h6 {
  margin: 0;
  margin-bottom: 5px;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ecf2f6;
  text-transform: capitalize;
  text-decoration: none;
}

.news__wrapper .tabs .content .card .article-title h3 {
  margin-bottom: 15px;
  min-height: 30px;
  font-family: "Intro";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  text-decoration: none;
}

.news__wrapper .tabs .content .card .article-title a {
  font-family: AstoriaRoman;
  font-size: 14px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #ecf2f6;
  display: flex;
}

.news__wrapper .tabs .content .card .article-title a img {
  margin-left: 10px;
}

.news__wrapper .tabs .content .card .article-title a img.play-icon {
  position: absolute;
  right: 15px;
  bottom: 5px;
}

.news__wrapper .tabs .content.visible {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s all ease;
  height: inherit;
}

span.pagination {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%);
  z-index: 9999;
}

span.pagination nav {
  display: flex;
  flex-direction: column;
}

span.pagination nav > div:first-child {
  display: none;
}

span.pagination nav > div > div:nth-child(1) {
  font-family: AstoriaRoman;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  color: #002638;
}

span.pagination nav > div > div:nth-child(2) {
  display: flex;
  justify-content: center;
}

span.pagination nav > div > div:nth-child(2) span {
  display: grid;
  grid-auto-flow: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}

span.pagination nav > div > div:nth-child(2) span > * {
  width: 35px;
}

span.pagination nav > div > div:nth-child(2) span > span:nth-child(1) {
  margin: auto;
  width: 30px;
}

span.pagination nav > div > div:nth-child(2) span > span:last-child {
  margin: auto;
  width: 30px;
}

span.pagination nav > div > div:nth-child(2) span span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-family: "Roboto Condensed";
  color: #002638;
  font-size: 20px;
  font-weight: lighter;
  cursor: default;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  display: flex;
}

span.pagination nav > div > div:nth-child(2) span span > * {
  margin: auto;
}

span.pagination nav > div > div:nth-child(2) span span:last-child {
  margin-right: 0;
}

span.pagination nav > div > div:nth-child(2) span a {
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: bold;
  color: #b58756;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  justify-content: center;
  display: flex;
}

span.pagination nav > div > div:nth-child(2) span a > * {
  margin: auto;
}

span.pagination nav > div > div:nth-child(2) span a:last-child {
  margin-right: 0;
}

span.pagination nav > div > div:nth-child(2) span > a:nth-child(1) {
  margin: auto;
  width: 30px;
}

span.pagination nav > div > div:nth-child(2) span > a:last-child {
  margin: auto;
  width: 30px;
}

#video-popup-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999999;
  display: none;
}

#video-popup-wrapper.active {
  display: flex;
}

#video-popup-wrapper .video-popup-container {
  margin: auto;
  position: relative;
  height: 513px;
  width: 905px;
}

@media screen and (max-width: 959px) {
  #video-popup-wrapper .video-popup-container {
    width: 75%;
    height: unset;
  }
}

@media screen and (max-width: 599px) {
  #video-popup-wrapper .video-popup-container {
    width: 95%;
    height: unset;
  }
}

#video-popup-wrapper .video-popup-container .share-btn {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}

#video-popup-wrapper .video-popup-container .share-btn.ios-device {
  bottom: -55px;
  top: unset;
  left: 0;
}

@media screen and (max-width: 599px) {
  #video-popup-wrapper .video-popup-container .share-btn {
    bottom: -45px;
    top: unset;
    left: 0;
  }
}

#video-popup-wrapper .video-popup-container .close-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 2;
}

#video-popup-wrapper .video-popup-container .close-icon.ios-device {
  top: -35px;
  right: 0px;
}

@media screen and (max-width: 959px) {
  #video-popup-wrapper .video-popup-container .close-icon.ios-device {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  #video-popup-wrapper .video-popup-container .close-icon {
    top: 10px;
    right: 10px;
  }
}

#video-popup-wrapper .video-popup-container video {
  width: 100%;
  border-radius: 3px;
  position: relative;
  transform: rotate(0deg);
}

#video-popup-wrapper .video-popup-container .video-overlay {
  background-image: linear-gradient(transparent, #002638);
  position: absolute;
  height: 101%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  border-radius: 3px;
  display: none;
}

#video-popup-wrapper .video-popup-container .video-overlay img {
  margin: 0 auto 25px auto;
  cursor: pointer;
  transition: all 0.3s;
}

#video-popup-wrapper .video-popup-container .video-overlay img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 599px) {
  #video-popup-wrapper .video-popup-container .video-overlay img {
    height: 65px;
    margin: 0 auto;
  }
}

#video-popup-wrapper .video-popup-container .video-overlay h1 {
  font-family: "Intro Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 599px) {
  #video-popup-wrapper .video-popup-container .video-overlay h1 {
    font-size: 20px;
  }
}

#video-popup-wrapper .video-popup-container .tooltiptext {
  visibility: hidden;
  width: 175px;
  height: 50px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  top: -60px;
  left: -20px;
}

#video-popup-wrapper .video-popup-container .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.rejoindre {
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #FFFFFF;
}

@media screen and (max-width: 959px) {
  .rejoindre.join-us-page {
    padding: 65px 0;
    background-color: #ECF2F6;
  }
}

.rejoindre button {
  opacity: 0;
}

.rejoindre #join-us-btn,
.rejoindre #join-us-btn2 {
  margin: auto;
  margin-top: 55px;
}

@media screen and (max-width: 959px) {
  .rejoindre #join-us-btn {
    padding: 15px 40px;
  }
}

.rejoindre .offer-waves-upper {
  position: absolute;
  top: 0;
  right: 0;
}

.rejoindre .offer-waves-lower {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 959px) {
  .rejoindre .offer-waves-lower {
    display: none;
  }
}

.rejoindre .title {
  margin: auto;
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00546B;
}

@media screen and (max-width: 959px) {
  .rejoindre .title {
    text-align: center;
  }
}

@media screen and (max-width: 427px) {
  .rejoindre .title {
    font-size: 28px;
    line-height: 35px;
  }
}

.rejoindre nav.category-menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  color: #6C5D5D;
  align-items: center;
  justify-content: center;
  margin-bottom: 53px;
  border: none;
  margin-right: -5px;
  justify-content: flex-end;
  gap: 30px;
  margin: auto;
  margin-bottom: 65px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 959px) {
  .rejoindre nav.category-menu {
    position: unset;
    width: 100%;
    margin-bottom: 30px;
    gap: 0;
    border-radius: 3px;
  }

  .rejoindre nav.category-menu a {
    display: none;
    width: calc( 100% - 1px);
    height: 40px;
    width: 100%;
    background-color: #FFFFFF;
    text-align: center;
  }

  .rejoindre nav.category-menu a.selected {
    display: block;
    order: -1 !important;
    border: 1px solid #00546B;
    width: calc(100% - 20px);
    width: 100%;
  }

  .rejoindre nav.category-menu a.selected::after {
    content: url(/images/menu-arrow.svg?85885aee8ea4e59a31ea45769ad009e9);
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
}

.rejoindre nav.category-menu a {
  margin: auto;
  padding: 7px 10px;
  position: relative;
  cursor: pointer;
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #00546B;
  opacity: 0.5;
  border: 1px solid transparent;
  transition: all .3s;
  border-radius: 3px;
}

@media screen and (max-width: 959px) {
  .rejoindre nav.category-menu a {
    padding: 10px 25px;
    color: #002638;
    opacity: 1;
    font-size: 13px;
  }
}

.rejoindre nav.category-menu a:hover {
  opacity: 1;
  border: 1px solid #00546B;
}

.rejoindre nav.category-menu a.selected {
  opacity: 1;
  background-color: #B58756;
  color: #FFFFFF;
  border: none;
}

@media screen and (max-width: 959px) {
  .rejoindre nav.category-menu a.selected {
    background-color: #FFFFFF;
    color: #002638;
    border: 1px solid #00546B;
  }
}

.rejoindre .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background-color: #FFFFFF;
}

.rejoindre .container.join-us-container {
  display: flex;
  margin: auto;
}

@media screen and (max-width: 959px) {
  .rejoindre .container.join-us-container {
    background-color: #ECF2F6;
  }
}

.rejoindre .container.join-us-container .tabs-nav {
  display: flex;
  margin: auto;
}

@media screen and (max-width: 959px) {
  .rejoindre .container {
    display: grid;
    grid-template-columns: 1fr;
    background-color: #ECF2F6;
  }
}

.rejoindre .container .box {
  padding: 35px 30px;
  border: 1px solid #00546B;
  box-sizing: border-box;
  box-shadow: 0px 30px 44px -40px rgba(0, 35, 104, 0.35);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  background-color: #FFFFFF;
}

.rejoindre .container .box:hover {
  border-color: #B58756;
}

.rejoindre .container .box .box-info > span {
  font-family: AstoriaLight;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  color: #002638;
  margin-bottom: 15px;
}

.rejoindre .container .box .box-button {
  margin-top: 15px;
}

.rejoindre .container .box h3 {
  font-family: 'Intro Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 24px;
  color: #002638;
  margin-bottom: 20px;
}

.rejoindre .container .box .city-item {
  display: flex;
  margin-bottom: 20px;
}

.rejoindre .container .box .city-item img {
  margin-right: 7px;
}

.rejoindre .container .box .city-item span {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #00546B;
  margin-top: 2px;
}

.rejoindre .container .box p {
  font-family: AstoriaLight;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  color: #002638;
  margin-bottom: 20px;
  margin-top: 0;
}

.rejoindre .container .box a {
  display: flex;
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #B58756;
  padding: 10px 25px;
  border: 1px solid #B58756;
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}

@media screen and (max-width: 959px) {
  .rejoindre .container .box a {
    background-color: #B58756;
    color: #FFFFFF;
  }

  .rejoindre .container .box a > div {
    background-image: url(/images/arrow-right-button-hover.svg?9146aa477bc964ed5b8d8ded3aa5ca5a) !important;
  }
}

.rejoindre .container .box a > div {
  background-image: url(/images/arrow-right-button.svg?67e4d0d7ace157282f86199f8a3f2412);
  height: 15px;
  width: 25px;
  margin-left: 10px;
  margin-top: 3px;
}

.rejoindre .container .box a:hover {
  background-color: #B58756;
  color: #FFFFFF;
}

.rejoindre .container .box a:hover > div {
  background-image: url(/images/arrow-right-button-hover.svg?9146aa477bc964ed5b8d8ded3aa5ca5a);
}

.team {
  padding-bottom: 100px;
  position: relative;
}

@media screen and (max-width: 779px) {
  .team {
    padding: 50px 0 90px;
    position: relative;
    text-align: center;
  }

  .team::after {
    content: "";
    position: absolute;
    background-color: #00546b;
    height: 5px;
    width: 80%;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
  }
}

.team .join-our-team-container {
  display: flex;
  flex-direction: column;
  max-width: 80%;
  margin: auto;
}

.team .join-our-team-container .join-our-team h2 {
  font-family: "Intro";
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 55px;
  color: #002638;
}

.team .join-our-team-container .join-our-team p {
  font-family: AstoriaLight;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  color: #002638;
}

.team .join-our-team-container button {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media screen and (max-width: 779px) {
  .team .join-our-team-container {
    text-align: center;
    align-items: center;
  }
}

.location {
  background: #FFFF;
  height: 823px;
  position: relative;
  display: flex;
}

.location .map-waves {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
}

@media screen and (max-width: 779px) {
  .location .map-waves {
    display: none;
  }
}

.location .map-waves-low {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
}

@media screen and (max-width: 779px) {
  .location .map-waves-low {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .location {
    height: 750px;
  }
}

@media screen and (max-width: 779px) {
  .location {
    height: inherit;
  }
}

.location .map-svg-container {
  margin: auto;
  position: relative;
  width: 1236px;
  height: 755px;
  overflow: hidden;
  height: 0;
}

@media screen and (max-width: 1199px) {
  .location .map-svg-container {
    height: 750px;
  }
}

@media screen and (max-width: 779px) {
  .location .map-svg-container {
    height: 875px;
  }
}

@media screen and (max-width: 599px) {
  .location .map-svg-container {
    height: 550px !important;
  }
}

@media screen and (max-width: 427px) {
  .location .map-svg-container {
    height: 550px !important;
  }
}

.location .map-svg-container svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1236px;
  height: 755px;
}

@media screen and (max-width: 1199px) {
  .location .map-svg-container svg {
    top: 0;
    width: 955px;
    height: 737px;
    left: 50%;
    transform: translate(-50%);
  }
}

@media screen and (max-width: 959px) {
  .location .map-svg-container svg {
    top: 0;
    width: 770px;
    height: 737px;
    left: 50%;
    transform: translate(-50%);
  }
}

@media screen and (max-width: 779px) {
  .location .map-svg-container svg {
    width: 100%;
    height: unset;
  }

  .location .map-svg-container svg.logo-mobile {
    width: 50%;
    top: 30px;
  }

  .location .map-svg-container svg.mobile-map {
    margin-top: 150px;
  }
}

.location .map-svg-container svg circle {
  cursor: pointer;
  transition: all .3s;
}

.location .map-svg-container svg ellipse {
  cursor: pointer;
  transition: all .3s;
}

.location .map-svg-container svg .geneva-popup,
.location .map-svg-container svg .zurich-popup,
.location .map-svg-container svg .lugano-popup {
  visibility: hidden;
  transition: opacity .3s;
}

.themes-wrapper {
  padding: 49px 0 14px;
  background: #ecf2f6;
}

.themes-wrapper h2 {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 41px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00546B;
  margin-bottom: 44px;
}

.themes-wrapper .card {
  margin-bottom: 69px;
}

.themes-wrapper .card .img {
  width: 100%;
  height: 185px;
  display: block;
  background-size: cover;
  background-position: center;
  margin-bottom: 17px;
}

@media screen and (max-width: 1399px) {
  .themes-wrapper .card .img {
    height: 152px;
  }
}

@media screen and (max-width: 1199px) {
  .themes-wrapper .card .img {
    height: 116px;
  }
}

@media screen and (max-width: 959px) {
  .themes-wrapper .card .img {
    height: 212px;
  }
}

@media only screen and (max-width: 414px) {
  .themes-wrapper .card .img {
    height: 227px;
  }
}

@media only screen and (max-width: 375px) {
  .themes-wrapper .card .img {
    height: 203px;
  }
}

@media only screen and (max-width: 320px) {
  .themes-wrapper .card .img {
    height: 172px;
  }
}

.themes-wrapper .card h3,
.themes-wrapper .card p {
  padding-left: 6px;
}

.themes-wrapper .card h3 {
  font-family: 'Intro';
  font-weight: normal;
  font-style: normal;
  margin: 0 0px 10px 0px;
  padding-top: 5px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #00546B;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.themes-wrapper .card h3:after {
  width: 28px;
  height: 28px;
  content: "";
  position: absolute;
  left: 0;
  background: #fff;
  z-index: -1;
  top: 0;
}

.themes-wrapper .card p {
  font-family: AstoriaRoman;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  color: #002638;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.themes-wrapper .card .btn {
  margin: 10px 0;
}

.download-pr {
  padding: 14px 0 80px;
}

@media screen and (max-width: 779px) {
  .download-pr {
    padding: 0 0 80px;
  }
}

.download-pr__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1199px) {
  .download-pr__inner {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 599px) {
  .download-pr__inner {
    flex-wrap: nowrap;
  }
}

.download-pr__inner p,
.download-pr__inner form {
  display: inline-flex;
  width: auto;
}

.download-pr__inner p {
  font-family: 'Intro';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #002638;
  margin-right: 29px;
}

@media screen and (max-width: 959px) {
  .download-pr__inner p {
    margin: 11px 20px 10px;
  }
}

@media screen and (max-width: 599px) {
  .download-pr__inner p {
    margin-bottom: 30px !important;
    text-align: center;
  }
}

.download-pr__inner form {
  border-radius: 5px;
}

@media screen and (max-width: 599px) {
  .download-pr__inner form {
    width: 100% !important;
    flex-direction: column;
  }
}

.download-pr__inner form input[type="email"],
.download-pr__inner form input[type="text"] {
  font-family: 'Intro';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  padding: 0 19px;
  height: 40px;
  line-height: normal;
  letter-spacing: 0.15em;
  color: #ECF2F6;
  background: #00546B;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 287px;
}

.download-pr__inner form input[type="email"]::-moz-placeholder, .download-pr__inner form input[type="text"]::-moz-placeholder {
  text-align: center;
}

.download-pr__inner form input[type="email"]:-ms-input-placeholder, .download-pr__inner form input[type="text"]:-ms-input-placeholder {
  text-align: center;
}

.download-pr__inner form input[type="email"]::placeholder,
.download-pr__inner form input[type="text"]::placeholder {
  text-align: center;
}

@media screen and (max-width: 959px) {
  .download-pr__inner form input[type="email"],
  .download-pr__inner form input[type="text"] {
    width: 100%;
    max-width: 287px;
  }
}

@media screen and (max-width: 599px) {
  .download-pr__inner form input[type="email"],
  .download-pr__inner form input[type="text"] {
    max-width: 100%;
    padding: 0 7px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
}

.download-pr__inner form ::-webkit-input-placeholder {
  color: #ECF2F6;
}

.download-pr__inner form ::-moz-placeholder {
  color: #ECF2F6;
}

.download-pr__inner form :-ms-input-placeholder {
  color: #ECF2F6;
}

.download-pr__inner form :-moz-placeholder {
  color: #ECF2F6;
}

.download-pr__inner form button {
  font-family: 'Intro';
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 17px 5px 20px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #002638;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}

.download-pr__inner form button .right-arrow {
  display: none;
}

@media screen and (max-width: 959px) {
  .download-pr__inner form button {
    width: 200px;
    margin: auto;
    border-radius: 3px;
  }

  .download-pr__inner form button svg {
    display: none;
  }

  .download-pr__inner form button .right-arrow {
    display: unset;
  }
}

.download-pr__inner form button:hover {
  opacity: .9;
}

.download-pr__inner form button span {
  padding-top: 2px;
}

.download-pr__inner form button svg {
  margin-left: 10px;
  margin-top: -1px;
}

.normal-article-header .container {
  display: flex;
  flex-direction: column;
  margin-bottom: 75px;
}

@media screen and (max-width: 1199px) {
  .normal-article-header .container {
    flex-direction: column;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .normal-article-header .container > img {
    width: 70%;
  }
}

.normal-article-header .container h1 {
  position: relative;
  font-family: 'Intro' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 42px !important;
  line-height: 50px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #89B7AB !important;
  text-align: center;
  max-width: 800px;
  margin: auto;
}

@media screen and (max-width: 959px) {
  .normal-article-header .container h1 {
    padding: 165px 0 30px 0 !important;
  }
}

@media screen and (max-width: 599px) {
  .normal-article-header .container h1 {
    font-size: 18px !important;
    line-height: 20px !important;
    padding: 60px 0 30px 0;
  }
}

.normal-article-header .container h1 div span p {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #89B7AB;
  text-align: center;
  max-width: 800px;
  margin: auto;
}

@media screen and (max-width: 599px) {
  .normal-article-header .container h1 div span p {
    font-size: 30px !important;
    line-height: 30px !important;
  }
}

.normal-article-header .container h1::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 200px;
  bottom: 0;
  left: 50%;
  background-color: #002638;
  transform: translate(-50%);
}

.normal-article-header .container span {
  margin: auto;
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #002638;
}

.normal-article-teaser {
  margin-bottom: 75px;
}

@media screen and (max-width: 1199px) {
  .normal-article-teaser {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 959px) {
  .normal-article-teaser {
    margin-bottom: 50px !important;
  }
}

.normal-article-teaser .container {
  display: grid;
  grid-template-columns: 40% 60%;
}

@media screen and (max-width: 959px) {
  .normal-article-teaser .container {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

.normal-article-teaser .container .img-container {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.normal-article-teaser .container .img-container::after {
  content: '';
  position: absolute;
  height: 100px;
  width: 10px;
  background-color: #E3F1E9;
  left: 85px !important;
  bottom: -70px;
}

@media screen and (max-width: 959px) {
  .normal-article-teaser .container .img-container::after {
    display: none;
  }
}

.normal-article-teaser .container img {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 959px) {
  .normal-article-teaser .container img {
    min-width: 100%;
  }
}

.normal-article-teaser .container .wave-container--holder {
  position: relative;
}

.normal-article-teaser .container .wave-container--holder .wave-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  top: 120px;
  left: -60px;
  z-index: 2;
  margin-left: -60px;
  margin-top: 140px;
}

@media screen and (max-width: 1199px) {
  .normal-article-teaser .container .wave-container--holder .wave-container {
    bottom: -95px;
    left: -100px;
  }
}

@media screen and (max-width: 959px) {
  .normal-article-teaser .container .wave-container--holder .wave-container {
    position: unset;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 959px) {
  .normal-article-teaser .container .wave-container--holder .wave-container .text-container p {
    margin: 0;
  }
}

.normal-article-teaser .container .wave-container--holder .wave-container img {
  position: absolute;
  top: 80px;
  z-index: 0;
  width: 100%;
}

@media screen and (max-width: 959px) {
  .normal-article-teaser .container .wave-container--holder .wave-container img {
    position: unset;
    width: 100%;
  }
}

.normal-article-teaser .container .wave-container--holder .wave-container p {
  position: relative;
  background-color: #F5EBDE;
  padding: 0;
  font-size: 20px;
  line-height: 26px;
  color: #B58756;
  z-index: 4;
}

@media screen and (max-width: 1199px) {
  .normal-article-teaser .container .wave-container--holder .wave-container p {
    padding: 25px !important;
    font-size: 18px;
  }
}

.normal-article-teaser .container .wave-container--holder .wave-container p p {
  position: relative;
  background-color: #F5EBDE;
  padding: 25px;
  font-size: 20px;
  line-height: 26px;
  color: #B58756;
  z-index: 4;
}

@media screen and (max-width: 1199px) {
  .normal-article-teaser .container .wave-container--holder .wave-container p p {
    padding: 0 !important;
    font-size: 18px;
  }
}

.normal-article-teaser .container .wave-container--holder .wave-container p p::before {
  content: '';
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: #FFFF;
  top: 22px;
  left: 13px;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .normal-article-teaser .container .wave-container--holder .wave-container p p::before {
    top: -4px;
    left: -9px;
  }
}

.normal-article-content {
  margin-bottom: 45px;
}

@media screen and (max-width: 959px) {
  .normal-article-content {
    margin-bottom: 0;
  }
}

.normal-article-content .container {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 65px;
}

@media screen and (max-width: 959px) {
  .normal-article-content .container {
    display: flex;
    flex-direction: column;
    gap: 0 !important;
  }
}

.normal-article-content .container .left-container {
  display: flex;
  flex-direction: column;
}

.normal-article-content .container .left-container img {
  height: 50px;
  width: 50px;
}

.normal-article-content .container .left-container p {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 25px;
  color: #00546B;
}

@media screen and (max-width: 959px) {
  .normal-article-content .container .left-container p {
    margin: 0;
  }
}

.normal-article-content .container .right-container p {
  font-family: AstoriaRoman;
  font-size: 16px;
  line-height: 19px;
  color: #002638;
  margin-bottom: 30px;
}

.normal-article-content .container .right-container ul {
  margin-top: 40px;
  list-style-type: none;
  padding: 3.5em;
}

@media screen and (max-width: 959px) {
  .normal-article-content .container .right-container ul {
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}

.normal-article-content .container .right-container ul li {
  position: relative;
  font-family: AstoriaRoman;
  font-size: 16px;
  line-height: 19px;
  color: #002638;
  margin-bottom: 20px;
}

.normal-article-content .container .right-container ul li::before {
  content: "";
  min-width: 25px;
  width: 25px;
  height: 1px;
  background: #B58756;
  display: block;
  position: absolute;
  left: -30px;
  top: 6px;
}

.normal-article-bttom {
  margin-bottom: 60px;
}

.normal-article-bttom .container {
  display: flex;
}

@media screen and (max-width: 1199px) {
  .normal-article-bttom .container {
    flex-direction: column;
    width: 100%;
    padding-bottom: 20px;
  }
}

.normal-article-bttom .container .left-container {
  max-width: 50%;
}

@media screen and (max-width: 1199px) {
  .normal-article-bttom .container .left-container {
    max-width: unset;
    margin-bottom: 40px;
  }
}

.normal-article-bttom .container .left-container p {
  font-family: AstoriaRoman;
  font-size: 16px;
  line-height: 19px;
  color: #002638;
}

.normal-article-bttom .container .right-container {
  margin: auto;
}

.normal-article-bttom .container .right-container p {
  font-family: 'Intro';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #002638;
}

.content-table-section {
  margin-bottom: 65px;
}

.content-table-section .container h3 {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 19px;
  color: #00546B;
  margin-bottom: 20px;
}

.content-table-section .container .content-table {
  display: grid;
  grid-template-columns: 45% 45%;
  gap: 10%;
}

@media screen and (max-width: 1199px) {
  .content-table-section .container .content-table {
    display: unset;
  }
}

.content-table-section .container .content-table span {
  font-family: 'Intro';
  font-style: normal;
  font-size: 17px;
  line-height: 22px;
  color: #00546B;
}

.content-table-section .container .content-table span.last {
  margin-bottom: 25px;
}

.content-table-section .container .content-table span.download-text {
  color: #FFFF !important;
}

.content-table-section .container .content-table p {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #00546B;
  margin: 0 0 12px 0;
}

.content-table-section .container .content-table p.top {
  margin-top: 20px;
}

.content-table-section .container .content-table .left-content {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1199px) {
  .content-table-section .container .content-table .left-content {
    margin-bottom: 0 !important;
  }
}

.content-table-section .container .content-table .right-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}

@media screen and (max-width: 1199px) {
  .content-table-section .container .content-table .right-content {
    display: block !important;
  }
}

@media screen and (max-width: 599px) {
  .content-table-section .container .content-table .right-content {
    display: flex;
    flex-direction: column;
  }

  .content-table-section .container .content-table .right-content .sub-content {
    margin-bottom: 30px;
  }
}

.reusable-article-header .container-title .insight {
  color: #002638;
}

.content-table-section.insight {
  margin-bottom: 130px;
}

.content-table-section.insight .container .content-table.insight {
  flex-wrap: wrap;
}

.content-table-section.insight .container .content-table.insight .left-content.insight {
  flex: 50;
}

.content-table-section.insight .container .content-table.insight .left-content.insight .left-info {
  margin-bottom: 60px;
}

.content-table-section.insight .container .content-table.insight .left-content.insight .left-info pa p {
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .content-table-section.insight .container .content-table.insight .left-content.insight .left-info {
    margin-bottom: 0;
  }
}

.content-table-section.insight .container .content-table.insight .left-content.insight .download-pr__inner {
  margin-right: 50px;
}

.content-table-section.insight .container .content-table.insight .left-content.insight .download-pr__inner.desktop {
  display: block;
}

.content-table-section.insight .container .content-table.insight .left-content.insight .download-pr__inner.mobile {
  display: none;
}

@media screen and (max-width: 1199px) {
  .content-table-section.insight .container .content-table.insight .left-content.insight .download-pr__inner.desktop {
    display: none;
  }

  .content-table-section.insight .container .content-table.insight .left-content.insight .download-pr__inner.mobile {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .content-table-section.insight .container .content-table.insight .left-content.insight .download-pr__inner {
    margin-right: 0 !important;
  }

  .content-table-section.insight .container .content-table.insight .left-content.insight .download-pr__inner form {
    flex-direction: column;
  }

  .content-table-section.insight .container .content-table.insight .left-content.insight .download-pr__inner form input {
    width: 100%;
  }
}

.content-table-section.insight .container .content-table.insight .right-content.insight {
  flex: 50;
  display: block;
}

@media screen and (max-width: 1199px) {
  .content-table-section.insight .container .content-table.insight .right-content.insight {
    margin-bottom: 60px;
  }
}

.content-table-section.insight .container .content-table.insight .right-content.insight img {
  height: 75px;
  width: 75px;
}

.content-table-section.insight .container .content-table.insight .right-content.insight h2 {
  font-family: 'Intro';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
  color: #00546B;
  margin-bottom: 40px;
}

.content-table-section.insight .container .content-table.insight .right-content.insight p {
  font-family: AstoriaRoman;
  font-size: 16px;
  line-height: 19px;
  color: #002638;
  margin-bottom: 20px;
}

.content-table-section.insight .container .content-table.insight .right-content.insight p span {
  color: #002638;
  font-style: italic;
}

@media screen and (max-width: 959px) {
  .market-review-article-header {
    margin-top: 100px;
  }
}

.market-review-article-header p {
  margin: auto;
}

.market-review-article-header .container {
  display: flex;
  flex-direction: column;
}

.market-review-article-header .container .hero_bg {
  width: 100%;
  height: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
}

@media screen and (max-width: 779px) {
  .market-review-article-header .container .hero_bg {
    grid-template-columns: unset;
    grid-template-rows: 1fr 1fr;
  }
}

.market-review-article-header .container .hero_bg .left-bg {
  background-color: #DAEAE1;
  display: flex;
}

@media screen and (max-width: 779px) {
  .market-review-article-header .container .hero_bg .left-bg {
    height: 70px;
  }
}

.market-review-article-header .container .hero_bg .left-bg span {
  position: relative;
  margin: auto;
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 21px;
  color: #002638;
}

@media screen and (max-width: 779px) {
  .market-review-article-header .container .hero_bg .left-bg span {
    font-size: 18px;
    line-height: 21px;
  }
}

.market-review-article-header .container .hero_bg .left-bg span::before {
  content: '';
  height: 40px;
  width: 1px;
  background-color: #002638;
  position: absolute;
  bottom: 55px;
  left: 50%;
}

@media screen and (max-width: 779px) {
  .market-review-article-header .container .hero_bg .left-bg span::before {
    bottom: 30px !important;
  }
}

.market-review-article-header .container .hero_bg .right-bg {
  background-color: #00546B;
  display: flex;
}

@media screen and (max-width: 779px) {
  .market-review-article-header .container .hero_bg .right-bg {
    height: 70px;
  }
}

.market-review-article-header .container .hero_bg .right-bg span {
  margin: auto;
  font-family: 'IntroLight';
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 21px;
  color: #FFFFFF;
}

@media screen and (max-width: 779px) {
  .market-review-article-header .container .hero_bg .right-bg span {
    font-size: 32px;
    line-height: 21px;
  }
}

.market-review-article-header .container h1 {
  position: relative;
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #89B7AB;
  text-align: center;
  padding: 100px 0 60px 0;
  max-width: 800px;
  margin: auto;
}

@media screen and (max-width: 779px) {
  .market-review-article-header .container h1 {
    font-size: 18px;
    line-height: 21px;
    padding: 60px 0 0px 0 !important;
  }
}

.market-review-article-header .container h1::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 200px;
  bottom: 0;
  left: 50%;
  background-color: #002638;
  transform: translate(-50%);
}

.market-review-article-header .container h1 div span p {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #89B7AB;
}

@media screen and (max-width: 779px) {
  .market-review-article-header .container h1 div span p {
    font-size: 30px;
    line-height: 30px;
  }
}

.market-review-article-header .container h1 div p {
  text-align: center;
}

.market-review-article-header .container span {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #002638;
}

.market-review-article-header .container span.art-date {
  margin: 10px auto auto auto;
}

.market-review-article-header .container.container-title {
  margin-bottom: 75px;
}

.market-review-section-1 {
  margin-bottom: 75px;
}

@media screen and (max-width: 779px) {
  .market-review-section-1 {
    margin-bottom: 40px;
  }
}

.market-review-section-1 .container {
  display: flex;
}

@media screen and (max-width: 779px) {
  .market-review-section-1 .container {
    flex-direction: column;
  }
}

.market-review-section-1 .container img {
  height: 20%;
}

.market-review-section-1 .container .yellow-waves {
  background-image: url(/images/yellow-section-waves.png?fe7b2e8c04586e973aba9be3e9a5a664);
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 779px) {
  .market-review-section-1 .container .yellow-waves {
    background-image: url(/images/yellow-section-waves-mobile.png?4570164b4169cfcc5fae3079ff7bbdf6);
    height: 50px;
    background-size: cover;
  }
}

.market-review-section-1 .container .yellow-container {
  padding: 45px 70px;
  background-color: #F5EBDE;
}

@media screen and (max-width: 1199px) {
  .market-review-section-1 .container .yellow-container {
    padding: 30px 45px;
  }
}

.market-review-section-1 .container .yellow-container p {
  position: relative;
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #B58756;
  z-index: 1;
}

.market-review-section-1 .container .yellow-container p p {
  position: relative;
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #B58756;
  z-index: 0;
  margin-bottom: 20px;
}

.market-review-section-1 .container .yellow-container p p::before {
  content: '';
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: #FFFF;
  top: -4px;
  left: -5px;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .market-review-section-1 .container .yellow-container p {
    font-size: 16px;
    line-height: 22px;
  }
}

.market-review-section-2 {
  margin-bottom: 120px;
}

@media screen and (max-width: 779px) {
  .market-review-section-2 {
    margin-bottom: 40px;
  }
}

.market-review-section-2 .container {
  display: grid;
  grid-template-columns: 30% 70%;
}

@media screen and (max-width: 779px) {
  .market-review-section-2 .container {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 1199px) {
  .market-review-section-2 .container .left-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 779px) {
  .market-review-section-2 .container .left-container {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .market-review-section-2 .container .left-container img {
    height: 65px;
    width: 65px;
  }
}

.market-review-section-2 .container .left-container p {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 25px;
  color: #00546B;
}

.market-review-section-2 .container .right-container {
  padding-left: 60px;
}

@media screen and (max-width: 779px) {
  .market-review-section-2 .container .right-container {
    padding-left: 0;
  }
}

.market-review-section-2 .container .right-container h3 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #B58756;
}

.market-review-section-2 .container .right-container p {
  font-family: AstoriaRoman;
  font-size: 16px;
  line-height: 19px;
  color: #002638;
}

.market-review-section-3 {
  margin-bottom: 60px;
}

.market-review-section-3 .container {
  display: grid;
  grid-template-columns: 50% 35%;
  -moz-column-gap: 60px;
       column-gap: 60px;
}

@media screen and (max-width: 1199px) {
  .market-review-section-3 .container {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 1199px) {
  .market-review-section-3 .container .left-container {
    margin-bottom: 80px;
  }
}

.market-review-section-3 .container .left-container h3 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #002638;
}

.market-review-section-3 .container .left-container p {
  font-family: AstoriaRoman;
  font-size: 16px;
  line-height: 19px;
  color: #002638;
  padding-right: 100px;
}

@media screen and (max-width: 779px) {
  .market-review-section-3 .container .left-container p {
    padding-right: 0;
  }
}

.market-review-section-3 .container .left-container span {
  font-family: AstoriaRoman;
  font-size: 16px;
  line-height: 19px;
  color: #002638;
}

.form-section {
  background-color: #ECF2F6;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 779px) {
  .form-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.form-section .wave-left {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.form-section .wave-right {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.form-section .contact-row {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 6%;
  margin-bottom: 40px;
}

@media screen and (max-width: 779px) {
  .form-section .contact-row {
    display: flex;
    flex-direction: column-reverse;
  }
}

.form-section .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
}

@media screen and (max-width: 779px) {
  .form-section .container {
    flex-direction: column;
  }
}

.form-section .container .row-wrap {
  display: grid;
  grid-template-columns: 55% 45%;
  -moz-column-gap: 70px;
       column-gap: 70px;
  margin-bottom: 40px;
}

.form-section .container .contact-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: auto;
  padding: 65px 0;
}

.form-section .container .contact-form .form-row {
  display: flex;
  margin-bottom: 40px;
}

.form-section .container .contact-form .form-row:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 779px) {
  .form-section .container .contact-form .form-row {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.form-section .container .contact-form .form-row .form-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (max-width: 779px) {
  .form-section .container .contact-form .form-row .form-col {
    margin-bottom: 20px;
  }
}

.form-section .container .contact-form .form-row .form-col:last-child {
  margin-left: 30px;
}

@media screen and (max-width: 959px) {
  .form-section .container .contact-form .form-row .form-col:last-child {
    margin-left: 12px;
  }
}

@media screen and (max-width: 779px) {
  .form-section .container .contact-form .form-row .form-col:last-child {
    margin-left: 0;
  }
}

.form-section .container .contact-form .form-row .form-col:first-child {
  margin-left: 0px;
}

.form-section .container .contact-form .form-row .form-col .label-container {
  display: flex;
  justify-content: space-between;
}

.form-section .container .contact-form .form-row .form-col label {
  font-family: 'Intro';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #00546B;
  margin-bottom: 10px;
}

.form-section .container .contact-form .form-row .form-col label.error {
  font-size: 12px;
  line-height: 12px;
  color: red;
  margin-right: 0;
}

.form-section .container .contact-form .form-row .form-col input,
.form-section .container .contact-form .form-row .form-col textarea {
  background-color: #FFFF;
  border-radius: 2px;
  padding: 15px;
  border: 1px solid #00546B;
  box-sizing: border-box;
  border-radius: 3px;
  font-family: AstoriaLight;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #002638;
}

.form-section .container .contact-form .form-row .form-col input.error,
.form-section .container .contact-form .form-row .form-col textarea.error {
  border: 1px solid red;
}

.form-section .container .contact-form .form-row .form-col input:focus,
.form-section .container .contact-form .form-row .form-col textarea:focus {
  outline: 1px solid #B58756;
  border-color: #fff;
}

.form-section .container .contact-form .form-row .form-col input::-moz-placeholder, .form-section .container .contact-form .form-row .form-col textarea::-moz-placeholder {
  font-family: AstoriaLight;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  color: #002638;
  opacity: 0.2;
}

.form-section .container .contact-form .form-row .form-col input:-ms-input-placeholder, .form-section .container .contact-form .form-row .form-col textarea:-ms-input-placeholder {
  font-family: AstoriaLight;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  color: #002638;
  opacity: 0.2;
}

.form-section .container .contact-form .form-row .form-col input::placeholder,
.form-section .container .contact-form .form-row .form-col textarea::placeholder {
  font-family: AstoriaLight;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  color: #002638;
  opacity: 0.2;
}

.form-section .container .contact-form button {
  display: flex;
  padding: 15px 40px;
  margin: auto auto auto 0;
  position: relative;
  cursor: pointer;
  transition: all .3s !important;
}

@media screen and (max-width: 779px) {
  .form-section .container .contact-form button {
    margin: auto;
  }
}

@media screen and (max-width: 599px) {
  .form-section .container .contact-form button {
    padding: 15px 60px;
  }
}

.form-section .container .contact-form button input {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.06em;
  color: #FFFF;
  margin: auto;
  cursor: pointer;
  margin-right: 10px;
}

.form-section .container .contact-form button input#send-message-btn {
  letter-spacing: normal;
}

@media screen and (max-width: 599px) {
  .form-section .container .contact-form button input {
    font-size: 15px;
  }
}

.location__wrapper {
  background: #fff;
  padding: 7px 50px;
  border: 1px solid #00546B;
  box-sizing: border-box;
  border-radius: 3px;
  margin-right: 75px;
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media screen and (max-width: 959px) {
  .location__wrapper {
    padding: 7px 30px;
  }
}

@media screen and (max-width: 779px) {
  .location__wrapper {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.location__wrapper--item {
  padding: 17px 0 25px;
  border-bottom: 1px solid #7F939D;
}

.location__wrapper--item:last-of-type {
  border-bottom: 0;
}

.location__wrapper--item h4 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  color: #B58756;
}

@media screen and (max-width: 959px) {
  .location__wrapper--item h4 {
    font-size: 22px;
    line-height: 34px;
  }
}

.location__wrapper--item p {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #002638;
  margin: 0;
}

@media screen and (max-width: 959px) {
  .location__wrapper--item p {
    font-size: 17px;
    line-height: 24px;
  }
}

.location__wrapper--item a {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: flex-end;
  color: #00546B;
}

@media screen and (max-width: 959px) {
  .location__wrapper--item a {
    font-size: 18px;
    line-height: 24px;
  }
}

.themes-wrapper-section {
  display: flex;
  flex-direction: column;
}

.themes-wrapper-section #themes-title {
  opacity: 0;
}

.themes-wrapper-section h2 {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 41px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00546B;
  margin-bottom: 120px;
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section h2 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 779px) {
  .themes-wrapper-section h2 {
    font-size: 28px;
    line-height: 25px;
    margin-bottom: -40px;
  }

  .themes-wrapper-section h2#themes-title {
    padding: 0 20px;
  }
}

@media screen and (max-width: 599px) {
  .themes-wrapper-section h2.title-desktop {
    display: none;
  }
}

.themes-wrapper-section h2.title-mobile {
  display: none;
}

@media screen and (max-width: 599px) {
  .themes-wrapper-section h2.title-mobile {
    display: block;
  }
}

.themes-wrapper-section .themes-wrapper {
  padding: 100px 0 100px 0;
  position: relative;
}

@media screen and (max-width: 599px) {
  .themes-wrapper-section .themes-wrapper {
    padding: 0;
    padding-top: 45px;
  }
}

.themes-wrapper-section .themes-wrapper .themes-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.themes-wrapper-section .themes-wrapper .themes-left {
  position: absolute;
  bottom: 0;
  left: 0;
}

.themes-wrapper-section .themes-wrapper .container .row {
  margin-bottom: 260px;
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section .themes-wrapper .container .row.reversed {
    flex-direction: column-reverse;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section .themes-wrapper .container .row.normal {
    flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.themes-wrapper-section .themes-wrapper .container .row:last-child {
  margin-bottom: 200px;
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section .themes-wrapper .container .row {
    margin-bottom: 100px;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6.text.left {
  padding-right: 25px;
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6.text.left {
    padding-right: 0;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6.text.right {
  padding-left: 25px;
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6.text.right {
    padding-left: 0;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6.image {
  flex: 0 0 55%;
  max-width: unset;
  display: flex;
  position: relative;
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6.image {
    display: unset;
  }
}

@media screen and (max-width: 399px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6.image {
    flex: unset;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6.image.left {
  justify-content: flex-end;
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6.text {
  flex: 0 0 45%;
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content {
  padding: 35px 45px;
  background-color: #FFFF;
  box-shadow: 0px 30px 45px -40px rgba(8, 30, 72, 0.35);
  border-radius: 3px;
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content {
    opacity: 1;
    padding: 25px 30px;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content.col-1 {
  margin-top: 25px;
  border: 1px solid #B58756;
}

@media screen and (max-width: 1199px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content.col-1 {
    margin-top: -60px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content.col-1 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content.col-2 {
  margin-top: 50px;
  border: 1px solid #88B7AB;
}

@media screen and (max-width: 1399px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content.col-2 {
    margin-top: -50px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content.col-2 {
    margin: 0;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content.col-3 {
  margin-top: 20px;
  border: 1px solid #00546B;
}

@media screen and (max-width: 1399px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content.col-3 {
    margin-bottom: 55px;
    margin-top: -55px;
  }
}

@media screen and (max-width: 1199px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content.col-3 {
    margin-bottom: -85px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content.col-3 {
    margin: 0;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content.col-4 {
  margin-top: 60px;
  border: 1px solid #B58756;
}

@media screen and (max-width: 1399px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content.col-4 {
    margin-top: -40px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content.col-4 {
    margin-top: -125px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content.col-4 {
    margin: 0;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content.col-5 {
  border: 1px solid #88B7AB;
  margin-top: 133px;
}

@media screen and (max-width: 1399px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content.col-5 {
    margin-top: 85px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content.col-5 {
    margin-top: -140px;
  }
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content.col-5 {
    margin: 0;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content h2 {
  font-family: 'Intro Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #002638;
  text-align: left;
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content h2 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content h3 {
  font-family: AstoriaLight;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #002638;
  text-align: left;
  margin-bottom: 10px;
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content p {
  font-family: AstoriaLight;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #002638;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 1199px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .text-content p {
    font-size: 15px;
    line-height: 21px;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .media-content {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 399px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .media-content {
    display: block;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .media-content img.cover {
  box-shadow: 0px 40px 45px -40px rgba(6, 31, 78, 0.35);
  border-radius: 3px;
}

@media screen and (max-width: 1199px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .media-content img.cover {
    width: 515px !important;
    height: 300px !important;
  }
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .media-content img.cover {
    width: 100% !important;
    height: auto !important;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .media-content.col-1 {
  margin-top: 100px;
  width: 100%;
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .media-content.col-1 img.cover {
  width: 100%;
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .media-content.col-2 {
  width: 100%;
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .media-content.col-2 img.cover {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .media-content.col-2 .upper-reveal {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background-color: #ecf2f6;
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .media-content.col-2 .lower-reveal {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background-color: #ecf2f6;
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .media-content.col-3 {
  width: 100%;
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .media-content.col-3 img.cover {
  width: 100%;
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .media-content.col-4 {
  overflow: unset;
  position: unset;
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .media-content.col-4 img.cover {
  width: 100%;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .media-content.col-4 img.cover {
    height: 55%;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .media-content.col-5 {
  margin-top: 15px;
  width: 100%;
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .media-content.col-5 img.cover {
  width: 100%;
  height: 70%;
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .media-content img {
  height: auto;
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .media-content img {
    opacity: 1;
    width: 100%;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .waves {
  position: absolute;
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .waves {
    position: unset;
    width: 100%;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .wave-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .wave-wrapper .wave-box {
  overflow: hidden;
  opacity: 0;
  height: 100%;
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 #agritech-revolution-waves {
  bottom: 75px;
  left: -145px;
}

@media screen and (max-width: 1399px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 #agritech-revolution-waves {
    bottom: -25px;
  }
}

@media screen and (max-width: 1199px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 #agritech-revolution-waves {
    bottom: 60px;
    left: -80px !important;
  }
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 #agritech-revolution-waves {
    position: unset;
    width: 100%;
    margin: 0;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .inovators-distruptors-waves {
  top: -145px;
  left: 125px;
  height: 365px;
  width: 165px;
}

@media screen and (max-width: 1399px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .inovators-distruptors-waves {
    left: 95px;
  }
}

@media screen and (max-width: 1199px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .inovators-distruptors-waves {
    left: 35px;
  }
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .inovators-distruptors-waves {
    height: auto;
    width: auto;
  }
}

@media screen and (max-width: 427px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .inovators-distruptors-waves {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: auto;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 #inovators-distruptors-waves {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: auto;
}

@media screen and (max-width: 1399px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 #inovators-distruptors-waves {
    top: 35px;
    width: 75%;
  }
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 #inovators-distruptors-waves {
    width: 100%;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .infrastructure-waves {
  bottom: -28px;
  left: -220px;
  height: 55px;
  width: 650px;
}

@media screen and (max-width: 1399px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .infrastructure-waves {
    bottom: 10px;
  }
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .infrastructure-waves {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 427px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .infrastructure-waves {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 #infrastructure-waves {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: auto;
}

@media screen and (max-width: 1399px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 #infrastructure-waves {
    width: 70%;
  }
}

@media screen and (max-width: 1199px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 #infrastructure-waves {
    right: -50px;
  }
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 #infrastructure-waves {
    width: 100%;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .green-deal-waves {
  top: -70px;
  right: 55px;
  height: 340px;
  width: 45px;
}

@media screen and (max-width: 1199px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .green-deal-waves {
    bottom: -150px;
    right: -11px;
    top: unset;
  }
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .green-deal-waves {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 427px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .green-deal-waves {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 #green-deal-waves {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: auto;
}

@media screen and (max-width: 1199px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 #green-deal-waves {
    right: 3px;
  }
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 #green-deal-waves {
    width: 100%;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 .hydrogen-value-waves {
  top: -20px;
  left: -285px;
  height: 60px;
  width: 620px;
}

@media screen and (max-width: 1199px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .hydrogen-value-waves {
    height: 95px;
    right: -195px;
    top: -30px;
    left: unset;
  }
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .hydrogen-value-waves {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 427px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 .hydrogen-value-waves {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
}

.themes-wrapper-section .themes-wrapper .container .row .col-md-6 #hydrogen-value-waves {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: auto;
}

@media screen and (max-width: 959px) {
  .themes-wrapper-section .themes-wrapper .container .row .col-md-6 #hydrogen-value-waves {
    width: 100%;
  }
}

.legal-header-section {
  position: relative;
  margin-top: 150px;
  margin-bottom: 60px;
}

@media screen and (max-width: 959px) {
  .legal-header-section {
    margin-top: 185px;
  }
}

.legal-header-section h1 {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 50px;
  color: #002638;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
  .legal-header-section h1 {
    font-size: 33px;
  }
}

.legal-header-section h1::after {
  content: '';
  height: 2px;
  width: 300px;
  background-color: #002638;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.legal-header-section h2 {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 36px;
  color: #002638;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 599px) {
  .legal-header-section h2 {
    font-size: 28px;
  }
}

.legal-content-section .container .topic {
  margin-bottom: 50px;
}

.legal-content-section .container .topic h3 {
  font-family: 'Intro';
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  color: #002638;
  letter-spacing: 0.1em;
}

.legal-content-section .container .topic h4 {
  font-family: 'Intro';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #002638;
}

.legal-content-section .container .topic p {
  font-family: AstoriaLight;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 22px;
  color: #002638;
  letter-spacing: 0.05em;
}

.legal-content-section .container .topic p a {
  color: #00546B;
}

.legal-content-section .container .topic ul li {
  font-family: AstoriaLight;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #002638;
  letter-spacing: 0.1em;
}

.legal-content-section .container .topic .list-container {
  margin-left: 30px;
}

.js-cookie-consent {
  display: flex;
  height: 375px;
  align-items: center;
  width: 425px;
  background: white;
  position: fixed;
  z-index: 9999;
  bottom: 25px;
  right: 25px;
}

@media (max-width: 576px) {
  .js-cookie-consent {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 410px;
  }
}

.js-cookie-consent .cookie-close {
  height: 50px;
  display: flex;
  padding: 0px 15px;
  border-top: 1px solid #002638;
  border-left: 1px solid #002638;
  border-right: 1px solid #002638;
}

.js-cookie-consent .cookie-close:hover {
  cursor: pointer;
}

.js-cookie-consent .cookie-close .js-cookie-consent-close {
  align-items: center;
  margin-left: auto;
}

.js-cookie-consent .cookie-close .js-cookie-consent-close img {
  max-width: 20px;
}

.js-cookie-consent .cookie-top {
  height: 275px;
  display: block;
  padding: 0 30px;
  font-family: AstoriaRoman;
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
  color: #002638;
  border-left: 1px solid #002638;
  border-right: 1px solid #002638;
  box-sizing: border-box;
}

@media (max-width: 576px) {
  .js-cookie-consent .cookie-top {
    height: 315px;
  }
}

.js-cookie-consent .cookie-top a:link,
.js-cookie-consent .cookie-top a:visited {
  color: #B58756;
  text-decoration: underline;
}

.js-cookie-consent .cookie-top .cookie-select {
  margin-top: 20px;
  display: flex;
}

@media (max-width: 576px) {
  .js-cookie-consent .cookie-top .cookie-select {
    margin-top: 15px;
  }
}

.js-cookie-consent .cookie-top .cookie-select .cookie-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-right: 20px;
  font-family: AstoriaRoman;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.js-cookie-consent .cookie-top .cookie-select .cookie-container.enabled {
  cursor: pointer;
}

.js-cookie-consent .cookie-top .cookie-select .cookie-container input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.js-cookie-consent .cookie-top .cookie-select .cookie-container input.enabled {
  cursor: pointer;
}

.js-cookie-consent .cookie-top .cookie-select .cookie-container input:checked ~ .checkmark {
  background-color: #B58756;
}

.js-cookie-consent .cookie-top .cookie-select .cookie-container input:checked ~ .checkmark:after {
  display: block;
}

.js-cookie-consent .cookie-top .cookie-select .cookie-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

.js-cookie-consent .cookie-top .cookie-select .cookie-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 2px;
  width: 3px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.js-cookie-consent .cookie-top .cookie-select .cookie-container:hover input:enabled ~ .checkmark {
  background-color: #ccc;
}

.js-cookie-consent .cookie-bottom {
  height: 50px;
  width: 100%;
  display: flex;
  background-color: #B58756;
  text-align: center;
  color: white;
  font-size: 22px;
}

.js-cookie-consent .cookie-bottom:hover {
  cursor: pointer;
}

.js-cookie-consent .cookie-bottom span {
  margin: auto;
}

.article-content-section {
  position: relative;
  background-color: #F3F6FA;
  min-height: 100vh !important;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

@media screen and (max-width: 1199px) {
  .article-content-section.clone {
    min-height: unset !important;
  }
}

.article-content-section .waves-left {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.article-content-section .waves-right {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.article-content-section .container {
  display: grid;
  grid-template-columns: 75% 20%;
  -moz-column-gap: 5%;
       column-gap: 5%;
}

@media screen and (max-width: 1399px) {
  .article-content-section .container {
    display: flex;
  }
}

.article-content-section .container .article-container {
  background-color: #FFFFFF;
  border-radius: 3px;
  padding: 35px 45px;
  margin-top: -120px;
  margin-bottom: 60px;
  box-shadow: 0px 30px 45px -40px rgba(0, 35, 104, 0.35);
  width: 100%;
  opacity: 0;
}

.article-content-section .container .article-container.clone {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 959px) {
  .article-content-section .container .article-container {
    padding: 45px 20px;
    margin-top: -70px;
    padding-top: 0;
  }
}

.article-content-section .container .article-container .breadcrumb {
  padding: 0;
  justify-content: flex-start;
  margin-bottom: 30px;
}

@media screen and (max-width: 959px) {
  .article-content-section .container .article-container .breadcrumb {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 779px) {
  .article-content-section .container .article-container .breadcrumb {
    padding: 10px 0;
    display: flex;
    width: 100%;
  }
}

.article-content-section .container .article-container .breadcrumb li {
  cursor: pointer;
  font-family: 'Intro';
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #002638;
  opacity: 0.5;
  font-weight: normal;
}

.article-content-section .container .article-container .breadcrumb li:hover {
  opacity: 1 !important;
}

.article-content-section .container .article-container .breadcrumb li.active {
  opacity: 1;
}

@media screen and (max-width: 959px) {
  .article-content-section .container .article-container .breadcrumb li p.article-name {
    max-width: 300px;
    text-overflow: ellipsis;
    text-align: left;
  }
}

@media screen and (max-width: 599px) {
  .article-content-section .container .article-container .breadcrumb li p.article-name {
    width: 100%;
    text-align: left;
    text-overflow: ellipsis;
  }
}

.article-content-section .container .article-container .article-content {
  display: flex;
  flex-direction: column;
}

.article-content-section .container .article-container .article-content .yellow-box {
  padding: 40px 40px 35px 40px;
  background-color: #EFE1D0;
  border-radius: 3px;
  margin-bottom: 50px;
}

@media screen and (max-width: 959px) {
  .article-content-section .container .article-container .article-content .yellow-box {
    margin-bottom: 0px;
    padding: 0px 20px;
  }
}

.article-content-section .container .article-container .article-content .yellow-box h3 {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 21px;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  color: #B58756;
}

.article-content-section .container .article-container .article-content .yellow-box p {
  font-family: AstoriaLight;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  margin: 0;
  color: #B58756;
}

.article-content-section .container .article-container .article-content .image-box {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 959px) {
  .article-content-section .container .article-container .article-content .image-box {
    margin-bottom: 25px;
  }
}

.article-content-section .container .article-container .article-content .image-box .img-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 0;
}

.article-content-section .container .article-container .article-content .image-box .img-container img {
  border-radius: 3px;
  z-index: 0;
}

.article-content-section .container .article-container .article-content .image-box .img-container img.waves-article {
  border-radius: none;
  position: absolute;
  bottom: -35px;
  right: -35px;
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .article-content-section .container .article-container .article-content .image-box .img-container img.waves-article {
    display: none;
  }
}

.article-content-section .container .article-container .article-content .paragraph-box {
  margin-bottom: 65px;
}

@media screen and (max-width: 959px) {
  .article-content-section .container .article-container .article-content .paragraph-box {
    margin-bottom: 0;
  }

  .article-content-section .container .article-container .article-content .paragraph-box > p {
    margin: 0;
  }
}

.article-content-section .container .article-container .article-content .paragraph-box p {
  font-family: AstoriaLight;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #002638;
}

.article-content-section .container .article-container .article-content .green-box {
  display: flex;
  background-color: #E3F1E9;
  border-radius: 3px;
  padding: 0 35px 0 50px !important;
  margin-bottom: 50px;
}

@media screen and (max-width: 959px) {
  .article-content-section .container .article-container .article-content .green-box {
    flex-direction: column;
    padding: 10px 20px 0 20px !important;
    margin-bottom: 0px;
  }
}

.article-content-section .container .article-container .article-content .green-box img {
  margin-right: 35px;
}

@media screen and (max-width: 959px) {
  .article-content-section .container .article-container .article-content .green-box img {
    margin-right: 0;
    height: 80px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.article-content-section .container .article-container .article-content .green-box p {
  font-family: AstoriaMediumItalic;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  letter-spacing: 0.02em;
  color: #00546B;
}

.article-content-section .container .article-container .article-content .green-box > p {
  margin: 0;
}

.article-content-section .container .article-container .article-content .download-pr__inner {
  margin-bottom: 80px;
}

.article-content-section .container .article-container .article-content .download-pr__inner #email-label {
  height: 30px;
  width: 100%;
  font-family: AstoriaLight;
  text-align: center;
  margin-top: 5px;
  font-size: 15px;
  color: red;
}

@media screen and (max-width: 959px) {
  .article-content-section .container .article-container .article-content .download-pr__inner {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.article-content-section .container .article-container .article-content .download-pr__inner > p {
  font-family: 'Intro Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #002638;
  margin: 0;
  margin-bottom: 23px;
}

.article-content-section .container .article-container .article-content .download-pr__inner input::-moz-placeholder {
  text-align: left;
}

.article-content-section .container .article-container .article-content .download-pr__inner input:-ms-input-placeholder {
  text-align: left;
}

.article-content-section .container .article-container .article-content .download-pr__inner input::placeholder {
  text-align: left;
}

@media screen and (max-width: 959px) {
  .article-content-section .container .article-container .article-content .download-pr__inner input::-moz-placeholder {
    text-align: center;
  }
  .article-content-section .container .article-container .article-content .download-pr__inner input:-ms-input-placeholder {
    text-align: center;
  }
  .article-content-section .container .article-container .article-content .download-pr__inner input::placeholder {
    text-align: center;
  }
}

.article-content-section .container .article-container .article-content .customer-section {
  border-radius: 3px;
  background-color: #ECF2F6;
  display: flex;
  position: relative;
}

@media screen and (max-width: 959px) {
  .article-content-section .container .article-container .article-content .customer-section {
    flex-direction: column-reverse;
    padding-top: 20px;
  }
}

.article-content-section .container .article-container .article-content .customer-section .container-info {
  padding: 40px;
}

.article-content-section .container .article-container .article-content .customer-section .container-info h3 {
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.article-content-section .container .article-container .article-content .customer-section .container-info p {
  margin-top: 10px;
}

.article-content-section .container .article-container .article-content .customer-section .container-info p a {
  color: #00546B;
  cursor: pointer;
}

.article-content-section .container .article-container .article-content .customer-section .container-info h3,
.article-content-section .container .article-container .article-content .customer-section .container-info p {
  text-align: center;
  font-family: 'Intro Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #002638;
  text-align: left;
}

@media screen and (max-width: 1399px) {
  .article-content-section .container .article-container .article-content .customer-section .container-info h3,
  .article-content-section .container .article-container .article-content .customer-section .container-info p {
    text-align: left;
    font-size: 14px;
  }
}

@media screen and (max-width: 959px) {
  .article-content-section .container .article-container .article-content .customer-section .container-info h3,
  .article-content-section .container .article-container .article-content .customer-section .container-info p {
    text-align: center;
  }
}

.article-content-section .container .article-container .article-content .customer-section .container-info p {
  margin-bottom: 0;
}

.article-content-section .container .article-container .article-content .customer-section .container-info h3 {
  letter-spacing: 0.15em;
}

.article-content-section .container .article-container .article-content .customer-section img {
  position: absolute;
  height: 35px;
  width: 200px;
  right: -60px;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 959px) {
  .article-content-section .container .article-container .article-content .customer-section img {
    position: unset !important;
    transform: none !important;
    margin: auto;
  }
}

.article-content-section .container .recent-posts-section {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 45px;
}

@media screen and (max-width: 1499px) {
  .article-content-section .container .recent-posts-section {
    margin-left: 35px;
  }
}

@media screen and (max-width: 1399px) {
  .article-content-section .container .recent-posts-section {
    display: none;
  }
}

.article-content-section .container .recent-posts-section .recent-posts-content {
  margin-bottom: 40px;
  opacity: 0;
}

.article-content-section .container .recent-posts-section .recent-posts-content > h3 {
  font-family: AstoriaMedium;
  font-size: 24px;
  line-height: 22px;
  color: #00546B;
  margin-bottom: 20px;
}

.article-content-section .container .recent-posts-section .recent-posts-content .card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 220px;
  width: 250px;
  margin-bottom: 15px;
  border-radius: 3px;
}

.article-content-section .container .recent-posts-section .recent-posts-content .card .card-hover-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #002638 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
  transition: all .3s;
}

.article-content-section .container .recent-posts-section .recent-posts-content .card:hover .card-hover-bg {
  cursor: pointer;
  height: 100%;
  background: linear-gradient(0deg, #B58756 0%, rgba(181, 135, 86, 0.5) 100%);
}

.article-content-section .container .recent-posts-section .recent-posts-content .card a.img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px;
}

.article-content-section .container .recent-posts-section .recent-posts-content .card .date-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 60px;
  background-color: #002638;
  border-radius: 0 3px;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.article-content-section .container .recent-posts-section .recent-posts-content .card .date-container span {
  font-family: 'Intro';
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  margin: auto;
  margin-bottom: 0;
}

.article-content-section .container .recent-posts-section .recent-posts-content .card .date-container span.year {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #B58756;
  margin-bottom: auto;
  margin-top: 0;
}

.article-content-section .container .recent-posts-section .recent-posts-content .card .article-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 50%;
  cursor: pointer;
}

.article-content-section .container .recent-posts-section .recent-posts-content .card .article-title h3 {
  margin-bottom: 15px;
  font-family: 'Intro Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.article-content-section .container .recent-posts-section .recent-posts-content .card .article-title a {
  font-size: 14px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #ECF2F6;
  display: flex;
}

.article-content-section .container .recent-posts-section .recent-posts-content .card .article-title a img {
  margin-left: 10px;
}

.article-content-section .container .recent-posts-section .recent-posts-content .card .article-title a img.play-icon {
  position: absolute;
  right: 10px;
  bottom: 5px;
}

.article-content-section .container .recent-posts-section .navigation-menu {
  opacity: 0;
}

.article-content-section .container .recent-posts-section .navigation-menu p {
  font-family: AstoriaMedium;
  font-size: 24px;
  line-height: 22px;
  color: #00546B;
}

.article-content-section .container .recent-posts-section .navigation-menu ul {
  list-style: none;
  padding: 0;
}

.article-content-section .container .recent-posts-section .navigation-menu ul li {
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #002638;
  opacity: 0.5;
  transition: all .3s;
  cursor: pointer;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 84, 107, 0.1);
}

.article-content-section .container .recent-posts-section .navigation-menu ul li:last-child {
  border-bottom: none;
}

.article-content-section .container .recent-posts-section .navigation-menu ul li:hover {
  color: #B58756;
  opacity: 1;
}

.articleCrm .waves-left {
  opacity: 1 !important;
}

.articleCrm .waves-right {
  opacity: 1 !important;
}

.articleCrm .article-container {
  opacity: 1 !important;
}

.articleCrm .recent-posts-content {
  opacity: 1 !important;
}

.articleCrm .navigation-menu {
  opacity: 1 !important;
}

.video-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 75px;
}

@media screen and (max-width: 1199px) {
  .video-container video {
    height: 480px;
  }
}

.clone-categories li a {
  text-decoration: none;
  font-family: 'Intro';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #002638;
  opacity: 0.5;
  transition: all .3s;
  cursor: pointer;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 84, 107, 0.1);
}

.clone-categories li a:last-child {
  border-bottom: none;
}

.clone-categories li a:hover {
  color: #B58756;
  opacity: 1;
}

.flip-book {
  height: calc(100vh - 116px);
  background-color: white;
  display: flex;
  position: relative;
}

@media screen and (max-width: 1399px) {
  .flip-book {
    height: auto;
  }
}

@media screen and (max-width: 959px) {
  .flip-book {
    height: auto;
  }
}

.flip-book--waves {
  position: absolute;
  right: 0;
  top: 0;
  width: 29%;
  height: 100%;
}

@media screen and (max-width: 1399px) {
  .flip-book--waves {
    display: none;
  }
}

.flip-book__container {
  width: 1200px;
  margin: auto;
  display: flex;
}

@media screen and (max-width: 1399px) {
  .flip-book__container {
    width: 1200px;
    margin-top: 75px;
    margin-bottom: 100px;
    padding: 0px 100px;
  }
}

@media screen and (max-width: 959px) {
  .flip-book__container {
    flex-direction: column;
    margin-top: 60px;
    margin-bottom: 75px;
    padding: 0px 25px;
  }
}

.flip-book__container__col1 {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  margin-left: -80px;
  position: relative;
}

@media screen and (max-width: 1399px) {
  .flip-book__container__col1 {
    padding-left: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 959px) {
  .flip-book__container__col1 {
    width: 100%;
    padding: 0px 20px;
    margin-bottom: 35px;
  }
}

.flip-book__container__col1--wave {
  position: absolute;
  top: 27px;
  left: -48px;
  width: 29%;
}

@media screen and (max-width: 1399px) {
  .flip-book__container__col1--wave {
    top: 76px;
    left: -66px;
  }
}

@media screen and (max-width: 1199px) {
  .flip-book__container__col1--wave {
    top: 8px;
    left: -53px;
  }
}

@media screen and (max-width: 959px) {
  .flip-book__container__col1--wave {
    display: none;
  }
}

.flip-book__container__col1--title {
  font-family: 'Intro';
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
  color: #002638;
  padding-right: 150px;
}

@media screen and (max-width: 1399px) {
  .flip-book__container__col1--title {
    padding-left: 0;
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .flip-book__container__col1--title {
    padding-right: 0;
  }
}

@media screen and (max-width: 959px) {
  .flip-book__container__col1--title {
    font-size: 28px;
    line-height: 35px;
    align-items: center;
    text-align: center;
    margin-bottom: 35px;
  }
}

.flip-book__container__col1--title-colored {
  color: #B58756;
  padding: 0;
}

.flip-book__container__col1--subtitle {
  font-family: 'AstoriaRoman';
  font-size: 20px;
  line-height: 28px;
  color: #002638;
}

@media screen and (max-width: 1399px) {
  .flip-book__container__col1--subtitle {
    padding-left: 0;
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 959px) {
  .flip-book__container__col1--subtitle {
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 25px;
    padding-right: 0;
  }
}

.flip-book__container__col1--description {
  font-family: 'AstoriaLight';
  text-align: justify;
}

@media screen and (max-width: 1399px) {
  .flip-book__container__col1--description {
    padding-left: 0;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 959px) {
  .flip-book__container__col1--description {
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    margin: 0;
    padding-right: 0;
  }
}

.flip-book__container__col1--button {
  width: 179px;
  margin-left: 10px;
}

@media screen and (max-width: 1399px) {
  .flip-book__container__col1--button {
    margin-left: 0;
    justify-content: center;
  }
}

@media screen and (max-width: 959px) {
  .flip-book__container__col1--button {
    margin: auto;
  }
}

.flip-book__container__col2 {
  width: 40%;
  margin-right: -65px;
}

@media screen and (max-width: 1399px) {
  .flip-book__container__col2 {
    width: 50%;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 959px) {
  .flip-book__container__col2 {
    margin: auto;
    margin-bottom: 45px;
    padding: 0;
    width: 100%;
    max-width: 400px;
  }
}

.flip-book__container__col2__container {
  height: 100%;
  position: relative;
  padding: 0;
}

@media screen and (max-width: 1199px) {
  .flip-book__container__col2__container {
    height: auto;
  }
}

.flip-book__container__col2__container image {
  display: block;
  width: 100%;
  height: auto;
}

.flip-book__container__col2__container:hover .flip-book__container__col2__container--overlay {
  opacity: 1;
}

.flip-book__container__col2__container--cover {
  padding: 0;
}

.flip-book__container__col2__container--overlay {
  background: linear-gradient(0deg, rgba(0, 38, 56, 0.4), rgba(0, 38, 56, 0.4));
  box-shadow: -20px 25px 25px -10px rgba(0, 0, 0, 0.25), inset 30px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 2px 15px 15px 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}

@media screen and (max-width: 1199px) {
  .flip-book__container__col2__container--overlay {
    display: none;
  }
}

.flip-book__container__col2__container--overlay--icon {
  width: 18%;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.flip-book__container__col2__container--overlay--text {
  font-family: 'Intro Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.flip-book .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  overflow: hidden;
  align-items: center;
}

.flip-book .modal .modal-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4% auto;
  height: 100%;
  width: 70%;
}

@media screen and (max-width: 1199px) {
  .flip-book .modal .modal-content {
    width: 85%;
  }
}

@media screen and (max-width: 959px) {
  .flip-book .modal .modal-content {
    margin-top: 150px;
    position: relative;
  }
}

@media screen and (max-width: 779px) {
  .flip-book .modal .modal-content {
    margin-top: 146px;
    position: relative;
  }
}

.flip-book .modal .modal-content .close {
  position: absolute;
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  top: 60px;
  right: 20px;
}

@media screen and (max-width: 959px) {
  .flip-book .modal .modal-content .close {
    position: absolute;
    top: 2px;
    right: 10px;
    z-index: 999;
  }
}

.flip-book .modal .modal-content .close:hover,
.flip-book .modal .modal-content .close:focus {
  color: #aaa;
  text-decoration: none;
  cursor: pointer;
}

.flip-book .modal .modal-content iframe {
  height: 90%;
  width: 100%;
}

@media screen and (max-width: 959px) {
  .flip-book .modal .modal-content iframe {
    height: 73%;
  }
}

.for-desktop {
  display: flex;
}

@media screen and (max-width: 959px) {
  .for-desktop {
    display: none;
  }
}

.for-mobile {
  display: none;
}

@media screen and (max-width: 959px) {
  .for-mobile {
    display: flex;
  }
}

.color-danger {
  color: #d13e3e;
}

.m-b-20 {
  margin-bottom: 20px;
}

.wrapper {
  height: 100vh;
}

.wrapper .lp-wrapper .hero-presentation {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.wrapper .lp-wrapper .hero-presentation .hero__video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 101%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}

@media screen and (min-width: 1920px) and (min-height: 950px) {
  .wrapper .lp-wrapper .hero-presentation .hero__video-bg {
    max-width: 120vw;
  }
}

@media screen and (min-width: 1920px) and (max-height: 950px) {
  .wrapper .lp-wrapper .hero-presentation .hero__video-bg {
    max-width: 105vw;
  }
}

@media screen and (min-width: 1500px) and (max-height: 950px) {
  .wrapper .lp-wrapper .hero-presentation .hero__video-bg {
    max-width: 105vw;
  }
}

@media screen and (max-width: 1499px) {
  .wrapper .lp-wrapper .hero-presentation .hero__video-bg {
    max-height: 120vh;
  }
}

.wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .hero__logo {
  max-width: 221px;
  margin: 0 auto;
}

.wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content h1 {
  font-family: 'Roboto', sans-serif;
  max-width: 879px;
  font-size: 55px;
  font-weight: 700;
  line-height: 64px;
  color: #002638;
  text-align: center;
}

.wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .video-container-presentation {
  position: relative;
  width: 879px;
}

.wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .video-container-presentation video,
.wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .video-container-presentation img {
  border: 1px solid #B59E6F;
  box-shadow: 0px 15px 24px -10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .video-container-presentation .presentation-video {
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: relative;
}

.wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .video-container-presentation .presentation-video:-webkit-full-screen {
  border: none;
}

.wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .video-container-presentation .presentation-video:-ms-fullscreen {
  border: none;
}

.wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .video-container-presentation .presentation-video:fullscreen {
  border: none;
}

.wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .video-container-presentation .thumbnail-video {
  width: 879px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}

.wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .video-container-presentation .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .video-container-presentation .play-button img {
  width: 100px;
  height: 100px;
  border: none;
  box-shadow: none;
}

.wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .hero__actions {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .hero__actions .btn-lp {
  font-family: 'Roboto', sans-serif;
  width: 210px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  border-radius: 44px;
  padding: 14px 0px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition: .2s ease-in-out;
}

.wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .hero__actions .btn-lp__border {
  border: 2px solid #00546B;
  color: #00546B;
}

.wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .hero__actions .btn-lp__border:hover {
  background-color: #00546B;
  color: #fff;
}

.wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .hero__actions a .btn-lp__main {
  color: #fff;
  background-color: #B58756;
  margin-right: 20px;
}

.wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .hero__actions a .btn-lp__main:hover {
  background-color: #966d42;
}

.modal-lp {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  overflow: auto;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.modal-lp.open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-lp .hidden {
  display: none;
}

.modal-lp .btn-lp__main {
  font-family: 'Roboto', sans-serif;
  width: 210px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  border-radius: 44px;
  padding: 14px 0px;
  margin-top: 12px;
  width: 260px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #B58756;
  cursor: pointer;
  transition: .2s ease-in-out;
}

.modal-lp .btn-lp__main.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.modal-lp .btn-lp__main:hover {
  background-color: #966d42;
}

.modal-lp .demo-form-errors {
  display: none;
}

.modal-lp .error {
  display: none;
}

.modal-lp .text__center {
  text-align: center;
}

.modal-lp img {
  display: block;
  max-width: 277px;
  max-height: 51px;
}

.modal-lp #request-demo-form .form-group {
  margin-bottom: 21px !important;
}

.modal-lp #request-demo-form input[type="submit"] {
  margin-top: 12px;
}

.modal-lp .modal-lp-window {
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
  max-width: 602px;
  padding: 52px 47px 65px;
  min-height: 670px;
}

.modal-lp .modal-lp-window .btn-forget {
  cursor: pointer;
}

.modal-lp .modal-lp-window form,
.modal-lp .modal-lp-window h3 {
  padding: 0 49px;
}

.modal-lp .modal-lp-window h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 30px;
}

.modal-lp .modal-lp-window--sm {
  max-width: 515px;
  padding: 52px 51px 65px;
}

.modal-lp .modal-lp-window--sm form,
.modal-lp .modal-lp-window--sm h3 {
  padding: 0;
}

.modal-lp .modal-lp-window--sm h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 41px;
}

.modal-lp .modal-lp-window .close-md {
  position: absolute;
  display: block;
  top: 25px;
  right: 25px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  z-index: 9;
  background: url(/images/close-button.svg?d3a95387873915b3ef15ece4a702e35f) center no-repeat;
  background-size: 46px 46px;
}

.modal-lp .modal-lp-window .logo-center {
  margin-right: auto;
  margin-left: auto;
}

.modal-lp .modal-lp-window form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 18px;
  color: #002638;
}

.modal-lp .modal-lp-window form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 18px;
  color: #002638;
}

.modal-lp .modal-lp-window form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 18px;
  color: #002638;
}

.modal-lp .modal-lp-window form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 18px;
  color: #002638;
}

.modal-lp .modal-lp-window form input[type="submit"] {
  margin-top: 16px;
  min-width: 260px;
}

.modal-lp .modal-lp-window .form-wrapper .form-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px !important;
}

.modal-lp .modal-lp-window .form-wrapper .form-group__error {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 25px;
  padding-top: 10px;
  width: 100%;
  order: 3;
  color: red;
  display: none;
}

.modal-lp .modal-lp-window .form-wrapper .form-group__error--visible {
  display: block;
}

.modal-lp .modal-lp-window .form-wrapper .form-group label,
.modal-lp .modal-lp-window .form-wrapper .form-group input {
  display: block;
  width: 100%;
  transition: .2s ease-in-out;
}

.modal-lp .modal-lp-window .form-wrapper .form-group label {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 10px;
  color: #333;
  opacity: .5;
  order: 1;
}

.modal-lp .modal-lp-window .form-wrapper .form-group input {
  display: flex;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #002638;
  line-height: normal;
  border: 2px solid #002638;
  padding: 0 21px;
  border-radius: 5px;
  height: 46px;
  opacity: .5;
  order: 2;
}

.modal-lp .modal-lp-window .form-wrapper .form-group input:focus {
  opacity: 1;
}

.modal-lp .modal-lp-window .form-wrapper .form-group input:focus + label {
  opacity: 1;
}

.modal-lp .modal-lp-window .form-wrapper .form-sent-message {
  display: none;
}

.modal-lp .modal-lp-window .form-wrapper .form-sent-message .btn-lp__border {
  font-family: 'Roboto', sans-serif;
  width: 210px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  border-radius: 44px;
  padding: 14px 0px;
  text-align: center;
  display: inline-block;
  border: 2px solid #00546B;
  color: #00546B;
  cursor: pointer;
  transition: .2s ease-in-out;
  margin-top: 79px;
}

.modal-lp .modal-lp-window .form-wrapper .form-sent-message .btn-lp__border:hover {
  background-color: #00546B;
  color: #fff;
}

.modal-lp .modal-lp-window .form-wrapper .form-sent-message img {
  margin: 0 auto 13px;
}

.modal-lp .modal-lp-window .form-wrapper .form-sent-message .btn-lp {
  min-width: 260px;
  margin-top: 79px;
}

.modal-lp .modal-lp-window .form-wrapper .form-sent-message p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin-bottom: 25px;
  color: #333;
}

.modal-lp .modal-lp-window .form-wrapper h3 {
  color: #333;
}

.modal-lp .modal-lp-window .form-wrapper.sent_ok > h3,
.modal-lp .modal-lp-window .form-wrapper.sent_ok form {
  display: none;
}

.modal-lp .modal-lp-window .form-wrapper.sent_ok .form-sent-message {
  display: block;
}

@media (max-width: 1440px) {
  .wrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content {
    gap: 0;
  }

  .wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .hero__logo {
    max-width: 169px;
    margin-bottom: 30px;
  }

  .wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content h1 {
    font-size: 35px;
    line-height: 41px;
    max-width: 570px;
    margin-bottom: 40px;
  }

  .wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .video-container-presentation {
    width: 562px;
    margin-bottom: 40px;
  }

  .wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .video-container-presentation .thumbnail-video {
    width: 562px;
  }

  .wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .hero__actions .btn-lp__border:hover {
    background-color: transparent;
    color: #00546B;
  }

  .wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .hero__actions a .btn-lp__main:hover {
    background-color: #B58756;
  }
}

@media (max-width: 1150px) {
  .wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .hero__logo {
    max-width: 155px;
    margin-bottom: 30px;
  }

  .wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content h1 {
    font-size: 28px;
    line-height: 33px;
    max-width: 510px;
    margin-bottom: 35px;
  }

  .wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .video-container-presentation {
    width: 504px;
    margin-bottom: 40px;
  }

  .wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .video-container-presentation .thumbnail-video {
    width: 503px;
  }
}

@media (max-width: 1023px) {
  .wrapper .lp-wrapper .hero-presentation {
    align-items: flex-start;
    padding: 40px 0;
  }

  .wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .hero__logo {
    max-width: 155px;
    margin-bottom: 40px;
  }

  .wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content h1 {
    font-size: 30px;
    line-height: 35px;
    max-width: 90vw;
    margin-bottom: 35px;
  }

  .wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .video-container-presentation {
    width: 85vw;
    display: flex;
    margin-bottom: 50px;
  }

  .wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .video-container-presentation .thumbnail-video {
    width: 85vw;
  }

  .wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .hero__actions {
    flex-direction: column;
  }

  .wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .hero__actions .btn-lp {
    width: 85vw;
  }

  .wrapper .lp-wrapper .hero-presentation .hero__content-wrapper .hero__content .hero__actions a .btn-lp__main {
    margin: 0 0 20px;
  }

  .modal-lp .btn-lp__main {
    width: 100%;
    padding: 7.5px 0px;
    font-size: 16px;
  }

  .modal-lp .modal-lp-window {
    padding: 42px 25px 45px;
    min-height: auto;
  }

  .modal-lp .modal-lp-window .logo-center {
    max-width: 200px;
    height: auto;
  }

  .modal-lp .modal-lp-window .form-wrapper .form-group input {
    width: 100%;
    height: 41px;
  }
}

body > div {
  overflow: hidden;
}

