@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;600;700&display=swap');

#_app *, #_app *::before, #_app *::after {
  box-sizing: border-box;
}

#_app {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font: 400 16px/1.6 'Work Sans', Helvetica, Arial, sans-serif;
  color: #000000;
  background-color: #ffffff;
  overflow: hidden;
}

#_app p {
  margin: 0;
}
#_app a {
  text-decoration: none;
}
#_app .underline {
  text-decoration: underline;
}
#_app .nowrap {
  white-space: nowrap;
}
#_app .semibold {
  font-weight: 600;
}
#_app .disclaimer {
  font-size: 11px;
}
#_app a.img-link {
  display: inline-block;
  font-size: 0;
}

#_app img {
  display: block;
  max-width: 100%;
}

#_app sup {
  font-size: 0.65em;
  line-height: 1;
}

#_app .section {
  padding: 0 45px;
}

#_app .beige_bg {
  background-color: #f2cbb6;
}
#_app .blue_bg {
  background-color: #224f9e;
  color: #fff;
}
#_app .blue_bg h4, #_app .blue_bg .header-row {
  color: #fff;
}

#_app .white {
  color: #ffffff;
}
#_app .yellow {
  color: #ffd700;
}
#_app .red {
  color: #fd1b24;
}
#_app .beige {
  color: #f2cbb6;
}
#_app .darkblue {
  color: #224f9e;
}

#_app strong {
  font-weight: 600;
}

#_app h4 {
  position: relative;
  margin: 0 0 0.2em 0;
  font: 800 41px/1.15 'Work Sans', Helvetica, Arial, sans-serif;
  color: #224f9e;
}

#_app .btn_paragraph ._btn {
  position: relative;
  display: inline-block;
  padding: 0.3em 1.25em 0.3em 1.25em;
  border-radius: 25px;
  font: 600 19px/1.8 'Work Sans', Helvetica, Arial, sans-serif;
  white-space: nowrap;
}
#_app .btn_paragraph ._btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  transition: transform 0.5s ease-in-out;
  content: '';
}
#_app .btn_paragraph ._btn span {
  position: relative;
  z-index: 1;
}
#_app .btn_paragraph ._btn.btn_red {
  color: #fff;
}
#_app .btn_paragraph ._btn.btn_red::before {
  background-color: #fd1b24;
}
#_app .btn_paragraph ._btn.btn_red:hover::before {
  transform: scaleX(1.05);
}

#_app .btn_paragraph_2 {
  margin: -10px -15px;
  font-size: 0;
}
#_app .btn_paragraph_2 ._btn {
  width: 16.5em;
  max-width: calc(100vw - 45px);
  margin: 10px 15px;
}

/* @media (max-width: 1349px) { */
  #_app .section {
    padding: 0 40px;
  }

  #_app .btn_paragraph_2 {
    margin: -10px -12px;
  }
  #_app .btn_paragraph_2 ._btn {
    margin: 10px 12px;
  }
/* } */

@media (max-width: 1199px) {
  #_app .section {
    padding: 0 35px;
  }

  #_app .btn_paragraph_2 {
    margin: -10px -20px;
  }
  #_app .btn_paragraph_2 ._btn {
    margin: 10px 20px;
  }
}

@media (max-width: 1023px) {
  #_app .section {
    padding: 0 30px;
  }

  #_app .btn_paragraph_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 575px) {
  #_app .section {
    padding: 0 25px;
  }
}

@media (max-width: 479px) {
  #_app .section {
    padding: 0 20px;
  }
  #_app .btn_paragraph ._btn {
    font-size: 18px;
  }
  #_app .btn_paragraph_2 {
    margin: -8px -15px;
  }
  #_app .btn_paragraph_2 ._btn {
    margin: 8px 15px;
  }
}

@media (max-width: 359px) {
  #_app .section {
    padding: 0 15px;
  }
}




#_app .header-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: -0.1em -0.05em;
  font: 800 62px/1.25 'Work Sans', Helvetica, Arial, sans-serif;
}
#_app .header-part {
  padding: 0.1em 0.05em;
}

/* @media (max-width: 1349px) { */
  #_app .header-row {
    font-size: 57px;
  }
/* } */

@media (max-width: 1199px) {
  #_app .header-row {
    font-size: 51px;
  }
}

@media (max-width: 1023px) {
  #_app .header-row {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  #_app .header-row {
    font-size: 42px;
  }
}

