/*!
Theme Name:		Mindfully Wired
Theme URI:		https://www.mindfullywired.org/
Description:	The bespoke WordPress theme for Mindfully Wired
Version:		1.0
Author:			Ben Stones
Author URI:		https://benstones.uk
Text Domain:	mwc2
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap");
/* line 49, sass/base/_variables.scss */
.section__bg, .section__bg::after, .section__flow video, .split__col__media--droplet img, .split__col__media--droplet video, .split__col__media--droplet picture, .split__col__media--droplet svg, .split__col__media--wave img, .split__col__media--wave video, .split__col__media--wave picture, .split__col__media--wave svg, .grid-block__img, .study-block__img::after, .person-block__img, .person-block__hover, .gallery__item picture, .gallery__item img, .gal__item__inner picture, .gal__item__inner img, .content-slider__content__imgs, .content-slider__content__imgs > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, sass/base/_reset.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, sass/base/_reset.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, sass/base/_reset.scss */
h1, .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.
 */
/* line 53, sass/base/_reset.scss */
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.
 */
/* line 64, sass/base/_reset.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, sass/base/_reset.scss */
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.
 */
/* line 85, sass/base/_reset.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, sass/base/_reset.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 105, sass/base/_reset.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, sass/base/_reset.scss */
small {
  font-size: 80%;
}

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

/* line 133, sass/base/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 137, sass/base/_reset.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, sass/base/_reset.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, sass/base/_reset.scss */
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.
 */
/* line 176, sass/base/_reset.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 186, sass/base/_reset.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, sass/base/_reset.scss */
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.
 */
/* line 218, sass/base/_reset.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, sass/base/_reset.scss */
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.
 */
/* line 240, sass/base/_reset.scss */
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.
 */
/* line 253, sass/base/_reset.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, sass/base/_reset.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, sass/base/_reset.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, sass/base/_reset.scss */
[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.
 */
/* line 290, sass/base/_reset.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, sass/base/_reset.scss */
[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.
 */
/* line 308, sass/base/_reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, sass/base/_reset.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, sass/base/_reset.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, sass/base/_reset.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, sass/base/_reset.scss */
[hidden] {
  display: none;
}

/* Slider */
/* line 3, sass/vendor/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, sass/vendor/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, sass/vendor/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, sass/vendor/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, sass/vendor/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, sass/vendor/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 50, sass/vendor/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 56, sass/vendor/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 60, sass/vendor/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, sass/vendor/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 68, sass/vendor/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, sass/vendor/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 74, sass/vendor/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, sass/vendor/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, sass/vendor/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, sass/vendor/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, sass/vendor/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, sass/vendor/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: 'Cooper Hewitt';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Cooper Hewitt"), url("https://fonts.cdnfonts.com/s/21211/CooperHewitt-Book.woff") format("woff");
}
@font-face {
  font-family: 'Cooper Hewitt';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Cooper Hewitt"), url("https://fonts.cdnfonts.com/s/21211/CooperHewitt-Semibold.woff") format("woff");
}
@font-face {
  font-family: 'Cooper Hewitt';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Cooper Hewitt"), url("https://fonts.cdnfonts.com/s/21211/CooperHewitt-Bold.woff") format("woff");
}
/* line 1, sass/base/_global.scss */
*,
*:before,
*:after {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 7, sass/base/_global.scss */
*:focus {
  outline: none;
}

/* line 8, sass/base/_global.scss */
html {
  background-color: #FFF;
  /* for outside the body colour */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}

/* line 13, sass/base/_global.scss */
body {
  min-height: 100vh;
  overflow-x: hidden;
  margin: 0 auto;
  position: relative;
}
/* line 18, sass/base/_global.scss */
body.customize-support {
  min-height: calc(100vh - 32px);
}

@media only screen and (max-width: 782px) {
  /* line 21, sass/base/_global.scss */
  body.customize-support {
    min-height: calc(100vh - 46px);
  }
}
/* line 24, sass/base/_global.scss */
img {
  max-width: 100%;
}

/* line 25, sass/base/_global.scss */
mark {
  background-color: transparent;
  color: inherit;
}

/* line 26, sass/base/_global.scss */
a {
  cursor: pointer;
  text-decoration: none;
}

/* line 31, sass/base/_global.scss */
.container, .popup__wrapper {
  width: 85%;
  max-width: 1400px;
  margin: 0 auto;
}
/* line 35, sass/base/_global.scss */
.container .grid + *, .popup__wrapper .grid + * {
  margin-top: calc((2vw + 2rem) + (0.5vw + 0.5rem));
}

@media only screen and (max-width: 1600px) {
  /* line 38, sass/base/_global.scss */
  .container, .popup__wrapper {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 782px) {
  /* line 41, sass/base/_global.scss */
  .container .grid + *, .popup__wrapper .grid + * {
    margin-top: calc(2vw + 2rem);
  }
}
@media screen and (max-width: 600px) {
  /* line 55, sass/base/_global.scss */
  #wpadminbar {
    position: fixed;
  }
}
/* line 60, sass/base/_global.scss */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

/* line 61, sass/base/_global.scss */
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

/* line 62, sass/base/_global.scss */
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 63, sass/base/_global.scss */
.alignright {
  float: right;
}

/* line 64, sass/base/_global.scss */
.alignleft {
  float: left;
}

/* line 65, sass/base/_global.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 68, sass/base/_global.scss */
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 1, sass/base/_typography.scss */
::-moz-selection {
  background: #bad3e8;
  text-shadow: none;
}

/* line 2, sass/base/_typography.scss */
::selection {
  background: #bad3e8;
  text-shadow: none;
}

/* line 4, sass/base/_typography.scss */
html {
  color: #00003A;
  font-family: "Open Sans", sans-serif;
  font-size: 62.5%;
  font-size: calc(0.4vw + 4px);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

/* responsive font sizes */
@media only screen and (min-width: 1500px) {
  /* line 18, sass/base/_typography.scss */
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 782px) {
  /* line 19, sass/base/_typography.scss */
  html {
    font-size: calc(0.5vw + 5px);
  }
}
@media only screen and (max-width: 480px) {
  /* line 20, sass/base/_typography.scss */
  html {
    font-size: 9px;
  }
}
/* links */
/* line 23, sass/base/_typography.scss */
a, a:link, a:visited {
  color: inherit;
  cursor: pointer;
  -webkit-transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
  -moz-transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
  -o-transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
  transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
}

/* line 28, sass/base/_typography.scss */
a:hover,
a:active {
  color: inherit;
}

/* paragraphs */
/* line 32, sass/base/_typography.scss */
p, .gform_confirmation_message {
  font-size: 1.8rem;
  line-height: 1.36em;
  margin: 0 0 2.4rem 0;
  color: #00003A;
}
/* line 37, sass/base/_typography.scss */
p a:not(.btn), .gform_confirmation_message a:not(.btn) {
  font-weight: 700;
}
/* line 39, sass/base/_typography.scss */
p a:not(.btn):hover, .gform_confirmation_message a:not(.btn):hover {
  text-decoration: underline;
}
/* line 43, sass/base/_typography.scss */
p small, .gform_confirmation_message small {
  line-height: 1em;
}

/* line 48, sass/base/_typography.scss */
hr {
  border: none;
  margin: calc(1.5vw + 1.5rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.33);
}
@media only screen and (max-width: 782px) {
  /* line 48, sass/base/_typography.scss */
  hr {
    margin: calc(1vw + 1rem) 0;
  }
}

/* line 60, sass/base/_typography.scss */
h1 + hr, .h1 + hr, h2 + hr, .h2 + hr {
  margin-bottom: calc(2vw + 2rem);
}
@media only screen and (max-width: 782px) {
  /* line 60, sass/base/_typography.scss */
  h1 + hr, .h1 + hr, h2 + hr, .h2 + hr {
    margin: calc(1.5vw + 1.5rem) 0;
  }
}

/* line 67, sass/base/_typography.scss */
h3 + hr, .h3 + hr {
  margin: calc(1vw + 1rem) 0;
}

/* lists */
/* line 72, sass/base/_typography.scss */
ul, ol {
  margin: 2.4rem 0 2.4rem 0;
}

/* line 75, sass/base/_typography.scss */
li {
  font-size: 1.8rem;
  line-height: 1.36em;
}
/* line 78, sass/base/_typography.scss */
li a:not(.btn) {
  font-weight: 700;
}
/* line 80, sass/base/_typography.scss */
li a:not(.btn):hover {
  text-decoration: underline;
}

/* line 86, sass/base/_typography.scss */
b, strong {
  font-weight: 700;
}

/* headings */
/* line 89, sass/base/_typography.scss */
h1, .h1 {
  font-family: "Cooper Hewitt", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.2em;
  margin: 0 0 .5rem 0;
  color: #00003A;
}

/* line 90, sass/base/_typography.scss */
h2, .h2 {
  font-family: "Cooper Hewitt", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.2em;
  margin: 0 0 .5em 0;
  color: #00003A;
}

/* line 91, sass/base/_typography.scss */
h3, .h3 {
  font-family: "Cooper Hewitt", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.2em;
  margin: 0 0 .5em 0;
  color: #00003A;
}

/* line 92, sass/base/_typography.scss */
h4, .h4 {
  font-family: "Cooper Hewitt", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2em;
  margin: 0 0 .5em 0;
  color: #00003A;
}

/* line 93, sass/base/_typography.scss */
h5, .h5 {
  font-family: "Cooper Hewitt", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2em;
  margin: 0 0 1.6rem 0;
  color: #00003A;
}

/* line 94, sass/base/_typography.scss */
h6, .h6 {
  font-family: "Cooper Hewitt", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2em;
  margin: 0 0 1.6rem 0;
  color: #00003A;
  text-decoration: underline;
}

@media only screen and (max-width: 480px) {
  /* line 97, sass/base/_typography.scss */
  h1, .h1 {
    font-size: 4.8rem;
  }

  /* line 98, sass/base/_typography.scss */
  h2, .h2 {
    font-size: 3.6rem;
  }

  /* line 99, sass/base/_typography.scss */
  h3, .h3 {
    font-size: 2.4rem;
  }

  /* line 100, sass/base/_typography.scss */
  h4, .h4 {
    font-size: 2rem;
  }

  /* line 101, sass/base/_typography.scss */
  h5, .h5 {
    font-size: 1.8rem;
  }

  /* line 102, sass/base/_typography.scss */
  h6, .h6 {
    font-size: 1.6rem;
  }
}
/* added with js to make tables responsive */
/* line 113, sass/base/_typography.scss */
.table_wrapper {
  width: 100%;
  overflow-y: auto;
  margin: 2.4rem 0;
}

/* line 119, sass/base/_typography.scss */
.table_wrapper table {
  margin: 0;
}

/* line 120, sass/base/_typography.scss */
.table_wrapper th, .table_wrapper td {
  min-width: 100px;
}

/* tables */
/* line 123, sass/base/_typography.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 2.4rem 0;
  width: 100%;
}

/* line 130, sass/base/_typography.scss */
table thead td, table th {
  background-color: #999;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6em;
  text-align: left;
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
}

/* line 141, sass/base/_typography.scss */
table td {
  background-color: #fff;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6em;
  text-align: left;
  padding: 0.75em 0.5em;
  border-bottom: 1px solid #ccc;
}

/* line 1, sass/base/_icons.scss */
.icon::before {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: #00003A;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

/* line 11, sass/base/_icons.scss */
.icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* line 22, sass/base/_icons.scss */
.icon--twitter::before {
  -webkit-mask: url("./images/twitter.svg") center/contain no-repeat;
  mask: url("./images/twitter.svg") center/contain no-repeat;
}
/* line 26, sass/base/_icons.scss */
.icon--facebook::before {
  -webkit-mask: url("./images/facebook.svg") center/contain no-repeat;
  mask: url("./images/facebook.svg") center/contain no-repeat;
}
/* line 30, sass/base/_icons.scss */
.icon--facebook-circle::before {
  -webkit-mask: url("./images/facebook-circle.svg") center/contain no-repeat;
  mask: url("./images/facebook-circle.svg") center/contain no-repeat;
}
/* line 34, sass/base/_icons.scss */
.icon--linkedin::before {
  -webkit-mask: url("./images/linkedin.svg") center/contain no-repeat;
  mask: url("./images/linkedin.svg") center/contain no-repeat;
}
/* line 38, sass/base/_icons.scss */
.icon--youtube::before {
  -webkit-mask: url("./images/youtube.svg") center/contain no-repeat;
  mask: url("./images/youtube.svg") center/contain no-repeat;
}
/* line 42, sass/base/_icons.scss */
.icon--instagram::before {
  -webkit-mask: url("./images/instagram.svg") center/contain no-repeat;
  mask: url("./images/instagram.svg") center/contain no-repeat;
}
/* line 46, sass/base/_icons.scss */
.icon--bluesky::before {
  -webkit-mask: url("./images/bluesky.svg") center/contain no-repeat;
  mask: url("./images/bluesky.svg") center/contain no-repeat;
}
/* line 50, sass/base/_icons.scss */
.icon--menu::before {
  -webkit-mask: url("./images/menu.svg") center/contain no-repeat;
  mask: url("./images/menu.svg") center/contain no-repeat;
}
/* line 54, sass/base/_icons.scss */
.icon--tel::before {
  -webkit-mask: url("./images/tel.svg") center/contain no-repeat;
  mask: url("./images/tel.svg") center/contain no-repeat;
}
/* line 58, sass/base/_icons.scss */
.icon--email::before {
  -webkit-mask: url("./images/email.svg") center/contain no-repeat;
  mask: url("./images/email.svg") center/contain no-repeat;
}
/* line 62, sass/base/_icons.scss */
.icon--chevron::before {
  -webkit-mask: url("./images/chevron.svg") center/contain no-repeat;
  mask: url("./images/chevron.svg") center/contain no-repeat;
}
/* line 66, sass/base/_icons.scss */
.icon--arrow::before {
  -webkit-mask: url("./images/arrow.svg") center/contain no-repeat;
  mask: url("./images/arrow.svg") center/contain no-repeat;
}
/* line 70, sass/base/_icons.scss */
.icon--close::before {
  -webkit-mask: url("./images/close.svg") center/contain no-repeat;
  mask: url("./images/close.svg") center/contain no-repeat;
}
/* line 74, sass/base/_icons.scss */
.icon--search::before {
  -webkit-mask: url("./images/search.svg") center/contain no-repeat;
  mask: url("./images/search.svg") center/contain no-repeat;
}
/* line 78, sass/base/_icons.scss */
.icon--open::before {
  -webkit-mask: url("./images/open.svg") center/contain no-repeat;
  mask: url("./images/open.svg") center/contain no-repeat;
}
/* line 82, sass/base/_icons.scss */
.icon--share::before {
  -webkit-mask: url("./images/share.svg") center/contain no-repeat;
  mask: url("./images/share.svg") center/contain no-repeat;
}
/* line 86, sass/base/_icons.scss */
.icon--caret::before {
  -webkit-mask: url("./images/caret.svg") center/contain no-repeat;
  mask: url("./images/caret.svg") center/contain no-repeat;
}
/* line 91, sass/base/_icons.scss */
.icon--left {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* line 2, sass/base/_button.scss */
.btn, .gform_wrapper.gravity-theme #field_submit input,
.gform_wrapper.gravity-theme .gform_page_footer input,
.gform_wrapper.gravity-theme .gform_footer input {
  background: #0061F2;
  color: #FFF;
  text-transform: uppercase;
  min-height: 4.4rem;
  display: inline-flex;
  align-items: center;
  padding: .5rem 3rem 0;
  font-size: 1.6rem;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-family: "Cooper Hewitt", sans-serif;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-mask: url("./images/button-shape.svg") center no-repeat;
  mask: url("./images/button-shape.svg") center no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
/* line 20, sass/base/_button.scss */
.btn:link, .gform_wrapper.gravity-theme #field_submit input:link,
.gform_wrapper.gravity-theme .gform_page_footer input:link,
.gform_wrapper.gravity-theme .gform_footer input:link, .btn:visited, .gform_wrapper.gravity-theme #field_submit input:visited,
.gform_wrapper.gravity-theme .gform_page_footer input:visited,
.gform_wrapper.gravity-theme .gform_footer input:visited {
  color: #FFF;
}
/* line 23, sass/base/_button.scss */
.btn:hover, .gform_wrapper.gravity-theme #field_submit input:hover,
.gform_wrapper.gravity-theme .gform_page_footer input:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover {
  background: #0053ce;
}
/* line 27, sass/base/_button.scss */
.btn--orange {
  background: #FF6F4F;
}
/* line 29, sass/base/_button.scss */
.btn--orange:hover {
  background: #ff522b;
}
/* line 33, sass/base/_button.scss */
.btn--yellow {
  background: #ED9E00;
}
/* line 35, sass/base/_button.scss */
.btn--yellow:hover {
  background: #d48d00;
}
/* line 40, sass/base/_button.scss */
.btn--fill {
  text-wrap: nowrap;
}

/* line 1, sass/base/_form.scss */
form {
  width: 100%;
}
/* line 6, sass/base/_form.scss */
form input[type="text"],
form input[type="email"],
form input[type="phone"],
form input[type="number"],
form input[type="date"],
form textarea {
  background: #FFF;
  border-radius: 1rem;
  color: #00003A;
  font-size: 1.6rem;
  font-weight: 500;
  padding: .5rem 1.2rem !important;
  border: none;
  min-height: 4.8rem;
  min-width: 28rem;
}
/* line 22, sass/base/_form.scss */
form textarea {
  min-height: 12rem;
  min-width: 100%;
  max-width: 100%;
  padding: 1.2rem !important;
}
/* line 29, sass/base/_form.scss */
form.hide-labels label {
  display: none;
}
/* line 33, sass/base/_form.scss */
form #newsletter_input {
  min-width: 32rem;
}

/* line 39, sass/base/_form.scss */
.gform_heading {
  display: none;
}

/* line 42, sass/base/_form.scss */
.gform_wrapper {
  position: relative;
  z-index: 2;
}
/* line 47, sass/base/_form.scss */
.gform_wrapper.gravity-theme .gfield_required {
  color: #00003A !important;
}
/* line 50, sass/base/_form.scss */
.gform_wrapper.gravity-theme .gfield + .gfield {
  margin-top: calc(0.5vw + 0.5rem);
}
@media only screen and (max-width: 600px) {
  /* line 54, sass/base/_form.scss */
  .gform_wrapper.gravity-theme .gfield input.medium,
  .gform_wrapper.gravity-theme .gfield select.medium {
    width: 60% !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 60, sass/base/_form.scss */
  .gform_wrapper.gravity-theme .gfield input.medium,
  .gform_wrapper.gravity-theme .gfield select.medium {
    width: 100% !important;
  }
}
/* line 66, sass/base/_form.scss */
.gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_page_footer,
.gform_wrapper.gravity-theme .gform_footer {
  padding-bottom: 0 !important;
}
/* line 70, sass/base/_form.scss */
.gform_wrapper.gravity-theme #field_submit input,
.gform_wrapper.gravity-theme .gform_page_footer input,
.gform_wrapper.gravity-theme .gform_footer input {
  margin-bottom: 0 !important;
}

/* line 85, sass/base/_form.scss */
#mc_embed_signup .mc-field-group {
  display: flex;
  flex-wrap: wrap;
}
/* line 88, sass/base/_form.scss */
#mc_embed_signup .mc-field-group label {
  display: none;
}
/* line 91, sass/base/_form.scss */
#mc_embed_signup .mc-field-group input {
  flex: 1;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
/* line 96, sass/base/_form.scss */
#mc_embed_signup .mc-field-group button {
  height: 4.8rem;
  width: 4.8rem;
  border: none;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  cursor: pointer;
}
/* line 109, sass/base/_form.scss */
#mc_embed_signup .mc-field-group button .icon::before {
  background: #00003A;
  width: 2rem;
  height: 2rem;
}
/* line 116, sass/base/_form.scss */
#mc_embed_signup .mc-field-group button:hover .icon::before {
  background: #0061F2;
}
/* line 121, sass/base/_form.scss */
#mc_embed_signup .mc-field-group div.mce_inline_error {
  flex: 0 0 100%;
  max-width: 100%;
}
/* line 127, sass/base/_form.scss */
#mc_embed_signup #mce-responses .response {
  font-size: 1.6rem;
  color: #FFF;
  margin-top: 1rem;
}

