@import '../../node_modules/aos/dist/aos.css';
/**
 * This file contains all the color variables for the site
 */
/**
 * This file contains various fixes, like box-model fixes, text rendering, etc.
 * There should be no mix-ins in this file. Those belong in _utils.scss.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.css");
@import '../../node_modules/magnific-popup/dist/magnific-popup.css';
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  overflow-y: scroll;
}

.cf {
  zoom: 1;
}
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
  content: " ";
  display: table;
}

::-moz-selection {
  background: #73DEEE;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #73DEEE;
  color: #ffffff;
  text-shadow: none;
}

ins {
  background-color: #73DEEE;
  color: #ffffff;
}

mark {
  background-color: #73DEEE;
  color: #ffffff;
  font-style: italic;
  font-weight: bold;
}

a:link {
  -webkit-tap-highlight-color: #73DEEE;
}

.contextual-region {
  z-index: 10;
}

/**
 * This file is where you put the @font-face directives for the site.
 */
.row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.col-1 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .col-1 {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
}

.col-2 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .col-2 {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
}

.col-3 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .col-3 {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 25%;
    width: 25%;
  }
}

.col-4 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .col-4 {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
}

.col-5 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .col-5 {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
}

.col-6 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .col-6 {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 50%;
    width: 50%;
  }
}

.col-7 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .col-7 {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
}

.col-8 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .col-8 {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
}

.col-9 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .col-9 {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 75%;
    width: 75%;
  }
}

.col-10 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .col-10 {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
}

.col-11 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .col-11 {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
}

.col-12 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .col-12 {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}

@media (min-width: 0px) {
  .offset-0 {
    margin-right: 20px;
    margin-left: calc((100% - 480px) / 12 * 0 + 20px) !important;
  }
}

@media (min-width: 0px) {
  .offset-1 {
    margin-right: 20px;
    margin-left: calc((100% - 480px) / 12 * 1 + 60px) !important;
  }
}

@media (min-width: 0px) {
  .offset-2 {
    margin-right: 20px;
    margin-left: calc((100% - 480px) / 12 * 2 + 100px) !important;
  }
}

@media (min-width: 0px) {
  .offset-3 {
    margin-right: 20px;
    margin-left: calc((100% - 480px) / 12 * 3 + 140px) !important;
  }
}

@media (min-width: 0px) {
  .offset-4 {
    margin-right: 20px;
    margin-left: calc((100% - 480px) / 12 * 4 + 180px) !important;
  }
}

@media (min-width: 0px) {
  .offset-5 {
    margin-right: 20px;
    margin-left: calc((100% - 480px) / 12 * 5 + 220px) !important;
  }
}

@media (min-width: 0px) {
  .offset-6 {
    margin-right: 20px;
    margin-left: calc((100% - 480px) / 12 * 6 + 260px) !important;
  }
}

@media (min-width: 0px) {
  .offset-7 {
    margin-right: 20px;
    margin-left: calc((100% - 480px) / 12 * 7 + 300px) !important;
  }
}

@media (min-width: 0px) {
  .offset-8 {
    margin-right: 20px;
    margin-left: calc((100% - 480px) / 12 * 8 + 340px) !important;
  }
}

@media (min-width: 0px) {
  .offset-9 {
    margin-right: 20px;
    margin-left: calc((100% - 480px) / 12 * 9 + 380px) !important;
  }
}

@media (min-width: 0px) {
  .offset-10 {
    margin-right: 20px;
    margin-left: calc((100% - 480px) / 12 * 10 + 420px) !important;
  }
}

@media (min-width: 0px) {
  .offset-11 {
    margin-right: 20px;
    margin-left: calc((100% - 480px) / 12 * 11 + 460px) !important;
  }
}

.col-sm-1 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-sm-1 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
}

.col-sm-2 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-sm-2 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
}

.col-sm-3 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 25%;
    width: 25%;
  }
}

.col-sm-4 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-sm-4 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
}

.col-sm-5 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-sm-5 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
}

.col-sm-6 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 50%;
    width: 50%;
  }
}

.col-sm-7 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-sm-7 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
}

.col-sm-8 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-sm-8 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
}

.col-sm-9 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-sm-9 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 75%;
    width: 75%;
  }
}

.col-sm-10 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-sm-10 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
}

.col-sm-11 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-sm-11 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
}

.col-sm-12 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 100%;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .offset-sm-0 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 0 + 0) !important;
  }
}

@media (min-width: 768px) {
  .offset-sm-1 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 1 + 0) !important;
  }
}

@media (min-width: 768px) {
  .offset-sm-2 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 2 + 0) !important;
  }
}

@media (min-width: 768px) {
  .offset-sm-3 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 3 + 0) !important;
  }
}

@media (min-width: 768px) {
  .offset-sm-4 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 4 + 0) !important;
  }
}

@media (min-width: 768px) {
  .offset-sm-5 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 5 + 0) !important;
  }
}

@media (min-width: 768px) {
  .offset-sm-6 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 6 + 0) !important;
  }
}

@media (min-width: 768px) {
  .offset-sm-7 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 7 + 0) !important;
  }
}

@media (min-width: 768px) {
  .offset-sm-8 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 8 + 0) !important;
  }
}

@media (min-width: 768px) {
  .offset-sm-9 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 9 + 0) !important;
  }
}

@media (min-width: 768px) {
  .offset-sm-10 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 10 + 0) !important;
  }
}

@media (min-width: 768px) {
  .offset-sm-11 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 11 + 0) !important;
  }
}

.col-md-1 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-md-1 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
}

.col-md-2 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-md-2 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
}

.col-md-3 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-md-3 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 25%;
    width: 25%;
  }
}

.col-md-4 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-md-4 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
}

.col-md-5 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-md-5 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
}

.col-md-6 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-md-6 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 50%;
    width: 50%;
  }
}

.col-md-7 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-md-7 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
}

.col-md-8 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-md-8 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
}

.col-md-9 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-md-9 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 75%;
    width: 75%;
  }
}

.col-md-10 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-md-10 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
}

.col-md-11 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-md-11 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
}

.col-md-12 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-md-12 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 100%;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .offset-md-0 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 0 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-md-1 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 1 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-md-2 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 2 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-md-3 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 3 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-md-4 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 4 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-md-5 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 5 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-md-6 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 6 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-md-7 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 7 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-md-8 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 8 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-md-9 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 9 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-md-10 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 10 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-md-11 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 11 + 0) !important;
  }
}

.col-lg-1 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-lg-1 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
}

.col-lg-2 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-lg-2 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
}

.col-lg-3 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-lg-3 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 25%;
    width: 25%;
  }
}

.col-lg-4 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-lg-4 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
}

.col-lg-5 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-lg-5 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
}

.col-lg-6 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 50%;
    width: 50%;
  }
}

.col-lg-7 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-lg-7 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
}

.col-lg-8 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-lg-8 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
}

.col-lg-9 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-lg-9 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 75%;
    width: 75%;
  }
}

.col-lg-10 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-lg-10 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
}

.col-lg-11 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-lg-11 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
}

.col-lg-12 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 100%;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .offset-lg-0 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 0 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-lg-1 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 1 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-lg-2 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 2 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-lg-3 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 3 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-lg-4 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 4 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-lg-5 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 5 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-lg-6 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 6 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-lg-7 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 7 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-lg-8 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 8 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-lg-9 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 9 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-lg-10 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 10 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-lg-11 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 11 + 0) !important;
  }
}

.col-xl-1 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-xl-1 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
}

.col-xl-2 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-xl-2 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
}

.col-xl-3 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-xl-3 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 25%;
    width: 25%;
  }
}

.col-xl-4 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-xl-4 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
}

.col-xl-5 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-xl-5 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
}

.col-xl-6 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-xl-6 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 50%;
    width: 50%;
  }
}

.col-xl-7 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-xl-7 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
}

.col-xl-8 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-xl-8 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
}

.col-xl-9 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-xl-9 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 75%;
    width: 75%;
  }
}

.col-xl-10 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-xl-10 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
}

.col-xl-11 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-xl-11 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
}

.col-xl-12 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .col-xl-12 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 100%;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .offset-xl-0 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 0 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-xl-1 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 1 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-xl-2 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 2 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-xl-3 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 3 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-xl-4 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 4 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-xl-5 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 5 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-xl-6 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 6 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-xl-7 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 7 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-xl-8 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 8 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-xl-9 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 9 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-xl-10 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 10 + 0) !important;
  }
}

@media (min-width: 1025px) {
  .offset-xl-11 {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 11 + 0) !important;
  }
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

/**
 * This is where you put in your helper mixins and classes.
 */
/* Responsive Helpers */
/**
 * This file contains the structure of the site. These styles build the basic
 * wire-frame of the site. Specific components such as slide-shows, accordions,
 * etc. should have their own partial.
 */
html {
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (min-width: 1025px) {
  html .toolbar-horizontal.sticky-header {
    padding-top: 180px !important;
  }
}
html .toolbar-horizontal.sticky-header header[role=banner] {
  margin-top: 39px;
}
@media (min-width: 1025px) {
  html .toolbar-horizontal.sticky-header.toolbar-tray-open {
    padding-top: 218px !important;
  }
}
html .toolbar-horizontal.sticky-header.toolbar-tray-open header[role=banner] {
  margin-top: 79px;
}
@media (min-width: 1025px) {
  html .toolbar-vertical.sticky-header {
    padding-top: 185px !important;
  }
}
@media (min-width: 1025px) {
  html .toolbar-vertical.sticky-header.toolbar-tray-open {
    padding-top: 218px !important;
  }
}
html .toolbar-vertical.sticky-header header[role=banner] {
  margin-top: 39px;
}
@media (min-width: 0px) and (max-width: 767px) {
  html.enable_sticky_mobile .sticky-header {
    padding-top: 63px !important;
  }
  html.enable_sticky_mobile .sticky-header .layout-container > header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  html.enable_sticky_mobile .sticky-header {
    padding-top: 63px !important;
  }
  html.enable_sticky_mobile .sticky-header .layout-container > header {
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1025px) {
  html.enable_sticky_desktop .sticky-header {
    padding-top: 98px !important;
  }
  html.enable_sticky_desktop .sticky-header .layout-container > header {
    position: fixed;
    top: 0;
    left: 0;
  }
}

body {
  position: relative;
  min-width: 375px;
}

a {
  color: #73DEEE;
}

.layout-container > main {
  display: block;
}
.layout-container > main img {
  height: auto;
  max-width: 100%;
}
.layout-container > main ul {
  padding-left: 20px;
}
.layout-container > .prefooter {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media (min-width: 0px) {
  .layout-container > .prefooter {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .layout-container > .prefooter {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout-container > .prefooter {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout-container > .prefooter {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout-container > .prefooter {
    margin-left: 0;
    margin-right: 0;
  }
}

sup {
  font-size: 65%;
}

.layout-container h1, .mfp-container h1, .layout-container nav li a, .mfp-container nav li a, .layout-container h5, .mfp-container h5, .layout-container h2, .mfp-container h2, .layout-container h4, .mfp-container h4, .layout-container h3, .mfp-container h3 {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
}
.layout-container h1:first-child, .mfp-container h1:first-child, .layout-container nav li a:first-child, .mfp-container nav li a:first-child, .layout-container h5:first-child, .mfp-container h5:first-child, .layout-container h2:first-child, .mfp-container h2:first-child, .layout-container h4:first-child, .mfp-container h4:first-child, .layout-container h3:first-child, .mfp-container h3:first-child {
  margin-top: 0;
}
.layout-container h1 sup, .mfp-container h1 sup, .layout-container nav li a sup, .mfp-container nav li a sup, .layout-container h5 sup, .mfp-container h5 sup, .layout-container h2 sup, .mfp-container h2 sup, .layout-container h4 sup, .mfp-container h4 sup, .layout-container h3 sup, .mfp-container h3 sup {
  font-size: 65%;
  line-height: 0;
  font-weight: normal;
}
@media (min-width: 1025px) {
  .layout-container h1, .mfp-container h1, .layout-container nav li a, .mfp-container nav li a, .layout-container h5, .mfp-container h5, .layout-container h2, .mfp-container h2, .layout-container h4, .mfp-container h4, .layout-container h3, .mfp-container h3 {
    font-size: 56px;
    line-height: 72px;
  }
}

.layout-container h5, .mfp-container h5, .layout-container h2, .mfp-container h2, .layout-container h4, .mfp-container h4, .layout-container h3, .mfp-container h3 {
  font-size: 36px;
  line-height: 48px;
}
@media (min-width: 1025px) {
  .layout-container h5, .mfp-container h5, .layout-container h2, .mfp-container h2, .layout-container h4, .mfp-container h4, .layout-container h3, .mfp-container h3 {
    font-size: 56px;
    line-height: 68px;
  }
}

.select2-results__option,
.select2-search__field, form, .layout-container a, .mfp-container a, .layout-container p, .layout-container li, .mfp-container p, .mfp-container li, .layout-container footer p, .layout-container footer li, .layout-container footer a, .mfp-container footer p, .mfp-container footer li, .mfp-container footer a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: white;
}
.select2-results__option:first-child,
.select2-search__field:first-child, form:first-child, .layout-container a:first-child, .mfp-container a:first-child, .layout-container p:first-child, .layout-container li:first-child, .mfp-container p:first-child, .mfp-container li:first-child {
  margin-top: 0;
}

.layout-container nav li a, .mfp-container nav li a {
  font-size: 16px;
  font-weight: normal;
  line-height: 120%;
}
@media (min-width: 1025px) {
  .layout-container nav li a, .mfp-container nav li a {
    font-size: 16px;
    line-height: 19px;
  }
}

.layout-container footer p, .layout-container footer li, .layout-container footer a, .mfp-container footer p, .mfp-container footer li, .mfp-container footer a {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}

.layout-container p.footnote, .mfp-container p.footnote {
  font-size: 10px;
  line-height: 22px;
  color: white;
}
.layout-container p.small-line-height.footnote, .mfp-container p.small-line-height.footnote {
  line-height: 17px;
}

.layout-container h3, .mfp-container h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .layout-container h3, .mfp-container h3 {
    font-size: 36px;
    line-height: 40px;
  }
}

.layout-container h4, .mfp-container h4 {
  font-size: 21px;
  line-height: 32px;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .layout-container h4, .mfp-container h4 {
    font-size: 21px;
    line-height: 32px;
  }
}

.layout-container h2, .mfp-container h2 {
  margin-top: 39px;
}
.layout-container h3, .mfp-container h3 {
  margin-top: 32px;
}
@media (min-width: 1025px) {
  .layout-container h3, .mfp-container h3 {
    margin-top: 32px;
  }
}
.layout-container h4, .mfp-container h4 {
  margin-bottom: 6px;
}
.layout-container h5, .mfp-container h5 {
  color: #73DEEE;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.layout-container footer h2, .mfp-container footer h2 {
  font-size: 15px;
}
.layout-container footer a, .mfp-container footer a {
  text-decoration: none;
}
.layout-container footer a:hover, .mfp-container footer a:hover {
  color: white;
}

.layout-container > footer {
  background: url("/sites/default/files/2025-03/footer-background.png") no-repeat center center;
  background-size: cover;
  overflow-x: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 1025px) {
  .layout-container > footer {
    padding-top: 30px;
    padding-bottom: 110px;
  }
}
.layout-container > footer > div {
  width: 100%;
  max-width: 1245px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
}
@media (min-width: 0px) {
  .layout-container > footer > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .layout-container > footer > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout-container > footer > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout-container > footer > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout-container > footer > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout-container > footer > div {
    padding: 24px !important;
  }
}
.layout-container > footer > div nav {
  order: 1;
  flex: initial !important;
  width: fit-content !important;
  text-align: left;
}
.layout-container > footer > div nav li {
  text-align: left;
}
@media (min-width: 768px) {
  .layout-container > footer > div nav {
    flex: 1 !important;
    width: 50% !important;
  }
}
.layout-container > footer > div .footer-copyright {
  order: 3;
  max-width: 480px;
  margin-top: 0;
  text-align: left;
}
@media (min-width: 1025px) {
  .layout-container > footer > div .footer-copyright {
    margin-top: -20px;
  }
}
.layout-container > footer > div .footer-logo {
  order: 2;
  text-align: right;
  flex: 1;
}
@media (min-width: 768px) {
  .layout-container > footer > div .footer-logo {
    flex: initial;
    width: 50%;
  }
}
.layout-container > footer .footer-logo {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex: 1;
}
@media (min-width: 0px) {
  .layout-container > footer .footer-logo {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .layout-container > footer .footer-logo {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 25%;
    width: 25%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .layout-container > footer .footer-logo {
    text-align: center;
  }
}
.layout-container > footer .footer-logo img {
  width: 100%;
  max-width: 179px;
  object-fit: contain;
}
@media (min-width: 1025px) {
  .layout-container > footer .footer-logo img {
    width: 100%;
    max-width: 185px;
  }
}
.layout-container > footer .footer-logo p {
  margin: 0;
}
.layout-container > footer .footer-copyright {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .layout-container > footer .footer-copyright {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .layout-container > footer .footer-copyright {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
}
@media (min-width: 1025px) {
  .layout-container > footer .footer-copyright {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 4 + 0) !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .layout-container > footer .footer-copyright {
    text-align: center;
  }
}
.layout-container > footer .footer-copyright p {
  font-size: 13.334px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.002px; /* 150% */
}
.layout-container > footer #block-envivent-footer {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 0px) {
  .layout-container > footer #block-envivent-footer {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .layout-container > footer #block-envivent-footer {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
}
@media (min-width: 1025px) {
  .layout-container > footer #block-envivent-footer {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 1 + 0) !important;
  }
}
.layout-container > footer #block-envivent-footer .menu {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
@media (min-width: 1025px) {
  .layout-container > footer #block-envivent-footer .menu {
    display: flex;
  }
  .layout-container > footer #block-envivent-footer .menu li {
    position: relative;
    margin-right: 14px;
  }
  .layout-container > footer #block-envivent-footer .menu li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translateY(-50%);
    width: 1px;
    height: 22px;
    background: white;
  }
  .layout-container > footer #block-envivent-footer .menu li:last-child {
    margin-right: 0;
  }
  .layout-container > footer #block-envivent-footer .menu li:last-child:after {
    display: none;
  }
  .layout-container > footer #block-envivent-footer .menu li + li {
    margin-left: 14px;
  }
}
.layout-container > footer #block-envivent-footer .menu li a {
  color: #ffffff;
  font-size: 13.334px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.706px; /* 177.778% */
  letter-spacing: 0.099px;
}
.layout-container > footer h2 {
  color: #ffffff;
  font-size: 13px;
  line-height: 0;
  text-transform: uppercase;
}
.layout-container > footer p {
  color: #ffffff;
}