@media (max-width: 479px) {
  #_app .header-row {
    font-size: 38px;
  }
}

@media (max-width: 359px) {
  #_app .header-row {
    font-size: 34px;
  }
}



#_app .top-logo {
  padding: 25px 0;
}
#_app .top-logo img {
  margin: 0 auto;
}

@media (max-width: 1199px) {
  #_app .top-logo img {
    width: 285px;
  }
}

@media (max-width: 767px) {
  #_app .top-logo {
    padding: 20px 0;
  }
  #_app .top-logo img {
    width: 250px;
  }
}

@media (max-width: 575px) {
  #_app .top-logo {
    padding: 15px 0;
  }
  #_app .top-logo img {
    width: 215px;
  }
}

@media (max-width: 575px) {
  #_app .top-logo {
    padding: 14px 0;
  }
  #_app .top-logo img {
    width: 195px;
  }
}



#_app .steps-content {
  padding: 62px 0 85px 0;
  margin: 0 auto;
  text-align: center;
}
#_app .steps-content .header-row {
  margin: 0 -0.05em;
}
#_app .steps-content .header-part {
  padding: 0 0.05em;
}
#_app .steps-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 45px 0 0 0;
}
#_app .steps-col {
  width: 25%;
  max-width: 305px;
  padding: 0 15px;
}
#_app .steps-col-outer {
  height: 100%;
}
#_app .steps-col-inner {
  height: 100%;
  padding: 35px 20px 25px 20px;
  border-radius: 15px;
  background-color: #22509e;
  transition: transform 0.3s ease-in-out;
}
#_app .steps-col-outer:hover .steps-col-inner {
  transform: translateY(-10px);
}
#_app .steps-col img {
  margin: 0 auto;
}
#_app .steps-col p {
  margin: 1.5em auto 0 auto;
  font-weight: 300;
  color: #ffffff;
}
#_app .steps-col:nth-child(even) p {
  max-width: 13em;
}
#_app .steps-col:nth-child(odd) p {
  max-width: 16em;
}
#_app .steps-content .disclaimer {
  margin: 3.25em auto 3em auto;
}

/* @media (max-width: 1349px) { */
  #_app .steps-content {
    padding: 60px 0 80px 0;
  }
  #_app .steps-row {
    margin: 0 -12px;
    padding: 40px 0 0 0;
  }
  #_app .steps-col {
    max-width: 315px;
    padding: 0 12px;
  }
/* } */

@media (max-width: 1199px) {
  #_app .steps-content {
    max-width: 800px;
    padding: 60px 0 80px 0;
  }
  #_app .steps-row {
    margin: -20px;
    padding: 40px 0 0 0;
  }
  #_app .steps-col {
    width: 50%;
    padding: 20px;
  }

  #_app .steps-content .disclaimer {
    margin: 3.5em auto 3.25em auto;
  }
}

@media (max-width: 1023px) {
  #_app .steps-content {
    padding: 60px 0 70px 0;
  }

}

@media (max-width: 767px) {
  #_app .steps-content {
    padding: 50px 0 80px 0;
  }

  #_app .steps-content .header-part:first-child img {
    width: 232px;
  }
  #_app .steps-content .header-part:last-child img {
    width: 132px;
  }

  #_app .steps-row {
    margin: -15px;
    padding: 35px 0 0 0;
  }
  #_app .steps-col {
    width: 100%;
    max-width: 340px;
    padding: 15px;
  }
  #_app .steps-content .disclaimer {
    max-width: 32em;
  }
}

@media (max-width: 575px) {
  #_app .steps-content .header-row {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 479px) {
  #_app .steps-content {
    padding: 40px 0 65px 0;
  }
  #_app .steps-row {
    margin: -12px;
    padding: 32px 0 0 0;
  }
  #_app .steps-col {
    max-width: 320px;
    padding: 12px;
  }
  #_app .steps-content .disclaimer {
    margin: 3.25em auto 3em auto;
  }
}




#_app .gift-content .header-row {
  display: block;
}
#_app .gift-content .header-row + p {
  padding-top: 0.9em;
}
#_app .gift-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
#_app .gift-colimg {
  width: 46.75%;
}
#_app .gift-coltxt {
  width: 53.25%;
  padding: 35px 0;
}
#_app .gift-coltxt-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 40px 50px 35px 50px;
}
#_app .gift-coltxt-inner {
  max-width: 560px;
}

