@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap);
/*FONTS */
/* VARIABLES */
/*----------------------------------------
------------------------------------------
	## BREAKPOINTS
------------------------------------------
----------------------------------------*/
/*----------------------------------------
------------------------------------------
	## CONTAINER SIZES
------------------------------------------
----------------------------------------*/
.container {
  max-width: 1320px;
  width: 100%;
}
@media only screen and (max-width: 1660px) {
  .container {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1360px) {
  .container {
    max-width: 85%;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 90%;
  }
}
@media only screen and (max-width: 992px) {
  .container {
    max-width: 95%;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}

.container-big {
  max-width: 1600px;
  width: 100%;
}
@media only screen and (max-width: 1660px) {
  .container-big {
    max-width: 95%;
  }
}
@media only screen and (max-width: 1360px) {
  .container-big {
    max-width: 95%;
  }
}
@media only screen and (max-width: 1200px) {
  .container-big {
    max-width: 95%;
  }
}
@media only screen and (max-width: 992px) {
  .container-big {
    max-width: 95%;
  }
}
@media only screen and (max-width: 575px) {
  .container-big {
    max-width: 100%;
  }
}

.container-fluid {
  padding: 0;
}

/*----------------------------------------
------------------------------------------
	## FONT FAMILIES / WEIGHTS
------------------------------------------
----------------------------------------*/
/*----------------------------------------
------------------------------------------
	## COLORS
------------------------------------------
----------------------------------------*/
/*----------------------------------------
------------------------------------------
	## FONT SIZES
------------------------------------------
----------------------------------------*/
.title-big {
  font-size: 90px;
  line-height: 1;
}
@media only screen and (max-width: 1660px) {
  .title-big {
    font-size: 82px;
  }
}
@media only screen and (max-width: 1360px) {
  .title-big {
    font-size: 76px;
  }
}
@media only screen and (max-width: 1200px) {
  .title-big {
    font-size: 68px;
  }
}
@media only screen and (max-width: 992px) {
  .title-big {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .title-big {
    font-size: 56px;
  }
}
@media only screen and (max-width: 575px) {
  .title-big {
    font-size: 52px;
  }
}

.title-medium {
  font-size: 70px;
  line-height: 1;
}
@media only screen and (max-width: 1660px) {
  .title-medium {
    font-size: 62px;
  }
}
@media only screen and (max-width: 1360px) {
  .title-medium {
    font-size: 56px;
  }
}
@media only screen and (max-width: 1200px) {
  .title-medium {
    font-size: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .title-medium {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .title-medium {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .title-medium {
    font-size: 32px;
  }
}

.title-small {
  font-size: 50px;
  line-height: 1;
}
@media only screen and (max-width: 1660px) {
  .title-small {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1360px) {
  .title-small {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1200px) {
  .title-small {
    font-size: 36px;
  }
}
@media only screen and (max-width: 992px) {
  .title-small {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .title-small {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .title-small {
    font-size: 22px;
  }
}

.title-smaller {
  font-size: 30px;
  line-height: 1;
}
@media only screen and (max-width: 992px) {
  .title-smaller {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .title-smaller {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .title-smaller {
    font-size: 18px;
  }
}

.title-big,
.title-medium,
.title-small,
.title-smaller {
  font-family: "Segoe Print", sans-serif;
  font-weight: 200;
  font-variant: no-common-ligatures;
}
.title-big strong, .title-big b,
.title-medium strong,
.title-medium b,
.title-small strong,
.title-small b,
.title-smaller strong,
.title-smaller b {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: 700 !important;
  font-family: inherit;
}
.title-big *,
.title-medium *,
.title-small *,
.title-smaller * {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}
.title-big small,
.title-medium small,
.title-small small,
.title-smaller small {
  font-size: 45%;
  vertical-align: super;
}

.text-large {
  font-size: 80px;
  line-height: 1;
}
@media only screen and (max-width: 1660px) {
  .text-large {
    font-size: 72px;
  }
}
@media only screen and (max-width: 1360px) {
  .text-large {
    font-size: 66px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-large {
    font-size: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .text-large {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .text-large {
    font-size: 46px;
  }
}
@media only screen and (max-width: 575px) {
  .text-large {
    font-size: 42px;
  }
}

.text-biggest {
  font-size: 50px;
  line-height: 1.4;
}
@media only screen and (max-width: 1360px) {
  .text-biggest {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-biggest {
    font-size: 44px;
  }
}
@media only screen and (max-width: 992px) {
  .text-biggest {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .text-biggest {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .text-biggest {
    font-size: 32px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 420px) {
  .text-biggest {
    font-size: 30px;
  }
}

.text-bigger {
  font-size: 40px;
  line-height: 1.4;
}
@media only screen and (max-width: 1360px) {
  .text-bigger {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-bigger {
    font-size: 34px;
  }
}
@media only screen and (max-width: 992px) {
  .text-bigger {
    font-size: 32px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .text-bigger {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .text-bigger {
    font-size: 28px;
  }
}
@media only screen and (max-width: 420px) {
  .text-bigger {
    font-size: 26px;
  }
}

.text-big {
  font-size: 30px;
  line-height: 1.6;
}
@media only screen and (max-width: 1200px) {
  .text-big {
    font-size: 28px;
  }
}
@media only screen and (max-width: 992px) {
  .text-big {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .text-big {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .text-big {
    font-size: 22px;
  }
}
@media only screen and (max-width: 420px) {
  .text-big {
    font-size: 20px;
  }
}

.text-medium {
  font-size: 22px;
  line-height: 1.6;
}
@media only screen and (max-width: 992px) {
  .text-medium {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .text-medium {
    font-size: 18px;
  }
}

.text-small {
  font-size: 16px;
  line-height: 1.6;
}

.text-large,
.text-biggest,
.text-bigger,
.text-big,
.text-medium,
.text-small {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-variant: no-common-ligatures;
}
.text-large strong, .text-large b,
.text-biggest strong,
.text-biggest b,
.text-bigger strong,
.text-bigger b,
.text-big strong,
.text-big b,
.text-medium strong,
.text-medium b,
.text-small strong,
.text-small b {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: 700 !important;
  font-family: inherit;
}
.text-large *,
.text-biggest *,
.text-bigger *,
.text-big *,
.text-medium *,
.text-small * {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}
.text-large small,
.text-biggest small,
.text-bigger small,
.text-big small,
.text-medium small,
.text-small small {
  font-size: 45%;
  vertical-align: super;
}

/*----------------------------------------
------------------------------------------
	## BUTTONS
------------------------------------------
----------------------------------------*/
.green-btn {
  background-color: #85be1a;
  padding: 0.75em 1.5em 0.85em;
  color: #fff;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  border-radius: 50px;
  cursor: pointer;
}
.green-btn.text-medium {
  font-weight: 700;
}
.green-btn:hover {
  background-color: #2c7cb7;
}

.green-outline-btn {
  background-color: transparent;
  padding: 0.75em 1.5em 0.85em;
  color: #373737;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  margin-top: 2em;
  box-shadow: inset 0 0 0 2px #85be1a;
  border-radius: 60px;
  cursor: pointer;
}
.green-outline-btn.text-medium {
  font-weight: 700;
}
.green-outline-btn:hover {
  background-color: #85be1a;
  color: #fff;
}

/*----------------------------------------
------------------------------------------
## SCREEN READER
------------------------------------------
----------------------------------------*/
.screen-reader {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*----------------------------------------
------------------------------------------
## BODY OVERFLOW
------------------------------------------
----------------------------------------*/
.body-overflow {
  overflow: hidden;
}

/*----------------------------------------
------------------------------------------
## SKIP TO CONTENT
------------------------------------------
----------------------------------------*/
.skip-link {
  top: -1000px;
  left: -1000px;
  text-align: center;
}

a.skip-link {
  padding: 5px 10px;
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
a.skip-link:hover {
  left: 50%;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  background: #85be1a;
  color: #fff;
  transform: translateX(-50%);
  z-index: 9999;
}
a.skip-link:focus, a.skip-link:active {
  left: 50%;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  background: #373737;
  color: #fff;
  transform: translateX(-50%);
  z-index: 9999;
}

/*----------------------------------------
------------------------------------------
## MARGIN TOP
------------------------------------------
----------------------------------------*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

/*----------------------------------------
------------------------------------------
## MARGIN BOTTOM
------------------------------------------
----------------------------------------*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

/*LAYOUT PARTS */
/*----------------------------------------
------------------------------------------
	## GENERAL
------------------------------------------
----------------------------------------*/
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a, a:hover {
  text-decoration: none;
}

*:focus, *:hover, * {
  outline: none;
}

.cf::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wow {
  visibility: hidden;
}

.vcenter {
  display: flex;
  align-items: center;
}

.valign {
  display: flex;
  flex-direction: row;
}
.valign > [class^=col-],
.valign > [class*=" col-"] {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fancybox-slide > * {
  padding: 0;
}

.svg {
  display: inline-block;
  width: 50px;
  height: 50px;
}

section {
  position: relative;
  overflow: hidden;
}

a {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  outline: none !important;
}

img, svg {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  max-width: 100%;
}

button {
  outline: none !important;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}

textarea, input {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

form label[for=sendContact],
form label[for=sendNews] {
  cursor: pointer;
}

h1, h2, h3, h4, p {
  margin: 0;
}

body.no-scroll {
  overflow: hidden !important;
}

br {
  line-height: inherit;
}

.rellax {
  display: inline-block;
}

p, a, h1, h2, h3, li, span, button, br, b, strong {
  font-family: sans-serif;
}

.body-overflow {
  overflow: hidden;
  position: relative;
}

.video-wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-wrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.suggestions {
  background: white;
  margin-top: -20px;
  border-radius: 3px;
  position: absolute;
  z-index: 100;
  width: 80%;
  box-shadow: 10px 10px 18px 0px rgba(0, 0, 0, 0.08);
}

.suggestions li {
  padding: 15px;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
}

@media only screen and (max-width: 992px) {
  .help-tip p {
    left: -30px;
  }
}
.help-tip {
  top: 18px;
  right: 18px;
  text-align: center;
  background-color: #BCDBEA;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 26px;
  cursor: default;
  display: inline-block;
  margin-left: 5px;
}

.help-tip:before {
  content: "?";
  font-weight: bold;
  color: #fff;
}

.help-tip:hover p {
  display: block;
  transform-origin: 100% 0%;
  animation: fadeIn 0.3s ease-in-out;
}

.help-tip p {
  display: none;
  /* The tooltip */
  text-align: left;
  background-color: #1E2021;
  padding: 20px;
  width: 300px;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #FFF;
  font-size: 13px;
  line-height: 1.4;
  left: -23px;
  z-index: 1;
}

.help-tip p:before {
  /* The pointer of the tooltip */
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #1E2021;
  right: 10px;
  top: -12px;
}

.help-tip p:after {
  /* Prevents the tooltip from being hidden */
  width: 100%;
  height: 40px;
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
}

@font-face {
  font-family: "Segoe Print";
  src: url(../fonts/segoeprb.ttf);
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*----------------------------------------
------------------------------------------
	## FOOTER
------------------------------------------
----------------------------------------*/
#footer {
  padding: 45px 0 20px;
  position: relative;
  overflow: visible;
  background: #315f1a;
  height: 125px;
}
#footer .grass-bg {
  background: url(/assets/img/grass-bg.png) bottom center no-repeat;
  background-size: 100%;
  position: absolute;
  top: -195px;
  left: 0;
  height: 200px;
  width: 100%;
  pointer-events: none;
}
#footer .top {
  z-index: 1;
  position: relative;
}
#footer .top .logo {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 50px;
  z-index: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .top .logo {
    bottom: 75px;
  }
}
#footer .top .logo svg {
  width: 400px;
  height: auto;
}
@media only screen and (max-width: 1360px) {
  #footer .top .logo svg {
    width: 375px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .top .logo svg {
    width: 300px;
  }
}
@media only screen and (max-width: 575px) {
  #footer .top .logo svg {
    width: 225px;
  }
}
@media only screen and (max-width: 420px) {
  #footer .top .logo svg {
    width: 200px;
  }
}
#footer .top .footer-menu {
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  #footer .top .footer-menu {
    padding: 0 15%;
  }
}
@media only screen and (max-width: 575px) {
  #footer .top .footer-menu {
    padding: 0 5%;
  }
}
#footer .top .footer-menu ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#footer .top .footer-menu ul li a {
  color: #fff;
  margin: 0 0.5em;
  transition: all 0.2s;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #footer .top .footer-menu ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 330px) {
  #footer .top .footer-menu ul li a {
    font-size: 12px;
  }
}
#footer .top .footer-menu ul li a:before {
  background-color: #fff;
  height: 1px;
}
#footer .bottom {
  z-index: 1;
}
#footer .bottom .disclaimer {
  text-align: center;
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}
@media only screen and (max-width: 420px) {
  #footer .bottom .disclaimer {
    font-size: 10px;
  }
}

/*----------------------------------------
------------------------------------------
	## TOP MENU 2023
------------------------------------------
----------------------------------------*/
body.home-2023 #top-menu-new {
  padding: 20px 0;
  background: transparent;
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
body.home-2023 #top-menu-new .col-12 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  body.home-2023 #top-menu-new .col-12 {
    justify-content: flex-start;
  }
}
body.home-2023 #top-menu-new .col-12 .nav-left,
body.home-2023 #top-menu-new .col-12 .nav-right {
  min-width: 250px;
}
body.home-2023 #top-menu-new .col-12 .nav-left li,
body.home-2023 #top-menu-new .col-12 .nav-right li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em;
}
@media only screen and (max-width: 992px) {
  body.home-2023 #top-menu-new .col-12 .nav-left li,
  body.home-2023 #top-menu-new .col-12 .nav-right li {
    display: none;
  }
}
body.home-2023 #top-menu-new .col-12 .nav-left li:last-child,
body.home-2023 #top-menu-new .col-12 .nav-right li:last-child {
  margin-right: 0;
}
body.home-2023 #top-menu-new .col-12 .nav-left li:first-child,
body.home-2023 #top-menu-new .col-12 .nav-right li:first-child {
  margin-left: 0;
}
body.home-2023 #top-menu-new .col-12 .nav-left li a,
body.home-2023 #top-menu-new .col-12 .nav-right li a {
  color: #373737;
  transition: all 0.3s;
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (max-width: 1660px) {
  body.home-2023 #top-menu-new .col-12 .nav-left li a,
  body.home-2023 #top-menu-new .col-12 .nav-right li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  body.home-2023 #top-menu-new .col-12 .nav-left li a,
  body.home-2023 #top-menu-new .col-12 .nav-right li a {
    font-size: 16px;
  }
}
body.home-2023 #top-menu-new .col-12 .nav-left li a:before,
body.home-2023 #top-menu-new .col-12 .nav-right li a:before {
  height: 2px;
  background-color: #373737;
}
body.home-2023 #top-menu-new .col-12 .nav-left li a#order-link,
body.home-2023 #top-menu-new .col-12 .nav-right li a#order-link {
  background-color: #85be1a;
  border-radius: 50px;
  padding: 0.5em 1em;
  color: #fff;
  transition: 0.3s;
}
body.home-2023 #top-menu-new .col-12 .nav-left li a#order-link:hover,
body.home-2023 #top-menu-new .col-12 .nav-right li a#order-link:hover {
  background-color: #2c7cb7;
}
@media only screen and (max-width: 992px) {
  body.home-2023 #top-menu-new .col-12 .nav-left li.icon,
  body.home-2023 #top-menu-new .col-12 .nav-right li.icon {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 75px;
  }
}
@media only screen and (max-width: 992px) {
  body.home-2023 #top-menu-new .col-12 .nav-left li.icon,
  body.home-2023 #top-menu-new .col-12 .nav-right li.icon {
    right: 65px;
  }
}
@media only screen and (max-width: 420px) {
  body.home-2023 #top-menu-new .col-12 .nav-left li.icon,
  body.home-2023 #top-menu-new .col-12 .nav-right li.icon {
    right: 60px;
  }
}
body.home-2023 #top-menu-new .col-12 .nav-left li.icon .circle,
body.home-2023 #top-menu-new .col-12 .nav-right li.icon .circle {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #2c7cb7;
  position: relative;
  transition: 0.3s;
  border-radius: 50%;
}
@media only screen and (max-width: 420px) {
  body.home-2023 #top-menu-new .col-12 .nav-left li.icon .circle,
  body.home-2023 #top-menu-new .col-12 .nav-right li.icon .circle {
    width: 40px;
    height: 40px;
  }
}
body.home-2023 #top-menu-new .col-12 .nav-left li.icon .circle:hover, body.home-2023 #top-menu-new .col-12 .nav-left li.icon .circle:active,
body.home-2023 #top-menu-new .col-12 .nav-right li.icon .circle:hover,
body.home-2023 #top-menu-new .col-12 .nav-right li.icon .circle:active {
  background-color: #85be1a;
}
body.home-2023 #top-menu-new .col-12 .nav-left li.icon .circle svg,
body.home-2023 #top-menu-new .col-12 .nav-right li.icon .circle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 20px;
  height: 20px;
}
body.home-2023 #top-menu-new .col-12 .nav-left li.icon .circle svg path,
body.home-2023 #top-menu-new .col-12 .nav-right li.icon .circle svg path {
  fill: #fff;
}
@media only screen and (max-width: 992px) {
  body.home-2023 #top-menu-new .col-12 .nav-left {
    display: none;
  }
}
body.home-2023 #top-menu-new .col-12 .logo {
  display: inline-block;
  position: relative;
  z-index: 3;
  margin: 0 75px;
}
@media only screen and (max-width: 1200px) {
  body.home-2023 #top-menu-new .col-12 .logo {
    margin: 0 40px;
  }
}
@media only screen and (max-width: 992px) {
  body.home-2023 #top-menu-new .col-12 .logo {
    margin: 0;
  }
}
body.home-2023 #top-menu-new .col-12 .logo img,
body.home-2023 #top-menu-new .col-12 .logo svg {
  width: 325px;
  height: auto;
  display: block;
}
@media only screen and (max-width: 1660px) {
  body.home-2023 #top-menu-new .col-12 .logo img,
  body.home-2023 #top-menu-new .col-12 .logo svg {
    width: 275px;
  }
}
@media only screen and (max-width: 1360px) {
  body.home-2023 #top-menu-new .col-12 .logo img,
  body.home-2023 #top-menu-new .col-12 .logo svg {
    width: 200px;
  }
}
@media only screen and (max-width: 1200px) {
  body.home-2023 #top-menu-new .col-12 .logo img,
  body.home-2023 #top-menu-new .col-12 .logo svg {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  body.home-2023 #top-menu-new .col-12 .logo img,
  body.home-2023 #top-menu-new .col-12 .logo svg {
    width: 125px;
  }
}
body.home-2023 #top-menu-new .col-12 #open-fs {
  display: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #85be1a;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  body.home-2023 #top-menu-new .col-12 #open-fs {
    display: flex;
    position: absolute;
    right: 10px;
  }
}
@media only screen and (max-width: 420px) {
  body.home-2023 #top-menu-new .col-12 #open-fs {
    width: 40px;
    height: 40px;
  }
}
body.home-2023 #top-menu-new .col-12 #open-fs:hover, body.home-2023 #top-menu-new .col-12 #open-fs:focus {
  background: #2c7cb7;
}
body.home-2023 #top-menu-new .col-12 #open-fs img,
body.home-2023 #top-menu-new .col-12 #open-fs svg {
  display: block;
  width: 20px;
  height: 20px;
}
body.home-2023 #top-menu-new .col-12 #open-fs img path,
body.home-2023 #top-menu-new .col-12 #open-fs svg path {
  fill: #fff;
}
body.home-2023 #top-menu-new #money-seal {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  max-width: 150px;
  width: 12%;
}
@media only screen and (max-width: 1360px) {
  body.home-2023 #top-menu-new #money-seal {
    max-width: 125px;
  }
}
@media only screen and (max-width: 992px) {
  body.home-2023 #top-menu-new #money-seal {
    width: 100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 420px) {
  body.home-2023 #top-menu-new #money-seal {
    width: 80px;
  }
}

