.bg--white {
  background-color: #FFFFFF !important;
  transition: all 0.1s ease;
}

.color--white {
  color: #FFFFFF !important;
  transition: all 0.1s ease;
}
.color--white svg {
  fill: initial !important;
  transition: all 0.1s ease;
}

.hover-color--white:hover {
  color: #FFFFFF !important;
}
.hover-color--white:hover svg {
  fill: #FFFFFF !important;
}

.hover-bg--white:hover {
  background: #FFFFFF !important;
}
.hover-bg--white:hover svg {
  fill: #FFFFFF !important;
}

.bg--black {
  background-color: #000a1f !important;
  transition: all 0.1s ease;
}

.color--black {
  color: #000a1f !important;
  transition: all 0.1s ease;
}
.color--black svg {
  fill: initial !important;
  transition: all 0.1s ease;
}

.hover-color--black:hover {
  color: #000a1f !important;
}
.hover-color--black:hover svg {
  fill: #000a1f !important;
}

.hover-bg--black:hover {
  background: #000a1f !important;
}
.hover-bg--black:hover svg {
  fill: #000a1f !important;
}

.bg--primary {
  background-color: #1fe2b8 !important;
  transition: all 0.1s ease;
}

.color--primary {
  color: #1fe2b8 !important;
  transition: all 0.1s ease;
}
.color--primary svg {
  fill: initial !important;
  transition: all 0.1s ease;
}

.hover-color--primary:hover {
  color: #1fe2b8 !important;
}
.hover-color--primary:hover svg {
  fill: #1fe2b8 !important;
}

.hover-bg--primary:hover {
  background: #1fe2b8 !important;
}
.hover-bg--primary:hover svg {
  fill: #1fe2b8 !important;
}

.bg--secondary {
  background-color: #FFFFFF !important;
  transition: all 0.1s ease;
}

.color--secondary {
  color: #FFFFFF !important;
  transition: all 0.1s ease;
}
.color--secondary svg {
  fill: initial !important;
  transition: all 0.1s ease;
}

.hover-color--secondary:hover {
  color: #FFFFFF !important;
}
.hover-color--secondary:hover svg {
  fill: #FFFFFF !important;
}

.hover-bg--secondary:hover {
  background: #FFFFFF !important;
}
.hover-bg--secondary:hover svg {
  fill: #FFFFFF !important;
}

.bg--tertiary {
  background-color: #6d7f8a !important;
  transition: all 0.1s ease;
}

.color--tertiary {
  color: #6d7f8a !important;
  transition: all 0.1s ease;
}
.color--tertiary svg {
  fill: initial !important;
  transition: all 0.1s ease;
}

.hover-color--tertiary:hover {
  color: #6d7f8a !important;
}
.hover-color--tertiary:hover svg {
  fill: #6d7f8a !important;
}

.hover-bg--tertiary:hover {
  background: #6d7f8a !important;
}
.hover-bg--tertiary:hover svg {
  fill: #6d7f8a !important;
}

.bg--backcta {
  background-color: #128576 !important;
  transition: all 0.1s ease;
}

.color--backcta {
  color: #128576 !important;
  transition: all 0.1s ease;
}
.color--backcta svg {
  fill: initial !important;
  transition: all 0.1s ease;
}

.hover-color--backcta:hover {
  color: #128576 !important;
}
.hover-color--backcta:hover svg {
  fill: #128576 !important;
}

.hover-bg--backcta:hover {
  background: #128576 !important;
}
.hover-bg--backcta:hover svg {
  fill: #128576 !important;
}

.bg--footer {
  background-color: #021A2A !important;
  transition: all 0.1s ease;
}

.color--footer {
  color: #021A2A !important;
  transition: all 0.1s ease;
}
.color--footer svg {
  fill: initial !important;
  transition: all 0.1s ease;
}

.hover-color--footer:hover {
  color: #021A2A !important;
}
.hover-color--footer:hover svg {
  fill: #021A2A !important;
}

.hover-bg--footer:hover {
  background: #021A2A !important;
}
.hover-bg--footer:hover svg {
  fill: #021A2A !important;
}

.bg--danger-color {
  background-color: #bd1e00 !important;
  transition: all 0.1s ease;
}

.color--danger-color {
  color: #bd1e00 !important;
  transition: all 0.1s ease;
}
.color--danger-color svg {
  fill: initial !important;
  transition: all 0.1s ease;
}

.hover-color--danger-color:hover {
  color: #bd1e00 !important;
}
.hover-color--danger-color:hover svg {
  fill: #bd1e00 !important;
}

.hover-bg--danger-color:hover {
  background: #bd1e00 !important;
}
.hover-bg--danger-color:hover svg {
  fill: #bd1e00 !important;
}

/*@font-face {
	font-family: 'Niramit';
	font-weight: 400;
	src: url('../fonts/Niramit/Niramit-Regular.eot'); 
	src: url('../fonts/Niramit/Niramit-Regular.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/Niramit/Niramit-Regular.woff2') format('woff2'), 
	url('../fonts/Niramit/Niramit-Regular.woff') format('woff'), 
	url('../fonts/Niramit/Niramit-Regular.ttf')  format('truetype'), 
	url('../fonts/Niramit/Niramit-Regular.svg#svgFontName') format('svg'); 
	font-display: swap;
}

@font-face {
	font-family: 'Niramit';
	font-weight: 600;
	src: url('../fonts/Niramit/Niramit-SemiBold.eot'); 
	src: url('../fonts/Niramit/Niramit-SemiBold.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/Niramit/Niramit-SemiBold.woff2') format('woff2'), 
	url('../fonts/Niramit/Niramit-SemiBold.woff') format('woff'), 
	url('../fonts/Niramit/Niramit-SemiBold.ttf')  format('truetype'), 
	url('../fonts/Niramit/Niramit-SemiBold.svg#svgFontName') format('svg'); 
	font-display: swap;
}

@font-face {
	font-family: 'Niramit';
	font-weight: 700;
	src: url('../fonts/Niramit/Niramit-Bold.eot'); 
	src: url('../fonts/Niramit/Niramit-Bold.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/Niramit/Niramit-Bold.woff2') format('woff2'), 
	url('../fonts/Niramit/Niramit-Bold.woff') format('woff'), 
	url('../fonts/Niramit/Niramit-Bold.ttf')  format('truetype'), 
	url('../fonts/Niramit/Niramit-Bold.svg#svgFontName') format('svg'); 
	font-display: swap;
}

@font-face {
	font-family: 'TenorSans';
	font-weight: 400;
	src: url('../fonts/TenorSans/TenorSans.eot'); 
	src: url('../fonts/TenorSans/TenorSans.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/TenorSans/TenorSans.woff2') format('woff2'), 
	url('../fonts/TenorSans/TenorSans.woff') format('woff'), 
	url('../fonts/TenorSans/TenorSans.ttf')  format('truetype'), 
	url('../fonts/TenorSans/TenorSans.svg#svgFontName') format('svg'); 
	font-display: swap;
}
*/
.niramit {
  font-family: "Inter", sans-serif;
}

