html {
  scroll-behavior: smooth; }

body {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }
  body * {
    margin: 0;
    font-family: 'Manrope'; }

html, body {
  max-width: 100%;
  overflow-x: hidden; }

@font-face {
  font-family: 'Manrope';
  src: url("fonts/Manrope/Manrope-VariableFont_wght.ttf"); }

@font-face {
  font-family: 'Manrope';
  src: url("fonts/Manrope/static/Manrope-SemiBold.ttf");
  font-weight: 600; }

@font-face {
  font-family: 'Manrope';
  src: url("fonts/Manrope/static/Manrope-Bold.ttf");
  font-weight: 800; }

img {
  display: block;
  margin: 0 auto;
  object-fit: cover; }

h1 {
  font-size: 4.75rem;
  line-height: 4.25rem;
  font-weight: 800;
  margin-top: 1.625rem; }
  @media only screen and (max-width: 64em) {
    h1 {
      font-size: 3.125rem;
      line-height: 3.125rem; } }
  @media only screen and (max-width: 47.938em) {
    h1 {
      font-size: 2.625rem;
      line-height: 2.625rem; } }

h2 {
  font-size: 3.6875rem;
  line-height: 5.0625rem;
  font-weight: 800;
  color: #3A3530; }
  @media only screen and (max-width: 64em) {
    h2 {
      font-size: 2.8125rem;
      line-height: 2.8125rem; } }
  @media only screen and (max-width: 47.938em) {
    h2 {
      font-size: 2.4375rem;
      line-height: 3.6875rem; } }

h3,
.article__title {
  font-size: 2.25rem;
  line-height: 2.375rem; }
  @media only screen and (max-width: 64em) {
    h3,
    .article__title {
      font-size: 1.625rem;
      line-height: 1.75rem; } }
  @media only screen and (max-width: 47.938em) {
    h3,
    .article__title {
      font-size: 1.5rem;
      line-height: 1.875rem; } }

h4,
.article__subtitle {
  color: #3A3530;
  font-size: 1.375rem;
  line-height: 1.75rem; }
  @media only screen and (max-width: 47.938em) {
    h4,
    .article__subtitle {
      font-size: 1.25rem;
      line-height: 1.375rem; } }

p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #3A3530; }

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.owl-carousel .owl-item img {
  width: unset !important; }

.container {
  width: calc(min(90%, 82.5rem));
  margin: 0 auto; }

.navbar {
  overflow: hidden;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 .625rem #000; }
  @media only screen and (max-width: 75em) {
    .navbar {
      min-height: 6.25rem; } }
  .navbar a {
    float: left;
    display: block;
    color: #423C36;
    font-weight: 600;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 1.25rem;
    line-height: 2.375rem; }
    .navbar a img {
      transition: all .2s ease; }
      .navbar a img:hover {
        transform: scale(1.1); }
    .navbar a:not(:first-child) {
      margin-left: 81px; }
  @media only screen and (max-width: 75em) {
    .navbar > a {
      display: none; } }
  .navbar__box {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.0625rem solid #E30019;
    border-radius: .3125rem;
    padding: 0 1.3125rem;
    margin-left: 5.0625rem; }
    @media only screen and (max-width: 75em) {
      .navbar__box {
        margin-left: unset; } }
    .navbar__box a:not(:first-child) {
      margin-left: .3125rem; }
    .navbar__box p {
      font-size: 1.1875rem;
      line-height: 2.375rem;
      font-weight: 800; }
    .navbar__box * {
      color: #E30019;
      filter: brightness(0) saturate(100%) invert(8%) sepia(95%) saturate(7461%) hue-rotate(350deg) brightness(94%) contrast(103%); }

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }

.sticky + .content {
  padding-top: 3.75rem; }

.hero-section {
  margin-top: 66px;
  position: relative; }
  @media only screen and (max-width: 75em) {
    .hero-section {
      margin-top: 100px; } }
  .hero-section__picture img {
    height: 100%;
    max-width: 100%;
    height: 650px; }
  .hero-section__txtbox {
    opacity: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3.125rem;
    max-width: 75rem; }
    .hero-section__txtbox p {
      font-size: 1.6875rem;
      line-height: 2.3125rem;
      font-weight: 600;
      color: #fff;
      position: relative; }
      .hero-section__txtbox p::after {
        content: '';
        display: block;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -0.8125rem;
        height: 3px;
        width: 102px;
        background-color: #fff; }
    .hero-section__txtbox h2 {
      color: #fff;
      position: relative;
      max-width: max-content;
      margin: 0 auto;
      z-index: 5; }
      .hero-section__txtbox h2::after {
        content: '';
        display: block;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50%;
        height: 10px;
        width: 105%;
        transform: translateX(-2%) translateY(175%);
        background-color: #E30019;
        z-index: -1; }
        @media only screen and (max-width: 64em) {
          .hero-section__txtbox h2::after {
            top: 35%; } }
        @media only screen and (max-width: 47.938em) {
          .hero-section__txtbox h2::after {
            top: 40%; } }

.subhero-section {
  background-color: #eee;
  padding: 1.5625rem 0; }
  @media only screen and (max-width: 47.938em) {
    .subhero-section {
      min-height: 16.25rem; } }
  .subhero-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 111px; }
    @media only screen and (max-width: 47.938em) {
      .subhero-section .container {
        position: relative;
        display: block; } }
  .subhero-section__picture {
    background-color: #fff; }
    @media only screen and (max-width: 47.938em) {
      .subhero-section__picture {
        max-width: 50%; } }
  .subhero-section__txtbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-left: 1.625rem;
    color: #3A3530; }
    @media only screen and (max-width: 47.938em) {
      .subhero-section__txtbox > p {
        position: absolute;
        top: 0;
        right: -10px;
        max-width: 44%; } }
    @media only screen and (max-width: 47.938em) {
      .subhero-section__txtbox > h3 {
        margin-top: .625rem; } }
    @media only screen and (max-width: 47.938em) {
      .subhero-section__txtbox {
        margin-left: unset; } }
    .subhero-section__txtbox p {
      font-size: .875rem;
      line-height: .9375rem;
      font-weight: 600; }

.text-wall {
  opacity: 0;
  margin: 2.625rem 0; }
  .text-wall--bold {
    font-weight: 600; }
  .text-wall h4 {
    margin-top: .1875rem;
    margin-bottom: 1.75rem; }
  @media only screen and (max-width: 47.938em) {
    .text-wall p {
      display: none; } }
  .text-wall #show-btn {
    all: unset;
    display: none;
    background-color: #E30019;
    color: #fff;
    font-family: 'Manrope';
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 auto;
    padding: .9375rem 1.25rem;
    border-radius: .25rem;
    font-weight: 600;
    transition: all .2s ease; }
    @media only screen and (max-width: 47.938em) {
      .text-wall #show-btn {
        display: flex; } }
    .text-wall #show-btn:hover {
      color: #E30019;
      background-color: #fff; }