.layout-container > header {
  background-color: #1A4B52;
  height: 97px;
  padding-top: 10px;
  position: relative;
  width: 100vw;
  z-index: 500;
}
@media (min-width: 1025px) {
  .layout-container > header {
    height: 98px;
  }
}
.layout-container > header .menu-container {
  display: flex;
  flex-wrap: wrap;
  max-height: 88px;
  overflow: hidden;
  flex-direction: column-reverse;
}
@media (min-width: 1025px) {
  .layout-container > header .menu-container {
    flex-direction: initial;
    max-height: none;
    overflow: visible;
    justify-content: center;
  }
}
.layout-container > header .top-bar-region {
  order: 2;
  width: 100%;
}
@media (min-width: 1025px) {
  .layout-container > header .top-bar-region > div {
    width: 100%;
    max-width: 1245px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1025px) and (min-width: 0px) {
  .layout-container > header .top-bar-region > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1025px) and (min-width: 768px) {
  .layout-container > header .top-bar-region > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .layout-container > header .top-bar-region > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .layout-container > header .top-bar-region > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .layout-container > header .top-bar-region > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout-container > header .top-bar-region a {
    color: #ffffff;
  }
}
.layout-container > header .top-bar-region p {
  font-size: 10px;
  line-height: 120%;
  text-align: left;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: 20px;
  max-width: 164px;
}
@media (min-width: 1025px) {
  .layout-container > header .top-bar-region p {
    margin-left: initial;
    text-align: right;
    max-width: 100%;
    margin-right: 20px;
  }
}
.layout-container > header .main-header-region {
  width: 100%;
  max-width: 1245px;
  margin-left: auto;
  margin-right: auto;
  order: 1;
}
@media (min-width: 0px) {
  .layout-container > header .main-header-region {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .layout-container > header .main-header-region {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout-container > header .main-header-region {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout-container > header .main-header-region {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout-container > header .main-header-region {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .layout-container > header .main-header-region {
    padding: 0 24px;
  }
}
@media (min-width: 1025px) {
  .layout-container > header .main-header-region {
    order: 2;
  }
}
.layout-container > header .main-header-region > div {
  justify-content: space-between;
  display: flex;
  gap: calc(95px - 1.5rem);
}
@media (min-width: 1025px) {
  .layout-container > header .main-header-region > div {
    gap: 20px;
  }
}
.layout-container > header #block-envivent-branding {
  position: relative;
  bottom: 10px;
  width: fit-content;
}
@media (min-width: 1025px) {
  .layout-container > header #block-envivent-branding {
    position: initial;
  }
}
.layout-container > header #block-envivent-branding img {
  height: 50px;
}
@media (min-width: 1025px) {
  .layout-container > header #block-envivent-branding img {
    height: 53px;
  }
}
.layout-container > header #block-envivent-site-branding a + a {
  display: none;
}
.layout-container > header #block-envivent-site-branding img {
  max-width: 200px;
}
.layout-container > header #block-envivent-main-menu {
  display: flex;
  align-items: center;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding-left: 32px;
}
@media (min-width: 1025px) {
  .layout-container > header #block-envivent-main-menu {
    justify-content: flex-end;
    padding-left: 0;
    width: 100%;
    margin-left: 0;
  }
}
.layout-container > header h1 {
  color: #353535;
  font-size: 64px;
  margin: 0 0 24px;
}
.layout-container > header h1 span {
  color: #353535;
}

input.button, form input.webform-button--submit,
a.button {
  background-color: #ffffff;
  border-radius: 26px;
  border: 2px solid #353535;
  color: #353535;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 22px;
  margin-top: 16px;
  padding: 12px 24px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
input.button:hover, form input.webform-button--submit:hover,
a.button:hover {
  background: #353535;
  color: #ffffff;
}

input.button.blue, form input.blue.webform-button--submit,
a.button.blue {
  background-color: #73DEEE;
  border-color: #73DEEE;
}
input.button.blue:hover, form input.blue.webform-button--submit:hover,
a.button.blue:hover {
  background: #ffffff;
  color: #73DEEE;
}
input.button.gray, form input.gray.webform-button--submit,
a.button.gray {
  background-color: #6B6D75;
  border-color: #6B6D75;
  color: #ffffff;
}
input.button.gray:hover, form input.gray.webform-button--submit:hover,
a.button.gray:hover {
  background: #ffffff;
  color: #6B6D75;
}
input.button.green, form input.green.webform-button--submit,
a.button.green {
  background-color: #1A4B52;
  border-color: #1A4B52;
  color: #ffffff;
}
input.button.green:hover, form input.green.webform-button--submit:hover,
a.button.green:hover {
  background: #ffffff;
  color: #1A4B52;
}
input.button.red, form input.red.webform-button--submit,
a.button.red {
  background-color: #F40404;
  border-color: #F40404;
  color: #ffffff;
}
input.button.red:hover, form input.red.webform-button--submit:hover,
a.button.red:hover {
  background: #ffffff;
  color: #F40404;
}

.webform-required {
  display: none;
}

div[aria-label="Error message"] {
  display: none;
}

.js-form-item.error:after {
  display: block;
  content: attr(data-webform-required-error);
  color: #F40404;
  text-align: right;
  font-style: italic;
}
.js-form-item.error input,
.js-form-item.error select,
.js-form-item.error textarea {
  color: #F40404;
  border-width: 2px;
  border-color: #F40404;
}
.js-form-item.error input::placeholder,
.js-form-item.error select::placeholder,
.js-form-item.error textarea::placeholder {
  color: #F40404 !important;
}
.js-form-item.error .select2-container--default {
  border-bottom: 2px solid #F40404;
}
.js-form-item.error .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #F40404;
}

.form-required:after {
  content: "*";
  display: inline-block;
}

.form-item--error-message {
  text-align: right;
  font-style: italic;
  color: #F40404;
}

.js-form-type-checkbox {
  margin-left: 0 !important;
}

.webform-address--wrapper.error:after {
  display: none;
}

form.submitted input:invalid,
form.submitted select:invalid,
form.submitted label:invalid {
  color: #F40404;
  border-width: 2px;
  border-color: #F40404;
}
form fieldset.webform-composite-hidden-title {
  margin: 0;
  padding: 0;
}
form textarea {
  width: 100%;
}
form .js-webform-type-checkboxes {
  margin-top: 24px;
}
form .js-webform-type-checkboxes legend {
  margin-bottom: 16px;
}
form .js-form-type-checkbox {
  display: flex;
}
form .js-form-type-checkbox input[type=checkbox] {
  box-shadow: 0;
  position: relative;
  top: 6px;
}
form .js-form-type-checkbox input[type=checkbox]:checked:before {
  color: #353535;
}
form .js-form-type-checkbox input:checked + label:before {
  color: #353535;
  background-position: 0 -17px;
}
form .js-form-type-checkbox label {
  margin: -4px 0 12px;
  padding-left: 12px;
  position: relative;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
}
form .js-form-type-checkbox label:before {
  background: url("../../dist/images/checkbox.png");
  content: "";
  display: block;
  height: 17px;
  left: -12px;
  position: absolute;
  top: 4px;
  width: 17px;
}
@media (min-width: 768px) {
  form .js-form-type-checkbox label:before {
    top: 7px;
  }
}
form label {
  display: block;
  margin: 24px 0 6px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #6B6D75;
}
form input:not([type=checkbox]):not([type=submit]) {
  border: 0;
  border-bottom: 1px solid #C2D1D9;
  margin: -12px 0 12px;
  padding: 12px 0;
  width: 100%;
  border-radius: 0;
}
form input:not([type=checkbox]):not([type=submit])::placeholder {
  color: #C9C9CC;
}
form .select2-container--default {
  border-bottom: 1px solid #C2D1D9;
  padding-bottom: 7px;
  margin-bottom: 12px;
}
form .select2-container--default .select2-selection--single {
  border: 0;
  margin: -20px 0 12px;
  padding: 12px 0;
  width: 100%;
}
form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px;
}
form .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
form input.webform-button--submit {
  margin: 24px 0;
}

.select2-results__option,
.select2-search__field {
  font-weight: bold;
}

input[type=text],
input[type=email],
input[type=tel],
.select2-container--default .select2-selection--single {
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: white;
}

form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 10px;
}