.tenorsans {
  font-family: "Inter", serif;
  font-weight: 400;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, main#app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #000a1f;
}

main {
  overflow: hidden;
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

.ratio-16-9 {
  padding-bottom: 56.25%;
}
@media (max-width: 961px) {
  .ratio-16-9 {
    padding-bottom: 75%;
  }
}

.ratio-3-2 {
  padding-bottom: 66.6666666667%;
}
@media (max-width: 961px) {
  .ratio-3-2 {
    padding-bottom: 75%;
  }
}

.ratio-3-4 {
  padding-bottom: 133.3333333333%;
}
@media (max-width: 961px) {
  .ratio-3-4 {
    padding-bottom: 75%;
  }
}

.ratio-3-4-keep {
  padding-bottom: 133.3333333333%;
}
@media (max-width: 961px) {
  .ratio-3-4-keep {
    padding-bottom: 133.3333333333%;
  }
}

.ratio-64 {
  padding-bottom: 64.22%;
}

.ratio-square {
  padding-bottom: 100%;
}

.vimeo-iframe, .youtube-iframe, .other-iframe {
  padding-bottom: 56.67%;
  position: relative;
  width: 100%;
}

.video-iframe {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100% !important;
}

.box-shadow {
  box-shadow: 0px 8px 15px 5px rgba(0, 0, 0, 0.08);
}

.map-wrapper {
  max-height: 800px;
  height: 60vw;
}

.nowrap {
  white-space: nowrap;
}

.uk-alert-danger {
  background: #021A2A;
  color: #FFFFFF;
  border: 2px solid #1fe2b8;
}

* {
  font-family: "Nimarit", sans-serif;
}

html, body, h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6, .uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge {
  color: #1fe2b8;
  font-family: "Inter", serif;
}

.uk-alert-success {
  background: #1fe2b8;
  color: #FFFFFF;
}

.uk-h1,
h1 {
  font-family: "TenorSans", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media (max-width: 641px) {
  .uk-h1,
h1 {
    font-size: 40px;
  }
}

.uk-h2,
h2 {
  font-family: "TenorSans", sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media (max-width: 641px) {
  .uk-h2,
h2 {
    font-size: 24px;
  }
}

.uk-h3,
h3 {
  font-family: "TenorSans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 641px) {
  .uk-h3,
h3 {
    font-size: 20px;
  }
}

a:hover {
  text-decoration: none;
}

.cms,
p {
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  margin-bottom: 0;
  margin-top: 0;
  color: #FFFFFF;
}
.cms a,
p a {
  text-decoration: underline;
}
@media (max-width: 641px) {
  .cms,
p {
    font-size: 15px;
  }
}

p + p {
  margin-top: 24px;
}

.cms h2 {
  color: #1fe2b8;
  font-size: 26px;
  text-transform: none;
}
.cms h3 {
  color: #1fe2b8;
  font-size: 22px;
  text-transform: none;
}

.cms--big p, .cms--big ul, .cms--big li, .cms--big ol, .cms--big a, .cms p, .cms ul, .cms li, .cms ol, .cms a {
  font-size: 18px;
}
.cms--big ul, .cms ul {
  list-style-type: none;
}
.cms--big ul li, .cms ul li {
  display: flex;
  margin-bottom: 12px;
}
.cms--big ul li:before, .cms ul li:before {
  background: #6d7f8a;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 7px;
  margin-right: 14px;
  min-height: 7px;
  min-width: 7px;
  position: relative;
  top: 9px;
  width: 7px;
}
.cms--big h2 > a, .cms h2 > a {
  font-size: inherit !important;
}
.cms--big h3 > a, .cms h3 > a {
  font-size: inherit !important;
}

.td--underline {
  text-decoration: underline;
}

.text--normal {
  text-transform: none;
}

@media (max-width: 961px) {
  .text-md-center {
    text-align: center;
  }
}

.op--25 {
  opacity: 0.25;
}

.hover-op--100:hover {
  opacity: 1;
}

.fs--50 {
  font-size: 50px;
}
@media (max-width: 641px) {
  .fs--50 {
    font-size: 48px;
  }
}

.fs--40 {
  font-size: 40px;
}
@media (max-width: 641px) {
  .fs--40 {
    font-size: 38px;
  }
}

.fs--27 {
  font-size: 27px;
}
@media (max-width: 641px) {
  .fs--27 {
    font-size: 25px;
  }
}

.fs--26 {
  font-size: 26px;
}
@media (max-width: 641px) {
  .fs--26 {
    font-size: 24px;
  }
}

.fs--24 {
  font-size: 24px;
}
@media (max-width: 641px) {
  .fs--24 {
    font-size: 22px;
  }
}

.fs--18 {
  font-size: 18px;
}
@media (max-width: 641px) {
  .fs--18 {
    font-size: 16px;
  }
}

.fs--16 {
  font-size: 16px;
}
@media (max-width: 641px) {
  .fs--16 {
    font-size: 14px;
  }
}

.fs--14 {
  font-size: 14px;
}
@media (max-width: 641px) {
  .fs--14 {
    font-size: 12px;
  }
}

.fs--12 {
  font-size: 12px;
}
@media (max-width: 641px) {
  .fs--12 {
    font-size: 10px;
  }
}

.lnh--100 {
  line-height: 1;
}

.lnh--125 {
  line-height: 1.25;
}

.lnh--150 {
  line-height: 1.5;
}

.lnh--175 {
  line-height: 1.75;
}

.lnh--200 {
  line-height: 2;
}

.cookie-banner {
  box-shadow: 0px 3px 15px rgba(0, 10, 31, 0.2);
  z-index: 10;
}
.cookie-banner p {
  font-size: 14px;
  line-height: 125%;
  color: #000a1f;
}
.cookie-banner p a {
  color: #000a1f;
  text-decoration: underline;
}
.cookie-banner p a:hover {
  color: black;
}
.cookie-banner .button-wrap {
  min-width: 30%;
}
.cookie-banner .button {
  margin: 2px;
  margin-left: 12px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.cookie-banner .uk-button-primary {
  background-color: #1fe2b8;
  color: #FFFFFF;
}
.cookie-banner .uk-button-primary:hover {
  background-color: #1bcda7;
}
.cookie-banner #cookie_form {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 24px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
.cookie-banner #cookie_form .form-url {
  display: none;
}
.cookie-banner #cookie_form .cookie-banner-popup {
  background: #ffffff;
  box-shadow: 0px 3px 15px rgba(0, 10, 31, 0.2);
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 48px);
  max-width: 860px;
  width: 100%;
}
.cookie-banner #cookie_form .cookie-banner-popup__bottom {
  border-top: 1px solid #dddddd;
  padding: 10px 20px;
}
.cookie-banner #cookie_form .cookie-banner-popup__top {
  overflow: auto;
  padding: 20px;
  flex: 1;
}