.product-slider {
  margin-bottom: 3.1875rem; }
  .product-slider h3 {
    margin-bottom: 1.9375rem;
    color: #3A3530; }
  .product-slider__floor {
    position: absolute;
    background-color: #F0F0F0;
    width: 100%;
    height: 130px;
    bottom: 3.9375rem;
    z-index: -1;
    transition: all .3s ease; }
  .product-slider__box {
    position: relative;
    height: 400px; }
    .product-slider__box:hover img {
      bottom: 30%; }
    .product-slider__box p {
      position: absolute;
      bottom: 0; }
    .product-slider__box img {
      display: block;
      position: absolute;
      bottom: 26%;
      left: 0;
      right: 0;
      transition: all .5s ease; }

.people-slider {
  position: relative;
  margin-bottom: 7.25rem; }
  @media only screen and (max-width: 47.938em) {
    .people-slider {
      margin-bottom: 2.5rem; } }
  .people-slider__header {
    color: #3A3530;
    padding-top: 2.4375rem; }
  .people-slider__subheader {
    margin-top: .625rem;
    margin-bottom: 2.0625rem;
    color: #3A3530; }
  .people-slider__background {
    position: absolute;
    background-color: #eee;
    width: 100%;
    height: 30.9375rem;
    z-index: -1; }
  .people-slider__box {
    margin-bottom: 3.125rem; }
  .people-slider__quote {
    font-weight: 600;
    color: #423C36;
    margin-top: 1.75rem; }
    @media only screen and (max-width: 87.4375em) {
      .people-slider__quote {
        max-width: 316px;
        margin: 0 auto;
        margin-top: 1.75rem; } }
    .people-slider__quote p {
      height: 20.25rem;
      font-size: .875rem;
      line-height: 1.375rem; }
    .people-slider__quote__author {
      font-weight: 400;
      margin-top: 1.875rem;
      font-size: .875rem;
      line-height: 1.1875rem; }
      @media only screen and (max-width: 87.4375em) {
        .people-slider__quote__author {
          margin-top: 1.875rem; } }

.article-slider {
  position: relative;
  margin-bottom: 7.25rem; }
  @media only screen and (max-width: 47.938em) {
    .article-slider {
      margin-bottom: 2.5rem; } }
  .article-slider__header {
    color: #3A3530;
    padding-top: 5.9375rem;
    margin-bottom: 2.8125rem; }
  .article-slider__background {
    position: absolute;
    background-color: #eee;
    width: 100%;
    height: 35.4375rem;
    z-index: -1; }
  .article-slider__link {
    position: absolute;
    width: 100%;
    height: 100%; }
  .article-slider__box {
    margin-bottom: 3.125rem;
    position: relative;
    transition: all 0.4s ease;
    padding: 0.7em; }
    .article-slider__box:hover {
      background-color: #d5d5d5;
      border-radius: 10px; }
    .article-slider__box h4 {
      margin-top: .375rem;
      margin-bottom: 1.625rem;
      font-weight: 600;
      height: 8.75rem; }
      @media only screen and (max-width: 93.6875em) {
        .article-slider__box h4 {
          height: 10rem; } }
      @media only screen and (max-width: 43.6875rem) {
        .article-slider__box h4 {
          height: 6.875rem; } }
    .article-slider__box p {
      margin-bottom: 1.25rem;
      height: 72px; }
    .article-slider__box p,
    .article-slider__box a {
      font-size: 1rem;
      line-height: 1.5rem;
      color: #423C36;
      font-weight: 600; }

.image-accordion {
  position: relative; }
  .image-accordion .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    min-height: 650px; }
    @media only screen and (max-width: 90em) {
      .image-accordion .container {
        position: relative;
        background-color: #6C6C6C;
        width: 100%;
        min-height: unset; } }
  .image-accordion__picture img {
    height: 100%;
    height: 650px;
    object-position: 33%;
    max-width: 100%; }
  .image-accordion__textbox {
    opacity: 0;
    border-radius: .375rem;
    margin: 0 auto;
    position: absolute;
    right: -6%;
    bottom: -10%;
    max-width: 628px;
    background-color: #6C6C6C;
    padding: 1.75rem 2.5rem 2rem; }
    @media only screen and (max-width: 90em) {
      .image-accordion__textbox {
        position: relative;
        max-width: unset;
        width: calc(min(90%, 82.5rem));
        right: unset; } }
    .image-accordion__textbox h4 {
      font-size: 2.125rem;
      line-height: 2.375rem;
      margin-bottom: 1.75rem; }
    .image-accordion__textbox button {
      font-weight: 800;
      font-size: 1.125rem; }
    .image-accordion__textbox * {
      color: #fff; }
  .image-accordion__tile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative; }
    .image-accordion__tile:nth-child(2)::after {
      display: none; }
    .image-accordion__tile p {
      margin-bottom: 1.25rem; }
    .image-accordion__tile::after {
      content: "";
      width: 100%;
      height: .0625rem;
      background-color: #A8A8A8;
      display: block;
      position: absolute;
      top: 0; }
    .image-accordion__tile img {
      margin: 0;
      margin-top: 1.4375rem;
      align-self: flex-start;
      max-width: 14px;
      cursor: pointer; }

.accordion {
  color: #fff;
  background-color: #6C6C6C;
  cursor: pointer;
  padding: 1.125rem;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: .9375rem;
  transition: all 0.4s ease; }

.panel {
  padding: 0 1.125rem;
  max-height: 0;
  display: block;
  overflow: hidden;
  transition: all .6s ease; }

.icon-boxes {
  margin-top: 6.375rem;
  margin-bottom: 5.1875rem; }
  .icon-boxes h3 {
    margin-bottom: 2.1875rem;
    color: #3A3530; }
  .icon-boxes__article-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-row-gap: .625rem;
    grid-column-gap: 1.1875rem; }
    .icon-boxes__article-container > div {
      max-width: 100px;
      position: relative; }
      .icon-boxes__article-container > div:hover img {
        transform: scale(1.1); }
    .icon-boxes__article-container img {
      width: 100%;
      transition: all .4s ease; }
    .icon-boxes__article-container a {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 100; }
  .icon-boxes__container {
    display: grid;
    grid-template-columns: repeat(4, minmax(6.25rem, 1fr));
    grid-row-gap: .625rem;
    grid-column-gap: 1.1875rem; }
    @media only screen and (max-width: 90em) {
      .icon-boxes__container {
        grid-template-columns: repeat(3, minmax(6.25rem, 1fr)); } }
    @media only screen and (max-width: 64em) {
      .icon-boxes__container {
        grid-template-columns: repeat(2, minmax(6.25rem, 1fr)); } }
    @media only screen and (max-width: 47.938em) {
      .icon-boxes__container {
        grid-template-columns: repeat(1, minmax(6.25rem, 1fr)); } }
  .icon-boxes__box {
    background-color: #F0F0F0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 230px;
    position: relative;
    transition: all .4s ease; }
    .icon-boxes__box:hover .icon-boxes__hidden {
      opacity: 1; }
  .icon-boxes__hidden {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease;
    background-color: rgba(0, 0, 0, 0.6); }
    .icon-boxes__hidden__icons {
      border-radius: .25rem;
      padding: 1.0625rem 1.25rem;
      background-color: rgba(0, 0, 0, 0.7);
      display: flex;
      justify-content: center;
      align-items: center; }
      .icon-boxes__hidden__icons img {
        transition: all .2s ease; }
        .icon-boxes__hidden__icons img:hover {
          transform: scale(1.1); }
      .icon-boxes__hidden__icons > *:not(:first-child) {
        margin-left: 1.1875rem; }

.instagram-icon-boxes {
  margin-top: 3.1875rem;
  margin-bottom: 3.1875rem; }
  .instagram-icon-boxes h3 {
    margin-bottom: 2.1875rem;
    color: #3A3530; }
    @media only screen and (max-width: 47.938em) {
      .instagram-icon-boxes h3 {
        font-size: 1.5rem; } }
  .instagram-icon-boxes__container {
    display: grid;
    grid-template-columns: repeat(4, minmax(6.25rem, 1fr)); }
    @media only screen and (max-width: 64em) {
      .instagram-icon-boxes__container {
        grid-template-columns: repeat(2, minmax(6.25rem, 1fr)); } }
  .instagram-icon-boxes__box {
    background-color: #F0F0F0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: unset !important;
    background-size: cover !important;
    max-height: 330px; }
    .instagram-icon-boxes__box:nth-child(1) {
      background: url(insta/1.jpg) center 40%/100% no-repeat; }
    .instagram-icon-boxes__box:nth-child(2) {
      background: url(insta/2.jpg) center 40%/100% no-repeat; }
    .instagram-icon-boxes__box:nth-child(3) {
      background: url(insta/3.jpg) center 40%/100% no-repeat; }
    .instagram-icon-boxes__box:nth-child(4) {
      background: url(insta/4.jpg) center 40%/100% no-repeat; }
    .instagram-icon-boxes__box:nth-child(5) {
      background: url(insta/5.jpg) center 40%/100% no-repeat; }
    .instagram-icon-boxes__box:nth-child(6) {
      background: url(insta/6.jpg) center 40%/100% no-repeat; }
    .instagram-icon-boxes__box:nth-child(7) {
      background: url(insta/7.jpg) center 40%/100% no-repeat; }
    .instagram-icon-boxes__box:nth-child(8) {
      background: url(insta/8.jpg) center 40%/100% no-repeat; }
    @media only screen and (max-width: 64em) {
      .instagram-icon-boxes__box:nth-child(even) {
        margin-right: auto; } }
    @media only screen and (max-width: 64em) {
      .instagram-icon-boxes__box:nth-child(odd) {
        margin-left: auto; } }
    .instagram-icon-boxes__box img {
      width: 100%;
      max-width: 330px;
      position: relative;
      z-index: -5;
      opacity: 0; }

.email-sender {
  position: relative; }
  .email-sender__picture img {
    max-width: 100%;
    height: 660px; }
    @media only screen and (max-width: 47.9375em) {
      .email-sender__picture img {
        height: 815px; } }
    @media only screen and (max-width: 24.375rem) {
      .email-sender__picture img {
        height: 910px; } }
  .email-sender__left {
    margin-right: 6.625rem; }
    @media only screen and (max-width: 64em) {
      .email-sender__left {
        float: left;
        height: 47%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: .625rem; } }
    @media only screen and (max-width: 47.938em) {
      .email-sender__left {
        float: unset;
        height: unset;
        display: flex;
        flex-direction: row;
        width: 100%; } }
    @media only screen and (max-width: 24.375em) {
      .email-sender__left {
        flex-direction: column;
        margin-top: 2.5rem; } }
  .email-sender__header {
    font-size: 3.125rem;
    line-height: 3.75rem;
    font-weight: bold;
    text-transform: uppercase; }
    @media only screen and (max-width: 47.938em) {
      .email-sender__header {
        margin-top: .625rem; } }
  .email-sender__subheader {
    margin-top: .8125rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    max-width: 562px; }
  .email-sender__iconbox {
    display: flex;
    margin-top: 1.5rem; }
    @media only screen and (max-width: 64em) {
      .email-sender__iconbox {
        flex-direction: column; } }
    @media only screen and (max-width: 47.938em) {
      .email-sender__iconbox {
        flex-direction: row; } }
    .email-sender__iconbox img {
      margin: 0;
      margin-right: 1.5625rem; }
  .email-sender .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
    @media only screen and (max-width: 64em) {
      .email-sender .container {
        display: block; } }
    @media only screen and (max-width: 64em) {
      .email-sender .container .disable-tab {
        display: none; } }
    .email-sender .container .enable-tab {
      display: none; }
      @media only screen and (max-width: 64em) {
        .email-sender .container .enable-tab {
          display: block;
          margin-bottom: 30px; } }
      @media only screen and (max-width: 47.938em) {
        .email-sender .container .enable-tab {
          margin-bottom: 0;
          margin-top: 1.25rem; } }
    .email-sender .container .enable-tab.email-sender__header {
      margin-bottom: 0; }
    .email-sender .container * {
      color: #fff;
      font-weight: 600; }
    .email-sender .container h3 {
      font-weight: bold; }
      @media only screen and (max-width: 64em) {
        .email-sender .container h3 {
          font-size: 1.875rem;
          line-height: 1.875rem;
          margin-top: 3.375rem; } }
  .email-sender .emailForm div {
    display: flex;
    flex-direction: column; }
    .email-sender .emailForm div > *:not(:nth-child(4)) {
      height: 44px;
      width: 477px;
      padding-left: .625rem;
      color: #ACACAC;
      font-family: 'Manrope'; }
      @media only screen and (max-width: 64em) {
        .email-sender .emailForm div > *:not(:nth-child(4)) {
          width: unset; } }
    .email-sender .emailForm div > *:not(:first-child) {
      margin-top: 1.75rem; }
      @media only screen and (max-width: 64em) {
        .email-sender .emailForm div > *:not(:first-child) {
          margin-top: 1.125rem; } }
    .email-sender .emailForm div textarea#subject {
      min-height: 129px;
      padding-top: .625rem; }
    .email-sender .emailForm div button#submit {
      cursor: pointer;
      max-width: 236px;
      background-color: #E30019;
      outline: unset;
      border: 0;
      height: 44px;
      border-radius: 4px;
      color: #fff;
      transition: all .2s ease;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 24.375em) {
        .email-sender .emailForm div button#submit {
          max-width: unset;
          width: 100%; } }
      .email-sender .emailForm div button#submit img {
        margin: 0;
        transform: translateX(-1.5rem); }
      .email-sender .emailForm div button#submit:hover {
        background-color: #fff;
        color: #E30019; }
  .email-sender .emailForm__check-text {
    display: flex;
    flex-direction: row !important; }