.grid-overlay {
  width: 100%;
  max-width: 1245px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 1245px;
  pointer-events: none;
  position: fixed;
  top: 0;
  z-index: 9999;
  opacity: 5%;
}
@media (min-width: 0px) {
  .grid-overlay {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .grid-overlay {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .grid-overlay {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .grid-overlay {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .grid-overlay {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .grid-overlay {
    left: 50%;
    transform: translateX(-50%);
  }
}

.grid-overlay .col-1 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  background-color: rgb(100, 100, 255);
  border-left: 20px solid rgb(100, 255, 0);
  border-right: 20px solid rgb(100, 255, 0);
  color: rgb(0, 0, 0);
  font-family: sans-serif;
  font-size: 12px;
  height: 9999px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
@media (min-width: 0px) {
  .grid-overlay .col-1 {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tablet-hide {
    display: none;
  }
}

@media (min-width: 1025px) {
  .desktop-hide {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.tablet-only {
  display: none;
}
@media (min-width: 768px) {
  .tablet-only {
    display: block !important;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 1025px) {
  .desktop-only {
    display: block;
  }
}

@media (max-width: 767px) {
  .flip > div {
    display: flex;
    flex-direction: column-reverse;
  }
}

.break-space {
  position: relative;
  z-index: 200;
}
.break-space .embedded-entity {
  margin: 0 auto;
  margin-bottom: -200px;
  margin-top: 25px;
  max-width: 200px;
  padding-left: 5vw;
}
@media (min-width: 768px) {
  .break-space .embedded-entity {
    margin-bottom: -18vw;
    margin-left: -40px;
    margin-top: -12vw;
    max-width: 300px;
    padding-left: 0;
    width: 250px;
  }
}
@media (min-width: 1025px) {
  .break-space .embedded-entity {
    margin-bottom: -12vw;
    margin-top: -7vw;
    width: auto;
  }
}
@media (min-width: 1025px) and (max-width: 1025px) {
  .break-space .embedded-entity {
    margin-bottom: -15vw;
    margin-top: -7vw;
  }
}

.break-push {
  padding-top: 160px !important;
}
@media (min-width: 768px) {
  .break-push {
    padding-top: 9vw !important;
  }
}

.no-wrap, .nowrap {
  white-space: nowrap;
}

.align-center img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/**
 * This page contains the default navigation menu styling
 */
.layout-container nav[aria-labelledby=system-breadcrumb] {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0px) {
  .layout-container nav[aria-labelledby=system-breadcrumb] {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .layout-container nav[aria-labelledby=system-breadcrumb] {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout-container nav[aria-labelledby=system-breadcrumb] {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout-container nav[aria-labelledby=system-breadcrumb] {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout-container nav[aria-labelledby=system-breadcrumb] {
    margin-left: 0;
    margin-right: 0;
  }
}
.layout-container nav[aria-labelledby=system-breadcrumb] ol {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  list-style: none;
  padding: 0;
}
@media (min-width: 0px) {
  .layout-container nav[aria-labelledby=system-breadcrumb] ol {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .layout-container nav[aria-labelledby=system-breadcrumb] ol {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout-container nav[aria-labelledby=system-breadcrumb] ol {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout-container nav[aria-labelledby=system-breadcrumb] ol {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout-container nav[aria-labelledby=system-breadcrumb] ol {
    margin-left: 0;
    margin-right: 0;
  }
}
.layout-container nav[aria-labelledby=system-breadcrumb] ol li + li {
  margin-left: 16px;
}
.layout-container nav[aria-labelledby=system-breadcrumb] ol li + li:before {
  content: ">";
  position: relative;
  left: -6px;
  top: 2px;
}
.layout-container .menu-item--sign-up {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 49px;
  right: 64px;
}
@media (min-width: 1025px) {
  .layout-container .menu-item--sign-up {
    display: none;
  }
}
.layout-container .menu-item--sign-up a {
  text-decoration: none;
  background: #73DEEE;
  color: #1F2126;
  font-weight: bold;
  white-space: nowrap;
  width: 80px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 120%;
  font-weight: bold;
}
.layout-container .menu-container .close-menu {
  position: absolute;
  background: url("../../img/close-bnt.svg") no-repeat;
  width: 17px;
  height: 17px;
  border: none;
  display: none;
  top: 106px;
  right: 16px;
}
.layout-container .menu-container.active .close-menu {
  display: block;
}
.layout-container .hamburger {
  display: block;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 49px;
  width: 24px;
}
@media (min-width: 768px) {
  .layout-container .hamburger {
    right: 24px;
  }
}
@media (min-width: 1025px) {
  .layout-container .hamburger {
    display: none;
  }
}
.layout-container .hamburger > div {
  background-color: #ffffff;
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  border-radius: 0;
}
.layout-container .hamburger > div:before, .layout-container .hamburger > div:after {
  background-color: #ffffff;
  content: "";
  height: 3px;
  position: absolute;
  width: 24px;
  border-radius: 0;
}
.layout-container .hamburger > div:before {
  animation: burger3 250ms linear;
  transform: translateY(-8px);
}
@keyframes burger3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}
.layout-container .hamburger > div:after {
  animation: burger4 250ms linear;
  transform: translateY(8px);
  width: 24px;
}
@keyframes burger4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
.layout-container > header:after {
  content: none;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 88px;
  background: #6B6D75;
}
@media (min-width: 1025px) {
  .layout-container > header:after {
    content: none;
  }
}
.layout-container > header ul {
  list-style: none;
}
.layout-container > header .menu-container .menu {
  max-height: 0;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .layout-container > header .menu-container .menu {
    max-height: none;
    overflow: visible;
  }
}
.layout-container > header .menu-container.active {
  max-height: 100vh;
}
.layout-container > header .menu-container.active .menu {
  max-height: 100vh;
}
.layout-container > header .menu-container.active .menu .menu-item {
  padding: 13px 0;
  border-bottom: 1px solid #73DEEE;
}
.layout-container > header .menu-container.active .menu .menu-item:nth-of-type(1) {
  display: none;
}
@media (min-width: 1025px) {
  .layout-container > header .menu-container.active .menu .menu-item:nth-of-type(1) {
    display: initial;
  }
}
.layout-container > header .menu-container.active .menu .menu-item:nth-of-type(4), .layout-container > header .menu-container.active .menu .menu-item:last-of-type {
  border-bottom: none;
}
.layout-container > header .menu-container.active .menu .menu-item:last-of-type {
  display: none;
}
.layout-container > header .menu-container.active .main-header-region > div {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.layout-container > header .menu-container.active #block-envivent-main-menu {
  background: rgb(49, 143, 160);
  padding-top: 13px;
  padding-bottom: 7px;
}
.layout-container #block-envivent-main-menu {
  padding-top: 7px;
}
@media (min-width: 1025px) {
  .layout-container #block-envivent-main-menu > ul {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.layout-container #block-envivent-main-menu > ul {
  padding-left: 0;
  margin: 0;
  width: calc(100% - 40px);
}
@media (min-width: 1025px) {
  .layout-container #block-envivent-main-menu > ul li:hover .menu {
    display: flex;
    flex-direction: column;
  }
  .layout-container #block-envivent-main-menu > ul li .menu {
    display: none;
    position: absolute;
    background-color: #1A4B52;
    padding: 0;
    margin-left: -20px;
  }
  .layout-container #block-envivent-main-menu > ul li .menu li {
    margin: 0;
  }
  .layout-container #block-envivent-main-menu > ul li .menu li a {
    padding: 20px;
  }
  .layout-container #block-envivent-main-menu > ul li .menu li a.is-active {
    color: #353535;
  }
  .layout-container #block-envivent-main-menu > ul li .menu li + li {
    margin: 0;
  }
  .layout-container #block-envivent-main-menu > ul li + li {
    margin-left: 35px;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .layout-container #block-envivent-main-menu > ul li + li:nth-of-type(2) {
    display: none;
  }
}
@media (min-width: 1025px) {
  .layout-container #block-envivent-main-menu > ul li a {
    padding: 0;
  }
}
.layout-container #block-envivent-main-menu > ul li:last-of-type a {
  background: #73DEEE;
  color: #1F2126;
  font-weight: bold;
  padding: 8px 12px;
  white-space: nowrap;
}
.layout-container #block-envivent-main-menu > ul li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  color: #ffffff;
}
.layout-container #block-envivent-main-menu > ul li a.is-active {
  color: #1A4B52;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .layout-container #block-envivent-main-menu > ul li a.is-active:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #1A4B52;
    display: block;
    margin-top: 2px;
  }
}
.layout-container #block-topmenu > ul {
  margin: 0;
  padding-left: 0;
}
.layout-container #block-topmenu > ul li a {
  text-decoration: none;
  padding: 16px 0;
  display: block;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .layout-container #block-topmenu > ul {
    display: flex;
    justify-content: flex-end;
  }
  .layout-container #block-topmenu > ul li {
    padding: 0 22px;
  }
  .layout-container #block-topmenu > ul li:first-child {
    padding-left: 0;
  }
  .layout-container #block-topmenu > ul li:last-child {
    padding-right: 0;
  }
  .layout-container #block-topmenu > ul li + li {
    position: relative;
  }
  .layout-container #block-topmenu > ul li + li:before {
    content: "";
    width: 1px;
    height: 17px;
    background: #6B6D75;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .layout-container #block-topmenu > ul li a {
    padding: 4px 0;
    font-weight: 400;
  }
}

section:not(.full-width):not(.isi) {
  display: flex;
  flex-wrap: wrap;
}
section:not(.full-width):not(.isi)::after {
  display: block;
  content: "";
  clear: both;
}
@media (min-width: 0px) {
  section:not(.full-width):not(.isi) {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  section:not(.full-width):not(.isi) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  section:not(.full-width):not(.isi) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  section:not(.full-width):not(.isi) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  section:not(.full-width):not(.isi) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1245px) {
  section:not(.full-width):not(.isi) {
    margin-left: calc((100vw + 36px - 1245px) / 2 * -1);
    margin-right: calc((100vw + 36px - 1245px) / 2 * -1);
    padding-left: calc((100vw - 1245px) / 2 * 1 + 24px);
    padding-right: calc((100vw - 1245px) / 2 * 1 + 24px);
    padding-left: calc((100vw - 1245px) / 2 * 1);
    padding-right: calc((100vw - 1245px) / 2 * 1);
  }
}

#block-envivent-local-tasks,
#block-envivent-primary-local-tasks {
  width: 100%;
  max-width: 1245px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 0px) {
  #block-envivent-local-tasks,
  #block-envivent-primary-local-tasks {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  #block-envivent-local-tasks,
  #block-envivent-primary-local-tasks {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  #block-envivent-local-tasks,
  #block-envivent-primary-local-tasks {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  #block-envivent-local-tasks,
  #block-envivent-primary-local-tasks {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  #block-envivent-local-tasks,
  #block-envivent-primary-local-tasks {
    padding-left: 0;
    padding-right: 0;
  }
}
#block-envivent-local-tasks ul,
#block-envivent-primary-local-tasks ul {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  border-bottom: 1px solid #353535;
  height: 28px;
  list-style: none;
  padding: 0;
}
@media (min-width: 0px) {
  #block-envivent-local-tasks ul,
  #block-envivent-primary-local-tasks ul {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
#block-envivent-local-tasks ul li,
#block-envivent-primary-local-tasks ul li {
  display: inline;
}
#block-envivent-local-tasks ul li a,
#block-envivent-primary-local-tasks ul li a {
  font-size: 11px;
  padding: 4px 12px 2px;
  text-decoration: none;
}
#block-envivent-local-tasks ul li a:hover,
#block-envivent-primary-local-tasks ul li a:hover {
  color: #FF6C37;
}
#block-envivent-local-tasks ul li a.is-active,
#block-envivent-primary-local-tasks ul li a.is-active {
  border: 1px solid #353535;
  border-bottom: 1px solid #ffffff;
  border-radius: 3px 3px 0 0;
}