@media only screen and (max-width: 961px) {
  .cookie-banner {
    text-align: center;
  }
  .cookie-banner p {
    font-size: 12px;
    text-align: center !important;
  }
  .cookie-banner .button {
    font-size: 12px;
  }
}
.cs-wrapper {
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cs-wrapper .cs-inner {
  max-width: 500px;
  padding-right: 32px;
  padding-left: 32px;
}
.cs-wrapper .cs-inner .cs-card {
  background-color: #FFFFFF;
}
.cs-wrapper .cs-title {
  color: #000a1f;
  font-size: 24px;
}
.cs-wrapper .cs-text {
  color: rgba(0, 10, 31, 0.75);
  font-family: sans-serif;
  font-size: 16px;
  line-height: 28px;
}
.cs-wrapper .cs-socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cs-wrapper .cs-socials a {
  margin: 0px 4px;
  color: rgba(0, 10, 31, 0.65);
  font-size: 18px;
}
.cs-wrapper .cs-socials a:hover {
  color: #000a1f;
  text-decoration: none;
}

.wrapper-404 {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-image: url("/dist/assets/images/404/404-bg.gif");
  background-position: center;
  background-size: cover;
}
.wrapper-404 .overlay-404 {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(135deg, rgba(116, 235, 213, 0.67) 0%, rgba(172, 182, 229, 0.67) 100%);
  align-items: center;
  justify-content: center;
}
.wrapper-404 .overlay-404 .inner-404 {
  max-width: 500px;
  padding: 50px;
  border-radius: 4px;
  background-color: #FFFFFF;
}
.wrapper-404 .overlay-404 .inner-404 h1 {
  margin-bottom: 15px;
  background: linear-gradient(135deg, rgba(116, 235, 213, 0.67) 0%, rgba(172, 182, 229, 0.67) 100%);
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 800;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wrapper-404 .overlay-404 .inner-404 h2 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
}
.wrapper-404 .overlay-404 .inner-404 p {
  margin-bottom: 0;
}
.wrapper-404 .overlay-404 .inner-404 p a {
  color: rgb(116, 235, 213);
}
.wrapper-404 .overlay-404 .inner-404 p a:hover {
  color: #31e1c1;
}

#popup-modal {
  z-index: 3000;
}
#popup-modal .popup--image {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.uk-switch {
  position: relative;
  display: inline-block;
  height: 22px;
  width: 40px;
}

.uk-switch input {
  display: none;
}

.uk-switch-slider {
  background-color: rgba(0, 0, 0, 0.22);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 500px;
  bottom: 0;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 0.2s;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.07);
}

.uk-switch-slider:before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0px;
  bottom: 0px;
  border-radius: 50%;
  transition-property: transform, box-shadow;
  transition-duration: 0.2s;
}

.uk-switch-disabled {
  cursor: initial;
}

input:checked + .uk-switch-slider:not(.uk-switch-disabled) {
  background-color: #39f !important;
}

input:checked + .uk-switch-slider:before {
  transform: translateX(18px);
}

.uk-switch-slider.uk-switch-on-off {
  background-color: #f0506e;
}

input:checked + .uk-switch-slider.uk-switch-on-off {
  background-color: #32d296 !important;
}

.uk-switch-slider.uk-switch-big:before {
  transform: scale(1.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.22);
}

.uk-switch-slider.uk-switch-small:before {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.22);
}

input:checked + .uk-switch-slider.uk-switch-big:before {
  transform: translateX(26px) scale(1.2);
}

.uk-light .uk-switch-slider:not(.uk-switch-on-off) {
  background-color: rgba(255, 255, 255, 0.22);
}

.top-banner {
  background-color: #1fe2b8;
  z-index: 3000;
}
.top-banner--title {
  color: #FFFFFF;
}
.top-banner--text {
  color: #FFFFFF;
}
.top-banner--text p {
  color: #FFFFFF;
}
.top-banner--text p:last-of-type {
  margin-bottom: 0;
}

.edit__page__button {
  z-index: 9999;
  display: flex;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  color: #FFFFFF;
  border-radius: 999px;
  background: linear-gradient(135deg, rgb(116, 235, 213) 0%, rgb(172, 182, 229) 100%);
  align-items: center;
  justify-content: center;
  transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
}
.edit__page__button:hover {
  color: #FFFFFF;
  transform: scale(1.15);
}

.projects-search-form input, .projects-search-form select, .blogs-search-form input, .blogs-search-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 18px;
  height: 100%;
  padding: 5px;
  width: 100%;
}
.projects-search-form input:focus, .projects-search-form input:active, .projects-search-form input:hover, .projects-search-form select:focus, .projects-search-form select:active, .projects-search-form select:hover, .blogs-search-form input:focus, .blogs-search-form input:active, .blogs-search-form input:hover, .blogs-search-form select:focus, .blogs-search-form select:active, .blogs-search-form select:hover {
  background: none;
  border: none;
  outline: none;
}
.projects-search-form input:hover, .projects-search-form select:hover, .blogs-search-form input:hover, .blogs-search-form select:hover {
  background: rgba(31, 226, 184, 0.1);
  color: #000a1f;
}
.projects-search-form input::-moz-placeholder, .projects-search-form select::-moz-placeholder, .blogs-search-form input::-moz-placeholder, .blogs-search-form select::-moz-placeholder {
  color: #FFFFFF;
  font-size: 18px;
}
.projects-search-form input:-ms-input-placeholder, .projects-search-form select:-ms-input-placeholder, .blogs-search-form input:-ms-input-placeholder, .blogs-search-form select:-ms-input-placeholder {
  color: #FFFFFF;
  font-size: 18px;
}
.projects-search-form input::placeholder, .projects-search-form select::placeholder, .blogs-search-form input::placeholder, .blogs-search-form select::placeholder {
  color: #FFFFFF;
  font-size: 18px;
}
.projects-search-form .custom-select, .blogs-search-form .custom-select {
  position: relative;
}
.projects-search-form .custom-select select, .blogs-search-form .custom-select select {
  padding-right: 24px;
}
.projects-search-form .custom-select:before, .blogs-search-form .custom-select:before {
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  content: " ";
  display: inline-block;
  height: 7px;
  position: absolute;
  right: 8px;
  top: 8px;
  transform: rotate(-45deg);
  width: 7px;
}
.projects-search-form select, .blogs-search-form select {
  cursor: pointer;
}

