/* 
	Color palette 
 */
/* 
	Layout 
 */
/* 
	Typography 
 */
/* 
	Base styles
 */
/* 
	Typography 
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400..700&family=Kode+Mono:wght@500&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code, em, img, small, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, label, input, textarea, select, button,
table, caption, thead, tbody, tfoot, tr, th, td {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, audio, canvas, video, picture {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  line-height: inherit;
}

address, cite, code {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

ol, ul {
  list-style: none;
}

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

input, textarea, select {
  display: block;
  outline: none;
  resize: none;
}

button {
  display: block;
  resize: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body {
  min-height: 100%;
}

*, *:before, *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html,
body {
  height: 100%;
  min-height: 100%;
}

body {
  align-items: normal;
  display: flex;
  flex-direction: column;
  transition: all 0.25s;
}

.main {
  padding-top: 6rem;
}
@media (min-width: 901px) {
  .main {
    padding-top: 7rem;
  }
}

.wrapper {
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  width: 100%;
}
@media (min-width: 901px) {
  .wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1501px) {
  .wrapper {
    max-width: 1392px;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.layer {
  padding: 5rem 0;
  position: relative;
}
@media (min-width: 901px) {
  .layer {
    padding: 7.5rem 0;
  }
}
@media (min-width: 1501px) {
  .layer {
    padding: 10rem 0;
  }
}
.layer--reduced {
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 901px) {
  .layer--reduced {
    padding: 4rem 0;
  }
}
@media (min-width: 1501px) {
  .layer--reduced {
    padding: 5rem 0;
  }
}
.layer--no-pad-top {
  padding-top: 0;
}
.layer--no-pad-bot {
  padding-bottom: 0;
}

.page-header {
  padding-top: 5rem;
}
@media (min-width: 901px) {
  .page-header {
    padding-top: 7.5rem;
  }
}
@media (min-width: 1501px) {
  .page-header {
    padding-top: 10rem;
  }
}
.page-header__title {
  margin-bottom: 2.4rem;
}

.section-header {
  margin-bottom: 2.4rem;
}
@media (min-width: 901px) {
  .section-header {
    margin-bottom: 3.2rem;
  }
}
@media (min-width: 1201px) {
  .section-header {
    margin-bottom: 4rem;
  }
}
.section-header .heading--h2 {
  margin: 0;
}

.card {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  height: 100%;
  padding: 2.4rem;
  justify-content: space-between;
  text-align: center;
}
@media (min-width: 1201px) {
  .card {
    padding: 3.2rem;
  }
}
@media (min-width: 1501px) {
  .card {
    padding: 4.8rem;
  }
}
.card__header {
  margin-bottom: 1.6rem;
}
ol .card__header:before {
  color: #067FDB;
  content: counter(col-counter, decimal-leading-zero);
  font-family: "Kode Mono";
  font-size: 4.4rem;
  font-weight: 500;
}
.card__title {
  color: #012351;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
}
@media (min-width: 901px) {
  .card__title {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
}
.card__body {
  color: #A9ADAF;
  font-size: 1.8rem;
}

ol.row {
  counter-reset: col-counter;
}
ol.row > li {
  counter-increment: col-counter;
}

.feature {
  background: #000;
  color: #fff;
}
@media (min-width: 901px) {
  .feature {
    display: flex;
  }
}
.feature--green {
  background: #01510D;
}
.feature--blue {
  background: #012351;
}
@media (min-width: 901px) {
  .feature--blue {
    flex-direction: row-reverse;
  }
}
.feature__image {
  align-items: flex-end;
  display: flex;
}
@media (min-width: 901px) {
  .feature__image {
    width: 50%;
  }
}
@media (min-width: 1201px) {
  .feature--green .feature__image {
    width: 60%;
  }
}
.feature__content {
  display: flex;
  flex-direction: column;
  padding: 3.2rem;
}
@media (min-width: 901px) {
  .feature__content {
    padding: 4.8rem;
    width: 50%;
  }
}
@media (min-width: 1201px) {
  .feature--green .feature__content {
    margin-right: -5%;
  }
}
@media (min-width: 1501px) {
  .feature__content {
    padding: 6.4rem;
  }
}
.feature__eyebrow {
  border-bottom: 1px solid #fff;
  display: inline-flex;
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
  padding-bottom: 0.8rem;
}
.feature--green .feature__eyebrow {
  border-color: #3ED671;
}
.feature--blue .feature__eyebrow {
  border-color: #197AEB;
}
.feature__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 4.2rem;
  margin-bottom: 1.6rem;
}
.feature__title strong {
  font-weight: 700;
}
.feature__copy {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (min-width: 901px) {
  .feature__copy {
    gap: 2.4rem;
  }
}
@media (min-width: 1201px) {
  .feature__copy {
    gap: 3.2rem;
  }
}

.post {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.post__image {
  position: relative;
}
.post__image a {
  display: block;
}
.post__image a:before {
  content: "";
  background: #000;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.25s;
  width: 100%;
}
.post__image a:hover:before {
  opacity: 0.25;
}
.post__eyebrow {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
.post__title {
  font-size: 1.8rem;
}
.post__title a:hover {
  text-decoration: underline;
}

.grid {
  position: relative;
}

.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
@media (min-width: 601px) {
  .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (min-width: 901px) {
  .row {
    flex-direction: row;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.row:last-child {
  margin-bottom: -2rem;
}
@media (min-width: 901px) {
  .row:last-child {
    margin-bottom: -3rem;
  }
}
.grid--reduced .row {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 601px) {
  .grid--reduced .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.grid--reduced .row:last-child {
  margin-bottom: -1.5rem;
}
.grid--spaced .row {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 601px) {
  .grid--spaced .row {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media (min-width: 901px) {
  .grid--spaced .row:last-child {
    margin-bottom: -6rem;
  }
}
.row--space-between {
  justify-content: space-between;
}
.row--spaced-top {
  margin-top: 2rem;
}
@media (min-width: 901px) {
  .row--spaced-top {
    margin-top: 3rem;
  }
}
.row--v-center {
  align-items: center;
}
.row--h-start {
  justify-content: flex-start;
}
.row--h-center {
  justify-content: center;
}
.row--h-end {
  justify-content: flex-end;
}
.row--reverse {
  flex-direction: row-reverse;
}

.col {
  flex: 1 0 100%;
  margin-bottom: 2rem;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
@media (min-width: 901px) {
  .col {
    margin-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.grid--reduced .col {
  margin-bottom: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.grid--spaced .col {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (min-width: 901px) {
  .grid--spaced .col {
    margin-bottom: 6rem;
  }
}
.col-1 {
  flex: 1 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 1 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 1 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 1 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 1 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 1 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 1 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 1 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 1 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 1 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 1 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 1 0 100%;
  max-width: 100%;
}
@media (min-width: 601px) {
  .col-sm-1 {
    flex: 1 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 1 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 1 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 1 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 1 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 1 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 1 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 1 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 1 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 1 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 901px) {
  .col-md-1 {
    flex: 1 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 1 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 1 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 1 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 1 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 1 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 1 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 1 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 1 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 1 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1201px) {
  .col-lg-1 {
    flex: 1 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 1 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 1 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 1 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 1 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 1 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 1 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 1 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 1 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 1 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 901px) {
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 1201px) {
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Inter", "Helvetica", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  position: relative;
}

p {
  margin-bottom: 1.6rem;
}
p:last-child {
  margin-bottom: 0;
}

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

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.sr-only {
  border: none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.text-block {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.interior-page .text-block {
  color: #000;
}
.text-block--medium {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.text-block--large {
  font-size: 2rem;
  line-height: 2.8rem;
}
@media (min-width: 901px) {
  .text-block--large {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.text-block p {
  margin-bottom: 1.6rem;
}
.text-block p:last-child {
  margin: 0;
}
.interior-page .text-block p {
  margin-bottom: 2.4rem;
}
.text-block h2 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.2rem;
  margin-bottom: 1.6rem;
  margin-top: 4.8rem;
}
@media (min-width: 901px) {
  .text-block h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}
.text-block h2:first-child {
  margin-top: 0;
}
.text-block h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6rem;
  margin-bottom: 1.6rem;
  margin-top: 3.2rem;
}
@media (min-width: 901px) {
  .text-block h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.text-block h3:first-child {
  margin-top: 0;
}
.text-block a:not(.btn) {
  text-decoration: underline;
}
.text-block a:not(.btn):hover {
  color: #067FDB;
}
.text-block ul:not(.list),
.text-block ol {
  margin: 0 0 3rem 2rem;
}
.text-block ul:not(.list):last-child,
.text-block ol:last-child {
  margin-bottom: 0;
}
.text-block ul:not(.list) > li,
.text-block ol > li {
  margin-bottom: 0.5rem;
}
.text-block ul:not(.list) > li:last-child,
.text-block ol > li:last-child {
  margin-bottom: 0;
}
.text-block ul:not(.list) > li ul,
.text-block ul:not(.list) > li ol,
.text-block ol > li ul,
.text-block ol > li ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.text-block ul:not(.list) {
  list-style: disc outside;
}
.text-block ol {
  list-style: decimal outside;
}
.text-block ol.alpha-list {
  list-style: upper-alpha outside;
}
.text-block ol.alpha-list.is-spaced > li {
  margin-bottom: 3rem;
}
.text-block ol.alpha-list.is-spaced > li:last-child {
  margin-bottom: 0;
}
.text-block ol.alpha-list.is-spaced > li > ul {
  margin-bottom: 2rem;
}
.text-block + .btn {
  margin-top: 2.4rem;
}
.text-block .note {
  border-top: 1px dashed #d8dbdf;
  color: #8d9583;
  margin-top: 1.6rem;
  padding-top: 1.6rem;
}
.text-block .standout-text {
  color: #067FDB;
  font-weight: 600;
}

.callout-text {
  color: #000;
  font-family: "Inter", "Helvetica", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: -0.2rem;
  line-height: 4rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 901px) {
  .callout-text {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
}
@media (min-width: 1201px) {
  .callout-text {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.callout-text:last-child {
  margin-bottom: 0;
}

.heading--1 {
  color: #000;
  font-family: "Inter", "Helvetica", sans-serif;
  font-size: 4.4rem;
  letter-spacing: -0.2rem;
  line-height: 5.2rem;
  margin-bottom: 3.2rem;
}
@media (min-width: 901px) {
  .heading--1 {
    font-size: 5.6rem;
    line-height: 6.4rem;
  }
}
@media (min-width: 1201px) {
  .heading--1 {
    font-size: 7.2rem;
    line-height: 8rem;
  }
}
.heading--1:last-child {
  margin-bottom: 0;
}
.heading--2 {
  color: #000;
  font-family: "Inter", "Helvetica", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: -0.2rem;
  line-height: 4rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 901px) {
  .heading--2 {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
}
@media (min-width: 1201px) {
  .heading--2 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.heading--2:last-child {
  margin-bottom: 0;
}
.heading--3 {
  color: #000;
  font-family: "Inter", "Helvetica", sans-serif;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 901px) {
  .heading--3 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 1201px) {
  .heading--3 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
.heading--4 {
  color: #012351;
  font-family: "Inter", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 1.2rem;
}
@media (min-width: 901px) {
  .heading--4 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media (min-width: 1201px) {
  .heading--4 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

.arrow-link {
  align-items: center;
  color: #888;
  display: inline-flex;
  font-weight: 700;
  font-size: 1.4rem;
}
.arrow-link:hover {
  color: #000;
}
.arrow-link:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 12'%3E%3Cpath d='M8.51803 1.3335L13.1847 6.00016M13.1847 6.00016L8.51803 10.6668M13.1847 6.00016H1.18469' stroke='%23067FDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center center;
  background-size: 15px 12px;
  content: "";
  display: block;
  height: 1.2rem;
  margin-left: 0.8rem;
  width: 1.5rem;
}

.video-link {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  font-size: 1.4rem;
}
.video-link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2M9.5 16.5v-9l7 4.5z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 24px 24px;
  content: "";
  display: block;
  height: 2.4rem;
  margin-left: 0.8rem;
  width: 2.4rem;
}

.asset-block--border > img {
  border: 1px solid #CDE2E7;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
  border-bottom: 0;
}

.video-player {
  border-radius: 2.4rem;
  overflow: hidden;
  position: relative;
}
.video-player-placeholder > img {
  aspect-ratio: 16/9;
  display: block;
  width: 100%;
}
.video-player-holder {
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.video-player-holder iframe {
  border: 0;
  height: 100%;
  inset: 0; /* top: 0; right: 0; bottom: 0; left: 0; */
  position: absolute;
  width: 100%;
}
.video-player-trigger {
  align-items: center;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  transition: all 0.25s;
  width: 100%;
  z-index: 3;
}
.video-player-trigger > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.25s;
}
.video-player-trigger span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 901px) {
  .video-player-trigger span {
    font-size: 1.6rem;
  }
}
.video-player-trigger svg {
  display: block;
  fill: #fff;
  height: 6rem;
  transition: all 0.25s;
  width: 6rem;
}
@media (min-width: 901px) {
  .video-player-trigger svg {
    height: 8rem;
    width: 8rem;
  }
}
@media (min-width: 1201px) {
  .video-player-trigger svg {
    height: 10rem;
    width: 10rem;
  }
}
@media (min-width: 1501px) {
  .video-player-trigger svg {
    height: 12rem;
    width: 12rem;
  }
}
.video-player-trigger:hover {
  background: rgba(0, 0, 0, 0.75);
}
.video-player-trigger:hover > div {
  transform: scale(1.2);
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (min-width: 601px) {
  .check-list {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.check-list__item {
  color: #3D565F;
  display: flex;
}
@media (min-width: 601px) {
  .check-list__item {
    width: calc(50% - 12px);
  }
}
.check-list__item:before {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M0.833496 5.83337L4.16683 9.16671L12.5002 0.833374' stroke='%23012351' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 10px;
  border-radius: 15px;
  content: "";
  display: flex;
  height: 3rem;
  flex-shrink: 0;
  margin-right: 1.6rem;
  width: 3rem;
}
.check-list__item > div {
  border-bottom: 1px dashed #6A838C;
  padding-bottom: 2.4rem;
}
.check-list__item .title {
  color: #012351;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  margin-bottom: 0.8rem;
}
.check-list__item:last-child > div {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 601px) {
  .check-list__item:nth-last-child(2) > div {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

button {
  cursor: pointer;
  outline: none;
}

.btn--primary {
  align-items: center;
  background: #067FDB;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 400;
  justify-content: center;
  min-height: 4rem;
  outline: none;
  padding: 0.8rem 2.4rem;
  transition: all 0.25s;
}
.btn--primary:hover {
  background: #012351;
}
.btn--primary:disabled {
  opacity: 0.5;
}
.btn--secondary {
  align-items: center;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 9' fill='none'%3E%3Cpath d='M4.5 0.5C6.70914 0.5 8.5 2.29086 8.5 4.5C8.5 6.70914 6.70914 8.5 4.5 8.5C2.29086 8.5 0.5 6.70914 0.5 4.5C0.5 2.29086 2.29086 0.5 4.5 0.5Z' stroke='black'/%3E%3C/svg%3E%0A") no-repeat 16px center #E8E8E8;
  background-size: 10px 10px;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 400;
  justify-content: center;
  min-height: 3rem;
  outline: none;
  padding: 0.8rem 1.6rem 0.8rem 3.6rem;
  transition: all 0.25s;
}
.btn--secondary:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 9' fill='none'%3E%3Cpath d='M4.5 0.5C6.70914 0.5 8.5 2.29086 8.5 4.5C8.5 6.70914 6.70914 8.5 4.5 8.5C2.29086 8.5 0.5 6.70914 0.5 4.5C0.5 2.29086 2.29086 0.5 4.5 0.5Z' stroke='white'/%3E%3C/svg%3E%0A");
  background-color: #000;
  color: #fff;
}
.nav .btn--secondary {
  background-color: #012351;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 9' fill='none'%3E%3Cpath d='M4.5 0.5C6.70914 0.5 8.5 2.29086 8.5 4.5C8.5 6.70914 6.70914 8.5 4.5 8.5C2.29086 8.5 0.5 6.70914 0.5 4.5C0.5 2.29086 2.29086 0.5 4.5 0.5Z' stroke='white'/%3E%3C/svg%3E%0A");
  color: #fff;
}
.nav .btn--secondary:hover {
  background-color: #067FDB;
}
.btn--contrast {
  align-items: center;
  background: #fff;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 400;
  justify-content: center;
  min-height: 4rem;
  outline: none;
  padding: 0.8rem 2.4rem;
  transition: all 0.25s;
}
.btn--contrast:hover {
  background: #000;
  color: #fff;
}
.feature--green .btn--contrast:hover {
  background: #3ED671;
  color: #000;
}
.feature--blue .btn--contrast:hover {
  background: #197AEB;
  color: #000;
}
.btn--contrast > span {
  align-items: center;
  display: inline-flex;
  gap: 0.96rem;
}
.btn--contrast > span:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11.33'%3E%3Cpath d='M8.33,11.33c-.26,0-.51-.1-.71-.29-.39-.39-.39-1.02,0-1.41l2.96-2.96H1c-.55,0-1-.45-1-1s.45-1,1-1h9.59l-2.96-2.96c-.39-.39-.39-1.02,0-1.41s1.02-.39,1.41,0l4.66,4.66s0,0,0,0c.1.1.17.21.22.33.05.12.08.24.08.38h0c0,.14-.03.27-.08.38-.05.12-.12.23-.22.33l-4.67,4.67c-.2.2-.45.29-.71.29Z' style='fill: %23000;'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  content: "";
  display: block;
  height: 1.6rem;
  width: 1.6rem;
}
.btn--fluid {
  width: 100%;
}

.button-group {
  align-items: center;
  display: flex;
  gap: 2rem;
}
@media (min-width: 1201px) {
  .button-group {
    gap: 3rem;
  }
}

.form-msg {
  border-radius: 0.8rem;
  margin-top: 1.6rem;
  padding: 1.6rem;
}
.form-msg--error {
  background: #F2DEDE;
}
.form-msg--success {
  background: #DFF0D8;
}

.field {
  margin-bottom: 2.4rem;
}
.field__label {
  color: #000;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
[data-required] .field__label:after {
  color: #ff0000;
  content: "*";
  display: inline-block;
  margin-left: 0.2rem;
}
.field--text .field__control, .field--textarea .field__control {
  background: #fff;
  border: 1px solid #CDE2E7;
  border-radius: 8px;
  color: #000;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  min-height: 6rem;
  padding: 0.8rem 2.4rem;
  transition: all 0.25s;
  width: 100%;
}
.field--text .field__control:placeholder-shown, .field--text .field__control::placeholder, .field--text .field__control:-moz-placeholder, .field--text .field__control::-moz-placeholder, .field--text .field__control:-ms-input-placeholder, .field--textarea .field__control:placeholder-shown, .field--textarea .field__control::placeholder, .field--textarea .field__control:-moz-placeholder, .field--textarea .field__control::-moz-placeholder, .field--textarea .field__control:-ms-input-placeholder {
  color: #8EA4AC;
}
.field--text .field__control:focus, .field--textarea .field__control:focus {
  border-color: #024430;
}
.field--textarea .field__control {
  min-height: 15rem;
  padding: 2.4rem;
}
.field--select .field__control {
  appearance: none;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8'%3E%3Cpath d='M13.8633 0.550781L13.6414 0.328906C13.4945 0.182031 13.257 0.182031 13.1102 0.328906L7.00391 6.43828L0.894531 0.328906C0.747656 0.182031 0.510156 0.182031 0.363281 0.328906L0.141406 0.550781C-0.00546875 0.697656 -0.00546875 0.935156 0.141406 1.08203L6.73516 7.67891C6.88203 7.82578 7.11953 7.82578 7.26641 7.67891L13.8602 1.08203C14.0102 0.935156 14.0102 0.697656 13.8633 0.550781Z' fill='%23024430'/%3E%3C/svg%3E%0A");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  border: 1px solid #CDE2E7;
  border-radius: 8px;
  color: #000;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  min-height: 6rem;
  padding: 0.8rem 2.4rem;
  transition: all 0.25s;
  width: 100%;
}
.field--select .field__control:placeholder-shown, .field--select .field__control::placeholder, .field--select .field__control:-moz-placeholder, .field--select .field__control::-moz-placeholder, .field--select .field__control:-ms-input-placeholder {
  color: #8EA4AC;
}
.field--select .field__control:focus {
  border-color: #024430;
}
.field--text.field--error .field__control, .field--textarea.field--error .field__control, .field--select.field--error .field__control {
  border-color: #ff0000;
}
.field--checkbox .field__control {
  display: none;
}
.field--checkbox .field__control:checked + .field__label:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9'%3E%3Cpath d='M11.7251 0.731509C11.6457 0.658151 11.5513 0.599926 11.4472 0.560192C11.3432 0.520457 11.2316 0.5 11.1189 0.5C11.0062 0.5 10.8946 0.520457 10.7905 0.560192C10.6865 0.599926 10.592 0.658151 10.5126 0.731509L4.15139 6.57013L1.47882 4.11259C1.3964 4.03961 1.29911 3.98223 1.1925 3.94372C1.08589 3.90521 0.972054 3.88633 0.857483 3.88814C0.742911 3.88996 0.629852 3.91244 0.524761 3.95431C0.419669 3.99618 0.324603 4.05661 0.244991 4.13215C0.165378 4.2077 0.102779 4.29687 0.0607656 4.39459C0.0187524 4.49231 -0.00185163 4.59666 0.000130571 4.70167C0.00211277 4.80669 0.0266423 4.91032 0.0723181 5.00665C0.117994 5.10298 0.183922 5.19012 0.266338 5.26309L3.54515 8.26849C3.62453 8.34185 3.71897 8.40007 3.82302 8.43981C3.92707 8.47954 4.03867 8.5 4.15139 8.5C4.26411 8.5 4.37572 8.47954 4.47977 8.43981C4.58382 8.40007 4.67826 8.34185 4.75763 8.26849L11.7251 1.88201C11.8118 1.80872 11.881 1.71977 11.9283 1.62077C11.9756 1.52176 12 1.41485 12 1.30676C12 1.19867 11.9756 1.09176 11.9283 0.992754C11.881 0.893749 11.8118 0.804798 11.7251 0.731509Z' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat center center #012351;
  background-size: 12px 9px;
}
.field--checkbox .field__label {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.field--checkbox .field__label:before {
  border: 1px solid #012351;
  border-radius: 8px;
  content: "";
  display: flex;
  height: 2.4rem;
  flex-shrink: 0;
  margin-right: 1.2rem;
  width: 2.4rem;
}

.error-msg {
  color: #ff0000;
  font-size: 1.4rem;
  margin-top: 0.8rem;
}

.g-recaptcha {
  margin-bottom: 2rem;
}

.grecaptcha-badge {
  visibility: hidden; /* or display: none; */
}

.field-container {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #CDE2E7;
  display: flex;
  padding: 1.2rem 1.2rem 1.2rem 3.6rem;
  position: relative;
}
.field-container.field--error {
  border-color: #ff0000;
}
.field-container-input {
  display: block;
  font-size: 1.6rem;
  min-height: 5.6rem;
  width: 100%;
}
.field-container-input:placeholder {
  color: #8EA4AC;
}
.field-container .error-msg {
  left: 0;
  position: absolute;
  top: 100%;
}

.btn-arrow {
  align-items: center;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 16'%3E%3Cpath d='M9.83333 3.3335L14.5 8.00016M14.5 8.00016L9.83333 12.6668M14.5 8.00016H2.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center #43A040;
  background-size: 17px 16px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  height: 5.6rem;
  flex-shrink: 0;
  justify-content: center;
  outline: none;
  position: relative;
  text-indent: -9999px;
  transition: all 0.25s;
  width: 5.6rem;
}

.btn-arrow:hover {
  background-color: #024430;
}

.btn-arrow:disabled {
  opacity: 0.5;
}

.header {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header__container {
  align-items: center;
  display: flex;
  height: 6rem;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 901px) {
  .header__container {
    gap: 2.4rem;
    height: 7rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1201px) {
  .header__container {
    gap: 3.2rem;
  }
}
@media (min-width: 1501px) {
  .header__container {
    gap: 4rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.header__brand {
  display: flex;
  height: 2.4rem;
  width: 11.5rem;
}
@media (min-width: 901px) {
  .header__brand {
    flex-shrink: 0;
    height: 3.2rem;
    width: 15.3rem;
  }
}
.header__brand > svg {
  display: block;
  height: 100%;
  width: 100%;
}

.nav {
  background: #fff;
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
.nav-is-active .nav {
  display: block;
}
@media (min-width: 901px) {
  .nav {
    background: transparent;
    display: flex;
    height: auto;
    justify-content: space-between;
    left: auto;
    position: relative;
    top: auto;
    width: auto;
  }
  .nav-is-active .nav {
    display: flex;
  }
}
.nav-toggle {
  align-items: center;
  background: transparent;
  cursor: pointer;
  display: flex;
  height: 4rem;
  justify-content: center;
  outline: none;
  position: relative;
  text-indent: -9999px;
  width: 4rem;
}
@media (min-width: 901px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle > span {
  background: #58595B;
  display: inline-block;
  height: 0.2rem;
  position: relative;
  transition: all 0.25s;
  width: 2.4rem;
}
.nav-is-active .nav-toggle > span {
  background: transparent;
}
.nav-toggle > span:before, .nav-toggle > span:after {
  background: #58595B;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transition: all 0.25s;
  width: 100%;
}
.nav-toggle > span:before {
  transform: translateX(-50%) translateY(-8px);
}
.nav-is-active .nav-toggle > span:before {
  transform: translateX(-50%) translateY(0) rotate(45deg);
}
.nav-toggle > span:after {
  transform: translateX(-50%) translateY(8px);
}
.nav-is-active .nav-toggle > span:after {
  transform: translateX(-50%) translateY(0) rotate(-45deg);
}
.nav__list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 901px) {
  .nav__list {
    align-items: center;
    flex-direction: row;
    gap: 2.4rem;
  }
}
.nav__item {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1.6rem 2rem;
}
@media (min-width: 901px) {
  .nav__item {
    font-size: 1.6rem;
    padding: 0;
  }
}
.nav__link {
  color: rgba(0, 0, 0, 0.5);
  display: block;
}
@media (min-width: 901px) {
  .nav__link {
    padding: 0;
    white-space: nowrap;
  }
}
.nav__item--active .nav__link, .nav__link:hover {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}

.footer {
  padding: 3rem 0;
}
@media (min-width: 901px) {
  .footer {
    padding: 4rem 0;
  }
}
@media (min-width: 1201px) {
  .footer {
    padding: 6rem 0;
  }
}
.footer__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 901px) {
  .footer__container {
    text-align: center;
  }
}

.hero {
  position: relative;
  padding-top: 6rem;
}
@media (min-width: 901px) {
  .hero {
    padding-top: 7rem;
  }
}
.tile {
  align-items: center;
  border: 1px solid #CDE2E7;
  background: #fff;
  display: flex;
  gap: 1.6rem;
  padding: 1.6rem;
}
@media (min-width: 601px) {
  .tile {
    gap: 2.4rem;
    padding: 2.4rem;
  }
}
.tile__icon {
  display: flex;
  flex-shrink: 0;
  height: 4rem;
  width: 4rem;
}
@media (min-width: 601px) {
  .tile__icon {
    height: 6rem;
    width: 6rem;
  }
}
@media (min-width: 901px) {
  .tile__icon {
    height: 8rem;
    width: 8rem;
  }
}
.tile__icon > svg {
  display: block;
  height: 100%;
  width: 100%;
}
.tile__content {
  display: flex;
  flex-direction: column;
}
.tile__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.4rem;
}
@media (min-width: 1201px) {
  .tile__title {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}

.modal {
  align-items: center;
  background: rgba(0, 0, 0, 0);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.25s;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}
.modal--active {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  visibility: visible;
}
.modal__window {
  max-height: 100%;
  max-width: 90rem;
  opacity: 0;
  overflow-y: auto;
  position: relative;
  transition: all 0.25s;
  transform: translateY(100%);
  width: 100%;
  visibility: hidden;
}
[data-modal=work] .modal__window {
  max-width: 60rem;
}
.modal--active .modal__window {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.modal__content {
  background: #fff;
  padding: 2rem;
}
@media (min-width: 901px) {
  .modal__content {
    padding: 4rem;
  }
}
.modal__content > iframe {
  display: block;
  height: 100%;
  min-height: 30rem;
  width: 100%;
}
@media (min-width: 901px) {
  .modal__content > iframe {
    min-height: 40rem;
  }
}
@media (min-width: 1201px) {
  .modal__content > iframe {
    min-height: 50rem;
  }
}
.modal__header {
  border-bottom: 1px solid #CDE2E7;
  margin-bottom: 2rem;
  padding-right: 6rem;
  padding-bottom: 2rem;
}
@media (min-width: 901px) {
  .modal__header {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
  }
}
.modal__title {
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
}
@media (min-width: 901px) {
  .modal__title {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
.modal__close {
  align-items: center;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='%23A9ADAF'%3E%3C/path%3E%3C/svg%3E") no-repeat center center transparent;
  background-size: 24px 24px;
  cursor: pointer;
  display: flex;
  height: 4rem;
  justify-content: center;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  right: 1rem;
  top: 1rem;
  width: 4rem;
  z-index: 1002;
}
.modal__control {
  align-items: center;
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
  display: flex;
  height: 6rem;
  justify-content: center;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s;
  width: 4rem;
  z-index: 1001;
}
.modal__control:hover {
  background: rgba(0, 0, 0, 0.25);
}
.modal__control:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M11.85,5.64s0,0,0,0L6.35.14c-.2-.19-.52-.19-.71.01-.19.19-.19.5,0,.69l4.65,4.65H.5c-.28,0-.5.22-.5.5s.22.5.5.5h9.79l-4.65,4.65c-.2.19-.2.51-.01.71.19.2.51.2.71.01,0,0,0,0,.01-.01l5.5-5.5c.2-.2.2-.51,0-.71Z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 20px 20px;
  content: "";
  opacity: 0.9;
  display: block;
  height: 1.6rem;
  transform: translateX(5px);
  width: 2rem;
}
.modal__control--prev {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  left: 0;
}
.modal__control--prev:before {
  transform: rotate(180deg) translateX(5px);
}
.modal__control--next {
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  right: 0;
}

.modal-is-active {
  overflow: hidden;
}

.video-modal {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.25s;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.video-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.video-modal__backdrop {
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-modal__window {
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  max-width: 1272px;
  padding: 4rem 2rem 2rem 2rem;
  position: relative;
  width: 90%;
}
@media (min-width: 901px) {
  .video-modal__window {
    padding: 4rem 3rem 2rem 3rem;
  }
}
.video-modal__close {
  align-items: center;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='%23000'%3E%3C/path%3E%3C/svg%3E") no-repeat center center transparent;
  background-size: 24px 24px;
  cursor: pointer;
  display: flex;
  height: 4rem;
  justify-content: center;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  right: 0.5rem;
  top: 0.5rem;
  width: 4rem;
  z-index: 1001;
}
.video-modal__frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-modal__frame iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-modal-is-active {
  overflow: hidden;
}

.feature-item {
  background: #fff;
  display: none;
  flex-direction: column;
  padding: 2.4rem;
}
@media (min-width: 1201px) {
  .feature-item {
    padding: 3.2rem;
  }
}
@media (min-width: 1501px) {
  .feature-item {
    padding: 4.8rem;
  }
}
.feature-item.is-active {
  display: flex;
}
.feature-item__container {
  display: flex;
  gap: 1.6rem;
}
.feature-item__container > div {
  align-items: flex-start;
  color: #A9ADAF;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.feature-item__container .subtitle {
  color: #067FDB;
  margin-bottom: 1rem;
}
.feature-item__container:before {
  color: #067FDB;
  content: "01";
  font-family: "Kode Mono";
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  margin-right: 1.6rem;
}
@media (min-width: 901px) {
  .feature-item__container:before {
    font-size: 4.4rem;
  }
}
.feature-item:nth-child(2) .feature-item__container:before {
  content: "02";
}
.feature-item:nth-child(3) .feature-item__container:before {
  content: "03";
}
.feature-item__title {
  color: #012351;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.4rem;
}