@import url('https://fonts.googleapis.com/css2?family=Newsreader:wght@700;800&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 20px/1.4 'Work Sans', sans-serif;
  color: #23509e;
  background-color: #ffffff;
  overflow: hidden;
}

#_app p {
  margin: 0;
}
#_app a {
  text-decoration: none;
}
#_app .disclaimer {
  font-size: 12px;
  color:#222222;
}
#_app .disclaimer a {
  color:#e91720;
}
#_app .disclaimer a:hover {
  color: #004ea2;
}

#_app img {
  display: block;
  max-width: 100%;
}

#_app sup {
  font-size: 0.7em;
  line-height: 1;
}

#_app .section {
  padding: 0 60px;
}

#_app .beige_bg {
  background-color: #f2cbb6;
  color: #224f9e;
}
#_app .blue_bg {
  background-color: #224f9e;
  color: #fff;
}
#_app .blue_bg h4, #_app .blue_bg .header-row {
  color: #fff;
}


#_app strong {
  font-weight: 600;
}

#_app h4 {
  position: relative;
  margin: 0 0 0.2em 0;
  font: 800 38px/1.15 Newsreader, serif;
  color: #224f9e;
}

#_app .btn_paragraph ._btn {
  position: relative;
  display: inline-block;
  padding: 0.1em 1.25em 0.05em 1.25em;
  border-radius: 5px;
  font: 700 31px/1.8 Newsreader, serif;
  white-space: nowrap;
}
#_app .btn_paragraph ._btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  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: #e91720;
}
#_app .btn_paragraph ._btn.btn_red:hover::before {
  transform: scaleX(1.085);
}
#_app .btn_paragraph ._btn.btn_red.btn_long:hover::before {
  transform: scaleX(1.05);
}

@media (max-width: 1349px) {
  #_app {
    font-size: 20px;
  }


  #_app .btn_paragraph ._btn {
    font-size: 27px;
  }
  #_app p.disclaimer {
    font-size: 14px;
  }
  
  #_app .section {
    padding: 0 50px;
  }
}

@media (max-width: 1199px) {
  #_app {
    font-size: 20px;
  }


  #_app .btn_paragraph ._btn {
    font-size: 24px;
  }
  #_app p.disclaimer {
    font-size: 12px;
  }
  
  #_app .section {
    padding: 0 35px;
  }
}

@media (max-width: 1023px) {
  #_app {
    font-size: 19px;
  }


  #_app .btn_paragraph ._btn {
    font-size: 20px;
  }
  #_app p.disclaimer {
    font-size: 13px;
  }
  
  #_app .section {
    padding: 0 30px;
  }
}

@media (max-width: 919px) {
  #_app .section {
    padding: 0 25px;
  }
}

@media (max-width: 767px) {
  #_app {
    font-size: 19px;
  }


  #_app .btn_paragraph ._btn {
    font-size: 27px;
  }
  #_app .section {
    padding: 0 20px;
  }
}

@media (max-width: 575px) {
  #_app {
    font-size: 18px;
  }

}

@media (max-width: 479px) {
  #_app {
    font-size: 18px;
  }

  #_app .btn_paragraph ._btn {
    font-size: 22px;
  }
  #_app .section {
    padding: 0;
  }
}

@media (max-width: 359px) {
  #_app {
    font-size: 17px;
  }

  #_app .btn_paragraph ._btn {
    font-size: 18px;
  }
  #_app .section {
    padding: 0;
  }
}


#_app .steps-content {
  max-width: 1140px;
  margin: 90px auto;
  text-align: center;
}

#_app .steps-content h4 {
  margin-bottom: 1.125em;
}

#_app .steps-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -15px;
}

#_app .steps-col {
  width: 33.33%;
  max-width: 370px;
  padding: 15px;
  line-height: 1.25;
}

#_app .steps-col-inner {
  padding: 0 20px;
  transition: transform 0.3s ease-in-out;
}

#_app .steps-col:nth-child(odd) .steps-col-inner {
  max-width: 16em;
  margin: 0 auto;
}

#_app .steps-col:hover .steps-col-inner {
  transform: translateY(-10px);
}

#_app .steps-col img {
  margin: 0 auto;
}

#_app .steps-col img+p {
  margin-top: 1em;
  line-height: 1.45;
}

#_app .steps-content .disclaimer {
  margin: 3.25em auto 3em auto;
}

@media (max-width: 1349px) {
  #_app .steps-content {
    max-width: 1040px;
  margin: 70px auto;  }

  #_app .steps-row {
    margin: -12px;
  }

  #_app .steps-col {
    max-width: 330px;
    padding: 12px;
  }

  #_app .steps-col-inner {
    padding: 0 22px;
  }

  #_app .steps-col img {
    width: 8em;
  }
}