body:not(.home-2023) #top-menu-new {
  padding: 10px 0;
  background: #2c7cb7;
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
body:not(.home-2023) #top-menu-new .col-12 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  body:not(.home-2023) #top-menu-new .col-12 {
    justify-content: flex-start;
  }
}
body:not(.home-2023) #top-menu-new .col-12 .nav-left,
body:not(.home-2023) #top-menu-new .col-12 .nav-right {
  min-width: 250px;
}
body:not(.home-2023) #top-menu-new .col-12 .nav-left li,
body:not(.home-2023) #top-menu-new .col-12 .nav-right li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em;
}
@media only screen and (max-width: 992px) {
  body:not(.home-2023) #top-menu-new .col-12 .nav-left li,
  body:not(.home-2023) #top-menu-new .col-12 .nav-right li {
    display: none;
  }
}
body:not(.home-2023) #top-menu-new .col-12 .nav-left li:last-child,
body:not(.home-2023) #top-menu-new .col-12 .nav-right li:last-child {
  margin-right: 0;
}
body:not(.home-2023) #top-menu-new .col-12 .nav-left li:first-child,
body:not(.home-2023) #top-menu-new .col-12 .nav-right li:first-child {
  margin-left: 0;
}
body:not(.home-2023) #top-menu-new .col-12 .nav-left li a,
body:not(.home-2023) #top-menu-new .col-12 .nav-right li a {
  color: #fff;
  transition: all 0.3s;
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (max-width: 1660px) {
  body:not(.home-2023) #top-menu-new .col-12 .nav-left li a,
  body:not(.home-2023) #top-menu-new .col-12 .nav-right li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  body:not(.home-2023) #top-menu-new .col-12 .nav-left li a,
  body:not(.home-2023) #top-menu-new .col-12 .nav-right li a {
    font-size: 16px;
  }
}
body:not(.home-2023) #top-menu-new .col-12 .nav-left li a:before,
body:not(.home-2023) #top-menu-new .col-12 .nav-right li a:before {
  height: 2px;
  background-color: #fff;
}
body:not(.home-2023) #top-menu-new .col-12 .nav-left li a#order-link,
body:not(.home-2023) #top-menu-new .col-12 .nav-right li a#order-link {
  background-color: #85be1a;
  border-radius: 50px;
  padding: 0.5em 1em;
  color: #fff;
  transition: 0.3s;
}
body:not(.home-2023) #top-menu-new .col-12 .nav-left li a#order-link:hover,
body:not(.home-2023) #top-menu-new .col-12 .nav-right li a#order-link:hover {
  background-color: #315f1a;
}
@media only screen and (max-width: 992px) {
  body:not(.home-2023) #top-menu-new .col-12 .nav-left li.icon,
  body:not(.home-2023) #top-menu-new .col-12 .nav-right li.icon {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 75px;
  }
}
@media only screen and (max-width: 992px) {
  body:not(.home-2023) #top-menu-new .col-12 .nav-left li.icon,
  body:not(.home-2023) #top-menu-new .col-12 .nav-right li.icon {
    right: 65px;
  }
}
@media only screen and (max-width: 420px) {
  body:not(.home-2023) #top-menu-new .col-12 .nav-left li.icon,
  body:not(.home-2023) #top-menu-new .col-12 .nav-right li.icon {
    right: 60px;
  }
}
body:not(.home-2023) #top-menu-new .col-12 .nav-left li.icon .circle,
body:not(.home-2023) #top-menu-new .col-12 .nav-right li.icon .circle {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #85be1a;
  position: relative;
  transition: 0.3s;
  border-radius: 50%;
}
@media only screen and (max-width: 420px) {
  body:not(.home-2023) #top-menu-new .col-12 .nav-left li.icon .circle,
  body:not(.home-2023) #top-menu-new .col-12 .nav-right li.icon .circle {
    width: 40px;
    height: 40px;
  }
}
body:not(.home-2023) #top-menu-new .col-12 .nav-left li.icon .circle:hover, body:not(.home-2023) #top-menu-new .col-12 .nav-left li.icon .circle:active,
body:not(.home-2023) #top-menu-new .col-12 .nav-right li.icon .circle:hover,
body:not(.home-2023) #top-menu-new .col-12 .nav-right li.icon .circle:active {
  background-color: #315f1a;
}
body:not(.home-2023) #top-menu-new .col-12 .nav-left li.icon .circle svg,
body:not(.home-2023) #top-menu-new .col-12 .nav-right li.icon .circle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 20px;
  height: 20px;
}
body:not(.home-2023) #top-menu-new .col-12 .nav-left li.icon .circle svg path,
body:not(.home-2023) #top-menu-new .col-12 .nav-right li.icon .circle svg path {
  fill: #fff;
}
@media only screen and (max-width: 992px) {
  body:not(.home-2023) #top-menu-new .col-12 .nav-left {
    display: none;
  }
}
body:not(.home-2023) #top-menu-new .col-12 .logo {
  display: inline-block;
  position: relative;
  z-index: 3;
  margin: 0 75px;
}
@media only screen and (max-width: 1200px) {
  body:not(.home-2023) #top-menu-new .col-12 .logo {
    margin: 0 40px;
  }
}
@media only screen and (max-width: 992px) {
  body:not(.home-2023) #top-menu-new .col-12 .logo {
    margin: 0;
  }
}
body:not(.home-2023) #top-menu-new .col-12 .logo img,
body:not(.home-2023) #top-menu-new .col-12 .logo svg {
  width: 200px;
  height: auto;
  display: block;
}
@media only screen and (max-width: 1200px) {
  body:not(.home-2023) #top-menu-new .col-12 .logo img,
  body:not(.home-2023) #top-menu-new .col-12 .logo svg {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  body:not(.home-2023) #top-menu-new .col-12 .logo img,
  body:not(.home-2023) #top-menu-new .col-12 .logo svg {
    width: 125px;
  }
}
body:not(.home-2023) #top-menu-new .col-12 #open-fs {
  display: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #85be1a;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: inset 0 0 0 2px #fff;
}
@media only screen and (max-width: 992px) {
  body:not(.home-2023) #top-menu-new .col-12 #open-fs {
    display: flex;
    position: absolute;
    right: 10px;
  }
}
@media only screen and (max-width: 575px) {
  body:not(.home-2023) #top-menu-new .col-12 #open-fs {
    width: 40px;
    height: 40px;
  }
}
body:not(.home-2023) #top-menu-new .col-12 #open-fs:hover, body:not(.home-2023) #top-menu-new .col-12 #open-fs:focus {
  background: #2c7cb7;
}
body:not(.home-2023) #top-menu-new .col-12 #open-fs img,
body:not(.home-2023) #top-menu-new .col-12 #open-fs svg {
  display: block;
  width: 20px;
  height: 20px;
}
body:not(.home-2023) #top-menu-new .col-12 #open-fs img path,
body:not(.home-2023) #top-menu-new .col-12 #open-fs svg path {
  fill: #fff;
}
body:not(.home-2023) #top-menu-new #money-seal {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  max-width: 150px;
  width: 12%;
}
@media only screen and (max-width: 1360px) {
  body:not(.home-2023) #top-menu-new #money-seal {
    max-width: 125px;
  }
}
@media only screen and (max-width: 992px) {
  body:not(.home-2023) #top-menu-new #money-seal {
    width: 100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 420px) {
  body:not(.home-2023) #top-menu-new #money-seal {
    width: 80px;
  }
}

#fs-menu {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 0 1rem;
}
#fs-menu .bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #85be1a;
  transition: 0.6s;
}
#fs-menu .content {
  position: relative;
  z-index: 2;
  color: #fff;
  height: 100%;
}
#fs-menu .content #close-fs {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 2rem;
  height: 2rem;
  color: #fff;
  transition: 0.3s;
}
@media only screen and (min-width: 421px) {
  #fs-menu .content #close-fs {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media only screen and (min-width: 576px) {
  #fs-menu .content #close-fs {
    top: 1.5rem;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
  }
}
#fs-menu .content #close-fs:hover, #fs-menu .content #close-fs:focus {
  color: #2c7cb7;
}
#fs-menu .content .menu {
  height: 100%;
  text-align: center;
}
#fs-menu .content .menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  gap: 6vh;
}
#fs-menu .content .menu ul li a {
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s;
}
#fs-menu .content .menu ul li a:hover, #fs-menu .content .menu ul li a:focus {
  color: #2c7cb7;
}
#fs-menu .content .menu ul li a#order {
  background-color: #315f1a;
  padding: 0.15em 0.6em;
  border-radius: 50px;
}
#fs-menu .content .menu ul li a#order:hover {
  background-color: #2c7cb7;
  color: #fff;
}
@media only screen and (max-width: 375px) {
  #fs-menu .content .menu ul li a.title-medium {
    font-size: 28px;
  }
}

body.menu-open {
  overflow: hidden;
}
body.menu-open #fs-menu {
  opacity: 1 !important;
  visibility: visible;
}
body.menu-open #fs-menu .bg {
  height: 100%;
}
body.menu-open #fs-menu .content .menu ul li {
  opacity: 1;
  transform: none;
}

/*PAGES */
/*----------------------------------------
------------------------------------------
	## HOME
------------------------------------------
----------------------------------------*/
body.home #top-banner {
  position: relative;
  background: #aafcff url(/assets/img/blue-bg.jpg) 0 0 repeat-x;
  min-height: 870px;
  padding-top: 150px;
  background-size: 100%;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  body.home #top-banner {
    min-height: inherit;
  }
}
@media only screen and (max-width: 767px) {
  body.home #top-banner {
    padding-bottom: 50px;
    padding-top: 100px;
  }
}
body.home #top-banner .top-grass {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 550px;
  background: url(/assets/img/top-grass.png) center bottom no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  body.home #top-banner .top-grass {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  body.home #top-banner .top-grass {
    height: 550px;
  }
}
@media only screen and (max-width: 575px) {
  body.home #top-banner .top-grass {
    height: 500px;
  }
}
@media only screen and (max-width: 420px) {
  body.home #top-banner .top-grass {
    height: 450px;
  }
}
@media only screen and (max-width: 375px) {
  body.home #top-banner .top-grass {
    height: 375px;
  }
}
@media only screen and (max-width: 330px) {
  body.home #top-banner .top-grass {
    height: 350px;
  }
}
body.home #top-banner #leaves-img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 1;
  width: 15%;
  height: auto;
}
body.home #top-banner .top svg {
  width: 75%;
  height: auto;
}
body.home #top-banner .top svg#logo-lrg {
  display: block;
  margin: 0 auto;
  z-index: 0;
  position: relative;
}
body.home #top-banner .top #letter-1 {
  position: absolute;
  z-index: 2;
  top: 125px;
  left: 0;
  width: 15%;
  height: auto;
}
@media only screen and (max-width: 992px) {
  body.home #top-banner .top #letter-1 {
    top: 100px;
    left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  body.home #top-banner .top #letter-1 {
    top: 75px;
  }
}
@media only screen and (max-width: 575px) {
  body.home #top-banner .top #letter-1 {
    top: 55px;
  }
}
body.home #top-banner .top #letter-2 {
  position: absolute;
  z-index: 2;
  top: 400px;
  right: 0;
  width: 15%;
  height: auto;
}
@media only screen and (max-width: 992px) {
  body.home #top-banner .top #letter-2 {
    top: 300px;
  }
}
@media only screen and (max-width: 767px) {
  body.home #top-banner .top #letter-2 {
    top: 200px;
    right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  body.home #top-banner .top #letter-2 {
    top: 125px;
  }
}
@media only screen and (max-width: 420px) {
  body.home #top-banner .top #letter-2 {
    display: none;
  }
}
body.home #top-banner .top #envelope-1 {
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 60px;
  width: 10%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  body.home #top-banner .top #envelope-1 {
    left: 30px;
  }
}
@media only screen and (max-width: 575px) {
  body.home #top-banner .top #envelope-1 {
    top: 30px;
  }
}
body.home #top-banner .top #envelope-2 {
  position: absolute;
  z-index: 1;
  top: 40px;
  right: 50px;
  width: 12%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  body.home #top-banner .top #envelope-2 {
    right: 30px;
  }
}
@media only screen and (max-width: 575px) {
  body.home #top-banner .top #envelope-2 {
    right: 25px;
    top: 25px;
  }
}
body.home #top-banner .bottom .button-wrapper {
  text-align: center;
  margin-top: 30px;
}
body.home #top-banner .bottom .button-wrapper .green-btn {
  padding: 0.5em 1.5em;
}
@media only screen and (max-width: 420px) {
  body.home #top-banner .bottom .button-wrapper .green-btn {
    font-size: 22px;
  }
}
@media only screen and (max-width: 375px) {
  body.home #top-banner .bottom .button-wrapper .green-btn {
    font-size: 18px;
  }
}
@media only screen and (max-width: 330px) {
  body.home #top-banner .bottom .button-wrapper .green-btn {
    font-size: 16px;
  }
}
body.home #top-banner .bottom .button-wrapper .green-btn:hover {
  background: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
body.home #top-banner .bottom .button-wrapper .green-btn #gift-box {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  body.home #top-banner .bottom .button-wrapper .green-btn #gift-box {
    width: 70px;
  }
}
@media only screen and (max-width: 575px) {
  body.home #top-banner .bottom .button-wrapper .green-btn #gift-box {
    width: 40px;
  }
}
@media only screen and (max-width: 330px) {
  body.home #top-banner .bottom .button-wrapper .green-btn #gift-box {
    display: none;
  }
}
body.home #top-banner .bottom #money-back-seal-2 {
  display: none;
}
@media only screen and (max-width: 767px) {
  body.home #top-banner .bottom #money-back-seal-2 {
    display: block;
    margin: 2.5em auto 0;
    width: 200px;
  }
}
@media only screen and (max-width: 420px) {
  body.home #top-banner .bottom #money-back-seal-2 {
    width: 175px;
  }
}
body.home #certified {
  padding: 75px 0;
}
@media only screen and (max-width: 767px) {
  body.home #certified {
    padding: 25px 0 50px;
  }
}
body.home #certified .top-title {
  text-align: center;
  color: #85be1a;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 420px) {
  body.home #certified .top-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 375px) {
  body.home #certified .top-title {
    font-size: 32px;
  }
}
body.home #certified .left img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body.home #certified .left img {
    width: 60%;
  }
}
body.home #certified .right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  body.home #certified .right {
    margin-top: 1em;
  }
}
body.home #certified .right .title {
  text-align: center;
  color: #373737;
  line-height: 1.2;
}
body.home #certified .right .title span {
  font-family: "Segoe Print", sans-serif;
  color: #2c7cb7;
  font-size: 48px;
}
@media only screen and (max-width: 992px) {
  body.home #certified .right .title span {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  body.home #certified .right .title span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  body.home #certified .right .title span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 420px) {
  body.home #certified .right .title span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 330px) {
  body.home #certified .right .title span {
    font-size: 30px;
  }
}
body.home #certified .right .text {
  text-align: center;
  color: #6d6d6d;
  margin-top: 15px;
}
body.home #certified .right .line {
  display: block;
  width: 50%;
  height: 2px;
  background-color: #85be1a;
  margin: 25px auto;
}
body.home #certified .right .subtext {
  text-align: center;
  color: #373737;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
}
body.home #certified .right .price {
  color: #85be1a;
  margin: 5px 0 20px;
  text-align: center;
  letter-spacing: -4px;
}
@media only screen and (max-width: 767px) {
  body.home #certified .right .price {
    font-size: 32px;
  }
}
body.home #certified .right .certified-options {
  display: block;
  color: #111;
  line-height: 3;
  padding: 10px 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 2px solid red;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(/assets/images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 1.5em top 50%, 0 0;
  background-size: 0.75em auto, 100%;
  border-radius: 50px;
  -moz-text-align-last: center;
  text-align-last: center;
  font-weight: 700;
}
body.home #certified .right .input-line {
  position: relative;
  max-width: 90%;
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  body.home #certified .right .input-line {
    max-width: 100%;
    height: 55px;
    margin-bottom: 1em;
  }
}
body.home #certified .right .input-line input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #85be1a;
  text-align: center;
  color: #373737;
  font-weight: 700;
  -webkit-appearance: none;
  background-color: transparent;
}
body.home #certified .right .input-line input::-webkit-outer-spin-button, body.home #certified .right .input-line input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.home #certified .right .input-line input [type=number] {
  -moz-appearance: textfield;
}
body.home #certified .right .input-line .circle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 70px;
  height: 60px;
  text-align: center;
  font-family: "Segoe Print", sans-serif;
  font-size: 20px;
  color: #373737;
  line-height: 60px;
  cursor: pointer;
  transition: color 0.3s;
}
body.home #certified .right .input-line .circle.minus {
  left: 0;
}
body.home #certified .right .input-line .circle.plus {
  right: 0;
}
body.home #certified .right .green-btn {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body.home #certified .right .green-btn {
    height: 55px;
  }
}
body.home #certified .right #home__email input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #85be1a;
  color: #373737;
  -webkit-appearance: none;
  background-color: transparent;
  padding: 0 20px;
}
@media only screen and (max-width: 992px) {
  body.home #certified .right #home__email input {
    height: 55px;
    margin-bottom: 1em;
  }
}
body.home #letters {
  background: url(/assets/img/letters-bg.png) bottom center no-repeat #85be1a;
  background-size: 100%;
  padding: 100px 0 0;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 992px) {
  body.home #letters {
    padding: 50px 0 0;
    background-size: 140%;
  }
}
body.home #letters .top .title {
  color: #fff;
  text-align: center;
}
body.home #letters .top .subtitle {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  body.home #letters .top .subtitle {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  body.home #letters .top .subtitle br {
    display: none;
  }
}
body.home #letters .bottom {
  margin-top: 50px;
  margin-bottom: -150px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  body.home #letters .bottom {
    margin-bottom: -70px;
  }
}
body.home #letters .bottom .boxes {
  display: flex;
}
body.home #letters .bottom .boxes .letter-box {
  display: block;
  background-color: #fff;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 20px 10px;
}
@media only screen and (max-width: 992px) {
  body.home #letters .bottom .boxes .letter-box {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  body.home #letters .bottom .boxes .letter-box {
    max-width: 400px;
  }
}
body.home #letters .bottom .boxes .letter-box .title {
  font-size: 22px;
  text-align: center;
  margin-top: 15px;
  color: #315f1a;
}
body.home #packages {
  margin: 250px 0 75px;
}
@media only screen and (max-width: 1360px) {
  body.home #packages {
    margin: 200px 0 75px;
  }
}
@media only screen and (max-width: 992px) {
  body.home #packages {
    margin: 150px 0 75px;
  }
}
@media only screen and (max-width: 767px) {
  body.home #packages {
    margin: 100px 0 50px;
  }
}
@media only screen and (max-width: 575px) {
  body.home #packages {
    margin: 100px 0 25px;
  }
}
body.home #packages .top .title {
  text-align: center;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
@media only screen and (max-width: 992px) {
  body.home #packages .top .title {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  body.home #packages .top .title br {
    display: none;
  }
}
body.home #packages .top .title span {
  color: #85be1a;
  font-family: "Segoe Print", sans-serif;
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  body.home #packages .top .title span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  body.home #packages .top .title span {
    font-size: 30px;
  }
}
body.home #packages .top .subtitle {
  text-align: center;
  margin-bottom: 1.5em;
}
body.home #packages .box-items {
  display: flex;
}
body.home #packages .box-items .box {
  background-color: #e7f1e2;
  padding: 3em 2em 9em;
  max-width: 750px;
  margin: 0 auto 40px;
  flex: 1;
}
@media only screen and (max-width: 992px) {
  body.home #packages .box-items .box {
    padding: 3em 2em 7em;
  }
}
@media only screen and (max-width: 767px) {
  body.home #packages .box-items .box {
    padding: 3em 2em 8em;
  }
}
@media only screen and (max-width: 575px) {
  body.home #packages .box-items .box {
    padding: 2em 2em 6em;
  }
}
@media only screen and (max-width: 330px) {
  body.home #packages .box-items .box {
    padding: 2em 0.5em 6em;
  }
}
body.home #packages .box-items .box .top {
  margin-bottom: 1em;
}
body.home #packages .box-items .box .top .title {
  color: #85be1a;
  text-align: center;
  font-size: 40px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1360px) {
  body.home #packages .box-items .box .top .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  body.home #packages .box-items .box .top .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 992px) {
  body.home #packages .box-items .box .top .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  body.home #packages .box-items .box .top .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 375px) {
  body.home #packages .box-items .box .top .title {
    font-size: 26px;
  }
}
body.home #packages .box-items .box .left .upsell-img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 1200px) {
  body.home #packages .box-items .box .left .upsell-img {
    max-width: 80%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 992px) {
  body.home #packages .box-items .box .left .upsell-img {
    max-width: 350px;
    margin-bottom: 30px;
  }
}
body.home #packages .box-items .box .right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 992px) {
  body.home #packages .box-items .box .right {
    justify-content: center;
  }
}
body.home #packages .box-items .box .right .upsell-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.home #packages .box-items .box .right .upsell-wrap .upsell-list li {
  line-height: 1;
  margin-bottom: 15px;
  padding-left: 25px;
  font-size: 18px;
  position: relative;
}
body.home #packages .box-items .box .right .upsell-wrap .upsell-list li::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url(/assets/img/icon-green-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0px;
  position: absolute;
  left: 0;
}
body.home #packages .box-items .box .button-wrapper {
  text-align: center;
  position: absolute;
  bottom: 6em;
  right: 0;
  left: 0;
}
@media only screen and (max-width: 575px) {
  body.home #packages .box-items .box .button-wrapper {
    bottom: 5em;
  }
}
body.home #packages .box-items .box .button-wrapper .title-smaller {
  font-size: 26px;
}
@media only screen and (max-width: 992px) {
  body.home #packages .box-items .box .button-wrapper .title-smaller {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body.home #packages .box-items .box .button-wrapper .title-smaller {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  body.home #packages .box-items .box .button-wrapper .title-smaller {
    font-size: 22px;
  }
}
@media only screen and (max-width: 420px) {
  body.home #packages .box-items .box .button-wrapper .title-smaller {
    font-size: 18px;
  }
}
@media only screen and (max-width: 330px) {
  body.home #packages .box-items .box .button-wrapper .title-smaller {
    font-size: 16px;
  }
}
body.home #personalized {
  background: #85be1a;
  padding: 75px 0;
  margin-bottom: 225px;
}
@media only screen and (max-width: 1360px) {
  body.home #personalized {
    margin-bottom: 175px;
  }
}
@media only screen and (max-width: 992px) {
  body.home #personalized {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  body.home #personalized {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 575px) {
  body.home #personalized {
    margin-bottom: 75px;
  }
}
body.home #personalized .title {
  color: #fff;
  margin-bottom: 0.5em;
  text-align: center;
}
body.home #personalized .text {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  body.home #personalized .text {
    text-align: center;
  }
}