/* line 1, sass/partials/_header.scss */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: calc(2vw + 2rem) 0;
  z-index: 10;
}
/* line 8, sass/partials/_header.scss */
.header .container, .header .popup__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
/* line 14, sass/partials/_header.scss */
.header .container > * + *, .header .popup__wrapper > * + * {
  margin-left: 1rem;
}
/* line 17, sass/partials/_header.scss */
.header__logo picture, .header__logo img, .header__logo svg {
  display: block;
  width: auto;
  height: 10rem;
}
/* line 22, sass/partials/_header.scss */
.header__logo .dark-logo {
  position: relative;
  -webkit-transition: visibility 0.5s ease, opacity 0.5s ease;
  -moz-transition: visibility 0.5s ease, opacity 0.5s ease;
  -o-transition: visibility 0.5s ease, opacity 0.5s ease;
  transition: visibility 0.5s ease, opacity 0.5s ease;
}
/* line 25, sass/partials/_header.scss */
.header__logo .dark-logo + .white-logo {
  display: block;
  position: absolute;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
/* line 38, sass/partials/_header.scss */
.header__menu {
  cursor: pointer;
  display: none;
  background: transparent;
  border: none;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 48, sass/partials/_header.scss */
.header__menu:hover {
  color: #ED9E00;
}
/* line 51, sass/partials/_header.scss */
.header__menu--dark {
  color: #00003A;
}
/* line 54, sass/partials/_header.scss */
.header__menu--dark-hover:hover {
  color: #00003A;
}
/* line 59, sass/partials/_header.scss */
.header__nav ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 65, sass/partials/_header.scss */
.header__nav ul li a {
  color: #FFF;
  padding: .4rem .1rem;
  font-weight: 600;
  font-size: 2rem;
}
/* line 70, sass/partials/_header.scss */
.header__nav ul li a:hover {
  color: #ED9E00;
  text-decoration: none;
}
/* line 76, sass/partials/_header.scss */
.header__nav ul li.current-menu-item a {
  position: relative;
}
/* line 78, sass/partials/_header.scss */
.header__nav ul li.current-menu-item a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #F4F4F4;
  width: 100%;
}
/* line 88, sass/partials/_header.scss */
.header__nav ul li.current-menu-item a:hover {
  color: #FFF;
}
/* line 94, sass/partials/_header.scss */
.header__nav ul li.menu-item-has-children .sub-menu {
  display: none;
}
/* line 98, sass/partials/_header.scss */
.header__nav ul li + li {
  margin-left: calc(2vw + 2rem);
}
/* line 102, sass/partials/_header.scss */
.header__nav--dark .header__nav__button {
  color: #00003A;
}
/* line 106, sass/partials/_header.scss */
.header__nav--dark ul li a {
  color: #00003A;
}
/* line 110, sass/partials/_header.scss */
.header__nav--dark ul li.current-menu-item a::after {
  background-color: #00003A;
}
/* line 113, sass/partials/_header.scss */
.header__nav--dark ul li.current-menu-item a:hover {
  color: #00003A;
}
/* line 121, sass/partials/_header.scss */
.header__nav--dark-hover ul li a:hover {
  color: #00003A;
}
/* line 128, sass/partials/_header.scss */
.header + .section:not(.section--nopadding), .header + .section--nopadding .section__overlay, .header + .footer {
  padding-top: calc(10rem + (2vw + 2rem) + (3vw + 3rem));
}
@media only screen and (max-width: 782px) {
  /* line 135, sass/partials/_header.scss */
  .header__logo {
    position: relative;
    z-index: 3;
  }
  /* line 139, sass/partials/_header.scss */
  .header__menu {
    display: block;
    position: relative;
    z-index: 3;
  }
  /* line 144, sass/partials/_header.scss */
  .header__nav {
    position: absolute;
    z-index: 2;
    visibility: hidden;
    height: calc(100vh - (4vw + 4rem));
    opacity: 0;
    -webkit-transition: visibility 0.5s linear, opacity 0.5s ease;
    -moz-transition: visibility 0.5s linear, opacity 0.5s ease;
    -o-transition: visibility 0.5s linear, opacity 0.5s ease;
    transition: visibility 0.5s linear, opacity 0.5s ease;
    display: flex;
    align-items: center;
    padding: calc(10rem + (2vw + 2rem)) 0 calc(2vw + 2rem);
    margin-left: 0 !important;
    width: 100%;
  }
  /* line 156, sass/partials/_header.scss */
  .header__nav ul {
    display: block;
    width: 100%;
  }
  /* line 160, sass/partials/_header.scss */
  .header__nav ul li a {
    display: block;
    font-size: 2.8rem;
    text-align: center;
    padding: calc(0.75vw + 0.75rem) 0;
    color: #FFF;
  }
  /* line 166, sass/partials/_header.scss */
  .header__nav ul li a:hover {
    color: #FFF;
  }
  /* line 171, sass/partials/_header.scss */
  .header__nav ul li.current-menu-item > a {
    color: #ED9E00;
  }
  /* line 173, sass/partials/_header.scss */
  .header__nav ul li.current-menu-item > a::after {
    display: none;
  }
  /* line 176, sass/partials/_header.scss */
  .header__nav ul li.current-menu-item > a:hover {
    color: #ED9E00;
  }
  /* line 181, sass/partials/_header.scss */
  .header__nav ul li + li {
    margin-left: 0;
  }
  /* line 188, sass/partials/_header.scss */
  .header + .section:not(.section--nopadding), .header + .section--nopadding .section__overlay, .header + .footer {
    padding-top: calc(10rem + (4vw + 4rem) + (0.5vw + 0.5rem));
  }
}
@media only screen and (max-width: 480px) {
  /* line 196, sass/partials/_header.scss */
  .header__logo picture, .header__logo img, .header__logo svg {
    height: 7rem;
  }
  /* line 200, sass/partials/_header.scss */
  .header__nav {
    padding: calc(7rem + (2vw + 2rem)) 0 calc(2vw + 2rem);
  }
  /* line 202, sass/partials/_header.scss */
  .header__nav ul li a {
    font-size: 2.4rem;
    padding: calc(0.5vw + 0.5rem) 0;
  }
  /* line 207, sass/partials/_header.scss */
  .header + .section:not(.section--nopadding), .header + .section--nopadding .section__overlay, .header + .footer {
    padding-top: calc(7rem + (4vw + 4rem) + (0.5vw + 0.5rem));
  }
}

@media only screen and (max-width: 782px) {
  /* line 216, sass/partials/_header.scss */
  body {
    position: relative;
  }
  /* line 218, sass/partials/_header.scss */
  body::after {
    content: '';
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #003E56;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    -webkit-transition: visibility 0.5s linear, opacity 0.5s ease;
    -moz-transition: visibility 0.5s linear, opacity 0.5s ease;
    -o-transition: visibility 0.5s linear, opacity 0.5s ease;
    transition: visibility 0.5s linear, opacity 0.5s ease;
  }

  /* line 235, sass/partials/_header.scss */
  body.show-menu {
    height: 100vh;
    overflow: hidden;
  }
  /* line 238, sass/partials/_header.scss */
  body.show-menu .header {
    z-index: 100;
  }
  /* line 241, sass/partials/_header.scss */
  body.show-menu .header__logo .dark-logo {
    opacity: 0;
    visibility: hidden;
  }
  /* line 244, sass/partials/_header.scss */
  body.show-menu .header__logo .dark-logo + .white-logo {
    opacity: 1;
    visibility: visible;
  }
  /* line 250, sass/partials/_header.scss */
  body.show-menu .header__menu {
    color: #FFF;
  }
  /* line 253, sass/partials/_header.scss */
  body.show-menu .header__nav {
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility 0.5s linear 0.3s, opacity 0.5s ease 0.3s;
    -moz-transition: visibility 0.5s linear 0.3s, opacity 0.5s ease 0.3s;
    -o-transition: visibility 0.5s linear 0.3s, opacity 0.5s ease 0.3s;
    transition: visibility 0.5s linear 0.3s, opacity 0.5s ease 0.3s;
  }
  /* line 259, sass/partials/_header.scss */
  body.show-menu.customize-support {
    height: calc(100vh - 46px);
  }
  /* line 262, sass/partials/_header.scss */
  body.show-menu::after {
    opacity: 1;
    visibility: visible;
  }
  /* line 268, sass/partials/_header.scss */
  body.customize-support .header__nav {
    height: calc(100vh - 46px - (4vw + 4rem));
  }
}
/* line 1, sass/partials/_section.scss */
.section {
  padding: calc(3vw + 3rem) 0;
  position: relative;
}
/* line 4, sass/partials/_section.scss */
.section--nopadding {
  padding: 0;
}
/* line 7, sass/partials/_section.scss */
.section--nopadding-bottom {
  padding-bottom: 0;
}
/* line 10, sass/partials/_section.scss */
.section--fill {
  min-height: 90rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 16, sass/partials/_section.scss */
.section__bg {
  background: center/cover no-repeat;
  background-color: inherit;
}
/* line 20, sass/partials/_section.scss */
.section__bg::after {
  content: '';
  background-color: inherit;
  opacity: .4;
}
/* line 26, sass/partials/_section.scss */
.section__bg + * {
  position: relative;
  z-index: 2;
}
/* line 31, sass/partials/_section.scss */
.section__overlay {
  padding: calc(4vw + 4rem) calc(3vw + 3rem);
  width: calc(50% + (3vw + 3rem));
  background: rgba(0, 62, 86, 0.8);
}
/* line 35, sass/partials/_section.scss */
.section__overlay > *:last-child {
  margin-bottom: 0;
}
/* line 36, sass/partials/_section.scss */
.section__overlay--right {
  margin-left: auto;
  padding-right: calc(50vw - 700px);
}
/* line 40, sass/partials/_section.scss */
.section__overlay--left {
  padding-left: calc(50vw - 700px);
}
@media only screen and (max-width: 1600px) {
  /* line 44, sass/partials/_section.scss */
  .section__overlay--right {
    padding-right: calc(50vw - 600px);
  }
  /* line 47, sass/partials/_section.scss */
  .section__overlay--left {
    padding-left: calc(50vw - 600px);
  }
}
@media only screen and (max-width: 1426px) {
  /* line 52, sass/partials/_section.scss */
  .section__overlay--right {
    padding-right: 7.5%;
  }
  /* line 55, sass/partials/_section.scss */
  .section__overlay--left {
    padding-left: 7.5%;
  }
}
/* line 60, sass/partials/_section.scss */
.section__overlay--dkblue {
  background: rgba(0, 0, 58, 0.8);
}
/* line 61, sass/partials/_section.scss */
.section__overlay--turq {
  background: rgba(0, 62, 86, 0.8);
}
/* line 62, sass/partials/_section.scss */
.section__overlay--blue {
  background: rgba(0, 97, 242, 0.8);
}
/* line 63, sass/partials/_section.scss */
.section__overlay--yellow {
  background: rgba(237, 158, 0, 0.8);
}
/* line 64, sass/partials/_section.scss */
.section__overlay--ltblue {
  background: rgba(186, 218, 221, 0.8);
}
/* line 65, sass/partials/_section.scss */
.section__overlay--light {
  background: rgba(244, 244, 244, 0.8);
}
/* line 66, sass/partials/_section.scss */
.section__overlay--white {
  background: rgba(255, 255, 255, 0.8);
}
/* line 71, sass/partials/_section.scss */
.section__overlay--dkblue h1, .section__overlay--dkblue .h1, .section__overlay--dkblue h2, .section__overlay--dkblue .h2, .section__overlay--dkblue h3, .section__overlay--dkblue .h3, .section__overlay--dkblue h4, .section__overlay--dkblue .h4, .section__overlay--dkblue h5, .section__overlay--dkblue .h5, .section__overlay--dkblue h6, .section__overlay--dkblue .h6, .section__overlay--dkblue p, .section__overlay--dkblue .gform_confirmation_message, .section__overlay--dkblue li, .section__overlay--dkblue blockquote, .section__overlay--turq h1, .section__overlay--turq .h1, .section__overlay--turq h2, .section__overlay--turq .h2, .section__overlay--turq h3, .section__overlay--turq .h3, .section__overlay--turq h4, .section__overlay--turq .h4, .section__overlay--turq h5, .section__overlay--turq .h5, .section__overlay--turq h6, .section__overlay--turq .h6, .section__overlay--turq p, .section__overlay--turq .gform_confirmation_message, .section__overlay--turq li, .section__overlay--turq blockquote, .section__overlay--blue h1, .section__overlay--blue .h1, .section__overlay--blue h2, .section__overlay--blue .h2, .section__overlay--blue h3, .section__overlay--blue .h3, .section__overlay--blue h4, .section__overlay--blue .h4, .section__overlay--blue h5, .section__overlay--blue .h5, .section__overlay--blue h6, .section__overlay--blue .h6, .section__overlay--blue p, .section__overlay--blue .gform_confirmation_message, .section__overlay--blue li, .section__overlay--blue blockquote {
  color: #F4F4F4;
}
/* line 79, sass/partials/_section.scss */
.section__overlay--yellow h1, .section__overlay--yellow .h1, .section__overlay--yellow h2, .section__overlay--yellow .h2, .section__overlay--yellow h3, .section__overlay--yellow .h3, .section__overlay--yellow h4, .section__overlay--yellow .h4, .section__overlay--yellow h5, .section__overlay--yellow .h5, .section__overlay--yellow h6, .section__overlay--yellow .h6, .section__overlay--yellow p, .section__overlay--yellow .gform_confirmation_message, .section__overlay--yellow li, .section__overlay--yellow blockquote, .section__overlay--ltblue h1, .section__overlay--ltblue .h1, .section__overlay--ltblue h2, .section__overlay--ltblue .h2, .section__overlay--ltblue h3, .section__overlay--ltblue .h3, .section__overlay--ltblue h4, .section__overlay--ltblue .h4, .section__overlay--ltblue h5, .section__overlay--ltblue .h5, .section__overlay--ltblue h6, .section__overlay--ltblue .h6, .section__overlay--ltblue p, .section__overlay--ltblue .gform_confirmation_message, .section__overlay--ltblue li, .section__overlay--ltblue blockquote, .section__overlay--light h1, .section__overlay--light .h1, .section__overlay--light h2, .section__overlay--light .h2, .section__overlay--light h3, .section__overlay--light .h3, .section__overlay--light h4, .section__overlay--light .h4, .section__overlay--light h5, .section__overlay--light .h5, .section__overlay--light h6, .section__overlay--light .h6, .section__overlay--light p, .section__overlay--light .gform_confirmation_message, .section__overlay--light li, .section__overlay--light blockquote, .section__overlay--white h1, .section__overlay--white .h1, .section__overlay--white h2, .section__overlay--white .h2, .section__overlay--white h3, .section__overlay--white .h3, .section__overlay--white h4, .section__overlay--white .h4, .section__overlay--white h5, .section__overlay--white .h5, .section__overlay--white h6, .section__overlay--white .h6, .section__overlay--white p, .section__overlay--white .gform_confirmation_message, .section__overlay--white li, .section__overlay--white blockquote {
  color: #00003A;
}
/* line 84, sass/partials/_section.scss */
.section--flow {
  position: relative;
}
/* line 86, sass/partials/_section.scss */
.section--flow > * {
  position: relative;
  z-index: 3;
}
/* line 90, sass/partials/_section.scss */
.section--flow::after {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 50%;
  top: calc(0% - (1.5vw + 1.5rem));
  right: calc(0% - (3vw + 3rem));
  height: calc(100% + (3vw + 3rem));
  opacity: .2;
  z-index: 1;
  background: url("./images/wave-bg.svg") right/contain no-repeat;
}
/* line 102, sass/partials/_section.scss */
.section--flow::before {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 50%;
  top: calc(0% - (1.5vw + 1.5rem));
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: calc(100% + (3vw + 3rem));
  opacity: .2;
  z-index: 1;
  background: url("./images/wave-bg.svg") right/100% no-repeat;
}
/* line 117, sass/partials/_section.scss */
.section--flow--right::after {
  right: unset;
  left: calc(0% - (3vw + 3rem));
}
/* line 121, sass/partials/_section.scss */
.section--flow--right .section__flow {
  left: unset;
  right: calc(0% - (3vw + 3rem));
  background-position: left;
}
/* line 128, sass/partials/_section.scss */
.section__flow {
  position: absolute;
  z-index: 2;
  top: calc(0% - (1.5vw + 1.5rem));
  left: calc(0% - (3vw + 3rem));
  height: calc(100% + (3vw + 3rem));
  width: 50%;
  background: right/cover no-repeat;
}
/* line 136, sass/partials/_section.scss */
.section__flow video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* line 142, sass/partials/_section.scss */
.section__flow--clip {
  background: left/cover no-repeat;
  -webkit-mask: url("./images/wave.svg") center no-repeat;
  mask: url("./images/wave.svg") center no-repeat;
}
@media only screen and (max-width: 992px) {
  /* line 151, sass/partials/_section.scss */
  .section--flow .split__col {
    flex: 0 1 60%;
    max-width: 60%;
  }
}
@media only screen and (max-width: 782px) {
  /* line 158, sass/partials/_section.scss */
  .section:not(.section--nopadding) {
    padding-top: calc((2vw + 2rem) + (0.5vw + 0.5rem));
    padding-bottom: calc((2vw + 2rem) + (0.5vw + 0.5rem));
  }
  /* line 162, sass/partials/_section.scss */
  .section:not(.section--nopadding-bottom) {
    padding-top: calc((2vw + 2rem) + (0.5vw + 0.5rem));
  }
  /* line 164, sass/partials/_section.scss */
  .section:not(.section--nopadding-bottom).section--nopadding {
    padding-top: 0;
  }
  /* line 168, sass/partials/_section.scss */
  .section__overlay {
    padding: calc(3vw + 3rem) calc(2vw + 2rem);
    width: 75%;
  }
  /* line 172, sass/partials/_section.scss */
  .section--fill {
    min-height: auto;
  }
  /* line 176, sass/partials/_section.scss */
  .section--flow .split__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 180, sass/partials/_section.scss */
  .section--flow::before, .section--flow::after {
    display: none;
  }
  /* line 185, sass/partials/_section.scss */
  .section__flow {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  /* line 190, sass/partials/_section.scss */
  .section__overlay {
    width: 100%;
  }
}

/* line 196, sass/partials/_section.scss */
.bg--white {
  background: #FFF;
}
/* line 198, sass/partials/_section.scss */
.bg--white + .bg--white:not(.section--bg) {
  padding-top: 0;
}
/* line 199, sass/partials/_section.scss */
.bg--white.section--bg + .bg--white {
  padding-top: calc(3vw + 3rem);
}
/* line 200, sass/partials/_section.scss */
.bg--white + .grid {
  background: #FFF;
}

/* line 202, sass/partials/_section.scss */
.bg--light {
  background: #F4F4F4;
}
/* line 204, sass/partials/_section.scss */
.bg--light + .bg--light:not(.section--bg) {
  padding-top: 0;
}
/* line 205, sass/partials/_section.scss */
.bg--light.section--bg + .bg--light {
  padding-top: calc(3vw + 3rem);
}
/* line 206, sass/partials/_section.scss */
.bg--light + .grid {
  background: #F4F4F4;
}

/* line 208, sass/partials/_section.scss */
.bg--ltblue {
  background: #BADADD;
}
/* line 210, sass/partials/_section.scss */
.bg--ltblue + .bg--ltblue:not(.section--bg) {
  padding-top: 0;
}
/* line 211, sass/partials/_section.scss */
.bg--ltblue.section--bg + .bg--ltblue {
  padding-top: calc(3vw + 3rem);
}
/* line 212, sass/partials/_section.scss */
.bg--ltblue + .grid {
  background: #BADADD;
}

/* line 214, sass/partials/_section.scss */
.bg--yellow {
  background: #ED9E00;
}
/* line 216, sass/partials/_section.scss */
.bg--yellow + .bg--yellow:not(.section--bg) {
  padding-top: 0;
}
/* line 217, sass/partials/_section.scss */
.bg--yellow.section--bg + .bg--yellow {
  padding-top: calc(3vw + 3rem);
}
/* line 218, sass/partials/_section.scss */
.bg--yellow + .grid {
  background: #ED9E00;
}

/* line 220, sass/partials/_section.scss */
.bg--blue {
  background: #0061F2;
}
/* line 222, sass/partials/_section.scss */
.bg--blue + .bg--blue:not(.section--bg) {
  padding-top: 0;
}
/* line 223, sass/partials/_section.scss */
.bg--blue.section--bg + .bg--blue {
  padding-top: calc(3vw + 3rem);
}
/* line 224, sass/partials/_section.scss */
.bg--blue + .grid {
  background: #0061F2;
}

/* line 226, sass/partials/_section.scss */
.bg--turq {
  background: #003E56;
}
/* line 228, sass/partials/_section.scss */
.bg--turq + .bg--turq:not(.section--bg) {
  padding-top: 0;
}
/* line 229, sass/partials/_section.scss */
.bg--turq.section--bg + .bg--turq {
  padding-top: calc(3vw + 3rem);
}
/* line 230, sass/partials/_section.scss */
.bg--turq + .grid {
  background: #003E56;
}
/* line 231, sass/partials/_section.scss */
.bg--turq h1, .bg--turq .h1, .bg--turq h2, .bg--turq .h2, .bg--turq h3, .bg--turq .h3, .bg--turq h4, .bg--turq .h4, .bg--turq h5, .bg--turq .h5, .bg--turq h6, .bg--turq .h6, .bg--turq p, .bg--turq .gform_confirmation_message, .bg--turq li, .bg--turq blockquote {
  color: #F4F4F4;
}
/* line 234, sass/partials/_section.scss */
.bg--turq .news-block__img::after {
  background: #F4F4F4;
  color: #003E56;
}

/* line 239, sass/partials/_section.scss */
.bg--dkblue {
  background: #00003A;
}
/* line 241, sass/partials/_section.scss */
.bg--dkblue + .bg--dkblue:not(.section--bg) {
  padding-top: 0;
}
/* line 242, sass/partials/_section.scss */
.bg--dkblue.section--bg + .bg--dkblue {
  padding-top: calc(3vw + 3rem);
}
/* line 243, sass/partials/_section.scss */
.bg--dkblue + .grid {
  background: #00003A;
}

/* line 252, sass/partials/_section.scss */
.bg--blue h1, .bg--blue .h1, .bg--blue h2, .bg--blue .h2, .bg--blue h3, .bg--blue .h3, .bg--blue h4, .bg--blue .h4, .bg--blue h5, .bg--blue .h5, .bg--blue h6, .bg--blue .h6, .bg--blue p, .bg--blue .gform_confirmation_message, .bg--blue li, .bg--blue blockquote,
.bg--dkblue h1,
.bg--dkblue .h1,
.bg--dkblue h2,
.bg--dkblue .h2,
.bg--dkblue h3,
.bg--dkblue .h3,
.bg--dkblue h4,
.bg--dkblue .h4,
.bg--dkblue h5,
.bg--dkblue .h5,
.bg--dkblue h6,
.bg--dkblue .h6,
.bg--dkblue p,
.bg--dkblue .gform_confirmation_message,
.bg--dkblue li,
.bg--dkblue blockquote {
  color: #F4F4F4;
}
/* line 255, sass/partials/_section.scss */
.bg--blue .drop,
.bg--dkblue .drop {
  border-color: #F4F4F4;
}
/* line 257, sass/partials/_section.scss */
.bg--blue .drop__down__top,
.bg--dkblue .drop__down__top {
  border-color: #F4F4F4;
}
/* line 259, sass/partials/_section.scss */
.bg--blue .drop__down__top::before,
.bg--dkblue .drop__down__top::before {
  background: #F4F4F4;
}
/* line 260, sass/partials/_section.scss */
.bg--blue .drop__down__top::after,
.bg--dkblue .drop__down__top::after {
  border-color: #F4F4F4;
}

/* line 265, sass/partials/_section.scss */
.bg--wave {
  position: relative;
  overflow: hidden;
}
/* line 268, sass/partials/_section.scss */
.bg--wave::after {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 50%;
  top: calc(0% - (1.5vw + 1.5rem));
  right: calc(0% - (3vw + 3rem));
  height: calc(100% + (3vw + 3rem));
  max-height: 90rem;
  opacity: .2;
  z-index: 1;
  background: url("./images/wave-bg.svg") right/100% no-repeat;
  background-size: 100% 100%;
}
/* line 282, sass/partials/_section.scss */
.bg--wave > *:not(.section__flow) {
  position: relative;
  z-index: 2;
}

/* line 290, sass/partials/_section.scss */
.bg--white h1, .bg--white .h1, .bg--white h2, .bg--white .h2, .bg--white h3, .bg--white .h3, .bg--white h4, .bg--white .h4, .bg--white h5, .bg--white .h5, .bg--white h6, .bg--white .h6, .bg--white p, .bg--white .gform_confirmation_message, .bg--white li, .bg--white blockquote,
.bg--light h1,
.bg--light .h1,
.bg--light h2,
.bg--light .h2,
.bg--light h3,
.bg--light .h3,
.bg--light h4,
.bg--light .h4,
.bg--light h5,
.bg--light .h5,
.bg--light h6,
.bg--light .h6,
.bg--light p,
.bg--light .gform_confirmation_message,
.bg--light li,
.bg--light blockquote,
.bg--ltblue h1,
.bg--ltblue .h1,
.bg--ltblue h2,
.bg--ltblue .h2,
.bg--ltblue h3,
.bg--ltblue .h3,
.bg--ltblue h4,
.bg--ltblue .h4,
.bg--ltblue h5,
.bg--ltblue .h5,
.bg--ltblue h6,
.bg--ltblue .h6,
.bg--ltblue p,
.bg--ltblue .gform_confirmation_message,
.bg--ltblue li,
.bg--ltblue blockquote {
  color: #00003A;
}
/* line 293, sass/partials/_section.scss */
.bg--white hr,
.bg--light hr,
.bg--ltblue hr {
  border-color: rgba(0, 0, 58, 0.33);
}
/* line 294, sass/partials/_section.scss */
.bg--white.bg--wave::after, .bg--white.section--flow::before, .bg--white.section--flow::after,
.bg--light.bg--wave::after,
.bg--light.section--flow::before,
.bg--light.section--flow::after,
.bg--ltblue.bg--wave::after,
.bg--ltblue.section--flow::before,
.bg--ltblue.section--flow::after {
  background: #00003A;
  opacity: .1;
  -webkit-mask: url("./images/wave-bg.svg") right/contain no-repeat;
  mask: url("./images/wave-bg.svg") right/contain no-repeat;
}

@media only screen and (max-width: 782px) {
  /* line 313, sass/partials/_section.scss */
  .bg--white.section--bg + .bg--white {
    padding-top: calc((2vw + 2rem) + (0.5vw + 0.5rem));
  }

  /* line 318, sass/partials/_section.scss */
  .bg--light.section--bg + .bg--light {
    padding-top: calc((2vw + 2rem) + (0.5vw + 0.5rem));
  }

  /* line 323, sass/partials/_section.scss */
  .bg--ltblue.section--bg + .bg--ltblue {
    padding-top: calc((2vw + 2rem) + (0.5vw + 0.5rem));
  }

  /* line 328, sass/partials/_section.scss */
  .bg--yellow.section--bg + .bg--yellow {
    padding-top: calc((2vw + 2rem) + (0.5vw + 0.5rem));
  }

  /* line 333, sass/partials/_section.scss */
  .bg--blue.section--bg + .bg--blue {
    padding-top: calc((2vw + 2rem) + (0.5vw + 0.5rem));
  }

  /* line 338, sass/partials/_section.scss */
  .bg--turq.section--bg + .bg--turq {
    padding-top: calc((2vw + 2rem) + (0.5vw + 0.5rem));
  }

  /* line 343, sass/partials/_section.scss */
  .bg--dkblue.section--bg + .bg--dkblue {
    padding-top: calc((2vw + 2rem) + (0.5vw + 0.5rem));
  }
}
/* line 3, sass/partials/_text.scss */
.text h1:only-child, .text .h1:only-child, .text h2:only-child, .text .h2:only-child, .text h3:only-child, .text .h3:only-child, .text h4:only-child, .text .h4:only-child, .text h5:only-child, .text .h5:only-child, .text h6:only-child, .text .h6:only-child {
  -webkit-transform: translateY(0.1em);
  -moz-transform: translateY(0.1em);
  -ms-transform: translateY(0.1em);
  -o-transform: translateY(0.1em);
  transform: translateY(0.1em);
}
/* line 7, sass/partials/_text.scss */
.text > *:last-child {
  margin-bottom: 0;
}
/* line 9, sass/partials/_text.scss */
.text--header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: calc(1vw + 1rem);
  margin-bottom: calc(2vw + 2rem);
  border-bottom: 2px solid #00003A;
}
/* line 16, sass/partials/_text.scss */
.text--header > * {
  margin-bottom: 0;
}
/* line 20, sass/partials/_text.scss */
.text--thin {
  max-width: 60rem;
}
/* line 22, sass/partials/_text.scss */
.text + * {
  margin-top: calc((2vw + 2rem) + (0.5vw + 0.5rem));
}
@media only screen and (max-width: 782px) {
  /* line 25, sass/partials/_text.scss */
  .text--header {
    flex-direction: column;
  }
  /* line 28, sass/partials/_text.scss */
  .text--header > * + * {
    margin-top: calc(1vw + 1rem);
  }
  /* line 32, sass/partials/_text.scss */
  .text--thin {
    max-width: 100%;
  }
  /* line 35, sass/partials/_text.scss */
  .text + * {
    margin-top: calc(2vw + 2rem);
  }
}

/* line 1, sass/partials/_split.scss */
.split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: calc(2vw + 2rem);
}
/* line 6, sass/partials/_split.scss */
.split__col {
  flex: 0 1 50%;
  max-width: 50%;
}
/* line 9, sass/partials/_split.scss */
.split__col img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 14, sass/partials/_split.scss */
.split__col--40 {
  flex: 0 1 40%;
  max-width: 40%;
}
/* line 18, sass/partials/_split.scss */
.split__col--media {
  position: relative;
  align-self: stretch;
}
/* line 22, sass/partials/_split.scss */
.split__col__media {
  position: relative;
}
/* line 24, sass/partials/_split.scss */
.split__col__media img, .split__col__media video, .split__col__media picture, .split__col__media svg {
  width: 100%;
  height: auto;
  display: block;
}
/* line 29, sass/partials/_split.scss */
.split__col__media--droplet, .split__col__media--wave {
  width: 100%;
}
/* line 34, sass/partials/_split.scss */
.split__col__media--droplet img, .split__col__media--droplet video, .split__col__media--droplet picture, .split__col__media--droplet svg, .split__col__media--wave img, .split__col__media--wave video, .split__col__media--wave picture, .split__col__media--wave svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* line 40, sass/partials/_split.scss */
.split__col__media--droplet::before, .split__col__media--wave::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
/* line 46, sass/partials/_split.scss */
.split__col__media--droplet {
  -webkit-mask: url("./images/droplet.svg") center/contain no-repeat;
  mask: url("./images/droplet.svg") center/contain no-repeat;
}
/* line 50, sass/partials/_split.scss */
.split__col__media--wave {
  -webkit-mask: url("./images/wave.svg") center/contain no-repeat;
  mask: url("./images/wave.svg") center/contain no-repeat;
}
/* line 55, sass/partials/_split.scss */
.split__col__fill {
  padding-top: calc(2vw + 2rem);
  padding-bottom: calc(3vw + 3rem);
  position: relative;
}
/* line 59, sass/partials/_split.scss */
.split__col__fill p + hr, .split__col__fill .gform_confirmation_message + hr {
  margin: -1.2rem 0 1rem;
}
/* line 62, sass/partials/_split.scss */
.split__col__fill__img {
  background: center/cover no-repeat;
  position: absolute;
  width: 45%;
  top: 0;
  right: 0;
  -webkit-mask: url("./images/droplet.svg") center/contain no-repeat;
  mask: url("./images/droplet.svg") center/contain no-repeat;
  -webkit-transform: translate(15%, -33.33333%);
  -moz-transform: translate(15%, -33.33333%);
  -ms-transform: translate(15%, -33.33333%);
  -o-transform: translate(15%, -33.33333%);
  transform: translate(15%, -33.33333%);
}
/* line 71, sass/partials/_split.scss */
.split__col__fill__img::before {
  content: '';
  display: block;
  padding-bottom: 150%;
}
/* line 77, sass/partials/_split.scss */
.split__col__fill > *:last-child {
  margin-bottom: 0;
}
/* line 79, sass/partials/_split.scss */
.split__col h1, .split__col .h1 {
  font-weight: 400;
}
/* line 83, sass/partials/_split.scss */
.split__col:nth-child(2) .btns-wrap {
  justify-content: flex-end;
}
/* line 87, sass/partials/_split.scss */
.split__col > *:last-child {
  margin-bottom: 0;
}
/* line 90, sass/partials/_split.scss */
.split--flex .split__col {
  flex: auto;
  max-width: none;
}
/* line 94, sass/partials/_split.scss */
.split--flex .split__col:nth-child(2) > *:only-child {
  text-align: right;
}
/* line 99, sass/partials/_split.scss */
.split--shrink .split__col {
  flex: 0 1 auto;
}
/* line 101, sass/partials/_split.scss */
.split--shrink .split__col h2 + hr, .split--shrink .split__col .h2 + hr {
  margin: calc(0.5vw + 0.5rem) 0 calc(1vw + 1rem);
}
/* line 104, sass/partials/_split.scss */
.split--end {
  align-items: flex-end;
}
/* line 107, sass/partials/_split.scss */
.split--start {
  align-items: flex-start;
}
/* line 110, sass/partials/_split.scss */
.split--rev {
  flex-direction: row-reverse;
}
/* line 116, sass/partials/_split.scss */
.split--fill .split__col:nth-child(2n+1) .split__col__fill {
  padding-left: calc(50vw - 700px);
  padding-right: calc(2vw + 2rem);
}
@media only screen and (max-width: 1600px) {
  /* line 116, sass/partials/_split.scss */
  .split--fill .split__col:nth-child(2n+1) .split__col__fill {
    padding-left: calc(50vw - 600px);
  }
}
@media only screen and (max-width: 1426px) {
  /* line 116, sass/partials/_split.scss */
  .split--fill .split__col:nth-child(2n+1) .split__col__fill {
    padding-left: 7.5%;
  }
}
/* line 128, sass/partials/_split.scss */
.split--fill .split__col:nth-child(2n) .split__col__fill {
  padding-right: calc(50vw - 700px);
}
@media only screen and (max-width: 1600px) {
  /* line 128, sass/partials/_split.scss */
  .split--fill .split__col:nth-child(2n) .split__col__fill {
    padding-right: calc(50vw - 600px);
  }
}
@media only screen and (max-width: 1426px) {
  /* line 128, sass/partials/_split.scss */
  .split--fill .split__col:nth-child(2n) .split__col__fill {
    padding-right: 7.5%;
  }
}
/* line 140, sass/partials/_split.scss */
.split--line {
  align-items: center;
}
/* line 142, sass/partials/_split.scss */
.split--line .split__col {
  display: flex;
  align-items: center;
  column-gap: calc(0.75vw + 0.75rem);
}
/* line 146, sass/partials/_split.scss */
.split--line .split__col:nth-child(1)::after, .split--line .split__col:nth-child(2)::before {
  content: '';
  flex: 1;
  display: block;
  height: 1px;
  background: #F4F4F4;
  top: 50%;
}
/* line 155, sass/partials/_split.scss */
.split--line .split__col:nth-child(1)::after {
  margin-right: calc(0% - (1vw + 1rem));
}
/* line 158, sass/partials/_split.scss */
.split--line .split__col:nth-child(2)::before {
  margin-left: calc(0% - (1vw + 1rem));
}
/* line 163, sass/partials/_split.scss */
.split--vacancies {
  align-items: flex-start;
  column-gap: 0;
}
/* line 166, sass/partials/_split.scss */
.split--vacancies .split__col {
  flex: 1;
  max-width: 100%;
}
/* line 169, sass/partials/_split.scss */
.split--vacancies .split__col--media {
  flex: 0 1 40%;
  max-width: 40%;
}
/* line 173, sass/partials/_split.scss */
.split--vacancies .split__col__media {
  min-height: 70rem;
  align-self: stretch;
  height: calc(100% + (4vw + 4rem));
  width: calc(100% + (1vw + 1rem));
  -webkit-transform: translateX(calc(0% - (1vw + 1rem)));
  -moz-transform: translateX(calc(0% - (1vw + 1rem)));
  -ms-transform: translateX(calc(0% - (1vw + 1rem)));
  -o-transform: translateX(calc(0% - (1vw + 1rem)));
  transform: translateX(calc(0% - (1vw + 1rem)));
  z-index: 1;
}
/* line 180, sass/partials/_split.scss */
.split--vacancies .split__col__media::before {
  display: none;
}
/* line 186, sass/partials/_split.scss */
.split + * {
  margin-top: calc((2vw + 2rem) + (0.5vw + 0.5rem));
}
@media only screen and (max-width: 992px) {
  /* line 190, sass/partials/_split.scss */
  .split--vacancies .split__col {
    flex: 0 0 70%;
  }
  /* line 192, sass/partials/_split.scss */
  .split--vacancies .split__col--media {
    flex: 0 1 30%;
    max-width: 30%;
  }
  /* line 196, sass/partials/_split.scss */
  .split--vacancies .split__col__media {
    min-height: 55rem;
    width: calc(100% + (4vw + 4rem));
  }
}
@media only screen and (max-width: 782px) {
  /* line 1, sass/partials/_split.scss */
  .split {
    flex-direction: column;
  }
  /* line 205, sass/partials/_split.scss */
  .split__col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  /* line 210, sass/partials/_split.scss */
  .split__col__fill__img {
    width: 40%;
    right: 7.5%;
  }
  /* line 215, sass/partials/_split.scss */
  .split__col + .split__col {
    margin-top: calc(2vw + 2rem);
  }
  /* line 216, sass/partials/_split.scss */
  .split__col:nth-child(2n) .split__col__fill {
    padding-left: 7.5%;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 221, sass/partials/_split.scss */
  .split__col:nth-child(2) > .btns-wrap {
    justify-content: center;
  }
  /* line 226, sass/partials/_split.scss */
  .split--shrink .split__col {
    text-align: center;
  }
  /* line 228, sass/partials/_split.scss */
  .split--shrink .split__col:nth-child(2) .btns-wrap {
    justify-content: center;
  }
  /* line 234, sass/partials/_split.scss */
  .split--flex .split__col {
    text-align: center;
  }
  /* line 237, sass/partials/_split.scss */
  .split--flex .split__col:nth-child(2) > *:only-child {
    text-align: center;
  }
  /* line 242, sass/partials/_split.scss */
  .split--line .split__col:nth-child(2)::before {
    display: none;
  }
  /* line 246, sass/partials/_split.scss */
  .split--vacancies .split__col--media {
    display: none;
  }
  /* line 247, sass/partials/_split.scss */
  .split + * {
    margin-top: calc(2vw + 2rem);
  }
}
@media only screen and (max-width: 600px) {
  /* line 250, sass/partials/_split.scss */
  .split__col__fill__img {
    width: 33.33333%;
    -webkit-transform: translate(15%, -10%);
    -moz-transform: translate(15%, -10%);
    -ms-transform: translate(15%, -10%);
    -o-transform: translate(15%, -10%);
    transform: translate(15%, -10%);
  }
}
@media only screen and (max-width: 480px) {
  /* line 257, sass/partials/_split.scss */
  .split__col__media--droplet::before, .split__col__media--wave::before {
    padding-bottom: 125%;
  }
  /* line 261, sass/partials/_split.scss */
  .split__col__fill__img {
    display: none;
  }
  /* line 262, sass/partials/_split.scss */
  .split__col + .split__col {
    margin-top: calc(1.5vw + 1.5rem);
  }
}

/* line 268, sass/partials/_split.scss */
* + .split--vacancies {
  margin-top: calc((1vw + 1rem) + (0.75vw + 0.75rem));
  padding-top: calc(2vw + 2rem);
  position: relative;
}
/* line 272, sass/partials/_split.scss */
* + .split--vacancies::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 70%;
  height: 1px;
  background: #00003A;
}
/* line 282, sass/partials/_split.scss */
* + .split--vacancies .split__col__media {
  height: calc(100% + (2vw + 2rem) + (0.75vw + 0.75rem) + (4vw + 4rem));
  margin-top: calc(0% - (2vw + 2rem) - (0.75vw + 0.75rem));
}

/* line 1, sass/partials/_grid.scss */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin: -.5rem;
}
/* line 5, sass/partials/_grid.scss */
.grid__item {
  padding: .5rem;
}
/* line 10, sass/partials/_grid.scss */
.grid--2 .grid__item {
  flex: 0 0 50%;
  max-width: 50%;
}
/* line 16, sass/partials/_grid.scss */
.grid--3 .grid__item, .grid--studies .grid__item, .grid--news .grid__item, .grid--related-news .grid__item, .grid--content-blocks .grid__item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
/* line 22, sass/partials/_grid.scss */
.grid--4 .grid__item {
  flex: 0 0 25%;
  max-width: 25%;
}
/* line 28, sass/partials/_grid.scss */
.grid--5 .grid__item {
  flex: 0 0 20%;
  max-width: 20%;
}
/* line 34, sass/partials/_grid.scss */
.grid--6 .grid__item, .grid--team .grid__item {
  flex: 0 0 16.66666%;
  max-width: 16.66666%;
}
/* line 40, sass/partials/_grid.scss */
.grid--studies {
  margin: calc(0% - (0.5vw + 0.5rem)) 0;
}
/* line 43, sass/partials/_grid.scss */
.grid--studies .grid__item {
  padding: calc(0.5vw + 0.5rem) 0;
}
/* line 45, sass/partials/_grid.scss */
.grid--team {
  background: #BADADD;
  justify-content: flex-start;
}
/* line 50, sass/partials/_grid.scss */
.grid--news, .grid--related-news {
  margin: calc(0% - (1vw + 1rem)) -0.5rem;
}
/* line 54, sass/partials/_grid.scss */
.grid--news .grid__item, .grid--related-news .grid__item {
  padding: calc(1vw + 1rem) 0.5rem;
}
/* line 56, sass/partials/_grid.scss */
.grid--content-blocks {
  position: relative;
  justify-content: space-between;
  z-index: 2;
  margin: calc(0% - (1.5vw + 1.5rem)) calc(0% - (3vw + 3rem));
}
/* line 73, sass/partials/_grid.scss */
.grid--content-blocks .grid__item {
  padding: calc(1.5vw + 1.5rem) calc(3vw + 3rem);
}
/* line 75, sass/partials/_grid.scss */
.grid--content-blocks--v1 {
  margin: calc(0% - (1.5vw + 1.5rem)) calc(0% - (0.5vw + 0.5rem));
}
/* line 77, sass/partials/_grid.scss */
.grid--content-blocks--v1::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #F4F4F4;
  z-index: -1;
}
/* line 88, sass/partials/_grid.scss */
.grid--content-blocks--v1 .grid__item {
  padding: calc(1.5vw + 1.5rem) calc(0.5vw + 0.5rem);
}
/* line 90, sass/partials/_grid.scss */
.grid--content-blocks--v1 .grid__item .content-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #003E56;
  padding: calc(1vw + 1rem) calc(3vw + 3rem);
  -webkit-mask: url("./images/shape.svg") center no-repeat;
  mask: url("./images/shape.svg") center no-repeat;
}
@media only screen and (max-width: 1600px) {
  /* line 105, sass/partials/_grid.scss */
  .grid--6 .grid__item, .grid--team .grid__item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (max-width: 1280px) {
  /* line 111, sass/partials/_grid.scss */
  .grid--6 .grid__item, .grid--team .grid__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 992px) {
  /* line 117, sass/partials/_grid.scss */
  .grid--6 .grid__item, .grid--team .grid__item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (max-width: 782px) {
  /* line 123, sass/partials/_grid.scss */
  .grid--6 .grid__item, .grid--team .grid__item, .grid--3 .grid__item, .grid--studies .grid__item, .grid--news .grid__item, .grid--related-news .grid__item, .grid--content-blocks .grid__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 128, sass/partials/_grid.scss */
  .grid--2 .grid__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 134, sass/partials/_grid.scss */
  .grid--content-blocks .grid__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 137, sass/partials/_grid.scss */
  .grid--content-blocks .grid__item + .grid__item {
    position: relative;
  }
  /* line 139, sass/partials/_grid.scss */
  .grid--content-blocks .grid__item + .grid__item::before {
    content: '';
    display: block;
    width: 1px;
    left: 50%;
    background: #F4F4F4;
    position: absolute;
  }
  /* line 150, sass/partials/_grid.scss */
  .grid--content-blocks:not(.grid--content-blocks--v1) .grid__item + .grid__item {
    margin-top: calc(2vw + 2rem);
  }
  /* line 152, sass/partials/_grid.scss */
  .grid--content-blocks:not(.grid--content-blocks--v1) .grid__item + .grid__item::before {
    height: calc(2vw + 2rem) !important;
    top: calc(0% - (2vw + 2rem)) !important;
  }
  /* line 160, sass/partials/_grid.scss */
  .grid--content-blocks--v1 .grid__item .content-block {
    padding: calc(3vw + 3rem) calc(6vw + 6rem);
  }
  /* line 164, sass/partials/_grid.scss */
  .grid--content-blocks--v1 .grid__item + .grid__item::before {
    height: calc(3vw + 3rem);
    top: calc(0% - (1.5vw + 1.5rem));
  }
  /* line 170, sass/partials/_grid.scss */
  .grid--content-blocks--v1::after {
    display: none;
  }
  /* line 175, sass/partials/_grid.scss */
  .grid--related-news .grid__item:nth-child(n+3) {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  /* line 180, sass/partials/_grid.scss */
  .grid--6 .grid__item, .grid--team .grid__item, .grid--3 .grid__item, .grid--studies .grid__item, .grid--news .grid__item, .grid--related-news .grid__item, .grid--content-blocks .grid__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* line 189, sass/partials/_grid.scss */
.grid-block {
  display: flex;
  position: relative;
  overflow: hidden;
  height: 100%;
}
/* line 194, sass/partials/_grid.scss */
.grid-block__content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 2;
  background: #00003A;
  padding: calc(1.5vw + 1.5rem) 30% calc(1.5vw + 1.5rem) calc(2vw + 2rem);
  -webkit-mask: url("./images/grid-content.svg") left/cover no-repeat;
  mask: url("./images/grid-content.svg") left/cover no-repeat;
}
/* line 204, sass/partials/_grid.scss */
.grid-block__content h1, .grid-block__content .h1, .grid-block__content h2, .grid-block__content .h2, .grid-block__content h3, .grid-block__content .h3, .grid-block__content h4, .grid-block__content .h4, .grid-block__content h5, .grid-block__content .h5, .grid-block__content h6, .grid-block__content .h6, .grid-block__content p, .grid-block__content .gform_confirmation_message, .grid-block__content li {
  color: #FFF;
}
/* line 207, sass/partials/_grid.scss */
.grid-block__content > *:last-child {
  margin-bottom: 0;
  margin-top: auto;
}
/* line 212, sass/partials/_grid.scss */
.grid-block__img {
  background: center/cover no-repeat;
}

/* line 219, sass/partials/_grid.scss */
.study-block {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
/* line 224, sass/partials/_grid.scss */
.study-block::before {
  content: '';
  display: block;
  position: absolute;
  top: 1%;
  right: 0;
  width: 96%;
  height: 99%;
  background: #00003A;
  z-index: 0;
  -webkit-mask: url("./images/shape.svg") center no-repeat;
  mask: url("./images/shape.svg") center no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
/* line 239, sass/partials/_grid.scss */
.study-block__img {
  background: center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-mask: url("./images/shape.svg") center no-repeat;
  mask: url("./images/shape.svg") center no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
/* line 249, sass/partials/_grid.scss */
.study-block__img p, .study-block__img .gform_confirmation_message {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
  color: #FFF;
  position: relative;
  z-index: 3;
  padding: 1rem calc(2vw + 2rem);
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  -webkit-transform: translateY(1.5rem);
  -moz-transform: translateY(1.5rem);
  -ms-transform: translateY(1.5rem);
  -o-transform: translateY(1.5rem);
  transform: translateY(1.5rem);
  -webkit-transition: visibility 0.3s linear, opacity 0.3s ease, transform 0.3s ease;
  -moz-transition: visibility 0.3s linear, opacity 0.3s ease, transform 0.3s ease;
  -o-transition: visibility 0.3s linear, opacity 0.3s ease, transform 0.3s ease;
  transition: visibility 0.3s linear, opacity 0.3s ease, transform 0.3s ease;
}
/* line 263, sass/partials/_grid.scss */
.study-block__img::before {
  content: '';
  display: block;
  padding-bottom: 65%;
}
/* line 268, sass/partials/_grid.scss */
.study-block__img::after {
  content: '';
  background: #00003A;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 278, sass/partials/_grid.scss */
.study-block__content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(0.75vw + 0.75rem) calc(1.5vw + 1.5rem) calc(1vw + 1rem) calc(4vw + 4rem);
  position: relative;
  z-index: 2;
}
/* line 286, sass/partials/_grid.scss */
.study-block__content h4, .study-block__content .h4 {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin: 0;
  text-align: center;
  font-size: 2rem;
}
/* line 297, sass/partials/_grid.scss */
.study-block:hover .study-block__img p, .study-block:hover .study-block__img .gform_confirmation_message {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/* line 302, sass/partials/_grid.scss */
.study-block:hover .study-block__img::after {
  opacity: .55;
}
@media only screen and (max-width: 480px) {
  /* line 308, sass/partials/_grid.scss */
  .study-block__content {
    padding: calc(0.75vw + 0.75rem) calc(2vw + 2rem) calc(1vw + 1rem) calc(6vw + 6rem);
  }
}

/* line 314, sass/partials/_grid.scss */
.person-block {
  background: #003E56;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
/* line 319, sass/partials/_grid.scss */
.person-block::before {
  content: '';
  display: block;
  padding-bottom: 150%;
}
/* line 324, sass/partials/_grid.scss */
.person-block__img, .person-block__hover {
  background: center/cover no-repeat;
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease;
  -moz-transition: opacity 0.4s ease, transform 0.4s ease;
  -o-transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 331, sass/partials/_grid.scss */
.person-block__hover {
  opacity: 0;
}
/* line 334, sass/partials/_grid.scss */
.person-block__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: calc(0.75vw + 0.75rem);
  background: rgba(0, 62, 86, 0.5);
  z-index: 2;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
/* line 343, sass/partials/_grid.scss */
.person-block__info p, .person-block__info .gform_confirmation_message {
  color: #F4F4F4;
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
/* line 348, sass/partials/_grid.scss */
.person-block__info p small, .person-block__info .gform_confirmation_message small {
  font-size: 1.8rem;
  font-weight: 500;
}
/* line 353, sass/partials/_grid.scss */
.person-block__info hr {
  margin: 1rem 0;
  border-color: #FFF;
}
/* line 357, sass/partials/_grid.scss */
.person-block__info > *:last-child {
  margin-bottom: 0;
}
/* line 360, sass/partials/_grid.scss */
.person-block:hover .person-block__img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 364, sass/partials/_grid.scss */
.person-block:hover .person-block__info {
  opacity: 0;
}
/* line 369, sass/partials/_grid.scss */
.person-block.with-hover:hover .person-block__img {
  opacity: 0;
}
/* line 373, sass/partials/_grid.scss */
.person-block.with-hover:hover .person-block__hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 380, sass/partials/_grid.scss */
.news-block {
  display: block;
  position: relative;
  z-index: 2;
}
/* line 384, sass/partials/_grid.scss */
.news-block__img {
  background: center/cover no-repeat;
  border-radius: 2rem;
  position: relative;
  max-width: calc(100% - 10rem);
}
/* line 390, sass/partials/_grid.scss */
.news-block__img::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
/* line 395, sass/partials/_grid.scss */
.news-block__img::after {
  content: 'Read more';
  text-transform: uppercase;
  display: flex;
  background: #003E56;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  position: absolute;
  right: 1px;
  top: 0;
  height: 100%;
  width: calc(10rem + 2rem);
  padding: .5rem .5rem .5rem 2.5rem;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  z-index: -1;
}
/* line 417, sass/partials/_grid.scss */
.news-block__img + .news-block__content {
  margin-top: calc(0.75vw + 0.75rem);
}
/* line 419, sass/partials/_grid.scss */
.news-block__content {
  max-width: calc(100% - 10rem);
}
/* line 421, sass/partials/_grid.scss */
.news-block__content p, .news-block__content .gform_confirmation_message {
  color: #003E56;
  font-size: 2rem;
  font-weight: 600;
}
/* line 426, sass/partials/_grid.scss */
.news-block__content > *:last-child {
  margin-bottom: 0;
}
/* line 431, sass/partials/_grid.scss */
.news-block:hover .news-block__img::after {
  -webkit-transform: translateX(10rem);
  -moz-transform: translateX(10rem);
  -ms-transform: translateX(10rem);
  -o-transform: translateX(10rem);
  transform: translateX(10rem);
}
@media only screen and (max-width: 782px) {
  /* line 436, sass/partials/_grid.scss */
  .news-block .news-block__img::after {
    -webkit-transform: translateX(10rem);
    -moz-transform: translateX(10rem);
    -ms-transform: translateX(10rem);
    -o-transform: translateX(10rem);
    transform: translateX(10rem);
  }
}

/* line 442, sass/partials/_grid.scss */
.content-block {
  width: 100%;
}
/* line 444, sass/partials/_grid.scss */
.content-block h1, .content-block .h1, .content-block h2, .content-block .h2, .content-block h3, .content-block .h3, .content-block h4, .content-block .h4, .content-block h5, .content-block .h5, .content-block h6, .content-block .h6, .content-block p, .content-block .gform_confirmation_message, .content-block li {
  color: #F4F4F4;
}
/* line 447, sass/partials/_grid.scss */
.content-block > *:last-child {
  margin-bottom: 0;
}

/* line 1, sass/partials/_gallery.scss */
.gallery {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.4rem;
  margin: -.7rem 0;
  background-color: #F4F4F4;
}
/* line 7, sass/partials/_gallery.scss */
.gallery__item {
  margin: .7rem 0;
  flex: 0 0 calc(50% - .7rem);
  max-width: calc(50% - .7rem);
  position: relative;
  overflow: hidden;
}
/* line 13, sass/partials/_gallery.scss */
.gallery__item video {
  display: block;
  width: 100%;
  height: auto;
}
/* line 18, sass/partials/_gallery.scss */
.gallery__item picture, .gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* line 24, sass/partials/_gallery.scss */
.gallery__item::after {
  content: '';
  display: block;
  padding-bottom: 76.68%;
}
/* line 29, sass/partials/_gallery.scss */
.gallery__item:nth-child(3n+1) {
  flex: 0 0 100%;
  max-width: 100%;
}
/* line 32, sass/partials/_gallery.scss */
.gallery__item:nth-child(3n+1)::after {
  padding-bottom: 38.02%;
}
/* line 37, sass/partials/_gallery.scss */
.gallery__item--vid::after {
  display: none;
}
@media only screen and (max-width: 480px) {
  /* line 43, sass/partials/_gallery.scss */
  .gallery__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 46, sass/partials/_gallery.scss */
  .gallery__item::after {
    padding-bottom: 56.25%;
  }
}
/* line 51, sass/partials/_gallery.scss */
.gallery + .gal {
  padding-top: .7rem;
}

/* line 54, sass/partials/_gallery.scss */
.gal {
  display: flex;
  flex-wrap: wrap;
  margin: -.7rem;
  background-color: #F4F4F4;
}
/* line 59, sass/partials/_gallery.scss */
.gal__item {
  padding: .7rem;
  flex: 0 0 50%;
  max-width: 50%;
}
/* line 63, sass/partials/_gallery.scss */
.gal__item__inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
/* line 68, sass/partials/_gallery.scss */
.gal__item__inner video {
  display: block;
  width: 100%;
  height: auto;
}
/* line 73, sass/partials/_gallery.scss */
.gal__item__inner picture, .gal__item__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* line 79, sass/partials/_gallery.scss */
.gal__item__inner::after {
  content: '';
  display: block;
  padding-bottom: 76.68%;
}
/* line 85, sass/partials/_gallery.scss */
.gal__item__inner--fit picture, .gal__item__inner--fit img {
  position: relative;
  height: auto;
}
/* line 89, sass/partials/_gallery.scss */
.gal__item__inner--fit::after {
  display: none;
}
/* line 94, sass/partials/_gallery.scss */
.gal__item__inner--fill picture, .gal__item__inner--fill img {
  -o-object-fit: cover;
  object-fit: cover;
}
/* line 100, sass/partials/_gallery.scss */
.gal__item--1 {
  flex: 0 0 100%;
  max-width: 100%;
}
/* line 103, sass/partials/_gallery.scss */
.gal__item--1 .gal__item__inner::after {
  padding-bottom: 38.02%;
}
/* line 107, sass/partials/_gallery.scss */
.gal__item--13 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
/* line 110, sass/partials/_gallery.scss */
.gal__item--13 .gal__item__inner::after {
  padding-bottom: 25.56%;
}
/* line 114, sass/partials/_gallery.scss */
.gal__item--23 {
  flex: 0 0 66.66666%;
  max-width: 66.66666%;
}
/* line 117, sass/partials/_gallery.scss */
.gal__item--23 .gal__item__inner::after {
  padding-bottom: 51.12%;
}
/* line 121, sass/partials/_gallery.scss */
.gal__item--4 {
  flex: 0 0 25%;
  max-width: 25%;
}
/* line 124, sass/partials/_gallery.scss */
.gal__item--4 .gal__item__inner::after {
  padding-bottom: 19.17%;
}
@media only screen and (max-width: 782px) {
  /* line 130, sass/partials/_gallery.scss */
  .gal__item--4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 133, sass/partials/_gallery.scss */
  .gal__item--4 .gal__item__inner::after {
    padding-bottom: 56.25%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 54, sass/partials/_gallery.scss */
  .gal {
    margin: -.4rem;
  }
  /* line 140, sass/partials/_gallery.scss */
  .gal__item {
    padding: .4rem;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 144, sass/partials/_gallery.scss */
  .gal__item .gal__item__inner::after {
    padding-bottom: 56.25%;
  }
}

/* line 1, sass/partials/_drop.scss */
.drop {
  border-top: 1px solid #00003A;
}
/* line 4, sass/partials/_drop.scss */
.drop__down__top {
  position: relative;
  border-bottom: 1px solid #00003A;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: calc(1.5vw + 1.5rem) 0 calc((0.5vw + 0.5rem) + (0.75vw + 0.75rem));
}
/* line 11, sass/partials/_drop.scss */
.drop__down__top h3, .drop__down__top .h3 {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  width: 100%;
  max-width: calc(40% - 4.8rem - (1.5vw + 1.5rem));
}
/* line 16, sass/partials/_drop.scss */
.drop__down__top::before {
  content: '';
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: #00003A;
  position: absolute;
  z-index: 2;
  top: calc(50% + .4rem);
  left: calc(40% - 2.4rem);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-mask: url("./images/chevron.svg") center/contain no-repeat;
  mask: url("./images/chevron.svg") center/contain no-repeat;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
/* line 31, sass/partials/_drop.scss */
.drop__down__top::after {
  content: '';
  display: block;
  width: 4.8rem;
  flex: 0 0 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  margin-left: calc(1.5vw + 1.5rem);
  background: transparent;
  border: 1px solid #00003A;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease;
  -moz-transition: background 0.3s ease, border-color 0.3s ease;
  -o-transition: background 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease;
}
/* line 43, sass/partials/_drop.scss */
.drop__down__top > *:last-child {
  margin-bottom: 0;
}
/* line 46, sass/partials/_drop.scss */
.drop__down__top.open h3, .drop__down__top.open .h3, .drop__down__top:hover h3, .drop__down__top:hover .h3 {
  color: #ED9E00;
}
/* line 49, sass/partials/_drop.scss */
.drop__down__top.open::after, .drop__down__top:hover::after {
  background: #ED9E00;
  border-color: #ED9E00;
}
/* line 54, sass/partials/_drop.scss */
.drop__down__top.open::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
/* line 58, sass/partials/_drop.scss */
.drop__down__bottom {
  display: none;
  padding: calc(1.5vw + 1.5rem) 0 calc(1vw + 1rem) calc(50% - (3vw + 3rem));
}
/* line 61, sass/partials/_drop.scss */
.drop__down__bottom > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  /* line 68, sass/partials/_drop.scss */
  .drop__down__top h3, .drop__down__top .h3 {
    max-width: calc(100% - 4.8rem - (1vw + 1rem));
  }
  /* line 71, sass/partials/_drop.scss */
  .drop__down__top::before {
    left: unset;
    right: 0;
  }
  /* line 76, sass/partials/_drop.scss */
  .drop__down__bottom {
    padding-left: 0;
  }
}

/* line 82, sass/partials/_drop.scss */
* + .drop {
  margin-top: calc((2vw + 2rem) + (0.5vw + 0.5rem));
}

@media only screen and (max-width: 782px) {
  /* line 84, sass/partials/_drop.scss */
  * + .drop {
    margin-top: calc(2vw + 2rem);
  }
}
/* line 1, sass/partials/_content-slider.scss */
.content-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 5, sass/partials/_content-slider.scss */
.content-slider__list {
  margin: 0;
  list-style-type: none;
  padding: 0;
  flex: 40%;
  max-width: 40%;
  margin: -.8rem 0;
}
/* line 12, sass/partials/_content-slider.scss */
.content-slider__list li {
  font-size: 2rem;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: .8rem 0;
  line-height: 1.1em;
  position: relative;
}
/* line 23, sass/partials/_content-slider.scss */
.content-slider__list li::before {
  flex: 0 0 5rem;
  content: '';
  width: 5rem;
  height: 5rem;
  display: block;
  background: #00003A;
  margin-right: 5rem;
  z-index: 2;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-mask: url("./images/droplet.svg") center/contain no-repeat;
  mask: url("./images/droplet.svg") center/contain no-repeat;
}
/* line 36, sass/partials/_content-slider.scss */
.content-slider__list li::after {
  content: '';
  display: block;
  height: 1px;
  left: 2.5rem;
  top: 50%;
  position: absolute;
  background: #0061F2;
  width: 0;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
/* line 47, sass/partials/_content-slider.scss */
.content-slider__list li.current {
  color: #0061F2;
  font-weight: 700;
}
/* line 50, sass/partials/_content-slider.scss */
.content-slider__list li.current::before {
  background: #0061F2;
}
/* line 53, sass/partials/_content-slider.scss */
.content-slider__list li.current::after {
  width: 6.5rem;
}
/* line 57, sass/partials/_content-slider.scss */
.content-slider__list li:hover {
  color: #0061F2;
}
/* line 66, sass/partials/_content-slider.scss */
.content-slider__content {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}
/* line 70, sass/partials/_content-slider.scss */
.content-slider__content__imgs {
  background: #00003A;
  height: calc(100% + (3vw + 3rem));
  width: calc(100% + (1vw + 1rem));
  margin-top: calc(0% - (3vw + 3rem) - (0.5vw + 0.5rem));
  margin-left: calc(0% - (1vw + 1rem));
  -webkit-mask: url("./images/wave.svg") center no-repeat;
  mask: url("./images/wave.svg") center no-repeat;
}
/* line 79, sass/partials/_content-slider.scss */
.content-slider__content__imgs > div {
  opacity: 0;
  visibility: hidden;
  background: center/cover no-repeat;
  -webkit-transition: visibility 0.7s linear, opacity 0.7s ease;
  -moz-transition: visibility 0.7s linear, opacity 0.7s ease;
  -o-transition: visibility 0.7s linear, opacity 0.7s ease;
  transition: visibility 0.7s linear, opacity 0.7s ease;
}
/* line 85, sass/partials/_content-slider.scss */
.content-slider__content__imgs > div.active {
  opacity: 1;
  visibility: visible;
}
/* line 91, sass/partials/_content-slider.scss */
.content-slider__content__slides {
  position: relative;
  z-index: 2;
  margin-top: calc(0% - (2vw + 2rem));
}
/* line 96, sass/partials/_content-slider.scss */
.content-slider__content__slides::before {
  content: '';
  display: block;
  position: relative;
  padding-bottom: 150%;
}
/* line 102, sass/partials/_content-slider.scss */
.content-slider__content__slides__block {
  margin-top: auto;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: calc(3vw + 3rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
  width: calc(100% - (6vw + 6rem));
  -webkit-transition: visibility 0.7s linear, opacity 0.7s ease, transform 0.7s ease;
  -moz-transition: visibility 0.7s linear, opacity 0.7s ease, transform 0.7s ease;
  -o-transition: visibility 0.7s linear, opacity 0.7s ease, transform 0.7s ease;
  transition: visibility 0.7s linear, opacity 0.7s ease, transform 0.7s ease;
  -webkit-transform: translateY(2rem);
  -moz-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
}
/* line 120, sass/partials/_content-slider.scss */
.content-slider__content__slides__block::before {
  content: '';
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 1;
  padding-bottom: 150%;
  -webkit-mask: url("./images/droplet.svg") center no-repeat;
  mask: url("./images/droplet.svg") center no-repeat;
  background: #0061F2;
}
/* line 133, sass/partials/_content-slider.scss */
.content-slider__content__slides__block__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: calc(3vw + 3rem) calc(3vw + 3rem) calc((3vw + 3rem) + (0.5vw + 0.5rem));
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
}
/* line 144, sass/partials/_content-slider.scss */
.content-slider__content__slides__block__content h1, .content-slider__content__slides__block__content .h1, .content-slider__content__slides__block__content h2, .content-slider__content__slides__block__content .h2, .content-slider__content__slides__block__content h3, .content-slider__content__slides__block__content .h3, .content-slider__content__slides__block__content h4, .content-slider__content__slides__block__content .h4, .content-slider__content__slides__block__content h5, .content-slider__content__slides__block__content .h5, .content-slider__content__slides__block__content h6, .content-slider__content__slides__block__content .h6, .content-slider__content__slides__block__content p, .content-slider__content__slides__block__content .gform_confirmation_message, .content-slider__content__slides__block__content li {
  color: #FFF;
}
/* line 146, sass/partials/_content-slider.scss */
.content-slider__content__slides__block__content h1 a:not(.btn), .content-slider__content__slides__block__content .h1 a:not(.btn), .content-slider__content__slides__block__content h2 a:not(.btn), .content-slider__content__slides__block__content .h2 a:not(.btn), .content-slider__content__slides__block__content h3 a:not(.btn), .content-slider__content__slides__block__content .h3 a:not(.btn), .content-slider__content__slides__block__content h4 a:not(.btn), .content-slider__content__slides__block__content .h4 a:not(.btn), .content-slider__content__slides__block__content h5 a:not(.btn), .content-slider__content__slides__block__content .h5 a:not(.btn), .content-slider__content__slides__block__content h6 a:not(.btn), .content-slider__content__slides__block__content .h6 a:not(.btn), .content-slider__content__slides__block__content p a:not(.btn), .content-slider__content__slides__block__content .gform_confirmation_message a:not(.btn), .content-slider__content__slides__block__content li a:not(.btn) {
  color: inherit;
}
/* line 148, sass/partials/_content-slider.scss */
.content-slider__content__slides__block__content h1 a:not(.btn):hover, .content-slider__content__slides__block__content .h1 a:not(.btn):hover, .content-slider__content__slides__block__content h2 a:not(.btn):hover, .content-slider__content__slides__block__content .h2 a:not(.btn):hover, .content-slider__content__slides__block__content h3 a:not(.btn):hover, .content-slider__content__slides__block__content .h3 a:not(.btn):hover, .content-slider__content__slides__block__content h4 a:not(.btn):hover, .content-slider__content__slides__block__content .h4 a:not(.btn):hover, .content-slider__content__slides__block__content h5 a:not(.btn):hover, .content-slider__content__slides__block__content .h5 a:not(.btn):hover, .content-slider__content__slides__block__content h6 a:not(.btn):hover, .content-slider__content__slides__block__content .h6 a:not(.btn):hover, .content-slider__content__slides__block__content p a:not(.btn):hover, .content-slider__content__slides__block__content .gform_confirmation_message a:not(.btn):hover, .content-slider__content__slides__block__content li a:not(.btn):hover {
  text-decoration: underline;
}
/* line 153, sass/partials/_content-slider.scss */
.content-slider__content__slides__block__content ul {
  margin-left: 0;
  padding-left: 0;
}
/* line 157, sass/partials/_content-slider.scss */
.content-slider__content__slides__block__content > *:first-child {
  margin-top: 0;
}
/* line 158, sass/partials/_content-slider.scss */
.content-slider__content__slides__block__content > *:last-child {
  margin-bottom: 0;
}
@supports not (aspect-ratio: 1/1) {
  /* line 160, sass/partials/_content-slider.scss */
  .content-slider__content__slides__block__content::before {
    float: left;
    padding-top: 100%;
    content: "";
  }
  /* line 166, sass/partials/_content-slider.scss */
  .content-slider__content__slides__block__content::after {
    display: block;
    content: "";
    clear: both;
  }
}
/* line 173, sass/partials/_content-slider.scss */
.content-slider__content__slides__block.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: visibility 0.7s linear 0.4s, opacity 0.7s ease 0.4s, transform 0.7s ease 0.4s;
  -moz-transition: visibility 0.7s linear 0.4s, opacity 0.7s ease 0.4s, transform 0.7s ease 0.4s;
  -o-transition: visibility 0.7s linear 0.4s, opacity 0.7s ease 0.4s, transform 0.7s ease 0.4s;
  transition: visibility 0.7s linear 0.4s, opacity 0.7s ease 0.4s, transform 0.7s ease 0.4s;
}
/* line 179, sass/partials/_content-slider.scss */
.content-slider__content__slides__block.out {
  -webkit-transform: translateY(-2rem);
  -moz-transform: translateY(-2rem);
  -ms-transform: translateY(-2rem);
  -o-transform: translateY(-2rem);
  transform: translateY(-2rem);
}
/* line 185, sass/partials/_content-slider.scss */
.content-slider + * {
  margin-top: calc((2vw + 2rem) + (0.5vw + 0.5rem));
}
@media only screen and (max-width: 992px) {
  /* line 188, sass/partials/_content-slider.scss */
  .content-slider__content__slides__block {
    left: calc(0.5vw + 0.5rem);
    width: calc(100% - (1vw + 1rem));
  }
}
@media only screen and (max-width: 782px) {
  /* line 1, sass/partials/_content-slider.scss */
  .content-slider {
    justify-content: center;
  }
  /* line 195, sass/partials/_content-slider.scss */
  .content-slider__list {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 198, sass/partials/_content-slider.scss */
  .content-slider__list li {
    font-size: 1.8rem;
  }
  /* line 200, sass/partials/_content-slider.scss */
  .content-slider__list li::before {
    width: 4.2rem;
    height: 4.2rem;
    margin-right: 2.6rem;
    flex: 0 0 4.2rem;
  }
  /* line 206, sass/partials/_content-slider.scss */
  .content-slider__list li.current::after {
    width: 3rem;
  }
  /* line 211, sass/partials/_content-slider.scss */
  .content-slider__content {
    flex: 0 0 100%;
    max-width: 42rem;
  }
  /* line 215, sass/partials/_content-slider.scss */
  .content-slider__content__imgs {
    display: none;
  }
  /* line 218, sass/partials/_content-slider.scss */
  .content-slider__content__slides {
    margin-top: calc(1.5vw + 1.5rem);
  }
  /* line 220, sass/partials/_content-slider.scss */
  .content-slider__content__slides__block {
    left: 0;
    width: 100%;
  }
  /* line 226, sass/partials/_content-slider.scss */
  .content-slider + * {
    margin-top: calc(2vw + 2rem);
  }
}

/* line 229, sass/partials/_content-slider.scss */
* + .content-slider {
  padding-top: calc((2vw + 2rem) + (0.5vw + 0.5rem));
  border-top: 1px solid #00003A;
}

@media only screen and (max-width: 782px) {
  /* line 234, sass/partials/_content-slider.scss */
  * + .content-slider {
    margin-top: calc(2vw + 2rem);
  }
}
/* line 2, sass/partials/_logos.scss */
.logos__row {
  display: flex;
  column-gap: calc(1.5vw + 1.5rem);
  align-items: center;
}
/* line 6, sass/partials/_logos.scss */
.logos__row__title {
  flex: 0 0 24rem;
  max-width: 24rem;
  display: flex;
  column-gap: 1rem;
  align-items: center;
  position: relative;
  align-self: stretch;
}
/* line 14, sass/partials/_logos.scss */
.logos__row__title p, .logos__row__title .gform_confirmation_message {
  font-size: 2rem;
}
/* line 17, sass/partials/_logos.scss */
.logos__row__title::before {
  content: '';
  position: absolute;
  height: 100%;
  right: 0;
  width: 1px;
  background: #00003A;
  display: block;
}
/* line 26, sass/partials/_logos.scss */
.logos__row__title::after {
  content: '';
  position: relative;
  height: 1px;
  flex: 1;
  background: #00003A;
  display: block;
}
/* line 34, sass/partials/_logos.scss */
.logos__row__title > *:last-child {
  margin-bottom: 0;
}
/* line 36, sass/partials/_logos.scss */
.logos__row__list {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: -1rem;
  width: calc(100% - 24rem - (1.5vw + 1.5rem));
}
/* line 44, sass/partials/_logos.scss */
.logos__row__list__item {
  padding: 1rem;
  height: 8rem;
  width: 14rem;
}
/* line 48, sass/partials/_logos.scss */
.logos__row__list__item a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 53, sass/partials/_logos.scss */
.logos__row__list__item a:hover {
  opacity: .66;
}
/* line 57, sass/partials/_logos.scss */
.logos__row__list__item img, .logos__row__list__item picture, .logos__row__list__item svg {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
/* line 65, sass/partials/_logos.scss */
.logos__row + .logos__row {
  margin-top: calc(2vw + 2rem);
}
/* line 69, sass/partials/_logos.scss */
.logos + * {
  margin-top: calc((2vw + 2rem) + (0.5vw + 0.5rem));
}
@media only screen and (max-width: 782px) {
  /* line 72, sass/partials/_logos.scss */
  .logos__row {
    flex-direction: column;
  }
  /* line 74, sass/partials/_logos.scss */
  .logos__row__title {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 77, sass/partials/_logos.scss */
  .logos__row__title::before, .logos__row__title::after {
    display: none;
  }
  /* line 81, sass/partials/_logos.scss */
  .logos__row__title + .logos__row__list {
    margin-top: calc(0.75vw + 0.75rem);
  }
  /* line 83, sass/partials/_logos.scss */
  .logos__row__list {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  /* line 87, sass/partials/_logos.scss */
  .logos__row__list__item {
    height: 10rem;
    width: 17rem;
  }
  /* line 93, sass/partials/_logos.scss */
  .logos + * {
    margin-top: calc(2vw + 2rem);
  }
}

/* line 1, sass/partials/_vacancies.scss */
.vacancies {
  margin: calc(0% - (1vw + 1rem)) 0;
}
/* line 3, sass/partials/_vacancies.scss */
.vacancies__item {
  padding: calc(1vw + 1rem) 0;
}
/* line 5, sass/partials/_vacancies.scss */
.vacancies__item__title {
  font-size: 2.4rem;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  align-items: center;
  position: relative;
}
/* line 12, sass/partials/_vacancies.scss */
.vacancies__item__title::before {
  content: '';
  width: 4rem;
  height: 6rem;
  background: #00003A;
  display: block;
  margin-right: 6rem;
  -webkit-mask: url("./images/droplet.svg") center no-repeat;
  mask: url("./images/droplet.svg") center no-repeat;
}
/* line 22, sass/partials/_vacancies.scss */
.vacancies__item__title::after {
  content: '';
  display: block;
  top: 50%;
  height: 1px;
  width: 5rem;
  left: 3rem;
  position: absolute;
  background: #00003A;
}
/* line 33, sass/partials/_vacancies.scss */
.vacancies__item__detail {
  padding-top: calc(1vw + 1rem);
  padding-left: 10rem;
}

/* line 1, sass/partials/_misc.scss */
body .iframe-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* line 5, sass/partials/_misc.scss */
body .iframe-wrapper::before {
  content: '';
  padding-bottom: 56.25%;
  display: block;
}
/* line 10, sass/partials/_misc.scss */
body .iframe-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 19, sass/partials/_misc.scss */
.social {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding: 0;
  margin: -.4rem;
}
/* line 26, sass/partials/_misc.scss */
.social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #ED9E00;
}
/* line 34, sass/partials/_misc.scss */
.social li a i::before {
  background: #FFF;
  height: 2.4rem;
  width: 2.4rem;
}
/* line 39, sass/partials/_misc.scss */
.social li a:hover {
  background: #d48d00;
}
/* line 43, sass/partials/_misc.scss */
.social li + li {
  margin-left: 1rem;
}
/* line 47, sass/partials/_misc.scss */
.social--lite li a {
  width: 4.8rem;
  height: 4.8rem;
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 1px #FFF;
  -moz-box-shadow: inset 0 0 0 1px #FFF;
  box-shadow: inset 0 0 0 1px #FFF;
}
/* line 51, sass/partials/_misc.scss */
.social--lite li a i::before {
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
/* line 54, sass/partials/_misc.scss */
.social--lite li a:hover {
  background: #FFF;
}
/* line 56, sass/partials/_misc.scss */
.social--lite li a:hover i::before {
  background: #0061F2;
}
/* line 61, sass/partials/_misc.scss */
.social--lite li + li {
  margin-left: calc(1vw + 1rem);
}

/* line 66, sass/partials/_misc.scss */
.cats {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
/* line 71, sass/partials/_misc.scss */
.cats ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: calc(0% - (1vw + 1rem));
  flex: 0 0 70%;
  max-width: 70%;
}
/* line 79, sass/partials/_misc.scss */
.cats ul li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: calc(1vw + 1rem);
  column-gap: #FFF;
  position: relative;
  z-index: 1;
}
/* line 86, sass/partials/_misc.scss */
.cats ul li::before {
  content: '';
  position: absolute;
  left: calc(1vw + 1rem);
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%) scale(106%);
  -moz-transform: translateY(-50%) scale(106%);
  -ms-transform: translateY(-50%) scale(106%);
  -o-transform: translateY(-50%) scale(106%);
  transform: translateY(-50%) scale(106%);
  background: #FFF;
  width: 9rem;
  height: 9rem;
  z-index: -1;
  -webkit-mask: url("./images/droplet.svg") center no-repeat;
  mask: url("./images/droplet.svg") center no-repeat;
}
/* line 103, sass/partials/_misc.scss */
.cats ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 108, sass/partials/_misc.scss */
.cats ul li .cats__img {
  width: 9rem;
  height: 9rem;
  background: center/cover no-repeat;
  position: relative;
  z-index: 1;
  -webkit-mask: url("./images/droplet.svg") center no-repeat;
  mask: url("./images/droplet.svg") center no-repeat;
}
/* line 117, sass/partials/_misc.scss */
.cats ul li span {
  color: #FFF;
  text-transform: uppercase;
  font-size: 2rem;
  display: flex;
  align-items: center;
  flex: 1;
}
/* line 124, sass/partials/_misc.scss */
.cats ul li span::before {
  content: '';
  flex: 1;
  height: 1px;
  background: #FFF;
  -webkit-transform: translateX(-1.5rem);
  -moz-transform: translateX(-1.5rem);
  -ms-transform: translateX(-1.5rem);
  -o-transform: translateX(-1.5rem);
  transform: translateX(-1.5rem);
}
/* line 132, sass/partials/_misc.scss */
.cats ul li.selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 136, sass/partials/_misc.scss */
.cats ul li.selected::before {
  z-index: 2;
  -webkit-transform: translateY(-50%) scale(110%);
  -moz-transform: translateY(-50%) scale(110%);
  -ms-transform: translateY(-50%) scale(110%);
  -o-transform: translateY(-50%) scale(110%);
  transform: translateY(-50%) scale(110%);
}
/* line 140, sass/partials/_misc.scss */
.cats ul li.selected span {
  font-weight: 700;
}
/* line 142, sass/partials/_misc.scss */
.cats ul li.selected span::before {
  height: 2px;
}
/* line 148, sass/partials/_misc.scss */
.cats ul.cats__all {
  flex: 0 0 25%;
  max-width: 25%;
}
/* line 151, sass/partials/_misc.scss */
.cats ul.cats__all li {
  flex: 0 0 100%;
  max-width: 100%;
}
/* line 157, sass/partials/_misc.scss */
.cats .select-wrapper {
  display: none;
  width: 100%;
  position: relative;
}
/* line 161, sass/partials/_misc.scss */
.cats .select-wrapper label {
  display: none;
}
/* line 164, sass/partials/_misc.scss */
.cats .select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #F4F4F4;
  width: 100%;
  min-height: 4.8rem;
  font-size: 2rem;
  background: transparent;
  font-weight: 500;
  border: 0.2rem solid #F4F4F4;
  border-radius: 3rem;
  padding: 0 3.6rem 0 1.6rem;
}
/* line 176, sass/partials/_misc.scss */
.cats .select-wrapper::after {
  content: '';
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
  display: block;
  width: 2rem;
  height: 2rem;
  background: #F4F4F4;
  -webkit-mask: url("./images/chevron.svg") center/contain no-repeat;
  mask: url("./images/chevron.svg") center/contain no-repeat;
}
@media only screen and (max-width: 782px) {
  /* line 193, sass/partials/_misc.scss */
  .cats ul {
    display: none;
  }
  /* line 196, sass/partials/_misc.scss */
  .cats .select-wrapper {
    display: block;
  }
}

/* line 201, sass/partials/_misc.scss */
* + .cats {
  margin-top: calc((2vw + 2rem) + (0.5vw + 0.5rem));
}

@media only screen and (max-width: 782px) {
  /* line 203, sass/partials/_misc.scss */
  * + .cats {
    margin-top: calc(2vw + 2rem);
  }
}
/* line 206, sass/partials/_misc.scss */
.btns-wrap {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: -2rem -.2rem 2.4rem;
  justify-content: center;
}
/* line 213, sass/partials/_misc.scss */
.btns-wrap li {
  padding: 2rem .2rem 0;
}
/* line 216, sass/partials/_misc.scss */
.btns-wrap:last-child {
  margin-bottom: 0;
}

/* line 218, sass/partials/_misc.scss */
*[style*="text-align: right"] + .btns-wrap {
  justify-content: flex-end;
}

/* line 219, sass/partials/_misc.scss */
*[style*="text-align: center"] + .btns-wrap {
  justify-content: center;
}

/* line 220, sass/partials/_misc.scss */
*[style*="text-align: left"] + .btns-wrap {
  justify-content: flex-start;
}

/* line 222, sass/partials/_misc.scss */
.dont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  margin: calc(0% - (3vw + 3rem)) 0;
}
/* line 230, sass/partials/_misc.scss */
.dont__press {
  width: 10rem;
  position: relative;
  margin: 1rem 0 0;
}
/* line 234, sass/partials/_misc.scss */
.dont__press__inner {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: padding-top 0.2s ease;
  -moz-transition: padding-top 0.2s ease;
  -o-transition: padding-top 0.2s ease;
  transition: padding-top 0.2s ease;
}
/* line 239, sass/partials/_misc.scss */
.dont__press__inner:before {
  content: '';
  display: block;
  width: 10rem;
  height: 6rem;
  background: #FF6F4F;
  border: none;
  border-radius: 5rem/3rem;
  position: absolute;
  top: 0;
  -webkit-transition: transform 0.2s ease, background 0.2s ease;
  -moz-transition: transform 0.2s ease, background 0.2s ease;
  -o-transition: transform 0.2s ease, background 0.2s ease;
  transition: transform 0.2s ease, background 0.2s ease;
}
/* line 251, sass/partials/_misc.scss */
.dont__press__inner::after {
  content: '';
  display: block;
  background: #AF4837;
  width: 100%;
  height: 9rem;
  border-radius: 5rem/3rem;
  top: 1px;
  position: relative;
  z-index: -1;
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
/* line 263, sass/partials/_misc.scss */
.dont__press__inner:hover {
  padding-top: .2rem;
}
/* line 265, sass/partials/_misc.scss */
.dont__press__inner:hover::before {
  background: #ff6745;
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
  transform: translateY(0.2rem);
}
/* line 269, sass/partials/_misc.scss */
.dont__press__inner:hover::after {
  height: 8.8rem;
}
/* line 271, sass/partials/_misc.scss */
.dont__press__inner:active {
  padding-top: 1rem;
}
/* line 273, sass/partials/_misc.scss */
.dont__press__inner:active::before {
  background: #ff5a36;
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  transform: translateY(1rem);
}
/* line 277, sass/partials/_misc.scss */
.dont__press__inner:active::after {
  height: 8rem;
}
/* line 280, sass/partials/_misc.scss */
.dont__press::after {
  content: '';
  display: block;
  background: #BADADD;
  border-radius: 50%;
  height: 7rem;
  width: calc(100% + 2rem);
  border: none;
  position: absolute;
  left: -1rem;
  bottom: -1rem;
  z-index: -2;
  -webkit-box-shadow: 0 0.5rem 0 #98c8cc;
  -moz-box-shadow: 0 0.5rem 0 #98c8cc;
  box-shadow: 0 0.5rem 0 #98c8cc;
}
/* line 295, sass/partials/_misc.scss */
.dont__label {
  color: #FF6F4F;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: calc(0% - (1.5vw + 1.5rem));
  -webkit-transform: translateY(3rem);
  -moz-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
}
/* line 305, sass/partials/_misc.scss */
.dont_video {
  display: none;
  background: #000;
}
/* line 308, sass/partials/_misc.scss */
.dont_video video {
  display: block;
  width: 100%;
  height: auto;
}

/* line 316, sass/partials/_misc.scss */
.media {
  position: relative;
}
/* line 318, sass/partials/_misc.scss */
.media img, .media video, .media picture, .media svg {
  width: 100%;
  height: auto;
  display: block;
}
/* line 323, sass/partials/_misc.scss */
.media--clipped {
  overflow: hidden;
  z-index: 3;
}
/* line 326, sass/partials/_misc.scss */
.media--clipped::before {
  content: '';
  display: block;
  padding-bottom: 32%;
}
/* line 331, sass/partials/_misc.scss */
.media--clipped img, .media--clipped video, .media--clipped picture, .media--clipped svg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
  -webkit-mask: url("./images/media-clip.svg") center no-repeat;
  mask: url("./images/media-clip.svg") center no-repeat;
}
/* line 343, sass/partials/_misc.scss */
.media--clipped::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  width: 80%;
  left: 10%;
  background: #F4F4F4;
  z-index: 1;
}
/* line 354, sass/partials/_misc.scss */
.media--clipped + .grid--content-blocks:not(.grid--content-blocks--v1) .grid__item {
  position: relative;
}
/* line 356, sass/partials/_misc.scss */
.media--clipped + .grid--content-blocks:not(.grid--content-blocks--v1) .grid__item::before {
  content: '';
  display: block;
  width: 1px;
  background: #F4F4F4;
  position: absolute;
  left: 50%;
  bottom: 100%;
  height: calc(6vw + 6rem);
  z-index: -1;
}
/* line 369, sass/partials/_misc.scss */
.media + * {
  margin-top: calc((2vw + 2rem) + (0.5vw + 0.5rem));
}
@media only screen and (max-width: 782px) {
  /* line 376, sass/partials/_misc.scss */
  .media + * {
    margin-top: calc(2vw + 2rem);
  }
}

/* line 380, sass/partials/_misc.scss */
.wave-heading {
  position: relative;
  z-index: 2;
  padding-left: 25%;
}
/* line 384, sass/partials/_misc.scss */
.wave-heading h1, .wave-heading .h1 {
  font-weight: 400;
}
/* line 386, sass/partials/_misc.scss */
.wave-heading h1 b, .wave-heading .h1 b, .wave-heading h1 strong, .wave-heading .h1 strong {
  font-weight: 700;
}
/* line 388, sass/partials/_misc.scss */
.wave-heading + * {
  margin-top: calc(2vw + 2rem);
}
@media only screen and (max-width: 782px) {
  /* line 380, sass/partials/_misc.scss */
  .wave-heading {
    padding-left: 0;
  }
}

/* line 394, sass/partials/_misc.scss */
.pagination {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 402, sass/partials/_misc.scss */
.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: #003E56;
  border-radius: .4rem;
  color: #FFF !important;
  font-weight: 700;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
/* line 413, sass/partials/_misc.scss */
.pagination li a:hover {
  background: #006389;
  text-decoration: none !important;
}
/* line 418, sass/partials/_misc.scss */
.pagination li:first-of-type a, .pagination li:last-of-type a {
  background: transparent;
  color: #003E56;
}
/* line 423, sass/partials/_misc.scss */
.pagination li:first-of-type a .icon::before, .pagination li:last-of-type a .icon::before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 427, sass/partials/_misc.scss */
.pagination li:first-of-type a:hover, .pagination li:last-of-type a:hover {
  background: rgba(0, 62, 86, 0.1);
}
/* line 431, sass/partials/_misc.scss */
.pagination li .current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  color: #FFF;
  border-radius: .4rem;
  font-weight: 700;
  background: #ED9E00;
}
/* line 442, sass/partials/_misc.scss */
.pagination li + li {
  margin-left: calc(0.5vw + 0.5rem);
}

/* line 1, sass/partials/_footer.scss */
.footer {
  background: #003E56;
  padding: calc(2vw + 2rem) 0;
}
/* line 7, sass/partials/_footer.scss */
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
/* line 12, sass/partials/_footer.scss */
.footer__top__logo picture, .footer__top__logo img, .footer__top__logo svg {
  height: 7rem;
  width: auto;
  display: block;
}
/* line 18, sass/partials/_footer.scss */
.footer__top ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 23, sass/partials/_footer.scss */
.footer__top ul li a {
  color: #F4F4F4;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 28, sass/partials/_footer.scss */
.footer__top ul li a:hover {
  text-decoration: none;
  color: #ED9E00;
}
/* line 34, sass/partials/_footer.scss */
.footer__top ul li.menu-item-has-children .sub-menu {
  display: none;
}
/* line 40, sass/partials/_footer.scss */
.footer__top ul:nth-child(2) li {
  text-align: right;
}
/* line 45, sass/partials/_footer.scss */
.footer__top + .footer__legal {
  margin-top: calc(1.5vw + 1.5rem);
}
/* line 47, sass/partials/_footer.scss */
.footer__legal {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  column-gap: 1rem;
}
/* line 52, sass/partials/_footer.scss */
.footer__legal p, .footer__legal .gform_confirmation_message {
  color: #BADADD;
  margin-bottom: 1.8rem;
}
/* line 55, sass/partials/_footer.scss */
.footer__legal p a, .footer__legal .gform_confirmation_message a {
  color: #BADADD;
  text-decoration: underline;
  font-weight: 500;
}
/* line 59, sass/partials/_footer.scss */
.footer__legal p a:hover, .footer__legal .gform_confirmation_message a:hover {
  color: #FFF;
  text-decoration: none;
}
/* line 66, sass/partials/_footer.scss */
.footer__legal__left > *:last-child {
  margin-bottom: 0;
}
/* line 69, sass/partials/_footer.scss */
.footer__legal__right .social {
  margin-bottom: 1.8rem;
  justify-content: flex-end;
}
/* line 73, sass/partials/_footer.scss */
.footer__legal__right p, .footer__legal__right .gform_confirmation_message {
  text-align: right;
}
/* line 76, sass/partials/_footer.scss */
.footer__legal__right > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 782px) {
  /* line 81, sass/partials/_footer.scss */
  .footer__legal {
    flex-direction: column;
  }
  /* line 83, sass/partials/_footer.scss */
  .footer__legal__left {
    width: 100%;
  }
  /* line 85, sass/partials/_footer.scss */
  .footer__legal__left + .footer__legal__right {
    margin-top: calc(2vw + 2rem);
  }
  /* line 89, sass/partials/_footer.scss */
  .footer__legal__right {
    width: 100%;
  }
  /* line 91, sass/partials/_footer.scss */
  .footer__legal__right .social {
    justify-content: center;
  }
  /* line 94, sass/partials/_footer.scss */
  .footer__legal__right p, .footer__legal__right .gform_confirmation_message {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  /* line 101, sass/partials/_footer.scss */
  .footer__top {
    align-items: center;
    flex-direction: column;
  }
  /* line 104, sass/partials/_footer.scss */
  .footer__top__logo + ul {
    margin-top: calc(1.5vw + 1.5rem);
  }
  /* line 108, sass/partials/_footer.scss */
  .footer__top ul li {
    text-align: center;
  }
  /* line 110, sass/partials/_footer.scss */
  .footer__top ul li a {
    display: block;
  }
  /* line 114, sass/partials/_footer.scss */
  .footer__top ul:nth-child(2) li {
    text-align: center;
  }
  /* line 118, sass/partials/_footer.scss */
  .footer__top + .footer__legal {
    margin-top: calc(2vw + 2rem);
  }
  /* line 121, sass/partials/_footer.scss */
  .footer__legal__left {
    text-align: center;
  }
}

/* line 1, sass/partials/_popup.scss */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 62, 86, 0.85);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.5s linear, opacity 0.5s ease;
  -moz-transition: visibility 0.5s linear, opacity 0.5s ease;
  -o-transition: visibility 0.5s linear, opacity 0.5s ease;
  transition: visibility 0.5s linear, opacity 0.5s ease;
}
/* line 15, sass/partials/_popup.scss */
.popup__wrapper {
  max-width: 100rem;
  opacity: 0;
  -webkit-transform: translateY(5%);
  -moz-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -o-transform: translateY(5%);
  transform: translateY(5%);
  -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
  -moz-transition: opacity 0.5s ease, transform 0.5s ease;
  -o-transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  display: flex;
}
/* line 22, sass/partials/_popup.scss */
.popup__wrapper__close {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 28, sass/partials/_popup.scss */
.popup__wrapper__close button {
  opacity: .5;
  border: none;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  -webkit-transform: translate(1rem, -1rem);
  -moz-transform: translate(1rem, -1rem);
  -ms-transform: translate(1rem, -1rem);
  -o-transform: translate(1rem, -1rem);
  transform: translate(1rem, -1rem);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 41, sass/partials/_popup.scss */
.popup__wrapper__close button .icon::before {
  background: #FFF;
  width: 2rem;
  height: 2rem;
}
/* line 46, sass/partials/_popup.scss */
.popup__wrapper__close button:hover {
  opacity: 1;
}
/* line 49, sass/partials/_popup.scss */
.popup__wrapper__img {
  flex: 0 0 30%;
  max-width: 30%;
  background: center/cover no-repeat;
}
/* line 54, sass/partials/_popup.scss */
.popup__wrapper__content {
  background: #BADADD;
  padding: calc(2vw + 2rem);
  width: 100%;
  max-height: 80vh;
  max-height: calc(90vh - 5.8rem);
  overflow: auto;
}
/* line 61, sass/partials/_popup.scss */
.popup__wrapper__content h3, .popup__wrapper__content .h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: none;
}
/* line 66, sass/partials/_popup.scss */
.popup__wrapper__content hr {
  border-color: #00003A;
  margin: calc(1vw + 1rem) 0;
}
/* line 70, sass/partials/_popup.scss */
.popup__wrapper__content p, .popup__wrapper__content .gform_confirmation_message {
  margin-bottom: 1.4rem;
}
/* line 72, sass/partials/_popup.scss */
.popup__wrapper__content p.role, .popup__wrapper__content .role.gform_confirmation_message {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 2.4rem;
}
/* line 78, sass/partials/_popup.scss */
.popup__wrapper__content .btns-wrap {
  margin-top: calc(1vw + 1rem);
  margin-left: 0;
  margin-right: 0;
  justify-content: flex-start;
}
/* line 83, sass/partials/_popup.scss */
.popup__wrapper__content .btns-wrap li {
  padding-left: 0;
  padding-right: 0;
}
/* line 88, sass/partials/_popup.scss */
.popup__wrapper__content > *:last-child {
  margin-bottom: 0;
}
/* line 93, sass/partials/_popup.scss */
.popup--team .popup__wrapper__close {
  z-index: 3;
}
/* line 96, sass/partials/_popup.scss */
.popup--team .popup__wrapper__content {
  padding: calc(2vw + 2rem) 0 calc(2vw + 2rem) calc(2vw + 2rem);
  margin-right: 12rem;
  border-top-right-radius: 10rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
/* line 102, sass/partials/_popup.scss */
.popup--team .popup__wrapper__content::-webkit-scrollbar {
  display: none;
}
/* line 105, sass/partials/_popup.scss */
.popup--team .popup__wrapper__content > * {
  position: relative;
  z-index: 3;
}
/* line 109, sass/partials/_popup.scss */
.popup--team .popup__wrapper__content::after {
  content: '';
  display: block;
  position: absolute;
  height: calc(100% + 3rem);
  bottom: -1rem;
  right: -11rem;
  z-index: 2;
  aspect-ratio: 3/4;
  background-color: inherit;
  -webkit-mask: url("./images/wave.svg") right/contain no-repeat;
  mask: url("./images/wave.svg") right/contain no-repeat;
}
@-moz-document url-prefix() {
  /* line 109, sass/partials/_popup.scss */
  .popup--team .popup__wrapper__content::after {
    width: 100vw;
  }
}
/* line 127, sass/partials/_popup.scss */
.popup--team .popup__wrapper__bg {
  display: block;
  height: calc(100% + 2rem);
  position: absolute;
  bottom: 0;
  right: -20rem;
  aspect-ratio: 3/4;
  background: #0061F2 center/cover no-repeat;
  -webkit-mask: url("./images/wave.svg") right/contain no-repeat;
  mask: url("./images/wave.svg") right/contain no-repeat;
}
@-moz-document url-prefix() {
  /* line 127, sass/partials/_popup.scss */
  .popup--team .popup__wrapper__bg {
    width: 100vw;
  }
}
@media only screen and (min-width: 1600px) and (min-height: 860px) {
  /* line 155, sass/partials/_popup.scss */
  .popup--team .popup__wrapper__content {
    max-height: 70rem;
    margin-right: 9rem;
  }
  /* line 158, sass/partials/_popup.scss */
  .popup--team .popup__wrapper__content::after {
    right: -8rem;
  }
  /* line 162, sass/partials/_popup.scss */
  .popup--team .popup__wrapper::after {
    right: -17rem;
  }
}
/* line 172, sass/partials/_popup.scss */
.popup.show {
  opacity: 1;
  visibility: visible;
}
/* line 175, sass/partials/_popup.scss */
.popup.show .popup__wrapper {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
  -moz-transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
  -o-transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
}
/* line 179, sass/partials/_popup.scss */
.popup.show .popup__wrapper__close {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 1.2s;
  -moz-transition: opacity 0.3s ease 1.2s;
  -o-transition: opacity 0.3s ease 1.2s;
  transition: opacity 0.3s ease 1.2s;
}
/* line 185, sass/partials/_popup.scss */
.popup .customize-support .popup__wrapper {
  padding-top: 32px;
}
@media only screen and (max-width: 782px) {
  /* line 191, sass/partials/_popup.scss */
  .popup--team .popup__wrapper__img {
    display: none;
  }
  /* line 194, sass/partials/_popup.scss */
  .popup--team .popup__wrapper__content {
    margin-right: 0;
    padding-right: calc(2vw + 2rem);
  }
  /* line 197, sass/partials/_popup.scss */
  .popup--team .popup__wrapper__content::after {
    display: none;
  }
  /* line 201, sass/partials/_popup.scss */
  .popup--team .popup__wrapper__bg {
    display: none;
  }
  /* line 207, sass/partials/_popup.scss */
  .popup .customize-support .popup__wrapper {
    padding-top: 46px;
  }
}