div[data-drupal-messages] {
  width: 100%;
  max-width: 1245px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 0px) {
  div[data-drupal-messages] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  div[data-drupal-messages] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  div[data-drupal-messages] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  div[data-drupal-messages] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  div[data-drupal-messages] {
    padding-left: 0;
    padding-right: 0;
  }
}
div[data-drupal-messages] > div {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  background-color: #F40404;
  color: #f8f829;
  padding: 12px;
}
@media (min-width: 0px) {
  div[data-drupal-messages] > div {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
div[data-drupal-messages] > div a {
  color: #ffffff;
}

.user-login-form {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0px) {
  .user-login-form {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .user-login-form {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .user-login-form {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .user-login-form {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .user-login-form {
    margin-left: 0;
    margin-right: 0;
  }
}
.user-login-form > .js-form-item {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .user-login-form > .js-form-item {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .user-login-form > .js-form-item {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .user-login-form > .js-form-item {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 3 + 0) !important;
  }
}
.user-login-form .form-actions {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .user-login-form .form-actions {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .user-login-form .form-actions {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .user-login-form .form-actions {
    margin-right: 0;
    margin-left: calc((100% - 0) / 12 * 3 + 0) !important;
  }
}
.user-login-form .form-actions input {
  width: 100%;
}

#block-envivent-help {
  width: 100%;
  max-width: 1245px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
@media (min-width: 0px) {
  #block-envivent-help {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  #block-envivent-help {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  #block-envivent-help {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  #block-envivent-help {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  #block-envivent-help {
    padding-left: 0;
    padding-right: 0;
  }
}
#block-envivent-help p {
  margin: 0;
}

.back-to-top {
  bottom: 16px;
  opacity: 0.5;
  position: fixed;
  right: 16px;
  transition: opacity ease-in-out 0.2s;
  z-index: 9999;
}
.back-to-top:hover {
  opacity: 1;
}
.back-to-top a {
  background-color: #1A4B52;
  border-radius: 55px;
  border: 1px solid #1A4B52;
  display: block;
  font-size: 0;
  height: 55px;
  position: relative;
  width: 55px;
}
.back-to-top a:after {
  color: #ffffff;
  content: "\f106";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
  color: #353535;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\f104";
}
[dir=rtl] .slick-prev:before {
  content: "\f105";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\f105";
}
[dir=rtl] .slick-next:before {
  content: "\f104";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #353535;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #353535;
  opacity: 0.75;
}

.mfp-bg {
  z-index: 600;
  background-color: black;
}

.mfp-iframe-holder .mfp-close {
  color: #353535;
  right: 0;
  top: -8px;
}
.mfp-iframe-holder .mfp-iframe-scaler {
  overflow: visible;
  padding-top: 73%;
}
@media (min-width: 768px) {
  .mfp-iframe-holder .mfp-iframe-scaler {
    padding-top: 64.35%;
  }
}
@media (min-width: 1025px) {
  .mfp-iframe-holder .mfp-iframe-scaler {
    padding-top: 63%;
  }
}
.mfp-iframe-holder .mfp-iframe-scaler:after {
  content: "";
  display: block;
  background: url(../../dist/images/cfx_sig_hz_rgb_grade.svg);
  width: 129px;
  height: 42px;
  background-color: #ffffff;
  position: relative;
  top: -53px;
  left: 22px;
}
.mfp-iframe-holder .mfp-iframe-scaler iframe {
  border: 24px solid #ffffff;
  border-bottom: 64px solid #ffffff;
}

.mfp-content {
  background-color: #ffffff;
  max-width: 1245px;
}

#popleave {
  text-align: center;
}

.block--type--basic {
  min-height: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.block--type--basic:first-child {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .block--type--basic {
    min-height: 0px;
  }
}
.block--type--basic.full-width {
  margin: 32px -20px 0px -20px;
  padding: 20px;
}
@media (min-width: 1245px) {
  .block--type--basic.full-width {
    margin-left: calc((100vw + 36px - 1245px) / 2 * -1);
    margin-right: calc((100vw + 36px - 1245px) / 2 * -1);
    padding-left: calc((100vw - 1245px) / 2 * 1 + 24px);
    padding-right: calc((100vw - 1245px) / 2 * 1 + 24px);
    padding-left: calc((100vw - 1245px) / 2 * 1);
    padding-right: calc((100vw - 1245px) / 2 * 1);
  }
}

.block--type--collapsible-item {
  position: relative;
  margin-bottom: 16px;
}
.block--type--collapsible-item.js-layout-builder-block .toggle {
  top: calc(0px + 12px);
  right: 16px;
}
.block--type--collapsible-item.opened .toggle:before {
  content: "\f146";
}
.block--type--collapsible-item.opened .collapsible-button {
  background-color: #F40404;
}
.block--type--collapsible-item .toggle {
  position: absolute;
  top: 0px;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  min-width: 44px;
  height: 64px;
  color: #ffffff;
}
.block--type--collapsible-item .toggle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0fe";
  display: block;
  text-decoration: underline;
}
.block--type--collapsible-item .collapsible-button {
  background-color: #1A4B52;
  color: #ffffff;
  cursor: pointer;
  margin: 0;
  padding: 16px;
}
.block--type--collapsible-item .collapsible-button:hover {
  background-color: #6B6D75;
}
.block--type--collapsible-item .collapsible-content {
  padding: 0;
  overflow: hidden;
  display: none;
}

.block.block--type--cta {
  min-height: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 0px;
  margin-bottom: 0px;
}
.block.block--type--cta * {
  text-align: center;
}
.block.block--type--cta a.button {
  display: table;
  margin: 0 auto;
}
.block.block--type--cta img {
  width: 100%;
}

.block--type--hero-banner {
  min-height: 600px;
  border-bottom: 0 solid #353535;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 0;
  margin-bottom: 25px;
  position: relative;
}
.block--type--hero-banner:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.5%, rgba(0, 0, 0, 0) 75%, #000000 100%);
  pointer-events: none;
}
.block--type--hero-banner::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.5%, rgba(0, 0, 0, 0) 75%, #000000 100%);
  pointer-events: none;
}
@media (min-width: 1025px) {
  .block--type--hero-banner {
    min-height: 927px;
    margin-top: -200px;
    margin-bottom: 100px;
  }
}
@media (min-width: 1245px) {
  .block--type--hero-banner.full-width {
    margin-left: calc((100vw + 36px - 1245px) / 2 * -1);
    margin-right: calc((100vw + 36px - 1245px) / 2 * -1);
    padding-left: calc((100vw - 1245px) / 2 * 1 + 24px);
    padding-right: calc((100vw - 1245px) / 2 * 1 + 24px);
    padding-left: calc((100vw - 1245px) / 2 * 1);
    padding-right: calc((100vw - 1245px) / 2 * 1);
  }
}
.block--type--hero-banner h1, .block--type--hero-banner h2, .block--type--hero-banner p, .block--type--hero-banner li {
  color: #ffffff;
  text-shadow: 0 0 10px #000;
}

section.isi {
  width: 100%;
  max-width: 1245px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  padding-top: 25px;
  position: relative;
  z-index: 11;
}
@media (min-width: 0px) {
  section.isi {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  section.isi {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  section.isi {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  section.isi {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  section.isi {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  section.isi {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
section.isi .fixed {
  background-color: #ffffff;
  border-top: 1px solid #6B6D75;
  bottom: 0;
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.1);
  left: 0;
  padding-top: 32px;
  position: fixed;
  width: 100%;
}
section.isi .fixed .row {
  margin: 0 auto;
  max-height: 180px;
  max-width: 1245px;
  position: relative;
}
section.isi .fixed .row.scrollable {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
section.isi .fixed .content {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  section.isi .fixed .content {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
section.isi .fixed .read-more {
  height: 44px;
  position: absolute;
  right: calc((100vw - 1200px) / 2);
  text-decoration: none;
  top: 0;
  width: 44px;
  z-index: 9999;
}
section.isi .fixed .read-more:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  content: "\f063";
  display: block;
  color: #73DEEE;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.isi .static {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0px) {
  section.isi .static {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  section.isi .static {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  section.isi .static {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  section.isi .static {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  section.isi .static {
    margin-left: 0;
    margin-right: 0;
  }
}
section.isi .static > div {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  section.isi .static > div {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
section.isi .static > div ul {
  padding-left: 20px;
}

.mfp-container {
  max-height: 100vh;
}

.mfp-content {
  width: 100%;
  max-width: 1245px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border: 16px solid #6B6D75;
}
@media (min-width: 0px) {
  .mfp-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .mfp-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .mfp-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .mfp-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .mfp-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.block--type--modal {
  width: 100%;
  max-width: 1245px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  padding-top: 0;
  position: relative;
  z-index: 11;
}
@media (min-width: 0px) {
  .block--type--modal {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .block--type--modal {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .block--type--modal {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .block--type--modal {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .block--type--modal {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .block--type--modal {
    padding-bottom: 100px;
    padding-top: 0;
  }
}
.block--type--modal .layout__region {
  padding-top: 0;
}

.violator {
  display: none;
  background-color: rgb(52, 177, 79);
}
.violator.active {
  display: block;
  position: relative;
  padding: 16px 0;
}
@media (min-width: 1245px) {
  .violator.active {
    margin-left: calc((100vw + 36px - 1245px) / 2 * -1);
    margin-right: calc((100vw + 36px - 1245px) / 2 * -1);
    padding-left: calc((100vw - 1245px) / 2 * 1 + 24px);
    padding-right: calc((100vw - 1245px) / 2 * 1 + 24px);
    padding-left: calc((100vw - 1245px) / 2 * 1);
    padding-right: calc((100vw - 1245px) / 2 * 1);
  }
}
.violator.active > div {
  width: 100%;
  max-width: 1245px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 0px) {
  .violator.active > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .violator.active > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .violator.active > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .violator.active > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .violator.active > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.violator.active > div > div {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0px) {
  .violator.active > div > div {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .violator.active > div > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .violator.active > div > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .violator.active > div > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .violator.active > div > div {
    margin-left: 0;
    margin-right: 0;
  }
}
.violator.active > div > div > div {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .violator.active > div > div > div {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
.violator.active button {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 100;
  width: 44px;
  height: 44px;
  background-color: transparent;
  border: 0;
  font-family: Arial;
}
@media (min-width: 1025px) {
  .violator.active button {
    right: calc((100vw - 1200px) / 2);
  }
}
.violator.active p {
  margin: 0;
}

#node-page-layout-builder-form,
#layout-builder-discard-changes {
  width: 100%;
  max-width: 1245px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 0px) {
  #node-page-layout-builder-form,
  #layout-builder-discard-changes {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  #node-page-layout-builder-form,
  #layout-builder-discard-changes {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  #node-page-layout-builder-form,
  #layout-builder-discard-changes {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  #node-page-layout-builder-form,
  #layout-builder-discard-changes {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  #node-page-layout-builder-form,
  #layout-builder-discard-changes {
    padding-left: 0;
    padding-right: 0;
  }
}
#node-page-layout-builder-form #edit-actions,
#layout-builder-discard-changes #edit-actions {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #353535;
  margin-bottom: 16px;
}
@media (min-width: 0px) {
  #node-page-layout-builder-form #edit-actions,
  #layout-builder-discard-changes #edit-actions {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  #node-page-layout-builder-form #edit-actions,
  #layout-builder-discard-changes #edit-actions {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  #node-page-layout-builder-form #edit-actions,
  #layout-builder-discard-changes #edit-actions {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  #node-page-layout-builder-form #edit-actions,
  #layout-builder-discard-changes #edit-actions {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  #node-page-layout-builder-form #edit-actions,
  #layout-builder-discard-changes #edit-actions {
    margin-left: 0;
    margin-right: 0;
  }
}
#node-page-layout-builder-form #edit-actions #edit-revert,
#node-page-layout-builder-form #edit-actions #edit-submit,
#node-page-layout-builder-form #edit-actions #edit-discard-changes,
#layout-builder-discard-changes #edit-actions #edit-revert,
#layout-builder-discard-changes #edit-actions #edit-submit,
#layout-builder-discard-changes #edit-actions #edit-discard-changes {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  #node-page-layout-builder-form #edit-actions #edit-revert,
  #node-page-layout-builder-form #edit-actions #edit-submit,
  #node-page-layout-builder-form #edit-actions #edit-discard-changes,
  #layout-builder-discard-changes #edit-actions #edit-revert,
  #layout-builder-discard-changes #edit-actions #edit-submit,
  #layout-builder-discard-changes #edit-actions #edit-discard-changes {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
}
#node-page-layout-builder-form #edit-actions #edit-preview-toggle,
#layout-builder-discard-changes #edit-actions #edit-preview-toggle {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  order: 4;
}
@media (min-width: 0px) {
  #node-page-layout-builder-form #edit-actions #edit-preview-toggle,
  #layout-builder-discard-changes #edit-actions #edit-preview-toggle {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
#node-page-layout-builder-form #edit-actions #edit-submit,
#layout-builder-discard-changes #edit-actions #edit-submit {
  background-color: #1A4B52;
  color: #ffffff;
}
#node-page-layout-builder-form #edit-actions #edit-discard-changes,
#layout-builder-discard-changes #edit-actions #edit-discard-changes {
  background-color: #F40404;
  color: #ffffff;
}
#node-page-layout-builder-form #edit-actions label[for=layout-builder-content-preview],
#layout-builder-discard-changes #edit-actions label[for=layout-builder-content-preview] {
  margin: 11px 0 0px;
}

.layout-builder-form {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0px) {
  .layout-builder-form {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .layout-builder-form {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout-builder-form {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout-builder-form {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout-builder-form {
    margin-left: 0;
    margin-right: 0;
  }
}
.layout-builder-form .js-form-type-vertical-tabs,
.layout-builder-form .layout-builder__message,
.layout-builder-form .form-actions {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .layout-builder-form .js-form-type-vertical-tabs,
  .layout-builder-form .layout-builder__message,
  .layout-builder-form .form-actions {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}

#layout-builder {
  padding: 0;
  border: 0;
  margin-top: 32px;
}
#layout-builder .block--type--collapsible-item .collapsible-content {
  display: block;
}
#layout-builder .block--type--collapsible-item .toggle {
  top: 0;
}
#layout-builder .layout__region--modals {
  display: block !important;
}
#layout-builder .block--type--modal {
  display: block !important;
}
@media (min-width: 1245px) {
  #layout-builder .block--type--hero-banner.full-width {
    margin-left: calc((100vw + 36px - 1245px) / 2 * -1);
    margin-right: calc((100vw + 36px - 1245px) / 2 * -1);
    padding-left: calc((100vw - 1245px) / 2 * 1 + 24px);
    padding-right: calc((100vw - 1245px) / 2 * 1 + 24px);
    padding-left: calc((100vw - 1245px) / 2 * 1);
    padding-right: calc((100vw - 1245px) / 2 * 1);
  }
}
#layout-builder .layout-builder-block {
  padding: 0px;
}

.vertical-tabs {
  display: none;
}

.layout {
  width: 100%;
  max-width: 1245px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
}
@media (min-width: 0px) {
  .layout {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .layout {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout {
    padding-left: 0;
    padding-right: 0;
  }
}
.layout .spacer {
  background-color: gray;
  width: 100%;
  margin-bottom: 60px;
}
.layout .layout__region {
  padding-top: 25px;
  padding-bottom: 0;
}
@media (min-width: 1025px) {
  .layout .layout__region {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
.layout .layout__region.layout__region--modals {
  display: none;
}
.layout.layout--onecol > div {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0px) {
  .layout.layout--onecol > div {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .layout.layout--onecol > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--onecol > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--onecol > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--onecol > div {
    margin-left: 0;
    margin-right: 0;
  }
}
.layout.layout--onecol > div .layout__region {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .layout.layout--onecol > div .layout__region {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .layout.layout--onecol > div .layout__region {
    padding-left: 0;
    padding-right: 0;
  }
}
.layout.layout--twocol-section.layout--twocol-section--50-50 > div {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0px) {
  .layout.layout--twocol-section.layout--twocol-section--50-50 > div {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .layout.layout--twocol-section.layout--twocol-section--50-50 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section.layout--twocol-section--50-50 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section.layout--twocol-section--50-50 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section.layout--twocol-section--50-50 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
.layout.layout--twocol-section.layout--twocol-section--50-50 > div .layout__region {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .layout.layout--twocol-section.layout--twocol-section--50-50 > div .layout__region {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .layout.layout--twocol-section.layout--twocol-section--50-50 > div .layout__region {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section.layout--twocol-section--50-50 > div .layout__region {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 50%;
    width: 50%;
  }
}
.layout.layout--twocol-section.layout--twocol-section--33-67 > div {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0px) {
  .layout.layout--twocol-section.layout--twocol-section--33-67 > div {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .layout.layout--twocol-section.layout--twocol-section--33-67 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section.layout--twocol-section--33-67 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section.layout--twocol-section--33-67 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section.layout--twocol-section--33-67 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
.layout.layout--twocol-section.layout--twocol-section--33-67 > div .layout__region {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .layout.layout--twocol-section.layout--twocol-section--33-67 > div .layout__region {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .layout.layout--twocol-section.layout--twocol-section--33-67 > div .layout__region {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section.layout--twocol-section--33-67 > div .layout__region {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
}
.layout.layout--twocol-section.layout--twocol-section--33-67 > div .layout__region:nth-child(2) {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .layout.layout--twocol-section.layout--twocol-section--33-67 > div .layout__region:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .layout.layout--twocol-section.layout--twocol-section--33-67 > div .layout__region:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section.layout--twocol-section--33-67 > div .layout__region:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
}
.layout.layout--twocol-section.layout--twocol-section--67-33 > div {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0px) {
  .layout.layout--twocol-section.layout--twocol-section--67-33 > div {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .layout.layout--twocol-section.layout--twocol-section--67-33 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section.layout--twocol-section--67-33 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section.layout--twocol-section--67-33 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section.layout--twocol-section--67-33 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
.layout.layout--twocol-section.layout--twocol-section--67-33 > div .layout__region {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .layout.layout--twocol-section.layout--twocol-section--67-33 > div .layout__region {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .layout.layout--twocol-section.layout--twocol-section--67-33 > div .layout__region {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section.layout--twocol-section--67-33 > div .layout__region {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
}
.layout.layout--twocol-section.layout--twocol-section--67-33 > div .layout__region:nth-child(2) {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .layout.layout--twocol-section.layout--twocol-section--67-33 > div .layout__region:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .layout.layout--twocol-section.layout--twocol-section--67-33 > div .layout__region:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section.layout--twocol-section--67-33 > div .layout__region:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
}
.layout.layout--twocol-section.layout--twocol-section--25-75 > div {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0px) {
  .layout.layout--twocol-section.layout--twocol-section--25-75 > div {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .layout.layout--twocol-section.layout--twocol-section--25-75 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section.layout--twocol-section--25-75 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section.layout--twocol-section--25-75 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section.layout--twocol-section--25-75 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
.layout.layout--twocol-section.layout--twocol-section--25-75 > div .layout__region {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .layout.layout--twocol-section.layout--twocol-section--25-75 > div .layout__region {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .layout.layout--twocol-section.layout--twocol-section--25-75 > div .layout__region {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 25%;
    width: 25%;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section.layout--twocol-section--25-75 > div .layout__region {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 25%;
    width: 25%;
  }
}
.layout.layout--twocol-section.layout--twocol-section--25-75 > div .layout__region:nth-child(2) {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .layout.layout--twocol-section.layout--twocol-section--25-75 > div .layout__region:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .layout.layout--twocol-section.layout--twocol-section--25-75 > div .layout__region:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 75%;
    width: 75%;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section.layout--twocol-section--25-75 > div .layout__region:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 75%;
    width: 75%;
  }
}
.layout.layout--twocol-section.layout--twocol-section--75-25 > div {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0px) {
  .layout.layout--twocol-section.layout--twocol-section--75-25 > div {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .layout.layout--twocol-section.layout--twocol-section--75-25 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section.layout--twocol-section--75-25 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section.layout--twocol-section--75-25 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section.layout--twocol-section--75-25 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
.layout.layout--twocol-section.layout--twocol-section--75-25 > div .layout__region {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .layout.layout--twocol-section.layout--twocol-section--75-25 > div .layout__region {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .layout.layout--twocol-section.layout--twocol-section--75-25 > div .layout__region {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 75%;
    width: 75%;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section.layout--twocol-section--75-25 > div .layout__region {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 75%;
    width: 75%;
  }
}
.layout.layout--twocol-section.layout--twocol-section--75-25 > div .layout__region:nth-child(2) {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .layout.layout--twocol-section.layout--twocol-section--75-25 > div .layout__region:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .layout.layout--twocol-section.layout--twocol-section--75-25 > div .layout__region:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 25%;
    width: 25%;
  }
}
@media (min-width: 1025px) {
  .layout.layout--twocol-section.layout--twocol-section--75-25 > div .layout__region:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 25%;
    width: 25%;
  }
}
.layout.layout--threecol-section.layout--threecol-section--25-50-25 > div {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0px) {
  .layout.layout--threecol-section.layout--threecol-section--25-50-25 > div {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .layout.layout--threecol-section.layout--threecol-section--25-50-25 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--threecol-section.layout--threecol-section--25-50-25 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--threecol-section.layout--threecol-section--25-50-25 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--threecol-section.layout--threecol-section--25-50-25 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
.layout.layout--threecol-section.layout--threecol-section--25-50-25 > div .layout__region {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .layout.layout--threecol-section.layout--threecol-section--25-50-25 > div .layout__region {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .layout.layout--threecol-section.layout--threecol-section--25-50-25 > div .layout__region {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 25%;
    width: 25%;
  }
}
@media (min-width: 1025px) {
  .layout.layout--threecol-section.layout--threecol-section--25-50-25 > div .layout__region {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 25%;
    width: 25%;
  }
}
.layout.layout--threecol-section.layout--threecol-section--25-50-25 > div .layout__region:nth-child(2) {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .layout.layout--threecol-section.layout--threecol-section--25-50-25 > div .layout__region:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .layout.layout--threecol-section.layout--threecol-section--25-50-25 > div .layout__region:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .layout.layout--threecol-section.layout--threecol-section--25-50-25 > div .layout__region:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 50%;
    width: 50%;
  }
}
.layout.layout--threecol-section.layout--threecol-section--25-25-50 > div {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0px) {
  .layout.layout--threecol-section.layout--threecol-section--25-25-50 > div {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .layout.layout--threecol-section.layout--threecol-section--25-25-50 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--threecol-section.layout--threecol-section--25-25-50 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--threecol-section.layout--threecol-section--25-25-50 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--threecol-section.layout--threecol-section--25-25-50 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
.layout.layout--threecol-section.layout--threecol-section--25-25-50 > div .layout__region {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .layout.layout--threecol-section.layout--threecol-section--25-25-50 > div .layout__region {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 25%;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .layout.layout--threecol-section.layout--threecol-section--25-25-50 > div .layout__region {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 25%;
    width: 25%;
  }
}
@media (min-width: 1025px) {
  .layout.layout--threecol-section.layout--threecol-section--25-25-50 > div .layout__region {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 25%;
    width: 25%;
  }
}
.layout.layout--threecol-section.layout--threecol-section--25-25-50 > div .layout__region:nth-child(3) {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .layout.layout--threecol-section.layout--threecol-section--25-25-50 > div .layout__region:nth-child(3) {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .layout.layout--threecol-section.layout--threecol-section--25-25-50 > div .layout__region:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .layout.layout--threecol-section.layout--threecol-section--25-25-50 > div .layout__region:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 50%;
    width: 50%;
  }
}
.layout.layout--threecol-section.layout--threecol-section--50-25-25 > div {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0px) {
  .layout.layout--threecol-section.layout--threecol-section--50-25-25 > div {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .layout.layout--threecol-section.layout--threecol-section--50-25-25 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--threecol-section.layout--threecol-section--50-25-25 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--threecol-section.layout--threecol-section--50-25-25 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--threecol-section.layout--threecol-section--50-25-25 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
.layout.layout--threecol-section.layout--threecol-section--50-25-25 > div .layout__region {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .layout.layout--threecol-section.layout--threecol-section--50-25-25 > div .layout__region {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .layout.layout--threecol-section.layout--threecol-section--50-25-25 > div .layout__region {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 25%;
    width: 25%;
  }
}
@media (min-width: 1025px) {
  .layout.layout--threecol-section.layout--threecol-section--50-25-25 > div .layout__region {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 25%;
    width: 25%;
  }
}
.layout.layout--threecol-section.layout--threecol-section--50-25-25 > div .layout__region:nth-child(1) {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .layout.layout--threecol-section.layout--threecol-section--50-25-25 > div .layout__region:nth-child(1) {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .layout.layout--threecol-section.layout--threecol-section--50-25-25 > div .layout__region:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .layout.layout--threecol-section.layout--threecol-section--50-25-25 > div .layout__region:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 50%;
    width: 50%;
  }
}
.layout.layout--threecol-section.layout--threecol-section--33-34-33 > div {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0px) {
  .layout.layout--threecol-section.layout--threecol-section--33-34-33 > div {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .layout.layout--threecol-section.layout--threecol-section--33-34-33 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--threecol-section.layout--threecol-section--33-34-33 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--threecol-section.layout--threecol-section--33-34-33 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--threecol-section.layout--threecol-section--33-34-33 > div {
    margin-left: 0;
    margin-right: 0;
  }
}
.layout.layout--threecol-section.layout--threecol-section--33-34-33 > div .layout__region {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .layout.layout--threecol-section.layout--threecol-section--33-34-33 > div .layout__region {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .layout.layout--threecol-section.layout--threecol-section--33-34-33 > div .layout__region {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
}
@media (min-width: 1025px) {
  .layout.layout--threecol-section.layout--threecol-section--33-34-33 > div .layout__region {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
}
.layout.layout--fourcol-section > div {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0px) {
  .layout.layout--fourcol-section > div {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .layout.layout--fourcol-section > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--fourcol-section > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--fourcol-section > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--fourcol-section > div {
    margin-left: 0;
    margin-right: 0;
  }
}
.layout.layout--fourcol-section > div .layout__region {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 0px) {
  .layout.layout--fourcol-section > div .layout__region {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .layout.layout--fourcol-section > div .layout__region {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 25%;
    width: 25%;
  }
}
@media (min-width: 1025px) {
  .layout.layout--fourcol-section > div .layout__region {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 25%;
    width: 25%;
  }
}

.layout.layout--carousel-layout > div {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0px) {
  .layout.layout--carousel-layout > div {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .layout.layout--carousel-layout > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--carousel-layout > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--carousel-layout > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--carousel-layout > div {
    margin-left: 0;
    margin-right: 0;
  }
}
.layout.layout--carousel-layout > div .layout__region {
  padding: 0 20px;
}
.layout.layout--collapsible-layout > div {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0px) {
  .layout.layout--collapsible-layout > div {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .layout.layout--collapsible-layout > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--collapsible-layout > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--collapsible-layout > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .layout.layout--collapsible-layout > div {
    margin-left: 0;
    margin-right: 0;
  }
}
.layout.layout--collapsible-layout > div .layout__region {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  margin: -25px 0 0 0;
}
@media (min-width: 0px) {
  .layout.layout--collapsible-layout > div .layout__region {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    width: 100%;
  }
}

.layout.layout--modals-layout .layout__region {
  margin: -25px 0 25px 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .layout.layout--modals-layout .layout__region {
    margin: -100px 0 100px 0;
  }
}

body {
  background: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  overflow: hidden;
}
body .back-to-top {
  display: none;
}

.homepage .hero, .home .hero {
  position: relative;
}
.homepage .hero .layout .layout__region, .home .hero .layout .layout__region {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1025px) {
  .homepage .hero .layout .layout__region, .home .hero .layout .layout__region {
    padding-top: 0;
  }
}
.homepage .hero .join-meeting, .home .hero .join-meeting {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  height: 70px;
  fill: rgba(255, 255, 255, 0.07);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.16) 30%, rgba(189, 246, 255, 0.16) 100%);
  backdrop-filter: blur(30px);
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1025px) {
  .homepage .hero .join-meeting, .home .hero .join-meeting {
    top: 0;
  }
}
.homepage .hero .join-meeting p, .home .hero .join-meeting p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  max-width: 75%;
  margin: 0 auto;
}
.homepage .hero .join-meeting p strong, .home .hero .join-meeting p strong {
  color: #FF35C6;
}
@media (min-width: 768px) {
  .homepage .hero .join-meeting p, .home .hero .join-meeting p {
    max-width: 100%;
  }
}
.homepage .hero .block--inline-blockhero-banner, .home .hero .block--inline-blockhero-banner {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 182px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .homepage .hero .block--inline-blockhero-banner, .home .hero .block--inline-blockhero-banner {
    position: relative;
    align-items: flex-start;
    padding-left: 24px;
  }
  .homepage .hero .block--inline-blockhero-banner:before, .home .hero .block--inline-blockhero-banner:before {
    content: "";
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 40.5%, rgba(0, 0, 0, 0) 75%, #000 100%);
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 200px;
  }
}
@media (min-width: 768px) {
  .homepage .hero .block--inline-blockhero-banner, .home .hero .block--inline-blockhero-banner {
    margin-top: initial;
    padding-top: 100px;
  }
}
@media (min-width: 1025px) {
  .homepage .hero .block--inline-blockhero-banner, .home .hero .block--inline-blockhero-banner {
    margin-top: initial;
    padding-top: 216px;
  }
}
@media (min-width: 1800px) {
  .homepage .hero .block--inline-blockhero-banner, .home .hero .block--inline-blockhero-banner {
    background-position: right -170px;
  }
}
.homepage .hero .block--inline-blockhero-banner > div, .home .hero .block--inline-blockhero-banner > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 537px;
  margin-bottom: 108px;
  position: relative;
  z-index: 2;
  margin-right: 20px;
  padding: 0 24px;
  margin-top: -80px;
}
@media (min-width: 768px) {
  .homepage .hero .block--inline-blockhero-banner > div, .home .hero .block--inline-blockhero-banner > div {
    margin-bottom: 0;
    align-items: flex-start;
    margin-top: 0;
  }
}
.homepage .hero .block--inline-blockhero-banner h1, .home .hero .block--inline-blockhero-banner h1 {
  text-align: right;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 84%; /* 65.061px */
  margin: 0;
  max-width: 320px;
}
@media (min-width: 768px) {
  .homepage .hero .block--inline-blockhero-banner h1, .home .hero .block--inline-blockhero-banner h1 {
    max-width: 688px;
    margin-right: 18px;
  }
}
.homepage .hero .block--inline-blockhero-banner h1 svg, .home .hero .block--inline-blockhero-banner h1 svg {
  height: auto;
}
.homepage .hero .block--inline-blockhero-banner h1 svg:first-of-type, .home .hero .block--inline-blockhero-banner h1 svg:first-of-type {
  max-width: 320px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .homepage .hero .block--inline-blockhero-banner h1 svg:first-of-type, .home .hero .block--inline-blockhero-banner h1 svg:first-of-type {
    max-width: initial;
    margin-bottom: 13px;
  }
}
@media (min-width: 768px) {
  .homepage .hero .block--inline-blockhero-banner h1 svg:first-of-type, .home .hero .block--inline-blockhero-banner h1 svg:first-of-type {
    max-width: initial;
    margin-bottom: 46px;
  }
}
.homepage .hero .block--inline-blockhero-banner .text-title svg, .home .hero .block--inline-blockhero-banner .text-title svg {
  margin-bottom: 32px;
  max-width: 220px;
  height: auto;
}
@media (min-width: 768px) {
  .homepage .hero .block--inline-blockhero-banner .text-title svg, .home .hero .block--inline-blockhero-banner .text-title svg {
    margin-bottom: 60px;
    margin-right: 0;
    max-width: initial;
  }
}
.homepage .hero .block--inline-blockhero-banner p, .home .hero .block--inline-blockhero-banner p {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%; /* 16.24px */
  letter-spacing: 0.42px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: -440px;
  width: 100%;
  margin-right: 0;
  left: 24px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .homepage .hero .block--inline-blockhero-banner p, .home .hero .block--inline-blockhero-banner p {
    width: 100vw;
  }
}
@media (min-width: 768px) {
  .homepage .hero .block--inline-blockhero-banner p, .home .hero .block--inline-blockhero-banner p {
    position: initial;
    left: initial;
    bottom: initial;
    width: initial;
    margin-right: 0;
    margin-left: 60px;
  }
}
@media (min-width: 1025px) {
  .homepage .hero .block--inline-blockhero-banner p, .home .hero .block--inline-blockhero-banner p {
    margin-right: 0;
    margin-left: 210px;
  }
}
.homepage .hero .block--inline-blockhero-banner p:after, .home .hero .block--inline-blockhero-banner p:after {
  content: "";
  background: url(../../img/arrow-icon.svg) no-repeat;
  height: 28px;
  width: 10px;
  display: block;
  margin: 0 auto;
  margin-top: 11px;
}
.homepage .layout-region__container.second, .home .layout-region__container.second {
  position: relative;
  z-index: 2;
}
.homepage .layout-region__container.second .layout--twocol-section, .home .layout-region__container.second .layout--twocol-section {
  justify-content: center;
}
.homepage .layout-region__container.second .layout--twocol-section > div, .home .layout-region__container.second .layout--twocol-section > div {
  width: 100%;
}
@media (min-width: 768px) {
  .homepage .layout-region__container.second .layout--twocol-section > div, .home .layout-region__container.second .layout--twocol-section > div {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.second .layout--twocol-section > div, .home .layout-region__container.second .layout--twocol-section > div {
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 52px;
  }
}
.homepage .layout-region__container.second .layout .layout__region, .home .layout-region__container.second .layout .layout__region {
  padding-top: 0;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.second .layout .layout__region, .home .layout-region__container.second .layout .layout__region {
    max-width: 535px;
  }
}
.homepage .layout-region__container.second .layout .layout__region.layout__region--first h3, .home .layout-region__container.second .layout .layout__region.layout__region--first h3 {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%; /* 33.6px */
  margin-bottom: 15px;
  margin-top: 21px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .homepage .layout-region__container.second .layout .layout__region.layout__region--first h3, .home .layout-region__container.second .layout .layout__region.layout__region--first h3 {
    font-size: 28px;
    margin-bottom: 32px;
    margin-top: 0;
    margin-right: 0;
  }
}
.homepage .layout-region__container.second .layout .layout__region.layout__region--first p, .home .layout-region__container.second .layout .layout__region.layout__region--first p {
  max-width: 504px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 22.8px */
}
@media (min-width: 768px) {
  .homepage .layout-region__container.second .layout .layout__region.layout__region--first p, .home .layout-region__container.second .layout .layout__region.layout__region--first p {
    font-size: 19px;
  }
}
.homepage .layout-region__container.second .layout .layout__region.layout__region--first p.blue, .home .layout-region__container.second .layout .layout__region.layout__region--first p.blue {
  font-style: normal;
  line-height: 120%;
  max-width: 575px;
  margin-bottom: 15px;
  font-size: 16px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .homepage .layout-region__container.second .layout .layout__region.layout__region--first p.blue, .home .layout-region__container.second .layout .layout__region.layout__region--first p.blue {
    margin-bottom: 28px;
    font-size: 22px;
    margin-right: 0;
  }
}
.homepage .layout-region__container.second .layout .layout__region.layout__region--first p.blue strong, .home .layout-region__container.second .layout .layout__region.layout__region--first p.blue strong {
  font-weight: 600;
}
.homepage .layout-region__container.second .layout .layout__region.layout__region--second, .home .layout-region__container.second .layout .layout__region.layout__region--second {
  max-width: 504px;
  position: relative;
  left: -20px;
  margin-top: 38px;
}
@media (min-width: 394px) and (max-width: 434px) {
  .homepage .layout-region__container.second .layout .layout__region.layout__region--second, .home .layout-region__container.second .layout .layout__region.layout__region--second {
    transform: scale(1.15);
    left: -10px;
    top: -10px;
    margin-top: 42px;
  }
}
@media (min-width: 434px) {
  .homepage .layout-region__container.second .layout .layout__region.layout__region--second, .home .layout-region__container.second .layout .layout__region.layout__region--second {
    left: 0;
  }
}
@media (min-width: 768px) {
  .homepage .layout-region__container.second .layout .layout__region.layout__region--second, .home .layout-region__container.second .layout .layout__region.layout__region--second {
    margin-top: 0;
  }
}
.homepage .layout-region__container.second .ice-block > div p, .home .layout-region__container.second .ice-block > div p {
  margin: 0;
}
.homepage .layout-region__container.second .ice-block > div p sup, .home .layout-region__container.second .ice-block > div p sup {
  font-weight: 300;
}
.homepage .layout-region__container.second .ice-block > div > div, .home .layout-region__container.second .ice-block > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homepage .layout-region__container.second .ice-block > div > div:first-of-type, .home .layout-region__container.second .ice-block > div > div:first-of-type {
  padding-bottom: 37px;
  border-bottom: 1px solid white;
  margin-bottom: 32px;
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.second .ice-block > div > div:first-of-type, .home .layout-region__container.second .ice-block > div > div:first-of-type {
    padding-bottom: 42px;
    margin-bottom: 32px;
  }
}
.homepage .layout-region__container.second .ice-block > div .number, .home .layout-region__container.second .ice-block > div .number {
  font-size: 30px;
  line-height: 35.33px;
  letter-spacing: -0.7px;
}
.homepage .layout-region__container.second .ice-block > div .number strong, .home .layout-region__container.second .ice-block > div .number strong {
  font-size: 38px;
  line-height: 35.33px;
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.second .ice-block > div .number, .home .layout-region__container.second .ice-block > div .number {
    font-size: 36px;
    letter-spacing: -0.9px;
  }
  .homepage .layout-region__container.second .ice-block > div .number strong, .home .layout-region__container.second .ice-block > div .number strong {
    font-size: 45px;
  }
}
.homepage .layout-region__container.second .ice-block > div .small, .home .layout-region__container.second .ice-block > div .small {
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.second .ice-block > div .small, .home .layout-region__container.second .ice-block > div .small {
    font-size: 16px;
  }
}
.homepage .layout-region__container.second .ice-block > div .copy, .home .layout-region__container.second .ice-block > div .copy {
  flex: 1;
  font-size: 20px;
  max-width: 167px;
  line-height: 26px;
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.second .ice-block > div .copy, .home .layout-region__container.second .ice-block > div .copy {
    font-size: 25px;
    max-width: 214px;
    line-height: 33px;
  }
}
.homepage .second-block-two, .home .second-block-two {
  margin-bottom: 74px;
}
@media (min-width: 768px) {
  .homepage .second-block-two, .home .second-block-two {
    margin-bottom: 81px;
  }
}
.homepage .second-block-two .layout__region.layout__region--content, .home .second-block-two .layout__region.layout__region--content {
  padding: 0 20px;
  padding-top: 29px;
}
@media (min-width: 768px) {
  .homepage .second-block-two .layout__region.layout__region--content, .home .second-block-two .layout__region.layout__region--content {
    padding: 0;
  }
}
.homepage .second-block-two .references, .home .second-block-two .references {
  padding: 0 20px;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .homepage .second-block-two .references, .home .second-block-two .references {
    margin-bottom: 77px;
    padding: 0 24px;
  }
}
.homepage .third-block, .homepage .third-block-mobile, .home .third-block, .home .third-block-mobile {
  background: rgba(26, 75, 82, 0.5);
  padding: 0 20px;
}
@media (min-width: 768px) {
  .homepage .third-block, .homepage .third-block-mobile, .home .third-block, .home .third-block-mobile {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1025px) {
  .homepage .third-block, .homepage .third-block-mobile, .home .third-block, .home .third-block-mobile {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1025px) {
  .homepage .third-block .layout.layout--twocol-section.layout--twocol-section--25-75 > div, .homepage .third-block-mobile .layout.layout--twocol-section.layout--twocol-section--25-75 > div, .home .third-block .layout.layout--twocol-section.layout--twocol-section--25-75 > div, .home .third-block-mobile .layout.layout--twocol-section.layout--twocol-section--25-75 > div {
    gap: 52px;
  }
}
@media (min-width: 1025px) {
  .homepage .third-block .layout.layout--twocol-section.layout--twocol-section--25-75 > div .layout__region--first, .homepage .third-block-mobile .layout.layout--twocol-section.layout--twocol-section--25-75 > div .layout__region--first, .home .third-block .layout.layout--twocol-section.layout--twocol-section--25-75 > div .layout__region--first, .home .third-block-mobile .layout.layout--twocol-section.layout--twocol-section--25-75 > div .layout__region--first {
    flex: 1;
  }
}
.homepage .third-block .layout__region, .homepage .third-block-mobile .layout__region, .home .third-block .layout__region, .home .third-block-mobile .layout__region {
  padding-top: 52px;
}
@media (min-width: 1025px) {
  .homepage .third-block .layout__region, .homepage .third-block-mobile .layout__region, .home .third-block .layout__region, .home .third-block-mobile .layout__region {
    padding-top: 88px;
  }
}
@media (min-width: 1025px) {
  .homepage .third-block .layout__region.layout__region--first .block:first-of-type, .homepage .third-block-mobile .layout__region.layout__region--first .block:first-of-type, .home .third-block .layout__region.layout__region--first .block:first-of-type, .home .third-block-mobile .layout__region.layout__region--first .block:first-of-type {
    margin-bottom: 52px;
  }
}
.homepage .third-block .layout__region.layout__region--first h3, .homepage .third-block-mobile .layout__region.layout__region--first h3, .home .third-block .layout__region.layout__region--first h3, .home .third-block-mobile .layout__region.layout__region--first h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
  margin: 0;
  margin-bottom: 23px;
}
.homepage .third-block .layout__region.layout__region--first p, .homepage .third-block-mobile .layout__region.layout__region--first p, .home .third-block .layout__region.layout__region--first p, .home .third-block-mobile .layout__region.layout__region--first p {
  margin: 0;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 22.8px */
}
.homepage .third-block .layout__region.layout__region--second, .homepage .third-block-mobile .layout__region.layout__region--second, .home .third-block .layout__region.layout__region--second, .home .third-block-mobile .layout__region.layout__region--second {
  margin-left: auto;
}
.homepage .third-block .layout__region.layout__region--second .cards, .homepage .third-block-mobile .layout__region.layout__region--second .cards, .home .third-block .layout__region.layout__region--second .cards, .home .third-block-mobile .layout__region.layout__region--second .cards {
  margin-left: 0;
}
.homepage .third-block .layout__region.layout__region--second > .cards, .homepage .third-block-mobile .layout__region.layout__region--second > .cards, .home .third-block .layout__region.layout__region--second > .cards, .home .third-block-mobile .layout__region.layout__region--second > .cards {
  margin-bottom: 52px;
}
.homepage .third-block .layout__region.layout__region--second > .cards .header p:first-of-type, .homepage .third-block-mobile .layout__region.layout__region--second > .cards .header p:first-of-type, .home .third-block .layout__region.layout__region--second > .cards .header p:first-of-type, .home .third-block-mobile .layout__region.layout__region--second > .cards .header p:first-of-type {
  display: flex;
  align-items: center;
}
.homepage .third-block .layout__region.layout__region--second > .cards .header p:first-of-type:before, .homepage .third-block-mobile .layout__region.layout__region--second > .cards .header p:first-of-type:before, .home .third-block .layout__region.layout__region--second > .cards .header p:first-of-type:before, .home .third-block-mobile .layout__region.layout__region--second > .cards .header p:first-of-type:before {
  content: "";
  background: url("../../img/arrow-bg.png") no-repeat;
  width: 202.5px;
  height: 17px;
  background-size: contain;
  display: block;
  margin-right: 10px;
}
.homepage .third-block .layout__region.layout__region--second > .cards .header p:first-of-type:after, .homepage .third-block-mobile .layout__region.layout__region--second > .cards .header p:first-of-type:after, .home .third-block .layout__region.layout__region--second > .cards .header p:first-of-type:after, .home .third-block-mobile .layout__region.layout__region--second > .cards .header p:first-of-type:after {
  content: "";
  background: url("../../img/arrow-bg.png") no-repeat;
  width: 202.5px;
  height: 17px;
  background-size: contain;
  display: block;
  margin-left: 6.5px;
  margin-right: 16px;
}
.homepage .third-block .layout__region.layout__region--second > .cards .header p:nth-of-type(2), .homepage .third-block-mobile .layout__region.layout__region--second > .cards .header p:nth-of-type(2), .home .third-block .layout__region.layout__region--second > .cards .header p:nth-of-type(2), .home .third-block-mobile .layout__region.layout__region--second > .cards .header p:nth-of-type(2) {
  display: flex;
  align-items: center;
}
.homepage .third-block .layout__region.layout__region--second > .cards .header p:nth-of-type(2):after, .homepage .third-block-mobile .layout__region.layout__region--second > .cards .header p:nth-of-type(2):after, .home .third-block .layout__region.layout__region--second > .cards .header p:nth-of-type(2):after, .home .third-block-mobile .layout__region.layout__region--second > .cards .header p:nth-of-type(2):after {
  content: "";
  background: url("../../img/arrow-sm.png") no-repeat;
  width: 37px;
  height: 17px;
  background-size: contain;
  display: block;
  margin-left: 16px;
  margin-right: 14px;
}
.homepage .third-block .layout__region.layout__region--second > .cards .body, .homepage .third-block-mobile .layout__region.layout__region--second > .cards .body, .home .third-block .layout__region.layout__region--second > .cards .body, .home .third-block-mobile .layout__region.layout__region--second > .cards .body {
  gap: 0;
  align-items: flex-end;
}
.homepage .third-block .layout__region.layout__region--second > .cards .body > div, .homepage .third-block-mobile .layout__region.layout__region--second > .cards .body > div, .home .third-block .layout__region.layout__region--second > .cards .body > div, .home .third-block-mobile .layout__region.layout__region--second > .cards .body > div {
  display: flex;
  justify-content: space-between;
  gap: 38px;
  padding-top: 10px;
}
.homepage .third-block .layout__region.layout__region--second > .cards .body > div:first-of-type, .homepage .third-block-mobile .layout__region.layout__region--second > .cards .body > div:first-of-type, .home .third-block .layout__region.layout__region--second > .cards .body > div:first-of-type, .home .third-block-mobile .layout__region.layout__region--second > .cards .body > div:first-of-type {
  max-width: 497px;
}
.homepage .third-block .layout__region.layout__region--second > .cards .body > div:nth-of-type(2), .homepage .third-block-mobile .layout__region.layout__region--second > .cards .body > div:nth-of-type(2), .home .third-block .layout__region.layout__region--second > .cards .body > div:nth-of-type(2), .home .third-block-mobile .layout__region.layout__region--second > .cards .body > div:nth-of-type(2) {
  padding: 10px 28px 0 42px;
  max-width: 167px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  flex: 1;
  margin-left: 21px;
  margin-right: 37px;
}
.homepage .third-block .layout__region.layout__region--second > .cards .body > div:nth-of-type(2) .item, .homepage .third-block-mobile .layout__region.layout__region--second > .cards .body > div:nth-of-type(2) .item, .home .third-block .layout__region.layout__region--second > .cards .body > div:nth-of-type(2) .item, .home .third-block-mobile .layout__region.layout__region--second > .cards .body > div:nth-of-type(2) .item {
  width: 97px;
}
.homepage .third-block .layout__region.layout__region--second .block:last-of-type > div, .homepage .third-block-mobile .layout__region.layout__region--second .block:last-of-type > div, .home .third-block .layout__region.layout__region--second .block:last-of-type > div, .home .third-block-mobile .layout__region.layout__region--second .block:last-of-type > div {
  display: flex;
  gap: 20px;
}
.homepage .third-block .layout__region.layout__region--second .block:last-of-type > div .cards .header, .homepage .third-block-mobile .layout__region.layout__region--second .block:last-of-type > div .cards .header, .home .third-block .layout__region.layout__region--second .block:last-of-type > div .cards .header, .home .third-block-mobile .layout__region.layout__region--second .block:last-of-type > div .cards .header {
  padding: 10px 32px 8px;
}
.homepage .third-block .layout__region.layout__region--second .block:last-of-type > div .cards .body, .homepage .third-block-mobile .layout__region.layout__region--second .block:last-of-type > div .cards .body, .home .third-block .layout__region.layout__region--second .block:last-of-type > div .cards .body, .home .third-block-mobile .layout__region.layout__region--second .block:last-of-type > div .cards .body {
  padding: 23px 31px;
  height: 100%;
}
.homepage .third-block .layout__region.layout__region--second .block:last-of-type > div .cards .body .item, .homepage .third-block-mobile .layout__region.layout__region--second .block:last-of-type > div .cards .body .item, .home .third-block .layout__region.layout__region--second .block:last-of-type > div .cards .body .item, .home .third-block-mobile .layout__region.layout__region--second .block:last-of-type > div .cards .body .item {
  flex-direction: row;
}
.homepage .third-block .layout__region.layout__region--second .block:last-of-type > div .cards .body .item .icon, .homepage .third-block-mobile .layout__region.layout__region--second .block:last-of-type > div .cards .body .item .icon, .home .third-block .layout__region.layout__region--second .block:last-of-type > div .cards .body .item .icon, .home .third-block-mobile .layout__region.layout__region--second .block:last-of-type > div .cards .body .item .icon {
  margin-right: 37px;
}
.homepage .third-block .layout__region.layout__region--second .block:last-of-type > div .cards .body .item .text, .homepage .third-block-mobile .layout__region.layout__region--second .block:last-of-type > div .cards .body .item .text, .home .third-block .layout__region.layout__region--second .block:last-of-type > div .cards .body .item .text, .home .third-block-mobile .layout__region.layout__region--second .block:last-of-type > div .cards .body .item .text {
  flex: 1;
}
.homepage .third-block .layout__region.layout__region--second .block:last-of-type > div .cards:first-of-type, .homepage .third-block-mobile .layout__region.layout__region--second .block:last-of-type > div .cards:first-of-type, .home .third-block .layout__region.layout__region--second .block:last-of-type > div .cards:first-of-type, .home .third-block-mobile .layout__region.layout__region--second .block:last-of-type > div .cards:first-of-type {
  display: flex;
  max-width: 535px;
}
.homepage .third-block .layout__region.layout__region--second .block:last-of-type > div .cards:first-of-type .header p:first-of-type, .homepage .third-block-mobile .layout__region.layout__region--second .block:last-of-type > div .cards:first-of-type .header p:first-of-type, .home .third-block .layout__region.layout__region--second .block:last-of-type > div .cards:first-of-type .header p:first-of-type, .home .third-block-mobile .layout__region.layout__region--second .block:last-of-type > div .cards:first-of-type .header p:first-of-type {
  width: 115px;
}
.homepage .third-block .layout__region.layout__region--second .block:last-of-type > div .cards:last-of-type, .homepage .third-block-mobile .layout__region.layout__region--second .block:last-of-type > div .cards:last-of-type, .home .third-block .layout__region.layout__region--second .block:last-of-type > div .cards:last-of-type, .home .third-block-mobile .layout__region.layout__region--second .block:last-of-type > div .cards:last-of-type {
  flex: 1;
  max-width: 325px;
  width: 100%;
  margin-left: 0;
}
.homepage .third-block .layout__region.layout__region--second .block:last-of-type > div .cards:last-of-type .body, .homepage .third-block-mobile .layout__region.layout__region--second .block:last-of-type > div .cards:last-of-type .body, .home .third-block .layout__region.layout__region--second .block:last-of-type > div .cards:last-of-type .body, .home .third-block-mobile .layout__region.layout__region--second .block:last-of-type > div .cards:last-of-type .body {
  padding-right: 22px;
  padding-left: 24px;
}
.homepage .third-block .layout__region.layout__region--second .block:last-of-type > div .cards:last-of-type .body .item .icon, .homepage .third-block-mobile .layout__region.layout__region--second .block:last-of-type > div .cards:last-of-type .body .item .icon, .home .third-block .layout__region.layout__region--second .block:last-of-type > div .cards:last-of-type .body .item .icon, .home .third-block-mobile .layout__region.layout__region--second .block:last-of-type > div .cards:last-of-type .body .item .icon {
  margin-right: 25px;
}
.homepage .third-block, .home .third-block {
  display: none;
}
.homepage .third-block .block:last-of-type > div, .home .third-block .block:last-of-type > div {
  margin-bottom: 0;
}
.homepage .third-block .block > div, .home .third-block .block > div {
  margin-bottom: 52px;
}
.homepage .third-block .block > div h3, .home .third-block .block > div h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
  margin: 0;
  margin-bottom: 23px;
}
.homepage .third-block .block > div p, .home .third-block .block > div p {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 22.8px */
}
.homepage .third-block .block > div img, .home .third-block .block > div img {
  width: 100%;
}
@media (min-width: 1200px) {
  .homepage .third-block .block > div, .home .third-block .block > div {
    display: flex;
  }
  .homepage .third-block .block > div div:first-of-type, .home .third-block .block > div div:first-of-type {
    max-width: 300px;
    margin-right: 52px;
  }
}
@media (min-width: 1025px) {
  .homepage .third-block, .home .third-block {
    display: block;
  }
}
.homepage .third-block-mobile h3, .home .third-block-mobile h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
  margin: 0;
  margin-bottom: 23px;
}
.homepage .third-block-mobile p, .home .third-block-mobile p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 22.8px */
}
.homepage .third-block-mobile p:first-of-type, .home .third-block-mobile p:first-of-type {
  margin-bottom: 44px;
  max-width: 80%;
}
@media (min-width: 1025px) {
  .homepage .third-block-mobile p:first-of-type, .home .third-block-mobile p:first-of-type {
    max-width: 100%;
  }
}
.homepage .third-block-mobile p:last-of-type, .home .third-block-mobile p:last-of-type {
  margin: 40px 0;
}
.homepage .third-block-mobile img, .home .third-block-mobile img {
  position: relative;
  left: -20px;
  display: block;
  min-width: 100vw;
}
.homepage .third-block-mobile img:last-of-type, .home .third-block-mobile img:last-of-type {
  margin-top: 46px;
}
@media (min-width: 768px) {
  .homepage .third-block-mobile img, .home .third-block-mobile img {
    min-width: initial;
    width: 100%;
    max-width: 500px;
    left: 0;
  }
}
@media (min-width: 1025px) {
  .homepage .third-block-mobile img, .home .third-block-mobile img {
    left: 0;
    min-width: 100%;
    max-width: initial;
  }
  .homepage .third-block-mobile img img, .home .third-block-mobile img img {
    min-width: 393.5px;
  }
}
@media (min-width: 1025px) {
  .homepage .third-block-mobile, .home .third-block-mobile {
    display: none;
  }
}
.homepage .third-block-two, .home .third-block-two {
  background: rgba(26, 75, 82, 0.5);
}
.homepage .third-block-two .layout__region, .home .third-block-two .layout__region {
  padding-top: 24px;
}
@media (min-width: 1025px) {
  .homepage .third-block-two .layout__region, .home .third-block-two .layout__region {
    padding-top: 59px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.homepage .third-block-two .layout__region .references, .home .third-block-two .layout__region .references {
  margin-bottom: 62px;
}
@media (min-width: 1025px) {
  .homepage .third-block-two .layout__region .references, .home .third-block-two .layout__region .references {
    margin-bottom: 90px;
  }
}
.homepage .third-block-two .layout__region .citation, .home .third-block-two .layout__region .citation {
  margin-bottom: 76px;
}
@media (min-width: 1025px) {
  .homepage .third-block-two .layout__region .citation, .home .third-block-two .layout__region .citation {
    margin-bottom: 100px;
    padding-left: 160px;
    padding-right: 160px;
  }
}
.homepage .fourth-block, .home .fourth-block {
  background: url("../../img/glass-bg-mobile.webp") no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .homepage .fourth-block, .home .fourth-block {
    background: url("../../img/glass-bg.webp") no-repeat;
    background-size: cover;
  }
}
.homepage .fourth-block .layout, .home .fourth-block .layout {
  justify-content: center;
}
.homepage .fourth-block .layout > div, .home .fourth-block .layout > div {
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .homepage .fourth-block .layout > div, .home .fourth-block .layout > div {
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1025px) {
  .homepage .fourth-block .layout > div, .home .fourth-block .layout > div {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.homepage .fourth-block .layout .layout__region, .home .fourth-block .layout .layout__region {
  padding: 48px 20px 20px;
}
@media (min-width: 1025px) {
  .homepage .fourth-block .layout .layout__region, .home .fourth-block .layout .layout__region {
    padding: 67px 0 62px;
  }
}
.homepage .fourth-block .layout .layout__region.layout__region--first, .home .fourth-block .layout .layout__region.layout__region--first {
  max-width: 100%;
}
@media (min-width: 1025px) {
  .homepage .fourth-block .layout .layout__region.layout__region--first, .home .fourth-block .layout .layout__region.layout__region--first {
    max-width: 524px;
  }
}
.homepage .fourth-block .layout .layout__region.layout__region--first ul, .home .fourth-block .layout .layout__region.layout__region--first ul {
  max-width: 514px;
}
.homepage .fourth-block .layout .layout__region.layout__region--second, .home .fourth-block .layout .layout__region.layout__region--second {
  max-width: 100%;
  display: flex;
  position: relative;
  padding: 33px 20px 81px;
}
@media (min-width: 1025px) {
  .homepage .fourth-block .layout .layout__region.layout__region--second, .home .fourth-block .layout .layout__region.layout__region--second {
    max-width: 628px;
  }
}
@media (min-width: 1025px) {
  .homepage .fourth-block .layout .layout__region.layout__region--second, .home .fourth-block .layout .layout__region.layout__region--second {
    padding: 67px 0 62px;
  }
}
.homepage .fourth-block .layout .layout__region.layout__region--second:before, .home .fourth-block .layout .layout__region.layout__region--second:before {
  content: "";
  width: calc(100% - 40px);
  display: block;
  background: white;
  height: 1px;
  position: absolute;
  left: 20px;
  top: 0;
}
@media (min-width: 768px) {
  .homepage .fourth-block .layout .layout__region.layout__region--second:before, .home .fourth-block .layout .layout__region.layout__region--second:before {
    content: none;
  }
}
@media (min-width: 1025px) {
  .homepage .fourth-block .layout .layout__region.layout__region--second:before, .home .fourth-block .layout .layout__region.layout__region--second:before {
    content: "";
    position: initial;
    margin-right: 10%;
    margin-left: 5%;
    height: 100%;
    width: 1px;
  }
}
@media (min-width: 1200px) {
  .homepage .fourth-block .layout .layout__region.layout__region--second:before, .home .fourth-block .layout .layout__region.layout__region--second:before {
    margin-right: 118px;
    margin-left: 0;
  }
}
.homepage .fourth-block .layout .layout__region.layout__region--second ul, .home .fourth-block .layout .layout__region.layout__region--second ul {
  max-width: 488px;
}
.homepage .fourth-block h3, .home .fourth-block h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  .homepage .fourth-block h3, .home .fourth-block h3 {
    font-size: 28px;
  }
}
@media (min-width: 1025px) {
  .homepage .fourth-block h3, .home .fourth-block h3 {
    min-height: 103px;
  }
}
.homepage .fourth-block li, .homepage .fourth-block p, .home .fourth-block li, .home .fourth-block p {
  font-style: normal;
  font-weight: 400;
  line-height: 133%; /* 25.27px */
  margin-bottom: 16px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .homepage .fourth-block li, .homepage .fourth-block p, .home .fourth-block li, .home .fourth-block p {
    font-size: 19px;
  }
}
.homepage .fourth-block li:last-of-type, .homepage .fourth-block p:last-of-type, .home .fourth-block li:last-of-type, .home .fourth-block p:last-of-type {
  margin-bottom: 0;
}
.homepage .fourth-block li::marker, .home .fourth-block li::marker {
  font-size: 65%;
}
.homepage .layout-region__container.block, .home .layout-region__container.block {
  position: relative;
  z-index: 2;
}
.homepage .layout-region__container.block .layout--twocol-section, .home .layout-region__container.block .layout--twocol-section {
  padding-bottom: 104px;
  position: relative;
  justify-content: center;
}
.homepage .layout-region__container.block .layout--twocol-section::after, .home .layout-region__container.block .layout--twocol-section::after {
  content: "";
  width: calc(100% - 40px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
  border-bottom: 1px solid #5DC4D4;
}
.homepage .layout-region__container.block .layout--twocol-section > div, .home .layout-region__container.block .layout--twocol-section > div {
  justify-content: space-between;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 34px;
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.block .layout--twocol-section > div, .home .layout-region__container.block .layout--twocol-section > div {
    padding-bottom: 102px;
  }
}
.homepage .layout-region__container.block .layout .layout__region, .home .layout-region__container.block .layout .layout__region {
  padding-top: 50px;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.block .layout .layout__region, .home .layout-region__container.block .layout .layout__region {
    padding-top: 145px;
    max-width: 535px;
  }
}
.homepage .layout-region__container.block .layout .layout__region.layout__region--first h3, .home .layout-region__container.block .layout .layout__region.layout__region--first h3 {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
  font-size: 20px;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.block .layout .layout__region.layout__region--first h3, .home .layout-region__container.block .layout .layout__region.layout__region--first h3 {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.homepage .layout-region__container.block .layout .layout__region.layout__region--first p, .homepage .layout-region__container.block .layout .layout__region.layout__region--first li, .home .layout-region__container.block .layout .layout__region.layout__region--first p, .home .layout-region__container.block .layout .layout__region.layout__region--first li {
  max-width: 100%;
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 22.8px */
  font-size: 16px;
  margin-bottom: 10px;
}
.homepage .layout-region__container.block .layout .layout__region.layout__region--first p:last-of-type, .homepage .layout-region__container.block .layout .layout__region.layout__region--first li:last-of-type, .home .layout-region__container.block .layout .layout__region.layout__region--first p:last-of-type, .home .layout-region__container.block .layout .layout__region.layout__region--first li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.block .layout .layout__region.layout__region--first p, .homepage .layout-region__container.block .layout .layout__region.layout__region--first li, .home .layout-region__container.block .layout .layout__region.layout__region--first p, .home .layout-region__container.block .layout .layout__region.layout__region--first li {
    font-size: 19px;
    max-width: 504px;
  }
}
.homepage .layout-region__container.block .layout .layout__region.layout__region--second, .home .layout-region__container.block .layout .layout__region.layout__region--second {
  max-width: 100%;
  text-align: center;
  left: -20px;
  position: relative;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 60px;
}
@media (min-width: 394px) and (max-width: 434px) {
  .homepage .layout-region__container.block .layout .layout__region.layout__region--second, .home .layout-region__container.block .layout .layout__region.layout__region--second {
    transform: scale(1.15);
    left: -10px;
    top: -10px;
    margin-top: 42px;
  }
}
@media (min-width: 434px) {
  .homepage .layout-region__container.block .layout .layout__region.layout__region--second, .home .layout-region__container.block .layout .layout__region.layout__region--second {
    left: 0;
  }
}
@media (min-width: 768px) {
  .homepage .layout-region__container.block .layout .layout__region.layout__region--second, .home .layout-region__container.block .layout .layout__region.layout__region--second {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.block .layout .layout__region.layout__region--second, .home .layout-region__container.block .layout .layout__region.layout__region--second {
    padding-top: 145px;
    padding-bottom: 0;
    max-width: 504px;
  }
}
.homepage .layout-region__container.block .ice-block > div, .home .layout-region__container.block .ice-block > div {
  padding: 81px 37px 102px 37px;
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.block .ice-block > div, .home .layout-region__container.block .ice-block > div {
    padding: 98px 50px 127px 82px;
  }
}
.homepage .layout-region__container.block .ice-block p, .home .layout-region__container.block .ice-block p {
  font-weight: 700;
  line-height: 120%;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.block .ice-block p, .home .layout-region__container.block .ice-block p {
    font-size: 25px;
  }
}
.homepage .layout-region__container.form .layout--twocol-section, .home .layout-region__container.form .layout--twocol-section {
  padding-bottom: 33px;
  justify-content: center;
  position: relative;
}
.homepage .layout-region__container.form .layout--twocol-section:after, .home .layout-region__container.form .layout--twocol-section:after {
  content: "";
  width: calc(100% - 40px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
  border-bottom: 1px solid #5DC4D4;
}
.homepage .layout-region__container.form .layout--twocol-section > div, .home .layout-region__container.form .layout--twocol-section > div {
  justify-content: space-between;
  width: 100%;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .homepage .layout-region__container.form .layout--twocol-section > div, .home .layout-region__container.form .layout--twocol-section > div {
    flex-direction: row;
    padding: 0 24px 50px;
  }
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.form .layout--twocol-section > div, .home .layout-region__container.form .layout--twocol-section > div {
    padding: 0 24px 33px;
  }
}
.homepage .layout-region__container.form .layout .layout__region, .home .layout-region__container.form .layout .layout__region {
  padding-top: 24px;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.form .layout .layout__region, .home .layout-region__container.form .layout .layout__region {
    padding-top: 80px;
    max-width: 535px;
  }
}
.homepage .layout-region__container.form .layout .layout__region.layout__region--first, .home .layout-region__container.form .layout .layout__region.layout__region--first {
  flex: initial;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.form .layout .layout__region.layout__region--first, .home .layout-region__container.form .layout .layout__region.layout__region--first {
    flex: 0 0 100%;
    max-width: 598px;
  }
}
.homepage .layout-region__container.form .layout .layout__region.layout__region--first form label, .home .layout-region__container.form .layout .layout__region.layout__region--first form label {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  text-transform: initial;
  margin: 0;
  font-size: 16px;
  margin-bottom: 8px;
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.form .layout .layout__region.layout__region--first form label, .home .layout-region__container.form .layout .layout__region.layout__region--first form label {
    font-size: 20px;
    margin-bottom: 13px;
  }
}
.homepage .layout-region__container.form .layout .layout__region.layout__region--first form input:not([type=checkbox]):not([type=submit]), .home .layout-region__container.form .layout .layout__region.layout__region--first form input:not([type=checkbox]):not([type=submit]) {
  background: #FFF;
  border: none;
  padding-left: 8px;
  margin: 0;
  margin-bottom: 25px;
}
.homepage .layout-region__container.form .layout .layout__region.layout__region--first .webform-flexbox, .home .layout-region__container.form .layout .layout__region.layout__region--first .webform-flexbox {
  margin-top: 0;
  margin-bottom: 0;
}
.homepage .layout-region__container.form .layout .layout__region.layout__region--first .js-form-item.error:after, .home .layout-region__container.form .layout .layout__region.layout__region--first .js-form-item.error:after {
  display: none;
}
.homepage .layout-region__container.form .layout .layout__region.layout__region--first input::placeholder, .home .layout-region__container.form .layout .layout__region.layout__region--first input::placeholder {
  color: transparent;
}
.homepage .layout-region__container.form .layout .layout__region.layout__region--first input.error::placeholder:focus, .home .layout-region__container.form .layout .layout__region.layout__region--first input.error::placeholder:focus {
  color: #F40404;
}
.homepage .layout-region__container.form .layout .layout__region.layout__region--first .form-item-hcp-practing-in-us label, .home .layout-region__container.form .layout .layout__region.layout__region--first .form-item-hcp-practing-in-us label {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  flex: 1;
  padding-left: 0;
  font-size: 16px;
  max-width: 70%;
  margin-bottom: 26px;
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.form .layout .layout__region.layout__region--first .form-item-hcp-practing-in-us label, .home .layout-region__container.form .layout .layout__region.layout__region--first .form-item-hcp-practing-in-us label {
    font-size: 18px;
    max-width: initial;
    margin-bottom: 0;
  }
}
.homepage .layout-region__container.form .layout .layout__region.layout__region--first .form-item-hcp-practing-in-us.error input, .home .layout-region__container.form .layout .layout__region.layout__region--first .form-item-hcp-practing-in-us.error input {
  outline: 1px solid #F40404;
}
.homepage .layout-region__container.form .layout .layout__region.layout__region--first .form-item-hcp-practing-in-us input, .home .layout-region__container.form .layout .layout__region.layout__region--first .form-item-hcp-practing-in-us input {
  width: 22px;
  height: 22px;
  margin-right: 28px;
}
.homepage .layout-region__container.form .layout .layout__region.layout__region--first .webform-actions, .home .layout-region__container.form .layout .layout__region.layout__region--first .webform-actions {
  text-align: right;
}
.homepage .layout-region__container.form .layout .layout__region.layout__region--first .webform-actions input, .home .layout-region__container.form .layout .layout__region.layout__region--first .webform-actions input {
  margin: 0;
  background: #73DEEE;
  border: none;
  border-radius: 0;
  width: 100%;
  height: 59px;
  color: #1F2126;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 30px */
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.form .layout .layout__region.layout__region--first .webform-actions input, .home .layout-region__container.form .layout .layout__region.layout__region--first .webform-actions input {
    width: 202px;
  }
}
.homepage .layout-region__container.form .layout .layout__region.layout__region--first .js-form-type-processed-text p, .home .layout-region__container.form .layout .layout__region.layout__region--first .js-form-type-processed-text p {
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  margin-top: 48px;
  margin-bottom: 31px;
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.form .layout .layout__region.layout__region--first .js-form-type-processed-text p, .home .layout-region__container.form .layout .layout__region.layout__region--first .js-form-type-processed-text p {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.homepage .layout-region__container.form .layout .layout__region.layout__region--second, .home .layout-region__container.form .layout .layout__region.layout__region--second {
  flex: initial;
  max-width: 100%;
}
@media (min-width: 768px) {
  .homepage .layout-region__container.form .layout .layout__region.layout__region--second, .home .layout-region__container.form .layout .layout__region.layout__region--second {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.form .layout .layout__region.layout__region--second, .home .layout-region__container.form .layout .layout__region.layout__region--second {
    flex: 1;
    max-width: 480px;
    padding-left: 20px;
  }
}
.homepage .layout-region__container.form .layout .layout__region.layout__region--second h5, .home .layout-region__container.form .layout .layout__region.layout__region--second h5 {
  color: #FF35C6;
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%; /* 32px */
  margin-bottom: 33px;
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.form .layout .layout__region.layout__region--second h5, .home .layout-region__container.form .layout .layout__region.layout__region--second h5 {
    font-size: 32px;
  }
}
.homepage .layout-region__container.form .layout .layout__region.layout__region--second img, .home .layout-region__container.form .layout .layout__region.layout__region--second img {
  margin-bottom: 33px;
}
.homepage .layout-region__container.form .layout .layout__region.layout__region--second p, .home .layout-region__container.form .layout .layout__region.layout__region--second p {
  margin: 0;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 22.8px */
}
.homepage .layout-region__container.form .layout .layout__region.layout__region--second p strong, .home .layout-region__container.form .layout .layout__region.layout__region--second p strong {
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.form .layout .layout__region.layout__region--second p strong, .home .layout-region__container.form .layout .layout__region.layout__region--second p strong {
    font-size: 28px;
    margin-bottom: 21px;
  }
}
.homepage .layout-region__container.form .layout .layout__region.layout__region--second p small, .home .layout-region__container.form .layout .layout__region.layout__region--second p small {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 16.1px */
  display: block;
  margin-top: 23px;
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.form .layout .layout__region.layout__region--second p small, .home .layout-region__container.form .layout .layout__region.layout__region--second p small {
    font-size: 14px;
    margin-top: 58px;
  }
}
.homepage .layout-region__container.references, .home .layout-region__container.references {
  margin-bottom: 0;
}
.homepage .layout-region__container.references .layout__region, .home .layout-region__container.references .layout__region {
  padding-top: 40px;
  padding-bottom: 68px;
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.references .layout__region, .home .layout-region__container.references .layout__region {
    padding-top: 78px;
    padding-bottom: 85px;
  }
}
.homepage .layout-region__container.references p, .home .layout-region__container.references p {
  display: block;
}
.homepage .layout-region__container.references .references, .home .layout-region__container.references .references {
  margin-bottom: 0;
  padding: 0;
}
.homepage .layout-region__container.references .references p, .home .layout-region__container.references .references p {
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  font-size: 13px;
}
@media (min-width: 1025px) {
  .homepage .layout-region__container.references .references p, .home .layout-region__container.references .references p {
    font-size: 14px;
  }
}

.page-not-found #block-envivent-main-menu {
  opacity: 0;
  pointer-events: none;
}
.page-not-found .not-found {
  background: url("../../img/not-found-bg.webp") no-repeat;
  background-size: cover;
}
.page-not-found .not-found .layout.layout--onecol > div .layout__region {
  padding: 76px 31px 105px 48px;
  min-height: calc(100vh - 97px - 233px);
}
@media (min-width: 1025px) {
  .page-not-found .not-found .layout.layout--onecol > div .layout__region {
    padding: 135px 82px 128px;
    min-height: calc(100vh - 98px - 302px);
  }
}
.page-not-found .not-found .layout.layout--onecol > div .layout__region .block {
  max-width: 315px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-not-found .not-found .layout.layout--onecol > div .layout__region .block {
    max-width: 100%;
    margin: initial;
  }
}
.page-not-found .not-found .layout.layout--onecol > div .layout__region h1 {
  font-family: Montserrat;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0px;
  font-size: 20px;
  margin-bottom: 38px;
}
@media (min-width: 1025px) {
  .page-not-found .not-found .layout.layout--onecol > div .layout__region h1 {
    font-size: 28px;
    margin-bottom: 53px;
  }
}
.page-not-found .not-found .layout.layout--onecol > div .layout__region p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
  letter-spacing: 0px;
  margin: 0;
}
@media (min-width: 1025px) {
  .page-not-found .not-found .layout.layout--onecol > div .layout__region p {
    font-size: 18px;
  }
}
.page-not-found .not-found .layout.layout--onecol > div .layout__region p strong {
  margin-right: 16px;
}
.page-not-found .not-found .layout.layout--onecol > div .layout__region p a {
  width: 77px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5DC4D4;
  margin: 33px auto 0;
}
.page-not-found .not-found .layout.layout--onecol > div .layout__region p a img {
  width: 21px;
}
@media (min-width: 768px) {
  .page-not-found .not-found .layout.layout--onecol > div .layout__region p a {
    margin: 33px 0;
  }
}
@media (min-width: 1025px) {
  .page-not-found .not-found .layout.layout--onecol > div .layout__region p a {
    display: inline-flex;
    margin: 0;
  }
}

.thank-you #block-envivent-main-menu, .thank-you .hamburger {
  opacity: 0;
  pointer-events: none;
}
.thank-you .thank-you {
  background: url("../../img/not-found-bg.webp") no-repeat;
  background-size: cover;
}
.thank-you .thank-you .layout.layout--onecol > div .layout__region {
  padding: 76px 31px 105px 48px;
  min-height: calc(100vh - 97px - 233px);
}
.thank-you .thank-you .layout.layout--onecol > div .layout__region .block {
  max-width: 315px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .thank-you .thank-you .layout.layout--onecol > div .layout__region .block {
    max-width: 100%;
    margin: initial;
  }
}
@media (min-width: 1025px) {
  .thank-you .thank-you .layout.layout--onecol > div .layout__region {
    padding: 135px 82px 128px;
    min-height: calc(100vh - 98px - 302px);
  }
  .thank-you .thank-you .layout.layout--onecol > div .layout__region .block {
    max-width: 100%;
    margin: initial;
  }
}
.thank-you .thank-you .layout.layout--onecol > div .layout__region h1 {
  font-family: Montserrat;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0px;
  margin-bottom: 53px;
  font-size: 20px;
}
@media (min-width: 1025px) {
  .thank-you .thank-you .layout.layout--onecol > div .layout__region h1 {
    font-size: 28px;
  }
}
.thank-you .thank-you .layout.layout--onecol > div .layout__region p {
  font-family: Montserrat;
  font-weight: 400;
  line-height: 133%;
  letter-spacing: 0px;
  margin: 0;
  font-size: 16px;
}
@media (min-width: 1025px) {
  .thank-you .thank-you .layout.layout--onecol > div .layout__region p {
    font-size: 18px;
  }
}
.thank-you .thank-you .layout.layout--onecol > div .layout__region p span:last-of-type {
  margin-right: 16px;
}
.thank-you .thank-you .layout.layout--onecol > div .layout__region p a:first-of-type {
  text-decoration: none;
  color: #73DEEE;
}
.thank-you .thank-you .layout.layout--onecol > div .layout__region p a:first-of-type span {
  margin-right: 0;
}
.thank-you .thank-you .layout.layout--onecol > div .layout__region p a:last-of-type {
  width: 77px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background: #5DC4D4;
  display: flex;
  margin: 33px auto 0;
}
.thank-you .thank-you .layout.layout--onecol > div .layout__region p a:last-of-type img {
  width: 21px;
  filter: invert(1) brightness(1.5);
}
@media (min-width: 768px) {
  .thank-you .thank-you .layout.layout--onecol > div .layout__region p a:last-of-type {
    margin: 33px 0;
  }
}
@media (min-width: 1025px) {
  .thank-you .thank-you .layout.layout--onecol > div .layout__region p a:last-of-type {
    display: inline-flex;
    margin: 0;
  }
}

.admin body {
  background: none;
}
.admin body main {
  min-height: calc(100vh - 97px - 233px);
}
@media (min-width: 1025px) {
  .admin body main {
    min-height: calc(100vh - 98px - 302px);
  }
}
.admin body #block-envivent-content {
  padding: 20px;
}

[class*=node-][class*=-layout] body {
  background: none;
}
[class*=node-][class*=-layout] body main * {
  color: #000 !important;
}
[class*=node-][class*=-layout] body .third-block-mobile {
  display: initial !important;
}
[class*=node-][class*=-layout] .references .references p {
  display: initial;
}

.user-login form, [class*=user-] form {
  width: 100%;
  max-width: 1245px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding: 0 20px;
  gap: 30px;
}
.user-login form > div, [class*=user-] form > div {
  width: 100%;
}
.user-login body, [class*=user-] body {
  background: none;
}
.user-login body #block-envivent-local-tasks *, [class*=user-] body #block-envivent-local-tasks * {
  color: #000 !important;
}
.user-login body article, [class*=user-] body article {
  padding: 0 20px;
}
.user-login body article *, [class*=user-] body article * {
  color: #000 !important;
}
.user-login main, [class*=user-] main {
  min-height: calc(100vh - 97px - 233px);
}
@media (min-width: 1025px) {
  .user-login main, [class*=user-] main {
    min-height: calc(100vh - 98px - 302px);
  }
}
.user-login .user-login-form > .js-form-item, [class*=user-] .user-login-form > .js-form-item {
  width: 100%;
}
.user-login .user-login-form > .js-form-item:first-of-type, [class*=user-] .user-login-form > .js-form-item:first-of-type {
  flex: 1;
}

.blue {
  color: #73DEEE !important;
}

.references {
  margin-bottom: 32px;
  padding: 0 20px;
}
@media (min-width: 1025px) {
  .references {
    padding: 0;
  }
}
.references p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.26px;
  display: flex;
  margin-bottom: 2px;
  margin-top: 0;
}
.references p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .references p {
    font-size: 13px;
  }
}

.citation {
  border-radius: 15px;
  outline: 2px solid #D1C7BE;
  background: linear-gradient(90deg, #FFF 30%, #BDF6FF 100%);
  text-align: center;
  padding: 44px 32px 32px;
  position: relative;
  margin: 0 20px;
}
@media (min-width: 768px) {
  .citation {
    padding: 47px 57px 14px;
    margin: 0 24px;
  }
}
@media (min-width: 1025px) {
  .citation {
    margin: 0;
    padding: 47px 100px 24px;
  }
}
.citation:before {
  content: "";
  background: url("../../img/citation-icon.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  top: -25px;
}
@media (min-width: 768px) {
  .citation:before {
    width: 77px;
    height: 77px;
    top: -45px;
  }
}
.citation p {
  margin: 0;
  max-width: 1430px;
}
.citation blockquote {
  margin: 0;
}
.citation blockquote p {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 137%;
  color: black;
  margin-bottom: 10px;
}
.citation blockquote p span {
  color: #318FA0;
  font-weight: 600;
}
@media (min-width: 768px) {
  .citation blockquote p {
    font-size: 20px;
  }
}
.citation > div > p {
  color: #318FA0;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 222%;
}

.cards {
  display: flex;
  max-width: 882px;
  width: 100%;
}
.cards > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cards > div .header {
  display: flex;
  align-items: center;
  background: #73DEEE;
  padding: 18px;
}
.cards > div .header p {
  color: #1F2126;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.cards > div .body {
  display: flex;
  padding: 34px 31px;
  gap: 32px;
  background: rgba(255, 255, 255, 0.1);
}
.cards > div .body .item {
  display: flex;
  flex-direction: column;
}
.cards > div .body .item .icon {
  background: #2B3236;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 76px;
  height: 76px;
  border: 1.5px solid #73DEEE;
  margin-bottom: 22px;
}
.cards > div .body .text p {
  color: #FFFEFE;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.cards > div .body .text p:first-of-type {
  color: #73DEEE;
  font-weight: 600;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 83.333% */
}

.ice-block {
  width: 394px;
  height: 349px;
  background: url("../../img/ice-bg.png") no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 768px) {
  .ice-block {
    margin-left: 20px;
  }
}
@media (min-width: 1025px) {
  .ice-block {
    width: 504px;
    height: 447px;
  }
}
.ice-block > div {
  width: 372px;
  height: 322px;
  position: absolute;
  left: 0;
  top: 27px;
  padding: 32px 42px 42px 55px;
}
@media (min-width: 1025px) {
  .ice-block > div {
    top: 36px;
    padding: 55px 35px 55px 65px;
    width: 474px;
    height: 409px;
  }
}
.ice-block > div p {
  margin: 0;
}
.ice-block > div p sup {
  font-weight: 300;
}

a:hover, button:hover {
  filter: brightness(75%);
}

.CookieDeclaration {
  display: none;
}
/*# sourceMappingURL=main.css.map */