.job-form:before {
  background: #1fe2b8;
  bottom: 0;
  content: "";
  left: -100px;
  position: absolute;
  right: -100px;
  top: 0;
  z-index: -1;
}

.job-form, .contact-form, .intakeform {
  position: relative;
}
.job-form .uk-form-label, .contact-form .uk-form-label, .intakeform .uk-form-label {
  font-weight: bold;
  font-size: 18px;
}
.job-form .filedropper, .contact-form .filedropper, .intakeform .filedropper {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
  position: relative;
  text-align: center;
}
.job-form .filedropper__inner, .contact-form .filedropper__inner, .intakeform .filedropper__inner {
  border: 1px dashed rgba(255, 255, 255, 0.3);
}
.job-form .filedropper__inner__dropfield, .contact-form .filedropper__inner__dropfield, .intakeform .filedropper__inner__dropfield {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.job-form .filedropper__inner__dropfield ul, .contact-form .filedropper__inner__dropfield ul, .intakeform .filedropper__inner__dropfield ul {
  font-size: 14px;
  font-weight: bold;
  list-style-type: none;
  margin: 0;
  margin-top: 10px;
  padding: 0;
}
.job-form .filedropper__inner__dropfield ul button, .contact-form .filedropper__inner__dropfield ul button, .intakeform .filedropper__inner__dropfield ul button {
  background: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
.job-form .filedropper__inner__dropfield ul button:hover, .contact-form .filedropper__inner__dropfield ul button:hover, .intakeform .filedropper__inner__dropfield ul button:hover {
  color: #a41a00;
}
.job-form .filedropper__inner__dropfield:hover, .contact-form .filedropper__inner__dropfield:hover, .intakeform .filedropper__inner__dropfield:hover {
  background: rgba(255, 255, 255, 0.1);
}
.job-form .uk-input, .contact-form .uk-input, .intakeform .uk-input {
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  padding-left: 0;
  padding-right: 0;
  transition: all 0.2s ease;
}
.job-form .uk-input::-moz-placeholder, .contact-form .uk-input::-moz-placeholder, .intakeform .uk-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.job-form .uk-input:-ms-input-placeholder, .contact-form .uk-input:-ms-input-placeholder, .intakeform .uk-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.job-form .uk-input::placeholder, .contact-form .uk-input::placeholder, .intakeform .uk-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.job-form .uk-input:hover, .job-form .uk-input:active, .job-form .uk-input:focus, .contact-form .uk-input:hover, .contact-form .uk-input:active, .contact-form .uk-input:focus, .intakeform .uk-input:hover, .intakeform .uk-input:active, .intakeform .uk-input:focus {
  background: none;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.job-form .uk-textarea, .contact-form .uk-textarea, .intakeform .uk-textarea {
  min-height: 150px;
}
.job-form .custom-checkbox input, .contact-form .custom-checkbox input, .intakeform .custom-checkbox input {
  display: none;
}
.job-form .custom-checkbox label, .contact-form .custom-checkbox label, .intakeform .custom-checkbox label {
  cursor: pointer;
  display: block;
  min-height: 30px;
  padding-left: 42px;
  position: relative;
  color: #FFFFFF;
  font-size: 14px;
}
.job-form .custom-checkbox label:before, .contact-form .custom-checkbox label:before, .intakeform .custom-checkbox label:before {
  border: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: -4px;
  width: 30px;
}
.job-form .custom-checkbox label:after, .contact-form .custom-checkbox label:after, .intakeform .custom-checkbox label:after {
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  content: "";
  display: inline-block;
  height: 12px;
  left: 12px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transform: rotate(45deg);
  width: 6px;
}
.job-form .custom-checkbox label:hover:after, .contact-form .custom-checkbox label:hover:after, .intakeform .custom-checkbox label:hover:after {
  opacity: 0.5;
}
.job-form .custom-checkbox input:checked + label:after, .contact-form .custom-checkbox input:checked + label:after, .intakeform .custom-checkbox input:checked + label:after {
  opacity: 1;
}
.job-form .custom-radio input, .contact-form .custom-radio input, .intakeform .custom-radio input {
  display: none;
}
.job-form .custom-radio label, .contact-form .custom-radio label, .intakeform .custom-radio label {
  cursor: pointer;
  display: block;
  font-size: 18px;
  padding-left: 42px;
  position: relative;
}
.job-form .custom-radio label:before, .contact-form .custom-radio label:before, .intakeform .custom-radio label:before {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  content: "";
  height: 30px;
  left: 0;
  top: -4px;
  position: absolute;
  width: 30px;
}
.job-form .custom-radio label:after, .contact-form .custom-radio label:after, .intakeform .custom-radio label:after {
  background: #FFFFFF;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 8px;
  left: 12px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(45deg);
  width: 8px;
}
.job-form .custom-radio label:hover:after, .contact-form .custom-radio label:hover:after, .intakeform .custom-radio label:hover:after {
  opacity: 0.5;
}
.job-form .custom-radio input:checked + label:after, .contact-form .custom-radio input:checked + label:after, .intakeform .custom-radio input:checked + label:after {
  opacity: 1;
}
.job-form .custom-select, .contact-form .custom-select, .intakeform .custom-select {
  position: relative;
}
.job-form .custom-select select, .contact-form .custom-select select, .intakeform .custom-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  color: #FFFFFF;
  cursor: pointer;
  height: 100%;
  padding-right: 24px;
  width: 100%;
}
.job-form .custom-select:before, .contact-form .custom-select:before, .intakeform .custom-select:before {
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  content: " ";
  display: inline-block;
  height: 7px;
  position: absolute;
  right: 8px;
  top: 8px;
  transform: rotate(-45deg);
  width: 7px;
}
.job-form .custom-radioslider, .contact-form .custom-radioslider, .intakeform .custom-radioslider {
  counter-reset: counter;
  display: flex;
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
}
.job-form .custom-radioslider:before, .contact-form .custom-radioslider:before, .intakeform .custom-radioslider:before {
  background: rgba(31, 226, 184, 0.25);
  border-radius: 50px;
  bottom: 0;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  width: 100%;
}
.job-form .custom-radioslider .radio, .contact-form .custom-radioslider .radio, .intakeform .custom-radioslider .radio {
  counter-increment: counter;
  flex: 1;
  text-align: center;
}
.job-form .custom-radioslider .radio:nth-child(1):before, .contact-form .custom-radioslider .radio:nth-child(1):before, .intakeform .custom-radioslider .radio:nth-child(1):before {
  background: #E4F3F2;
  bottom: 0;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  width: 24px;
  z-index: 1;
}
.job-form .custom-radioslider .radio:nth-child(1):after, .contact-form .custom-radioslider .radio:nth-child(1):after, .intakeform .custom-radioslider .radio:nth-child(1):after {
  background: #1fe2b8;
  border-radius: 50px;
  bottom: 0;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  width: 40px;
  z-index: 1;
}
.job-form .custom-radioslider .radio input, .contact-form .custom-radioslider .radio input, .intakeform .custom-radioslider .radio input {
  display: none;
}
.job-form .custom-radioslider .radio input + label, .contact-form .custom-radioslider .radio input + label, .intakeform .custom-radioslider .radio input + label {
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
}
.job-form .custom-radioslider .radio input + label:before, .contact-form .custom-radioslider .radio input + label:before, .intakeform .custom-radioslider .radio input + label:before {
  background: #FFFFFF;
  border-radius: 100%;
  content: "";
  height: 20px;
  left: calc(50% - 10px);
  opacity: 0.5;
  position: absolute;
  top: calc(100% + 8px);
  transition: all 0.2s ease 0.2s;
  width: 20px;
  z-index: 2;
}
.job-form .custom-radioslider .radio input + label:after, .contact-form .custom-radioslider .radio input + label:after, .intakeform .custom-radioslider .radio input + label:after {
  background: #1fe2b8;
  border-radius: 50px;
  content: "";
  height: 24px;
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  width: 0;
  transition: all 0.4s ease-out;
  z-index: 0;
}
.job-form .custom-radioslider .radio input:checked + label, .contact-form .custom-radioslider .radio input:checked + label, .intakeform .custom-radioslider .radio input:checked + label {
  font-weight: bold;
}
.job-form .custom-radioslider .radio input:checked + label:before, .contact-form .custom-radioslider .radio input:checked + label:before, .intakeform .custom-radioslider .radio input:checked + label:before {
  opacity: 1;
}
.job-form .custom-radioslider .radio input:checked + label:after, .contact-form .custom-radioslider .radio input:checked + label:after, .intakeform .custom-radioslider .radio input:checked + label:after {
  width: calc(50% + 12px);
}
.job-form .custom-radioslider .radio:nth-child(2) input + label:after, .contact-form .custom-radioslider .radio:nth-child(2) input + label:after, .intakeform .custom-radioslider .radio:nth-child(2) input + label:after {
  left: -100%;
}
.job-form .custom-radioslider .radio:nth-child(2) input:checked + label:after, .contact-form .custom-radioslider .radio:nth-child(2) input:checked + label:after, .intakeform .custom-radioslider .radio:nth-child(2) input:checked + label:after {
  width: calc(150% + 12px);
}
.job-form .custom-radioslider .radio:nth-child(3) input + label:after, .contact-form .custom-radioslider .radio:nth-child(3) input + label:after, .intakeform .custom-radioslider .radio:nth-child(3) input + label:after {
  left: -200%;
}
.job-form .custom-radioslider .radio:nth-child(3) input:checked + label:after, .contact-form .custom-radioslider .radio:nth-child(3) input:checked + label:after, .intakeform .custom-radioslider .radio:nth-child(3) input:checked + label:after {
  width: calc(250% + 12px);
}
.job-form .custom-radioslider .radio:nth-child(4) input + label:after, .contact-form .custom-radioslider .radio:nth-child(4) input + label:after, .intakeform .custom-radioslider .radio:nth-child(4) input + label:after {
  left: -300%;
}
.job-form .custom-radioslider .radio:nth-child(4) input:checked + label:after, .contact-form .custom-radioslider .radio:nth-child(4) input:checked + label:after, .intakeform .custom-radioslider .radio:nth-child(4) input:checked + label:after {
  width: calc(350% + 12px);
}
.job-form .custom-radioslider .radio:nth-child(5) input + label:after, .contact-form .custom-radioslider .radio:nth-child(5) input + label:after, .intakeform .custom-radioslider .radio:nth-child(5) input + label:after {
  left: -400%;
}
.job-form .custom-radioslider .radio:nth-child(5) input:checked + label:after, .contact-form .custom-radioslider .radio:nth-child(5) input:checked + label:after, .intakeform .custom-radioslider .radio:nth-child(5) input:checked + label:after {
  width: calc(450% + 12px);
}
@media (max-width: 641px) {
  .job-form .custom-radioslider, .contact-form .custom-radioslider, .intakeform .custom-radioslider {
    display: block;
    overflow: auto;
    padding-bottom: 0;
  }
  .job-form .custom-radioslider:before, .contact-form .custom-radioslider:before, .intakeform .custom-radioslider:before {
    bottom: auto;
    height: calc(100% - 30px);
    left: 0;
    top: 0;
    width: 24px;
  }
  .job-form .custom-radioslider:after, .contact-form .custom-radioslider:after, .intakeform .custom-radioslider:after {
    height: 24px;
    width: 24px;
  }
  .job-form .custom-radioslider .radio, .contact-form .custom-radioslider .radio, .intakeform .custom-radioslider .radio {
    text-align: left;
  }
  .job-form .custom-radioslider .radio input + label, .contact-form .custom-radioslider .radio input + label, .intakeform .custom-radioslider .radio input + label {
    padding-bottom: 30px;
    padding-left: 42px;
  }
  .job-form .custom-radioslider .radio input + label:before, .contact-form .custom-radioslider .radio input + label:before, .intakeform .custom-radioslider .radio input + label:before {
    left: 2px;
    top: 2px;
  }
  .job-form .custom-radioslider .radio input + label:after, .contact-form .custom-radioslider .radio input + label:after, .intakeform .custom-radioslider .radio input + label:after {
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    top: calc(100% + 6px);
    width: 24px;
  }
  .job-form .custom-radioslider .radio input:checked + label:after, .contact-form .custom-radioslider .radio input:checked + label:after, .intakeform .custom-radioslider .radio input:checked + label:after {
    height: 24px;
    top: 0;
    width: 24px;
  }
  .job-form .custom-radioslider .radio:nth-child(1):before, .contact-form .custom-radioslider .radio:nth-child(1):before, .intakeform .custom-radioslider .radio:nth-child(1):before {
    top: -12px;
  }
  .job-form .custom-radioslider .radio:nth-child(1):after, .contact-form .custom-radioslider .radio:nth-child(1):after, .intakeform .custom-radioslider .radio:nth-child(1):after {
    top: 0;
    width: 24px;
  }
  .job-form .custom-radioslider .radio:nth-child(2) input + label:after, .contact-form .custom-radioslider .radio:nth-child(2) input + label:after, .intakeform .custom-radioslider .radio:nth-child(2) input + label:after {
    left: 0;
    top: -100%;
  }
  .job-form .custom-radioslider .radio:nth-child(2) input:checked + label:after, .contact-form .custom-radioslider .radio:nth-child(2) input:checked + label:after, .intakeform .custom-radioslider .radio:nth-child(2) input:checked + label:after {
    height: calc(100% + 24px);
    width: 24px;
  }
  .job-form .custom-radioslider .radio:nth-child(3) input + label:after, .contact-form .custom-radioslider .radio:nth-child(3) input + label:after, .intakeform .custom-radioslider .radio:nth-child(3) input + label:after {
    left: 0;
    top: -200%;
  }
  .job-form .custom-radioslider .radio:nth-child(3) input:checked + label:after, .contact-form .custom-radioslider .radio:nth-child(3) input:checked + label:after, .intakeform .custom-radioslider .radio:nth-child(3) input:checked + label:after {
    height: calc(200% + 24px);
    width: 24px;
  }
  .job-form .custom-radioslider .radio:nth-child(4) input + label:after, .contact-form .custom-radioslider .radio:nth-child(4) input + label:after, .intakeform .custom-radioslider .radio:nth-child(4) input + label:after {
    left: 0;
    top: -300%;
  }
  .job-form .custom-radioslider .radio:nth-child(4) input:checked + label:after, .contact-form .custom-radioslider .radio:nth-child(4) input:checked + label:after, .intakeform .custom-radioslider .radio:nth-child(4) input:checked + label:after {
    height: calc(300% + 24px);
    width: 24px;
  }
  .job-form .custom-radioslider .radio:nth-child(5) input + label:after, .contact-form .custom-radioslider .radio:nth-child(5) input + label:after, .intakeform .custom-radioslider .radio:nth-child(5) input + label:after {
    left: 0;
    top: -400%;
  }
  .job-form .custom-radioslider .radio:nth-child(5) input:checked + label:after, .contact-form .custom-radioslider .radio:nth-child(5) input:checked + label:after, .intakeform .custom-radioslider .radio:nth-child(5) input:checked + label:after {
    height: calc(400% + 24px);
    width: 24px;
  }
}

.uk-text-danger, .uk-form-danger, .uk-form-danger:focus {
  color: #bd1e00 !important;
}

.intakeform {
  background: #E4F3F2;
  box-shadow: none;
  display: block;
  max-height: 100vh;
  height: 100vh;
  left: 0;
  max-width: 650px;
  overflow: auto;
  position: fixed;
  top: 0;
  transform: translateX(-100vw);
  transition: all 0.8s ease;
  width: 100%;
  z-index: 10;
}
.intakeform--active {
  box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.3);
  transform: translateX(0);
}

.custom-range {
  position: relative;
}
.custom-range__bg {
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(to right, #1fe2b8 0%, #1fe2b8 28px, #FFFFFF 28px, #FFFFFF 100%);
  border-radius: 17px;
  height: 30px;
  position: absolute;
  top: 0;
}
.custom-range__fg {
  border-radius: 15px;
  height: 30px;
  left: 17px;
  position: absolute;
  right: 17px;
  width: calc(100% - 34px);
  z-index: 1;
}
.custom-range input {
  position: relative;
  z-index: 2;
}

input[type=range] {
  width: 100%;
  margin: 0px 0;
  background-color: transparent;
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0);
  border: 3px solid rgba(255, 255, 255, 0);
  width: 100%;
  height: 30px;
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
  margin-top: -3px;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 3px solid #92cfcc;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0);
}

input[type=range]::-moz-range-track {
  background: rgba(255, 255, 255, 0);
  border: 3px solid rgba(255, 255, 255, 0);
  width: 100%;
  height: 30px;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 3px solid #92cfcc;
  border-radius: 50px;
  cursor: pointer;
}

input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 0px 0;
  color: transparent;
  width: 100%;
  height: 30px;
  cursor: pointer;
}

