/* input(197,1): run-time error CSS1019: Unexpected token, found '@import'
input(197,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Roboto:400,700")' */
/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  /*background: hsla(0, 0%, 100%, 0.75);*/
  background: none;
  border: none;
  color: #333;
}

.flickity-button:hover {
    cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
  background-image: url('/img/arrow.png?v=cICX0hoM1UpVhu0Rcb2CYcXPK4A');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.flickity-prev-next-button.previous { 
    left: -45px; 
}

.flickity-prev-next-button.next {
    right: -45px;
    transform: translateY(-50%) rotate(180deg);
}

@media only screen and (min-width: 420px) {

    .flickity-prev-next-button.previous {
        left: -50px;
    }

    .flickity-prev-next-button.next {
        right: -50px;
    }
}

@media only screen and (min-width: 769px) {

        .flickity-prev-next-button.previous {
            left: -65px;
        }

        .flickity-prev-next-button.next {
            right: -65px;
        }
}

@media only screen and (min-width: 1025px) {

    .flickity-prev-next-button {
        width: 70px;
        height: 70px;
    }

    .flickity-prev-next-button.previous {
        left: -130px;
    }

    .flickity-prev-next-button.next {
        right: -130px;
    }

}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 60px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 60px;
}

.flickity-prev-next-button .flickity-button-icon {
    display: none;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 29px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 35px;
  height: 3px;
  margin: 0 8px;
  background: #333;
  cursor: pointer;
  transition: height .6s ease;
}

@media only screen and (min-width: 420px) {
    .flickity-page-dots {
        bottom: 56px;
    }
}

@media only screen and (min-width: 769px) {
    .flickity-page-dots .dot {
        width: 70px;
    }
}

.flickity-page-dots .dot.is-selected {
  height: 10px;
}

@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.row.demo .col {
  background: #888;
  color: #ffffff;
  text-align: center;
  padding: 2%;
}

