@charset "UTF-8";
/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	AOS Overwrites
\* ------------------------------------------------------------ */
.aos-skip {
    -webkit-transition-duration: 0s !important;
         -o-transition-duration: 0s !important;
            transition-duration: 0s !important;
    -webkit-transition-delay: 0s !important;
         -o-transition-delay: 0s !important;
            transition-delay: 0s !important;
}
* {
  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;
}
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: "apparat", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #444444;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  body {
    font-size: 2rem;
  }
}
@media (max-width: 374px) {
  body {
    font-size: 1.8rem;
  }
}
body.is-fixed {
  overflow: hidden;
}
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.2em / 2);
  line-height: 1.2;
  letter-spacing: -0.025em;
  font-family: "apparat", sans-serif;
}
.h1,
h1 {
  font-size: 4.4rem;
}
@media (max-width: 1023px) {
  .h1,
h1 {
    font-size: 3.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h1,
h1 {
    font-size: 3.4rem;
  }
}
.h2,
h2 {
  font-size: 4.4rem;
  text-transform: uppercase;
  color: #013564;
  font-weight: 700;
  padding-top:4rem;
}
@media (max-width: 1023px) {
  .h2,
h2 {
    font-size: 3.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h2,
h2 {
    font-size: 3.6rem;
  }
}
.h3,
h3 {
  font-size: 3rem;
  color: #013564;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h3,
h3 {
    font-size: 2.6rem;
  color: #013564;
  }
}
.h4,
h4 {
  font-size: 2.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h4,
h4 {
    font-size: 2.2rem;
  }
}
.h5,
h5 {
  font-size: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h5,
h5 {
    font-size: 2rem;
  }
}
.h6,
h6 {
  font-size: 2.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h6,
h6 {
    font-size: 2rem;
  }
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.2em;
}
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;
}
sup {
  font-size: 1.2rem;
    }
}
/* ------------------------------------------------------------ *\
  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
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	About
\* ------------------------------------------------------------ */
.about {
  padding-left: 0.7rem;
}
.about .about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .about .about__inner {
    display: block;
  }
}
.about .about__content,
.about .about__aside {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  max-width: 60rem;
}
@media (max-width: 1023px) {
  .about .about__content {
    margin-bottom: 5rem;
    max-width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .about .about__content {
    text-align: center;
    letter-spacing: 0;
  }
}
.about .about__aside {
  margin-right: -2rem;
  margin-top: -0.3rem;
}
@media (max-width: 1599px) {
  .about .about__aside {
    margin: 0;
  }
}
@media (max-width: 1399px) {
  .about .about__aside {
    padding-left: 7rem;
  }
}
@media (max-width: 1023px) {
  .about .about__aside {
    max-width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .about .about__aside {
    padding: 0;
  }
}
/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */
.accordion {
  font-size: 2rem;
  background: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion {
    font-size: 1.6rem;
  }
}
.accordion .accordion__section {
  padding: 0 3.6rem 0 5.1rem;
  position: relative;
  background: #fff;
  -webkit-box-shadow: inset 0 0.3rem 0.3rem rgba(153, 153, 153, 0.31);
          box-shadow: inset 0 0.3rem 0.3rem rgba(153, 153, 153, 0.31);
  border: 0.1rem solid #cccccc;
}
@media (max-width: 1023px) {
  .accordion .accordion__section {
    padding: 0 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion .accordion__section {
    padding: 0 1rem 0 2.5rem;
  }
}
.accordion .accordion__section:before {
  content: "";
  display: block;
  width: 0.9rem;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#5b2d91), to(#023564));
  background: -o-linear-gradient(bottom, #5b2d91 0%, #023564 100%);
  background: linear-gradient(to top, #5b2d91 0%, #023564 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.accordion .accordion__section.is-current:before {
  opacity: 1;
}
.accordion .accordion__section.is-current .accordion__head {
  padding: 3.1rem 0 1.8rem;
}
.accordion .accordion__section.is-current .accordion__title {
  font-weight: 700;
  font-size: 2.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion .accordion__section.is-current .accordion__title {
    font-size: 2rem;
  }
}
.accordion .accordion__section.is-current .accordion__ico {
  color: #222222;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordion .accordion__head {
  padding: 2.5rem 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .accordion .accordion__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.accordion .accordion__title {
  margin-left: 5.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  color: #013564;
  font-size: 2.4rem;
  letter-spacing: 0;
  -webkit-transition: font-size 0.3s;
  -o-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
@media (max-width: 1023px) {
  .accordion .accordion__title {
    margin-left: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion .accordion__title {
    font-size: 1.8rem;
    text-align: left;
  }
}
.accordion .accordion__ico {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  color: #999999;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  -o-transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.accordion .accordion__ico svg {
  width: 100%;
  height: 100%;
}
.accordion .accordion__body {
  padding-bottom: 4.7rem;
  font-weight: 500;
}
/* ------------------------------------------------------------ *\
	Bio
\* ------------------------------------------------------------ */
.bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .bio {
    display: block;
  }
}
.bio h5 {
  margin-left: -0.3rem;
}
.bio h5 span {
  display: block;
  font-style: italic;
  font-weight: 400;
  color: #666666;
  font-size: 2.2rem;
}
.bio .bio__aside {
  padding-top: 0.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 20.9rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .bio .bio__aside {
    margin-bottom: 5rem;
  }
}
.bio .bio__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  max-width: 66.7rem;
}
.bio .bio__image {
  margin-bottom: 3.7rem;
  position: relative;
  height: 25rem;
}
.bio .bio__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
/* ------------------------------------------------------------ *\
	Btn Scroll Next
\* ------------------------------------------------------------ */
.btn-scroll-next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.4rem;
  height: 3.2rem;
  position: relative;
}
@media (hover: hover) {
  .btn-scroll-next:hover {
    -webkit-animation: arrow-bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
            animation: arrow-bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.btn-scroll-next:before {
  content: "";
  margin-top: -2rem;
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  border: solid #fff;
  border-width: 0 0.8rem 0.8rem 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn-scroll-next:before {
    width: 2.7rem;
    height: 2.7rem;
    border-width: 0 0.6rem 0.6rem 0;
  }
}
@-webkit-keyframes arrow-bounce {
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes arrow-bounce {
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
/* ------------------------------------------------------------ *\
	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.5rem;
  color: #fff;
  letter-spacing: -0.025em;
  padding: 2rem 5.1rem 1.8rem;
  min-width: 22.6rem;
  line-height: 1.072;
  background-color: rgb(244, 127, 38);
  background-image: rgb(244, 127, 38);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(238, 51, 57)), to(rgb(244, 127, 38)));
  background-image: -o-linear-gradient(left, rgb(238, 51, 57) 0%, rgb(244, 127, 38) 100%);
  background-image: linear-gradient(to right, rgb(238, 51, 57) 0%, rgb(244, 127, 38) 100%);
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: 75%;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: border-color 0.3s, color 0.3s, background 0.3s !important;
  -o-transition: border-color 0.3s, color 0.3s, background 0.3s !important;
  transition: border-color 0.3s, color 0.3s, background 0.3s !important;
}
@media (hover: hover) {
  .btn:hover {
    background-position: 200%;
  }
}
@media (max-width: 1023px) {
  .btn {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn {
    display: block;
    width: 100%;
    padding: 1.9rem 2rem 1.7rem;
  }
}
@media (max-width: 374px) {
  .btn {
    padding: 1.9rem 1rem 1.7rem;
  }
}
/*  Btn Outline  */
.btn--outline {
  padding: 1.7rem 5.3rem 1.4rem;
  min-width: 25.3rem;
  background: transparent;
  border: 0.3rem solid #999999;
  color: #444444;
}
@media (hover: hover) {
  .btn--outline:hover {
    color: #fff;
    background: #999999;
  }
}
/*  Btn White  */
.btn--white {
  padding: 1.7rem 1rem 1.5rem;
  font-size: 1.5rem;
  color: #fff;
  border: 0.3rem solid currentColor;
  min-width: 31rem;
}
@media (hover: hover) {
  .btn--white:hover {
    background: #fff;
    color: #444444;
    border-color: #fff;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--white {
    min-width: auto;
  }
}
/*  Btn small  */
.btn--small {
  font-size: 1.4rem;
  padding: 1.7rem 5.3rem 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--small {
    padding: 2rem 2rem 1.6rem;
  }
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */
.copyright {
  text-align: center;
  font-size: 1.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .copyright {
    font-size: 1.2rem;
  }
}
/* ------------------------------------------------------------ *\
	Disclosure
\* ------------------------------------------------------------ */
.disclosure h6 {
  margin-bottom: 3.1rem;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .disclosure h6 {
    margin-bottom: 3rem;
  }
}
.disclosure .disclosure__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .disclosure .disclosure__inner {
    gap: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .disclosure .disclosure__inner {
    display: block;
  }
}
.disclosure .disclosure__aside,
.disclosure .disclosure__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.disclosure .disclosure__aside {
  max-width: 62.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .disclosure .disclosure__aside {
    margin-bottom: 3.8rem;
    padding-left: 1.2rem;
  }
}
.disclosure .disclosure__content {
  margin-right: -1rem;
  max-width: 68.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .disclosure .disclosure__content {
    margin-right: 0;
    padding: 0 0.3rem 0 1rem;
  }
}
.disclosure .disclosure__content p + p {
  margin-top: 2.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .disclosure .disclosure__content p + p {
    margin-top: 3.1rem;
  }
}
.disclosure .disclosure__list {
  padding-top: 0.1rem;
  line-height: 1.15;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .disclosure .disclosure__list {
    padding-top: 0;
    line-height: 1.2;
  }
}
.disclosure .disclosure__list li {
  padding-left: 1.9rem;
  list-style-type: none;
  position: relative;
}
.disclosure .disclosure__list li:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: currentColor;
  border-radius: 50%;
  position: absolute;
  top: 0.4rem;
  left: 0;
}
.disclosure .disclosure__list li + li {
  margin-top: 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .disclosure .disclosure__list li + li {
    margin-top: 2.4rem;
  }
}
/* ------------------------------------------------------------ *\
	Faq
\* ------------------------------------------------------------ */
.faq {
  padding: 1.6rem 0 5rem;
}
.faq > h3 {
  margin-bottom: 3.8rem;
  font-weight: 700;
  text-align: center;
}
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field {
  padding: 0.9rem 2rem !important;
  border: 0.3rem solid #cccccc !important;
  background: #fff;
  min-height: 5.13rem !important;
  border-radius: 0 !important;
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .field {
    padding: 1rem 2rem;
  }
}
/*  Field textarea  */
.field--textarea {
  min-height: 8.8rem !important;
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 6.4rem 0 0;
  background: #666666;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "apparat-light", sans-serif;
  letter-spacing: -0.025em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer {
    padding-top: 4rem;
  }
}
.footer b {
  font-family: "apparat", sans-serif;
}
.footer .footer__inner {
  padding-bottom: 7.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__inner {
    padding-bottom: 4.6rem;
  }
}
.footer .footer__entry {
  margin-bottom: 3.2rem;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__entry {
    margin-bottom: 3.6rem;
  }
}
.footer .footer___content {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.footer .footer__bar {
  padding: 3.3rem 0;
  background: #444444;
  color: #cccccc;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__bar {
    padding-top: 3rem;
  }
}
.footer .footer__bar-inner {
  margin: 0 1.4rem 3.5rem 0;
  padding-bottom: 2.1rem;
  gap: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.1rem solid #999999;
}
@media (max-width: 575px) {
  .footer .footer__bar-inner {
    margin-bottom: 2.9rem;
    padding-bottom: 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.9rem;
  }
}
.footer .footer__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer__links li {
  list-style-type: none;
}
.footer .footer__links li + li {
  margin-left: 0.7rem;
  padding-left: 1.5rem;
  position: relative;
}
.footer .footer__links li + li:before {
  content: "|";
  color: #999999;
  position: absolute;
  top: 0;
  left: 0;
}
.footer .footer__links a {
  text-decoration: none;
  font-weight: 400;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__links a {
    font-size: 1.4rem;
  }
}
.footer .footer__socials,
.footer .footer__socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__socials,
.footer .footer__socials ul {
    gap: 1.7rem;
  }
}
.footer .footer__socials h6 {
  margin-bottom: 0;
}
.footer .footer__socials li {
  list-style-type: none;
}
.footer .footer__socials a {
  display: inline-block;
  width: 3.3rem;
  height: 3.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__socials a {
    margin-bottom: 0.3rem;
  }
}
.footer .footer__socials a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* ------------------------------------------------------------ *\
	Form 
\* ------------------------------------------------------------ */
.form {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
@media (max-width: 1023px) {
  .form {
    font-size: 1.8rem;
  }
}
@media (max-width: 374px) {
  .form {
    font-size: 1.6rem;
  }
}
.form .form__head {
  margin-bottom: 3.9rem;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__head {
    font-size: 2.8rem;
  }
}
.form .form__head h3 {
  font-size: 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__head h3 {
    font-size: 2rem;
  }
}
.form .form__body {
  margin-bottom: 1.9rem;
}
.form .form__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.5rem;
}
@media (max-width: 1199px) {
  .form .form__cols {
    margin: -1rem;
  }
}
@media (max-width: 820px) {
  .form .form__cols {
    display: block;
  }
}
.form .form__col {
  padding: 0 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
@media (max-width: 1199px) {
  .form .form__col {
    padding: 0 1rem;
  }
}
@media (max-width: 820px) {
  .form .form__col + .form__col {
    margin-top: 2rem;
  }
}
.form .form__row {
  margin-bottom: 0 !important;
}
.form .form__row + .form__row {
  margin-top: 1.6rem;
}
@media (max-width: 820px) {
  .form .form__row + .form__row {
    margin-top: 2rem !important;
  }
}
.form .form__controls--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2rem;
}
.form .form__label {
  margin-bottom: 0.4rem !important;
  font-weight: 700;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__label {
    padding-right: 3.9rem;
    position: relative;
  }
}
.form .form__btn {
  min-width: 20rem;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__btn {
    font-size: 1.4rem !important;
  }
}
.form .form__footer .form__label {
  margin-bottom: 1.4rem !important;
}
.form .form__radio {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.form .form__tooltip {
  display: inline-block;
  margin-left: 0.1rem;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__tooltip {
    margin-left: 0.5rem;
    position: absolute;
    top: -0.5rem;
    right: 0.4rem;
  }
}
.form .form__tooltip-ico {
  padding: 0.3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  background: red;
  color: #fff;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(238, 51, 57)), to(rgb(244, 127, 38)));
  background: -o-linear-gradient(left, rgb(238, 51, 57) 0%, rgb(244, 127, 38) 100%);
  background: linear-gradient(to right, rgb(238, 51, 57) 0%, rgb(244, 127, 38) 100%);
  text-align: center;
  cursor: pointer;
}
.form .form__tooltip-ico:hover + .form__tooltip-text {
  visibility: visible;
  opacity: 1;
}
.form .form__tooltip-ico svg {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}
.form .form__tooltip-text {
  padding: 0.5rem 1rem;
  display: block;
  position: absolute;
  bottom: 140%;
  left: 0;
  min-width: 40rem;
  max-width: 70rem;
  font-size: 1.5rem !important;
  background: #fff;
  border: 0.3rem solid #cccccc;
  -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__tooltip-text {
    min-width: 26rem;
    max-width: 30rem;
    left: initial;
    right: 0;
  }
}
@media (max-width: 374px) {
  .form .form__recaptcha {
    -webkit-transform: scaleX(0.925);
        -ms-transform: scaleX(0.925);
            transform: scaleX(0.925);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
/* ------------------------------------------------------------ *\
	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;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: 33.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  color: #cccccc;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: #fff;
  padding: 20px 0 0;
  box-shadow: 0 5px 5px rgba(0,0,0,.1);
  z-index: 3;
}
@media (max-width: 820px) {
  .header {
    padding: 1.7rem 0 2.1rem;
    top: 6.5rem;
    background: #444;
  }
  .header:before {
    content: "";
    display: block;
    width: 100%;
    height: 1rem;
    background: #444444;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
  }
}
.header .header__inner {
  position: relative;
}
@media (max-width: 820px) {
  .header .header__inner {
    padding: 0 0.9rem;
    position: static;
    text-align: right;
  }
}
@media (max-width: 820px) {
  .header .header__menu {
    padding: 10rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 100%);
    background: #555555;
    text-align: left;
    overflow: auto;
    -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
            transform: translateX(120%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
.header .header__menu.is-visible {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.header .header__logo {
  position: absolute;
  bottom: -4rem;
  left: 0;
  z-index: 3;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 820px) {
  .header .header__logo {
    position: absolute;
    bottom: -0.7rem;
    left: 2.5rem;
    height: 11.4rem;
    width: 11.1rem;
    max-width: 100%;
  }
}
@media (max-width: 820px) {
  .header .header__logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 820px) {
  .header .header__nav-trigger {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.header .header__nav {
  padding: 3rem 2.7rem 3.4rem;
  -webkit-transition: height 0.3s, padding 0.3s, opacity 0.3s;
  -o-transition: height 0.3s, padding 0.3s, opacity 0.3s;
  transition: height 0.3s, padding 0.3s, opacity 0.3s;
}
@media (max-width: 1023px) {
  .header .header__nav {
    padding: 2.5rem 1.5rem 4rem;
  }
}
@media (max-width: 820px) {
  .header .header__nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 2.5rem 1.3rem;
  }
}
.header .header__nav-secondary {
  padding: 0;
  position: relative;
}
.header .header__nav-secondary:before {
  content: "";
  position: absolute;
  width: 200vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  bottom: 0;
  background: rgba(73, 71, 70, 0.57);
  z-index: -1;
}
@media (max-width: 820px) {
  .header .header__nav-secondary:before {
    display: none;
  }
}
.header .header__nav-secondary:after {
  content: "";
  position: absolute;
  width: 200vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  bottom: 0;
  background: rgba(73, 71, 70, 0.62);
  z-index: -1;
  mix-blend-mode: multiply;
}
@media (max-width: 820px) {
  .header .header__nav-secondary:after {
    display: none;
  }
}
@media (max-width: 820px) {
  .header.is-active:before {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
.header.is-scrolled {
  -webkit-transform: translateY(-13rem);
      -ms-transform: translateY(-13rem);
          transform: translateY(-13rem);
}
@media (max-width: 1023px) {
  .header.is-scrolled {
    -webkit-transform: translateY(-11.8rem);
        -ms-transform: translateY(-11.8rem);
            transform: translateY(-11.8rem);
  }
}
@media (max-width: 820px) {
  .header.is-scrolled {
    -webkit-transform: translateY(-9.5rem);
        -ms-transform: translateY(-9.5rem);
            transform: translateY(-9.5rem);
  }
}
@media (max-width: 820px) {
  .header.is-scrolled .header__menu {
    height: 100vh;
  }
}
.header.is-scrolled .header__nav {
  opacity: 0;
}
@media (max-width: 820px) {
  .header.is-scrolled .header__nav {
    opacity: 0;
  }
}
.header.is-scrolled .header__logo {
  opacity: 0;
}
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
}
.hero .hero__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  isolation: isolate;
}
.hero .hero__media:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(68, 68, 68, 0.62);
}
.hero .hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.hero .hero__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-position: 50%;
     object-position: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .wistia_responsive_padding,
.hero .wistia_embed,
.hero .wistia_embed > *,
.hero .wistia_embed > * > *,
.hero .wistia_embed > * > * > div[id$=_main],
.hero #wistia_grid_60_wrapper,
.hero #wistia_grid_60_main {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  padding-top: 0 !important;
}
.hero .w-video-wrapper video {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.hero .hero__inner {
  padding: 25rem 0 15rem;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__inner {
    padding: 6rem 0 10rem;
  }
}
.hero .hero__content {
  padding: 0 2.5rem 4.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content {
    padding: 8.9rem 0.7rem 0;
    line-height: 1.2;
  }
}
@media (max-width: 374px) {
  .hero .hero__content {
    padding: 8.9rem 0 0;
  }
}
.hero .hero__content h1 {
  margin-bottom: 4.7rem;
  font-size: 3.4rem;
  line-height: 1.41;
  font-family: "apparat-light", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content h1 {
    margin-bottom: 4rem;
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.hero .hero__content h1 strong {
  font-family: "apparat", sans-serif;
}
.hero .hero__content-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero .hero__content-actions a + a {
  margin-top: 2.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content-actions a + a {
    margin-top: 1.8rem;
  }
}
.hero .hero__scroll-to {
  position: absolute;
  bottom: 8.7rem;
  left: calc(50% - 2.7rem);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__scroll-to {
    bottom: 3.2rem;
  }
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Link
\* ------------------------------------------------------------ */
.link {
  text-decoration: none;
  font-weight: 700;
  font-size: inherit;
  letter-spacing: -0.025em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .link {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .link:hover svg {
    -webkit-transform: translateX(0.7rem);
        -ms-transform: translateX(0.7rem);
            transform: translateX(0.7rem);
  }
}
.link svg {
  margin: 0 0.2rem 0.4rem 0;
  display: inline-block;
  vertical-align: middle;
  width: 2.6rem;
  height: 2.6rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .link svg {
    margin: 0 0 0.4rem 0;
    width: 2.3rem;
    height: 2.3rem;
  }
}
/* ------------------------------------------------------------ *\
	List Points
\* ------------------------------------------------------------ */
.list-points {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 6.3rem;
     -moz-column-gap: 6.3rem;
          column-gap: 6.3rem;
  font-size: 2.2rem;
  font-weight: 700;
  counter-reset: list-counter;
}
@media (max-width: 1023px) {
  .list-points {
    font-size: 2rem;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-points {
    -webkit-column-count: initial;
       -moz-column-count: initial;
            column-count: initial;
    font-size: 1.8rem;
  }
}
.list-points li {
  margin: 1.4rem 0;
  padding-left: 10.6rem;
  min-height: 9rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-points li {
    padding-left: 9rem;
    min-height: 7rem;
  }
}
.list-points li:before {
  content: counter(list-counter);
  counter-increment: list-counter;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  -webkit-box-shadow: 0.6rem 1rem 1rem rgba(153, 153, 153, 0.31);
          box-shadow: 0.6rem 1rem 1rem rgba(153, 153, 153, 0.31);
  background: -webkit-gradient(linear, left top, right top, from(rgb(238, 51, 57)), to(rgb(244, 127, 38)));
  background: -o-linear-gradient(left, rgb(238, 51, 57) 0%, rgb(244, 127, 38) 100%);
  background: linear-gradient(to right, rgb(238, 51, 57) 0%, rgb(244, 127, 38) 100%);
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-points li:before {
    width: 7rem;
    height: 7rem;
    font-size: 3rem;
  }
}
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
.list {
  line-height: 1.4;
}
.list li {
  padding-left: 3.4rem;
  margin: 1.4rem 3.4rem;
  list-style-type: none;
  position: relative;
}
.list li:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: currentColor;
  border-radius: 50%;
  position: absolute;
  top: 1.1rem;
  left: 0;
}

/* ------------------------------------------------------------ *\
	Numbered List
\* ------------------------------------------------------------ */
.numbered_list {
  line-height: 1.4;
  margin-left:2rem;
}
.numbered_list li {
  padding-left: 1.5rem;
  margin: 1.6rem 3.4rem;
  list-style-position: outside;
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  max-width: 14rem;
  display: inline-block;
  text-decoration: none;
  -webkit-box-shadow: 0 0.1rem 1rem 0.1rem rgba(153, 153, 153, 0.31);
          box-shadow: 0 0.1rem 1rem 0.1rem rgba(153, 153, 153, 0.31);
}
@media (max-width: 1023px) {
  .logo {
    max-width: 11.7rem;
  }
}
.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
  overflow: hidden
}
/* ------------------------------------------------------------ *\
	Nav secondary
\* ------------------------------------------------------------ */
.nav-secondary {
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: -0.025em;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1023px) {
  .nav-secondary {
    font-size: 1.5rem;
  }
}
@media (max-width: 820px) {
  .nav-secondary {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.nav-secondary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 59.7%;
  margin: 0 auto;
  padding-left: 1.3rem;
}
@media (max-width: 1399px) {
  .nav-secondary ul {
    max-width: 69%;
  }
}
@media (max-width: 1023px) {
  .nav-secondary ul {
    margin: 0 0 0 auto;
    padding-right: 1.7rem;
    max-width: 82%;
  }
}
@media (max-width: 820px) {
  .nav-secondary ul {
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 820px) {
  .nav-secondary li + li {
    margin-top: 4.6rem;
  }
}
.nav-secondary li.is-active a:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.nav-secondary a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
@media (hover: hover) {
  .nav-secondary a:hover:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
  }
}
.nav-secondary a:after {
  content: "";
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  height: 0.9rem;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(238, 51, 57)), to(rgb(244, 127, 38)));
  background: -o-linear-gradient(left, rgb(238, 51, 57) 0%, rgb(244, 127, 38) 100%);
  background: linear-gradient(to right, rgb(238, 51, 57) 0%, rgb(244, 127, 38) 100%);
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
/* ------------------------------------------------------------ *\
	Nav Trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  width: 2.9rem;
  height: 2rem;
  position: relative;
  z-index: 10;
  display: none;
}
.nav-trigger span {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 0.4rem;
  -webkit-transition: opacity 0.3s 0.3s, top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s 0.3s, top 0.3s 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s 0.3s, top 0.3s 0.3s;
  transition: transform 0.3s, opacity 0.3s 0.3s, top 0.3s 0.3s;
  transition: transform 0.3s, opacity 0.3s 0.3s, top 0.3s 0.3s, -webkit-transform 0.3s;
}
.nav-trigger span:nth-child(2) {
  top: 0.8rem;
}
.nav-trigger span:nth-child(3) {
  top: 1.6rem;
}
@media (max-width: 820px) {
  .nav-trigger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.nav-trigger.is-active {
  width: 2.6rem;
}
.nav-trigger.is-active span {
  top: 0.9rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: opacity 0.3s, top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: opacity 0.3s, top 0.3s, -webkit-transform 0.3s 0.3s;
  -o-transition: transform 0.3s 0.3s, opacity 0.3s, top 0.3s;
  transition: transform 0.3s 0.3s, opacity 0.3s, top 0.3s;
  transition: transform 0.3s 0.3s, opacity 0.3s, top 0.3s, -webkit-transform 0.3s 0.3s;
}
.nav-trigger.is-active span:nth-child(2) {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 0;
}
.nav-trigger.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: -0.025em;
  font-weight: 700;
}
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 820px) {
  .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.5rem;
  }
}
.nav li {
  margin-right: 6.9rem;
}
@media (max-width: 820px) {
  .nav li {
    margin: 1.7rem 0;
    width: 100%;
  }
}
.nav li:last-child {
  margin: 0;
}
@media (max-width: 820px) {
  .nav li:last-child {
    margin: 1.7rem 0;
  }
}
.nav a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  .nav a:hover {
    color: #fff;
  }
}
/* ------------------------------------------------------------ *\
	Popup Bio
\* ------------------------------------------------------------ */
.popup-bio {
  margin: 0 auto;
  padding: 5rem 2rem;
  max-width: 124.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup-bio {
    padding: 3rem 1rem;
  }
}
.popup-bio .popup__inner {
  padding: 9.9rem 17.5rem 10.5rem 7.1rem;
  position: relative;
  background: #fff;
}
@media (max-width: 1399px) {
  .popup-bio .popup__inner {
    padding: 9.9rem 10rem 10rem 7.1rem;
  }
}
@media (max-width: 1199px) {
  .popup-bio .popup__inner {
    padding: 10rem 7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup-bio .popup__inner {
    padding: 7rem 3rem;
  }
}
@media (max-width: 374px) {
  .popup-bio .popup__inner {
    padding: 7rem 1.5rem;
  }
}
.popup-bio .popup__close-btn {
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  background: none;
  border: 0;
  color: #222222;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  position: absolute;
  top: 3.3rem;
  right: 4.9rem;
}
@media (max-width: 1199px) {
  .popup-bio .popup__close-btn {
    top: 3rem;
    right: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup-bio .popup__close-btn {
    top: 2rem;
    right: 1.5rem;
  }
}
@media (hover: hover) {
  .popup-bio .popup__close-btn:hover {
    color: #999999;
  }
}
.popup-bio .popup__close-btn svg {
  display: block;
}
/* ------------------------------------------------------------ *\
	Popup Form
\* ------------------------------------------------------------ */
.popup-form {
  margin: 0 auto;
  padding: 5rem 2rem;
  max-width: 80rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup-form {
    padding: 5rem 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup-form {
    padding: 5rem 0;
  }
}
.popup-form .popup__inner {
  padding: 6.8rem 7.3rem 6rem;
  position: relative;
  background: #f1f1f1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup-form .popup__inner {
    padding: 8rem 1.5rem 5rem;
  }
}
.popup-form .popup__close-btn {
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  background: none;
  border: 0;
  color: #222222;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  position: absolute;
  top: 3.3rem;
  right: 3.6rem;
}
@media (max-width: 1199px) {
  .popup-form .popup__close-btn {
    top: 3rem;
    right: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup-form .popup__close-btn {
    right: 2rem;
    right: 1.5rem;
  }
}
@media (hover: hover) {
  .popup-form .popup__close-btn:hover {
    color: #999999;
  }
}
.popup-form .popup__close-btn svg {
  display: block;
}
/* ------------------------------------------------------------ *\
	Profile
\* ------------------------------------------------------------ */
.profile h5 {
  margin-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .profile h5 {
    margin-bottom: 2.6rem;
  }
}
.profile h5 span {
  display: block;
  font-style: italic;
  font-weight: 400;
  color: #666666;
  font-size: 2.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .profile h5 span {
    font-size: 2rem;
  }
}
.profile .profile__head {
  margin-bottom: 0.2rem;
}
.profile .profile__head h3 {
  margin-right: -4rem;
  position: relative;
  font-weight: 500;
  font-size: 4rem;
}
@media (max-width: 1599px) {
  .profile .profile__head h3 {
    margin-right: 0;
  }
}
@media (max-width: 1399px) {
  .profile .profile__head h3 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .profile .profile__head h3 {
    font-size: 3.6rem;
    line-height: 1.16;
  }
}
.profile .profile__head h3 span:before, .profile .profile__head h3 span:after {
  content: "“";
  display: inline-block;
  font-family: "apparat", sans-serif;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#013564), to(#5c2d91));
  background: -o-linear-gradient(left, #013564 0%, #5c2d91 100%);
  background: linear-gradient(to right, #013564 0%, #5c2d91 100%);
  background-clip: red;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: -0.7rem;
  left: -6.5rem;
}
@media (max-width: 1399px) {
  .profile .profile__head h3 span:before, .profile .profile__head h3 span:after {
    font-size: 8rem;
    top: -0.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .profile .profile__head h3 span:before, .profile .profile__head h3 span:after {
    margin-right: 1rem;
    position: relative;
    left: 0;
    top: 3.9rem;
    font-size: 10rem;
  }
}
.profile .profile__head h3 span:after {
  position: relative;
  top: initial;
  left: initial;
  bottom: 0.6rem;
  right: -1.1rem;
  vertical-align: text-top;
}
@media (max-width: 1399px) {
  .profile .profile__head h3 span:after {
    bottom: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .profile .profile__head h3 span:after {
    bottom: 1rem;
  }
}
.profile .profile__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .profile .profile__body {
    display: block;
  }
}
@media (max-width: 1023px) {
  .profile .profile__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .profile .profile__body {
    display: block;
  }
}
.profile .profile__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 20.9rem;
}
@media (max-width: 1199px) {
  .profile .profile__image {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .profile .profile__image {
    margin: 0 auto 2rem;
  }
}
.profile .profile__info {
  padding: 0 0 0.5rem 3.1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 33rem;
}
@media (max-width: 1199px) {
  .profile .profile__info {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .profile .profile__info {
    padding-left: 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .profile .profile__info {
    padding-left: 0;
    max-width: 100%;
    text-align: center;
  }
}
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
.radio {
  width: auto !important;
}
.radio input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none !important;
}
.radio input:checked + span label:after {
  opacity: 1;
}
.radio label {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 700;
}
.radio label:before {
  content: "";
  display: block;
  margin-right: 1rem;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border: 0.3rem solid #cccccc;
  border-radius: 50%;
  pointer-events: none;
}
.radio label:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #ee3938;
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
/* ------------------------------------------------------------ *\
	Section Basics
\* ------------------------------------------------------------ */
.section-basics {
  padding: 2.2rem 0;
}
.section-basics .section__head {
  margin-bottom: 2.6rem;
  padding: 0 3rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-basics .section__head {
    margin-bottom: 2.2rem;
    padding: 0 0.7rem;
    line-height: 1.2;
  }
}
.section-basics .section__head h3 {
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-basics .section__head h3 {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }
}
/*  Section Basics Alt  */
.section-basics--alt .section__head {
  margin: 0 auto 3rem;
  max-width: 117rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-basics--alt .section__head {
    margin-bottom: 2.7rem;
  }
}
/* ------------------------------------------------------------ *\
	Section Callout
\* ------------------------------------------------------------ */
.section-callout {
  padding: 7.7rem 0 9.9rem;
  position: relative;
  isolation: isolate;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout {
    padding: 3.7rem 0 6.7rem;
  }
}
.section-callout h2 {
  color: inherit;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout .section__inner {
    padding: 0 1.1rem;
  }
}
@media (max-width: 374px) {
  .section-callout .section__inner {
    padding: 0;
  }
}
.section-callout .section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-callout .section__background:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #444444;
  opacity: 0.93;
  position: absolute;
  top: 0;
  left: 0;
}
.section-callout .section__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-callout .section__entry {
  margin: 0 auto 3.8rem;
  max-width: 130rem;
  font-weight: 500;
  letter-spacing: -0.025em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout .section__entry {
    margin-bottom: 4.8rem;
  }
}
/* ------------------------------------------------------------ *\
	Section Contacts
\* ------------------------------------------------------------ */
.section-contacts {
  overflow: hidden;
}
.section-contacts .section__head {
  padding: 8.2rem 0 7.1rem;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-contacts .section__head {
    padding: 4.3rem 0 7rem;
  }
}
.section-contacts .section__head h2 {
  margin-bottom: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-contacts .section__head h2 {
    margin-bottom: 1.8rem;
  }
}
.section-contacts .section__head h3 {
  font-size: 4.2rem;
  line-height: 1.25;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-contacts .section__head h3 {
    margin-bottom: 2.8rem;
    font-size: 3.2rem;
  }
}
.section-contacts .section__body {
  padding: 5.5rem 0 11.6rem;
  background: #f1f1f1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-contacts .section__body {
    padding: 3.8rem 0 6.4rem;
  }
}
.section-contacts .section__body-inner {
  margin: 0 auto;
  max-width: 128.8rem;
}
.section-contacts .section__body h4 {
  font-size: 2.8rem;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-contacts .section__body h4 {
    font-size: 2rem;
  }
}
/* ------------------------------------------------------------ *\
	Section Subscribe
\* ------------------------------------------------------------ */
.section-subscribe {
  padding: 5rem 0 8.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#013564), to(#5c2d91));
  background: -o-linear-gradient(#013564 0%, #5c2d91 100%);
  background: linear-gradient(#013564 0%, #5c2d91 100%);
  color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-subscribe {
    padding: 3.5rem 0 5rem;
  }
}
.section-subscribe h3 {
  margin-bottom: 3rem;
  font-weight: 700;
  color: inherit;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-subscribe h3 {
    margin: 0 auto 2.2rem;
    padding: 0 2rem;
  }
}
.section-subscribe .section__entry {
  margin-bottom: 1.6rem;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-subscribe .section__entry {
    letter-spacing: -0.025em;
  }
}
/* ------------------------------------------------------------ *\
	Section tabs
\* ------------------------------------------------------------ */
.section-tabs > .section__head {
  padding: 6rem 0 7.6rem;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-tabs > .section__head {
    padding: 3.1rem 0 5.6rem;
  }
}
.section-tabs > .section__body {
  padding: 4.1rem 0 0.7rem;
  background: #f1f1f1;
}
/*  Section Tabs Alt  */
.section-tabs--alt > .section__head {
  padding: 6.1rem 0 8.7rem;
  background: #444444;
  color: #fff;
}
.section-tabs--alt > .section__head h2 {
  color: inherit;
}
.section-tabs--alt > .section__body {
  padding-bottom: 8.3rem;
  background: #fff;
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 4rem 0 10rem;
  background: #f1f1f1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section {
    padding: 3.1rem 0 5.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section h2 {
    margin-bottom: 2.2rem;
  }
}
.section .section__head {
  margin-bottom: 5rem;
  text-align: center;z
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__head {
    margin-bottom: 4rem;
  }
}
.section .section__entry {
  letter-spacing: -0.025em;
}
.section .section__body {
  margin-bottom: 5.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__body {
    margin-bottom: 0;
  }
}
.section .section__actions {
  text-align: center;
}

/* ------------------------------------------------------------ *\
	Section Article
\* ------------------------------------------------------------ */

.section-article {
  padding: 7.8rem 0 1rem;
  margin-top: 130px;
  background: #f1f1f1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article {
    padding: 3.1rem 0 5.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article h2 {
    margin-bottom: 2.2rem;
  }
}
.section-article .section__head {
  margin-bottom: 5rem;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article .section__head {
    margin-bottom: 4rem;
  }
}
.section-article .section__entry {
  letter-spacing: -0.025em;
}
.section-article .section__body {
  margin-bottom: 5.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article .section__body {
    margin-bottom: 0;
  }
}
.section-article .section__actions {
  text-align: center;
}

}
.section-article .section__table {
  font-size: 2.4rem;
  line-height: 1.25;
  color: #333;
  font-weight: 400;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__table {
    font-size: 2rem;
  }
}
.section-article .section__table h3, .section .section__table .h3 {
  text-align: center;
  color: #444444;
  font-size: 4.2rem;
  line-height: 0.86;
  letter-spacing: -0.025em;
  font-weight: 700;
  margin-bottom: 3.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article .section__table h3, .section .section__table .h3 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article .section__table table {
    width: 100rem;
  }
}
.section-article .section__table thead tr {
  border-bottom: 0.1rem solid #999;
}
.section-article .section__table thead th {
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  padding-bottom: 1.5rem;
}
.section-article .section__table tbody tr {
  border-bottom: 0.1rem solid #ccc;
}
.section-article .section__table tbody tr:last-child {
  border-bottom: 0;
}
.section-article .section__table tbody td {
  text-align: center;
  height: 6rem;
}
.section-article .section__table tbody td:first-child {
  text-align: left;
  padding-left: 0.4rem;
  width: 30%;
}
.section-article .section__table tbody td:nth-child(2) {

}
.section-article .section__table tbody td:nth-child(3) {

}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article .section__table tbody td {
    padding: 0 1rem;
    width: 20%;
  }
  .section-article .section__table tbody td:first-child {
    padding-right: 0.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article .section__table-inner {
    overflow: auto;
  }
}


/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select {
  position: relative;
}
.select:before {
  content: "";
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  border: solid #666666;
  border-width: 0 0.4rem 0.4rem 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 1.4rem;
  right: 1.9rem;
  pointer-events: none;
}
.select:after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 100%;
  background: #cccccc;
  position: absolute;
  right: 5.5rem;
  top: 0;
  pointer-events: none;
}
.select select::-ms-expand {
  display: none;
}
.select select {
  padding: 1.1rem 7rem 1.1rem 2rem;
  border: 0.3rem solid #cccccc;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-height: 5.13rem;
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .select select {
    padding: 1.3rem 7rem 1.1rem 2rem;
  }
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 137.4rem + 2rem * 2 );
  padding-left: 2rem;
  padding-right: 2rem;
  margin: auto;
  width: 100%;
}
/*  Shell big  */
.shell--big {
  max-width: calc( 172.7rem + 2rem * 2 );
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider .slider__clip {
  margin-bottom: 2.7rem;
}
.slider .slider__slides--grid {
  display: grid;
  gap: 3rem 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider .slider__slides--grid {
    display: block;
  }
}
.slider .slider__slides--cols-4 {
  grid-template-columns: repeat(4, calc(25% - 1.5rem));
}
@media (max-width: 1199px) {
  .slider .slider__slides--cols-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) {
  .slider .slider__slides--cols-4 {
    grid-template-columns: repeat(2, calc(50% - 1.5rem));
  }
}
.slider .slider__slides--cols-3 {
  grid-template-columns: repeat(3, calc(33.3333333333% - 1.5rem));
}
@media (max-width: 1023px) {
  .slider .slider__slides--cols-3 {
    grid-template-columns: repeat(2, calc(50% - 1.5rem));
  }
}
.slider .slider__actions {
  padding: 0 1.3rem;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider .slider__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.slider .slider__arrow {
  width: 2.8rem;
  height: 4.8rem;
  border: none;
  background: transparent;
  position: relative;
}
.slider .slider__arrow:before {
  content: "";
  display: block;
  width: 3.3rem;
  height: 3.3rem;
  border: solid #666666;
  border-width: 0.7rem 0.7rem 0 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slider .slider__arrow.slick-disabled:before {
  border-color: #cccccc;
}
.slider .slider__arrow--prev:before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.slider .slider__counter {
  font-size: 1.8rem;
}
/* ------------------------------------------------------------ *\
	Steps
\* ------------------------------------------------------------ */
.steps {
  padding: 0 0.4rem 0 0.8rem;
  color: #fff;
  text-align: center;
  letter-spacing: -0.025em;
}
@media (max-width: 1199px) {
  .steps {
    padding: 0;
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  .steps {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .steps {
    margin: 0 -2rem;
    font-size: 2rem;
    font-weight: 700;
  }
}
.steps ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .steps ul {
    display: block;
  }
}
.steps li {
  padding: 2.8rem 4rem 3.6rem;
  list-style-type: none;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 53, 100)), to(rgb(31, 53, 109)));
  background: -o-linear-gradient(left, rgb(0, 53, 100) 0%, rgb(31, 53, 109) 100%);
  background: linear-gradient(to right, rgb(0, 53, 100) 0%, rgb(31, 53, 109) 100%);
}
@media (max-width: 1399px) {
  .steps li {
    padding: 2.8rem 2rem 3.6rem;
  }
}
@media (max-width: 1023px) {
  .steps li {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .steps li {
    padding: 2.1rem 5rem 3.7rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 53, 100)), to(rgb(31, 53, 109)));
    background: -o-linear-gradient(top, rgb(0, 53, 100) 0%, rgb(31, 53, 109) 100%);
    background: linear-gradient(to bottom, rgb(0, 53, 100) 0%, rgb(31, 53, 109) 100%);
    min-height: 21rem;
  }
}
@media (max-width: 374px) {
  .steps li {
    padding: 2.1rem 4rem 3.7rem;
  }
}
.steps li:nth-child(2) {
  background: -webkit-gradient(linear, left top, right top, from(rgb(32, 53, 110)), to(rgb(32, 53, 109)));
  background: -o-linear-gradient(left, rgb(32, 53, 110) 0%, rgb(32, 53, 109) 100%);
  background: linear-gradient(to right, rgb(32, 53, 110) 0%, rgb(32, 53, 109) 100%);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .steps li:nth-child(2) {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(32, 53, 110)), to(rgb(32, 53, 109)));
    background: -o-linear-gradient(top, rgb(32, 53, 110) 0%, rgb(32, 53, 109) 100%);
    background: linear-gradient(to bottom, rgb(32, 53, 110) 0%, rgb(32, 53, 109) 100%);
  }
}
.steps li:nth-child(3) {
  background: -webkit-gradient(linear, left top, right top, from(rgb(32, 53, 109)), color-stop(50%, rgb(57, 52, 122)), to(rgb(79, 48, 136)));
  background: -o-linear-gradient(left, rgb(32, 53, 109) 0%, rgb(57, 52, 122) 50%, rgb(79, 48, 136) 100%);
  background: linear-gradient(to right, rgb(32, 53, 109) 0%, rgb(57, 52, 122) 50%, rgb(79, 48, 136) 100%);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .steps li:nth-child(3) {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(32, 53, 109)), color-stop(50%, rgb(57, 52, 122)), to(rgb(79, 48, 136)));
    background: -o-linear-gradient(top, rgb(32, 53, 109) 0%, rgb(57, 52, 122) 50%, rgb(79, 48, 136) 100%);
    background: linear-gradient(to bottom, rgb(32, 53, 109) 0%, rgb(57, 52, 122) 50%, rgb(79, 48, 136) 100%);
  }
}
.steps li:nth-child(4) {
  background: -webkit-gradient(linear, left top, right top, from(rgb(79, 48, 136)), color-stop(20%, rgb(79, 49, 136)), color-stop(42%, rgb(87, 47, 141)), to(rgb(93, 45, 144)));
  background: -o-linear-gradient(left, rgb(79, 48, 136) 0%, rgb(79, 49, 136) 20%, rgb(87, 47, 141) 42%, rgb(93, 45, 144) 100%);
  background: linear-gradient(to right, rgb(79, 48, 136) 0%, rgb(79, 49, 136) 20%, rgb(87, 47, 141) 42%, rgb(93, 45, 144) 100%);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .steps li:nth-child(4) {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(79, 48, 136)), color-stop(20%, rgb(79, 49, 136)), color-stop(42%, rgb(87, 47, 141)), to(rgb(93, 45, 144)));
    background: -o-linear-gradient(top, rgb(79, 48, 136) 0%, rgb(79, 49, 136) 20%, rgb(87, 47, 141) 42%, rgb(93, 45, 144) 100%);
    background: linear-gradient(to bottom, rgb(79, 48, 136) 0%, rgb(79, 49, 136) 20%, rgb(87, 47, 141) 42%, rgb(93, 45, 144) 100%);
  }
}
.steps li + li {
  border-left: 0.3rem solid #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .steps li + li {
    border-left: none;
    border-top: 0.3rem solid #fff;
  }
}
.steps h4 {
  letter-spacing: 0;
  font-weight: 700;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .steps h4 {
    font-size: 2.4rem;
  }
}
/* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */
.subscribe {
  font-size: 2rem;
}
.subscribe .subscribe__form {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  background: transparent !important;
}
.subscribe .subscribe__inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 72rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subscribe .subscribe__inner {
    display: block;
  }
}
.subscribe .subscribe__label {
  display: none !important;
}
.subscribe .subscribe__content {
  margin: 0 !important;
  float: none !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.subscribe .subscribe__field-wrapper {
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subscribe .subscribe__field-wrapper {
    margin-bottom: 1.3rem;
  }
}
.subscribe .subscribe__field {
  padding: 1.4rem 2.8rem 1.2rem !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  background: #fff;
  height: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  letter-spacing: -0.025em;
  color: #444444;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subscribe .subscribe__field {
    font-size: 1.7rem !important;
    padding: 1.4rem 2rem 1.3rem !important;
    text-align: center;
  }
}
.subscribe .subscribe__field::-webkit-input-placeholder {
  color: #cccccc;
}
.subscribe .subscribe__field::-moz-placeholder {
  color: #cccccc;
}
.subscribe .subscribe__field:-ms-input-placeholder {
  color: #cccccc;
}
.subscribe .subscribe__field::-ms-input-placeholder {
  color: #cccccc;
}
.subscribe .subscribe__field::placeholder {
  color: #cccccc;
}
.subscribe .subscribe__actions {
  margin: 0 0 0 0.4rem !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  float: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subscribe .subscribe__actions {
    margin: 0 !important;
  }
}
.subscribe .subscribe__btn {
  padding: 2rem !important;
  border: none !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  min-width: 17.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subscribe .subscribe__btn {
    padding: 1.8rem !important;
    display: block;
    width: 100%;
    font-size: 1.4rem !important;
  }
}
/* ------------------------------------------------------------ *\
	Tab
\* ------------------------------------------------------------ */
.tab {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.tab .tab__entry {
  margin-bottom: 3rem;
  text-align: center;
}
.tab .tab__actions {
  padding: 1rem 0 7rem;
  text-align: center;
}
.tab.is-current {
  position: relative;
  z-index: 1;
  opacity: 1;
  pointer-events: all;
}
/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */
.tabs .tabs__head {
  margin: -7.4rem 0 5rem;
}
.tabs .tabs__nav {
  position: relative;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  background: none;
}
@media (max-width: 1023px) {
  .tabs .tabs__nav {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__nav {
    margin: 0 -2rem;
    height: 4.2rem;
    overflow: hidden;
    -webkit-transition: height 0.3s, background 0.3s;
    -o-transition: height 0.3s, background 0.3s;
    transition: height 0.3s, background 0.3s;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__nav.is-expanded {
    background: #fff;
  }
  .tabs .tabs__nav.is-expanded li {
    opacity: 1;
  }
}
.tabs .tabs__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11.3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  .tabs .tabs__nav ul {
    gap: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__nav ul {
    margin: 0 auto;
    padding-bottom: 2.5rem;
    display: grid;
    justify-items: center;
    gap: 0;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    position: relative;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__nav ul li {
    padding: 0.5rem 0 2rem;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__nav ul li.is-current {
    padding-bottom: 3rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    opacity: 1;
  }
}
.tabs .tabs__nav ul li.is-current a {
  color: #444444;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__nav ul li.is-current a {
    padding-right: 2.3rem;
  }
  .tabs .tabs__nav ul li.is-current a:before {
    content: "";
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    border: solid #666666;
    border-width: 0 0.3rem 0.3rem 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 0rem;
    top: -0.4rem;
    pointer-events: none;
  }
}
.tabs .tabs__nav ul li.is-current a:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.tabs .tabs__nav a {
  text-decoration: none;
  position: relative;
  color: #888888;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  letter-spacing: -0.025em;
}
@media (hover: hover) {
  .tabs .tabs__nav a:hover:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
  }
}
.tabs .tabs__nav a:after {
  content: "";
  position: absolute;
  top: calc(100% + 1.1rem);
  left: 0;
  height: 0.9rem;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(238, 51, 57)), to(rgb(244, 127, 38)));
  background: -o-linear-gradient(left, rgb(238, 51, 57) 0%, rgb(244, 127, 38) 100%);
  background: linear-gradient(to right, rgb(238, 51, 57) 0%, rgb(244, 127, 38) 100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}
.tabs .tabs__body {
  padding-top: 1rem;
  position: relative;
  isolation: isolate;
}
/*  Tabs Alt  */
@media (hover: hover) {
  .tabs--alt .tabs__nav a:hover {
    color: #fff;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs--alt .tabs__nav a {
    color: #fff;
  }
}
.tabs--alt .tabs__nav ul li.is-current a {
  color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs--alt .tabs__nav ul li.is-current a:before {
    border-color: currentColor;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs--alt .tabs__nav.is-expanded {
    background: #444444;
  }
}
.tabs--alt .tabs__body {
  padding-top: 3.9rem;
}
/* ------------------------------------------------------------ *\
	Tile 
\* ------------------------------------------------------------ */
.tile {
  text-align: center;
  border: 0.1rem solid #cccccc;
  -webkit-box-shadow: 0.1rem 1rem 1rem rgba(204, 204, 204, 0.31);
          box-shadow: 0.1rem 1rem 1rem rgba(204, 204, 204, 0.31);
  overflow: hidden;
}
.tile:hover .tile__image-overlay {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.tile:hover .tile__label {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.tile:hover .tile__image img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.tile a {
  font-size: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile a {
    font-size: 1.6rem;
  }
}
.tile h5 {
  margin-bottom: 0.8rem;
  font-size: 2.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile h5 {
    font-size: 2rem;
  }
}
.tile h5 em {
  margin-bottom: 0.8rem;
  display: block;
  font-style: normal;
  color: #ee3938;
  font-size: 1.6rem;
  text-transform: uppercase;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile h5 em {
    font-size: 1.3rem;
  }
}
.tile .tile__image {
  height: 21.7rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .tile .tile__image {
    height: 23rem;
  }
}
@media (max-width: 1023px) {
  .tile .tile__image {
    height: auto;
    position: relative;
    padding-bottom: 66.25%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile .tile__image {
    height: 18.2rem;
  }
}
.tile .tile__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 1023px) {
  .tile .tile__image img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.tile .tile__image-overlay {
  padding: 2.7rem 2rem 2rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(68, 68, 68, 0.84);
  text-align: center;
  color: #fff;
  -webkit-transform: translateY(-102%);
      -ms-transform: translateY(-102%);
          transform: translateY(-102%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile .tile__image-overlay {
    padding: 2.1rem 2rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: -0.025em;
  }
}
.tile .tile__list-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  font-size: 2.1rem;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .tile .tile__list-data {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile .tile__list-data {
    margin-bottom: 1.1rem;
    font-size: 1.6rem;
    gap: 1.3rem;
  }
}
.tile .tile__list-data li {
  list-style-type: none;
}
.tile .tile__list-data small {
  margin-bottom: 0.5rem;
  display: block;
  color: #cccccc;
  font-size: 1.25rem;
  text-transform: uppercase;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile .tile__list-data small {
    font-size: 1.2rem;
  }
}
.tile .tile__label {
  padding: 1.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  min-width: 21.9rem;
  font-size: 1.7rem;
  border: 0.2rem inset rgba(255, 255, 255, 0.7);
  border-right-width: 0;
  background: -webkit-gradient(linear, left top, right top, from(#5b2d90), to(#023564));
  background: -o-linear-gradient(left, #5b2d90 0%, #023564 100%);
  background: linear-gradient(to right, #5b2d90 0%, #023564 100%);
  position: absolute;
  right: 0;
  top: -2rem;
  opacity: 1;
  -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile .tile__label {
    padding: 0.9rem 1rem 0.7rem;
    min-width: 17.7rem;
    font-size: 1.5rem;
  }
}
.tile .tile__content {
  padding: 4.2rem 2rem 3.5rem;
  position: relative;
  background: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile .tile__content {
    padding: 3.4rem 2rem 3.2rem;
  }
}
.tile .tile__link span {
  color: #592e8f;
}
.tile .tile__meta {
  font-size: 1.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile .tile__meta {
    font-size: 1.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Timeline 
\* ------------------------------------------------------------ */
.timeline {
  padding: 1.3rem 0 11rem;
  margin: 0 auto;
  max-width: 119.3rem;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .timeline {
    padding: 1.3rem 0.7rem 3.6rem 1.7rem;
  }
}
@media (max-width: 374px) {
  .timeline {
    padding: 1.3rem 0 3rem;
  }
}
.timeline ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  isolation: isolate;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .timeline ul {
    display: block;
  }
}
.timeline li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  max-width: 16.9rem;
  list-style-type: none;
}
@media (max-width: 1023px) {
  .timeline li {
    max-width: 12.9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .timeline li {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.timeline li.timeline__intermediate {
  margin-bottom: 1.8rem;
  border-top: 0.7rem solid #cccccc;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  max-width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  gap: 1.8rem;
  position: relative;
}
@media (max-width: 1023px) {
  .timeline li.timeline__intermediate {
    margin-bottom: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .timeline li.timeline__intermediate {
    margin-left: 7rem;
    padding: 2.1rem 0 2.3rem;
    border-top: none;
    border-left: 0.7rem solid #cccccc;
  }
}
@media (max-width: 374px) {
  .timeline li.timeline__intermediate {
    margin-left: 5.6rem;
  }
}
.timeline li.timeline__intermediate:before {
  margin: 0 auto 0.7rem;
  content: "";
  display: block;
  width: 0.2rem;
  height: 5.6rem;
  background: #444444;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .timeline li.timeline__intermediate:before {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin: 0 auto 0 0;
    width: 7.3rem;
    height: 0.2rem;
  }
}
@media (max-width: 374px) {
  .timeline li.timeline__intermediate:before {
    width: 6rem;
  }
}
.timeline h6 {
  margin: 0 -3rem 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 1399px) {
  .timeline h6 {
    margin: 0 auto 1.5rem;
  }
}
@media (max-width: 1023px) {
  .timeline h6 {
    font-size: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .timeline h6 {
    margin-bottom: 0;
  }
}
@media (max-width: 374px) {
  .timeline h6 {
    font-size: 1.8rem;
  }
}
.timeline small {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 25.6rem;
  font-size: 1.8rem;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .timeline small {
    width: 120%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .timeline small {
    width: 100%;
    max-width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: static;
  }
}
@media (max-width: 374px) {
  .timeline small {
    font-size: 1.6rem;
  }
}
.timeline .timeline__point {
  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;
  width: 16.9rem;
  height: 16.9rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(238, 51, 57)), to(rgb(244, 127, 38)));
  background: -o-linear-gradient(left, rgb(238, 51, 57) 0%, rgb(244, 127, 38) 100%);
  background: linear-gradient(to right, rgb(238, 51, 57) 0%, rgb(244, 127, 38) 100%);
  border-radius: 50%;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  -webkit-box-shadow: 0.6rem 1rem 1rem rgba(153, 153, 153, 0.31);
          box-shadow: 0.6rem 1rem 1rem rgba(153, 153, 153, 0.31);
}
@media (max-width: 1023px) {
  .timeline .timeline__point {
    width: 12.9rem;
    height: 12.9rem;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .timeline .timeline__point {
    margin-right: 0.9rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 14.9rem;
    height: 14.9rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 374px) {
  .timeline .timeline__point {
    margin-right: 1.5rem;
    width: 12rem;
    height: 12rem;
    font-size: 2rem;
  }
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
/* ------------------------------------------------------------ *\
	Section Process
\* ------------------------------------------------------------ */
.section-process .section__head {
  margin: 0 auto 3.7rem;
  max-width: 125rem;
  text-align: center;
}
.section-process .section__head h5 {
  margin-bottom: 4rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
}
.section-process .section__head h3 {
  font-weight: 700;
}
.section-process .section__body {
  margin: 0 auto;
  max-width: 126.3rem;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Magnific Overwrites
\* ------------------------------------------------------------ */
.mfp-bg {
  background: rgba(68, 68, 68, 0.85) !important;
  opacity: 1 !important;
}