input[type=range]::-ms-fill-lower {
  background: #ffffff;
  border: 3px solid rgba(255, 255, 255, 0);
}

input[type=range]::-ms-fill-upper {
  background: rgba(255, 255, 255, 0);
  border: 3px solid rgba(255, 255, 255, 0);
}

input[type=range]::-ms-thumb {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 3px solid #92cfcc;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}

input[type=range]:focus::-ms-fill-lower {
  background: rgba(255, 255, 255, 0);
}

input[type=range]:focus::-ms-fill-upper {
  background: rgba(255, 255, 255, 0);
}

.close-sideform {
  background: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  font-size: 28px;
  padding: 6px;
  position: absolute;
  top: 24px;
  right: 24px;
}
.close-sideform:hover {
  color: #bd1e00;
}

.lazyload, .lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.lazyload-wrapper {
  position: relative;
}
.lazyload-wrapper img {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.uk-button {
  background: #1fe2b8;
  border: 1px solid #1fe2b8;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 100%;
  display: inline-block;
  padding: 12px 24px;
  transition: all 0.2s ease;
}
.uk-button:hover {
  background: #4ce8c6;
  border: 1px solid #4ce8c6;
  color: #FFFFFF;
}

.uk-button-secondary {
  border: 1px solid #FFFFFF;
  background: transparent;
}
.uk-button-secondary:hover {
  background: #128576;
  color: #FFFFFF;
}

.uk-button-tertiary {
  background: transparent;
  border: none;
  color: #FFFFFF;
  padding: 0;
}
.uk-button-tertiary:hover {
  background: none;
  border: none;
  color: #FFFFFF;
}

.dark-section .uk-button-primary:hover {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  color: #FFFFFF;
}
.dark-section .uk-button-secondary {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.dark-section .uk-button-secondary:hover {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  color: #FFFFFF;
}
.dark-section .uk-button-tertiary {
  border: none;
  color: #6d7f8a;
}
.dark-section .uk-button-tertiary:hover {
  background: none;
  color: #FFFFFF;
}

.primary-section .uk-button-primary {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #1fe2b8;
}
.primary-section .uk-button-primary:hover {
  border: 1px solid #4ce8c6;
  background: #FFFFFF;
  color: #FFFFFF;
}
.primary-section .uk-button-secondary {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.primary-section .uk-button-secondary:hover {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  color: #FFFFFF;
}
.primary-section .uk-button-tertiary {
  border: none;
  color: #FFFFFF;
}
.primary-section .uk-button-tertiary:hover {
  background: none;
  color: #FFFFFF;
}

.text-image-block .multislider {
  height: 100%;
  width: 100%;
}
.text-image-block .glide__bullets {
  position: absolute;
  top: calc(100% + 20px);
  left: 22%;
}
.text-image-block--right .shape {
  height: 41vw;
  left: 4vw;
  position: absolute;
  top: -3vw;
  width: 45vw;
}
.text-image-block--right .shape svg {
  height: 100%;
  width: 100%;
}
@media (max-width: 961px) {
  .text-image-block--right .shape {
    height: 100vw;
    top: -10vw;
    width: 100vw;
  }
}
.text-image-block--left .shape {
  height: 50vw;
  right: -6vw;
  position: absolute;
  top: -3vw;
  width: 53vw;
}
.text-image-block--left .shape svg {
  height: 100%;
  width: 100%;
}
@media (max-width: 961px) {
  .text-image-block--left .shape {
    height: 100vw;
    top: -10vw;
    width: 100vw;
  }
}
.text-image-block--above .shape {
  height: 50vw;
  right: -6vw;
  position: absolute;
  top: -3vw;
  width: 50vw;
  max-width: 800px;
  max-height: 800px;
  top: -45px;
}
.text-image-block--above .shape svg {
  height: 100%;
  width: 100%;
}
@media (max-width: 961px) {
  .text-image-block--above .shape {
    height: 100vw;
    top: -10vw;
    width: 100vw;
  }
}

.cta .glide__bullets {
  bottom: -36px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
@media (max-width: 1281px) {
  .cta .glide__bullets {
    left: 2.1rem;
  }
}
@media (max-width: 641px) {
  .cta .glide__bullets {
    left: 1.4rem;
  }
}
.cta .glide__bullets .glide__bullet {
  background: none;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  height: 8px;
  padding: 0;
  transition: all 0.2s ease;
  width: 8px;
}
.cta .glide__bullets .glide__bullet--active {
  background: #FFFFFF;
  width: 20px;
}
.cta .spotlight1 {
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: 5;
}
.cta .spotlight2 {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 4;
}
.cta .spotlight3 {
  position: absolute;
  top: -100px;
  right: 10%;
}
.cta .borderspotlight {
  right: 0;
  float: right;
  min-width: 46vw;
  width: 46vw;
  fill: #dd9377;
}
@media (max-width: 961px) {
  .cta .borderspotlight {
    right: auto;
    float: none;
    position: relative;
    margin-left: -12vw;
  }
}

.video-block .shape {
  height: 45vw;
  left: calc(50% + 5vw);
  position: absolute;
  top: -5vw;
  width: 45vw;
}
.video-block .shape svg {
  height: 100%;
  width: 100%;
}
@media (max-width: 961px) {
  .video-block .shape {
    height: 100vw;
    top: -10vw;
    width: 100vw;
  }
}

.faq-block .faq li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 0;
}
.faq-block .faq li > a {
  padding: 10px 0;
}
.faq-block .faq li > a i {
  transition: all 0.2s ease;
}
.faq-block .faq li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.faq-block .faq .uk-open > a {
  font-weight: bold;
}
.faq-block .faq .uk-open > a i {
  transform: rotate(180deg);
}

.steps-block .steps__item {
  padding-left: 75px;
  position: relative;
}
@media (max-width: 961px) {
  .steps-block .steps__item {
    padding-left: 25px;
  }
}
.steps-block .steps__item:before {
  background: #6d7f8a;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.steps-block .steps__item:after {
  background: #FFFFFF;
  border: 1px solid #6d7f8a;
  border-radius: 100%;
  content: "";
  height: 12px;
  left: -6px;
  position: absolute;
  top: calc(50% - 6px - 1.5rem);
  transition: all 0.2s ease;
  width: 12px;
}
.steps-block .steps__item .number {
  bottom: -35px;
  left: 25px;
  position: absolute;
}
.steps-block .steps__item .number img {
  height: 75px;
  width: auto;
}
.steps-block .steps__item .number .text {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  left: 0;
  line-height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: calc(50% - 12px);
  width: 100%;
}
.steps-block .steps__item:hover:after {
  background: #6d7f8a;
}

.maps-block .shape {
  height: 45vw;
  left: calc(50% + 5vw);
  position: absolute;
  top: -5vw;
  width: 45vw;
}
.maps-block .shape svg {
  height: 100%;
  width: 100%;
}
@media (max-width: 961px) {
  .maps-block .shape {
    height: 100vw;
    top: -10vw;
    width: 100vw;
  }
}

.gallery-block .shape {
  height: auto;
  left: 15%;
  position: absolute;
  top: 100px;
  width: 70%;
}
.gallery-block .shape svg {
  height: 100%;
  width: 100%;
}

.glide__slides {
  display: grid;
  grid-template-areas: "slide";
  transform: none !important;
  width: auto !important;
}

.glide__slide {
  grid-area: slide;
  opacity: 0;
  position: relative;
  transition: opacity 0.5s ease;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.glide__slide--active {
  opacity: 1;
  z-index: 1;
}

.glide__bullet {
  background: white;
  border: 1px solid #1fe2b8;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  height: 8px;
  padding: 0;
  transition: all 0.2s ease;
  width: 8px;
}
.glide__bullet--active {
  background: #FFFFFF;
  width: 20px;
}

.header {
  z-index: 10;
  color: #FFFFFF !important;
}
.header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 961px) {
  .header .logo {
    position: relative;
    z-index: 10;
  }
  .header .logo svg {
    height: 60px;
    width: 122px;
  }
}
.header .nav-item {
  border: none;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  line-height: 100%;
  padding-bottom: 16px;
  padding-top: 16px;
  position: relative;
  color: #FFFFFF;
}
.header .nav-item--jobs:after {
  background: #6d7f8a;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 7px;
  margin-bottom: 10px;
  position: relative;
  right: 4px;
  width: 7px;
}
.header .nav-item:before {
  background: #6d7f8a;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transition: all 0.2s ease;
  width: 100%;
}
.header .nav-item--button {
  padding-left: 24px;
  padding-right: 24px;
}
.header .nav-item--button:before {
  display: none;
}
.header .nav-item:hover:before, .header .nav-item--active:before {
  opacity: 1;
  transform: scaleX(1);
  color: #1fe2b8;
  background-color: #1fe2b8;
}
.header .header__navbar__top .nav-item:before {
  display: none;
}
.header .hamburger {
  background: none;
  border: none;
  cursor: pointer;
  padding: 12px 0;
  position: relative;
  z-index: 10;
}
.header .hamburger .line {
  background: #1fe2b8;
  display: block;
  height: 3px;
  transition: all 0.2s ease;
  width: 35px;
}
.header .hamburger:before, .header .hamburger:after {
  background: #1fe2b8;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  transition: all 0.2s ease;
  width: 35px;
}
.header .hamburger:before {
  top: 0;
}
.header .hamburger:after {
  bottom: 0;
}
.header--home .hamburger .line {
  background: #FFFFFF;
}
.header--home .hamburger:before, .header--home .hamburger:after {
  background: #FFFFFF;
}
@media (max-width: 961px) {
  .header--open-nav .hamburger .line {
    background: #FFFFFF;
    opacity: 0;
  }
  .header--open-nav .hamburger:before {
    background: #FFFFFF;
    opacity: 1;
    top: 12px;
    transform: rotate(45deg);
  }
  .header--open-nav .hamburger:after {
    background: #FFFFFF;
    bottom: 12px;
    opacity: 1;
    transform: rotate(-45deg);
  }
  .header--open-nav .logo {
    color: #FFFFFF !important;
  }
  .header--open-nav .logo svg {
    fill: #FFFFFF !important;
  }
  .header--open-nav .header__navbar {
    background: #000a1f;
    display: flex !important;
    flex-direction: column;
    height: 100vh;
    left: 0;
    padding: 100px 1.2rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
  }
  .header--open-nav .header__navbar ul:first-child {
    order: 2;
  }
  .header--open-nav .header__navbar ul:last-child {
    order: 1;
  }
  .header--open-nav .header__navbar .nav-item {
    color: #FFFFFF !important;
  }
  .header--open-nav .header__navbar .nav-item:before {
    display: none;
  }
  .header--open-nav .header__navbar .nav-item:hover, .header--open-nav .header__navbar .nav-item--active {
    color: #1fe2b8 !important;
  }
  .header--open-nav .header__navbar .nav-item--button {
    margin-top: 20px;
  }
}

.footer {
  z-index: 5;
}

.home-banner {
  /*background-color: $primary;*/
}
.home-banner__content {
  position: relative;
  z-index: 1;
}
@media (max-width: 961px) {
  .home-banner__content {
    padding-bottom: 100px;
  }
}
@media (max-width: 641px) {
  .home-banner__content {
    padding-bottom: 55vw;
  }
}
.home-banner .uk-container, .home-banner .row {
  height: 100%;
}
.home-banner__image {
  height: 30vw;
  left: 0;
  min-height: 600px;
  position: relative;
  top: 0;
  width: 50vw;
}
.home-banner__image .overlay {
  background-position: left top;
  height: calc(100% + 1px);
  left: -1px;
  position: absolute;
  top: -1px;
  width: calc(100% + 1px);
}
.home-banner__image-wrap {
  position: relative;
  z-index: 0;
}
.home-banner .glide__bullets {
  bottom: 16px;
  left: calc(50% - 490px);
  position: absolute;
}
@media (max-width: 1281px) {
  .home-banner .glide__bullets {
    left: 2.1rem;
  }
}
@media (max-width: 641px) {
  .home-banner .glide__bullets {
    left: 1.4rem;
  }
}
.home-banner .uk-button-primary {
  background: none;
  color: #1fe2b8;
}
.home-banner .uk-button-primary:hover {
  background: #4ce8c6;
  border-color: #4ce8c6;
  color: #FFFFFF;
}
@media (max-width: 961px) {
  .home-banner__image-wrap {
    margin-top: -32vw;
  }
  .home-banner__image {
    bottom: 0;
    left: 50vw;
    min-height: 0;
    position: absolute;
    top: auto;
  }
}
@media (max-width: 641px) {
  .home-banner__image-wrap {
    margin-top: 0;
  }
  .home-banner__image {
    height: 56vw;
    left: 25vw;
    width: 75vw;
  }
}

.slider-container {
  padding: 0px;
}
@media (max-width: 641px) {
  .slider-container {
    padding-left: 16px;
  }
}

.sectors__item {
  position: relative;
}
.sectors__item__card {
  background: transparent;
}
.sectors__item__card__inner {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.sectors__item__card__inner__front .image {
  filter: grayscale(100%);
  opacity: 0.9;
  transform: scale(1.05) translate3D(0, 0, 0);
  transition: all 0.2s ease;
}
.sectors__item__card__inner__front:before {
  background-image: linear-gradient(0deg, rgba(0, 10, 31, 0.5) 0%, rgba(0, 0, 0, 0.001) 100%);
  bottom: 0;
  content: "";
  height: 35%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.sectors__item__card__inner__front span {
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.sectors__item:hover {
  cursor: pointer;
}
.sectors__item:hover .sectors__item__card__inner__front .image {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}

.project-item {
  overflow: hidden;
}
.project-item__text {
  opacity: 1;
  transition: all 0.2s ease;
}
.project-item .image {
  filter: grayscale(100%);
  opacity: 0.9;
  transform: scale(1.05) translate3D(0, 0, 0);
  transition: all 0.2s ease;
}
.project-item:hover .project-item__text {
  opacity: 1;
}
.project-item:hover .image {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}

.project-shape {
  height: 45vw;
  left: calc(50% + 5vw);
  position: absolute;
  top: -5vw;
  width: 45vw;
  z-index: -1;
}
.project-shape svg {
  height: 100%;
  width: 100%;
}
@media (max-width: 961px) {
  .project-shape {
    height: 100vw;
    top: -10vw;
    width: 100vw;
  }
}

.project .cms h2 {
  color: #6d7f8a;
  text-transform: uppercase;
}
.project .gallery .ratio-3-4-keep {
  padding-bottom: 135.8%;
}

.contact .glide .glide__bullets {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
}

.logo svg {
  transition: all 0.2s ease;
}
.logo:hover svg {
  filter: drop-shadow(0 0 7px rgba(255, 255, 255, 0.5));
}
/*# sourceMappingURL=theme.css.map*/