input#myCheck {
  width: 20px;
  height: unset;
  margin-bottom: auto;
  margin-top: 6px; }

.footer {
  background-color: #1A1A17;
  text-align: center;
  padding: 2.375rem 0; }
  .footer p {
    color: #fff;
    font-weight: 600; }
  .footer__icons {
    margin-top: 1.125rem; }
    .footer__icons > *:not(:first-child) {
      margin-left: 1.75rem; }
    .footer__icons img {
      display: inline;
      transition: all .2s ease; }
      .footer__icons img:hover {
        transform: scale(1.1); }

.privacy-tab {
  background-color: #363632;
  height: 6.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; }
  .privacy-tab button {
    all: unset;
    cursor: pointer;
    color: #fff;
    font-family: 'Manrope';
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    text-align: center; }
    .privacy-tab button:first-child {
      margin-right: 2.6875rem; }

.footer-box-bg {
  position: unset;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.72);
  z-index: 1000; }

.footer-box {
  color: #2E2E2E;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  margin: auto;
  background-color: #FFFFFF;
  z-index: 1001;
  max-width: calc(53.125rem - 2.75rem);
  width: calc(90% - 4.625rem);
  max-height: calc(37.5rem - 3.75rem);
  height: calc(90% - 5rem);
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1.875rem 1.375rem;
  display: none;
  overflow-y: scroll; }