@media (max-width: 1199px) {
  #_app .steps-content {
    max-width: 945px;
  margin: 65px auto;  }

  #_app .steps-row {
    margin: -12px;
  }

  #_app .steps-col {
    max-width: 320px;
    padding: 12px;
  }

  #_app .steps-col-inner {
    padding: 0 20px;
  }
        #_app .steps-content .disclaimer {
          margin: 3.5em auto 3.25em auto;
        }
}

@media (max-width: 1023px) {
  #_app .steps-content {
    max-width: 700px;
  margin: 50px auto;  }

  #_app .steps-row {
    margin: -25px;
  }

  #_app .steps-col {
    width: 50%;
    max-width: 350px;
    padding: 25px;
  }

  #_app .steps-col-inner {
    padding: 0 15px;
  }

  #_app .steps-col:nth-child(odd) .steps-col-inner {
    max-width: none;
  }
}

@media (max-width: 767px) {
  #_app .steps-content {
  margin: 50px auto;  }

  #_app .steps-row {
    margin: -20px;
  }

  #_app .steps-col {
    width: 100%;
    max-width: 420px;
    padding: 20px;
  }

  #_app .steps-col-inner {
    padding: 0 5px;
  }

  #_app .steps-col:hover .steps-col-inner {
    transform: none;
  }
  #_app .steps-content .disclaimer {
    max-width: 52em;
  }
}

@media (max-width: 479px) {
  #_app .steps-content {
  margin: 50px auto;  }
        #_app .steps-content .disclaimer {
          margin: 3.25em auto 3em auto;
          padding: 0 1em
        }
}

#_app .btn_paragraph ._btn {
  position: relative;
  display: inline-block;
  padding: 0.5em 1.25em 0.5em 1.25em;
  border-radius: 25px;
  font: 600 18px/1.2 '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;
}


#_app  .gift-content {
  margin: 90px auto;
}
#_app .gift-content .header-row {
  display: block;
}
#_app .gift-content h3 {
  margin: 0;
  text-align: left;
  font-size: 44px;
}
#_app .gift-content .header-row+p {
padding-top: 0.5em;
  font-size: 0.9em;
  color: #070707;
  font-weight: 500;}

#_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-content {
      margin: 70px auto;
    }
        #_app .gift-content h3 {
          margin: 0;
          text-align: center;
          font-size: 44px;
        }
  #_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 {
      margin: 70px auto;
    }
  #_app .gift-content h3 {
    margin: 0;
    text-align: center;
    font-size: 42px;
  }
}

@media (max-width: 479px) {
    #_app .gift-content {
        margin: 50px auto;
      }
  #_app .gift-colimg {
    padding: 0 20px;
  }

  #_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 .header-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -0.1em -0.075em;
  font: 800 62px/1.25 Newsreader, serif;
  color: #224f9e;
  text-align: center;
}
#_app .header-part {
  padding: 0.1em 0.075em;
}
#_app .header-part img {
  transform: translateY(6.5%);
}






#_app .products-content {
  margin: 90px auto;
  text-align: center;
}
#_app .top-products .products-content {
  padding-top: 40px;
}
#_app .products + .products .products-content {
  padding-top: 0;
}
#_app .products + .products .header-part {
  margin-top: -0.25em;
}
#_app .products-content .header-row {
  padding-bottom: 0.25em;
}
#_app .products-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -20px -15px;
}
#_app .products-col {
  width: 25%;
  padding: 20px 15px;
  line-height: 1.4;
}
#_app .products-col-inner {
  position: relative;
  display: block;
  height: 100%;
  padding: 0 25px 25px 25px;
  color: #004ea2;
  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: 96px;
  bottom: 0;
  left: 0;
  right: 0;
  border: solid 2px #f2cbb6;
  border-radius: 15px;
  content: '';
}
#_app .beige_bg .products-col-inner::before {
  border: solid 2px #224f9e;
}
#_app .products-col-inner > * {
  position: relative;
  z-index: 1;
}
#_app .product-img img {
  width: 210px;
  margin: 0 auto;
}
#_app .product-name {
  margin: 0.5em -12px 0.35em -12px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  color: #224f9e;
}
#_app .product-model {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
#_app .products-col .btn_paragraph {
  margin-top: 1.25em;
}
#_app .products-col .btn_paragraph ._btn {
  display: block;
  height: 2em;
  padding: 0 1.25em 0 1.25em;
  font: 600 19px/2 'Work Sans', sans-serif;
  text-align: center;
  text-transform: uppercase;
}
#_app .products-col .btn_paragraph ._btn.btn_red:hover::before {
  transform: scaleX(1.08);
}