.row {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row--content {
  overflow: visible;
  max-width: 1240px;
}

.col {
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding: 0;
}
.col.flow-oppersite {
  float: right;
}

@media only screen and (min-width: 769px) {
  .col {
    margin-right: 2%;
  }
  .col.flow-oppersite {
    float: right;
    margin-right: 0;
    margin-left: 2%;
  }
  .col1 {
    width: 6.5%;
  }
  .col2 {
    width: 15%;
  }
  .col3 {
    width: 23.5%;
  }
  .col4 {
    width: 32%;
  }
  .col5 {
    width: 40.5%;
  }
  .col6 {
    width: 49%;
  }
  .col7 {
    width: 57.5%;
  }
  .col8 {
    width: 66%;
  }
  .col9 {
    width: 74.5%;
  }
  .col10 {
    width: 83%;
  }
  .col11 {
    width: 91.5%;
  }
  .col12 {
    width: 100%;
  }
  /*        &.offset1 {
              @include offset($i)
          }*/
  /*        &.offset2 {
              @include offset($i)
          }*/
  /*        &.offset3 {
              @include offset($i)
          }*/
  /*        &.offset4 {
              @include offset($i)
          }*/
  /*        &.offset5 {
              @include offset($i)
          }*/
  /*        &.offset6 {
              @include offset($i)
          }*/
  /*        &.offset7 {
              @include offset($i)
          }*/
  /*        &.offset8 {
              @include offset($i)
          }*/
  /*        &.offset9 {
              @include offset($i)
          }*/
  /*        &.offset10 {
              @include offset($i)
          }*/
  /*        &.offset11 {
              @include offset($i)
          }*/
}
.no-stack .col {
  margin-right: 2%;
}
.no-stack .col1 {
  width: 6.5%;
}
.no-stack .col2 {
  width: 15%;
}
.no-stack .col3 {
  width: 23.5%;
}
.no-stack .col4 {
  width: 32%;
}
.no-stack .col5 {
  width: 40.5%;
}
.no-stack .col6 {
  width: 49%;
}
.no-stack .col7 {
  width: 57.5%;
}
.no-stack .col8 {
  width: 66%;
}
.no-stack .col9 {
  width: 74.5%;
}
.no-stack .col10 {
  width: 83%;
}
.no-stack .col11 {
  width: 91.5%;
}
.no-stack .col12 {
  width: 100%;
}

.col:last-child {
  margin-right: 0;
}

.col.flow-oppersite:last-of-type {
  margin-left: 0;
}

/*------------------------------------*\
  #FONT FACE SETTINGS
\*------------------------------------*/
@font-face {
  font-family: "Butler";
  src: url("../fonts/Butler.woff2?v=cICX0hoM1UpVhu0Rcb2CYcXPK4A") format("woff2"), url("../fonts/Butler.woff?v=cICX0hoM1UpVhu0Rcb2CYcXPK4A") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
  #FONT VARIABLES
\*------------------------------------*/
/*------------------------------------*\
  #FONT STYLING
\*------------------------------------*/
body {
  font-family: "Lato", sans-serif;
  font-weight: normal;
}

h1,
h2,
h3,
h4 {
  font-family: "Lato", sans-serif;
  line-height: 1.5em;
  font-weight: normal;
  color: #fff;
}
h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none;
}

h1 {
  font-size: 32px;
}
@media only screen and (min-width: 420px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 769px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.m-spacer {
  display: block;
  clear: both;
}
.m-spacer-sm {
  height: 30px;
}
.m-spacer-m {
  background-color: #fff;
  height: 52px;
}
@media only screen and (min-width: 769px) {
  .m-spacer-m {
    height: 125px;
  }
}
.m-spacer-l {
  height: 70px;
}

.row.demo .col {
  background: #888;
  color: #ffffff;
  text-align: center;
  padding: 2%;
}

.row {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row--content {
  overflow: visible;
  max-width: 1240px;
}

.col {
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding: 0;
}
.col.flow-oppersite {
  float: right;
}

@media only screen and (min-width: 769px) {
  .col {
    margin-right: 2%;
  }
  .col.flow-oppersite {
    float: right;
    margin-right: 0;
    margin-left: 2%;
  }
  .col1 {
    width: 6.5%;
  }
  .col2 {
    width: 15%;
  }
  .col3 {
    width: 23.5%;
  }
  .col4 {
    width: 32%;
  }
  .col5 {
    width: 40.5%;
  }
  .col6 {
    width: 49%;
  }
  .col7 {
    width: 57.5%;
  }
  .col8 {
    width: 66%;
  }
  .col9 {
    width: 74.5%;
  }
  .col10 {
    width: 83%;
  }
  .col11 {
    width: 91.5%;
  }
  .col12 {
    width: 100%;
  }
  /*        &.offset1 {
              @include offset($i)
          }*/
  /*        &.offset2 {
              @include offset($i)
          }*/
  /*        &.offset3 {
              @include offset($i)
          }*/
  /*        &.offset4 {
              @include offset($i)
          }*/
  /*        &.offset5 {
              @include offset($i)
          }*/
  /*        &.offset6 {
              @include offset($i)
          }*/
  /*        &.offset7 {
              @include offset($i)
          }*/
  /*        &.offset8 {
              @include offset($i)
          }*/
  /*        &.offset9 {
              @include offset($i)
          }*/
  /*        &.offset10 {
              @include offset($i)
          }*/
  /*        &.offset11 {
              @include offset($i)
          }*/
}
.no-stack .col {
  margin-right: 2%;
}
.no-stack .col1 {
  width: 6.5%;
}
.no-stack .col2 {
  width: 15%;
}
.no-stack .col3 {
  width: 23.5%;
}
.no-stack .col4 {
  width: 32%;
}
.no-stack .col5 {
  width: 40.5%;
}
.no-stack .col6 {
  width: 49%;
}
.no-stack .col7 {
  width: 57.5%;
}
.no-stack .col8 {
  width: 66%;
}
.no-stack .col9 {
  width: 74.5%;
}
.no-stack .col10 {
  width: 83%;
}
.no-stack .col11 {
  width: 91.5%;
}
.no-stack .col12 {
  width: 100%;
}

.col:last-child {
  margin-right: 0;
}

.col.flow-oppersite:last-of-type {
  margin-left: 0;
}

.row.demo .col {
  background: #888;
  color: #ffffff;
  text-align: center;
  padding: 2%;
}

.row {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row--content {
  overflow: visible;
  max-width: 1240px;
}

.col {
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding: 0;
}
.col.flow-oppersite {
  float: right;
}

@media only screen and (min-width: 769px) {
  .col {
    margin-right: 2%;
  }
  .col.flow-oppersite {
    float: right;
    margin-right: 0;
    margin-left: 2%;
  }
  .col1 {
    width: 6.5%;
  }
  .col2 {
    width: 15%;
  }
  .col3 {
    width: 23.5%;
  }
  .col4 {
    width: 32%;
  }
  .col5 {
    width: 40.5%;
  }
  .col6 {
    width: 49%;
  }
  .col7 {
    width: 57.5%;
  }
  .col8 {
    width: 66%;
  }
  .col9 {
    width: 74.5%;
  }
  .col10 {
    width: 83%;
  }
  .col11 {
    width: 91.5%;
  }
  .col12 {
    width: 100%;
  }
  /*        &.offset1 {
              @include offset($i)
          }*/
  /*        &.offset2 {
              @include offset($i)
          }*/
  /*        &.offset3 {
              @include offset($i)
          }*/
  /*        &.offset4 {
              @include offset($i)
          }*/
  /*        &.offset5 {
              @include offset($i)
          }*/
  /*        &.offset6 {
              @include offset($i)
          }*/
  /*        &.offset7 {
              @include offset($i)
          }*/
  /*        &.offset8 {
              @include offset($i)
          }*/
  /*        &.offset9 {
              @include offset($i)
          }*/
  /*        &.offset10 {
              @include offset($i)
          }*/
  /*        &.offset11 {
              @include offset($i)
          }*/
}
.no-stack .col {
  margin-right: 2%;
}
.no-stack .col1 {
  width: 6.5%;
}
.no-stack .col2 {
  width: 15%;
}
.no-stack .col3 {
  width: 23.5%;
}
.no-stack .col4 {
  width: 32%;
}
.no-stack .col5 {
  width: 40.5%;
}
.no-stack .col6 {
  width: 49%;
}
.no-stack .col7 {
  width: 57.5%;
}
.no-stack .col8 {
  width: 66%;
}
.no-stack .col9 {
  width: 74.5%;
}
.no-stack .col10 {
  width: 83%;
}
.no-stack .col11 {
  width: 91.5%;
}
.no-stack .col12 {
  width: 100%;
}

.col:last-child {
  margin-right: 0;
}

.col.flow-oppersite:last-of-type {
  margin-left: 0;
}

* {
  box-sizing: border-box;
}

body {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  line-height: 1.5em;
  background: #282828;
}

p {
  line-height: 1.5em;
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  color: #fff;
}

.content-wrapper {
  overflow: hidden;
  background: #282828;
}

/*------------------------------------*\
  #TEXT CONTENT
\*------------------------------------*/
.title--center {
  text-align: center;
}

.title--page-top {
  text-align: center;
  margin: 20px 0;
}
@media only screen and (min-width: 420px) {
  .title--page-top {
    margin: 25px 0;
  }
}

.content-text {
  font-size: 14px;
  line-height: 1.2em;
  text-align: left;
  margin: 10px 0;
}
@media only screen and (min-width: 420px) {
  .content-text {
    font-size: 16px;
    line-height: 20px;
  }
}

/*------------------------------------*\
  #HEADER
\*------------------------------------*/
.header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 0 50px;
}
.home .header--scrolled {
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 1025px) {
  .header {
    padding: 0 116px;
  }
}
.no-flexboxtweener .header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexboxtweener .header {
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}
.no-flexbox .header {
  overflow: hidden;
  display: block;
}
.header--scrolled {
  background-color: rgba(0, 0, 0, 0.8);
}
.no-flexbox .header__left {
  float: left;
}
.no-flexbox .header__right {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  .no-flexbox .header__right {
    right: 153px;
  }
}

/*------------------------------------*\
  #FOOTER
\*------------------------------------*/
.footer {
  clear: both;
}
.footer a:hover {
  text-decoration: underline;
}
.footer__upper {
  color: #282828;
  background-color: #fff;
  font-family: "Lato", serif;
  font-size: 17px;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
  padding: 40px 0;
}
@media only screen and (min-width: 769px) {
  .footer__upper {
    font-size: 34px;
    padding: 80px 0;
  }
}
.footer__lower {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-flow: column wrap;
  -moz-box-flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  font-size: 14px;
  line-height: 1.5em;
  padding: 25px 50px;
  background-color: #000;
}
@media only screen and (min-width: 769px) {
  .footer__lower {
    font-size: 20px;
    padding: 50px 170px;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__lower {
    -webkit-box-flex-flow: row wrap;
    -moz-box-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .no-flexboxtweener .footer__lower {
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
  }
  .flexboxtweener .footer__lower {
    -ms-flex-pack: justify;
    -ms-flex-align: end;
  }
  .no-flexbox .footer__lower {
    display: block;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1280px) {
  .no-flexbox .footer__first {
    float: left;
  }
}
.footer__second {
  margin-top: 25px;
}
@media only screen and (min-width: 1280px) {
  .footer__second {
    margin-top: 0;
  }
  .no-flexbox .footer__second {
    float: right;
  }
}
.footer__social {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media only screen and (min-width: 769px) {
  .footer__social {
    font-size: 25px;
    margin-bottom: 17px;
  }
}

.blocks__wrapper {
  max-width: 100%;
  margin: 0 auto;
  border-bottom: 24px solid #000;
}
.no-flexboxtweener .blocks__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-flow: row wrap;
  -moz-box-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flexboxtweener .blocks__wrapper {
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
}
.no-flexbox .blocks__wrapper {
  overflow: hidden;
  display: block;
}
.blocks__wrapper--courses {
  border-bottom: none;
}

.blocks__item {
  display: block;
  position: relative;
  width: 100%;
  color: #ffffff;
  background-color: black;
}
@media only screen and (min-width: 1025px) {
  .blocks__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .no-flexbox .blocks__item:nth-child(odd) {
    float: left;
  }
  .no-flexbox .blocks__item:nth-child(even) {
    float: right;
  }
}

/*------------------------------------*\
  Block Type 3
\*------------------------------------*/
.blocks__item--3 {
  overflow: hidden;
  height: 0;
  padding-bottom: 0;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.blocks__item--3.show {
  padding-bottom: 60%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 1025px) {
  .blocks__item--3.show {
    padding-bottom: 30%;
  }
}

.blocks__background {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  opacity: 0.7;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.blocks__background:hover {
  opacity: 0.6;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.blocks__title--3 {
  position: absolute;
  top: 6.6666vw;
  left: 6.0417vw;
  margin: 0px;
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  .blocks__title--3 {
    top: 3.3333vw;
    left: 3.0208vw;
  }
}

.blocks__text {
  position: absolute;
  bottom: 5.73vw;
  left: 6.0417vw;
  font-family: "Lato", serif;
  font-size: 6.25vw;
  line-height: 7.8125vw;
  font-weight: 300;
  padding-right: 40px;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .blocks__text {
    bottom: 2.8645vw;
    left: 3.0208vw;
    font-size: 3.125vw;
    line-height: 3.90625vw;
    opacity: 0;
  }
}
.blocks__item:hover .blocks__text {
  opacity: 1;
}

.btn {
  display: inline-block;
  border: none;
  outline: 0;
  padding: 20px 23px;
  color: #111;
  background: none;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  font-weight: normal;
  font-size: 14px;
  -webkit-appearance: none;
  line-height: 16px;
  text-transform: uppercase;
  min-width: 115px;
  border: 1px solid #111;
  text-align: center !important;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  /*&--mint {
      border: 1px solid $grey-40;
      background-color: $mint;
  }

  &--white {
      border: 1px solid $grey-40;
      background-color: white;
  }*/
}
@media only screen and (min-width: 769px) {
  .btn {
    font-size: 20px;
    padding: 40px 45px;
  }
}
.btn:disabled, .btn.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}
.btn:hover {
  color: #ffffff;
  background-color: #000;
}
.btn__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 30px 0;
}
@media only screen and (min-width: 769px) {
  .btn__wrapper {
    padding: 60px;
  }
}
.no-flexbox .btn__wrapper {
  text-align: center;
}
.btn__wrapper--grey {
  background-color: #efefef;
}
.btn__wrapper--white {
  background-color: #fff;
  padding-bottom: 0;
}
.btn--small {
  padding: 5px 10px;
  min-width: 75px;
  font-size: 12px;
  line-height: 12px;
}
.btn--blue {
  background: #4286f4;
}
.btn--blue:hover {
  background: rgb(41.9025, 118.5725, 242.5975);
}
.btn--submit {
  border: none;
  background-color: #fff;
}
.btn--submit:hover {
  background-color: #8bcac0;
}

.contact {
  padding: 52px 50px;
}
@media only screen and (min-width: 769px) {
  .contact {
    padding: 130px 170px 110px 170px;
  }
}
.contact__title {
  font-family: "Lato", serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
}
@media only screen and (min-width: 769px) {
  .contact__title {
    font-size: 80px;
    line-height: 90px;
  }
}
.contact__container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-flow: column wrap;
  -moz-box-flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  justify-content: left;
}
@media only screen and (min-width: 769px) {
  .contact__container {
    -webkit-box-flex-flow: row wrap;
    -moz-box-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1025px) {
  .no-flexbox .contact__container {
    overflow: hidden;
    display: block;
  }
}
.contact__info, .contact__form {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .contact__info, .contact__form {
    width: 45%;
  }
}
@media only screen and (min-width: 1025px) {
  .no-flexbox .contact__info {
    float: left;
  }
}
@media only screen and (min-width: 1025px) {
  .no-flexbox .contact__form {
    float: right;
  }
}
.contact__text {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .contact__text {
    font-size: 25px;
    line-height: 42px;
  }
}
.contact__text--small {
  font-size: 14px;
}
.contact__details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-flow: column wrap;
  -moz-box-flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  justify-content: left;
}
@media only screen and (min-width: 769px) {
  .contact__details {
    -webkit-box-flex-flow: row wrap;
    -moz-box-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.contact__details--item {
  margin-right: 0;
  margin-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .contact__details--item {
    margin-right: 90px;
    margin-bottom: 60px;
  }
  .contact__details--item:last-child {
    margin-right: 0;
  }
}
.contact__subtitle {
  font-size: 18px;
  line-height: 30px;
  font-weight: 900;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  .contact__subtitle {
    font-size: 25px;
    line-height: 37px;
    margin-bottom: 17px;
  }
}
.contact__email, .contact__phone {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .contact__email, .contact__phone {
    font-size: 25px;
    line-height: 42px;
  }
}
.contact__email:hover, .contact__phone:hover {
  text-decoration: underline;
}

.form__smalltext {
  margin-top: 24px;
  margin-bottom: 0;
}
.form__smalltext a {
  text-decoration: underline;
}

.content-block {
  color: #282828;
  padding: 44px 50px 0 50px;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .content-block {
    padding: 50px 50px 0 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-block {
    padding: 70px 116px 0 116px;
  }
}
.content-block h2 {
  color: #282828;
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 200;
  margin-bottom: 26px;
}
@media only screen and (min-width: 420px) {
  .content-block h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-block h2 {
    font-size: 52px;
    margin-bottom: 50px;
  }
}
.content-block__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 26px;
  border-bottom: 2px solid #4eb19f;
}
@media only screen and (min-width: 420px) {
  .content-block__inner {
    gap: 60px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-block__inner {
    flex-direction: row;
    gap: 80px;
    padding-bottom: 50px;
  }
}
.content-block__inner p {
  font-size: 14px;
  line-height: 1.36em;
  margin-bottom: 36px;
}
@media only screen and (min-width: 420px) {
  .content-block__inner p {
    font-size: 18px;
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 769px) {
  .content-block__inner p {
    font-size: 22px;
    margin-bottom: 72px;
  }
}
.content-block__inner p:last-child {
  margin-bottom: 0;
}
.content-block__inner ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 24px;
}
.content-block__inner ul li {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.36em;
}
@media only screen and (min-width: 420px) {
  .content-block__inner ul li {
    font-size: 18px;
  }
}
@media only screen and (min-width: 769px) {
  .content-block__inner ul li {
    font-size: 22px;
  }
}
.content-block__inner ul li span {
  font-weight: 400;
}
.content-block__inner a {
  color: #282828;
  font-weight: bold;
}
.content-block__inner strong {
  font-weight: 700;
}
.content-block__inner--grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 40px;
  border-bottom: 2px solid #4eb19f;
  padding-bottom: 100px;
}
@media only screen and (min-width: 1330px) {
  .content-block__inner--grid {
    grid-template-rows: unset;
    grid-template-columns: 1fr 1fr;
    gap: 50px 80px;
    padding-bottom: 100px;
  }
}
.content-block__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 420px) {
  .content-block__item {
    flex-direction: row;
  }
}
.content-block__item img {
  max-height: 89px;
  max-width: 98px;
}
.content-block__item h3 {
  color: #282828;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.3em;
}
@media only screen and (min-width: 420px) {
  .content-block__item h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1330px) {
  .content-block__item h3 {
    display: flex;
    flex-direction: column;
    font-size: 40px;
  }
}
.content-block--courses {
  padding: 44px 50px 44px 50px;
}
@media only screen and (min-width: 769px) {
  .content-block--courses {
    padding: 50px 50px 50px 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-block--courses {
    padding: 50px 116px 50px 116px;
  }
}
.content-block--courses h2 {
  margin-bottom: 0;
}

.main-content {
  color: #282828;
  background-color: #fff;
  margin-bottom: 32px;
}
@media only screen and (min-width: 769px) {
  .main-content {
    margin-bottom: 60px;
  }
}
.main-content__container {
  font-size: 14px;
  line-height: 24px;
  padding: 52px 50px 0 50px;
  margin-bottom: -32px;
}
@media only screen and (min-width: 769px) {
  .main-content__container {
    font-size: 25px;
    line-height: 42px;
    padding: 125px 165px 0 165px;
    margin-bottom: -60px;
  }
}
@media only screen and (min-width: 1441px) {
  .main-content__container {
    padding: 125px 355px 0 355px;
  }
}
.main-content__container h1, .main-content__container h2, .main-content__container h3, .main-content__container h4, .main-content__container h5, .main-content__container h6 {
  color: #282828;
  font-family: "Lato", serif;
  font-weight: 300;
}
.main-content__container h1 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 43px;
}
@media only screen and (min-width: 769px) {
  .main-content__container h1 {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 86px;
  }
}
.main-content__container h2 {
  font-size: 27px;
  line-height: 36px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 769px) {
  .main-content__container h2 {
    font-size: 54px;
    line-height: 72px;
    margin-bottom: 72px;
  }
}
.main-content__container h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 769px) {
  .main-content__container h3 {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 64px;
  }
}
.main-content__container h4 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 26px;
}
@media only screen and (min-width: 769px) {
  .main-content__container h4 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 52px;
  }
}
.main-content__container h5 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 769px) {
  .main-content__container h5 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 44px;
  }
}
.main-content__container h6 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  .main-content__container h6 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
.main-content__container a {
  color: #282828;
  text-decoration: underline;
}
.main-content__container p, .main-content__container ul, .main-content__container ol {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 420px) {
  .main-content__container p, .main-content__container ul, .main-content__container ol {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 769px) {
  .main-content__container p, .main-content__container ul, .main-content__container ol {
    font-size: 25px;
    line-height: 42px;
    margin-bottom: 60px;
  }
}
.main-content__container ul, .main-content__container ol {
  margin-left: 20px;
}
.main-content__container ul li {
  list-style: disc outside url(../img/icons/dot-icon.svg);
}
.main-content__container ol li {
  list-style: decimal outside;
}
.main-content__container strong, .main-content__container b {
  font-weight: bold;
}
.main-content__container em, .main-content__container i {
  font-style: italic;
}
.main-content__container img {
  max-width: 100%;
  margin-bottom: 32px;
}
@media only screen and (min-width: 769px) {
  .main-content__container img {
    margin-bottom: 60px;
  }
}
.main-content__images {
  padding: 0 50px;
}
@media only screen and (min-width: 769px) {
  .main-content__images {
    padding: 0 165px;
  }
}
.main-content__images img {
  max-width: 100%;
  margin-bottom: 32px;
}
@media only screen and (min-width: 769px) {
  .main-content__images img {
    margin-bottom: 60px;
  }
}

.field-input {
  display: block;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 18px;
  padding: 19px 20px 19px 20px;
  border: none;
  border-radius: 0 !important;
  margin-top: 24px;
}
@media only screen and (min-width: 769px) {
  .field-input {
    font-size: 25px;
    line-height: 25px;
    padding: 22px 20px 22px 20px;
  }
}
.field-input:first-child {
  margin-top: 0;
}
.field-input::placeholder {
  color: #282828;
}
.field-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #282828;
}
.field-input::-moz-placeholder { /* Firefox 19+ */
  color: #282828;
}
.field-input:-ms-input-placeholder { /* IE 10+ */
  color: #282828;
}
.field-input:-moz-placeholder { /* Firefox 18- */
  color: #282828;
  opacity: 1;
}

.form-error {
  color: #EB464F;
  font-size: 14px;
}

.btn--submit {
  margin: 24px 0 0 0;
  width: 100%;
}
@media only screen and (min-width: 420px) {
  .btn--submit {
    width: auto;
  }
}

.response {
  font-size: 18px;
  line-height: 30px;
  margin-top: 24px;
}
@media only screen and (min-width: 769px) {
  .response {
    font-size: 25px;
    line-height: 42px;
  }
}

/* ---------------------------  *\
    CHECKBOX 
\* ---------------------------  */
.control {
  font-size: 18px;
  position: relative;
  display: block;
  padding-left: 40px;
  cursor: pointer;
  margin-top: 24px;
}
@media only screen and (min-width: 769px) {
  .control {
    padding-left: 52px;
  }
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__label {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (min-width: 769px) {
  .control__label {
    font-size: 25px;
    line-height: 42px;
  }
}
.control__label a:hover {
  text-decoration: underline;
}

.control__indicator {
  position: absolute;
  top: 0px;
  left: 0;
  width: 30px;
  height: 30px;
  background: #ffffff;
}
@media only screen and (min-width: 769px) {
  .control__indicator {
    width: 42px;
    height: 42px;
  }
}

.control--radio .control__indicator {
  border-radius: 50%;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #cccccc;
}

/* Checked state */
.control input:checked ~ .control__indicator {
  background: #8bcac0;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #8bcac0;
}

/* Check mark */
.control__indicator:after {
  position: absolute;
  display: none;
  content: "";
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
  display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
  top: 3px;
  left: 11px;
  width: 6px;
  height: 18px;
  transform: rotate(45deg);
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
}
@media only screen and (min-width: 769px) {
  .control--checkbox .control__indicator:after {
    top: 5px;
    left: 15px;
    width: 9px;
    height: 24px;
  }
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
}

.row.demo .col {
  background: #888;
  color: #ffffff;
  text-align: center;
  padding: 2%;
}

.row {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row--content {
  overflow: visible;
  max-width: 1240px;
}

.col {
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding: 0;
}
.col.flow-oppersite {
  float: right;
}

@media only screen and (min-width: 769px) {
  .col {
    margin-right: 2%;
  }
  .col.flow-oppersite {
    float: right;
    margin-right: 0;
    margin-left: 2%;
  }
  .col1 {
    width: 6.5%;
  }
  .col2 {
    width: 15%;
  }
  .col3 {
    width: 23.5%;
  }
  .col4 {
    width: 32%;
  }
  .col5 {
    width: 40.5%;
  }
  .col6 {
    width: 49%;
  }
  .col7 {
    width: 57.5%;
  }
  .col8 {
    width: 66%;
  }
  .col9 {
    width: 74.5%;
  }
  .col10 {
    width: 83%;
  }
  .col11 {
    width: 91.5%;
  }
  .col12 {
    width: 100%;
  }
  /*        &.offset1 {
              @include offset($i)
          }*/
  /*        &.offset2 {
              @include offset($i)
          }*/
  /*        &.offset3 {
              @include offset($i)
          }*/
  /*        &.offset4 {
              @include offset($i)
          }*/
  /*        &.offset5 {
              @include offset($i)
          }*/
  /*        &.offset6 {
              @include offset($i)
          }*/
  /*        &.offset7 {
              @include offset($i)
          }*/
  /*        &.offset8 {
              @include offset($i)
          }*/
  /*        &.offset9 {
              @include offset($i)
          }*/
  /*        &.offset10 {
              @include offset($i)
          }*/
  /*        &.offset11 {
              @include offset($i)
          }*/
}
.no-stack .col {
  margin-right: 2%;
}
.no-stack .col1 {
  width: 6.5%;
}
.no-stack .col2 {
  width: 15%;
}
.no-stack .col3 {
  width: 23.5%;
}
.no-stack .col4 {
  width: 32%;
}
.no-stack .col5 {
  width: 40.5%;
}
.no-stack .col6 {
  width: 49%;
}
.no-stack .col7 {
  width: 57.5%;
}
.no-stack .col8 {
  width: 66%;
}
.no-stack .col9 {
  width: 74.5%;
}
.no-stack .col10 {
  width: 83%;
}
.no-stack .col11 {
  width: 91.5%;
}
.no-stack .col12 {
  width: 100%;
}

.col:last-child {
  margin-right: 0;
}

.col.flow-oppersite:last-of-type {
  margin-left: 0;
}

.header-image {
  position: relative;
  height: 200px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../../img/header-image.jpg") center/cover;
}
@media only screen and (min-width: 420px) {
  .header-image {
    height: 300px;
  }
}
@media only screen and (min-width: 769px) {
  .header-image {
    height: 400px;
  }
}

.header-image__title {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

.header-slider {
  background-color: white;
}
.header-slider__item {
  width: 100%;
  height: calc(72vw + 75px);
}
@media only screen and (min-width: 420px) {
  .header-slider__item {
    height: calc(72vw + 113px);
  }
}
@media only screen and (min-width: 769px) {
  .header-slider__item {
    height: calc(48vw + 113px);
  }
}
@media only screen and (min-width: 1441px) {
  .header-slider__item {
    height: calc(48vw + 157px);
    max-height: 100vh;
  }
}
.no-flexbox .header-slider__item:nth-child(n+2) {
  display: none;
}
.header-slider__image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-slider__title {
  position: absolute;
  top: calc(9vw + 75px);
  left: 50px;
}
@media only screen and (min-width: 420px) {
  .header-slider__title {
    top: calc(18vw + 113px);
  }
}
@media only screen and (min-width: 769px) {
  .header-slider__title {
    top: calc(9vw + 113px);
  }
}
@media only screen and (min-width: 1025px) {
  .header-slider__title {
    top: calc(18vw + 158px);
    left: 165px;
  }
}
.header-slider__text {
  display: block;
  position: absolute;
  top: calc(11vw + 95px);
  left: 50px;
  width: calc(100% - 166px);
  font-family: "Lato", serif;
  font-size: 6.25vw;
  line-height: 7.8125vw;
  font-weight: 300;
}
@media only screen and (min-width: 420px) {
  .header-slider__text {
    top: calc(22vw + 113px);
  }
}
@media only screen and (min-width: 769px) {
  .header-slider__text {
    top: calc(11vw + 133px);
    font-size: 4.167vw;
    line-height: 5.2083vw;
  }
}
@media only screen and (min-width: 1025px) {
  .header-slider__text {
    top: calc(22vw + 158px);
    left: 165px;
    width: calc(100% - 330px);
    font-size: 3.125vw;
    line-height: 3.90625vw;
  }
}
.small-title {
  font-size: 14px;
}
@media only screen and (min-width: 769px) {
  .small-title {
    font-size: 20px;
  }
}
.small-title span {
  font-weight: 300;
}
.small-title strong {
  font-weight: 700;
}

.large-title {
  font-family: "Lato", serif;
  font-size: 4.167vw;
  line-height: 4.6875vw;
  font-weight: 300;
}

.header-text {
  position: relative;
  height: 100vw;
  color: white;
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 420px) {
  .header-text {
    height: 56.25vw;
  }
}
@media only screen and (min-width: 769px) {
  .header-text {
    height: 56.25vw;
  }
}
@media only screen and (min-width: 1441px) {
  .header-text {
    max-height: 100vh;
  }
}
.header-text__title {
  position: absolute;
  top: calc(50% + 37px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Lato", serif;
  font-size: 6.25vw;
  line-height: 7.8125vw;
  font-weight: 300;
  margin: 0 50px;
}
@media only screen and (min-width: 420px) {
  .header-text__title {
    top: calc(50% + 56px);
  }
}
@media only screen and (min-width: 1025px) {
  .header-text__title {
    font-size: 4.167vw;
    line-height: 5.2083vw;
    margin: 0 165px;
  }
}
@media only screen and (min-width: 1441px) {
  .header-text__title {
    top: calc(50% + 78px);
  }
}

.hero__video-wrapper {
  width: 100%;
  height: 100vw;
  max-height: 100vh;
}
@media only screen and (min-width: 420px) {
  .hero__video-wrapper {
    height: 56.25vw;
  }
}
.hero__video {
  width: auto;
  height: 100%;
  max-height: 100vh;
  object-fit: cover;
}
@media only screen and (min-width: 420px) {
  .hero__video {
    height: 56.25vw;
  }
}

.header-graphic {
  display: block;
  width: 100%;
  height: auto;
}

.intro-text {
  padding: 44px 50px;
  background-color: #333;
}
@media only screen and (min-width: 769px) {
  .intro-text {
    padding: 145px 116px;
  }
}
@media only screen and (min-width: 1441px) {
  .intro-text {
    padding: 145px 580px 145px 116px;
  }
}
.intro-text h1, .intro-text h2, .intro-text h3 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  .intro-text h1, .intro-text h2, .intro-text h3 {
    margin-bottom: 60px;
  }
}
.intro-text h1 {
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .intro-text h1 {
    font-size: 20px;
  }
}
.intro-text h1 span {
  font-weight: 300;
}
.intro-text h1 strong {
  font-weight: 700;
}
.intro-text h2 {
  font-family: "Lato", serif;
  font-size: 4.167vw;
  line-height: 4.6875vw;
  font-weight: 300;
}
.intro-text h3 {
  font-family: "Lato", serif;
  font-size: 4.167vw;
  line-height: 4.6875vw;
  font-weight: 300;
}
.intro-text p {
  font-size: 14px;
  line-height: 1.36em;
  margin-bottom: 32px;
}
.intro-text li p {
  margin-bottom: 0;
}
@media only screen and (min-width: 420px) {
  .intro-text p {
    font-size: 18px;
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 769px) {
  .intro-text p {
    font-size: 22px;
    margin-bottom: 60px;
  }
}
.intro-text a {
  text-decoration: underline;
}
.intro-text strong, .intro-text b {
  font-weight: 700;
}
.intro-text em, .intro-text i {
  font-style: italic;
}
.intro-text--wide {
  padding: 44px 50px;
}
@media only screen and (min-width: 769px) {
  .intro-text--wide {
    padding: 50px 50px 50px 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .intro-text--wide {
    padding: 50px 116px 70px 116px;
  }
}
.intro-text--wide h1 {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 200;
  margin-bottom: 24px;
}
@media only screen and (min-width: 420px) {
  .intro-text--wide h1 {
    font-size: 42px;
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 769px) {
  .intro-text--wide h1 {
    font-size: 56px;
    margin-bottom: 50px;
  }
}
.intro-text--wide p {
  margin-bottom: 16px;
}
@media only screen and (min-width: 420px) {
  .intro-text--wide p {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 769px) {
  .intro-text--wide p {
    margin-bottom: 30px;
  }
}
.intro-text--wide ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.intro-text--wide ul li {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.36em;
}
@media only screen and (min-width: 420px) {
  .intro-text--wide ul li {
    font-size: 18px;
  }
}
@media only screen and (min-width: 769px) {
  .intro-text--wide ul li {
    font-size: 22px;
  }
}
.intro-text--green {
  background-color: #4eb19f;
}
.intro-text__grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 1025px) {
  .intro-text__grid {
    flex-direction: row;
    gap: 80px;
  }
}

.logo-grid {
  background-color: white;
  padding: 47px 0;
}
@media only screen and (min-width: 769px) {
  .logo-grid {
    padding: 93px 0 47px 0;
  }
}
.logo-grid__title {
  color: #111;
  font-weight: 700;
  margin-bottom: 50px;
  margin-left: 50px;
}
@media only screen and (min-width: 769px) {
  .logo-grid__title {
    margin-bottom: 15px;
    margin-left: 83px;
  }
}
@media only screen and (min-width: 1025px) {
  .logo-grid__title {
    margin-left: 165px;
  }
}
.logo-grid__container {
  margin: 0 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-flow: row wrap;
  -moz-box-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  justify-content: left;
}
@media only screen and (min-width: 600px) {
  .no-flexbox .logo-grid__container {
    display: block;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1025px) {
  .logo-grid__container {
    margin: 0 125px;
  }
}
.logo-grid__item {
  display: block;
  position: relative;
  width: 100%;
  color: #111;
  box-sizing: border-box;
  background-color: white;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 100%;
}
@media only screen and (min-width: 600px) {
  .logo-grid__item {
    width: calc(50% - 80px);
    margin: 40px;
    padding-bottom: calc(50% - 80px);
  }
  .no-flexbox .logo-grid__item {
    float: left;
  }
}
@media only screen and (min-width: 769px) {
  .logo-grid__item {
    width: calc(33.333% - 80px);
    margin: 40px;
    padding-bottom: calc(33.333% - 80px);
  }
}
@media only screen and (min-width: 1025px) {
  .logo-grid__item {
    width: calc(25% - 80px);
    margin: 40px;
    padding-bottom: calc(25% - 80px);
  }
}
@media only screen and (min-width: 1440px) {
  .logo-grid__item {
    width: calc(20% - 80px);
    margin: 40px;
    padding-bottom: calc(20% - 80px);
  }
}

.logo {
  display: block;
  margin: 15px 0 7px 0;
}
@media only screen and (min-width: 450px) {
  .logo {
    margin: 22px 0 22px 0;
  }
}
@media only screen and (min-width: 1441px) {
  .logo {
    height: 94px;
    margin: 32px 0 32px 0;
  }
}
.logo img {
  height: 40px;
  width: auto;
}
@media only screen and (min-width: 450px) {
  .logo img {
    height: 63px;
  }
}
@media only screen and (min-width: 1441px) {
  .logo img {
    height: 90px;
  }
}

/*------------------------------------*\
  #DESKTOP-NAVIGATION
\*------------------------------------*/
.menu--desktop {
  display: none;
}
@media only screen and (min-width: 1194px) {
  .menu--desktop {
    display: block;
  }
}

.menu__primary {
  display: inline-block;
  padding: 28px;
}

.menu__primary a {
  color: #ffffff;
  font-size: 20px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.menu__primary a::after {
  content: attr(data-text);
  content: attr(data-text)/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  speak: never;
  speak: none;
  user-select: none;
  pointer-events: none;
  font-weight: 900;
}
.flexboxtweener .menu__primary a::after, .no-flexbox .menu__primary a::after {
  position: absolute;
}

.menu__primary.active a {
  font-weight: 900;
}

.menu__primary:hover,
.menu__primary a:hover {
  font-weight: 900;
}

.menu__primary--parent {
  position: relative;
}

.menu__primary--parent ul {
  background: #ffffff;
  position: absolute;
  top: 34px;
  z-index: 1;
  margin-left: -9px;
}

.menu__primary--parent:hover .menu__secondary {
  display: block;
}

.menu__primary--parent:hover ul {
  padding: 5px;
}

.menu__primary--footer {
  color: #888;
}

.menu__secondary {
  display: none;
}
.menu__secondary a {
  display: block;
  width: 100px;
  text-align: left;
  padding: 5px;
}

/*------------------------------------*\
  #MOBILE-NAVIGATION
\*------------------------------------*/
.slicknav_menutxt {
  display: none;
  color: #000;
  padding: 5px;
}

.slicknav_icon {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  height: 30px;
  width: 40px;
  padding: 5px 5px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1025px) {
  .slicknav_icon {
    right: 153px;
  }
}

.slicknav_icon-bar {
  position: relative;
  top: 0;
  display: block;
  height: 3px;
  width: 30px;
  background: #ffffff;
  margin: 5px auto 0 auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slicknav_icon-bar:first-child {
  margin-top: 0;
}

.slicknav_open .slicknav_icon-bar {
  width: 20px;
}
.slicknav_open .slicknav_icon-bar:first-child {
  transform: rotate(45deg);
  top: 8px;
}
.slicknav_open .slicknav_icon-bar:first-child + .slicknav_icon-bar {
  width: 0;
}
.slicknav_open .slicknav_icon-bar:last-child {
  transform: rotate(-45deg);
  top: -8px;
}

.slicknav_nav {
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 0;
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 420px) {
  .slicknav_nav {
    top: 113px;
  }
}
@media only screen and (min-width: 1441px) {
  .slicknav_nav {
    top: 157px;
  }
}

.slicknav_nav a {
  display: block;
  color: #ffffff;
  font-size: 20px;
  padding: 10px;
  text-align: center;
}

.slicknav_arrow {
  position: relative;
  top: 4px;
  left: 5px;
  display: inline-block;
  height: 12px;
  width: 12px;
  text-indent: -20000px;
  background-image: url("../img/icons/right-icon.svg");
  background-size: 20px;
  background-position: center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.slicknav_parent.slicknav_open .slicknav_arrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.slicknav_parent > ul {
  background: rgba(0, 0, 0, 0.81);
  padding: 5px;
}

@media only screen and (min-width: 1194px) {
  .mobile-menu {
    display: none;
  }
}

.news {
  color: #111;
  background-color: white;
  padding: 0 50px 52px 50px;
}
@media only screen and (min-width: 769px) {
  .news {
    padding: 0 107px 78px 107px;
  }
}
@media only screen and (min-width: 1025px) {
  .news {
    padding: 0 165px 105px 165px;
  }
}
.news--home {
  padding-bottom: 0;
}
.news--landing {
  padding-top: 40px;
  padding-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .news--landing {
    padding-top: 80px;
  }
}
.news__intro {
  color: #111;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}
.news__container {
  margin: 0 -4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-flow: row wrap;
  -moz-box-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media only screen and (min-width: 769px) {
  .news__container {
    margin: 0 -8px;
  }
}
.no-flexbox .news__container {
  overflow: hidden;
  display: block;
}
.news__item {
  display: block;
  position: relative;
  width: 97%;
  color: #111;
  margin: 8px;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #edecec;
}
.news__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .news__item {
    width: calc(50% - 32px);
    margin: 16px;
    margin-bottom: 64px;
    background-color: #fff;
  }
  .news__item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .no-flexbox .news__item {
    float: left;
  }
}
@media only screen and (min-width: 1441px) {
  .news__item {
    width: calc(33.333% - 32px);
    margin: 16px;
    margin-bottom: 64px;
  }
  .news__item:nth-last-child(3) {
    margin-bottom: 0;
  }
}
.news__item:hover {
  background-color: #edecec;
}
@media only screen and (min-width: 1441px) {
  .news__item--home {
    margin-bottom: 0;
  }
}
.news__image {
  width: 100%;
  height: 0;
  padding-bottom: 47%;
  background-position: center;
  background-size: cover;
  border-bottom: 24px solid #000;
}
.news__content {
  padding: 28px 25px;
}
.news__title {
  min-height: 48px;
  color: #111;
  font-family: "Lato", serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
@media only screen and (min-width: 769px) {
  .news__title {
    min-height: 96px;
    font-size: 34px;
    line-height: 48px;
  }
}
.news__text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 12px;
}
@media only screen and (min-width: 420px) {
  .news__text {
    font-size: 18px;
    line-height: 32px;
    margin-top: 16px;
  }
}
@media only screen and (min-width: 769px) {
  .news__text {
    font-size: 22px;
    line-height: 37px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .news__text {
    font-size: 25px;
    line-height: 42px;
    margin-top: 24px;
  }
}

.pricing-block {
  color: #282828;
  padding: 30px 50px 50px 50px;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .pricing-block {
    padding: 30px 50px 50px 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .pricing-block {
    padding: 30px 116px 50px 116px;
  }
}
.pricing-block__inner {
  display: grid;
  grid-template-rows: auto auto;
  gap: 40px;
  border-bottom: 2px solid #4eb19f;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1025px) {
  .pricing-block__inner {
    grid-template-rows: unset;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}
.pricing-block__left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: start;
}
@media only screen and (min-width: 420px) {
  .pricing-block__left {
    flex-direction: row;
  }
}
.pricing-block__right {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.pricing-block__right input[type=email] {
  border: 2px solid #8bcac0;
}
.pricing-block__right .field-input {
  font-size: 18px;
  line-height: 20px;
  padding: 17px 20px;
}
.pricing-block__right .field-input.placeholder {
  color: #888;
}
.pricing-block__right .field-input:-moz-placeholder {
  color: #888;
}
.pricing-block__right .field-input::-moz-placeholder {
  color: #888;
}
.pricing-block__right .field-input:-ms-input-placeholder {
  color: #888;
}
.pricing-block__right .field-input::-webkit-input-placeholder {
  color: #888;
}
.pricing-block__right .control {
  margin-bottom: 24px;
}
.pricing-block__right .control__label {
  color: #000;
  font-size: 16px;
  line-height: 30px;
}
.pricing-block__right .control__label a {
  color: #000;
  text-decoration: underline;
}
.pricing-block__right .control__indicator {
  border: 2px solid #8bcac0;
  width: 30px;
  height: 30px;
}
.pricing-block__right .control__indicator:after {
  top: 2px;
  left: 10px;
  width: 6px;
  height: 18px;
}
.pricing-block__right .form__smalltext a {
  color: #000;
}
.pricing-block__price {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.pricing-block__price h4 {
  color: #282828;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}
.pricing-block__price div {
  color: #4eb19f;
  font-size: 52px;
  line-height: 1em;
  font-weight: 700;
}
.pricing-block__price div span {
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  margin-left: 10px;
}
.pricing-block__price p {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 0;
}
.pricing-block .button {
  display: inline-block;
  width: 100%;
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  background-color: #4eb19f;
  border: none;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
}
.pricing-block .button:hover {
  background-color: #8bcac0;
  color: #000;
}

.quote-slider {
  position: relative;
  width: calc(100% - 100px);
  padding: 50px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 420px) {
  .quote-slider {
    width: calc(100% - 200px);
  }
}
@media only screen and (min-width: 769px) {
  .quote-slider {
    width: calc(100% - 340px);
  }
}
@media only screen and (min-width: 1025px) {
  .quote-slider {
    width: 70%;
    padding: 100px 0;
  }
}
.quote-slider__wrapper {
  background-color: #efefef;
}
.quote-slider__item {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #111;
  font-family: "Lato", serif;
  font-size: 4.167vw;
  line-height: 5.729vw;
  font-weight: 300;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .quote-slider__item {
    font-size: 2.083vw;
    line-height: 2.865vw;
  }
}
.no-flexbox .quote-slider__item {
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.no-flexbox .quote-slider__item:nth-child(n+2) {
  display: none;
}
.quote-slider__text {
  margin-bottom: 30px;
}
.tabs {
  color: #111;
  background-color: white;
  padding: 52px 50px;
}
@media only screen and (min-width: 769px) {
  .tabs {
    padding: 78px 110px;
  }
}
@media only screen and (min-width: 1025px) {
  .tabs {
    padding: 105px 170px;
  }
}
.tabs__intro {
  color: #111;
  margin-bottom: 15px;
}
.tabs__title {
  display: inline-block;
  color: #b0adad;
  font-family: "Lato", serif;
  font-size: 6.25vw;
  line-height: 10.417vw;
  font-weight: 300;
  margin-right: 10.417vw;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .tabs__title {
    font-size: 4.6875vw;
    line-height: 7.8125vw;
    margin-right: 7.8125vw;
  }
}
@media only screen and (min-width: 1025px) {
  .tabs__title {
    font-size: 3.125vw;
    line-height: 5.2083vw;
    margin-right: 5.2083vw;
  }
}
.tabs__title:hover {
  color: #111;
}
.tabs__title--active {
  color: #111;
}
.tabs__content {
  position: relative;
}
.tabs__text {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding-top: 40px;
}
@media only screen and (min-width: 420px) {
  .tabs__text {
    font-size: 18px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 769px) {
  .tabs__text {
    font-size: 22px;
    line-height: 37px;
  }
}
@media only screen and (min-width: 1025px) {
  .tabs__text {
    font-size: 25px;
    line-height: 42px;
  }
}
.tabs__text a {
  text-decoration: underline;
}
.tabs__text strong, .tabs__text b {
  font-weight: 700;
}
.tabs__text em, .tabs__text i {
  font-style: italic;
}

.text-block {
  background-color: #4eb19f;
  padding: 44px 50px 44px 50px;
}
@media only screen and (min-width: 769px) {
  .text-block {
    padding: 50px 50px 50px 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .text-block {
    padding: 50px 116px 50px 116px;
  }
}
.text-block p {
  font-size: 40px;
  line-height: 1.36em;
  font-weight: 200;
}

.grecaptcha-badge {
  visibility: hidden;
}