@media (max-width: 1199px) {
  #_app .gift-colimg {
    width: 100%;
    padding: 0 25px;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f2cbb6 50%, #f2cbb6 100%);
  }
  #_app .gift-colimg img {
    margin: 0 auto;
  }
  #_app .gift-coltxt {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #_app .gift-coltxt-outer {
    padding: 50px 25px 45px 25px;
  }
  #_app .gift-coltxt-inner {
    max-width: 630px;
    padding: 0;
  }
  #_app .gift-coltxt img {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  #_app .gift-content .header-part img {
    width: 250px;
  }
}

@media (max-width: 479px) {
  #_app .gift-colimg {
    padding: 0 20px;
  }
  #_app .gift-content .header-part img {
    width: 240px;
  }
  #_app .gift-coltxt-outer {
    padding: 45px 20px 40px 20px;
  }
}

@media (max-width: 359px) {
  #_app .gift-colimg {
    padding: 0 15px;
  }
  #_app .gift-coltxt-outer {
    padding: 45px 15px 40px 15px;
  }
}





#_app .products-content {
  margin: 0 auto;
  padding: 100px 0 70px 0;
  text-align: center;
}
#_app .products-content .header-row {
  padding-bottom: 1em;
}
#_app .products-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -25px -15px;
}
#_app .products-col {
  width: 25%;
  max-width: 315px;
  padding: 25px 15px;
  line-height: 1.35;
}
#_app .products-col-outer {
  height: 100%;
}
#_app .products-col-inner {
  position: relative;
  display: block;
  height: 100%;
  padding: 0 20px 90px 20px;
  transition: transform 0.3s ease-in-out;
}
#_app .products-col-outer:hover .products-col-inner {
  transform: translateY(-15px);
}
#_app .products-col-inner::before {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  border: solid 1px #f2cbb6;
  border-radius: 15px;
  content: '';
}
#_app .products-col-inner > * {
  position: relative;
  z-index: 1;
}
#_app .product-img img {
  margin: 0 auto;
}
#_app .product-name {
  margin: 1em -10px 0.5em -10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.075em;
  color: #224f9e;
}
#_app .product-model {
  font-size: 14px;
  font-weight: 400;
  color: #010101;
}
#_app .products-col .btn_paragraph {
  position: absolute;
  left: calc(15px + 3%);
  right: calc(15px + 3%);
  bottom: 27px;
}
#_app .products-col .btn_paragraph ._btn {
  width: 96%;
  text-transform: uppercase;
}
#_app .products-col .btn_paragraph ._btn.btn_red:hover::before {
  transform: scaleX(1.08);
}

/* @media (max-width: 1349px) { */
  #_app .products-content {
    padding: 90px 0 70px 0;
  }
/* } */

@media (max-width: 1199px) {
  #_app .products-content {
    padding: 90px 0 70px 0;
  }
  #_app .products-row {
    margin: -22px -15px;
  }
  #_app .products-col {
    width: 33.33%;
    padding: 22px 15px;
  }
}

@media (max-width: 1023px) {
  #_app .products-content {
    padding: 90px 0 70px 0;
  }
  #_app .products-row {
    margin: -18px -15px;
  }
  #_app .products-col {
    width: 50%;
    padding: 18px 15px;
  }
}

@media (max-width: 767px) {
  #_app .products-content {
    padding: 65px 0 70px 0;
  }
  #_app .products-content .header-row {
    flex-direction: column;
    align-items: center;
  }
  #_app .products-content .header-part:first-child img {
    width: 312px;
  }
  #_app .products-content .header-part:last-child img {
    width: 168px;
  }

  #_app .products-col {
    width: 100%;
  }

  #_app .products-col:hover .products-col-inner {
    transform: none;
  }
}

@media (max-width: 575px) {
  #_app .products-row {
    margin: -15px -10px;
  }
  #_app .products-col {
    padding: 15px 10px;
  }
}

@media (max-width: 479px) {
  #_app .products-content {
    padding: 55px 0 55px 0;
  }
  #_app .products-content .header-part:first-child img {
    width: 300px;
  }
  #_app .products-content .header-part:last-child img {
    width: 160px;
  }
}

@media (max-width: 359px) {

}



@media (max-width: 1023px) {
  #_app .footer-before img {
    width: 100%;
    height: 6vw;
  }
}




#_app ._row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#_app ._row > div {
  padding: 0 15px;
}

#_app ._col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

#_app #_footer ._app {
  padding: 45px 0 50px 0;
}