.emailForm__checkbox {
  color: #fff !important;
  margin: 0 !important;
  height: unset !important; }

.foot-close {
  position: absolute;
  right: -1.375rem;
  overflow: hidden;
  top: .625rem;
  cursor: pointer;
  display: none; }

#yt-video {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  height: 738px; }
  @media only screen and (max-width: 47.938em) {
    #yt-video {
      height: 500px; } }

.youtube-section {
  position: relative; }
  .youtube-section__img {
    max-width: 100%; }
  .youtube-section__txtbox {
    position: absolute;
    width: calc(min(90%, 82.5rem));
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 47.938em) {
      .youtube-section__txtbox br {
        display: none; } }
    .youtube-section__txtbox > * {
      color: #fff;
      font-weight: 600;
      text-align: center; }
  .youtube-section__header {
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2rem; }
  .youtube-section__subheader {
    margin-top: .625rem; }
  .youtube-section__text {
    margin-top: 50px; }
  .youtube-section__button {
    all: unset;
    background-color: #E30019;
    padding: 0.7em 3em;
    max-width: 100%;
    color: #fff;
    font-family: 'Manrope';
    border-radius: .375rem;
    margin-top: 1.875rem;
    font-weight: 600;
    transition: all .4s ease;
    cursor: pointer;
    font-size: .9375rem; }
    .youtube-section__button:hover {
      color: #E30019;
      background-color: #fff;
      transform: translateY(-5px);
      box-shadow: 0 0 10px #1B1704; }
    .youtube-section__button:active {
      transform: translateY(0);
      padding: 0.65em 2.5em; }

.ytp-cued-thumbnail-overlay-image {
  background-size: cover; }

textarea {
  background-color: #fff; }

input {
  background-color: #fff; }

.article {
  margin-bottom: 3rem; }
  .article__title {
    margin-top: 1rem; }
  .article__subtitle {
    margin-top: 1rem; }
  .article__text {
    text-align: justify;
    margin-top: 1rem; }
  .article__button {
    all: unset;
    background-color: #E30019;
    padding: 0.7em 3em;
    max-width: 100%;
    color: #fff;
    font-family: 'Manrope';
    border-radius: .375rem;
    margin-top: 1.875rem;
    font-weight: 600;
    transition: all .4s ease;
    cursor: pointer;
    font-size: .9375rem; }
    .article__button:hover {
      color: #E30019;
      background-color: #fff;
      transform: translateY(-5px);
      box-shadow: 0 0 10px #1B1704; }
    .article__button:active {
      transform: translateY(0);
      padding: 0.65em 2.5em; }

.back-to-hp {
  margin-bottom: 6rem; }

@keyframes down-up {
  0% {
    opacity: 0;
    transform: translateY(50%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes up-down {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

@keyframes right-left {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes left-right {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes popup {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

.down-up {
  animation: down-up 1.5s ease forwards;
  animation-delay: 0.5s; }

.up-down {
  animation: up-down 2s ease; }

.right-left {
  animation: right-left 2s ease forwards;
  animation-delay: 1s; }

.left-right {
  animation: left-right 2s ease forwards;
  animation-delay: .5s; }

.popup {
  animation: popup 2s ease forwards; }
