/* Defaults*/
html, body {
  overflow-x: hidden;
  color: #002A3A;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1640px;
  margin: auto;
}
@media (max-width: 1600px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
    padding: 0 25px;
  }
}
@media (max-width: 1200px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1100px;
    padding: 0 12.5px;
  }
}
.container {
  max-width: 1640px;
  margin: auto;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1200px;
    padding: 0 25px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1100px;
    padding: 0 25px;
  }
}
.container {
  max-width: 1640px;
  margin: auto;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1200px;
    padding: 0 25px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1100px;
    padding: 0 25px;
  }
}
body.ofc {
  background: white;
}
body.ofc .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0;
}
body.ofc a {
  text-decoration: none;
}
body.ofc a:hover {
  text-decoration: none;
}
a.btnDef, input.btnDef, button.btnDef {
  display: inline-block;
  font-family: 'brandon-grotesque';
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  max-width: 380px;
  width: 100%;
  padding: 13px;
  min-height: 58px;
  transition: 0.3s !important;
  border-radius: 0;
  background: #CE0301;
  border: 4px solid #CE0301;
}
a.btnDef.med, input.btnDef.med, button.btnDef.med {
  max-width: 280px;
}
a.btnDef.sml, input.btnDef.sml, button.btnDef.sml {
  max-width: 200px;
}
a.btnDef:focus, input.btnDef:focus, button.btnDef:focus {
  background-color: #F57EB6;
  color: #FFFFFF !important;
}
a.btnDef:hover, input.btnDef:hover, button.btnDef:hover {
  color: #CE0301 !important;
  background-color: #FFFFFF;
}
a.btnDef.inv, input.btnDef.inv, button.btnDef.inv {
  color: #002A3A !important;
  border-color: #002A3A !Important;
  background-color: #FFFFFF;
}
a.btnDef.inv:hover, input.btnDef.inv:hover, button.btnDef.inv:hover {
  color: #FFFFFF !important;
  background-color: #002A3A;
  border-color: #002A3A !Important;
}
a.btnDef.inv:focus, input.btnDef.inv:focus, button.btnDef.inv:focus {
  color: #FFFFFF !important;
  background-color: #002A3A;
}
a.btnDef.pinkOnHover:hover, input.btnDef.pinkOnHover:hover, button.btnDef.pinkOnHover:hover {
  background-color: #F57EB6;
}
a.btnDef.blue, input.btnDef.blue, button.btnDef.blue {
  background: #00A3E0;
  border-radius: 35px;
  border-color: #00A3E0;
  color: #050505;
}
a.btnDef.blue:hover, input.btnDef.blue:hover, button.btnDef.blue:hover {
  background: #050505;
  color: #FFFFFF !important;
}
a.btnDef.disabled, input.btnDef.disabled, button.btnDef.disabled {
  background: gray !Important;
  cursor: not-allowed !Important;
}
a.btnDef.disabled:hover, input.btnDef.disabled:hover, button.btnDef.disabled:hover {
  background: gray !important;
}
@media (max-width: 820px) {
  a.btnDef, input.btnDef, button.btnDef {
    min-height: 45px;
    max-width: 160px;
    font-size: 16px;
    padding: 5px;
  }
  a.btnDef.minv, input.btnDef.minv, button.btnDef.minv {
    max-width: 100%;
    width: auto;
    padding: 15px 30px;
    display: inline-block;
    color: #FFFFFF !important;
    border-color: #F57EB6;
    background-color: #F57EB6;
  }
  a.btnDef.minv:hover, input.btnDef.minv:hover, button.btnDef.minv:hover {
    color: #FFFFFF !important;
    background-color: #F57EB6;
  }
  a.btnDef.minv:focus, input.btnDef.minv:focus, button.btnDef.minv:focus {
    color: #FFFFFF !important;
    background-color: #F57EB6;
  }
  a.btnDef.mbs, input.btnDef.mbs, button.btnDef.mbs {
    max-width: 100%;
    width: auto;
    padding: 15px 30px;
    display: inline-block;
  }
  a.btnDef .mfull, input.btnDef .mfull, button.btnDef .mfull {
    max-width: 100%;
  }
}
.mb-show {
  display: none;
}
@media (max-width: 767px) {
  .mb-show {
    display: block;
  }
}
.marquee {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.marquee span {
  font-family: 'brandon-grotesque';
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #002A3A;
  display: inline-block;
  padding-left: 100%;
  -webkit-animation: marquee 15s infinite linear;
  animation: marquee 15s infinite linear;
}
.marquee span:hover {
  animation-play-state: paused;
}
@media (max-width: 1100px) {
  .marquee span {
    font-size: 12px;
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translate(-80%, 0);
  }
  50% {
    transform: translate(-20%, 0);
  }
  100% {
    transform: translate(-80%, 0);
  }
}
@keyframes marquee {
  0% {
    transform: translate(-80%, 0);
  }
  50% {
    transform: translate(-20%, 0);
  }
  100% {
    transform: translate(-80%, 0);
  }
}
.sliderMobile .elementor-container .slick-track {
  display: flex;
}
.sliderMobile .elementor-container .slick-track .elementor-column {
  display: flex;
  height: auto;
}
.sliderMobile .elementor-container .slick-track .elementor-column img {
  opacity: 0;
}
@media (max-width: 767px) {
  .threeBox .elementor-container .elementor-column {
    width: 50%;
  }
  .threeBox .elementor-container .elementor-column:nth-child(3) {
    width: 100%;
  }
}
.w-100 img {
  width: 100% !Important;
}
@media (max-width: 767px) {
  .semi-full-width .elementor-container {
    padding: 0 !important;
  }
}
.semi-full-width-pl .elementor-container {
  padding-left: 8.33% !important;
}
@media (max-with: 767px) {
  .semi-full-width-pl .elementor-container {
    padding: 0 !Important;
  }
}
.elementor.elementor-37 {
  background-image: linear-gradient(180deg, #F69B2D 57%, #F57EB6 100%);
}
.elementor-35 .elementor-element.elementor-element-d97e29e {
  overflow: inherit;
}
@media (max-width: 991px) {
  .imgOverlap img {
    position: relative;
    top: -5px;
  }
}
@media (max-width: 1600px) {
  .page-id-27 h1 {
    font-size: 36px !Important;
    line-height: 46px !important;
  }
}
.bigNum {
  padding-left: 0;
}
.bigNum li {
  counter-increment: level1;
  list-style-type: none;
}
.bigNum li:before {
  font-weight: 800;
  font-size: 42px;
  line-height: 46px;
  content: counter(level1) " ";
  /*Instead of ". " */
  width: 30px;
  display: inline-block;
}
.press-logos img {
  max-width: 200px;
}
.page-id-27 .elementor-27 {
  background-image: linear-gradient(180deg, #F57EB6 18.75%, #F0B226 57.4%, #F69B2D 100%);
}
.row-p {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 1600px) {
  .row-p {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1450px) {
  .row-p {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.customer:not(.account):not(.order) {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .customer:not(.account):not(.order) {
    /* max-width: 47.8rem; */
  }
}
#customer-register .customer:not(.account):not(.order) {
  /* max-width: 100%; */
}
#customers-login {
  /* max-width: 80%; */
}
.customer > h1, .customer__title {
  margin-top: 0;
}
.customer form {
  margin-top: 4rem;
}
/* .customer button {
  margin: 4rem 0 1.5rem;
} */
.customer ul {
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding-left: 4.4rem;
  text-align: left;
  margin-bottom: 4rem;
}
.customer ul a {
  display: inline;
}
.customer strong {
  font-weight: normal;
  color: rgb(var(--color-foreground));
}
.customer h2.form__message {
  font-size: calc(var(--font-heading-scale) * 1.8rem);
}
@media only screen and (min-width: 750px) {
  .customer h2.form__message {
    font-size: calc(var(--font-heading-scale) * 2.2rem);
  }
}
.customer .field {
  margin: 2rem 0 0 0;
  display: flex;
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}
.customer .field:first-of-type {
  margin-top: 0;
}
/* Customer Table */
.customer table {
  table-layout: auto;
  border-collapse: collapse;
  border-bottom: 0.01rem solid rgba(var(--color-foreground));
  box-shadow: none;
  width: 100%;
  font-size: 1.6rem;
  position: relative;
}
@media screen and (min-width: 750px) {
  .customer table {
    border: none;
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground));
  }
}
@media screen and (forced-colors: active) {
  .customer table {
    border-top: 0.1rem solid transparent;
    border-bottom: 0.1rem solid transparent;
  }
}
.customer tbody {
  color: rgb(var(--color-foreground));
}
.customer th, .customer td {
  font-weight: 400;
  line-height: 1;
  border: none;
  padding: 0;
}
@media screen and (min-width: 750px) {
  .customer td {
    padding-right: 2.2rem;
  }
}
.customer tbody td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.customer td:empty {
  display: initial;
}
.customer thead th {
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}
.customer tbody td:first-of-type {
  padding-top: 4rem;
}
@media screen and (min-width: 750px) {
  .customer th, .customer td:first-of-type {
    text-align: left;
    padding-left: 0;
    padding-right: 2.2rem;
  }
  .customer thead th, .customer tbody td {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .customer th:first-of-type, .customer td:first-of-type {
    padding-left: 2.2rem;
  }
  .customer tbody td {
    vertical-align: top;
  }
  .customer tbody td:first-of-type {
    padding-top: 2.4rem;
  }
}
.customer tbody td:last-of-type {
  padding-bottom: 4rem;
}
@media screen and (min-width: 750px) {
  .customer tbody td:last-of-type {
    padding-bottom: 0;
  }
}
.customer tbody tr {
  border-top: 0.01rem solid rgba(var(--color-foreground));
}
@media screen and (min-width: 750px) {
  .customer tbody tr:first-of-type {
    border-top: none;
  }
}
@media screen and (forced-colors: active) {
  .customer tbody tr {
    border-top: 0.1rem solid transparent;
  }
}
.customer tfoot td:first-of-type, .customer tfoot td {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.customer tfoot td:first-of-type {
  text-align: left;
}
.customer tfoot tr:first-of-type td {
  padding-top: 4rem;
}
@media screen and (min-width: 750px) {
  .customer tfoot tr:first-of-type td, .customer tfoot tr:first-of-type th {
    padding-top: 2.4rem;
  }
}
.customer tfoot tr:last-of-type td {
  padding-bottom: 4rem;
}
@media screen and (min-width: 750px) {
  .customer tfoot tr:last-of-type td, .customer tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}
/* works around colspan phantom border issues */
.customer thead::after, .customer tfoot::before {
  content: ' ';
  height: 0.1rem;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  background: rgba(var(--color-foreground));
}
@media screen and (forced-colors: active) {
  .customer thead::after, .customer tfoot::before {
    background: CanvasText;
  }
}
/* mobile table overrides */
@media screen and (max-width: 749px) {
  .customer thead, .customer th, .customer tfoot td:first-of-type {
    display: none;
  }
  .customer td {
    display: flex;
    text-align: right;
  }
  .customer td::before {
    color: rgba(var(--color-foreground));
    content: attr(data-label);
    font-size: 1.4rem;
    padding-right: 2rem;
    text-transform: uppercase;
    flex-grow: 1;
    text-align: left;
  }
  .customer td:first-of-type {
    display: flex;
    align-items: center;
  }
  .customer tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
}
/* Pagination */
.customer .pagination {
  margin-top: 5rem;
  margin-bottom: 7rem;
}
@media screen and (min-width: 990px) {
  .customer .pagination {
    margin-top: 7rem;
    margin-bottom: 10rem;
  }
}
.customer .pagination ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.customer .pagination li {
  flex: 1 1;
  max-width: 4rem;
}
.customer .pagination li:not(:last-child) {
  margin-right: 1rem;
}
.customer .pagination li :first-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 4rem;
  width: 100%;
  padding: 0;
  text-decoration: none;
}
.customer .pagination li :first-child svg {
  height: 0.6rem;
}
.customer .pagination li:first-of-type svg {
  margin-left: -0.2rem;
  transform: rotate(90deg);
}
.customer .pagination li:last-of-type svg {
  margin-right: -0.2rem;
  transform: rotate(-90deg);
}
.customer .pagination li [aria-current]::after {
  content: '';
  display: block;
  width: 2rem;
  height: 0.01rem;
  position: absolute;
  bottom: 0.08rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: currentColor;
}
a.btnDef {
  text-decoration: none !Important;
}
/* Login */
/* .login a {
  display: block;
  margin: 0 auto;
  width: fit-content;
} */
button:before, button::after {
  content: none !important;
}
.login a[href='#recover'] {
  margin-left: 0;
  margin-right: 0;
}
.login .field + a {
  margin-top: 1rem;
}
.login p {
  margin: 1.5rem 0;
}
.login h3 {
  margin-top: 1.5rem;
  text-align: left;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}
#customer_login_guest button {
  margin-top: 0;
}
#recover, #recover + div {
  display: none;
}
#recover:target {
  display: block;
}
#recover:target + div {
  display: block;
}
#recover:target ~ #login, #recover:target ~ #login + div {
  display: none;
}
#recover, #login {
  scroll-margin-top: 20rem;
}
#recover {
  margin-bottom: 0;
}
.activate button[name='decline'], .addresses li > button, .addresses form button[type] {
  background-color: rgba(var(--color-background));
  color: rgb(var(--color-link));
}
@media only screen and (min-width: 750px) {
  .activate button[name='decline'] {
    margin-top: inherit;
    margin-left: 1rem;
  }
}
/* Account/Order */
:is(.account, .order) {
  margin: 0 auto;
  max-width: var(--page-width);
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 750px) {
  :is(.account, .order) {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (min-width: 990px) {
  :is(.account, .order) > div:nth-of-type(2) {
    display: flex;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 990px) {
  :is(.account, .order) > div:nth-of-type(2) > div:first-of-type {
    flex-grow: 1;
    padding-right: 3.2rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .order > div:nth-of-type(2) > div:last-of-type {
    display: flex;
  }
  .order > div:nth-of-type(2) > div:last-of-type div {
    padding-right: 3.2rem;
  }
}
:is(.account, .order) p {
  margin: 0 0 2rem;
  font-size: 1.6rem;
}
:is(.account, .order) h1 {
  margin-bottom: 1rem;
}
:is(.account, .order) h2 {
  margin-top: 4rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 990px) {
  :is(.account, .order) h2 {
    margin-top: 0;
  }
}
.account h1 + a {
  display: inline-flex;
  align-items: center;
}
.account a svg {
  width: 1.5rem;
  margin-bottom: -0.03rem;
  margin-right: 1rem;
}
@media screen and (min-width: 750px) {
  .account thead th:last-child, .account td:last-child {
    text-align: right;
  }
  .account table td:first-of-type {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.account table td:first-of-type a {
  padding: 1.1rem 1.5rem;
  text-decoration: none;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-link));
  border: 0.1rem solid transparent;
  font-size: 1.2rem;
}
.account table td:first-of-type a:hover {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-link));
}
.order td:first-of-type {
  align-items: initial;
}
@media screen and (min-width: 750px) {
  .order thead th:nth-last-child(-n + 3), .order td:nth-last-child(-n + 3) {
    text-align: right;
  }
}
.order tfoot tr:last-of-type td, .order tfoot tr:last-of-type th {
  font-size: 2.2rem;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 750px) {
  .order tfoot tr:last-of-type td, .order tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}
.order tfoot tr:last-of-type td:before {
  font-size: 2.2rem;
}
.order table p, .order > div:nth-of-type(2) > div:first-of-type h2, .order > div:nth-of-type(2) > div:last-of-type h2 + p {
  margin-bottom: 0;
}
.order > div:nth-of-type(2) > div:first-of-type h2 ~ p {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.order > div:nth-of-type(2) > div:first-of-type h2 ~ p:last-of-type {
  margin-bottom: 3rem;
}
.order .item-props {
  font-size: 1.4rem;
  margin-top: 0.05px;
  display: flex;
  flex-direction: column;
}
.order .item-props > span {
  word-break: break-all;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}
.order .fulfillment {
  width: fit-content;
  border: 0.01rem solid rgba(var(--color-foreground));
  padding: 1rem;
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: left;
}
.order .fulfillment a {
  margin: 0.7rem 0;
}
.order .fulfillment span {
  display: block;
}
.order .cart-discount {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 750px) {
  .order td .cart-discount {
    display: none;
  }
}
.order tbody ul {
  list-style: none;
  font-size: 1.2rem;
  text-align: right;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  .order tbody ul {
    text-align: left;
  }
}
.order table a {
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}
.order tbody tr:first-of-type td:first-of-type > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (min-width: 750px) {
  .order tbody tr:first-of-type td:first-of-type > div {
    align-items: flex-start;
  }
}
.order .properties {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.order .properties span {
  display: block;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}
.order svg {
  width: 1.1rem;
  color: rgb(var(--color-base-accent-2));
  margin-right: 0.5rem;
}
.order dl {
  margin: 0;
}
.order dd {
  margin-left: 0;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}
.order dd s {
  color: rgba(var(--color-foreground));
}
.order .unit-price {
  font-size: 1.1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  margin-top: 0.2rem;
  text-transform: uppercase;
  color: rgba(var(--color-foreground));
}
.order .regular-price {
  font-size: 1.3rem;
}
/* Addresses */
.addresses li > button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.addresses li > button + button, .addresses form button + button {
  margin-top: 0rem;
}
@media screen and (min-width: 750px) {
  .addresses li > button:first-of-type {
    margin-top: 3rem;
  }
}
.addresses form button:first-of-type {
  margin-right: 1rem;
}
label[for='AddressCountryNew'], label[for='AddressProvinceNew'] {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}
.field__label, .customer .field label {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  left: 17.5px;
  top: 17.5px;
}
.field__input, .customer .field input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: white;
  height: 60px;
}
.addresses form {
  display: flex;
  flex-flow: row wrap;
}
.addresses form > div {
  width: 100%;
  text-align: left;
}
.addresses ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
li[data-address] {
  margin-top: 5rem;
}
.addresses [aria-expanded='false'] ~ div[id] {
  display: none;
}
.addresses [aria-expanded='true'] ~ div[id] {
  display: block;
}
.addresses h2 {
  text-align: left;
}
li[data-address] > h2 {
  text-align: center;
  font-size: calc(var(--font-heading-scale) * 1.8rem);
  margin-bottom: 0;
}
@media only screen and (min-width: 750px) {
  li[data-address] > h2 {
    font-size: calc(var(--font-heading-scale) * 2.2rem);
  }
}
.addresses ul p {
  margin-bottom: 0;
}
.addresses input[type='checkbox'] {
  margin-top: 2rem;
  margin-left: 0;
}
@media only screen and (min-width: 750px) {
  .addresses form > div:nth-of-type(1) {
    margin-right: 2rem;
  }
  .addresses form > div:nth-of-type(2) {
    margin-top: 0;
  }
  .addresses form > div:nth-of-type(1), .addresses form > div:nth-of-type(2) {
    box-sizing: border-box;
    flex-basis: calc(50% - 1rem);
  }
}
.addresses form > div:nth-of-type(7), .addresses form > div:nth-of-type(7) + div[id] {
  margin-top: 1.5rem;
}
.field__input:focus ~ .field__label, .field__input:not(:placeholder-shown) ~ .field__label, .field__input:-webkit-autofill ~ .field__label, .customer .field input:focus ~ label, .customer .field input:not(:placeholder-shown) ~ label, .customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: 5px;
  left: 10px;
  letter-spacing: 0.04rem;
}
img {
  max-width: 100%;
}
/*Typography*/
h1, .h1, .elementor-widget-heading h1.elementor-heading-title {
  font-family: 'brandon-grotesque' !important;
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 60px;
  text-transform: uppercase;
  color: #002A3A;
}
@media (max-width: 820px) {
  h1, .h1, .elementor-widget-heading h1.elementor-heading-title {
    font-size: 22px;
    line-height: 120%;
  }
}
h1.big, .big h1, .big .h1, .big h1.elementor-heading-title {
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 133%;
  text-transform: uppercase;
  color: #001824;
}
@media (max-width: 820px) {
  h1.big, .big h1, .big .h1, .big h1.elementor-heading-title {
    font-size: 22px;
    line-height: 26px;
  }
}
h2, .h2, .elementor-widget-heading h2.elementor-heading-title {
  font-family: 'brandon-grotesque' !important;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  text-transform: uppercase;
  color: #002A3A;
}
@media (max-width: 820px) {
  h2, .h2, .elementor-widget-heading h2.elementor-heading-title {
    font-size: 26px;
    line-height: 29px;
  }
}
h3, .h3, .elementor-widget-heading h3.elementor-heading-title {
  font-family: 'headline-gothic-atf' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  color: #001824;
}
@media (max-width: 820px) {
  h3, .h3, .elementor-widget-heading h3.elementor-heading-title {
    font-size: 28px;
    line-height: 32px;
  }
}
h4, .h4, .elementor-widget-heading h4.elementor-heading-title {
  font-family: 'brandon-grotesque' !important;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
  color: #001824;
}
@media (max-width: 820px) {
  h4, .h4, .elementor-widget-heading h4.elementor-heading-title {
    font-size: 24px;
    line-height: 26px;
  }
}
h5 {
  font-family: 'brandon-grotesque' !important;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #001824;
}
.big {
  font-family: 'brandon-grotesque' !important;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #002A3A;
}
.caption {
  font-family: 'brandon-grotesque' !important;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #002A3A;
}
body, p, div, li, a {
  font-family: 'brandon-grotesque' !important;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
@media (max-width: 820px) {
  body, p, div, li, a {
    font-size: 15px;
    line-height: 20px;
  }
}
.buttonText {
  font-family: 'brandon-grotesque' !important;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-transform: uppercase;
  color: #002A3A;
}
@media (max-width: 820px) {
  .buttonText {
    font-size: 18px;
    line-height: 20px;
  }
}
.underlink {
  font-family: 'brandon-grotesque' !important;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #F57EB6;
  text-decoration: underline !important;
}
.underlink:hover {
  color: #002A3A;
}
.underlink.navy {
  color: #002A3A;
}
.underlink.navy:hover {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .underlink {
    font-size: 15px;
    line-height: 20px;
  }
}
a {
  color: #002A3A;
}
a:hover {
  color: #CE0301;
  text-decoration: none !Important;
}
/*heder*/
header {
  position: relative;
  background-color: #CE0301;
  color: white;
}
header .topMenu {
  background: #001824;
  height: 64px;
  display: flex;
  align-items: center;
  color: white;
}
header .topMenu .topMenuMessage {
  width: 100%;
}
@media (max-width: 1100px) {
  header .topMenu {
    height: 35px;
  }
}
header .topMenu .topMenuLink {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-transform: uppercase;
  color: #FFFFFF;
}
header .social {
  display: flex;
  justify-content: center;
}
header .social img {
  width: 45px;
  margin: 0 7.5px;
}
header .rightIcons {
  position: absolute;
  top: 75px;
  z-index: 201;
  display: flex;
  justify-content: flex-end;
  margin: 0 130px;
  /* max-width: 88vw; */
  /* width: auto; */
  right: 0;
}
@media (max-width: 1500px) {
  header .rightIcons {
    margin: 0 50px;
  }
}
@media (max-width: 1100px) {
  header .rightIcons {
    position: static;
    justify-content: center;
    margin: 20px 0 35px;
  }
  header .rightIcons a {
    margin: 0 12px;
  }
}
header .rightIcons img#account-icon {
  height: 40px;
  position: relative;
  margin-bottom: -30px;
}
header .rightIcons img#cart-icon {
  height: 50px;
}
@media (max-width: 1100px) {
  header .rightIcons.desk {
    display: none;
  }
}
header .wrapper {
  padding: 7.5px 15px;
  position: relative;
  z-index: 200;
  background-color: #CE0301;
  height: 78px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 1100px) {
  header .wrapper {
    height: 60px;
    justify-content: space-between;
  }
}
header .wrapper .logoBox img {
  max-width: 260px;
}
@media (max-width: 1100px) {
  header .wrapper .logoBox img {
    max-width: 150px;
  }
}
header .wrapper .navBox .topMenu {
  margin: 5px 0 10px;
  text-align: right;
}
header .wrapper .navBox .topMenu a {
  margin-left: 20px;
}
header .wrapper .navBox .menuHead ul.menu {
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  align-items: center;
}
@media (min-width: 1601px) {
  header .wrapper .navBox .menuHead ul.menu {
    height: auto;
  }
}
header .wrapper .navBox .menuHead ul.menu .menu-image {
  max-width: 200px;
  height: auto;
}
header .wrapper .navBox .menuHead ul.menu > li {
  flex: 0 0 auto;
  text-align: left;
  margin: 0 20px;
}
header .wrapper .navBox .menuHead ul.menu > li a {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
header .wrapper .navBox .menuHead ul.menu > li .sub-menu-toggle .icon-plus {
  opacity: 1;
}
header .wrapper .navBox .menuHead ul.menu > li.current-menu-item a, header .wrapper .navBox .menuHead ul.menu > li a:hover {
  color: #001824;
}
header .wrapper .navBox .menuHead ul.menu > li.active .sub-menu-toggle .icon-plus {
  opacity: 0;
}
header .wrapper .navBox .menuHead ul.menu > li.active .sub-menu-toggle .icon-minus {
  opacity: 1;
}
header .wrapper .navBox .menuHead ul.menu > li#menu-item-37 {
  display: flex;
  position: relative;
  height: 40px;
  top: -42.5px;
}
header .wrapper .navBox .menuHead ul.menu > li#menu-item-37 img {
  width: 80px;
  position: relative;
  top: -10px;
}
header .wrapper .navBox .menuHead ul.menu > li#menu-item-37 span {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 10px;
  color: #FFFFFF;
  background-image: url(../../../../uploads/2023/05/Union.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
@media (max-width: 1100px) {
  header .wrapper .navBox {
    display: none;
  }
}
header .wrapper .menuIc {
  display: none;
  width: 25px;
  height: 10px;
  position: relative;
  cursor: pointer;
  z-index: 999;
  color: #FFFFFF;
}
header .wrapper .menuIc span {
  display: block;
  height: 3px;
  margin-bottom: 5px;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 15px;
  transition: 0.5s;
  position: absolute;
  left: 0;
}
header .wrapper .menuIc span:nth-child(1) {
  top: 0;
}
header .wrapper .menuIc span:nth-child(2) {
  top: 7px;
}
header .wrapper .menuIc span:nth-child(3) {
  top: 14px;
}
header .wrapper .menuIc.active span {
  transition: 0.5s;
}
header .wrapper .menuIc.active span:nth-child(1) {
  top: -20px;
  opacity: 0;
}
header .wrapper .menuIc.active span:nth-child(2) {
  top: 50%;
  left: -2px;
  transform: rotate(45deg) translateY(-50%);
}
header .wrapper .menuIc.active span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}
@media (max-width: 1100px) {
  header .wrapper .menuIc {
    display: inline-block;
  }
}
header .mobileNav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #FFFFFF;
  transform: translateY(-200%);
  transition: 0.5s;
  padding-bottom: 40px;
}
header .mobileNav.active {
  transform: translateX(0);
  z-index: 9999999;
}
header .mobileNav .menuHeadMob ul {
  display: block;
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  margin: 0;
}
header .mobileNav .menuHeadMob ul > li {
  margin: 0 35px;
  position: relative;
  padding: 20px 0;
  border-bottom: 3px dashed #001824;
}
header .mobileNav .menuHeadMob ul > li a {
  font-family: 'brandon-grotesque';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: 0.75s;
}
@media (max-width: 1100px) {
  header .mobileNav .menuHeadMob ul > li a {
    color: #002A3A;
    font-size: 16px;
    line-height: 16px;
  }
}
header .mobileNav .menuHeadMob ul > li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  height: 1px;
  background-color: #FFFFFF;
}
header .mobileNav .menuHeadMob ul > li.current-menu-item a, header .mobileNav .menuHeadMob ul > li a:hover {
  border-bottom: 3px dashed #001824;
}
header .mobileNav .menuHeadMob ul > li .sub-menu-toggle {
  display: none;
}
header .mobileNav .menuHeadMob ul > li > ul.sub-menu {
  padding-left: 0;
  margin: 0;
}
header .mobileNav .menuHeadMob ul > li > ul.sub-menu li {
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
  margin: 0;
}
header .mobileNav .menuHeadMob ul > li > ul.sub-menu li a {
  display: inline-block;
  color: #fff;
  text-transform: capitalize;
  transition: 0.5s;
  padding: 10px 30px 10px 20px;
  white-space: nowrap;
  border: none;
  width: 100%;
  position: relative;
  margin: 0;
  text-align: left;
}
header .mobileNav .topMenu {
  margin: 20px 0 30px;
  text-align: center;
}
header .mobileNav .topMenu a {
  margin: 0 10px;
  color: #FFFFFF;
}
@media (max-width: 1100px) {
  header .mobileNav {
    display: block;
  }
}
.overlay-blur {
  display: none;
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 205;
}
.mobile-only {
  display: none !Important;
}
.mobile-only img {
  width: 50px;
}
@media (max-width: 1100px) {
  .mobile-only {
    display: block !Important;
    float: right;
    position: absolute;
    right: 15px;
  }
}
#menu-item-59 a:hover {
  border: none !important;
}
#menu-item-59 a {
  border: none !important;
}
.topMenuLink:hover {
  color: white;
}
@media (max-width: 767px) {
  header .topMenu .topMenuLink {
    font-size: 12px;
  }
}
/*Footer*/
footer {
  padding: 120px 0 0;
  background: #CE0301;
}
footer img {
  max-width: 100%;
}
footer .logo-col span {
  font-weight: 500;
  font-size: 10px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  display: block;
}
footer .logo-col .le-logo {
  width: 125px;
}
@media (max-width: 767px) {
  footer .logo-col {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  footer .logo-col img {
    max-width: 150px;
  }
  footer .logo-col .le-logo {
    width: 75px;
  }
}
footer .container {
  padding-left: 25px;
  padding-right: 25px;
}
footer .subscribeBOx .h2 {
  color: #F57EB6;
  margin: 0 0 20px;
}
footer .subscribeBOx .buttonText {
  margin: 0 0 20px;
}
footer .subscribeBOx form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .subscribeBOx form > div, footer .subscribeBOx form label {
  width: 100%;
  width: 100%;
  flex-wrap: initial;
  flex-direction: row !important;
  justify-content: space-between !important;
}
footer .subscribeBOx form input[type="email"] {
  width: 360px;
}
@media (max-width: 1600px) {
  footer .subscribeBOx form input[type="email"] {
    width: 215px;
  }
}
footer .subscribeBOx .social {
  display: flex;
  margin-top: 40px;
  justify-content: flex-end;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  footer .subscribeBOx .social {
    justify-content: center;
  }
}
footer .subscribeBOx .social a {
  display: block;
}
footer .subscribeBOx .social a img {
  margin-left: 10px;
  transform: translateX(0);
  transition: 0.3s;
  height: 60px;
  width: auto;
}
footer .subscribeBOx .social a:hover img {
  transform: scale(1.25);
}
footer h4 {
  margin-bottom: 15px;
  font-weight: 600;
}
footer .navFrww {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 380px;
}
footer .navFrww .footerNav .menuFoot ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .navFrww .footerNav .menuFoot ul li {
  margin: 0 0 10px;
}
footer .navFrww .footerNav .menuFoot ul li a {
  font-family: 'brandon-grotesque';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  /* navy */
  color: #001824;
  transition: 0.3s;
}
footer .navFrww .footerNav .menuFoot ul li a:hover {
  color: #ffffff;
}
footer .copy {
  margin-bottom: 20px;
}
footer .copy a {
  color: #FFFFFF;
  transition: 0.5s;
}
footer .copy a:hover {
  color: #F57EB6;
}
footer .klaviyo-form .needsclick {
  padding: 0 !Important;
}
@media (max-width: 991px) {
  footer .klaviyo-form .needsclick {
    display: block !important;
    width: 100% !Important;
  }
}
footer .klaviyo-form input.needsclick {
  background: #FFFFFF !Important;
  border-radius: 4px !Important;
  font-family: 'brandon-grotesque' !Important;
  font-style: normal !Important;
  font-weight: 400 !Important;
  font-size: 18px !Important;
  line-height: 24px !Important;
  color: #000000 !important;
  height: 60px !Important;
  padding-left: 20px !Important;
}
footer .klaviyo-form button.needsclick {
  background: #001824 !Important;
  border-radius: 8px !Important;
  font-family: 'brandon-grotesque' !Important;
  font-style: normal !Important;
  font-weight: 450 !Important;
  font-size: 20px !Important;
  line-height: 29px !Important;
  text-align: center !Important;
  text-transform: uppercase !Important;
  color: #FFFFFF !Important;
  padding: 15px 0 !important;
  width: 260px !important;
  margin-left: 20px !Important;
}
@media (max-width: 1200px) {
  footer .klaviyo-form button.needsclick {
    width: 200px !Important;
  }
}
@media (max-width: 991px) {
  footer .klaviyo-form button.needsclick {
    margin-left: 0 !Important;
    margin-top: 20px !Important;
  }
}
footer .klaviyo-form button.needsclick:hover {
  background: white !Important;
  color: #001824 !Important;
}
@media (max-width: 991px) {
  footer .klaviyo-form button.needsclick {
    width: 100% !important;
    max-width: 100% !Important;
  }
}
footer .klaviyo-form p, footer .klaviyo-form span {
  font-family: 'brandon-grotesque' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  text-align: left !important;
  color: #001824 !important;
}
@media (max-width: 820px) {
  footer .klaviyo-form p, footer .klaviyo-form span {
    font-size: 15px !important;
    line-height: 20px !important;
  }
}
@media (max-width: 1199px) {
  footer {
    padding: 80px 0 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 60px 0 0;
  }
  footer .logoBOx {
    max-width: 290px;
    margin-bottom: 30px;
  }
  footer .subscribeBOx .h2 {
    color: #F57EB6;
    margin: 0 0 10px;
  }
  footer .subscribeBOx .buttonText {
    margin: 0 0 10px;
  }
  footer .subscribeBOx form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  footer .subscribeBOx form > div, footer .subscribeBOx form label {
    width: 100%;
  }
  footer .subscribeBOx form input[type="text"] {
    width: 100%;
    max-width: 370px;
    height: 45px;
    padding: 0 15px;
    margin: 0 0 10px;
    border-radius: 0;
    border: none;
  }
  footer .subscribeBOx form button {
    max-width: 200px;
  }
  footer .subscribeBOx .social {
    margin-top: 40px;
  }
  footer .navFrww {
    margin: 10px 0 0;
    display: block;
  }
  footer .navFrww .footerNav {
    margin-bottom: 40px;
  }
}
.subfooter {
  background: #001824;
  margin-top: 60px;
}
.subfooter .subMenuFoot #menu-footer-sub-menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .subfooter .subMenuFoot #menu-footer-sub-menu {
    padding-top: 35px;
  }
}
.subfooter .subMenuFoot #menu-footer-sub-menu li a {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
}
.subfooter .subMenuFoot #menu-footer-sub-menu li span {
  width: 25%;
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .subfooter .subMenuFoot #menu-footer-sub-menu {
    display: block;
    text-align: center;
  }
  .subfooter .subMenuFoot #menu-footer-sub-menu li {
    margin-bottom: 20px;
  }
}
/*Preloader*/
#pageLoader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 102;
  background: white;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999999999;
  top: 0;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #CE0301;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
.lds-ellipsis.small {
  height: 32px;
}
.lds-ellipsis.small div {
  width: 8px;
  height: 8px;
  top: 13px;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
@keyframes wave {
  0%, 60%, 100% {
    transform: initial;
  }
  30% {
    transform: translateY(-15px);
  }
}
/*Forms*/
.gform_wrapper li.hidden_label input {
  margin: 0 !important;
}
.gform_wrapper ul li.gfield {
  margin-top: 20px !Important;
}
body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !Important;
}
.gform_wrapper .top_label input.medium.datepicker {
  width: 100%;
}
.gform_wrapper .ginput_container_address input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
  margin-bottom: 20px !Important;
}
.gform_wrapper .gfield_required {
  margin-left: 0 !Important;
}
.gform_confirmation_message {
  text-align: center;
}
.gform_wrapper .gform_body .gform_fields .ui-datepicker-trigger {
  float: right;
  position: relative;
  top: -30px;
  right: 15px;
}
.gform_wrapper .gform_body .gform_fields #field_2_12 {
  text-align: center;
}
.gform_wrapper .gform_body .gform_fields label[for="input_2_12"] {
  display: none;
}
.gform_wrapper .gform_body .gform_fields #input_2_12 {
  font-family: 'brandon-grotesque';
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  max-width: 380px;
  width: 100% !important;
  padding: 13px;
  min-height: 58px;
  transition: 0.3s !important;
  border-radius: 0;
  border: 6px solid #CE0301;
  border-color: #CE0301;
  background-color: #CE0301;
  color: #ffffff !important;
  background: #CE0301 !important;
  border: 4px solid #CE0301;
  cursor: pointer;
}
.gform_wrapper .gform_body .gform_fields label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0 !important;
  pointer-events: none;
  position: absolute;
  transition: top 0.1s ease, font-size 0.1s ease;
  color: rgba(var(--color-foreground));
  letter-spacing: 0.1rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 24px;
  color: #000;
  width: 98%;
  height: 63px;
  z-index: 999;
  margin-top: 10px !important;
  margin-left: 20px !important;
}
.gform_wrapper .gform_body .gform_fields label.focused {
  font-size: 10px !important;
  margin-top: 5px;
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}
@media (max-width: 991px) {
  .gform_wrapper .gform_body .gform_fields label {
    width: 90%;
    font-size: 9px !Important;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .gform_wrapper .gform_body .gform_fields select {
    font-size: 12px !important;
  }
}
.gform_wrapper .gform_body .gform_fields .ginput_container input, .gform_wrapper .gform_body .gform_fields textarea, .gform_wrapper .gform_body .gform_fields select {
  font-family: 'brandon-grotesque';
  font-style: normal;
  font-weight: 420;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  padding: 10px 24px !Important;
  border: none !Important;
  text-transform: uppercase;
  height: 60px;
  margin: 0 !important;
  accent-color: #002A3A;
  -webkit-appearance: none;
  appearance: none;
  /* background-color: rgb(var(--color-background)); */
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.1s ease;
  border-radius: var(--inputs-radius);
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  /* transition: box-shadow var(--duration-short) ease; */
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  text-transform: initial;
  height: 45px;
}
.gform_wrapper .gform_body .gform_fields .ginput_container input.focused, .gform_wrapper .gform_body .gform_fields textarea.focused, .gform_wrapper .gform_body .gform_fields select.focused {
  padding: 2.2rem 1.5rem 0.8rem 20px !Important;
  font-size: 18px !Important;
}
.gform_wrapper .gform_body .gform_fields .ginput_container input::-moz-placeholder, .gform_wrapper .gform_body .gform_fields textarea::-moz-placeholder, .gform_wrapper .gform_body .gform_fields select::-moz-placeholder {
  color: transparent;
}
.gform_wrapper .gform_body .gform_fields .ginput_container input:-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields textarea:-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields select:-ms-input-placeholder {
  /** notice that ie has only a single colon) */
  color: transparent;
}
.gform_wrapper .gform_body .gform_fields .ginput_container input::-webkit-input-placeholder, .gform_wrapper .gform_body .gform_fields textarea::-webkit-input-placeholder, .gform_wrapper .gform_body .gform_fields select::-webkit-input-placeholder {
  color: transparent;
}
.gform_wrapper .gform_body .gform_fields .ginput_container input::placeholder, .gform_wrapper .gform_body .gform_fields textarea::placeholder, .gform_wrapper .gform_body .gform_fields select::placeholder {
  color: transparent;
}
.gform_wrapper .gform_body .gform_fields textarea {
  height: auto !important;
}
.gform_wrapper .gform_body .gform_fields select {
  letter-spacing: 0.1rem;
  /* line-height: 1.5; */
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  width: 98%;
  height: 63px;
  z-index: 999;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 20px !important;
  height: 45px;
}
.gform_wrapper .gform_body .gfield.product-types {
  pointer-events: auto !important;
}
.gform_wrapper .gform_body .gfield.gf_list_inline label, .gform_wrapper .gform_body .gfield.gf_list_4col label {
  font-weight: 420;
  font-size: 18px;
  line-height: 24px;
  position: static !Important;
  left: unset;
  top: unset;
  height: auto;
  width: auto;
  margin-left: 0 !Important;
}
.gform_wrapper .gform_body .gfield .gfield_radio li, .gform_wrapper .gform_body .gfield .gfield_checkbox li {
  margin-bottom: 20px !important;
}
.gform_wrapper .gform_body .gfield .gfield_radio li input[type="radio"], .gform_wrapper .gform_body .gfield .gfield_radio li input[type="checkbox"], .gform_wrapper .gform_body .gfield .gfield_checkbox li input[type="radio"], .gform_wrapper .gform_body .gfield .gfield_checkbox li input[type="checkbox"] {
  width: 30px !Important;
  height: 30px !Important;
  appearance: auto;
}
.gform_wrapper .gform_body .gfield .gfield_radio input[type="radio"], .gform_wrapper .gform_body .gfield .gfield_checkbox input[type="radio"] {
  font-family: 'brandon-grotesque';
  font-style: normal;
  font-weight: 420;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  padding: 10px 24px !Important;
  border: none !Important;
  text-transform: uppercase;
  height: 60px;
  margin: 0 !important;
  accent-color: #002A3A;
}
.gform_wrapper .gform_body .gfield .gfield_radio label, .gform_wrapper .gform_body .gfield .gfield_checkbox label {
  font-weight: 420;
  font-size: 18px;
  line-height: 24px;
  margin-left: 10px;
  position: static !Important;
  left: unset;
  top: unset;
  height: auto;
  width: auto;
  margin-left: 10px !Important;
}
.gform_wrapper .gform_body label {
  font-weight: 420;
  font-size: 18px;
  line-height: 24px;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper input[type='submit'] {
  font-family: 'brandon-grotesque';
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  max-width: 380px;
  width: 100% !important;
  padding: 13px;
  min-height: 58px;
  transition: 0.3s !important;
  border-radius: 0;
  border: 6px solid #CE0301;
  border-color: #CE0301;
  background-color: #fff !important;
  color: #CE0301 !important;
  border: 4px solid #CE0301;
  cursor: pointer;
}
.gform_wrapper input[type='submit']:hover {
  background-color: #CE0301 !important;
  color: #ffffff !important;
}
.gform_wrapper input[type='submit']:focus {
  color: #FFFFFF !important;
  background-color: #002A3A;
}
.gfield_required {
  color: #001824 !Important;
}
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, .gform_wrapper.gf_browser_chrome .ginput_complex select {
  width: 100%;
}
#input_2_6_5 {
  margin-bottom: 0 !Important;
}
#input_2_6_3_container, #input_2_6_4_container, #input_2_6_5_container {
  width: 33.33% !important;
  margin: 0;
}
#field_2_13 {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  #input_2_6_3_container, #input_2_6_4_container, #input_2_6_5_container {
    width: 100% !important;
  }
  #field_2_13 {
    margin-top: 20px !important;
  }
  #input_2_6_5_container {
    margin-top: 20px !important;
  }
  .gform_wrapper .gform_body .gform_fields #input_2_12 {
    font-size: 12px !important;
    line-height: normal;
    padding: 15px !important;
  }
}
/*FAQS*/
.faqList .faqs .faq {
  padding: 10px 0;
  position: relative;
  cursor: pointer;
}
.faqList .faqs .faq .text {
  color: #002A3A;
  overflow: hidden;
  opacity: 0;
  max-height: 1px;
  max-width: 70%;
  transition: 0.4s;
}
.faqList .faqs .faq .big:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  background: url(../../../../uploads/2023/05/Vector-41.png) no-repeat center;
  background-size: contain;
  /* position: absolute; */
  right: 0;
  top: 5px;
  transition: 0.4s;
  margin-left: 15px;
  position: relative;
  transform: rotate(270deg);
}
.faqList .faqs .faq.active h3 {
  margin-bottom: 20px;
}
.faqList .faqs .faq.active .text {
  max-height: 500px;
  opacity: 1;
  transition: 0.3s;
}
.faqList .faqs .faq.active .big:after {
  transform: rotate(0);
}
@media (max-width: 767px) {
  .faqList .faqs .faq {
    padding: 19px 30px 0 0;
  }
  .faqList .faqs .faq h3 {
    padding-right: 35px;
  }
  .faqList .faqs .faq .text {
    max-width: 100%;
  }
  .faqList .faqs .faq.active h3 {
    margin-bottom: 8px;
  }
}
/*Single post*/
.post-template-singe_post_template .single-post {
  background: url(../../../../uploads/2023/06/Background_Grey-1-2.png);
  background-size: cover;
  padding: 20px 0 40px;
}
.post-template-singe_post_template .single-post h1 {
  text-align: center;
}
.post-template-singe_post_template .single-post img {
  max-width: 100%;
  max-height: 75vh;
  margin: auto;
  width: auto !Important;
}
.post-template-singe_post_template .single-post .categories-list {
  background: #F6992D;
  display: flex;
  justify-content: space-around;
  padding: 30px 15px;
  list-style: none;
  margin-bottom: 40px;
}
.post-template-singe_post_template .single-post .categories-list li {
  cursor: pointer;
  font-weight: 500;
  /* identical to box height, or 114% */
  text-align: center;
  text-transform: uppercase;
  /* navy */
  color: #001824;
}
.post-template-singe_post_template .single-post .categories-list li.active {
  font-weight: 800;
}
.post-template-singe_post_template .single-post .categories-list li a:hover {
  color: #FFFFFF;
}
.post-template-singe_post_template .single-post .related_posts {
  margin-top: 40px;
}
.post-template-singe_post_template .single-post .related_posts .post_item {
  margin-top: 40px;
}
.post-template-singe_post_template .single-post .related_posts .post_item .text-overlay {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  min-height: 162px;
}
.singlePostSection {
  padding: 40px 0;
}
.singlePostSection .custCont {
  max-width: 1064px;
  padding: 0 40px;
  width: 100%;
  margin: auto;
}
.singlePostSection .custCont h1 {
  margin-bottom: 25px;
}
.singlePostSection .custCont .frameBox {
  margin: 50px 0;
}
.singlePostSection .frameBoxMob {
  display: none;
}
@media (max-width: 991px) {
  .singlePostSection {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .singlePostSection {
    padding: 0 0 60px 0;
  }
  .singlePostSection .frameBox {
    display: none;
  }
  .singlePostSection .frameBoxMob {
    display: block;
    margin-bottom: 20px;
  }
}
.singlePostSection .elementorSection {
  position: relative;
  padding-left: 120px;
}
.singlePostSection .elementorSection .shareBox {
  position: absolute;
  top: 0;
  right: 120px;
}
.singlePostSection .elementorSection .shareBox .posts-widget-area .widget .widget-title-holder {
  margin: 0;
}
.singlePostSection .elementorSection .shareBox .posts-widget-area .widget .widget-title-holder h3 {
  margin: 0;
}
.singlePostSection .elementorSection .shareBox .posts-widget-area .widget .addtoany_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}
.singlePostSection .elementorSection .shareBox .posts-widget-area .widget .addtoany_list a {
  background-color: #F57EB6;
  border-radius: 200px;
  width: 58px;
  padding: 6px 0 2px;
  text-align: center;
  margin-bottom: 10px;
}
.singlePostSection .elementorSection .shareBox .posts-widget-area .widget .addtoany_list a span {
  transition: 0.5s;
}
.singlePostSection .elementorSection .shareBox .posts-widget-area .widget .addtoany_list a.addtoany_share {
  display: none;
}
.singlePostSection .elementorSection .elementorContainer {
  max-width: 590px;
}
@media (max-width: 991px) {
  .singlePostSection .elementorSection {
    padding-left: 0;
  }
  .singlePostSection .elementorSection .elementorContainer {
    max-width: 100%;
  }
  .singlePostSection .elementorSection .shareBox {
    position: static;
    padding: 20px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  .singlePostSection .elementorSection .shareBox .posts-widget-area .widget {
    display: flex;
    align-items: center;
  }
  .singlePostSection .elementorSection .shareBox .posts-widget-area .widget .widget-title-holder {
    margin: 0;
  }
  .singlePostSection .elementorSection .shareBox .posts-widget-area .widget .widget-title-holder h3 {
    margin: 0;
  }
  .singlePostSection .elementorSection .shareBox .posts-widget-area .widget .addtoany_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
  }
  .singlePostSection .elementorSection .shareBox .posts-widget-area .widget .addtoany_list a {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 767px) {
  .singlePostSection .elementorSection .shareBox {
    margin-top: 40px;
  }
}
.singlePostSection .related_posts {
  max-width: 1200px;
  margin: 100px auto 0;
  width: 100%;
}
.singlePostSection .related_posts h2 {
  margin-bottom: 40px;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .singlePostSection .related_posts {
    margin: 60px auto 0;
  }
}
@media (max-width: 767px) {
  .singlePostSection .related_posts {
    margin: 20px auto 0;
    padding: 0 30px;
  }
  .singlePostSection .related_posts h2 {
    margin-bottom: 20px;
  }
  .singlePostSection .related_posts .blogPostsSection .post_item {
    margin-bottom: 0;
  }
}
body.page-id-25 .gform_wrapper .top_label li.gfield.products {
  display: none;
}
body.page-id-25 .gform_wrapper .gform_body .product-types .gfield_checkbox li input[type="checkbox"] {
  width: 0 !Important;
  visibility: hidden;
}
body.page-id-25 .gform_wrapper .gform_body .product-types .gfield_checkbox li {
  margin-bottom: 50px !important;
}
@media (max-width: 991px) {
  body.page-id-25 .gform_wrapper .gform_body .product-types .gfield_checkbox li {
    margin-bottom: 10px !Important;
  }
}
body.page-id-25 .gform_wrapper .product-types ul.gfield_checkbox li label {
  font-size: 24px;
  line-height: 28px;
  /* identical to box height, or 114% */
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
  pointer-events: auto !Important;
}
@media (max-width: 991px) {
  body.page-id-25 .gform_wrapper .product-types ul.gfield_checkbox li label {
    font-size: 18px;
    line-height: 24px;
  }
}
body.page-id-25 .gform_wrapper .product-types ul.gfield_checkbox li label::after {
  content: '';
  background-image: url(https://www.reddbar.com/wp-content/uploads/2022/08/plus.png);
  position: relative;
  margin-left: 20px;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  transition: background 0.25s;
}
@media (max-width: 991px) {
  body.page-id-25 .gform_wrapper .product-types ul.gfield_checkbox li label::after {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}
body.page-id-25 .gform_wrapper .product-types ul.gfield_checkbox li input[type=checkbox]:checked + label {
  font-weight: inherit;
}
body.page-id-25 .gform_wrapper .product-types ul.gfield_checkbox li input[type=checkbox]:checked + label.active::after {
  content: '';
  background-image: url(https://www.reddbar.com/wp-content/uploads/2022/08/minus.png);
  top: 7.5px;
}
body.page-id-25 .product-types {
  text-align: right;
  margin-right: 100px !Important;
}
@media (max-width: 991px) {
  body.page-id-25 .product-types {
    margin-right: 0 !Important;
  }
}
body.page-id-25 #selected-products {
  display: none;
  padding-top: 40px;
}
@media (max-width: 991px) {
  body.page-id-25 .gform_wrapper ul li.gfield {
    width: 100%;
  }
}
.page-id-31 .elementor-31 {
  background-color: transparent;
  background-image: linear-gradient(180deg, #F57EB6 0%, #F69B2D 100%);
}
.page-id-31 .floating-img img {
  position: absolute;
  left: -25px;
  max-width: 25vw;
}
.page-id-31 .TimelineList {
  margin: 0 -15px;
  background-image: url(https://www.reddbar.com/wp-content/uploads/2022/08/Group-220.png);
  background-size: 550px;
  display: block;
  width: 100%;
  float: left;
  background-position: left -70px;
  background-repeat: no-repeat;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .page-id-31 .TimelineList {
    background-image: none;
    float: none;
    padding: 50px 35px;
    margin: 0;
  }
}
.page-id-31 .TimelineList .Timeline .year {
  display: flex;
  float: right;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .page-id-31 .TimelineList .Timeline .year {
    display: block;
    float: none;
    width: 100% !important;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .page-id-31 .TimelineList .Timeline .year img {
    position: static !important;
    margin: 0 !important;
    width: auto !important;
  }
  .page-id-31 .TimelineList .Timeline .year img.star-2 {
    display: none !Important;
  }
  .page-id-31 .TimelineList .Timeline .year img.star-3 {
    display: none !Important;
  }
}
.page-id-31 .TimelineList .Timeline .year .year-img {
  width: 30%;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .page-id-31 .TimelineList .Timeline .year .year-img {
    width: 100%;
    margin: auto;
    max-width: 250px;
  }
}
.page-id-31 .TimelineList .Timeline .year .year-text {
  width: 70%;
}
@media (max-width: 991px) {
  .page-id-31 .TimelineList .Timeline .year .year-text {
    width: 100%;
  }
}
.page-id-31 .TimelineList .Timeline .year .year-text h3 {
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.page-id-31 .TimelineList .Timeline .year .year-text h3 img {
  position: relative;
  margin-bottom: -25px;
}
@media (max-width: 991px) {
  .page-id-31 .TimelineList .Timeline .year .year-text h3 img {
    display: none;
  }
}
.page-id-31 .TimelineList .Timeline .year .year-text h3::after {
  content: '';
  border-bottom: 3px solid #FFFFFF;
  width: 100%;
  display: block;
  position: relative;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .page-id-31 .TimelineList .Timeline .year .year-text h3::after {
    margin-top: 10px;
  }
}
.page-id-31 .TimelineList .Timeline .year .year-text p {
  margin-top: 25px;
  max-width: 550px;
  margin-right: auto;
}
.page-id-31 .TimelineList .Timeline .year#year-0 {
  width: 60%;
}
.page-id-31 .TimelineList .Timeline .year#year-0 .star-1 {
  position: absolute;
  width: 75px;
  margin-top: -55px;
  margin-left: 175px;
}
.page-id-31 .TimelineList .Timeline .year#year-0 .star-2 {
  display: none;
}
.page-id-31 .TimelineList .Timeline .year#year-0 .star-3 {
  display: none;
}
.page-id-31 .TimelineList .Timeline .year#year-1 {
  width: 70%;
}
.page-id-31 .TimelineList .Timeline .year#year-1 .star-1 {
  position: absolute;
  width: 90px;
  margin-top: -75px;
  margin-left: 200px;
  transform: rotate(20deg);
}
.page-id-31 .TimelineList .Timeline .year#year-1 .star-2 {
  display: none;
}
.page-id-31 .TimelineList .Timeline .year#year-1 .star-3 {
  display: none;
}
.page-id-31 .TimelineList .Timeline .year#year-2 {
  width: 80%;
  align-items: center;
  margin-bottom: 100px;
}
.page-id-31 .TimelineList .Timeline .year#year-2 .star-1 {
  width: 100px;
  transform: rotate(-10deg);
  margin-left: -65px;
  margin-top: -120px;
}
.page-id-31 .TimelineList .Timeline .year#year-2 .star-2 {
  position: absolute;
  width: 50px;
  transform: rotate(25deg);
  margin-top: -270px;
  margin-left: 10px;
}
.page-id-31 .TimelineList .Timeline .year#year-2 .star-3 {
  position: absolute;
  width: 75px;
  margin-left: 400px;
  margin-top: -200px;
  transform: rotate(30deg);
}
.page-id-31 .TimelineList .Timeline .year#year-3 {
  width: 85%;
}
.page-id-31 .TimelineList .Timeline .year#year-3 .star-1 {
  position: absolute;
  width: 120px;
  margin-top: -100px;
  margin-left: 690px;
  transform: rotate(-5deg);
}
.page-id-31 .TimelineList .Timeline .year#year-3 .star-2 {
  display: none;
}
.page-id-31 .TimelineList .Timeline .year#year-3 .star-3 {
  position: absolute;
  width: 110px;
  right: 250px;
  transform: rotate(25deg);
  margin-top: 250px;
}
.page-id-31 .gurusControl {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.page-id-31 .gurusControl .slick-track {
  width: 100% !Important;
}
@media (max-width: 991px) {
  .page-id-31 .gurusControl {
    width: auto;
  }
}
.page-id-31 .gurusControl .guru {
  width: 75px !important;
  margin: 0 10px;
  cursor: pointer;
  padding: 25px 0;
}
.page-id-31 .gurusControl .guru:hover {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .page-id-31 .gurusControl .guru {
    width: 45px !Important;
    margin: 0 5px;
    padding: 10px 0px;
  }
}
@media (max-width: 991px) {
  .page-id-31 .gurusControl .slick-list {
    padding: 0 !Important;
  }
}
.page-id-31 .gurusList {
  padding: 0 25px;
  padding-bottom: 75px;
  max-width: 80%;
  margin: auto;
}
.page-id-31 .gurusList .guru {
  text-align: center;
  display: flex !Important;
  align-items: center;
}
.page-id-31 .gurusList .guru .col-md-6::first-of-type {
  padding: 0 8.33%;
}
@media (max-width: 991px) {
  .page-id-31 .gurusList .guru .col-md-6::first-of-type {
    padding: 0;
  }
}
.page-id-31 .gurusList .guru .first img {
  margin: auto;
}
@media (max-width: 991px) {
  .page-id-31 .gurusList .guru .first img {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .page-id-31 .gurusList .guru .first {
    margin-bottom: 25px;
  }
  .page-id-31 .gurusList .guru .first h4 {
    margin-top: 15px;
  }
}
.page-id-31 .gurusList .guru .second img {
  margin: auto;
}
.home .productsList {
  max-width: 100vw;
  margin: auto;
}
.home .productsList .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
@media (max-width: 1150px) {
  .home .productsList .slick-dots {
    top: -45px;
    margin-bottom: -65px;
  }
}
@media (max-width: 820px) {
  .home .productsList .slick-dots {
    top: -55px;
    margin-bottom: -95px;
  }
}
.home .productsList .slick-dots li {
  margin: 0 0.25rem;
}
.home .productsList .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: white;
  text-indent: -9999px;
}
.home .productsList .slick-dots li.slick-active button {
  background-color: #001824;
}
.home .productsList .Product {
  background-size: cover;
  display: flex !Important;
  align-items: center;
}
@media (max-width: 820px) {
  .home .productsList .Product {
    height: 360px;
  }
}
@media (max-width: 600px) {
  .home .productsList .Product {
    height: 420px;
  }
}
.home .productsList .Product .mobile-product {
  display: none;
}
.home .productsList .Product .product-image {
  margin: auto;
}
.home .productsList .Product .additional-1, .home .productsList .Product .additional-2, .home .productsList .Product .additional-3 {
  position: absolute;
}
.home .productsList .Product .additional-1 {
  animation: float 5s ease-in-out infinite;
}
.home .productsList .Product .additional-2 {
  animation: float2 5s ease-in-out infinite;
}
.home .productsList .Product .additional-3 {
  animation: float3 5s ease-in-out infinite;
}
.home .productsList .Product .illustration-1 {
  position: absolute;
  right: -10%;
  bottom: -40%;
  z-index: 999999;
  animation: float2 5s ease-in-out infinite;
}
@media (max-width: 1600px) {
  .home .productsList .Product .illustration-1 {
    right: -25%;
  }
}
@media (max-width: 1200px) {
  .home .productsList .Product .illustration-1 {
    right: -40%;
  }
}
@media (max-width: 1150px) {
  .home .productsList .Product .illustration-1 {
    display: none;
  }
}
.home .productsList .Product .illustration-2 {
  position: absolute;
  right: -10%;
  top: 5%;
  animation: float3 5s ease-in-out infinite;
}
@media (max-width: 1600px) {
  .home .productsList .Product .illustration-2 {
    right: -15%;
  }
}
@media (max-width: 1150px) {
  .home .productsList .Product .illustration-2 {
    display: none;
  }
}
.home .productsList .Product .icons {
  display: flex;
  flex-wrap: wrap;
}
.home .productsList .Product .icons .icon {
  margin-right: 20px;
  max-width: 120px;
}
@media (max-width: 1150px) {
  .home .productsList .Product .icons .icon {
    width: 50px;
    margin: 0;
    margin-right: 10px;
  }
}
.home .productsList .Product h3, .home .productsList .Product p {
  color: white;
  margin-right: auto;
}
.home .productsList .Product p {
  max-width: 370px;
}
.home .productsList .Product.product-0 .additional-1 {
  top: 100px;
  left: 175px;
  z-index: -1;
}
.home .productsList .Product.product-0 .additional-2 {
  top: 250px;
  right: 85px;
}
.home .productsList .Product.product-0 .additional-3 {
  top: 400px;
  right: 100px;
  z-index: -1;
}
@media (max-width: 1600px) {
  .home .productsList .Product.product-0 .additional-1 {
    left: 75px;
  }
  .home .productsList .Product.product-0 .additional-2 {
    right: 0;
  }
  .home .productsList .Product.product-0 .additional-3 {
    right: 0;
  }
}
@media (max-width: 1150px) {
  .home .productsList .Product.product-0 .additional-1 {
    left: 25px;
    width: 55px;
    top: -75px;
  }
  .home .productsList .Product.product-0 .additional-2 {
    left: 165px;
    width: 45px;
    top: -5px;
    right: unset;
  }
  .home .productsList .Product.product-0 .additional-3 {
    right: unset;
    width: 81px;
    top: 40px;
    left: 120px;
  }
}
.home .productsList .Product.product-1 .additional-1 {
  top: 100px;
  left: 150px;
  z-index: -1;
}
.home .productsList .Product.product-1 .additional-2 {
  top: 250px;
  right: 195px;
  z-index: -1;
}
.home .productsList .Product.product-1 .additional-3 {
  top: 400px;
  right: 185px;
  z-index: 1;
}
@media (max-width: 1600px) {
  .home .productsList .Product.product-1 .additional-1 {
    left: 20px;
  }
  .home .productsList .Product.product-1 .additional-2 {
    right: 50px;
  }
  .home .productsList .Product.product-1 .additional-3 {
    right: 50px;
  }
}
@media (max-width: 1150px) {
  .home .productsList .Product.product-1 .additional-1 {
    left: 25px;
    width: 57px;
    top: -75px;
  }
  .home .productsList .Product.product-1 .additional-2 {
    left: 165px;
    width: 40px;
    top: -5px;
    right: unset;
  }
  .home .productsList .Product.product-1 .additional-3 {
    right: unset;
    width: 60px;
    top: 40px;
    left: 120px;
  }
}
.home .productsList .Product.product-2 .additional-1 {
  top: 100px;
  left: 125px;
  z-index: -1;
}
.home .productsList .Product.product-2 .additional-2 {
  top: 250px;
  right: 30px;
  z-index: -1;
}
.home .productsList .Product.product-2 .additional-3 {
  top: 450px;
  right: 175px;
  z-index: 1;
}
@media (max-width: 1600px) {
  .home .productsList .Product.product-2 .additional-1 {
    left: 0;
  }
  .home .productsList .Product.product-2 .additional-2 {
    right: -40px;
  }
  .home .productsList .Product.product-2 .additional-3 {
    right: 50px;
  }
}
@media (max-width: 1150px) {
  .home .productsList .Product.product-2 .additional-1 {
    left: 0;
    width: 75px;
    top: -75px;
  }
  .home .productsList .Product.product-2 .additional-2 {
    left: 115px;
    width: 100px;
    top: -5px;
    right: unset;
  }
  .home .productsList .Product.product-2 .additional-3 {
    right: unset;
    width: 85px;
    top: 40px;
    left: 110px;
  }
}
.home .productsList .Product.product-3 .additional-1 {
  top: 70px;
  left: 130px;
  z-index: -1;
}
.home .productsList .Product.product-3 .additional-2 {
  top: 250px;
  left: 75px;
}
.home .productsList .Product.product-3 .additional-3 {
  top: 180px;
  right: -15px;
  z-index: -1;
}
@media (max-width: 1600px) {
  .home .productsList .Product.product-3 .additional-1 {
    left: 0;
  }
  .home .productsList .Product.product-3 .additional-2 {
    left: -25px;
  }
  .home .productsList .Product.product-3 .additional-3 {
    right: -80px;
  }
}
@media (max-width: 1150px) {
  .home .productsList .Product.product-3 .additional-1 {
    left: 10px;
    width: 85px;
    top: -105px;
  }
  .home .productsList .Product.product-3 .additional-2 {
    left: -10px;
    width: 100px;
    top: -55px;
    right: unset;
  }
  .home .productsList .Product.product-3 .additional-3 {
    right: unset;
    width: 150px;
    top: -30px;
    left: 75px;
    max-width: unset;
  }
}
.home .productsList .Product.product-4 .additional-1 {
  top: 75px;
  left: 20px;
  z-index: -1;
}
.home .productsList .Product.product-4 .additional-2 {
  top: 250px;
  right: 115px;
}
.home .productsList .Product.product-4 .additional-3 {
  top: 400px;
  right: 150px;
  z-index: 1;
}
@media (max-width: 1600px) {
  .home .productsList .Product.product-4 .additional-1 {
    left: -90px;
  }
  .home .productsList .Product.product-4 .additional-2 {
    right: 0;
  }
  .home .productsList .Product.product-4 .additional-3 {
    right: 0;
    z-index: 1;
  }
}
@media (max-width: 1150px) {
  .home .productsList .Product.product-4 .additional-1 {
    left: 20px;
    width: 115px;
    top: -105px;
  }
  .home .productsList .Product.product-4 .additional-2 {
    left: 180px;
    width: 45px;
    top: -55px;
    right: unset;
  }
  .home .productsList .Product.product-4 .additional-3 {
    right: unset;
    width: 80px;
    top: 10px;
    left: 135px;
  }
}
.home .productsList .Product.product-5 .additional-1 {
  top: 100px;
  left: 175px;
  z-index: -1;
}
.home .productsList .Product.product-5 .additional-2 {
  top: 250px;
  right: 85px;
}
.home .productsList .Product.product-5 .additional-3 {
  top: 400px;
  right: 100px;
  z-index: -1;
}
@media (max-width: 1150px) {
  .home .productsList .Product .product-image {
    position: absolute;
    width: 215px;
    margin-top: -150px !important;
    left: 0;
    max-width: unset;
  }
}
@media (max-width: 1150px) {
  .home .productsList .Product .col-md-6.first {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .home .productsList .Product .col-md-6.second {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 40px 0px 40px 50px;
  }
}
@media (max-width: 1150px) and (max-width: 991px) {
  .home .productsList .Product .col-md-6.first {
    max-width: 25%;
    flex: 0 0 25%;
    margin-left: -75px;
  }
  .home .productsList .Product .col-md-6.second {
    max-width: 75%;
    flex: 0 0 75%;
    /* padding: 0 40px; */
    margin-left: 75px;
  }
}
@media (max-width: 1150px) {
  .home .productsList .Product .col-md-6 img {
    margin: auto;
  }
}
.home .productsList .slick-prev {
  font-size: 0;
  background-color: transparent;
  background-image: url(https://www.reddbar.com/wp-content/uploads/2022/08/left-arrow.png);
  background-size: cover;
  width: 65px;
  height: 65px;
  border: none;
  position: absolute;
  top: calc(50% - 32px);
  left: -100px;
  cursor: pointer;
  outline: none;
  z-index: 999;
}
@media (max-width: 1150px) {
  .home .productsList .slick-prev {
    left: -30px;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
}
@media (max-width: 991px) {
  .home .productsList .slick-prev {
    left: -15px;
  }
}
.home .productsList .slick-next {
  font-size: 0;
  background-color: transparent;
  background-image: url(https://www.reddbar.com/wp-content/uploads/2022/08/left-arrow.png);
  transform: rotate(180deg);
  background-size: cover;
  width: 65px;
  height: 65px;
  border: none;
  position: absolute;
  top: calc(50% - 32px);
  right: -100px;
  cursor: pointer;
  outline: none;
  z-index: 999;
}
@media (max-width: 1150px) {
  .home .productsList .slick-next {
    right: -30px;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
}
@media (max-width: 991px) {
  .home .productsList .slick-next {
    right: -15px;
  }
}
@media (max-width: 1150px) {
  .home-hero.elementor-section.elementor-section-items-middle > .elementor-container {
    align-items: baseline !Important;
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-7.5px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes float2 {
  0% {
    transform: translatex(0px);
  }
  50% {
    transform: translatex(7.55px);
  }
  100% {
    transform: translatex(0px);
  }
}
@keyframes float3 {
  0% {
    transform: translate3D(0px, 0px, 0px);
  }
  50% {
    transform: translate3D(7.5px, 5px, 7.5px);
  }
  100% {
    transform: translate3D(0px, 0px, 0px);
  }
}
.page-id-41 .categories-list, .category .categories-list {
  list-style: none;
}
.page-id-41 .categories-list li, .category .categories-list li {
  font-family: 'brandon-grotesque';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-transform: uppercase;
  color: #001824;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #001824;
}
.page-id-41 .categories-list li.current-cat, .category .categories-list li.current-cat {
  font-weight: 800;
}
.page-id-41 .elementor-41, .category .elementor-41 {
  background: url(../../../../uploads/2023/06/Background_Grey-1-2.png);
  background-size: cover;
}
.page-id-41 .elementor-41 h1, .category .elementor-41 h1 {
  text-align: center;
}
.page-id-41 .elementor-41 .mt-100, .category .elementor-41 .mt-100 {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .page-id-41 .elementor-41 .mt-100, .category .elementor-41 .mt-100 {
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  .page-id-41 .elementor-41 .mob-half-col, .category .elementor-41 .mob-half-col {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .page-id-41 .elementor-41 .elementor-element-d839e19 .elementor-element, .category .elementor-41 .elementor-element-d839e19 .elementor-element {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .page-id-41 .elementor-41 .elementor-element-d839e19 .elementor-widget-wrap, .category .elementor-41 .elementor-element-d839e19 .elementor-widget-wrap {
    align-items: center;
    display: flex;
    padding: 10px;
  }
  .page-id-41 .elementor-41 .elementor-element-d839e19 .elementor-widget-wrap h1, .category .elementor-41 .elementor-element-d839e19 .elementor-widget-wrap h1 {
    text-align: left;
  }
  .page-id-41 .elementor-41 .elementor-element-d839e19 .elementor-widget-wrap img, .category .elementor-41 .elementor-element-d839e19 .elementor-widget-wrap img {
    width: 100%;
    height: auto;
  }
}
.page-id-41 .elementor-41 .titleBox, .category .elementor-41 .titleBox {
  background: #FFFFFF;
}
.page-id-41 .elementor-41 .titleBox.mob, .category .elementor-41 .titleBox.mob {
  display: none;
}
@media (max-width: 991px) {
  .page-id-41 .elementor-41 .titleBox.mob, .category .elementor-41 .titleBox.mob {
    display: block;
  }
  .page-id-41 .elementor-41 .titleBox.mob select, .category .elementor-41 .titleBox.mob select {
    background: transparent;
    border: 0;
    font-family: 'Brandon-grotesque';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #001824;
  }
}
@media (max-width: 991px) {
  .page-id-41 .elementor-41 .titleBox.desk, .category .elementor-41 .titleBox.desk {
    display: none;
  }
}
.page-id-41 .elementor-41 .titleBox .js-category, .category .elementor-41 .titleBox .js-category {
  display: flex;
  justify-content: space-around;
  padding: 30px 15px;
}
.page-id-41 .elementor-41 .titleBox .js-category .buttonText, .category .elementor-41 .titleBox .js-category .buttonText {
  cursor: pointer;
  font-weight: 500;
  /* identical to box height, or 114% */
  text-align: center;
  text-transform: uppercase;
  /* navy */
  color: #001824;
}
.page-id-41 .elementor-41 .titleBox .js-category .buttonText.active, .category .elementor-41 .titleBox .js-category .buttonText.active {
  font-weight: 800;
}
.page-id-41 .elementor-41 .titleBox .js-category .buttonText:hover, .category .elementor-41 .titleBox .js-category .buttonText:hover {
  color: #FFFFFF;
}
.page-id-41 .elementor-41 .featured-posts .frame, .category .elementor-41 .featured-posts .frame {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 75vh;
}
@media (max-width: 991px) {
  .page-id-41 .elementor-41 .featured-posts .frame, .category .elementor-41 .featured-posts .frame {
    min-height: 25vh;
  }
}
.page-id-41 .elementor-41 .featured-posts .text-overlay, .category .elementor-41 .featured-posts .text-overlay {
  position: absolute;
  bottom: 50px;
  background: white;
  background: white;
  /* left: 0; */
  padding: 40px 130px;
}
@media (max-width: 991px) {
  .page-id-41 .elementor-41 .featured-posts .text-overlay, .category .elementor-41 .featured-posts .text-overlay {
    position: static;
    padding: 20px 35px;
  }
}
.page-id-41 .elementor-41 .featured-posts .slick-prev, .category .elementor-41 .featured-posts .slick-prev {
  font-size: 0;
  background-color: transparent;
  background-image: url(https://www.reddbar.com/wp-content/uploads/2022/08/left-arrow.png);
  background-size: cover;
  width: 65px;
  height: 65px;
  border: none;
  position: absolute;
  top: calc(50% - 32px);
  left: 100px;
  cursor: pointer;
  outline: none;
  z-index: 9999;
}
@media (max-width: 991px) {
  .page-id-41 .elementor-41 .featured-posts .slick-prev, .category .elementor-41 .featured-posts .slick-prev {
    left: 15px;
    width: 40px;
    height: 40px;
    top: 30%;
  }
}
.page-id-41 .elementor-41 .featured-posts .slick-next, .category .elementor-41 .featured-posts .slick-next {
  font-size: 0;
  background-color: transparent;
  background-image: url(https://www.reddbar.com/wp-content/uploads/2022/08/left-arrow.png);
  transform: rotate(180deg);
  background-size: cover;
  width: 65px;
  height: 65px;
  border: none;
  position: absolute;
  top: calc(50% - 32px);
  right: 100px;
  cursor: pointer;
  outline: none;
  z-index: 9999;
}
@media (max-width: 991px) {
  .page-id-41 .elementor-41 .featured-posts .slick-next, .category .elementor-41 .featured-posts .slick-next {
    right: 15px;
    width: 40px;
    height: 40px;
    top: 30%;
  }
}
.page-id-41 .elementor-41 .newsEl, .category .elementor-41 .newsEl {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .page-id-41 .elementor-41 .newsEl, .category .elementor-41 .newsEl {
    margin-bottom: 20px;
  }
}
.page-id-41 .elementor-41 .newsEl .text-overlay, .category .elementor-41 .newsEl .text-overlay {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  min-height: 162px;
}
.page-id-41 .elementor-41 .newsEl img, .category .elementor-41 .newsEl img {
  width: 100%;
}
.page-id-35 .no-height {
  height: 0;
  z-index: 999;
  position: relative;
}
.page-id-35 .soccer-ball img {
  position: absolute;
  left: 90px;
  z-index: 99;
  top: -45px;
}
@media (max-width: 1600px) {
  .page-id-35 .soccer-ball img {
    left: -100px;
    z-index: 99;
    top: -25px;
    width: 15vw;
  }
}
@media (max-width: 1350px) {
  .page-id-35 .soccer-ball img {
    left: 0px;
    z-index: 99;
    top: 50px;
    width: 12.5vw;
  }
}
@media (max-width: 1150px) {
  .page-id-35 .soccer-ball img {
    display: none;
  }
}
.page-id-35 .chess-pieces img {
  position: absolute;
  right: 150px;
  z-index: 99;
  top: -40px;
}
@media (max-width: 1600px) {
  .page-id-35 .chess-pieces img {
    right: -50px;
    z-index: 99;
    top: -25px;
    width: 15vw;
  }
}
@media (max-width: 1350px) {
  .page-id-35 .chess-pieces img {
    right: 75px;
    z-index: 99;
    top: 50px;
    width: 12.5vw;
  }
}
@media (max-width: 991px) {
  .page-id-35 .chess-pieces img {
    right: 0;
    z-index: 99;
    top: 100px;
    width: 135px;
  }
}
@media (max-width: 565px) {
  .page-id-35 .chess-pieces img {
    top: 150px;
  }
}
@media (max-width: 400px) {
  .page-id-35 .chess-pieces img {
    top: 160px;
  }
}
.page-id-35 .mw-1100 {
  max-width: 1100px;
  margin-right: auto;
}
.page-id-35 .mw-1100 p {
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .page-id-35 .mw-1100 {
    max-width: 900px;
  }
}
@media (max-width: 1200px) {
  .page-id-35 .mw-1100 {
    max-width: 700px;
    margin-right: auto;
  }
}
@media (max-width: 1200px) {
  .page-id-35 .mw-900 {
    max-width: 700px;
    margin-right: auto;
  }
}
.page-id-35 .mouse img {
  position: absolute;
  right: -100px;
  top: -170px;
  z-index: 9999999999999;
}
@media (max-width: 1600px) {
  .page-id-35 .mouse img {
    right: -90px;
    top: -120px;
    z-index: 9999999999999;
    width: 350px;
  }
}
@media (max-width: 1200px) {
  .page-id-35 .mouse img {
    right: -110px;
    top: -120px;
    z-index: 9999999999999;
    width: 400px;
  }
}
@media (max-width: 991px) {
  .page-id-35 .mouse img {
    right: unset;
    top: -40px;
    z-index: 9999999999999;
    width: 125px;
    left: 0;
  }
}
.page-id-35 .racket img {
  position: absolute;
  right: 0;
  top: -225px;
  z-index: 999;
}
@media (max-width: 1600px) {
  .page-id-35 .racket img {
    right: 0;
    top: -285px;
  }
}
@media (max-width: 991px) {
  .page-id-35 .racket img {
    position: absolute;
    right: 70px;
    top: -525px;
    height: 134px;
    width: auto;
  }
}
@media (max-width: 820px) {
  .page-id-35 .racket img {
    right: 70px;
    top: -420px;
  }
}
@media (max-width: 650px) {
  .page-id-35 .racket img {
    display: none;
  }
}
.page-id-35 .kid-overlay img {
  position: absolute;
  right: 0;
  width: 575px;
  top: -45px;
}
@media (max-width: 767px) {
  .page-id-35 .kid-overlay img {
    position: relative;
    width: 100%;
    top: -40px;
    margin-bottom: -200px;
  }
}
.page-id-35 .fam-overlay img {
  position: absolute;
  left: 0;
  top: -50px;
}
@media (max-width: 767px) {
  .page-id-35 .fam-overlay img {
    position: relative;
    left: 0;
    top: -50px;
    margin-bottom: -200px;
  }
}
.page-id-35 .tennis-ball img {
  position: absolute;
  left: 375px;
  top: -50px;
  width: 125px;
}
@media (max-width: 1600px) {
  .page-id-35 .tennis-ball img {
    position: absolute;
    left: 320px;
    top: -80px;
    width: 125px;
  }
}
@media (max-width: 1200px) {
  .page-id-35 .tennis-ball img {
    position: absolute;
    left: 25px;
    top: -50px;
    width: 125px;
  }
}