#_app #_footer .footer-contact {
  padding-bottom: 30px;
  text-align: center;
}
#_app #_footer .footer-contact img {
  margin: 0 auto;
}
#_app #_footer .footer-contact .footer-header {
  padding-bottom: 16px;
}
#_app #_footer .footer-contact a, #_app #_footer .footer-contact a img {
  display: inline-block;
}

#_app #_footer ._app ._row {
  justify-content: space-between;
  align-items: center;
}

#_app #_footer ._app ._row ._logo {
  width: auto;
}

#_app #_footer ._app ._row ._socials {
  display: flex;
  align-self: flex-end;
  margin: 0 -13px;
  transform: translateY(-18%);
}

#_app #_footer ._app ._row ._socials ._social {
  margin: 0 13px;
}
#_app #_footer ._app ._row ._socials ._social svg {
  display: block;
}

#_app #_footer ._app ._row ._socials ._social path {
  fill: #ffffff;
  transition: fill .3s ease-in-out;
}

#_app #_footer ._app ._row ._socials ._social:focus,
#_app #_footer ._app ._row ._socials ._social:hover {
  outline: none;
}

#_app #_footer ._app ._row ._socials ._social:focus path,
#_app #_footer ._app ._row ._socials ._social:hover path {
  fill: #f2cbb6;
}

#_app #_footer ._app ._info ._link {
  color: #fff;
}

@media (min-width: 1200px) {
  #_app #_footer ._app {
    padding: 45px 0 45px 0;
  }

  #_app #_footer .footer-contact {
    padding-bottom: 25px;
  }
  #_app #_footer ._app ._row ._logo {
    width: 275px;
  }
  #_app #_footer ._app ._row ._socials {
    margin: 0 -10px;
  }
  #_app #_footer ._app ._row ._socials ._social {
    margin: 0 10px;
  }
  #_app #_footer ._app ._row ._socials ._social svg {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  #_app #_footer ._app {
    padding: 40px 0;
  }
  #_app #_footer .footer-contact {
    padding-bottom: 20px;
  }
  #_app #_footer .footer-contact .footer-header {
    width: 388px;
    padding-bottom: 15px;
  }
  #_app #_footer .footer-contact .footer-email {
    width: 280px;
  }
  #_app #_footer ._app ._row ._logo {
    width: 240px;
  }
  #_app #_footer ._app ._row ._socials ._social svg {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 1023px) {
  #_app #_footer ._app {
    padding: 55px 0 45px 0;
  }
  #_app #_footer .footer-contact .footer-header {
    padding-bottom: 20px;
  }
  #_app #_footer .footer-contact {
    padding-bottom: 40px;
  }
  #_app #_footer ._app ._row {
    flex-direction: column;
    align-items: center;
  }
  #_app #_footer ._app ._row ._socials {
    align-self: center;
    padding-top: 40px;
    transform: none;
  }
}

@media (max-width: 767px) {
  #_app #_footer ._app {
    padding: 42px 0 40px 0;
  }
  #_app #_footer .footer-contact .footer-header {
    width: 388px;
    padding-bottom: 18px;
  }
  #_app #_footer .footer-contact .footer-email {
    width: 280px;
  }
  #_app #_footer ._app ._row ._logo {
    width: 248px;
  }
  #_app #_footer .footer-contact {
    padding-bottom: 35px;
  }
  #_app #_footer ._app ._row ._socials {
    margin: 0 -10px;
  }
  #_app #_footer ._app ._row ._socials ._social {
    margin: 0 10px;
  }
  #_app #_footer ._app ._row ._socials ._social svg {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 479px) {
  #_app #_footer ._app {
    padding: 38px 0 35px 0;
  }
  #_app #_footer .footer-contact .footer-header {
    width: 320px;
    padding-bottom: 15px;
  }
  #_app #_footer .footer-contact .footer-email {
    width: 250px;
  }
  #_app #_footer ._app ._row ._logo {
    width: 230px;
  }
  #_app #_footer .footer-contact {
    padding-bottom: 30px;
  }
  #_app #_footer ._app ._row ._logo {
      width: 240px;
  }
  #_app #_footer ._app ._row ._socials {
    margin: 0 -8px;
  }
  #_app #_footer ._app ._row ._socials ._social {
    margin: 0 8px;
  }
  #_app #_footer ._app ._row ._socials ._social svg {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 359px) {
  #_app #_footer ._app ._row ._logo {
    width: 220px;
  }
}
