/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: "Fira Sans Extra Condensed", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.44;
  color: #000;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  body {
    font-size: 1.4rem;
  }
}
body *:focus-visible {
  outline: 0.2rem solid #ffa500 !important;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.44em / 2);
}
.h1,
h1 {
  font-size: 6rem;
}
@media (max-width: 1023px) {
  .h1,
h1 {
    font-size: 4.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h1,
h1 {
    font-size: 4.5rem;
  }
}
.h2,
h2 {
  font-size: 5rem;
}
@media (max-width: 1023px) {
  .h2,
h2 {
    font-size: 3rem;
  }
}
.h3,
h3 {
  font-size: 3rem;
}
@media (max-width: 1023px) {
  .h3,
h3 {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h3,
h3 {
    font-size: 2.4rem;
  }
}
.h4,
h4 {
  font-size: 2.4rem;
}
@media (max-width: 1023px) {
  .h4,
h4 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h4,
h4 {
    font-size: 1.8rem;
  }
}
.h5,
h5 {
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .h5,
h5 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h5,
h5 {
    font-size: 1.6rem;
  }
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.44em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
body.scroll-lock {
  overflow: hidden;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.article .article__image {
  aspect-ratio: 416/282;
  margin-bottom: 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__image {
    margin-bottom: 0;
    aspect-ratio: 155/113;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46.4%;
            flex: 0 0 46.4%;
  }
}
.article .article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article h3 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article h3 {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__content {
    padding-left: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--reversed-mobile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--reversed-mobile .article__content {
    padding-left: 0;
    padding-right: 1.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .articles .grid__col + .grid__col {
    margin-top: 5rem;
  }
}
/* ------------------------------------------------------------ *\
	Box icon text
\* ------------------------------------------------------------ */
.box-icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-icon-text {
    display: block;
    text-align: center;
  }
}
.box-icon-text .box__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-icon-text .box__image {
    max-width: 4.7rem;
    margin: 0 auto 0.6rem auto;
  }
}
.box-icon-text .box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.box-icon-text .box__content {
  padding-left: 2.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-icon-text .box__content {
    padding: 0;
  }
}
.box-icon-text h3 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.2rem;
}
@media (max-width: 1023px) {
  .box-icon-text h3 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-icon-text h3 {
    font-size: 2.4rem;
  }
}
.box-icon-text p {
  color: #3D3D3D;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 1023px) {
  .box-icon-text p {
    font-size: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-icon-text p {
    font-size: 1.4rem;
    font-family: "Lato", Helvetica, Arial, sans-serif;
  }
}
/* ------------------------------------------------------------ *\
	Box info
\* ------------------------------------------------------------ */
.box-info {
  background-color: #fff;
  padding: 3rem 9rem 3rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .box-info {
    padding: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-info {
    padding: 1.3rem 1.8rem;
  }
}
.box-info .box__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8%;
          flex: 0 0 8%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-info .box__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14%;
            flex: 0 0 14%;
  }
}
.box-info .box__content {
  padding-left: 2.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-info .box__content {
    padding-left: 1.7rem;
  }
}
.box-info h3 {
  color: #000;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-info h3 {
    margin-bottom: 0.6rem;
  }
}
.box-info p {
  color: #3D3D3D;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  margin-bottom: 2rem;
}
/* ------------------------------------------------------------ *\
	Boxes info 
\* ------------------------------------------------------------ */
.boxes-info {
  margin-bottom: 9.6rem;
}
@media (max-width: 1023px) {
  .boxes-info {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .boxes-info {
    margin-bottom: 3rem;
  }
}
.boxes-info .boxes__item + .boxes__item {
  margin-top: 4.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .boxes-info .boxes__item + .boxes__item {
    margin-top: 2.9rem;
  }
}
/* ------------------------------------------------------------ *\
	Boxes list
\* ------------------------------------------------------------ */
.boxes-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -2.4rem -2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .boxes-list {
    margin: -0.4rem -1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.boxes-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  padding: 2.4rem 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .boxes-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0.4rem 1rem;
  }
}
/* ------------------------------------------------------------ *\
	Boxes
\* ------------------------------------------------------------ */
.boxes .box + .box {
  margin-top: 5rem;
}
.box .grid {
  margin: 0;
}
@media (max-width: 1023px) {
  .box .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -0.8rem;
  }
}
.box .grid .grid__col {
  padding: 0;
}
@media (max-width: 1023px) {
  .box .grid .grid__col {
    padding: 0 0.8rem;
  }
}
.box .grid .grid__col--size-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.box .box__image {
  position: relative;
  aspect-ratio: 416/283;
}
.box .box__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box .box__image img {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.box .box__content {
  padding: 3.7rem 3rem 3.7rem 4rem;
}
@media (max-width: 1023px) {
  .box .box__content {
    padding: 0;
  }
}
.box .box__content h3 {
  font-weight: 500;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .box .box__content h3 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box .box__content h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.box .box__content ul {
  list-style: none;
}
.box .box__content ul li + li {
  margin-top: 2.3rem;
}
@media (max-width: 1023px) {
  .box .box__content ul li + li {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box .box__content ul li + li {
    margin-top: 1rem;
  }
}
.box .box__content ul li {
  position: relative;
  padding-left: 3rem;
  font-size: 2rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 1.3;
}
@media (max-width: 1023px) {
  .box .box__content ul li {
    font-size: 1.8rem;
    padding-left: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box .box__content ul li {
    font-size: 1.6rem;
  }
}
.box .box__content ul li:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #94B700;
}
.box .box__content p {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  margin-bottom: 2.8rem;
  line-height: 1.3;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box .box__content p {
    display: none;
  }
}
.box .box__content p:last-child {
  margin-bottom: 0;
}
/* box reversed */
.box--reversed .box__content {
  padding: 2.6rem 6rem 2.6rem 0;
}
@media (max-width: 1023px) {
  .box--reversed .box__content {
    padding: 0;
  }
}
.box__content p.small--txt {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box__content p.small--txt {
    font-size:1.2rem;
  }
}
.box__content p.top--space {
  color:#000;
  font-family: "Fira Sans Extra Condensed", Helvetica, Arial, sans-serif;
  font-weight:500;
  margin-bottom:1rem;
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.8rem;
  font-weight: 500;
  border: 0.2rem solid #006198;
  border-radius: 0.3rem;
  letter-spacing: 0.016em;
  padding: 0.4rem 1rem;
  color: #006198;
  letter-spacing: -0.01em;
  -webkit-transition: color, border-color, background-color;
  -o-transition: color, border-color, background-color;
  transition: color, border-color, background-color;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn {
    font-size: 1.4rem;
    padding: 0.1rem 0.4rem;
    letter-spacing: 0.01em;
  }
}
.btn:hover {
  background-color: #006198;
  border-color: #006198;
  color: #fff;
}
.btn i {
  display: inline-block;
  margin-left: 0.2rem;
  font-size: 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn i {
    font-size: 1.2rem;
  }
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.btn--white {
  color: #fff;
  border-color: #fff;
}
/* ------------------------------------------------------------ *\
	Burger btn
\* ------------------------------------------------------------ */
.burger-btn {
  position: relative;
  display: none;
}
@media (max-width: 1023px) {
  .burger-btn {
    display: block;
  }
}
.burger-btn span {
  display: block;
  width: 2.4rem;
  height: 0.3rem;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  font-size: 0;
}
.burger-btn span + span {
  margin-top: 0.5rem;
}
.burger-btn.is-active span:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0.5rem;
}
.burger-btn.is-active span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.burger-btn.is-active span:last-child {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 0;
}
/* ------------------------------------------------------------ *\
	Cards
\* ------------------------------------------------------------ */
.cards .grid {
  margin: -2.7rem -2.4rem;
}
.depart{
  border-bottom: 3px solid #FFCC02;
  background-color: #ffffff;
  padding: 1.2rem;
  text-align: center;
}
.depart h4 {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .depart h4 {
    font-size: 2rem;    
  }
}
@media (max-width: 1023px) {
  .depart h4 {
    font-size: 1.8rem;
  }
}
.depart p {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 400;
  color: #545454;
  margin-bottom: 15px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
@media (max-width: 1023px) {
  .depart p {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .depart p {
    font-size: 1.2rem;
  }
}
@media (max-width: 1199px) {
  .cards .grid {
    margin: -1.5rem -0.7rem;
  }
}
@media (max-width: 1023px) {
  .cards .grid {
    margin: -0.8rem;
  }
}
.cards .grid .grid__col {
  padding: 2.7rem 2.4rem;
}
@media (max-width: 1199px) {
  .cards .grid .grid__col {
    padding: 1.5rem 0.7rem;
  }
}
@media (max-width: 1023px) {
  .cards .grid .grid__col {
    padding: 0.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards .grid .grid__col--1of4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}
.cards--primary .grid {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.card {
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__image {
    aspect-ratio: 1/0.85;
  }
}
.card .card__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.card .card__content {
  background-color: #fff;
  border-bottom: 3px solid #006198;
  text-align: center;
  padding: 3.8rem 0.5rem 3.4rem;
  min-height: 10.5rem;
  padding: 1rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__content {
    padding: 1.7rem 0.5rem;
    min-height: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
}
.card .card__content h3 {
  font-weight: 500;
  line-height: 1.07;
  margin-bottom: 0;
  font-size: 2.4rem;
}
@media (max-width: 1199px) {
  .card .card__content h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 1023px) {
  .card .card__content h3 {
    font-size: 1.8rem;
  }
}
.card .card__content p {
  font-size: 1.6rem;
  line-height: 1.2;
  font-style: italic;
  color: #545454;
  margin-bottom: 1rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  letter-spacing: -0.03em;
}
@media (max-width: 1023px) {
  .card .card__content p {
    font-size: 1.4rem;
  }
}
.card .card__content + .card__content {
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  .card .card__content + .card__content {
    margin-top: 1rem;
  }
}
.card--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.card--large .card__image {
  max-width: 44%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44%;
          flex: 0 0 44%;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--large .card__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
    aspect-ratio: 1/1;
  }
}
.card--large .card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--large .card__image img {
    position: static;
    -o-object-position: top;
       object-position: top;
  }
}
.card--large .card__content {
  max-width: 56%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56%;
          flex: 0 0 56%;
  padding: 8.1rem 2.6rem 3.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .card--large .card__content {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--large .card__content {
    padding: 1.5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
}
.card--large .card__content h3 {
  margin-bottom: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--large .card__content h3 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--large .card__content img {
    max-width: 10rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--secondary > p {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--secondary .card__content {
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 1rem);
        flex-basis: calc(50% - 1rem);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--secondary .card__content + .card__content {
    margin-top: 0;
  }
}
.card--secondary p.ital {
  font-size: 1.6rem;
  line-height: 1.2;
  font-style: italic;
  color: #545454;
  margin-bottom: 1rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  letter-spacing: -0.03em;
}
@media (max-width: 1023px) {
  .card--secondaryt p.ital {
    font-size: 1.4rem;
  }
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Dropdwon
\* ------------------------------------------------------------ */
.dropdown {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 8.5rem;
  width: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  color: #006198;
  padding: 1rem;
  -webkit-box-shadow: 0px 0.2rem 0.6rem 0.2rem rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0.2rem 0.6rem 0.2rem rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
@media (max-width: 1023px) {
  .dropdown {
    opacity: 1;
    visibility: visible;
    max-width: 100%;
    background-color: transparent;
    padding: 0;
  }
}
.dropdown.is-active {
  opacity: 1;
  visibility: visible;
}
.dropdown.is-active ul a i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dropdown ul {
  list-style: none;
}
@media (max-width: 1023px) {
  .dropdown ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.dropdown ul li + li {
  margin-top: 0.9rem;
}
@media (max-width: 1023px) {
  .dropdown ul li + li {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .dropdown ul li {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 1023px) {
  .dropdown ul li:first-child a {
    background-color: #006198;
    color: #fff;
  }
  .dropdown ul li:first-child a:hover {
    background-color: #fff;
    color: #006198;
  }
}
@media (max-width: 1023px) {
  .dropdown ul li:last-child a {
    background-color: #fff;
    color: #006198;
  }
  .dropdown ul li:last-child a:hover {
    background-color: #006198;
    color: #fff;
  }
}
.dropdown ul a {
  text-decoration: none;
  font-size: 1.4rem;
  letter-spacing: 0.016em;
  font-weight: 500;
}
.dropdown ul a:hover {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .dropdown ul a {
    display: block;
    text-align: center;
    min-height: 5.4rem;
    line-height: 5.4rem;
    -webkit-transition: background-color 0.4s, color 0.4s;
    -o-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
    font-size: 1.8rem;
  }
}
.dropdown ul a i {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  margin: 0;
}
@media (max-width: 1023px) {
  .dropdown ul a i {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  text-align: center;
  padding: 2rem 0;
  color: #fff;
  background-color: #006198;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer {
    padding: 1.6rem 0;
  }
}
.footer p {
  letter-spacing: 0.016em;
}
@media (max-width: 1023px) {
  .footer p {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer p {
    font-size: 1.4rem;
  }
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -2.4rem;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
@media (max-width: 1023px) {
  .grid {
    margin: 0 -1rem;
  }
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 0 2.4rem;
  padding-bottom: 3rem;
}
@media (max-width: 1023px) {
  .grid .grid__col {
    padding: 0 1rem;
  }
}
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--1of2 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--1of3 {
  max-width: calc(100% / 3);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
  
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--1of3 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--1of4 {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
@media (max-width: 1023px) {
  .grid .grid__col--1of4 {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--1of4 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--size-1 {
  max-width: 61%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 61%;
          flex: 0 0 61%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--size-1 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--size-2 {
  max-width: 39%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39%;
          flex: 0 0 39%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--size-2 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--size-3 {
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--size-3 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--size-4 {
  max-width: 66.66%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66%;
          flex: 0 0 66.66%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--size-4 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--size-5 {
  max-width: 77.3%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 77.3%;
          flex: 0 0 77.3%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--size-5 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--size-6 {
  max-width: 22.7%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.7%;
          flex: 0 0 22.7%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--size-6 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--pt {
  padding-top: 5rem;
}
@media (max-width: 1023px) {
  .grid .grid__col--pt {
    padding-top: 0;
  }
}
.grid--reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid--mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.grid--small-gap {
  margin: 0 -1.2rem;
}
.grid--small-gap .grid__col {
  padding: 0 1.2rem;
}
.grid--small-gap .grid__col--pt {
  padding-top: 5rem;
}
@media (max-width: 1023px) {
  .grid--small-gap .grid__col--pt {
    padding-top: 0;
  }
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  background-color: #006198;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  -webkit-box-shadow: 0px 0.3rem 0.6rem 0.3rem rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0.3rem 0.6rem 0.3rem rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header {
    top: 0;
  }
}
.header.is-fixed {
  position: fixed;
}
.header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 20px;
  position: relative;
  padding: 1.7rem 0.3rem 1.8rem 18rem;
}
@media (max-width: 1023px) {
  .header .header__inner {
    padding: 1.8rem 0;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header .logo {
  position: absolute;
  top: -0.9rem;
  left: 1.9rem;
  background-color: #fff;
  max-width: 13.7rem;
  height: 13.3rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0 0.3rem 0.1rem rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0 0.3rem 0.1rem rgba(0, 0, 0, 0.12);
}
@media (max-width: 1023px) {
  .header .logo {
    left: 0;
    position: relative;
    max-width: 7.7rem;
    height: 7rem;
    top: 0;
  }
}
.header .header__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .header .header__aside {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 7rem 0;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s, -webkit-transform 0.4s;
  }
  .header .header__aside.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.header .header__aside .header__image {
  position: absolute;
  top: 7rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  display: none;
}
@media (max-width: 1023px) {
  .header .header__aside .header__image {
    display: block;
  }
}
.header .header__actions {
  margin-left: 2.8rem;
  position: relative;
}
@media (max-width: 1023px) {
  .header .header__actions {
    margin-left: 0;
  }
}
.header .header__actions i {
  position: relative;
  z-index: 3;
  margin-left: 0.2rem;
}
.header .header__actions .btn {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .header .header__actions .btn {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  padding: 20.5rem 0 12rem;
  position: relative;
}
.hero .hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero {
    padding: 13.9rem 0 7.5rem;
  }
}
.hero .hero__content {
  max-width: 45%;
}
@media (max-width: 1023px) {
  .hero .hero__content {
    max-width: 45%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content {
    max-width: 100%;
  }
}
.hero .hero__content h1 {
  font-weight: 500;
  line-height: 1.03;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content h1 {
    line-height: 1.11;
    margin-bottom: 2.6rem;
    font-size: 5rem;
  }
}
.hero .hero__content h1 span {
  font-size: 5rem;
  display: block;
}
@media (max-width: 1023px) {
  .hero .hero__content h1 span {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content h1 span {
    font-size: 3rem;
    font-family: "Fira Sans Extra Condensed", Helvetica, Arial, sans-serif;
  }
}
.hero .hero__content p {
  font-size: 1.8rem;
  line-height: 1.3;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
@media (max-width: 1023px) {
  .hero .hero__content p {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content p {
    font-size: 1.4rem;
    line-height: 1.36;
  }
}
.hero .hero__media {
  position: absolute;
  top: 5.3rem;
  right: -4.4rem;
  width: 100%;
  max-width: 43%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__media {
    display: none;
  }
}
.hero .hero__media .hero__image {
  position: absolute;
  top: -2rem;
  right: 4.5rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  width: 57.7rem;
}
@media (max-width: 1199px) {
  .hero .hero__media .hero__image {
    width: 43rem;
  }
}
.hero .hero__media .hero__image img {
  width: 100%;
  height: auto;
}
.hero .hero__media .hero__image.is-active {
  opacity: 1;
  visibility: visible;
}
.hero .hero__media .hero__sun {
  position: absolute;
  top: 17.7rem;
  right: -22.3rem;
  width: 52.5rem;
  height: 20rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-55deg);
      -ms-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
@media (max-width: 1199px) {
  .hero .hero__media .hero__sun {
    top: 12rem;
  }
}
@media (max-width: 1023px) {
  .hero .hero__media .hero__sun {
    width: 49rem;
    height: 12rem;
  }
}
.hero .hero__media .hero__sun img {
  width: 100%;
  height: auto;
}
.hero .hero__media .hero__border {
  position: absolute;
  top: 0;
  right: 0;
  width: 62.6rem;
}
@media (max-width: 1199px) {
  .hero .hero__media .hero__border {
    width: 47rem;
    top: -1.1rem;
  }
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Link
\* ------------------------------------------------------------ */
.link {
  color: #055590;
  font-weight: 500;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .link {
    letter-spacing: 0.02em;
  }
}
.link.is-collapsed i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.link i {
  display: inline-block;
  margin-left: 0.6rem;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.link--white {
  color: #fff;
}
/* ------------------------------------------------------------ *\
List partners
\* ------------------------------------------------------------ */
.list-partners {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-top: 1px solid rgba(38, 38, 38, 0.1);
  border-bottom: 1px solid rgba(38, 38, 38, 0.1);
  padding: 0 8rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-partners {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
.list-partners li {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(25% - 1.5rem);
      flex-basis: calc(25% - 1.5rem);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 2.7rem 0;
}
@media (max-width: 1023px) {
  .list-partners li {
    padding: 2rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-partners li {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 2.5rem);
        flex-basis: calc(50% - 2.5rem);
  }
}
.list-partners--size-1 {
  max-width: 74.66%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-partners--size-1 {
    max-width: 100%;
  }
}
.list-partners--size-1 li {
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(33.33% - 1.5rem);
      flex-basis: calc(33.33% - 1.5rem);
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .nav ul {
    display: block;
  }
}
.nav ul li + li {
  margin-left: 3.7rem;
}
@media (max-width: 1199px) {
  .nav ul li + li {
    margin-left: 2rem;
  }
}
@media (max-width: 1023px) {
  .nav ul li + li {
    margin: 0;
  }
}
.nav ul li {
  line-height: 1;
}
@media (max-width: 1023px) {
  .nav ul li {
    padding: 1.8rem 2.5rem;
    background-color: #fff;
  }
}
@media (max-width: 1023px) {
  .nav ul li:nth-child(odd) {
    background-color: #F9F9F9;
  }
}
.nav ul a {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.016em;
}
@media (max-width: 1023px) {
  .nav ul a {
    font-size: 1.8rem;
    color: #262626;
  }
}
.nav ul a:hover {
  text-decoration: underline;
}
.nav li.has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1023px) {
  .nav li.has-children {
    display: block;
  }
}
.nav li.has-children > a {
  margin-right: 0.8rem;
  margin-bottom: -0.4rem;
}
.nav li.has-children i {
  font-size: 1.4rem;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  margin-bottom: -0.4rem;
}
@media (max-width: 1023px) {
  .nav li.has-children i {
    color: #055590;
  }
}
@media (max-width: 1023px) {
  .nav li.has-children.is-open > a {
    color: #055590;
  }
}
@media (max-width: 1023px) {
  .nav li.has-children.is-open i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.nav li.has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 1023.02px) {
  .nav li.has-children:hover i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.nav li.is-current > a {
  text-decoration: underline;
}
.nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 12rem;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background-color: #fff;
  color: #055590;
  border-radius: 0.5rem;
  padding: 1.6rem 2rem;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .nav .sub-menu {
    position: relative;
    opacity: 1;
    padding: 1.3rem 0 0 0;
    background-color: transparent;
  }
}
.nav .sub-menu a {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .nav .sub-menu li:nth-child(odd) {
    background-color: transparent;
  }
}
@media (max-width: 1023px) {
  .nav .sub-menu li {
    padding: 0;
    background-color: transparent;
  }
}
.nav .sub-menu li + li {
  margin: 2rem 0 0 0;
}
@media (max-width: 1023px) {
  .nav .sub-menu li + li {
    margin: 0.9rem 0 0 0;
  }
}
/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 27, 27, 0.8);
  z-index: 100;
  padding: 9.6rem;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  color: #3D3D3D;
}
@media (max-width: 1023px) {
  .popup {
    padding: 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup {
    padding: 0;
  }
}
.popup.is-open {
  opacity: 1;
  pointer-events: all;
}
.popup .subhead {
  font-size: 1.6rem;
  margin-bottom: 3.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup .subhead {
    margin-bottom: 2.5rem;
  }
}
.popup .popup__inner {
  background-color: #fff;
  max-width: 116.2rem;
  margin: 0 auto;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.popup .popup__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 7.2rem;
  height: 7.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  outline: none;
  background-color: #fff;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media (max-width: 1023px) {
  .popup .popup__close {
    width: 6rem;
    height: 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup .popup__close {
    width: 5rem;
    height: 5rem;
    position: fixed;
    -webkit-box-shadow: -1px 1px 9px -4px #000000b8;
            box-shadow: -1px 1px 9px -4px #000000b8;
  }
}
@media (max-width: 575px) {
  .popup .popup__close {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.popup .popup__close:hover {
  background-color: #055590;
}
.popup .popup__close:hover i {
  color: #fff;
}
.popup .popup__close i {
  color: #055590;
  font-size: 3rem;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup .popup__close i {
    font-size: 2rem;
  }
}
.popup .popup__image {
  width: 100%;
  aspect-ratio: 1162/383;
}
@media (max-width: 1023px) {
  .popup .popup__image {
    aspect-ratio: 1162/450;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup .popup__image {
    aspect-ratio: 1162/521;
  }
}
.popup .popup__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup .popup__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.4rem 4.8rem -2.4rem;
  padding-right: 3rem;
  padding-top: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup .popup__images {
    margin: 0 -0.8rem 3.5rem -0.8rem;
  }
}
.popup .popup__images .popup__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 2.4rem;
  aspect-ratio: 497/285;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup .popup__images .popup__image {
    padding: 0 0.8rem;
  }
}
.popup .popup__content {
  padding: 4.5rem 4.8rem 7rem 4.8rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup .popup__content {
    padding: 3rem 2rem 7rem 2rem;
  }
}
.popup h2 {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Fira Sans Extra Condensed", Helvetica, Arial, sans-serif;
  margin-bottom: 3.6rem;
  color: #000;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup h2 {
    font-size: 3rem;
    margin-bottom: 1.8rem;
  }
}
.popup ul {
  /*-webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;*/
  list-style: none;
  margin-top: 2.9rem;
}
.popup ul li {
  position: relative;
  padding-left: 2.3rem;
}
.popup ul li:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  top: 1rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #94B700;
}
.popup ul li + li {
  margin-top: 1.2rem;
}
.popup p {
  margin-bottom: 1.5rem;
}
.popup blockquote {
  font-size: 2rem;
  font-weight: 500;
  padding-left: 5.5rem;
  font-family: "Fira Sans Extra Condensed", Helvetica, Arial, sans-serif;
  margin: 4.9rem 0;
  position: relative;
}
.popup blockquote:before {
  content: "";
  background: url("../images/svg/quote-green.svg") 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 3rem;
  height: 2.5rem;
  background-size: contain;
  background-position: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup blockquote:before {
    width: 2rem;
    height: 2rem;
  }
}
.popup p.caption {
  padding-top: 12px;
  font-weight:700;
  font-size: 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup p.caption {
    font-size: 1.3rem;
  }
}

/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
Section alt
\* ------------------------------------------------------------ */
.section-alt {
  background-color: #262626;
  position: relative;
  overflow: hidden;
  z-index: 0;
  color: #fff;
  padding: 9.3rem 0;
}
@media (max-width: 1023px) {
  .section-alt {
    padding: 7rem 0 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-alt {
    padding: 6rem 0;
  }
}
.section-alt .section__sun {
  position: absolute;
  top: -20rem;
  right: 8rem;
  z-index: -1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-alt .section__sun {
    display: none;
  }
}
.section-alt .subhead {
  color: #fff;
  margin-bottom: 4.3rem;
}
@media (max-width: 1023px) {
  .section-alt .subhead {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-alt .subhead {
    margin-bottom: 2rem;
  }
}
.section-alt .subhead:before {
  background-color: #fff;
}
.section-alt h2 {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-alt h2 {
    margin-bottom: 2.3rem;
  }
}
.section-alt p {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  max-width: 61rem;
}
@media (max-width: 1023px) {
  .section-alt p {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-alt p {
    font-size: 1.4rem;
    line-height: 1.36;
  }
}
.section-alt p + p {
  margin-top: 1.5rem;
}
.section-alt .section__image {
  margin: 0 -5rem 5.7rem 0;
}
@media (max-width: 1023px) {
  .section-alt .section__image {
    margin: 0 0 2rem;
  }
}
.section-alt .section__image img {
  width: 100%;
  height: auto;
}
.section-alt ul {
  list-style: none;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  margin: 2rem 0;
}
.section-alt ul li {
  position: relative;
  padding-left: 1.7rem;
}
.section-alt ul li:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  background-color: #94B700;
  border-radius: 50%;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
}
.section-alt ul li + li {
  margin-top: 1.1rem;
}
.section-alt--white {
  background-color: #fff;
  color: #000;
  padding: 9.3rem 0 5.8rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-alt--white {
    padding-top: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-alt--white .section__image {
    margin-inline: -1.5rem;
    aspect-ratio: 375/236;
    margin-bottom: 4.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-alt--white .section__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section-alt--white .section__body .subhead {
  color: #055590;
}
.section-alt--white .section__body .subhead:before {
  display: block;
  background-color: #055590;
}
/* ------------------------------------------------------------ *\
	Section boxes
\* ------------------------------------------------------------ */
.section-boxes {
  padding: 9.4rem 0;
  background-color: #262626;
  color: #fff;
}
@media (max-width: 1023px) {
  .section-boxes {
    padding: 7rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-boxes {
    padding: 5.8rem 0;
  }
}
.section-boxes .section__head {
  max-width: 89rem;
  margin-bottom: 7.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-boxes .section__head {
    margin-bottom: 3rem;
  }
}
.section-boxes .section__head p {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  margin-bottom: 1.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-boxes .section__head p {
    line-height: 1.36;
  }
}
.section-boxes .section__head p:last-child {
  margin-bottom: 0;
}
.section-boxes .section__head .subhead {
  color: #fff;
  margin-bottom: 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-boxes .section__head .subhead {
    margin-bottom: 2.4rem;
  }
}
.section-boxes .section__head .subhead:before {
  background-color: #fff;
}
.section-boxes .section__head h2 {
  line-height: 1.15;
  font-weight: 500;
  margin-bottom: 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-boxes .section__head h2 {
    line-height: 1.22;
    margin-bottom: 2.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Section media
\* ------------------------------------------------------------ */
.section-media {
  padding: 10.4rem 0;
  position: relative;
  color: #fff;
}
@media (max-width: 1023px) {
  .section-media {
    padding: 8rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-media {
    padding: 1.5rem 0;
  }
}
.section-media .section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-media .section__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.71);
}
.section-media--beige {
  background-color: #FDFBF2;
  border-bottom: 5px solid #FFCC02;
  padding: 7.6rem 0 5.5rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-media--beige {
    padding: 2.2rem 0 1.2rem 0;
  }
}
/* ------------------------------------------------------------ *\
	Section partners
\* ------------------------------------------------------------ */
.section-partners {
  padding: 0 0 9.2rem;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-partners {
    text-align: left;
    padding-bottom: 5rem;
  }
}
.section-partners h3 {
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-partners h3 {
    font-size: 2.4rem;
    margin-bottom: 0.6rem;
  }
}
.section-partners p {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-partners p {
    margin-bottom: 2.2rem;
  }
}
.section-partners .list-partners + h3 {
  margin-top: 6.4rem;
}
.section-partners .list-partners + .list-partners {
  margin-top: 4.5rem;
}
.section-partners .section__link {
  margin-top: 2rem;
}
/* ------------------------------------------------------------ *\
Section primary
\* ------------------------------------------------------------ */
.section-primary {
  position: relative;
  background-color: #F1F1F1;
  z-index: 0;
  overflow: hidden;
}
.section-primary .section__aside {
  position: relative;
  height: 100%;
  color: #fff;
  padding: 9.4rem 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -3.6rem;
}
@media (max-width: 1399px) {
  .section-primary .section__aside {
    margin-left: -1.6rem;
  }
}
@media (max-width: 1199px) {
  .section-primary .section__aside {
    padding: 1rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-primary .section__aside {
    position: relative;
    min-height: 0;
    max-width: 100vw;
    width: 100vw;
    margin: 0 -2.5rem;
    padding: 4.6rem 1rem;
  }
}
.section-primary .section__aside .section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.section-primary .section__aside .section__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.71);
}
.section-primary .section__aside .subhead {
  color: #fff;
  margin-bottom: 4rem;
}
@media (max-width: 1023px) {
  .section-primary .section__aside .subhead {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-primary .section__aside .subhead {
    margin-bottom: 1.6rem;
  }
}
.section-primary .section__aside .subhead:before {
  background-color: #fff;
}
.section-primary .section__aside h2 {
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-primary .section__aside h2 {
    line-height: 1.2;
    margin-bottom: 1.7rem;
  }
}
.section-primary .section__aside .shell {
  margin: 0 auto;
}
.section-primary .section__aside p {
  margin-bottom: 2rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-primary .section__aside p {
    margin-bottom: 1rem;
  }
}
.section-primary .section__aside p:last-child {
  margin-bottom: 0;
}
.section-primary .grid + .grid {
  margin-top: 6.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-primary .grid + .grid {
    margin-top: 3rem;
  }
}
.section-primary .section__content {
  padding: 9.8rem 0 9.4rem 0;
}
@media (max-width: 1199px) {
  .section-primary .section__content {
    padding: 6rem 0;
  }
}
@media (max-width: 1023px) {
  .section-primary .section__content {
    padding: 4rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-primary .section__content {
    max-width: 100%;
    padding: 3rem 0;
  }
}
/* ------------------------------------------------------------ *\
	Section secondary
\* ------------------------------------------------------------ */
.section-secondary {
  padding: 9.5rem 0 10.1rem;
}
@media (max-width: 1023px) {
  .section-secondary {
    padding: 7rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-secondary {
    padding: 5.8rem 0;
  }
}
.section-secondary .section__head {
  text-align: center;
  margin-bottom: 7.1rem;
  padding: 0 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-secondary .section__head {
    padding: 0;
    text-align: left;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-secondary .section__head {
    margin-bottom: 3rem;
  }
}
.section-secondary .section__head .subhead {
  display: inline-block;
  margin-bottom: 4.3rem;
}
@media (max-width: 1023px) {
  .section-secondary .section__head .subhead {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-secondary .section__head .subhead {
    margin-bottom: 1.4rem;
  }
}
.section-secondary .section__head h2 {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 3.5rem;
}
.section-secondary .section__head p {
  font-size: 2rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 1.3;
}
@media (max-width: 1023px) {
  .section-secondary .section__head p {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-secondary .section__head p {
    font-size: 1.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Section summary
\* ------------------------------------------------------------ */
.section-summary {
  padding: 9.4rem 0 5rem 0;
}
@media (max-width: 1023px) {
  .section-summary {
    padding: 7rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-summary {
    padding: 5.9rem 0 3rem 0;
  }
}
.section-summary .section__title {
  text-align: center;
  margin-bottom: 7rem;
}
@media (max-width: 1023px) {
  .section-summary .section__title {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-summary .section__title {
    margin-bottom: 3rem;
  }
}
.section-summary .subhead {
  display: inline-block;
  margin-bottom: 4rem;
}
@media (max-width: 1023px) {
  .section-summary .subhead {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-summary .subhead {
    margin-bottom: 1rem;
  }
}
.section-summary h2 {
  font-weight: 500;
}
.section-summary .section__row {
  border-top: 1px solid rgba(38, 38, 38, 0.1);
  padding-top: 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-summary .section__row {
    padding-top: 1.8rem;
  }
}
.section-summary .section__row:last-child {
  border-bottom: 1px solid rgba(38, 38, 38, 0.1);
}
.section-summary .section__row + .section__row {
  margin-top: 2.4rem;
  padding-bottom: 1.8rem;
}
.section-summary .section__row > h3 {
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 4.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-summary .section__row > h3 {
    font-size: 2.4rem;
    margin-bottom: 1.8rem;
  }
}
/* ------------------------------------------------------------ *\
Section
\* ------------------------------------------------------------ */
.section {
  padding: 12.5rem 0 10rem 0;
}
@media (max-width: 1023px) {
  .section {
    padding: 8rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section {
    padding: 5.5rem 0;
  }
}
.section .section__head {
  margin-bottom: 5rem;
  max-width: 61rem;
}
@media (max-width: 1023px) {
  .section .section__head {
    margin-bottom: 2rem;
  }
}
.section .section__head h2 {
  font-weight: 500;
  line-height: 1.2;
}
.section .section__head .subhead {
  margin-bottom: 4.7rem;
}
@media (max-width: 1023px) {
  .section .section__head .subhead {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__head .subhead {
    margin-bottom: 1.4rem;
  }
}
.section .section__content {
  padding-right: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__content {
    padding-right: 0;
    margin-bottom: 2.5rem;
  }
}
.section .section__body p {
  font-weight: 400;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 1.44;
  margin-bottom: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__body p {
    font-size: 1.4rem;
    line-height: 1.35;
    margin-bottom: 1.5rem;
  }
}
.section .section__body p + p {
  margin-top: 1.8rem;
}
@media (max-width: 1023px) {
  .section .section__body p + p {
    margin-top: 1.5rem;
  }
}
.section--secondary {
  padding: 9.3rem 0;
}
@media (max-width: 1023px) {
  .section--secondary {
    padding: 5.6rem 0;
  }
}
.section--secondary .section__image {
  margin: -5rem 0 6rem -4.5rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 1023px) {
  .section--secondary .section__image {
    margin: 0 0 3rem;
  }
}
.section--secondary .section__image img {
  width: 100%;
  height: auto;
}
.section--secondary .subhead {
  margin-bottom: 4.4rem;
}
@media (max-width: 1023px) {
  .section--secondary .subhead {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--secondary .subhead {
    margin-bottom: 1.5rem;
  }
}
.section--secondary h2 {
  font-weight: 500;
  margin-bottom: 4.4rem;
  line-height: 1.25;
}
@media (max-width: 1023px) {
  .section--secondary h2 {
    margin-bottom: 2rem;
  }
}
.section--secondary .section__body p {
  line-height: 1.4;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
@media (max-width: 1023px) {
  .section--secondary .section__body p {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--secondary .section__body p {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--secondary .testimonial {
    margin-bottom: 2rem;
  }
}
.section--secondary .testimonial span {
  background-color: transparent;
  border-bottom: none;
  font-family: "Fira Sans Extra Condensed", Helvetica, Arial, sans-serif;
  font-weight:500;
  padding: 0;
  margin-bottom: 0;
  color: #006198;
}
.section--secondary .section__body > .grid > .grid__col:first-child {
  padding-top: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--secondary .section__body > .grid > .grid__col:first-child {
    padding-top: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--secondary .section__body > .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.section--alt {
  text-align: center;
  padding: 2.4rem 0 9.6rem 0;
}
@media (max-width: 1023px) {
  .section--alt {
    padding: 6.5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--alt {
    padding-top: 0;
  }
}
.section--alt .section__head {
  margin: 0 auto 7.5rem auto;
}
@media (max-width: 1023px) {
  .section--alt .section__head {
    margin-bottom: 3rem;
  }
}
.section--alt .section__head .subhead {
  display: inline-block;
}
.section--alt .section__head h2 {
  margin-bottom: 2rem;
  font-size: 4rem;
}
@media (max-width: 1023px) {
  .section--alt .section__head h2 {
    margin-bottom: 2rem;
    font-size: 3.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--alt .section__head h2 {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
.section--alt p {
  line-height: 1.3;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
@media (max-width: 1023px) {
  .section--alt p {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--alt p {
    font-size: 1.4rem;
  }
}
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 135rem + 1.5rem * 2 );
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
  width: 100%;
}
.shell--size-1 {
  max-width: 109.6rem;
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Subhead
\* ------------------------------------------------------------ */
.subhead {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #006198;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  position: relative;
  padding-left: 3.5rem;
  letter-spacing: 0.03em;
}
@media (max-width: 1023px) {
  .subhead {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subhead {
    font-size: 1.4rem;
    padding-left: 2.4rem;
  }
}
.subhead:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 0.2rem;
  background-color: #006198;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subhead:before {
    width: 1.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial {
  max-width: 43rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media (max-width: 1023px) {
  .testimonial {
    padding: 0 4rem;
    max-width: 50rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial {
    padding: 4.2rem 2.5rem 0 2.5rem;
    max-width: 100%;
  }
}
.testimonial h3 {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.3;
  margin-bottom: 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial h3 {
    font-size: 1.8rem;
    line-height: 1.27;
    margin-bottom: 3rem;
  }
}
.testimonial h4 {
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.3;
  color: #3d3d3d;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial h4 {
    font-size: 1.8rem;
    line-height: 1.27;
    color: #3d3d3d;
  }
}
.testimonial p {
  font-size: 1.8rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
@media (max-width: 1023px) {
  .testimonial p {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial p {
    font-size: 1.4rem;
  }
}
.testimonial span {
  position: absolute;
  top: -1.7rem;
  left: -11.5rem;
  font-size: 12.6rem;
  font-weight: 500;
  color: #FFCC02;
}
@media (max-width: 1023px) {
  .testimonial span {
    left: -1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial span {
    font-size: 6rem;
    top: 0;
    left: 0;
  }
}
.testimonial .testimonial__bottom {
  top: auto;
  left: auto;
  bottom: -4.7rem;
  right: -11rem;
}
@media (max-width: 1023px) {
  .testimonial .testimonial__bottom {
    right: -1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial .testimonial__bottom {
    right: 0;
    top: 0;
    bottom: auto;
  }
}
.testimonial--secondary {
  text-align: left;
  max-width: 48rem;
  padding-right: 4.5rem;
  color: #262626;
}
@media (max-width: 1399px) {
  .testimonial--secondary {
    padding: 0 4.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial--secondary {
    padding: 0 3rem;
  }
}
.testimonial--secondary span {
  top: -3rem;
  left: -8.5rem;
}
@media (max-width: 1399px) {
  .testimonial--secondary span {
    left: -2rem;
  }
}
@media (max-width: 1023px) {
  .testimonial--secondary span {
    left: -0.8rem;
  }
}
.testimonial--secondary .testimonial__bottom {
  bottom: -5rem;
  right: -3.3rem;
}
@media (max-width: 1023px) {
  .testimonial--secondary .testimonial__bottom {
    right: -0.8rem;
  }
}
.testimonial--primary {
  color: #fff;
  max-width: 75.2rem;
}
@media (max-width: 1023px) {
  .testimonial--primary {
    padding: 0 4.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial--primary {
    padding: 4rem 0.4rem 2rem 0.4rem;
  }
}
.testimonial--primary span {
  color: #94B700;
}
@media (max-width: 1023px) {
  .testimonial--primary span {
    left: -0.8rem;
  }
}
@media (max-width: 1023px) {
  .testimonial--primary .testimonial__bottom {
    right: -0.8rem;
  }
}
.testimonial--dark {
  color: #000;
}
.testimonial--dark span {
  color: #FFCC02;
}
.testimonial--popup{
  max-width: 60rem;
  display:block;
}
.testimonial--popup span{
  margin-left:.2rem;
  margin-right:.2rem;
}

#did--you--know {
  max-width: 80rem;
}
/* ------------------------------------------------------------ *\
	Tile
\* ------------------------------------------------------------ */
.tile .grid__col {
  position: relative;
}
.tile .tile__sun {
  position: absolute;
  bottom: -14rem;
  right: -15rem;
  z-index: -1;
  width: 89rem;
}
@media (max-width: 1199px) {
  .tile .tile__sun {
    width: 70rem;
    bottom: -9rem;
    right: -12rem;
  }
}
@media (max-width: 1023px) {
  .tile .tile__sun {
    width: 55rem;
    bottom: -8rem;
    right: -7rem;
  }
}
.tile .tile__sun img {
  width: 100%;
  height: auto;
}
.tile .tile__content {
  padding: 5rem 7.5rem 0 0;
}
@media (max-width: 1199px) {
  .tile .tile__content {
    padding: 0 4rem 0 0;
  }
}
@media (max-width: 1023px) {
  .tile .tile__content {
    padding: 0 2rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile .tile__content {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.tile .tile__content .subhead {
  margin-bottom: 6.3rem;
}
@media (max-width: 1023px) {
  .tile .tile__content .subhead {
    margin-bottom: 3rem;
  }
}
.tile .tile__content h2 {
  line-height: 1.3;
  margin-bottom: 0;
  color: #262626;
}
/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */
.widgets {
  list-style: none;
  max-width: 41.8rem;
  margin-left: auto;
}
.widget--quote{
  max-width:70rem;
  margin:auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widgets {
    margin-left: 0;
    max-width: none;
  }
}
.widgets .widget + .widget {
  margin-top: 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widgets .widget + .widget {
    margin-top: 3rem;
  }
}
.widgets .widget {
  background-color: rgba(148, 183, 0, 0.05);
  padding: 3.1rem 2.5rem 3.2rem 2.3rem;
  border-bottom: 0.5rem solid #94B700;
}
@media (max-width: 1023px) {
  .widgets .widget {
    padding: 2rem 1.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widgets .widget {
    padding: 0.8rem 1.6rem 1.4rem 1.6rem;
  }
}
.widgets .widget h3 {
  font-weight: 500;
  margin-bottom: 1.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widgets .widget h3 {
    margin-bottom: 1.5rem;
  }
}
.widgets .widget p {
  font-weight: 400;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 1.33;
}
.widgets .widget p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widgets .widget p {
    font-size: 1.4rem;
  }
}
.widgets .widget h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.widgets .widget h3 + h4 {
  margin-top: 1.5rem;
}
.widgets .widget h4 + p {
  margin-top: 0.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widgets .widget h4 + p {
    margin-top: 0.3rem;
  }
}
.widgets .widget p + h4 {
  margin-top: 2.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widgets .widget p + h4 {
    margin-top: 1.1rem;
  }
}
.widgets .widget--blue {
  background-color: rgba(18, 128, 173, 0.05);
  border-bottom-color: #1280AD;
}
.widgets .widget--yellow {
  background-color: rgba(208, 166, 0, 0.05);
  border-bottom-color: #FFCC02;
}
.widgets .widget--purple {
  background-color: #F2F2F8;
  border-bottom-color: #5958A4;
}
.widgets .widget--purple--quote {
  background-color: rgba(113, 0, 166, 0.05);
  border-bottom-color:#5958A4;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widgets--small-gap {
    margin-top: 3.4rem;
  }
}
.widgets--small-gap .widget + .widget {
  margin-top: 2.4rem;
}
.widget--secondary {
  background-color: #545454;
  color: #fff;
  padding: 5rem 4rem 5.3rem 2.9rem;
}
@media (max-width: 1023px) {
  .widget--secondary {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget--secondary {
    margin-top: 3rem;
  }
}
.widget--secondary h3 {
  font-weight: 500;
  margin-bottom: 2rem;
}
.widget--secondary p {
  font-size: 1.6rem;
  line-height: 1.25;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  margin-bottom: 2.8rem;
}
.widget--secondary ul {
  list-style: none;
}
.widget--secondary ul li + li {
  margin-top: 2.8rem;
}
.widget--secondary ul li {
  padding-left: 1.5rem;
  border-left: 0.5rem solid #fff;
}
.widget--secondary ul li h4 {
  font-weight: 500;
  margin-bottom: 0.9rem;
}
.widget--secondary ul li p {
  font-size: 2rem;
  font-family: "Fira Sans Extra Condensed", Helvetica, Arial, sans-serif;
  font-style: italic;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .widget--secondary ul li p {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widgets--reversed-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widgets--reversed-mobile .widget + .widget {
    margin-bottom: 3rem;
  }
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */