@import url(https://fonts.googleapis.com/css2?family=Open+Sans&display=swap);
@import url(https://use.typekit.net/hjx5ivb.css);
/**
 * Breakpoints
 * WordPress Breakpoints: 782px 600px
 * Other Breakpoints: 1280px 960px 425px
 * Example usage:
 *
 *   .container {
 *     flex-direction: column;
 *     @include above(782px) {
 *       flex-direction: row;
 *     }
 *   }
 *
 */
.container {
  display: block;
  margin: 0 auto;
  width: calc(100% - 80px);
  max-width: 1500px;
}
@media (max-width: 600px) {
  .container {
    width: calc(100% - 40px);
  }
}

[data-inview] {
  opacity: 0;
  transform: translate3d(0, 150px, 0);
  transition: transform 0.8s, opacity 0.8s;
}
[data-inview].is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-inview]:nth-child(1) {
  transition-delay: 0.08s;
}
[data-inview]:nth-child(2) {
  transition-delay: 0.16s;
}
[data-inview]:nth-child(3) {
  transition-delay: 0.24s;
}
[data-inview]:nth-child(4) {
  transition-delay: 0.32s;
}
[data-inview]:nth-child(5) {
  transition-delay: 0.4s;
}
[data-inview]:nth-child(6) {
  transition-delay: 0.48s;
}
[data-inview]:nth-child(7) {
  transition-delay: 0.56s;
}
[data-inview]:nth-child(8) {
  transition-delay: 0.64s;
}
[data-inview]:nth-child(9) {
  transition-delay: 0.72s;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

html {
  line-height: 1;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  color: currentColor;
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

img {
  display: block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=submit],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=submit]:focus,
textarea:focus {
  outline: none;
}

textarea {
  resize: vertical;
}

select {
  display: block;
}

/*! locomotive-scroll v4.1.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

@font-face {
  font-family: "Elliot Sans";
  src: url("fonts/ElliotSans-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Elliot Sans";
  src: url("fonts/ElliotSans-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
h1, h2, h3, h4, h5 {
  color: #f18335;
  font-size: 44px;
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: capitalize;
}
@media (max-width: 600px) {
  h1, h2, h3, h4, h5 {
    font-size: 42px;
  }
}

p, li {
  color: #FCD0B3;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 600px) {
  p, li {
    font-size: 20px;
  }
}

ul {
  margin: 28px 0 0;
  padding-left: 10px;
}

li {
  position: relative;
  padding-left: 26px;
  margin: 6px 0;
}
li:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23f18335' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'%3E%3C/path%3E%3Cpolyline points='22 4 12 14.01 9 11.01'%3E%3C/polyline%3E%3C/svg%3E");
  position: absolute;
  top: 1px;
  left: 0;
}

.button {
  display: inline-block;
  font-size: 20px;
  color: #124242;
  background: #f18335;
  font-family: "mr-eaves-modern", sans-serif;
  padding: 22px 48px;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  transition: background 0.3s;
}
@media (max-width: 600px) {
  .button {
    padding: 16px 38px;
    font-size: 18px;
  }
}
.button:hover {
  background: #e36810;
}
.button--green {
  color: #FFFFFF;
  background: #124242;
}
.button--green:hover {
  background: #071a1a;
}
.button--green svg {
  color: #f18335;
}
.button svg {
  margin: -3px 0 0 8px;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  display: none;
}

.autoplayingVideo {
  width: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.calculator {
  padding: 100px 0;
  background: #124242;
}
.calculator__header {
  text-align: center;
}
.calculator__heading {
  font-size: 54px;
}
@media (max-width: 600px) {
  .calculator__heading {
    font-size: 42px;
  }
}
.calculator__text {
  font-size: 20px;
}
.calculator__main {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(12, 1fr);
  margin: 50px 0 0;
}
.calculator__main[data-disabled=true] [data-can-be-disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.calculator__title {
  color: #fcd0aa;
  font-size: 28px;
  text-transform: none;
  margin: 0 0 14px;
  width: 100%;
}
.calculator__field {
  transition: opacity 0.3s;
}
.calculator__field.full {
  grid-column: span 12;
}
.calculator__field.half {
  grid-column: span 6;
}
@media (max-width: 750px) {
  .calculator__field.half {
    grid-column: span 12;
  }
}
.calculator__field.third {
  grid-column: span 4;
}
@media (max-width: 750px) {
  .calculator__field.third {
    grid-column: span 12;
  }
}
.calculator__field--values {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  background: #18615A;
}
@media (max-width: 600px) {
  .calculator__field--values {
    padding: 24px 0;
  }
}
.calculator__field--size {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #18615A;
  height: 62px;
  margin: 0 0 40px;
}
.calculator__field--size p {
  display: block;
  color: #f18335;
  font-size: 36px;
  margin: 0;
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 600px) {
  .calculator__field--size p {
    font-size: 28px;
  }
}
.calculator__field--size p:last-child {
  display: none;
}
.calculator__field--size.m2 p:first-child {
  display: none;
}
.calculator__field--size.m2 p:last-child {
  display: block;
}
.calculator__field--total {
  padding: 22px 0;
  text-align: center;
  background: #FF823E;
}
.calculator__field--total span.total-calculated {
  display: block;
  font-size: 48px;
  margin: 0 0 4px;
  font-weight: bold;
  color: #124242;
}
.calculator__field--total span.total-charges-labels {
  color: #FFFFFF;
  font-size: 20px;
}
.calculator__field--buttons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 16px;
  margin: 40px 0 0;
}
.calculator__field .values {
  width: 25%;
  padding: 28px 0 22px;
}
@media (max-width: 960px) {
  .calculator__field .values {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .calculator__field .values {
    width: 100%;
    padding: 10px 0;
  }
}
.calculator__field .values span,
.calculator__field .values p {
  display: block;
  color: #f18335;
  font-size: 36px;
  margin: 0 0 4px;
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 600px) {
  .calculator__field .values span,
.calculator__field .values p {
    font-size: 28px;
  }
}
.calculator__field .values p {
  margin: 0;
  color: #fcd0aa;
  font-size: 18px;
}
.calculator__field select, .calculator__field input[type=number] {
  border: 0;
  width: 100%;
  height: 62px;
  border-radius: 0;
  background: #18615A;
  color: #fcd0aa;
  text-align: left;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 0 24px;
}
.calculator__field select[name=select-unit] ~ select {
  display: none;
}
.calculator__button {
  border: 0;
  height: 62px;
  color: #fcd0aa;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-size: 18px;
  background: #18615A;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .calculator__button {
    grid-column: span 2;
  }
}
.calculator__button.active {
  opacity: 1;
}
.calculator__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  position: relative;
  padding: 14px 18px;
  text-align: center;
  background: #18615A;
  cursor: pointer;
}
.calculator__toggle label {
  color: #fcd0aa;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.calculator .toggle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 14px;
  height: 20px;
}
.calculator .toggle input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.calculator .toggle input:checked + span:before {
  left: calc(100% - 14px);
}
.calculator .toggle span {
  width: 28px;
  height: 2px;
  display: inline-block;
  background: #f18335;
  position: relative;
}
.calculator .toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #e36810;
  display: block;
  border-radius: 50%;
  transition: left 0.3s;
}

.contactForm {
  padding: 100px 0;
  background: #00615b;
  text-align: center;
}
@media (max-width: 600px) {
  .contactForm {
    padding: 75px 0;
  }
}
.contactForm__heading {
  font-size: 52px;
}
@media (max-width: 600px) {
  .contactForm__heading {
    font-size: 42px;
  }
}
.contactForm__text {
  max-width: 630px;
  margin: 20px auto 75px;
}
@media (max-width: 600px) {
  .contactForm__text {
    margin: 20px auto 50px;
  }
}
.contactForm .gform_wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  max-width: 700px;
}
.contactForm__sidebar {
  align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 33.33%;
  text-align: right;
}
@media (max-width: 960px) {
  .contactForm__sidebar {
    width: 100%;
    margin: 50px 0 0;
  }
}
.contactForm__title {
  font-size: 22px;
  margin: 0 0 22px;
}
.contactForm__image {
  display: inline-block;
  width: 100%;
  max-width: 300px;
}
.contactForm__image img {
  width: 100%;
  height: auto;
}
.contactForm--sidebar {
  text-align: left;
  padding: 250px 0 100px;
  background: linear-gradient(180deg, #124242 0%, #00615b 100%);
}
@media (max-width: 600px) {
  .contactForm--sidebar {
    padding: 200px 0 100px;
  }
}
.contactForm--sidebar .container {
  display: flex;
  flex-wrap: wrap;
}
.contactForm--sidebar .contactForm__main {
  width: 66.66%;
}
@media (max-width: 960px) {
  .contactForm--sidebar .contactForm__main {
    width: 100%;
  }
}
.contactForm--sidebar .contactForm__heading {
  font-size: 44px;
}
@media (max-width: 600px) {
  .contactForm--sidebar .contactForm__heading {
    font-size: 28px;
  }
}
.contactForm--sidebar .contactForm__text {
  margin: 20px 0 75px;
  max-width: 700px;
}
@media (max-width: 600px) {
  .contactForm--sidebar .contactForm__text {
    margin: 20px 0 50px;
  }
}
.contactForm--sidebar .gform_wrapper {
  margin: 0;
}

.ctaBlocks {
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px 50px;
  gap: 50px;
  background: #124242;
}
.ctaBlocks__block {
  flex: 1;
  aspect-ratio: 1/1.1;
  display: inline-block;
  position: relative;
  background: #303030;
  overflow: hidden;
}
.ctaBlocks__block:hover .ctaBlocks__image {
  transform: scale(1.1);
}
.ctaBlocks__block:hover .ctaBlocks__overlay {
  height: 200%;
}
@media (max-width: 960px) {
  .ctaBlocks__block {
    flex: auto;
    width: 100%;
    aspect-ratio: 1/0.5;
  }
}
@media (max-width: 600px) {
  .ctaBlocks__block {
    aspect-ratio: 1/0.75;
  }
}
.ctaBlocks__text {
  position: absolute;
  bottom: 50px;
  left: 50%;
  text-align: right;
  z-index: 2;
  transform: translateX(-50%);
  text-align: center;
}
.ctaBlocks__label {
  font-size: 30px;
  margin: 8px 0 0;
}
@media (max-width: 600px) {
  .ctaBlocks__label {
    font-size: 26px;
    margin: 4px 0 0;
  }
}
.ctaBlocks__label:nth-child(1) {
  color: #f18335;
}
.ctaBlocks__label:nth-child(2) {
  color: #fcd0aa;
  font-size: 46px;
}
@media (max-width: 600px) {
  .ctaBlocks__label:nth-child(2) {
    font-size: 42px;
  }
}
.ctaBlocks__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.ctaBlocks__block:nth-child(1) .ctaBlocks__overlay {
  background: linear-gradient(0deg, rgba(3, 96, 90, 0.7), rgba(3, 96, 90, 0));
}
.ctaBlocks__block:nth-child(2) .ctaBlocks__overlay {
  background: linear-gradient(0deg, rgba(3, 96, 90, 0.7), rgba(3, 96, 90, 0));
}
.ctaBlocks__block:nth-child(3) .ctaBlocks__overlay {
  background: linear-gradient(0deg, rgba(3, 96, 90, 0.7), rgba(3, 96, 90, 0));
}
.ctaBlocks__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: height 0.3s;
  opacity: 0.5;
}

.footer {
  padding: 90px 0;
  background: #124242;
}
@media (max-width: 600px) {
  .footer {
    padding: 75px 0;
  }
}
.footer__main {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 82px;
  border-bottom: 1px solid #fcd0aa;
}
.footer__logo {
  display: inline-block;
  width: 25%;
}
@media (max-width: 960px) {
  .footer__logo {
    width: auto;
    margin: 0 auto 25px;
  }
}
.footer__logo img {
  height: 138px;
}
@media (max-width: 600px) {
  .footer__logo img {
    height: 130px;
  }
}
.footer__columns {
  width: 75%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 960px) {
  .footer__columns {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer__column {
  padding: 0 50px 0 0;
}
@media (max-width: 960px) {
  .footer__column {
    padding: 0;
    margin: 25px 0;
    text-align: center;
  }
}
.footer__column p {
  line-height: 1.4;
}
.footer__title {
  color: #fcd0aa;
  font-size: 22px;
  margin: 0 0 18px;
}
@media (max-width: 960px) {
  .footer__title {
    margin: 0 0 14px;
  }
}
.footer__social {
  display: inline-block;
}
.footer__social svg {
  width: auto;
  height: 30px;
  color: #fcd0aa;
}
.footer__top {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -25px;
  background: #f18335;
  left: 50%;
  transform: translateX(-50%);
  transition: background 0.3s;
}
.footer__top:hover {
  background: #e36810;
}
.footer__top svg {
  position: absolute;
  width: 20px;
  height: auto;
  color: #FFFFFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer__copyright {
  color: #FFFFFF;
  font-size: 14px;
  text-align: right;
  margin: 50px 0 0 auto;
}
@media (max-width: 960px) {
  .footer__copyright {
    text-align: center;
  }
}

body {
  font-family: "mr-eaves-modern", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #ACCEF7;
  color: #FFFFFF;
}

::selection {
  background: #ACCEF7;
  color: #FFFFFF;
}

.gform_wrapper .gform_body .gfield .gfield_label {
  color: #FCD0B3;
  margin: 0 0 14px;
}
.gform_wrapper .gform_body .gfield .gchoice {
  padding: 5px 0;
}
.gform_wrapper .gform_body .gfield .gchoice input {
  margin: 0 10px 0 0;
}
.gform_wrapper .gform_body .gfield .gchoice label {
  color: #FCD0B3;
  font-weight: 700;
}
.gform_wrapper .gform_body .gfield.gfield_error .ginput_container input {
  border: 1px solid #f18335;
}
.gform_wrapper .gform_body .gfield input[type=text],
.gform_wrapper .gform_body .gfield input[type=number],
.gform_wrapper .gform_body .gfield input[type=email],
.gform_wrapper .gform_body .gfield input[type=tel] {
  border: 0;
  padding: 12px 15px;
  height: 50px;
  color: #fcd0aa;
  background: #124242;
  border: 1px solid #404041;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  font-size: 16px;
  margin: 0 0 18px;
}
.gform_wrapper .gform_body .gfield textarea {
  border: 0;
  padding: 12px 15px;
  color: #fcd0aa;
  background: #124242;
  border: 1px solid #404041;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  margin: 0 0 18px;
}
.gform_wrapper .gform_body .gfield.hidden_label label {
  display: none;
}
.gform_wrapper .gform_body .gfield.marketing {
  margin: 20px 0;
}
.gform_wrapper .gform_body .gfield .privacypolicy {
  font-size: 13px;
}
.gform_wrapper .gform_body .gfield.gform_validation_container {
  display: none;
}
.gform_wrapper .gform_footer img {
  display: none;
}
.gform_wrapper .gform_footer .gform_button {
  min-width: 250px;
  margin: 50px auto 0;
  display: block;
  border: 0;
}
.gform_wrapper .validation_message {
  position: relative;
  font-size: 14px;
  margin: 0 0 10px;
  top: -8px;
  color: #f18335;
}

.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 22px;
  color: #f18335;
}

.gform_submission_error {
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
  margin: 0 0 20px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: transparent;
  z-index: 99;
  transition: transform 0.4s ease, background 0.3s;
}
.header.hidden {
  transform: translateY(-100%);
}
.header.has-background {
  background: #124242;
}
.header .container {
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .header .container {
    justify-content: flex-end;
  }
}
@media (max-width: 600px) {
  .header .container {
    height: 100px;
  }
}
.header__logo {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header__logo img {
  height: 115px;
}
@media (max-width: 600px) {
  .header__logo img {
    height: 95px;
  }
}
@media (max-width: 960px) {
  .header__nav {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(18, 66, 66, 0.95);
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  [data-navigation-status=open] .header__nav {
    opacity: 1;
    pointer-events: auto;
  }
}
.header__nav .menu {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  .header__nav .menu {
    order: -1;
    border: 0;
    padding: 0;
    margin: 0;
    align-items: center;
    flex-direction: column;
  }
}
.header__nav .menu-item {
  margin: 0;
  padding: 0;
  position: relative;
}
.header__nav .menu-item:before {
  display: none;
}
.header__nav .menu-item:not(:last-child) {
  padding: 0 50px 0 0;
}
@media (max-width: 960px) {
  .header__nav .menu-item:not(:last-child) {
    padding: 0;
    margin: 0 0 20px;
  }
}
.header__nav .menu-item a {
  color: #f18335;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  transition: color 0.3s;
}
.header__nav .menu-item a:hover {
  color: rgba(252, 208, 170, 0.6);
}
@media (max-width: 960px) {
  .header__nav .menu-item a {
    font-size: 26px;
  }
}
.header__nav .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
.header__nav .current-menu-item a,
.header__nav .current-menu-parent a {
  color: #fcd0aa;
}
.header__nav .sub-menu {
  width: 200px;
  position: absolute;
  top: 40px;
  left: calc(50% - 24px);
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 15px);
  pointer-events: none;
  transition: transform 0.3s, opacity 0.3s;
}
@media (max-width: 960px) {
  .header__nav .sub-menu {
    top: 60px;
    width: 300px;
    left: 50%;
    z-index: 2;
  }
}
.header__nav .sub-menu:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 28px;
}
.header__nav .sub-menu:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 18px;
  height: 8px;
  background-size: 18px;
  transform: translateX(-50%);
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='8' viewBox='0 0 18 8'%3E%3Cpath d='M8.336.591a1,1,0,0,1,1.329,0l6.37,5.662A1,1,0,0,1,15.37,8H2.63a1,1,0,0,1-.664-1.747Z' fill='%231B5252'/%3E%3C/svg%3E");
}
.header__nav .sub-menu .menu-item {
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
}
.header__nav .sub-menu .menu-item:first-child {
  border-radius: 6px 6px 0 0;
}
.header__nav .sub-menu .menu-item:last-child {
  border-radius: 0 0 6px 6px;
}
.header__nav .sub-menu .menu-item a {
  display: inline-block;
  color: #f18335;
  width: 100%;
  padding: 16px 12px;
  background: #1B5252;
  transition: background 0.3s;
}
@media (max-width: 960px) {
  .header__nav .sub-menu .menu-item a {
    font-size: 20px;
  }
}
.header__nav .sub-menu .menu-item a:hover {
  background: #053B3B;
}
.header__nav:nth-child(3) .menu:nth-child(1) {
  display: none;
}
@media (max-width: 960px) {
  .header__nav:nth-child(3) .menu:nth-child(1) {
    display: flex;
    margin: 0 0 20px;
  }
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  .header__top {
    margin: 50px 0 0;
    flex-direction: column;
  }
}
.header__number {
  color: #f18335;
  font-size: 14px;
  margin: 0 20px 0 0;
  padding: 10px 20px 10px 0;
  border-right: 1px solid #fcd0aa;
}
@media (max-width: 960px) {
  .header__number {
    border: 0;
    padding: 0;
    margin: 0 0 20px;
  }
}
.header__social {
  color: #f18335;
  display: inline-block;
}
.header__social svg {
  width: 14px;
}
@media (max-width: 960px) {
  .header__social svg {
    width: 24px;
    height: auto;
  }
}
.header__menuButton {
  position: relative;
  display: none;
  width: 40px;
  height: 40px;
  background: #f18335;
  border: 0;
  z-index: 99;
}
@media (max-width: 960px) {
  .header__menuButton {
    display: inline-block;
  }
}
[data-navigation-status=open] .header__menuButton span {
  background: transparent !important;
}
[data-navigation-status=open] .header__menuButton span:before {
  transform: rotate(45deg);
  top: 0;
}
[data-navigation-status=open] .header__menuButton span:after {
  transform: rotate(-45deg);
  top: -2px;
}
.header__menuButton span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  z-index: 3;
  background: #124242;
  transform: translate(-50%, -50%);
  transition: height 0.1s 0.3s, background 0.25s;
}
.header__menuButton span:after, .header__menuButton span:before {
  content: "";
  width: 25px;
  height: 2px;
  background: #124242;
  display: block;
  position: relative;
  top: 6px;
  transition: top 0.25s, transform 0.25s, width 0.2s, background 0.25s;
}
.header__menuButton span:before {
  top: -8px;
}

.hero {
  position: relative;
  background: #124242;
  padding: 165px 0 0;
  background: linear-gradient(180deg, #124242 0%, #00615b 100%);
}
.hero .container {
  position: relative;
  height: 100%;
  z-index: 2;
}
.hero__content {
  max-width: 710px;
  padding: 75px 0 100px;
}
@media (max-width: 960px) {
  .hero__content {
    max-width: 580px;
  }
}
@media (max-width: 600px) {
  .hero__content {
    padding: 50px 0;
    max-width: 375px;
  }
}
.hero__subheading {
  font-size: 30px;
  font-weight: 400;
  color: #124242;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .hero__subheading {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .hero__subheading {
    font-size: 20px;
  }
}
.hero__heading {
  color: #FFFFFF;
  font-size: 85px;
  line-height: 0.9;
  text-transform: none;
}
@media (max-width: 960px) {
  .hero__heading {
    font-size: 68px;
  }
}
@media (max-width: 600px) {
  .hero__heading {
    font-size: 44px;
  }
}
.hero__text {
  color: #E5F0F7;
  font-size: 22px;
  max-width: 580px;
  line-height: 1.2;
  margin: 20px 0 40px;
}
@media (max-width: 600px) {
  .hero__text {
    font-size: 20px;
  }
}
.hero__imageHolder {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.2);
}
.hero svg {
  position: absolute;
  top: -165px;
  left: -100px;
  width: 800px;
  height: auto;
}
@media (max-width: 600px) {
  .hero svg {
    width: 520px;
  }
}

.largeImage {
  background: #00615b;
  padding: 100px 0;
}
.largeImage__image {
  height: auto;
  margin: 0 auto;
  max-width: 1600px;
  width: calc(100% - 40px);
}
@media (max-width: 600px) {
  .largeImage__image {
    width: calc(100% - 20px);
  }
}

.locations {
  padding: 100px 0;
  background: #00615b;
}
@media (max-width: 600px) {
  .locations {
    padding: 75px 0;
  }
}
.locations__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  grid-gap: 100px 50px;
  padding: 0;
  margin: 0;
}
@media (max-width: 960px) {
  .locations__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .locations__list {
    grid-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.locations__item {
  padding: 0;
  margin: 0;
}
.locations__item:before {
  display: none;
}
.locations__item:after {
  content: " ";
  position: absolute;
  top: 26px;
  left: calc(100% - 20px);
  width: 90px;
  border-top: 3px solid #0e4b49;
}
@media (max-width: 960px) {
  .locations__item:after {
    display: none;
  }
}
.locations__item:nth-child(4n):after {
  display: none;
}
.locations__icon {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: inline-block;
}
.locations__title {
  font-size: 22px;
  margin: 10px 0 6px;
}
.locations__distance {
  font-size: 18px;
}

.pageHeader {
  position: relative;
  background: #124242;
  padding: 165px 0 0;
  background: linear-gradient(180deg, #124242 0%, #00615b 100%);
}
.pageHeader__content {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  padding: 100px 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .pageHeader__content {
    padding: 28px 0 0;
  }
}
.pageHeader__subheading {
  color: #f18335;
  font-size: 28px;
}
@media (max-width: 600px) {
  .pageHeader__subheading {
    font-size: 24px;
  }
}
.pageHeader__heading {
  color: #FFFFFF;
  font-size: 85px;
  line-height: 0.9;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.04em;
  margin: 24px 0 -30px;
}
@media (max-width: 600px) {
  .pageHeader__heading {
    font-size: 44px;
    margin: 24px 0 -15px;
  }
}
.pageHeader__imageHolder {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.pageHeader__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.2);
}
.pageHeader__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.5;
  height: 33.33%;
  background: linear-gradient(180deg, #124242 0%, rgba(0, 97, 91, 0) 100%);
}
.pageHeader svg {
  position: absolute;
  top: -165px;
  left: -100px;
  width: 800px;
  height: auto;
}
@media (max-width: 600px) {
  .pageHeader svg {
    width: 520px;
  }
}

.sitePlan {
  padding: 100px 0;
  text-align: center;
  background: #f8e7d6;
}
@media (max-width: 600px) {
  .sitePlan {
    padding: 75px 0;
  }
}
.sitePlan__heading {
  font-size: 35px;
  margin: 0 0 28px;
  color: #124242;
}
@media (max-width: 600px) {
  .sitePlan__heading {
    font-size: 28px;
  }
}
.sitePlan img {
  width: 100%;
  height: auto;
}
.sitePlan .imp-initialized {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media (max-width: 600px) {
  .sitePlan .imp-initialized {
    width: calc(100% - 40px);
  }
}
.sitePlan .imp-initialized .include-letter-spacing {
  letter-spacing: 0.1em;
}

.imp-tooltip {
  font-family: inherit !important;
}

.social-media-icons {
  display: flex;
  list-style-type: none;
}
.social-media-icons .item {
  margin: 0 8px 0 0;
}
.social-media-icons .item:last-child {
  margin: 0;
}
.social-media-icons .link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background: #000000;
  transition: background 0.3s;
}
.social-media-icons .link:before {
  width: 22px;
  height: 22px;
  display: block;
}
.social-media-icons .link:hover {
  background: #ffffff;
}
.social-media-icons .link.twitter:before {
  content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' enable-background='new 0 0 32 32' xml:space='preserve'%3E%3Cpath fill='%23753090' d='M32,6.1c-1.2,0.5-2.4,0.9-3.8,1c1.4-0.8,2.4-2.1,2.9-3.6c-1.3,0.8-2.7,1.3-4.2,1.6C25.7,3.8,24,3,22.2,3 c-3.6,0-6.6,2.9-6.6,6.6c0,0.5,0.1,1,0.2,1.5C10.3,10.8,5.5,8.2,2.2,4.2c-0.6,1-0.9,2.1-0.9,3.3c0,2.3,1.2,4.3,2.9,5.5 c-1.1,0-2.1-0.3-3-0.8c0,0,0,0.1,0,0.1c0,3.2,2.3,5.8,5.3,6.4c-0.6,0.1-1.1,0.2-1.7,0.2c-0.4,0-0.8,0-1.2-0.1 c0.8,2.6,3.3,4.5,6.1,4.6c-2.2,1.8-5.1,2.8-8.2,2.8c-0.5,0-1.1,0-1.6-0.1C2.9,27.9,6.4,29,10.1,29c12.1,0,18.7-10,18.7-18.7 c0-0.3,0-0.6,0-0.8C30,8.5,31.1,7.4,32,6.1z'/%3E%3C/svg%3E");
}
.social-media-icons .link.facebook:before {
  content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' enable-background='new 0 0 32 32' xml:space='preserve'%3E%3Cpath fill='%23753090' d='M30.7,0H1.3C0.6,0,0,0.6,0,1.3v29.3C0,31.4,0.6,32,1.3,32H17V20h-4v-5h4v-4c0-4.1,2.6-6.2,6.3-6.2C25.1,4.8,26.6,5,27,5v4.3l-2.6,0c-2,0-2.5,1-2.5,2.4V15h5l-1,5h-4l0.1,12h8.6c0.7,0,1.3-0.6,1.3-1.3V1.3C32,0.6,31.4,0,30.7,0z'/%3E%3C/svg%3E");
}
.social-media-icons .link.instagram:before {
  content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 98 98' style='enable-background:new 0 0 98 98;' xml:space='preserve'%3E%3Cpath fill='%23753090' d='M68,8c12.2,0,22,9.8,22,22v38c0,12.2-9.8,22-22,22H30C17.8,90,8,80.2,8,68V30C8,17.8,17.8,8,30,8H68 M68,0H30C13.5,0,0,13.5,0,30v38c0,16.5,13.5,30,30,30h38c16.5,0,30-13.5,30-30V30C98,13.5,84.5,0,68,0z'/%3E%3Cpath fill='%23753090' d='M75.1,17c-3.2,0-5.7,2.6-5.7,5.7s2.6,5.7,5.7,5.7c3.2,0,5.7-2.6,5.7-5.7C80.9,19.6,78.3,17,75.1,17L75.1,17z'/%3E%3Cpath fill='%23753090' d='M49.3,31.5C59,31.5,67,39.4,67,49.1s-7.9,17.7-17.7,17.7s-17.7-7.9-17.7-17.7c0,0,0,0,0,0C31.6,39.4,39.5,31.5,49.3,31.5 M49.3,23.5c-14.2,0-25.7,11.5-25.6,25.7c0,14.2,11.5,25.7,25.7,25.6C63.5,74.8,75,63.3,75,49.1C75,35,63.5,23.5,49.3,23.5C49.3,23.5,49.3,23.5,49.3,23.5z'/%3E%3C/svg%3E");
}
.social-media-icons .link.linkedin:before {
  content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' enable-background='new 0 0 32 32' xml:space='preserve'%3E%3Cpath fill='%23753090' d='M30.7,0H1.3C0.6,0,0,0.6,0,1.3v29.3C0,31.4,0.6,32,1.3,32h29.3c0.7,0,1.3-0.6,1.3-1.3V1.3 C32,0.6,31.4,0,30.7,0z M9.5,27.3H4.7V12h4.8V27.3z M7.1,9.9c-1.5,0-2.8-1.2-2.8-2.8c0-1.5,1.2-2.8,2.8-2.8c1.5,0,2.8,1.2,2.8,2.8 C9.9,8.7,8.6,9.9,7.1,9.9z M27.3,27.3h-4.7v-7.4c0-1.8,0-4-2.5-4c-2.5,0-2.8,1.9-2.8,3.9v7.6h-4.7V12H17v2.1h0.1 c0.6-1.2,2.2-2.5,4.5-2.5c4.8,0,5.7,3.2,5.7,7.3V27.3z'/%3E%3C/svg%3E%0A");
}
.social-media-icons .link.youtube:before {
  content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' enable-background='new 0 0 32 32' xml:space='preserve'%3E%3Cpath fill='%23753090' d='M31.7,9.6c0,0-0.3-2.2-1.3-3.2c-1.2-1.3-2.6-1.3-3.2-1.4C22.7,4.7,16,4.7,16,4.7h0c0,0-6.7,0-11.2,0.3c-0.6,0.1-2,0.1-3.2,1.4c-1,1-1.3,3.2-1.3,3.2S0,12.2,0,14.8v2.4c0,2.6,0.3,5.2,0.3,5.2s0.3,2.2,1.3,3.2c1.2,1.3,2.8,1.2,3.5,1.4C7.7,27.2,16,27.3,16,27.3s6.7,0,11.2-0.3c0.6-0.1,2-0.1,3.2-1.4c1-1,1.3-3.2,1.3-3.2s0.3-2.6,0.3-5.2v-2.4C32,12.2,31.7,9.6,31.7,9.6z M12.7,20.2l0-9l8.6,4.5L12.7,20.2z'/%3E%3C/svg%3E");
}
.social-media-icons .link.mail:before {
  content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 90 90' style='enable-background:new 0 0 90 90;' xml:space='preserve'%3E%3Cpath fill='%23753090' d='M89.2,71.2c0.5-1.1,0.8-2.3,0.8-3.5V22.3c0-1.3-0.3-2.5-0.8-3.5L58.9,45L89.2,71.2z'/%3E%3Cpath fill='%23753090' d='M43.3,48.3c0.3,0.3,0.9,0.6,1.7,0.6c0.8,0,1.4-0.3,1.7-0.6l1.8-1.6l36.7-31.8c-1.1-0.5-2.3-0.8-3.5-0.8H8.2c-1.3,0-2.5,0.3-3.5,0.8L43.3,48.3z'/%3E%3Cpath fill='%23753090' d='M0.8,18.8C0.3,19.8,0,21,0,22.3v45.4c0,1.3,0.3,2.5,0.8,3.5L31.1,45L0.8,18.8z'/%3E%3Cpath fill='%23753090' d='M54.8,48.6l-4.5,3.9c-1.5,1.3-3.4,1.9-5.3,1.9c-1.9,0-3.8-0.7-5.3-1.9l-4.5-3.9L4.7,75.1c1.1,0.5,2.3,0.8,3.5,0.8h73.6c1.3,0,2.5-0.3,3.5-0.8L54.8,48.6z'/%3E%3C/svg%3E");
}
.social-media-icons .label {
  display: none;
}

.textBanner {
  padding: 30px 0;
  background: #124242;
}
.textBanner .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.textBanner__heading {
  color: #fcd0aa;
  font-size: 30px;
  letter-spacing: 0;
  margin: 0 16px 0 0;
  padding: 12px 16px 12px 0;
  border-right: 1px solid #fcd0aa;
}
@media (max-width: 600px) {
  .textBanner__heading {
    font-size: 24px;
  }
}
.textBanner__text {
  color: #fcd0aa;
}

.textColumns {
  padding: 100px 0;
  background: #00615b;
}
@media (max-width: 600px) {
  .textColumns {
    padding: 75px 0;
  }
}
.textColumns__list {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 32px;
  margin: 50px 0 0;
}
@media (max-width: 960px) {
  .textColumns__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.textColumns__item {
  padding: 0;
  margin: 0;
}
.textColumns__item:before {
  display: none;
}
.textColumns__title {
  font-size: 26px;
  margin: 0 0 14px;
  color: #f18335;
}
@media (max-width: 600px) {
  .textColumns__title {
    font-size: 20px;
  }
}

.textIcons {
  padding: 100px 0;
  background: #00615b;
}
@media (max-width: 600px) {
  .textIcons {
    padding: 75px 0;
  }
}
.textIcons__content h2 {
  font-size: 52px;
}
.textIcons__content h3 {
  font-size: 22px;
  margin: 12px 0 24px;
}
@media (max-width: 600px) {
  .textIcons__content h3 {
    font-size: 18px;
  }
}
.textIcons__content p {
  max-width: 800px;
}
.textIcons__content p:not(:last-child) {
  margin: 0 0 12px;
}
.textIcons__content strong {
  display: inline-block;
  font-size: 28px;
  margin: 30px 0 0;
  font-weight: 700;
}
@media (max-width: 600px) {
  .textIcons__content strong {
    font-size: 24px;
  }
}
.textIcons__icon {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.textIcons__list {
  padding: 0;
  display: grid;
  margin: 75px 0 0;
  grid-gap: 50px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 960px) {
  .textIcons__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .textIcons__list {
    grid-gap: 20px;
    margin: 50px 0 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
.textIcons__item {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.textIcons__item:before {
  content: none;
}
.textIcons__label {
  margin: 0 0 0 22px;
}
.textIcons__button {
  margin: 50px 0 0;
}
@media (max-width: 600px) {
  .textIcons__button {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
}
.textIcons__button:not(:last-child) {
  margin: 50px 20px 20px 0;
}

.textPattern {
  position: relative;
  padding: 100px 0;
  background: #00615b;
}
@media (max-width: 960px) {
  .textPattern {
    padding: 75px 0;
  }
}
.textPattern__heading {
  font-size: 58px;
  max-width: 500px;
}
@media (max-width: 600px) {
  .textPattern__heading {
    font-size: 42px;
  }
}
.textPattern__text {
  margin: 35px 0 75px;
}
@media (max-width: 600px) {
  .textPattern__text {
    margin: 30px 0 45px;
  }
}
.textPattern__content {
  width: 50%;
}
@media (max-width: 1200px) {
  .textPattern__content {
    width: 66.66%;
  }
}
@media (max-width: 960px) {
  .textPattern__content {
    width: calc(100% - 70px);
  }
}
@media (max-width: 600px) {
  .textPattern__content {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .textPattern__button {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
}
.textPattern__button:not(:last-child) {
  margin: 0 20px 20px 0;
}
.textPattern__pattern {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .textPattern__pattern {
    width: 33.33%;
    -o-object-position: left;
       object-position: left;
  }
}
@media (max-width: 960px) {
  .textPattern__pattern {
    width: 70px;
  }
}
@media (max-width: 600px) {
  .textPattern__pattern {
    display: none;
  }
}

.thinImage {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .thinImage {
    height: 300px;
  }
}

.unitsTable {
  padding: 100px 0;
  background: #00615b;
}
@media (max-width: 600px) {
  .unitsTable {
    padding: 75px 0;
  }
}
.unitsTable__table {
  width: 100%;
  line-height: 2;
  border-spacing: 0;
  margin: 30px 0 75px;
  border-collapse: collapse;
}
@media (max-width: 600px) {
  .unitsTable__table {
    left: -20px;
    position: relative;
    margin: 30px 0 50px;
    min-width: calc(100% + 40px);
  }
}
.unitsTable__table th {
  padding: 10px;
  color: #f18335;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background: #224241;
}
@media (max-width: 600px) {
  .unitsTable__table th {
    font-size: 13px;
  }
}
.unitsTable__table td {
  padding: 10px;
  text-align: center;
}
@media (max-width: 600px) {
  .unitsTable__table td {
    font-size: 13px;
  }
}
.unitsTable__table tr {
  color: #fcd0aa;
  padding: 10px;
  text-align: center;
  background-color: #00615b;
}
.unitsTable__table tr:nth-child(2n+1) {
  background-color: #3f6a66;
}
.unitsTable__table tr:last-child {
  color: #224241;
  background-color: #f18335;
}
.unitsTable__table tr:last-child td {
  font-weight: 700;
}
@media (max-width: 600px) {
  .unitsTable__button {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
}
.unitsTable__button:not(:last-child) {
  margin: 0 20px 20px 0;
}