@media (max-width: 1349px) {
  #_app .top-products {
    margin-bottom: 10px;
  }
  #_app .products-content {
  margin: 75px auto;  }
  #_app .products-row {
    margin: -18px -12px;
  }
  #_app .products-col {
    padding: 18px 12px;
  }
  #_app .products-col-inner {
    padding: 0 22px 22px 22px;
  }
  #_app .products-col-inner::before {
    top: 90px;
  }
  #_app .product-img img {
    width: 185px;
  }
  #_app .product-name {
    font-size: 20px;
  }
  #_app .product-model {
    font-size: 13px;
  }
  #_app .products-col .btn_paragraph ._btn {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  #_app .products-content {
  margin: 70px auto;  }
  #_app .products-row {
    margin: -18px -12px;
  }
  #_app .products-col {
    width: 33.33%;
    max-width: 280px;
    padding: 18px 12px;
  }
  #_app .products-col-inner {
    padding: 0 25px 25px 25px;
  }
  #_app .products-col-inner::before {
    top: 90px;
  }
  #_app .product-img img {
    width: 185px;
  }
  #_app .product-name {
    font-size: 20px;
  }
  #_app .product-model {
    font-size: 13px;
  }
  #_app .products-col .btn_paragraph ._btn {
    font-size: 18px;
  }
}

@media (max-width: 1023px) {
  #_app .products-content {
  margin: 60px auto;  }
  #_app .products-row {
    margin: -15px -12px;
  }
  #_app .products-col {
    max-width: 250px;
    padding: 15px 12px;
  }
  #_app .products-col-inner {
    padding: 0 20px 20px 20px;
  }
  #_app .products-col-inner::before {
    top: 75px;
  }
  #_app .product-img img {
    width: 165px;
  }
  #_app .product-name {
    font-size: 18px;
  }
  #_app .product-model {
    font-size: 12px;
  }
  #_app .products-col .btn_paragraph {
      margin-top: 1em;
  }
  #_app .products-col .btn_paragraph ._btn {
    font-size: 17px;
  }
}

@media (max-width: 919px) {
  #_app .products-row {
    margin: -15px -10px;
  }
  #_app .products-col {
    padding: 15px 10px;
  }
  #_app .products-col-inner {
    padding: 0 18px 18px 18px;
  }
}

@media (max-width: 767px) {
  #_app .products-content {
  margin: 55px auto;  }
  #_app .products-row {
    margin: -15px -15px;
  }
  #_app .products-col {
    width: 50%;
    max-width: 260px;
    padding: 15px 15px;
  }
  #_app .products-col-inner {
    padding: 0 20px 20px 20px;
  }
  #_app .products-col:hover .products-col-inner {
    transform: none;
  }
}

@media (max-width: 575px) {
  #_app .products-row {
    margin: -15px -8px;
  }
  #_app .products-col {
    padding: 15px 8px;
  }
  #_app .product-name {
    font-size: 17px;
  }
  #_app .product-model {
    font-size: 12px;
  }
  #_app .products-col .btn_paragraph ._btn {
    font-size: 17px;
  }
}

@media (max-width: 479px) {
  #_app .products-content {
  margin: 50px auto;  }
  #_app .products-row {
    margin: -8px;
  }
  #_app .products-col {
    width: 100%;
    max-width: 280px;
    padding: 8px;
  }
  #_app .products-col-inner {
    padding: 0 20px 20px 20px;
  }
  #_app .products-col-inner::before {
    top: 75px;
  }
  #_app .product-img img {
    width: 165px;
  }
  #_app .product-name {
    font-size: 18px;
  }
  #_app .product-model {
    font-size: 12px;
  }
  #_app .products-col .btn_paragraph {
      margin-top: 1em;
  }
  #_app .products-col .btn_paragraph ._btn {
    font-size: 17px;
  }
}






#_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: 50px 0;
}

#_app #_footer ._app ._row {
  justify-content: space-between;
  align-items: center;
}

#_app #_footer ._app ._row ._logo {
  width: 360px;
}

#_app #_footer ._app ._row ._socials {
  display: flex;
  align-self: center;
  margin: 0 -13px;
}

#_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;
}

/* @media (max-width: 1599px) { */
  #_app #_footer ._app ._row ._logo {
    width: 320px;
  }
/* } */

@media (max-width: 1349px) {
  #_app #_footer ._app {
    padding: 45px 0;
  }
  #_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 (max-width: 1199px) {
  #_app #_footer ._app {
    padding: 40px 0;
  }
  #_app #_footer ._app ._row ._logo {
    width: 240px;
  }
  #_app #_footer ._app ._row ._socials ._social svg {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 767px) {
  #_app #_footer ._app {
    padding: 45px 0;
  }
  #_app #_footer ._app ._row {
    flex-direction: column;
  }
  #_app #_footer ._app ._row ._logo {
    width: 280px;
  }
  #_app #_footer ._app ._row ._socials {
    align-self: initial;
    padding-top: 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: 45px;
    height: 45px;
  }
}
@media (max-width: 479px) {
  #_app #_footer ._app {
    padding: 35px 0;
  }
  #_app #_footer ._app ._row ._logo {
      width: 240px;
  }
  #_app #_footer ._app ._row ._socials {
    margin: 0 -8px;
    padding-top: 30px;
  }
  #_app #_footer ._app ._row ._socials ._social {
    margin: 0 8px;
  }
  #_app #_footer ._app ._row ._socials ._social svg {
    width: 40px;
    height: 40px;
  }
}