/*----------------------------------------
------------------------------------------
	## HOME
------------------------------------------
----------------------------------------*/
body.home-2023 #top-banner {
  position: relative;
  padding: 300px 0 250px;
  background-color: #d7f7fc;
}
@media only screen and (max-width: 1360px) {
  body.home-2023 #top-banner {
    padding: 250px 0 200px;
  }
}
@media only screen and (max-width: 992px) {
  body.home-2023 #top-banner {
    padding: 200px 0 150px;
  }
}
@media only screen and (max-width: 575px) {
  body.home-2023 #top-banner {
    padding: 175px 0 75px;
  }
}
@media only screen and (max-width: 420px) {
  body.home-2023 #top-banner {
    padding: 130px 0 50px;
  }
}
body.home-2023 #top-banner::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url(/assets/img/hero-img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  body.home-2023 #top-banner::before {
    background-position: 70% center;
  }
}
@media only screen and (max-width: 575px) {
  body.home-2023 #top-banner::before {
    opacity: 0.7;
  }
}
body.home-2023 #top-banner .col-12 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body.home-2023 #top-banner .col-12 .text {
  text-align: center;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  body.home-2023 #top-banner .col-12 .text {
    font-size: 30px;
  }
}
body.home-2023 #top-banner .col-12 .text br {
  display: none;
}
@media only screen and (max-width: 767px) {
  body.home-2023 #top-banner .col-12 .text br {
    display: block;
  }
}
body.home-2023 #top-banner .col-12 .text span {
  color: #2c7cb7;
  font-family: "Segoe Print", sans-serif;
}
@media only screen and (max-width: 767px) {
  body.home-2023 #top-banner .col-12 .text span {
    font-size: 32px;
  }
}
body.home-2023 #top-banner .col-12 .title {
  text-align: center;
  color: #2c7cb7;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 767px) {
  body.home-2023 #top-banner .col-12 .title {
    font-size: 36px;
  }
}
body.home-2023 #top-banner .col-12 .button-wrapper {
  text-align: center;
  margin-top: 40px;
}
body.home-2023 #top-banner .col-12 .button-wrapper .green-btn {
  padding: 0.25em 1em;
}
@media only screen and (max-width: 767px) {
  body.home-2023 #top-banner .col-12 .button-wrapper .green-btn {
    padding: 0.5em 1.5em;
  }
}
body.home-2023 #top-banner .col-12 .button-wrapper .green-btn span {
  font-size: 36px;
}
@media only screen and (max-width: 992px) {
  body.home-2023 #top-banner .col-12 .button-wrapper .green-btn span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 420px) {
  body.home-2023 #top-banner .col-12 .button-wrapper .green-btn span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 375px) {
  body.home-2023 #top-banner .col-12 .button-wrapper .green-btn span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 330px) {
  body.home-2023 #top-banner .col-12 .button-wrapper .green-btn span {
    font-size: 16px;
  }
}
body.home-2023 #top-banner .col-12 .button-wrapper .green-btn:hover {
  background: #2c7cb7;
  box-shadow: inset 0 0 0 2px #2c7cb7;
  color: #fff;
}
body.home-2023 #top-banner .col-12 .button-wrapper .green-btn #gift-box {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  body.home-2023 #top-banner .col-12 .button-wrapper .green-btn #gift-box {
    width: 40px;
  }
}
body.home-2023 #certified {
  padding: 75px 0 50px;
}
@media only screen and (max-width: 767px) {
  body.home-2023 #certified {
    padding: 25px 0 50px;
  }
}
body.home-2023 #certified .top-title {
  text-align: center;
  color: #85be1a;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 420px) {
  body.home-2023 #certified .top-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 375px) {
  body.home-2023 #certified .top-title {
    font-size: 32px;
  }
}
body.home-2023 #certified .left img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body.home-2023 #certified .left img {
    width: 60%;
  }
}
body.home-2023 #certified .right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  body.home-2023 #certified .right {
    margin-top: 1em;
  }
}
body.home-2023 #certified .right .title {
  text-align: center;
  color: #373737;
  line-height: 1.2;
  font-weight: 400;
}
body.home-2023 #certified .right .title span {
  font-family: "Segoe Print", sans-serif;
  color: #2c7cb7;
  font-size: 48px;
}
@media only screen and (max-width: 992px) {
  body.home-2023 #certified .right .title span {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  body.home-2023 #certified .right .title span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  body.home-2023 #certified .right .title span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 420px) {
  body.home-2023 #certified .right .title span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 330px) {
  body.home-2023 #certified .right .title span {
    font-size: 30px;
  }
}
body.home-2023 #certified .right .text {
  text-align: center;
  color: #6d6d6d;
  margin-top: 15px;
}
@media only screen and (max-width: 375px) {
  body.home-2023 #certified .right .text br {
    display: none;
  }
}
body.home-2023 #certified .right .line {
  display: block;
  width: 50%;
  height: 2px;
  background-color: #85be1a;
  margin: 25px auto;
}
body.home-2023 #certified .right .subtext {
  text-align: center;
  color: #373737;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
}
body.home-2023 #certified .right .price {
  color: #85be1a;
  margin: 5px 0 20px;
  text-align: center;
  letter-spacing: -4px;
}
@media only screen and (max-width: 767px) {
  body.home-2023 #certified .right .price {
    font-size: 32px;
  }
}
body.home-2023 #certified .right .certified-options {
  display: block;
  color: #111;
  line-height: 3;
  padding: 10px 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 2px solid red;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(/assets/images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 1.5em top 50%, 0 0;
  background-size: 0.75em auto, 100%;
  border-radius: 50px;
  -moz-text-align-last: center;
  text-align-last: center;
  font-weight: 700;
}
body.home-2023 #certified .right .input-line {
  position: relative;
  max-width: 90%;
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  body.home-2023 #certified .right .input-line {
    max-width: 100%;
    height: 55px;
    margin-bottom: 1em;
  }
}
body.home-2023 #certified .right .input-line input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #85be1a;
  text-align: center;
  color: #373737;
  font-weight: 700;
  -webkit-appearance: none;
  background-color: transparent;
}
body.home-2023 #certified .right .input-line input::-webkit-outer-spin-button, body.home-2023 #certified .right .input-line input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.home-2023 #certified .right .input-line input [type=number] {
  -moz-appearance: textfield;
}
body.home-2023 #certified .right .input-line .circle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 70px;
  height: 60px;
  text-align: center;
  font-family: "Segoe Print", sans-serif;
  font-size: 20px;
  color: #373737;
  line-height: 60px;
  cursor: pointer;
  transition: color 0.3s;
}
body.home-2023 #certified .right .input-line .circle.minus {
  left: 0;
}
body.home-2023 #certified .right .input-line .circle.plus {
  right: 0;
}
body.home-2023 #certified .right .green-btn {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body.home-2023 #certified .right .green-btn {
    height: 55px;
  }
}
body.home-2023 #certified .right #home__email input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #85be1a;
  color: #373737;
  -webkit-appearance: none;
  background-color: transparent;
  padding: 0 20px;
}
@media only screen and (max-width: 992px) {
  body.home-2023 #certified .right #home__email input {
    height: 55px;
    margin-bottom: 1em;
  }
}
body.home-2023 #toys-for-tots {
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  body.home-2023 #toys-for-tots {
    padding-bottom: 50px;
  }
}
body.home-2023 #toys-for-tots .col-12 {
  text-align: center;
}
body.home-2023 #toys-for-tots .col-12 .text {
  color: #6d6d6d;
  margin-bottom: 1rem;
}
body.home-2023 #toys-for-tots .col-12 .text strong {
  color: #2c7cb7;
}
body.home-2023 #toys-for-tots .col-12 img {
  display: block;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
body.home-2023 #letters {
  background: url(/assets/img/letters-bg-2.png) bottom center no-repeat #85be1a;
  background-size: 100%;
  padding-top: 75px;
  overflow: visible;
}
@media only screen and (max-width: 992px) {
  body.home-2023 #letters {
    padding: 50px 0 0;
    background-size: 140%;
  }
}
body.home-2023 #letters .top .title {
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body.home-2023 #letters .top .title br {
    display: none;
  }
}
body.home-2023 #letters .top .subtitle {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  body.home-2023 #letters .top .subtitle {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  body.home-2023 #letters .top .subtitle br {
    display: none;
  }
}
body.home-2023 #letters .bottom {
  margin-top: 50px;
  margin-bottom: -150px;
  padding: 0 50px;
  display: flex;
  justify-content: center;
}
body.home-2023 #letters .bottom .arrow {
  background-color: #2c7cb7;
  border-radius: 50%;
  padding: 5px;
  height: 65px;
  width: 65px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: 0.3s;
}
body.home-2023 #letters .bottom .arrow:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 992px) {
  body.home-2023 #letters .bottom .arrow {
    height: 60px;
    width: 60px;
  }
}
body.home-2023 #letters .bottom .arrow svg {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: block;
}
@media only screen and (max-width: 992px) {
  body.home-2023 #letters .bottom .arrow svg {
    height: 40px;
    width: 40px;
  }
}
body.home-2023 #letters .bottom .arrow svg path {
  fill: #fff;
}
body.home-2023 #letters .bottom .arrow.prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}
@media only screen and (max-width: 992px) {
  body.home-2023 #letters .bottom .arrow.prev {
    top: 45%;
    transform: translateY(-45%);
    left: -15px;
  }
}
@media only screen and (max-width: 575px) {
  body.home-2023 #letters .bottom .arrow.prev {
    left: 10px;
  }
}
body.home-2023 #letters .bottom .arrow.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}
@media only screen and (max-width: 992px) {
  body.home-2023 #letters .bottom .arrow.next {
    top: 45%;
    transform: translateY(-45%);
    right: -20px;
  }
}
@media only screen and (max-width: 575px) {
  body.home-2023 #letters .bottom .arrow.next {
    right: 10px;
  }
}
body.home-2023 #letters .bottom .swiper-container {
  width: 1320px;
}
body.home-2023 #letters .bottom .swiper-container .boxes {
  display: flex;
}
body.home-2023 #letters .bottom .swiper-container .boxes .letter-box {
  display: block;
  background-color: #fff;
  margin: 0 auto 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 2.5rem 1rem;
}
@media only screen and (max-width: 992px) {
  body.home-2023 #letters .bottom .swiper-container .boxes .letter-box {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  body.home-2023 #letters .bottom .swiper-container .boxes .letter-box {
    max-width: 400px;
  }
}
body.home-2023 #letters .bottom .swiper-container .boxes .letter-box .title {
  text-align: center;
  margin-top: 15px;
  color: #85be1a;
  font-weight: 700;
  font-size: 18px;
}
body.home-2023 #letters .bottom .swiper-container .boxes .letter-box img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
body.home-2023 #packages {
  margin: 12rem 0 15rem;
}
@media only screen and (max-width: 992px) {
  body.home-2023 #packages {
    margin: 10rem 0 13rem;
  }
}
@media only screen and (max-width: 767px) {
  body.home-2023 #packages {
    margin: 10rem 0 11rem;
  }
}
@media only screen and (max-width: 575px) {
  body.home-2023 #packages {
    margin: 10rem 0 7rem;
  }
}
body.home-2023 #packages .top {
  margin-bottom: 2rem;
}
body.home-2023 #packages .top .title {
  text-align: center;
  line-height: 1.2;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  body.home-2023 #packages .top .title {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  body.home-2023 #packages .top .title br {
    display: none;
  }
}
body.home-2023 #packages .top .title span {
  color: #2c7cb7;
  font-family: "Segoe Print", sans-serif;
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  body.home-2023 #packages .top .title span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  body.home-2023 #packages .top .title span {
    font-size: 30px;
  }
}
body.home-2023 #packages .top .subtitle {
  text-align: center;
  margin-bottom: 1.5em;
}
body.home-2023 #packages .box-items {
  display: flex;
}
body.home-2023 #packages .box-items .box {
  background-color: #e7f1e2;
  padding: 3em 2em 9em;
  max-width: 600px;
  margin: 0 auto 40px;
  border-radius: 25px;
}
@media only screen and (max-width: 992px) {
  body.home-2023 #packages .box-items .box {
    padding: 3em 2em 7em;
  }
}
@media only screen and (max-width: 767px) {
  body.home-2023 #packages .box-items .box {
    padding: 3em 2em 8em;
  }
}
@media only screen and (max-width: 575px) {
  body.home-2023 #packages .box-items .box {
    padding: 2em 2em 6em;
  }
}
@media only screen and (max-width: 330px) {
  body.home-2023 #packages .box-items .box {
    padding: 2em 0.5em 6em;
  }
}
body.home-2023 #packages .box-items .box .top {
  margin-bottom: 1em;
}
body.home-2023 #packages .box-items .box .top .title {
  color: #2c7cb7;
  text-align: center;
}
@media only screen and (max-width: 1360px) {
  body.home-2023 #packages .box-items .box .top .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  body.home-2023 #packages .box-items .box .top .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 992px) {
  body.home-2023 #packages .box-items .box .top .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  body.home-2023 #packages .box-items .box .top .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 375px) {
  body.home-2023 #packages .box-items .box .top .title {
    font-size: 26px;
  }
}
body.home-2023 #packages .box-items .box .upsell-img {
  max-width: 100%;
  margin: -45px auto 0;
  display: block;
  width: 90%;
}
@media only screen and (max-width: 1200px) {
  body.home-2023 #packages .box-items .box .upsell-img {
    max-width: 80%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 992px) {
  body.home-2023 #packages .box-items .box .upsell-img {
    max-width: 350px;
    margin-bottom: 30px;
  }
}
body.home-2023 #packages .box-items .box .upsell-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
}
body.home-2023 #packages .box-items .box .upsell-wrap .upsell-list li {
  line-height: 1.2;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
body.home-2023 #packages .box-items .box .upsell-wrap .upsell-list li::before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  background-image: url(/assets/img/icon-green-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0px;
  position: absolute;
  left: 0;
}
body.home-2023 #packages .box-items .box .button-wrapper {
  text-align: center;
  position: absolute;
  bottom: 6em;
  right: 0;
  left: 0;
}
@media only screen and (max-width: 575px) {
  body.home-2023 #packages .box-items .box .button-wrapper {
    bottom: 5em;
  }
}
body.home-2023 #packages .box-items .box .button-wrapper .title-smaller {
  font-size: 26px;
}
@media only screen and (max-width: 992px) {
  body.home-2023 #packages .box-items .box .button-wrapper .title-smaller {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body.home-2023 #packages .box-items .box .button-wrapper .title-smaller {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  body.home-2023 #packages .box-items .box .button-wrapper .title-smaller {
    font-size: 22px;
  }
}
@media only screen and (max-width: 420px) {
  body.home-2023 #packages .box-items .box .button-wrapper .title-smaller {
    font-size: 18px;
  }
}
@media only screen and (max-width: 330px) {
  body.home-2023 #packages .box-items .box .button-wrapper .title-smaller {
    font-size: 16px;
  }
}

/*----------------------------------------
------------------------------------------
	## FAQ
------------------------------------------
----------------------------------------*/
body.faq #top-section {
  margin-top: 150px;
}
@media only screen and (max-width: 992px) {
  body.faq #top-section {
    margin-top: 105px;
  }
}
@media only screen and (max-width: 767px) {
  body.faq #top-section {
    margin-top: 90px;
  }
}
body.faq #top-section .title {
  text-align: center;
  color: #373737;
  padding: 0.5em 0;
  font-weight: 400;
  line-height: 1.4;
}
body.faq #top-section .title span {
  color: #2c7cb7;
  font-family: "Segoe Print", sans-serif;
}
@media only screen and (max-width: 767px) {
  body.faq #top-section .title br {
    display: none;
  }
}
body.faq #faq {
  margin: 25px 0 250px;
}
@media only screen and (max-width: 992px) {
  body.faq #faq {
    margin: 25px 0 200px;
  }
}
@media only screen and (max-width: 767px) {
  body.faq #faq {
    margin: 25px 0 150px;
  }
}
body.faq #faq .faq-accordion .question {
  position: relative;
  margin-bottom: 20px;
  background-color: #e7f1e2;
  border-radius: 20px;
}
body.faq #faq .faq-accordion .question .info {
  display: block;
  width: 100%;
  padding: 20px 65px 20px 20px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
body.faq #faq .faq-accordion .question .info.active::after {
  transform: translateY(-50%) rotate(180deg);
}
body.faq #faq .faq-accordion .question .info::after {
  content: url(/assets/img/svg/icon-down.svg);
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  position: absolute;
  width: 20px;
  height: 20px;
}
body.faq #faq .faq-accordion .question .info .title {
  color: #2c7cb7;
  font-weight: 700;
}
body.faq #faq .faq-accordion .question .content {
  padding: 30px;
  position: relative;
}
body.faq #faq .faq-accordion .question .content::before {
  content: "";
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 95%;
  margin: 0 auto;
}
body.faq #faq .faq-accordion .question .content .text {
  color: #373737;
}

/*----------------------------------------
------------------------------------------
	## NEWS
------------------------------------------
----------------------------------------*/
body.news #top-section {
  margin-top: 150px;
}
@media only screen and (max-width: 992px) {
  body.news #top-section {
    margin-top: 105px;
  }
}
@media only screen and (max-width: 767px) {
  body.news #top-section {
    margin-top: 90px;
  }
}
body.news #top-section .title {
  text-align: center;
  color: #373737;
  padding: 0.5em 0;
  font-weight: 400;
  line-height: 1.4;
}
body.news #top-section .title span {
  color: #2c7cb7;
  font-family: "Segoe Print", sans-serif;
}
body.news #news-blogs {
  margin: 25px 0 250px;
}
@media only screen and (max-width: 992px) {
  body.news #news-blogs {
    margin: 25px 0 200px;
  }
}
@media only screen and (max-width: 767px) {
  body.news #news-blogs {
    margin: 25px 0 150px;
  }
}
body.news #news-blogs .blog-box-item {
  display: flex;
  margin-bottom: 60px;
}
body.news #news-blogs .blog-box-item .blog-box {
  width: 100%;
  transition: 0.3s;
  background-color: #e7f1e2;
  margin: 0 auto;
  flex: 1;
  overflow: hidden;
  cursor: pointer;
  border-radius: 25px;
}
body.news #news-blogs .blog-box-item .blog-box .blog-img {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 35%;
}
body.news #news-blogs .blog-box-item .blog-box .desc {
  padding: 1em 1.5em 2em;
}
body.news #news-blogs .blog-box-item .blog-box .desc .title {
  color: #2c7cb7;
  margin: 0.25em 0 0.5em;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 700;
}
body.news #news-blogs .blog-box-item .blog-box .desc .text {
  color: #373737;
  font-size: 18px;
}
body.news #news-blogs .blog-box-item .blog-box .desc .green-btn {
  margin-top: 20px;
  font-weight: 700;
}

/*----------------------------------------
------------------------------------------
	## NEWS INTERNAL
------------------------------------------
----------------------------------------*/
body.news-internal #top-section {
  margin-top: 150px;
}
@media only screen and (max-width: 992px) {
  body.news-internal #top-section {
    margin-top: 105px;
  }
}
@media only screen and (max-width: 767px) {
  body.news-internal #top-section {
    margin-top: 90px;
  }
}
body.news-internal #top-section .title {
  text-align: center;
  color: #373737;
  padding: 0.5em 0;
  font-weight: 400;
  line-height: 1.4;
}
body.news-internal #top-section .title span {
  color: #2c7cb7;
  font-family: "Segoe Print", sans-serif;
}
body.news-internal #news-blog-internal {
  margin: 25px 0 250px;
}
@media only screen and (max-width: 992px) {
  body.news-internal #news-blog-internal {
    margin: 25px 0 200px;
  }
}
@media only screen and (max-width: 767px) {
  body.news-internal #news-blog-internal {
    margin: 25px 0 150px;
  }
}
body.news-internal #news-blog-internal .left .image-box {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  width: 95%;
  height: 100%;
  max-height: 600px;
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 992px) {
  body.news-internal #news-blog-internal .left .image-box {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    margin-bottom: 2em;
    max-height: inherit;
  }
}
body.news-internal #news-blog-internal .news-blog-info .subtitle {
  color: #2c7cb7;
  font-weight: 700;
  margin-top: 2em;
}
body.news-internal #news-blog-internal .news-blog-info p {
  margin-bottom: 1em;
}
body.news-internal #news-blog-internal .news-blog-info b {
  color: #2c7cb7;
}
body.news-internal #news-blog-internal .news-blog-info a {
  color: #2c7cb7;
  transition: 0.3s;
}
body.news-internal #news-blog-internal .news-blog-info a:hover {
  color: #85be1a;
}
body.news-internal #news-blog-internal .line {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #6d6d6d;
  margin: 2em 0;
  opacity: 0.1;
}

/*----------------------------------------
------------------------------------------
	## TERMS
------------------------------------------
----------------------------------------*/
body.terms #top-section {
  margin-top: 150px;
}
@media only screen and (max-width: 992px) {
  body.terms #top-section {
    margin-top: 105px;
  }
}
@media only screen and (max-width: 767px) {
  body.terms #top-section {
    margin-top: 90px;
  }
}
body.terms #top-section .title {
  text-align: center;
  color: #373737;
  padding: 0.5em 0;
  font-weight: 400;
  line-height: 1.4;
}
body.terms #top-section .title span {
  color: #2c7cb7;
  font-family: "Segoe Print", sans-serif;
}
body.terms #policy {
  margin: 25px 0 250px;
}
@media only screen and (max-width: 992px) {
  body.terms #policy {
    margin: 25px 0 200px;
  }
}
@media only screen and (max-width: 767px) {
  body.terms #policy {
    margin: 25px 0 150px;
  }
}
body.terms #policy p {
  margin-bottom: 1em;
  color: #373737;
}
body.terms #policy p strong {
  font-weight: 700;
  color: #2c7cb7;
  margin-top: 1.5em;
}

/*----------------------------------------
------------------------------------------
	## LETTER INFO
------------------------------------------
----------------------------------------*/
body.letter-info #top-section {
  margin-top: 150px;
}
@media only screen and (max-width: 992px) {
  body.letter-info #top-section {
    margin-top: 105px;
  }
}
@media only screen and (max-width: 767px) {
  body.letter-info #top-section {
    margin-top: 90px;
  }
}
body.letter-info #top-section .title {
  text-align: center;
  color: #373737;
  padding: 0.5em 0;
  font-weight: 400;
  line-height: 1.4;
}
body.letter-info #top-section .title span {
  color: #2c7cb7;
  font-family: "Segoe Print", sans-serif;
}
body.letter-info #letter-info-form {
  margin: 25px 0 250px;
  overflow: visible;
}
@media only screen and (max-width: 992px) {
  body.letter-info #letter-info-form {
    margin: 25px 0 200px;
  }
}
@media only screen and (max-width: 767px) {
  body.letter-info #letter-info-form {
    margin: 25px 0 150px;
  }
}
body.letter-info #letter-info-form #letter-form {
  background-color: #e7f1e2;
  padding: 60px 50px;
  border-radius: 25px;
}
@media only screen and (max-width: 767px) {
  body.letter-info #letter-info-form #letter-form {
    padding: 60px 30px;
  }
}
body.letter-info #letter-info-form #letter-form .subtitle {
  color: #373737;
  margin-bottom: 1em;
  font-weight: 700;
}
body.letter-info #letter-info-form #letter-form label {
  color: #373737;
  font-weight: 700;
}
body.letter-info #letter-info-form #letter-form .input {
  display: block;
  width: 100%;
  margin: 7px 0 20px;
  padding: 15px 20px;
  color: #373737;
  box-shadow: inset 0 0 0 2px #85be1a;
  line-height: 3;
  background: transparent;
  border: none;
}
body.letter-info #letter-info-form #letter-form select {
  display: block !important;
  width: 100%;
  margin: 7px 0 20px;
  padding: 15px 20px;
  color: #373737;
  border: none;
  box-shadow: inset 0 0 0 2px #85be1a;
  line-height: 3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(/assets/img/svg/arrow-down.svg);
  background-repeat: no-repeat, repeat;
  background-position: right 1.3em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
body.letter-info #letter-info-form #letter-form .styled-checkbox {
  position: absolute;
  opacity: 0;
}
body.letter-info #letter-info-form #letter-form .styled-checkbox:checked + label::before {
  background: #85be1a;
}
body.letter-info #letter-info-form #letter-form .styled-checkbox:checked + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  background: #fff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
  transform: rotate(45deg);
}
body.letter-info #letter-info-form #letter-form .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: 700;
  font-size: 16px;
  color: #85be1a;
  float: right;
}
body.letter-info #letter-info-form #letter-form .styled-checkbox + label::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
}
body.letter-info #letter-info-form #letter-form .green-outline-btn {
  margin-right: 15px;
}
@media only screen and (max-width: 575px) {
  body.letter-info #letter-info-form #letter-form .green-outline-btn {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 575px) {
  body.letter-info #letter-info-form #letter-form .green-btn {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
}
body.letter-info #letter-info-form #letter-form .fa-times-circle {
  color: #315f1a;
  cursor: pointer;
  margin-right: 5px;
}
body.letter-info #letter-info-form #letter-form .alert-danger {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #ed1c24;
}
body.letter-info #letter-info-form #money-back-seal-3 {
  width: 225px;
  height: auto;
  display: block;
  position: absolute;
  right: -30px;
  top: -85px;
}
@media only screen and (max-width: 992px) {
  body.letter-info #letter-info-form #money-back-seal-3 {
    width: 185px;
    top: -30px;
    right: -10px;
  }
}
@media only screen and (max-width: 575px) {
  body.letter-info #letter-info-form #money-back-seal-3 {
    width: 160px;
  }
}

/*----------------------------------------
------------------------------------------
	## CONTACT
------------------------------------------
----------------------------------------*/
body.contact #top-section {
  margin-top: 150px;
}
@media only screen and (max-width: 992px) {
  body.contact #top-section {
    margin-top: 105px;
  }
}
@media only screen and (max-width: 767px) {
  body.contact #top-section {
    margin-top: 90px;
  }
}
body.contact #top-section .title {
  text-align: center;
  color: #373737;
  padding: 0.5em 0;
  font-weight: 400;
  line-height: 1.4;
}
body.contact #top-section .title span {
  color: #2c7cb7;
  font-family: "Segoe Print", sans-serif;
}
body.contact #contact {
  margin: 25px 0 250px;
}
@media only screen and (max-width: 992px) {
  body.contact #contact {
    margin: 25px 0 150px;
  }
}
@media only screen and (max-width: 767px) {
  body.contact #contact {
    margin: 25px 0 150px;
  }
}
body.contact #contact .contact-form {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto 75px;
  background-color: #e7f1e2;
  padding: 40px;
  position: relative;
  border-radius: 25px;
}
@media only screen and (max-width: 767px) {
  body.contact #contact .contact-form {
    margin: 0 auto;
  }
}
body.contact #contact .contact-form .text-center {
  text-align: center;
  position: relative;
}
body.contact #contact .contact-form .text-center .text {
  color: #373737;
  margin-bottom: 25px;
}
body.contact #contact .contact-form .text-center .text-info {
  color: #2c7cb7;
  vertical-align: middle;
}
body.contact #contact .contact-form .text-center #eggs {
  height: auto;
  margin-bottom: 30px;
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  body.contact #contact .contact-form .text-center #eggs {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  body.contact #contact .contact-form .text-center #eggs {
    float: none;
    display: block;
    margin: 0 auto 15px;
    width: 60%;
  }
}
body.contact #contact .contact-form .text-center a {
  color: #2c7cb7;
  transition: 0.3s;
}
body.contact #contact .contact-form .text-center a::before {
  background: #85be1a;
  height: 2px;
}
body.contact #contact .contact-form .text-center a:hover {
  color: #85be1a;
}
body.contact #contact .contact-form form {
  margin-top: 2em;
}
body.contact #contact .contact-form form label {
  font-weight: 700;
  color: #373737;
}
body.contact #contact .contact-form form .input {
  display: block;
  width: 100%;
  margin: 7px 0 20px;
  padding: 15px 20px;
  color: #373737;
  box-shadow: inset 0 0 0 2px #85be1a;
  line-height: 3;
  background: transparent;
  border: none;
}
body.contact #contact .contact-form form select {
  display: block !important;
  width: 100%;
  margin: 7px 0 20px;
  padding: 15px 20px;
  color: #373737;
  border: none;
  box-shadow: inset 0 0 0 2px #85be1a;
  line-height: 3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(/assets/img/svg/arrow-down.svg);
  background-repeat: no-repeat, repeat;
  background-position: right 1.3em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
body.contact #contact .contact-form form .green-btn {
  margin-top: 2rem;
}

/*----------------------------------------
------------------------------------------
	## CHECKOUT
------------------------------------------
----------------------------------------*/
body.checkout .red {
  color: red !important;
  line-height: 1 !important;
}
body.checkout .alert-danger {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #ed1c24;
}
body.checkout #checkout {
  margin: 150px 0 250px;
}
@media only screen and (max-width: 992px) {
  body.checkout #checkout {
    margin: 125px 0 200px;
  }
}
body.checkout #checkout .top-text {
  color: #373737;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  body.checkout #checkout .top-text {
    text-align: center;
  }
}
body.checkout #checkout .bottom-text {
  color: #2c7cb7;
}
@media only screen and (max-width: 767px) {
  body.checkout #checkout .bottom-text {
    text-align: center;
  }
}
body.checkout #checkout .text {
  color: #373737;
}
body.checkout #checkout .text-center {
  text-align: center;
}
body.checkout #checkout .bold {
  font-weight: 700;
  text-transform: uppercase;
}
body.checkout #checkout .select-payment {
  text-align: center;
}
body.checkout #checkout .payment-buttons {
  display: flex;
  justify-content: center;
  align-content: space-between;
}
@media only screen and (max-width: 1200px) {
  body.checkout #checkout .payment-buttons {
    flex-direction: column;
  }
}
body.checkout #checkout .payment-buttons #cc-logo {
  width: 100%;
  position: relative;
  border: 2px solid #85be1a;
  vertical-align: top;
  transition: border 0.3s;
  -webkit-transition: border 0.3s;
  border-radius: 50px;
  padding: 0 1em;
  height: 70px;
  display: block;
  margin: 0 10px;
  max-width: 200px;
}
@media only screen and (max-width: 1200px) {
  body.checkout #checkout .payment-buttons #cc-logo {
    margin: 0 0 1rem;
    max-width: initial;
  }
}
body.checkout #checkout .payment-buttons #cc-logo:hover, body.checkout #checkout .payment-buttons #cc-logo:focus {
  border: 2px solid #315f1a;
  background-color: rgba(133, 190, 26, 0.3);
}
body.checkout #checkout .payment-buttons #cc-logo img {
  width: 45%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1660px) {
  body.checkout #checkout .payment-buttons #cc-logo img {
    width: 50%;
  }
}
@media only screen and (max-width: 1360px) {
  body.checkout #checkout .payment-buttons #cc-logo img {
    width: 65%;
  }
}
@media only screen and (max-width: 1200px) {
  body.checkout #checkout .payment-buttons #cc-logo img {
    width: 25%;
  }
}
@media only screen and (max-width: 992px) {
  body.checkout #checkout .payment-buttons #cc-logo img {
    width: 120px;
  }
}
body.checkout #checkout .payment-buttons .paypal-button {
  padding: 0 1em;
  border: 2px solid #85be1a;
  width: 100%;
  vertical-align: middle;
  transition: border 0.3s;
  -webkit-transition: border 0.3s;
  border-radius: 50px;
  height: 70px;
  display: block;
  line-height: 1;
  max-width: 200px;
  margin: 0 10px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  body.checkout #checkout .payment-buttons .paypal-button {
    margin: 0 0 1rem;
    max-width: initial;
  }
}
body.checkout #checkout .payment-buttons .paypal-button:hover, body.checkout #checkout .payment-buttons .paypal-button:focus {
  border: 2px solid #315f1a;
  background-color: rgba(133, 190, 26, 0.3);
}
body.checkout #checkout .payment-buttons .paypal-button img {
  width: 55%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1200px) {
  body.checkout #checkout .payment-buttons .paypal-button img {
    width: 25%;
  }
}
@media only screen and (max-width: 992px) {
  body.checkout #checkout .payment-buttons .paypal-button img {
    width: 145px;
  }
}
body.checkout #checkout .payment-buttons .cart-apple-pay-button {
  position: relative;
  padding: 0 1em;
  border: 2px solid #d7d0c3;
  width: 100%;
  vertical-align: middle;
  transition: border 0.3s;
  -webkit-transition: border 0.3s;
  border-radius: 50px;
  height: 70px;
  max-width: 200px;
  margin: 0 10px;
}
@media only screen and (max-width: 1200px) {
  body.checkout #checkout .payment-buttons .cart-apple-pay-button {
    max-width: initial;
    margin: 0;
  }
}
body.checkout #checkout .payment-buttons .cart-apple-pay-button img {
  width: 50%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1200px) {
  body.checkout #checkout .payment-buttons .cart-apple-pay-button img {
    width: 20%;
  }
}
@media only screen and (max-width: 992px) {
  body.checkout #checkout .payment-buttons .cart-apple-pay-button img {
    width: 120px;
  }
}
body.checkout #checkout .left #checkout-cart {
  margin-top: 50px;
  width: 110%;
  background-color: #e7f1e2;
  padding: 40px 55px;
  position: relative;
  z-index: 1;
  border-radius: 25px;
}
@media only screen and (max-width: 992px) {
  body.checkout #checkout .left #checkout-cart {
    padding: 40px 25px;
  }
}
@media only screen and (max-width: 767px) {
  body.checkout #checkout .left #checkout-cart {
    margin-top: 25px;
    width: 100%;
  }
}
body.checkout #checkout .left #checkout-cart .table {
  text-align: center;
  width: 100%;
}
body.checkout #checkout .left #checkout-cart .table th {
  padding: 10px 40px;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  body.checkout #checkout .left #checkout-cart .table th {
    padding: 7px;
    font-size: 16px;
  }
}
body.checkout #checkout .left #checkout-cart .table tbody tr td {
  padding-top: 1em;
}
@media only screen and (max-width: 992px) {
  body.checkout #checkout .left #checkout-cart .table tbody tr td {
    font-size: 13px;
  }
}
body.checkout #checkout .left #checkout-cart .divider {
  border: 1px solid #6d6d6d;
  width: 100%;
  margin: 50px 0 30px;
}
body.checkout #checkout .left #checkout-cart .bottom {
  align-items: baseline;
  margin-bottom: 50px;
}
body.checkout #checkout .left #checkout-cart .fa-edit, body.checkout #checkout .left #checkout-cart .fa-trash {
  font-size: 28px;
  margin-right: 10px;
  color: #373737;
}
@media only screen and (max-width: 992px) {
  body.checkout #checkout .left #checkout-cart .fa-edit, body.checkout #checkout .left #checkout-cart .fa-trash {
    font-size: 18px;
  }
}
body.checkout #checkout .left #checkout-cart .price {
  color: #315f1a;
  font-weight: 700;
}
body.checkout #checkout .left #checkout-cart .price:red {
  color: #ed1c24;
}
body.checkout #checkout .left #checkout-cart .float-right {
  float: right;
}
@media only screen and (max-width: 992px) {
  body.checkout #checkout .left #checkout-cart .desktop {
    display: none;
  }
}
body.checkout #checkout .left #checkout-cart .desktop #coupon-box {
  display: inline-block;
  width: 100%;
  text-align: center;
}
body.checkout #checkout .left #checkout-cart .desktop #coupon-box input {
  display: inline-block;
  width: 60%;
  background: transparent;
  padding: 5px 15px;
  color: #373737;
  border: 2px solid #85be1a;
  border-radius: 5px;
  text-align: center;
}
body.checkout #checkout .left #checkout-cart .desktop #coupon-box .coupon-btn {
  padding: 0.5em 1.5em 0.65em;
  color: #fff;
  background-color: #85be1a;
  border-radius: 50px;
  transition: 0.3s;
}
body.checkout #checkout .left #checkout-cart .desktop #coupon-box .coupon-btn span {
  font-weight: 700;
}
body.checkout #checkout .left #checkout-cart .desktop #coupon-box .coupon-btn:hover {
  background-color: #315f1a;
}
body.checkout #checkout .left #checkout-cart .desktop .add_letter_checkout {
  font-weight: 700;
  padding: 0.5em 1.5em 0.65em;
}
@media only screen and (max-width: 1200px) {
  body.checkout #checkout .left #checkout-cart .desktop .add_letter_checkout {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  body.checkout #checkout .left #checkout-cart .mobile {
    display: none;
  }
}
body.checkout #checkout .left #checkout-cart .mobile #coupon-box {
  display: inline-block;
  width: 100%;
  text-align: center;
}
body.checkout #checkout .left #checkout-cart .mobile #coupon-box input {
  display: inline-block;
  width: 200px;
  background: transparent;
  padding: 5px 15px;
  color: #373737;
  border: 2px solid #85be1a;
  text-align: center;
  border-radius: 5px;
}
@media only screen and (max-width: 992px) {
  body.checkout #checkout .left #checkout-cart .mobile #coupon-box input {
    width: 100%;
  }
}
body.checkout #checkout .left #checkout-cart .mobile #coupon-box .coupon-btn {
  padding: 0.5em 1.5em 0.65em;
  color: #fff;
  background-color: #85be1a;
  border-radius: 50px;
  transition: 0.3s;
}
@media only screen and (max-width: 992px) {
  body.checkout #checkout .left #checkout-cart .mobile #coupon-box .coupon-btn {
    width: 100%;
    margin-top: 0.5em;
  }
}
body.checkout #checkout .left #checkout-cart .mobile #coupon-box .coupon-btn span {
  font-weight: 700;
}
body.checkout #checkout .left #checkout-cart .mobile #coupon-box .coupon-btn:hover {
  background-color: #315f1a;
}
body.checkout #checkout .left #checkout-cart .mobile .add_letter_checkout {
  display: inline-block;
  padding: 10px;
  width: 225px;
  border-radius: 50px;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  body.checkout #checkout .left #checkout-cart .mobile .add_letter_checkout {
    width: 100%;
    margin-bottom: 1em;
  }
}
body.checkout #checkout .left #checkout-cart .radio-button,
body.checkout #checkout .left #checkout-cart .checkbox {
  position: relative;
  margin: 20px 0;
  display: block;
}
body.checkout #checkout .left #checkout-cart .radio-button input,
body.checkout #checkout .left #checkout-cart .checkbox input {
  position: absolute;
  margin: 5px;
  padding: 0;
  visibility: hidden;
}
body.checkout #checkout .left #checkout-cart .radio-button input:checked + span .fake-radiobutton::after,
body.checkout #checkout .left #checkout-cart .checkbox input:checked + span .fake-radiobutton::after {
  display: block;
}
body.checkout #checkout .left #checkout-cart .radio-button .label-visible,
body.checkout #checkout .left #checkout-cart .checkbox .label-visible {
  margin-left: 2em;
  margin-bottom: 0;
}
body.checkout #checkout .left #checkout-cart .radio-button .label-visible .fake-checkbox,
body.checkout #checkout .left #checkout-cart .radio-button .label-visible .fake-radiobutton,
body.checkout #checkout .left #checkout-cart .checkbox .label-visible .fake-checkbox,
body.checkout #checkout .left #checkout-cart .checkbox .label-visible .fake-radiobutton {
  position: absolute;
  display: block;
  top: 0;
  left: 3px;
  width: 20px;
  height: 20px;
  border: 1px solid #85be1a;
  background-color: #fff;
  border-radius: 50%;
}
body.checkout #checkout .left #checkout-cart .radio-button .label-visible .fake-checkbox::after,
body.checkout #checkout .left #checkout-cart .radio-button .label-visible .fake-radiobutton::after,
body.checkout #checkout .left #checkout-cart .checkbox .label-visible .fake-checkbox::after,
body.checkout #checkout .left #checkout-cart .checkbox .label-visible .fake-radiobutton::after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  background: #85be1a;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
}
body.checkout #checkout .right {
  position: relative;
}
@media only screen and (max-width: 767px) {
  body.checkout #checkout .right {
    margin-top: 1em;
  }
}
body.checkout #checkout .right #checkout-info {
  min-height: 750px;
  position: relative;
  background-color: #2c7cb7;
  padding: 70px 95px 40px;
  border-radius: 25px;
}
@media only screen and (max-width: 1200px) {
  body.checkout #checkout .right #checkout-info {
    padding: 70px 65px 40px;
  }
}
@media only screen and (max-width: 992px) {
  body.checkout #checkout .right #checkout-info {
    padding: 50px 35px 30px;
  }
}
body.checkout #checkout .right #checkout-info .title {
  letter-spacing: 2px;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
}
body.checkout #checkout .right #checkout-info .cc-logos {
  width: 70%;
  max-width: 100%;
  margin: 25px auto;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}
body.checkout #checkout .right #checkout-info #checkout-form label {
  color: #fff;
  font-weight: 700;
}
body.checkout #checkout .right #checkout-info #checkout-form input {
  display: block;
  width: 100%;
  margin: 7px 0 20px;
  color: #373737;
  padding: 3px 20px;
  border: none;
  line-height: 3;
}
body.checkout #checkout .right #checkout-info #checkout-form select {
  display: block !important;
  width: 100%;
  margin: 7px 0 20px;
  padding: 3px 20px;
  color: #373737;
  border: none;
  line-height: 3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(/assets/img/svg/arrow-down.svg);
  background-repeat: no-repeat, repeat;
  background-position: right 1.3em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
@media only screen and (max-width: 992px) {
  body.checkout #checkout .right #checkout-info #checkout-form .green-btn {
    font-size: 18px;
    width: 100%;
  }
}
body.checkout #checkout .right #checkout-info #checkout-form .green-btn:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #85be1a;
}
body.checkout #checkout .right #checkout-info #checkout-form .alert-danger {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #ff8388;
  font-weight: bold;
}
body.checkout #checkout .right #checkout-info #checkout-form-2 label {
  color: #fff;
  font-weight: 700;
}
body.checkout #checkout .right #checkout-info #checkout-form-2 input {
  display: block;
  width: 100%;
  margin: 7px 0 20px;
  color: #373737;
  padding: 3px 20px;
  border: none;
  line-height: 3;
}
body.checkout #checkout .right #checkout-info #checkout-form-2 select {
  display: block !important;
  width: 100%;
  margin: 7px 0 20px;
  padding: 3px 20px;
  color: #373737;
  border: none;
  line-height: 3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(/assets/img/svg/arrow-down.svg);
  background-repeat: no-repeat, repeat;
  background-position: right 1.3em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
body.checkout #checkout .right #checkout-info #checkout-form-2 .green-btn {
  width: 100%;
}
body.checkout #checkout .right #checkout-info #checkout-form-2 .green-btn:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #85be1a;
}

/*----------------------------------------
------------------------------------------
	## UPSELL
------------------------------------------
----------------------------------------*/
body.upsell #upsell-info {
  margin: 200px 0 250px;
}
@media only screen and (max-width: 992px) {
  body.upsell #upsell-info {
    margin: 200px 0 200px;
  }
}
@media only screen and (max-width: 992px) {
  body.upsell #upsell-info {
    margin: 150px 0 150px;
  }
}
body.upsell #upsell-info .upsell-container {
  background-color: #e7f1e2;
  padding: 60px 50px;
  border-radius: 25px;
}
@media only screen and (max-width: 992px) {
  body.upsell #upsell-info .upsell-container {
    padding: 30px 50px;
  }
}
@media only screen and (max-width: 767px) {
  body.upsell #upsell-info .upsell-container {
    padding: 30px 25px;
  }
}
body.upsell #upsell-info .upsell-container .top-text {
  text-align: center;
  color: #2c7cb7;
  margin-bottom: 15px;
}
body.upsell #upsell-info .upsell-container .top-text.title-medium {
  font-size: 60px;
}
@media only screen and (max-width: 1200px) {
  body.upsell #upsell-info .upsell-container .top-text.title-medium {
    font-size: 52px;
  }
}
@media only screen and (max-width: 992px) {
  body.upsell #upsell-info .upsell-container .top-text.title-medium {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  body.upsell #upsell-info .upsell-container .top-text.title-medium {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  body.upsell #upsell-info .upsell-container .top-text.title-medium {
    font-size: 36px;
  }
}
body.upsell #upsell-info .upsell-container .bottom-text {
  text-align: center;
  color: #373737;
  font-weight: 700;
  margin-bottom: 1em;
}
body.upsell #upsell-info .upsell-container .left img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 90%;
}
body.upsell #upsell-info .upsell-container .left img#upsell_img {
  margin: -50px auto 0;
}
body.upsell #upsell-info .upsell-container .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.upsell #upsell-info .upsell-container .right .upsell-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.upsell #upsell-info .upsell-container .right .upsell-wrap .text {
  font-weight: 700;
  margin-bottom: 1em;
}
body.upsell #upsell-info .upsell-container .right .upsell-wrap .text span {
  color: #85be1a;
}
body.upsell #upsell-info .upsell-container .right .upsell-wrap .add-btn {
  margin-top: 1em;
  text-align: center;
  display: block;
  width: 100%;
}
body.upsell #upsell-info .upsell-container .right .upsell-wrap .nothanks {
  margin-top: 1em;
  color: #315f1a;
  transition: 0.3s;
}
body.upsell #upsell-info .upsell-container .right .upsell-wrap .nothanks:hover {
  color: #85be1a;
}
body.upsell #upsell-info .upsell-container .right .upsell-wrap .upsell-list li {
  line-height: 1.2;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
body.upsell #upsell-info .upsell-container .right .upsell-wrap .upsell-list li::before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  background-image: url(/assets/img/icon-green-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0px;
  position: absolute;
  left: 0;
}

/*----------------------------------------
------------------------------------------
	## PRODUCT
------------------------------------------
----------------------------------------*/
body.product #top-banner {
  position: relative;
  padding: 300px 0 250px;
  background-color: #d7f7fc;
}
@media only screen and (max-width: 1200px) {
  body.product #top-banner {
    padding: 250px 0 200px;
  }
}
@media only screen and (max-width: 992px) {
  body.product #top-banner {
    padding: 200px 0 150px;
  }
}
@media only screen and (max-width: 575px) {
  body.product #top-banner {
    padding: 175px 0 75px;
  }
}
body.product #top-banner::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url(/assets/img/hero-img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  body.product #top-banner::before {
    background-position: 70% center;
  }
}
@media only screen and (max-width: 575px) {
  body.product #top-banner::before {
    opacity: 0.7;
  }
}
body.product #top-banner #money-back-seal-4 {
  height: auto;
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  max-width: 200px;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 992px) {
  body.product #top-banner #money-back-seal-4 {
    width: 175px;
  }
}
@media only screen and (max-width: 767px) {
  body.product #top-banner #money-back-seal-4 {
    width: 150px;
  }
}
body.product #top-banner .col-12 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body.product #top-banner .col-12 .text {
  text-align: center;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  body.product #top-banner .col-12 .text {
    font-size: 30px;
  }
}
body.product #top-banner .col-12 .text br {
  display: none;
}
@media only screen and (max-width: 767px) {
  body.product #top-banner .col-12 .text br {
    display: block;
  }
}
body.product #top-banner .col-12 .text span {
  color: #2c7cb7;
  font-family: "Segoe Print", sans-serif;
}
@media only screen and (max-width: 767px) {
  body.product #top-banner .col-12 .text span {
    font-size: 32px;
  }
}
body.product #top-banner .col-12 .title {
  text-align: center;
  color: #2c7cb7;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 767px) {
  body.product #top-banner .col-12 .title {
    font-size: 36px;
  }
}
body.product #top-banner .col-12 .button-wrapper {
  text-align: center;
  margin-top: 40px;
}
body.product #top-banner .col-12 .button-wrapper .green-btn {
  padding: 0.25em 1em;
}
@media only screen and (max-width: 767px) {
  body.product #top-banner .col-12 .button-wrapper .green-btn {
    padding: 0.5em 1.5em;
  }
}
body.product #top-banner .col-12 .button-wrapper .green-btn span {
  font-size: 36px;
}
@media only screen and (max-width: 992px) {
  body.product #top-banner .col-12 .button-wrapper .green-btn span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 420px) {
  body.product #top-banner .col-12 .button-wrapper .green-btn span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 375px) {
  body.product #top-banner .col-12 .button-wrapper .green-btn span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 330px) {
  body.product #top-banner .col-12 .button-wrapper .green-btn span {
    font-size: 16px;
  }
}
body.product #top-banner .col-12 .button-wrapper .green-btn:hover {
  background: #2c7cb7;
  box-shadow: inset 0 0 0 2px #2c7cb7;
  color: #fff;
}
body.product #top-banner .col-12 .button-wrapper .green-btn #gift-box {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  body.product #top-banner .col-12 .button-wrapper .green-btn #gift-box {
    width: 40px;
  }
}
body.product #certified {
  padding: 75px 0;
}
@media only screen and (max-width: 992px) {
  body.product #certified {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  body.product #certified {
    padding: 25px 0 50px;
  }
}
body.product #certified .left img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 90%;
}
@media only screen and (max-width: 992px) {
  body.product #certified .left img {
    display: none;
  }
}
body.product #certified .right {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  body.product #certified .right {
    margin-top: 1em;
  }
}
body.product #certified .right .certified-info .title {
  text-align: center;
  color: #373737;
  line-height: 1.2;
  font-weight: 400;
}
body.product #certified .right .certified-info .title span {
  font-family: "Segoe Print", sans-serif;
  color: #2c7cb7;
  font-size: 48px;
}
@media only screen and (max-width: 992px) {
  body.product #certified .right .certified-info .title span {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  body.product #certified .right .certified-info .title span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  body.product #certified .right .certified-info .title span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 420px) {
  body.product #certified .right .certified-info .title span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 330px) {
  body.product #certified .right .certified-info .title span {
    font-size: 30px;
  }
}
body.product #certified .right .certified-info .package-wrap .letters-lrg {
  display: none;
}
@media only screen and (max-width: 992px) {
  body.product #certified .right .certified-info .package-wrap .letters-lrg {
    width: 70%;
    display: block;
    margin: 0 auto;
    height: auto;
  }
}
body.product #certified .right .certified-info .package-wrap .package-items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.product #certified .right .certified-info .package-wrap .package-items .title-text {
  margin-top: 1em;
  text-align: center;
  color: #373737;
  margin-bottom: 0.5em;
  font-weight: 700;
}
body.product #certified .right .certified-info .package-wrap .package-items .description-list li {
  line-height: 1;
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}
body.product #certified .right .certified-info .package-wrap .package-items .description-list li::after {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  background-image: url(/assets/img/icon-green-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0px;
  position: absolute;
  left: 0;
}
body.product #certified .right .certified-info .text {
  text-align: left;
  color: #373737;
  margin-top: 15px;
}
body.product #certified .right .certified-info .line {
  display: block;
  width: 50%;
  height: 2px;
  background-color: #85be1a;
  margin: 25px auto;
}
body.product #certified .right .certified-info .subtext {
  text-align: center;
  color: #373737;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
body.product #certified .right .certified-info .price {
  color: #85be1a;
  margin: 5px 0 20px;
  text-align: center;
  letter-spacing: -4px;
}
@media only screen and (max-width: 767px) {
  body.product #certified .right .certified-info .price {
    font-size: 32px;
  }
}
body.product #certified .right .certified-info .certified-options {
  display: block;
  color: #111;
  line-height: 3;
  padding: 10px 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 2px solid red;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(/assets/images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 1.5em top 50%, 0 0;
  background-size: 0.75em auto, 100%;
  border-radius: 50px;
  -moz-text-align-last: center;
  text-align-last: center;
  font-weight: 700;
}
body.product #certified .right .certified-info .input-line {
  position: relative;
  max-width: 90%;
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  body.product #certified .right .certified-info .input-line {
    max-width: 100%;
    height: 55px;
    margin-bottom: 1em;
  }
}
body.product #certified .right .certified-info .input-line input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #85be1a;
  text-align: center;
  color: #373737;
  font-weight: 700;
  -webkit-appearance: none;
  background-color: transparent;
}
body.product #certified .right .certified-info .input-line input::-webkit-outer-spin-button, body.product #certified .right .certified-info .input-line input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.product #certified .right .certified-info .input-line input [type=number] {
  -moz-appearance: textfield;
}
body.product #certified .right .certified-info .input-line .circle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 70px;
  height: 60px;
  text-align: center;
  font-family: "Segoe Print", sans-serif;
  font-size: 20px;
  color: #373737;
  line-height: 60px;
  cursor: pointer;
  transition: color 0.3s;
}
body.product #certified .right .certified-info .input-line .circle.minus {
  left: 0;
}
body.product #certified .right .certified-info .input-line .circle.plus {
  right: 0;
}
body.product #certified .right .certified-info .green-btn {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body.product #certified .right .certified-info .green-btn {
    height: 55px;
  }
}
body.product #certified .right .certified-info #home__email input {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #85be1a;
  color: #373737;
  -webkit-appearance: none;
  background-color: transparent;
  padding: 0 20px;
}
body.product #certified .right .certified-info .divider {
  border: 1px solid #6d6d6d;
  width: 100%;
  margin: 50px 0 30px;
}
body.product #certified .right .certified-info #home__submit {
  margin-top: 1em;
}
body.product #certified .right .certified-info #checkout {
  margin-top: 40px;
  text-align: center;
}
body.product #certified .right .certified-info #checkout img {
  max-width: 350px;
  display: block;
  margin: 0 auto;
}
body.product #certified .right .certified-info #checkout .text-medium {
  font-size: 20px;
  margin-bottom: 10px;
}
body.product #toys-for-tots {
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  body.product #toys-for-tots {
    padding-bottom: 50px;
  }
}
body.product #toys-for-tots .col-12 {
  text-align: center;
}
body.product #toys-for-tots .col-12 .text {
  color: #6d6d6d;
  margin-bottom: 1rem;
}
body.product #toys-for-tots .col-12 .text strong {
  color: #2c7cb7;
}
body.product #toys-for-tots .col-12 img {
  display: block;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
body.product #letters {
  background: url(/assets/img/letters-bg-2.png) bottom center no-repeat #85be1a;
  background-size: 100%;
  padding-top: 75px;
  overflow: visible;
}
@media only screen and (max-width: 992px) {
  body.product #letters {
    padding: 50px 0 0;
    background-size: 140%;
  }
}
body.product #letters .top .title {
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body.product #letters .top .title br {
    display: none;
  }
}
body.product #letters .top .subtitle {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  body.product #letters .top .subtitle {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  body.product #letters .top .subtitle br {
    display: none;
  }
}
body.product #letters .bottom {
  margin-top: 50px;
  margin-bottom: -150px;
  padding: 0 50px;
  display: flex;
  justify-content: center;
}
body.product #letters .bottom .arrow {
  background-color: #2c7cb7;
  border-radius: 50%;
  padding: 5px;
  height: 65px;
  width: 65px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: 0.3s;
}
body.product #letters .bottom .arrow:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 992px) {
  body.product #letters .bottom .arrow {
    height: 60px;
    width: 60px;
  }
}
body.product #letters .bottom .arrow svg {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: block;
}
@media only screen and (max-width: 992px) {
  body.product #letters .bottom .arrow svg {
    height: 40px;
    width: 40px;
  }
}
body.product #letters .bottom .arrow svg path {
  fill: #fff;
}
body.product #letters .bottom .arrow.prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}
@media only screen and (max-width: 992px) {
  body.product #letters .bottom .arrow.prev {
    top: 45%;
    transform: translateY(-45%);
    left: -15px;
  }
}
@media only screen and (max-width: 575px) {
  body.product #letters .bottom .arrow.prev {
    left: 10px;
  }
}
body.product #letters .bottom .arrow.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}
@media only screen and (max-width: 992px) {
  body.product #letters .bottom .arrow.next {
    top: 45%;
    transform: translateY(-45%);
    right: -20px;
  }
}
@media only screen and (max-width: 575px) {
  body.product #letters .bottom .arrow.next {
    right: 10px;
  }
}
body.product #letters .bottom .swiper-container {
  width: 1320px;
}
body.product #letters .bottom .swiper-container .boxes {
  display: flex;
}
body.product #letters .bottom .swiper-container .boxes .letter-box {
  display: block;
  background-color: #fff;
  margin: 0 auto 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 2.5rem 1rem;
}
@media only screen and (max-width: 992px) {
  body.product #letters .bottom .swiper-container .boxes .letter-box {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  body.product #letters .bottom .swiper-container .boxes .letter-box {
    max-width: 400px;
  }
}
body.product #letters .bottom .swiper-container .boxes .letter-box .title {
  text-align: center;
  margin-top: 15px;
  color: #85be1a;
  font-weight: 700;
  font-size: 18px;
}
body.product #letters .bottom .swiper-container .boxes .letter-box img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
body.product #packages {
  margin: 12rem 0 4rem;
}
@media only screen and (max-width: 992px) {
  body.product #packages {
    margin: 10rem 0 4rem;
  }
}
@media only screen and (max-width: 767px) {
  body.product #packages {
    margin: 10rem 0 4rem;
  }
}
@media only screen and (max-width: 575px) {
  body.product #packages {
    margin: 10rem 0 2rem;
  }
}
body.product #packages .top {
  margin-bottom: 2rem;
}
body.product #packages .top .title {
  text-align: center;
  line-height: 1.2;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  body.product #packages .top .title {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  body.product #packages .top .title br {
    display: none;
  }
}
body.product #packages .top .title span {
  color: #2c7cb7;
  font-family: "Segoe Print", sans-serif;
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  body.product #packages .top .title span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  body.product #packages .top .title span {
    font-size: 30px;
  }
}
body.product #packages .top .subtitle {
  text-align: center;
  margin-bottom: 1.5em;
}
body.product #packages .box-items {
  display: flex;
}
body.product #packages .box-items .box {
  background-color: #e7f1e2;
  padding: 3em 2em 9em;
  max-width: 600px;
  margin: 0 auto 40px;
  border-radius: 25px;
}
@media only screen and (max-width: 992px) {
  body.product #packages .box-items .box {
    padding: 3em 2em 7em;
  }
}
@media only screen and (max-width: 767px) {
  body.product #packages .box-items .box {
    padding: 3em 2em 8em;
  }
}
@media only screen and (max-width: 575px) {
  body.product #packages .box-items .box {
    padding: 2em 2em 6em;
  }
}
@media only screen and (max-width: 330px) {
  body.product #packages .box-items .box {
    padding: 2em 0.5em 6em;
  }
}
body.product #packages .box-items .box .top {
  margin-bottom: 1em;
}
body.product #packages .box-items .box .top .title {
  color: #2c7cb7;
  text-align: center;
}
@media only screen and (max-width: 1360px) {
  body.product #packages .box-items .box .top .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  body.product #packages .box-items .box .top .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 992px) {
  body.product #packages .box-items .box .top .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  body.product #packages .box-items .box .top .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 375px) {
  body.product #packages .box-items .box .top .title {
    font-size: 26px;
  }
}
body.product #packages .box-items .box .upsell-img {
  max-width: 100%;
  margin: -45px auto 0;
  display: block;
  width: 90%;
}
@media only screen and (max-width: 1200px) {
  body.product #packages .box-items .box .upsell-img {
    max-width: 80%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 992px) {
  body.product #packages .box-items .box .upsell-img {
    max-width: 350px;
    margin-bottom: 30px;
  }
}
body.product #packages .box-items .box .upsell-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
}
body.product #packages .box-items .box .upsell-wrap .upsell-list li {
  line-height: 1.2;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
body.product #packages .box-items .box .upsell-wrap .upsell-list li::before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  background-image: url(/assets/img/icon-green-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0px;
  position: absolute;
  left: 0;
}
body.product #packages .box-items .box .button-wrapper {
  text-align: center;
  position: absolute;
  bottom: 6em;
  right: 0;
  left: 0;
}
@media only screen and (max-width: 575px) {
  body.product #packages .box-items .box .button-wrapper {
    bottom: 5em;
  }
}
body.product #packages .box-items .box .button-wrapper .title-smaller {
  font-size: 26px;
}
@media only screen and (max-width: 992px) {
  body.product #packages .box-items .box .button-wrapper .title-smaller {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body.product #packages .box-items .box .button-wrapper .title-smaller {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  body.product #packages .box-items .box .button-wrapper .title-smaller {
    font-size: 22px;
  }
}
@media only screen and (max-width: 420px) {
  body.product #packages .box-items .box .button-wrapper .title-smaller {
    font-size: 18px;
  }
}
@media only screen and (max-width: 330px) {
  body.product #packages .box-items .box .button-wrapper .title-smaller {
    font-size: 16px;
  }
}
body.product #personalized {
  background: #85be1a;
  padding: 75px 0;
  margin-bottom: 250px;
}
@media only screen and (max-width: 992px) {
  body.product #personalized {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  body.product #personalized {
    margin-bottom: 150px;
  }
}
body.product #personalized .title {
  color: #fff;
  margin-bottom: 0.5em;
  text-align: center;
}
body.product #personalized .text {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  body.product #personalized .text {
    text-align: center;
  }
}

/*----------------------------------------
------------------------------------------
	## THANK YOU
------------------------------------------
----------------------------------------*/
body.thank-you #top-section {
  margin-top: 150px;
}
@media only screen and (max-width: 992px) {
  body.thank-you #top-section {
    margin-top: 105px;
  }
}
@media only screen and (max-width: 767px) {
  body.thank-you #top-section {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 375px) {
  body.thank-you #top-section {
    margin-top: 50px;
  }
}
body.thank-you #top-section .title {
  text-align: center;
  color: #2c7cb7;
  padding: 0.5em 0;
  font-family: "Segoe Print", sans-serif;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  body.thank-you #top-section .title br {
    display: none;
  }
}
body.thank-you #thank-you-info {
  width: 100%;
  margin: 25px 0 250px;
}
@media only screen and (max-width: 992px) {
  body.thank-you #thank-you-info {
    margin: 25px 0 200px;
  }
}
@media only screen and (max-width: 767px) {
  body.thank-you #thank-you-info {
    margin: 25px 0 150px;
  }
}
body.thank-you #thank-you-info #checkout-cart {
  background-color: #e7f1e2;
  padding: 25px 35px;
  border-radius: 25px;
}
@media only screen and (max-width: 767px) {
  body.thank-you #thank-you-info #checkout-cart {
    padding: 25px 20px;
  }
}
body.thank-you #thank-you-info #checkout-cart .order-info {
  text-align: right;
}
body.thank-you #thank-you-info #checkout-cart .divider {
  border: 1px solid #6d6d6d;
  width: 100%;
  margin: 15px 0 30px;
  opacity: 0.1;
}
body.thank-you #thank-you-info #checkout-cart .table {
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-device-width: 1024px) {
  body.thank-you #thank-you-info #checkout-cart .table {
    display: block;
  }
}
body.thank-you #thank-you-info #checkout-cart .table thead {
  background: #2c7cb7;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-device-width: 1024px) {
  body.thank-you #thank-you-info #checkout-cart .table thead {
    display: block;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-device-width: 1024px) {
  body.thank-you #thank-you-info #checkout-cart .table thead tr {
    display: block;
    position: absolute;
    top: -9999px;
    left: -9999px;
    margin: 0 0 1rem 0;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-device-width: 1024px) {
  body.thank-you #thank-you-info #checkout-cart .table thead tr th {
    display: block;
  }
}
body.thank-you #thank-you-info #checkout-cart .table thead tr th.title {
  font-weight: 700;
  text-transform: uppercase;
  padding: 1em 0;
  color: #fff;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-device-width: 1024px) {
  body.thank-you #thank-you-info #checkout-cart .table tbody {
    display: block;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-device-width: 1024px) {
  body.thank-you #thank-you-info #checkout-cart .table tbody tr {
    display: block;
    margin: 0 0 1rem 0;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-device-width: 1024px) {
  body.thank-you #thank-you-info #checkout-cart .table tbody tr td {
    display: block;
    border: none;
    position: relative;
    padding-left: 45%;
    text-align: left;
    min-height: 35px;
  }
}
body.thank-you #thank-you-info #checkout-cart .table tbody tr td::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  width: 35%;
  white-space: nowrap;
  background-color: #2c7cb7;
  padding: 0.25rem;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-device-width: 1024px) {
  body.thank-you #thank-you-info #checkout-cart .table tbody tr td:nth-of-type(1)::before {
    content: "Product";
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-device-width: 1024px) {
  body.thank-you #thank-you-info #checkout-cart .table tbody tr td:nth-of-type(2)::before {
    content: "Ship To";
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-device-width: 1024px) {
  body.thank-you #thank-you-info #checkout-cart .table tbody tr td:nth-of-type(3)::before {
    content: "Price";
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-device-width: 1024px) {
  body.thank-you #thank-you-info #checkout-cart .table tbody tr td.text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 420px) {
  body.thank-you #thank-you-info #checkout-cart .table tbody tr td.text {
    font-size: 12px;
  }
}
body.thank-you #thank-you-info #checkout-cart .bottom .price {
  float: right;
  color: #315f1a;
  font-weight: 700;
}

#finalize-apple-pay .content {
  height: 75vh;
  margin-top: 200px;
  padding-top: 2rem;
  padding-bottom: 10rem;
}

@media only screen and (max-width: 767px) {
  #finalize-apple-pay .content {
    height: 100% !important;
  }
}
#finalize-apple-pay .content .box-text h2 {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  margin: 20px 0 5px;
  color: #2C7CB7;
  font-weight: normal;
}

.finalize-apple-pay-btn {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

#promo-banner {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-top: 0;
  padding: 0;
}
#promo-banner img {
  width: 100%;
}
#promo-banner img#desk-new {
  display: block;
}
@media only screen and (max-width: 575px) {
  #promo-banner img#desk-new {
    display: none;
  }
}
#promo-banner img#mob-new {
  display: none;
}
@media only screen and (max-width: 575px) {
  #promo-banner img#mob-new {
    display: block;
  }
}

/*----------------------------------------
------------------------------------------
	## WHAT DO YOU GET
------------------------------------------
----------------------------------------*/
body.what-do-you-get-new #top-section {
  margin-top: 150px;
}
@media only screen and (max-width: 992px) {
  body.what-do-you-get-new #top-section {
    margin-top: 105px;
  }
}
@media only screen and (max-width: 767px) {
  body.what-do-you-get-new #top-section {
    margin-top: 90px;
  }
}
body.what-do-you-get-new #top-section .title {
  text-align: center;
  color: #373737;
  padding: 0.5em 0;
  font-weight: 400;
  line-height: 1.4;
}
body.what-do-you-get-new #top-section .title span {
  color: #2c7cb7;
  font-family: "Segoe Print", sans-serif;
}
@media only screen and (max-width: 767px) {
  body.what-do-you-get-new #top-section .title br {
    display: none;
  }
}
body.what-do-you-get-new #letter-items {
  margin: 2rem 0;
}
@media only screen and (max-width: 992px) {
  body.what-do-you-get-new #letter-items {
    margin: 1rem 0 2rem;
  }
}
body.what-do-you-get-new #letter-items .box {
  background-color: #e7f1e2;
  border-radius: 25px;
  padding: 40px 30px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 767px) {
  body.what-do-you-get-new #letter-items .box {
    max-width: 95%;
  }
}
body.what-do-you-get-new #letter-items .box:last-of-type {
  margin-bottom: 0;
}
body.what-do-you-get-new #letter-items .box img#cert, body.what-do-you-get-new #letter-items .box img#envelope {
  max-width: 100%;
  width: 300px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  body.what-do-you-get-new #letter-items .box img#cert, body.what-do-you-get-new #letter-items .box img#envelope {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  body.what-do-you-get-new #letter-items .box img#cert, body.what-do-you-get-new #letter-items .box img#envelope {
    width: 80%;
  }
}
body.what-do-you-get-new #letter-items .box img#letter {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  max-height: 300px;
}
body.what-do-you-get-new #letter-items .box .title {
  color: #2c7cb7;
  font-weight: 700;
  font-family: "Segoe Print", sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  body.what-do-you-get-new #letter-items .box .title {
    text-align: center;
    margin-top: 25px;
  }
}
body.what-do-you-get-new #letter-items .box .desc {
  color: #373737;
}
@media only screen and (max-width: 767px) {
  body.what-do-you-get-new #letter-items .box .desc {
    text-align: center;
  }
}
body.what-do-you-get-new #letter-items .box .button-wrapper {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  body.what-do-you-get-new #letter-items .box .button-wrapper {
    text-align: center;
  }
}
body.what-do-you-get-new #letter-items .box .button-wrapper .green-btn {
  font-size: 20px;
}
@media only screen and (max-width: 575px) {
  body.what-do-you-get-new #letter-items .box .button-wrapper .green-btn {
    font-size: 16px;
  }
}
body.what-do-you-get-new #packages {
  margin: 4rem 0;
}
body.what-do-you-get-new #packages .top {
  margin-bottom: 2rem;
}
body.what-do-you-get-new #packages .top .title {
  text-align: center;
  line-height: 1.2;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  body.what-do-you-get-new #packages .top .title {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  body.what-do-you-get-new #packages .top .title br {
    display: none;
  }
}
body.what-do-you-get-new #packages .top .title span {
  color: #2c7cb7;
  font-family: "Segoe Print", sans-serif;
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  body.what-do-you-get-new #packages .top .title span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  body.what-do-you-get-new #packages .top .title span {
    font-size: 30px;
  }
}
body.what-do-you-get-new #packages .top .subtitle {
  text-align: center;
  margin-bottom: 1.5em;
}
body.what-do-you-get-new #packages .box-items {
  display: flex;
}
body.what-do-you-get-new #packages .box-items .box {
  background-color: #e7f1e2;
  padding: 3em 2em 9em;
  max-width: 600px;
  margin: 0 auto 40px;
  border-radius: 25px;
}
@media only screen and (max-width: 992px) {
  body.what-do-you-get-new #packages .box-items .box {
    padding: 3em 2em 7em;
  }
}
@media only screen and (max-width: 767px) {
  body.what-do-you-get-new #packages .box-items .box {
    padding: 3em 2em 8em;
  }
}
@media only screen and (max-width: 575px) {
  body.what-do-you-get-new #packages .box-items .box {
    padding: 2em 2em 6em;
  }
}
@media only screen and (max-width: 330px) {
  body.what-do-you-get-new #packages .box-items .box {
    padding: 2em 0.5em 6em;
  }
}
body.what-do-you-get-new #packages .box-items .box .top {
  margin-bottom: 1em;
}
body.what-do-you-get-new #packages .box-items .box .top .title {
  color: #2c7cb7;
  text-align: center;
}
@media only screen and (max-width: 1360px) {
  body.what-do-you-get-new #packages .box-items .box .top .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  body.what-do-you-get-new #packages .box-items .box .top .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 992px) {
  body.what-do-you-get-new #packages .box-items .box .top .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  body.what-do-you-get-new #packages .box-items .box .top .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 375px) {
  body.what-do-you-get-new #packages .box-items .box .top .title {
    font-size: 26px;
  }
}
body.what-do-you-get-new #packages .box-items .box .upsell-img {
  max-width: 100%;
  margin: -45px auto 0;
  display: block;
  width: 90%;
}
@media only screen and (max-width: 1200px) {
  body.what-do-you-get-new #packages .box-items .box .upsell-img {
    max-width: 80%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 992px) {
  body.what-do-you-get-new #packages .box-items .box .upsell-img {
    max-width: 350px;
    margin-bottom: 30px;
  }
}
body.what-do-you-get-new #packages .box-items .box .upsell-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
}
body.what-do-you-get-new #packages .box-items .box .upsell-wrap .upsell-list li {
  line-height: 1.2;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
body.what-do-you-get-new #packages .box-items .box .upsell-wrap .upsell-list li::before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  background-image: url(/assets/img/icon-green-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0px;
  position: absolute;
  left: 0;
}
body.what-do-you-get-new #packages .box-items .box .button-wrapper {
  text-align: center;
  position: absolute;
  bottom: 6em;
  right: 0;
  left: 0;
}
@media only screen and (max-width: 575px) {
  body.what-do-you-get-new #packages .box-items .box .button-wrapper {
    bottom: 5em;
  }
}
body.what-do-you-get-new #packages .box-items .box .button-wrapper .title-smaller {
  font-size: 26px;
}
@media only screen and (max-width: 992px) {
  body.what-do-you-get-new #packages .box-items .box .button-wrapper .title-smaller {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body.what-do-you-get-new #packages .box-items .box .button-wrapper .title-smaller {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  body.what-do-you-get-new #packages .box-items .box .button-wrapper .title-smaller {
    font-size: 22px;
  }
}
@media only screen and (max-width: 420px) {
  body.what-do-you-get-new #packages .box-items .box .button-wrapper .title-smaller {
    font-size: 18px;
  }
}
@media only screen and (max-width: 330px) {
  body.what-do-you-get-new #packages .box-items .box .button-wrapper .title-smaller {
    font-size: 16px;
  }
}
body.what-do-you-get-new #personalized {
  background: #85be1a;
  padding: 75px 0;
  margin-bottom: 250px;
}
@media only screen and (max-width: 992px) {
  body.what-do-you-get-new #personalized {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  body.what-do-you-get-new #personalized {
    margin-bottom: 150px;
  }
}
body.what-do-you-get-new #personalized .title {
  color: #fff;
  margin-bottom: 0.5em;
  text-align: center;
}
body.what-do-you-get-new #personalized .text {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  body.what-do-you-get-new #personalized .text {
    text-align: center;
  }
}
