/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Colors */
/* Fonts */
html,
body {
  height: 100%;
}

body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: "Euclid Circular A", sans-serif;
  color: #303442;
}
body p {
  font-family: "Euclid Circular A", sans-serif;
  line-height: 22px;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body img {
  max-width: 100%;
  height: auto;
}
body a {
  text-decoration: none;
}
body .codefusion-button {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  padding: 18px 36px 16px;
  border-radius: 50px;
  border: 2px solid transparent;
  background-color: #0774e4;
  letter-spacing: 0.2px;
  transition: color 0.3s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  font-family: "Euclid Circular A", sans-serif;
  line-height: 22px;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
body .codefusion-button span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 10px;
}
body .codefusion-button.button-icon-left span {
  margin-left: 0;
  margin-right: 5px;
}
body .codefusion-button:hover, body .codefusion-button:active, body .codefusion-button:focus {
  background-color: transparent;
  color: #000000;
  border-color: #0774e4;
}
body .codefusion-button-outline {
  background-color: transparent;
  border-color: #0774e4;
  color: #0774e4;
}
body .codefusion-button-outline:hover, body .codefusion-button-outline:active, body .codefusion-button-outline:focus {
  background-color: #0774e4;
  color: #ffffff;
  border-color: #0774e4;
}
body .codefusion-button.button-black {
  background-color: #303442;
}
body .codefusion-button.button-black:hover, body .codefusion-button.button-black:active, body .codefusion-button.button-black:focus {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
body .codefusion-button.button-dark-blue {
  background-color: #303442;
}
body .codefusion-button.button-dark-blue:hover, body .codefusion-button.button-dark-blue:active, body .codefusion-button.button-dark-blue:focus {
  background-color: #0774e4;
  color: #ffffff;
  border-color: #0774e4;
}
body .codefusion-button.button-dark-blue-outline {
  background-color: transparent;
  border-color: #303442;
  color: #303442;
}
body .codefusion-button.button-dark-blue-outline:hover, body .codefusion-button.button-dark-blue-outline:active, body .codefusion-button.button-dark-blue-outline:focus {
  background-color: #0774e4;
  color: #ffffff;
  border-color: #0774e4;
}
body .codefusion-button.button-gray {
  background-color: transparent;
  border-color: #aaaaaa;
  color: #595959;
}
body .codefusion-button.button-gray:hover, body .codefusion-button.button-gray:active, body .codefusion-button.button-gray:focus {
  background-color: #ffffff;
  color: #595959;
  border-color: #ffffff;
}
body input:not([type=submit]),
body select,
body textarea {
  box-sizing: border-box;
  border: 1px solid rgba(170, 170, 170, 0.6);
  background-color: #f3f4f6;
  outline: none;
  width: 100%;
  height: 50px;
  line-height: 26px;
  padding: 10px 20px;
  border-radius: 30px;
  font-family: "Euclid Circular A", sans-serif;
  transition: all 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 400;
  font-size: 16px;
  color: #303442;
}
body select {
  padding-right: 50px;
}
body input[type=text],
body input[type=email] {
  line-height: 52px;
}
body textarea {
  height: 185px;
  border-radius: 10px;
  resize: none;
}
body .wrapper {
  flex: 1;
}
body .container {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container .row {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.ibx-wpfomo-branding,
.ibx-notification-popup-close {
  display: none !important;
}

.ibx-notification-popup {
  max-width: 290px !important;
}

@media only screen and (max-width: 769px) {
  body.mobile-menu-opened .halloween-wrapper + header {
    margin-top: 0;
  }
}

.halloween-wrapper {
  background-image: url("../images/header/halloween/ribbon.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.2s linear;
  min-height: 50px;
  position: relative;
}
@media (max-width: 450px) {
  .halloween-wrapper {
    background-image: url("../images/header/halloween/halloween-mobile.png");
  }
}
@media (max-width: 570px) {
  .halloween-wrapper .container {
    padding: 0 10px;
  }
}
.halloween-wrapper .halloween-landing-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 99;
  left: 0;
}
.halloween-wrapper.fixed {
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
}
@media (max-width: 769px) {
  .halloween-wrapper {
    display: flex;
    align-items: center;
  }
}
.halloween-wrapper .halloween-deal {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
  gap: 50px;
}
@media (max-width: 769px) {
  .halloween-wrapper .halloween-deal {
    gap: 10px;
  }
}
@media (min-width: 769px) {
  .halloween-wrapper .halloween-deal {
    margin: 0 auto;
  }
}
.halloween-wrapper .halloween-deal .halloween-deal-special {
  display: flex;
  gap: 20px;
}
@media (max-width: 769px) {
  .halloween-wrapper .halloween-deal .halloween-deal-special .halloween-deal-special-creature {
    display: none;
  }
}
@media (max-width: 540px) {
  .halloween-wrapper .halloween-deal {
    padding: 10px 0;
  }
}
.halloween-wrapper .halloween-deal .halloween-pumpkin {
  display: flex;
  margin-left: -40px;
  align-self: flex-end;
  z-index: 2;
}
@media (max-width: 769px) {
  .halloween-wrapper .halloween-deal .halloween-pumpkin {
    display: none;
  }
}
.halloween-wrapper .halloween-deal-code {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 769px) {
  .halloween-wrapper .halloween-deal-code {
    gap: 10px;
  }
}
.halloween-wrapper .halloween-deal-code__text {
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  font-family: "Euclid Circular A", sans-serif;
  color: #F8A915;
}
.halloween-wrapper .halloween-deal-code__coupon {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Euclid Circular A", sans-serif;
}
.halloween-wrapper .halloween-deal .coming-soon-banner {
  display: flex;
  z-index: 1;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .halloween-wrapper .halloween-deal .coming-soon-banner {
    gap: 0;
  }
}
@media (max-width: 600px) {
  .halloween-wrapper .halloween-deal .coming-soon-banner .container {
    padding: 0;
  }
}
.halloween-wrapper .halloween-deal .coming-soon-banner .button {
  min-width: 97px;
  padding: 11px 0;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  background: linear-gradient(180deg, #FF9C1F 0%, #FF6C02 100%);
  color: #ffffff;
  letter-spacing: 0.5px;
  border-radius: 44px;
  transition: 0.2s linear;
  text-transform: uppercase;
  display: none;
  font-weight: 700;
}
@media (min-width: 991px) {
  .halloween-wrapper .halloween-deal .coming-soon-banner .button {
    display: block;
  }
}
.halloween-wrapper .halloween-deal .coming-soon-banner .items {
  display: flex;
}
.halloween-wrapper .halloween-deal .coming-soon-banner .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(10, 10, 21, 0.3);
  border-radius: 4px;
  width: 38px;
  height: 38px;
  margin-right: 5px;
}
.halloween-wrapper .halloween-deal .coming-soon-banner .items .item:last-child {
  margin-right: 0;
}
.halloween-wrapper .halloween-deal .coming-soon-banner .items .item .value {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.halloween-wrapper .halloween-deal .coming-soon-banner .items .item .label {
  font-style: normal;
  font-weight: 500;
  font-size: 7px;
  line-height: 9px;
  opacity: 0.5;
}
.halloween-wrapper .halloween-deal .halloween-deal-pumpkin {
  display: flex;
  gap: 6px;
}
.halloween-wrapper .halloween-deal .halloween-deal-pumpkin p {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: white;
  font-size: 23px;
}
.halloween-wrapper .halloween-deal .halloween-deal-pumpkin p .orange {
  color: #FF9018;
  margin-right: 6px;
}
@media only screen and (max-width: 1280px) {
  .halloween-wrapper .halloween-deal .halloween-deal-pumpkin p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 992px) {
  .halloween-wrapper .halloween-deal .halloween-deal-pumpkin p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 769px) {
  .halloween-wrapper .halloween-deal .halloween-deal-pumpkin p {
    font-size: 23px;
  }
  .halloween-wrapper .halloween-deal .halloween-deal-pumpkin p .orange {
    margin: 0 0 3px;
  }
  .halloween-wrapper .halloween-deal .halloween-deal-pumpkin p span {
    display: block;
  }
}
@media only screen and (max-width: 420px) {
  .halloween-wrapper .halloween-deal .halloween-deal-pumpkin p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .halloween-wrapper .halloween-deal {
    padding: 0;
  }
}
@media only screen and (max-width: 769px) {
  .halloween-wrapper .halloween-deal-code {
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .halloween-wrapper .halloween-deal-code .halloween-deal-pumpkin {
    display: block;
    text-align: center;
  }
}
.halloween-wrapper .halloween-deal-special {
  align-items: center;
}
@media (max-width: 600px) {
  .halloween-wrapper .halloween-deal-special {
    display: none !important;
  }
}
.halloween-wrapper .halloween-deal-special-info.special {
  height: 24px;
}
@media (max-width: 991px) {
  .halloween-wrapper .halloween-deal-promo {
    display: none;
  }
}
@media (max-width: 450px) {
  .halloween-wrapper .halloween-deal-discount {
    display: none;
  }
}
@media (max-width: 991px) {
  .halloween-wrapper .halloween-deal-discount {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .halloween-wrapper .halloween-deal-discount {
    margin-left: 0px;
  }
}

body.mobile-menu-opened .bfcm-wrapper {
  display: none;
}

.bfcm-wrapper {
  background: url("../images/header/bfcm/bfcm-bg.svg") center no-repeat, #000000;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 540px) {
  .bfcm-wrapper {
    background: #000000;
  }
}
.bfcm-wrapper.fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
@media (max-width: 768px) {
  .bfcm-wrapper .container {
    padding: 0 5px;
  }
}
.bfcm-wrapper .bfcm-landing-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
}
.bfcm-wrapper .bfcm-deal {
  min-height: 50px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.bfcm-wrapper .bfcm-deal .iphone-button-wrapper {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
}
.bfcm-wrapper .bfcm-deal .iphone-button-wrapper .iphone-button {
  padding: 12px 20px 11px;
  background-color: #FF82E6;
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  color: #000000;
  border-radius: 54px;
  font-family: "Euclid Circular A", sans-serif;
  transition: 0.3s;
  z-index: 5;
}
.bfcm-wrapper .bfcm-deal .iphone-button-wrapper .iphone-button:hover {
  background-color: rgba(255, 130, 230, 0.8);
}
.bfcm-wrapper .bfcm-deal .iphone-button-wrapper .iphone-button i {
  display: none;
}
@media (max-width: 991px) {
  .bfcm-wrapper .bfcm-deal .iphone-button-wrapper .iphone-button {
    display: none;
  }
}
@media (max-width: 768px) {
  .bfcm-wrapper .bfcm-deal .iphone-button-wrapper .iphone-button {
    background: #87E64C;
    line-height: 1;
    font-size: 12px;
    display: inline-block;
  }
  .bfcm-wrapper .bfcm-deal .iphone-button-wrapper .iphone-button i {
    font-size: 18px;
    display: block;
  }
  .bfcm-wrapper .bfcm-deal .iphone-button-wrapper .iphone-button span {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .bfcm-wrapper .bfcm-deal .iphone-button-wrapper .iphone-button {
    line-height: 1;
    font-size: 12px;
    display: inline-block;
  }
}
@media (max-width: 780px) {
  .bfcm-wrapper .bfcm-deal {
    gap: 0;
  }
}
@media (min-width: 768px) {
  .bfcm-wrapper .bfcm-deal {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .bfcm-wrapper .bfcm-deal {
    flex-direction: column;
    padding: 10px 0;
    gap: 10px;
  }
}
.bfcm-wrapper .bfcm-deal .bfcm-title-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .bfcm-wrapper .bfcm-deal .bfcm-title-wrapper {
    gap: 10px;
  }
}
.bfcm-wrapper .bfcm-deal .bfcm-title-wrapper .bfcm-title {
  font-size: 24px;
  line-height: 30px;
  font-family: "Euclid Circular A", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .bfcm-wrapper .bfcm-deal .bfcm-title-wrapper .bfcm-title {
    margin-top: 3px;
  }
}
.bfcm-wrapper .bfcm-deal .bfcm-title-wrapper .bfcm-title-stroke {
  -webkit-text-stroke: 0.8px #ffffff;
  color: transparent;
}
@media (max-width: 1024px) {
  .bfcm-wrapper .bfcm-deal .bfcm-title-wrapper .bfcm-title {
    line-height: 22px;
    font-size: 14px;
  }
}
.bfcm-wrapper .bfcm-deal .countdown-coupon-banner {
  display: flex;
  align-items: center;
  max-height: 36px;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .bfcm-wrapper .bfcm-deal .countdown-coupon-banner {
    gap: 2px;
    justify-content: space-between;
    width: 100%;
  }
}
.bfcm-wrapper .bfcm-deal .countdown-coupon-banner .items {
  display: flex;
}
.bfcm-wrapper .bfcm-deal .countdown-coupon-banner .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000000;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.bfcm-wrapper .bfcm-deal .countdown-coupon-banner .items .item .value {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}
.bfcm-wrapper .bfcm-deal .countdown-coupon-banner .items .item .label {
  font-style: normal;
  font-weight: 500;
  font-size: 8px;
  opacity: 0.5;
}
.bfcm-wrapper .bfcm-deal .countdown-coupon-banner .items .item:last-child {
  margin: 0;
}
@media (max-width: 768px) {
  .bfcm-wrapper .bfcm-deal .bfcm-desktop-img {
    display: none;
  }
}
.bfcm-wrapper .bfcm-deal .bfcm-mobile-img-text {
  display: none;
}
@media (max-width: 768px) {
  .bfcm-wrapper .bfcm-deal .bfcm-mobile-img-text {
    display: block;
  }
}
.bfcm-wrapper .bfcm-deal .bfcm-mobile-img-box {
  display: none;
}
@media (max-width: 767.98px) {
  .bfcm-wrapper .bfcm-deal .bfcm-mobile-img-box {
    display: block;
  }
}
.bfcm-wrapper .bfcm-deal .extended-deal {
  background-image: url("../images/header/bfcm/extended-bg.png");
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 121px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .bfcm-wrapper .bfcm-deal .extended-deal {
    background-image: url("../images/header/bfcm/extended-bg-straight.png");
    width: 76px;
    height: 21px;
  }
}
.bfcm-wrapper .bfcm-deal .extended-deal .extended-title {
  font-style: italic;
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.72px;
  color: #000000;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  text-transform: uppercase;
  margin-top: 5px;
  font-family: "Euclid Circular A", sans-serif;
}
@media (max-width: 1024px) {
  .bfcm-wrapper .bfcm-deal .extended-deal .extended-title {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin-top: 0;
    font-size: 11px;
    line-height: 15px;
  }
}

.bny-wrapper {
  background-image: url("../images/header/bny/bny.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.2s linear;
}
.bny-wrapper.fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
@media (max-width: 540px) {
  .bny-wrapper {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.bny-wrapper .bny-landing-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
}
.bny-wrapper .bny-deal {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.bny-wrapper .bny-deal .iphone-button-wrapper {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
}
.bny-wrapper .bny-deal .iphone-button-wrapper .iphone-button {
  padding: 11px 20px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  color: #C71029;
  border-radius: 44px;
  font-family: "Euclid Circular A", sans-serif;
  transition: 0.3s;
  z-index: 1;
}
.bny-wrapper .bny-deal .iphone-button-wrapper .iphone-button:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767.98px) {
  .bny-wrapper .bny-deal .iphone-button-wrapper .iphone-button {
    line-height: 1;
    font-size: 12px;
  }
}
@media (max-width: 540px) {
  .bny-wrapper .bny-deal .iphone-button-wrapper .iphone-button {
    display: none;
  }
}
.bny-wrapper .bny-deal .bny-mobile-sale {
  display: none;
}
@media (max-width: 540px) {
  .bny-wrapper .bny-deal .bny-mobile-sale {
    display: block;
  }
}
@media (max-width: 360px) {
  .bny-wrapper .bny-deal .bny-mobile-sale {
    width: 36%;
    height: 55px;
  }
}
@media (max-width: 767.98px) {
  .bny-wrapper .bny-deal {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .bny-wrapper .bny-deal {
    height: 50px;
  }
}
@media (max-width: 540px) {
  .bny-wrapper .bny-deal {
    flex-direction: row;
    gap: 40px;
  }
}
@media (max-width: 360px) {
  .bny-wrapper .bny-deal {
    gap: 5px;
  }
}
.bny-wrapper .bny-deal .bny-title-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .bny-wrapper .bny-deal .bny-title-wrapper {
    gap: 10px;
  }
}
.bny-wrapper .bny-deal .bny-title-wrapper .bny-title {
  font-size: 24px;
  line-height: 30px;
  font-family: "Euclid Circular A", sans-serif;
  color: #ffffff;
}
.bny-wrapper .bny-deal .bny-title-wrapper .bny-title-stroke {
  -webkit-text-stroke: 0.8px #ffffff;
  color: transparent;
}
@media (max-width: 1024px) {
  .bny-wrapper .bny-deal .bny-title-wrapper .bny-title {
    line-height: 22px;
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .bny-wrapper .bny-deal .bny-title-wrapper .bny-title {
    line-height: 16px;
  }
}
.bny-wrapper .bny-deal .bny-title-wrapper .bny-title span {
  font-family: "Euclid Circular A", sans-serif;
  font-weight: 700;
}
@media (max-width: 540px) {
  .bny-wrapper .bny-deal .bny-title-wrapper .bny-title span {
    display: none;
  }
}
@media (max-width: 540px) {
  .bny-wrapper .bny-deal .bny-title-wrapper .bny-title {
    font-weight: 700;
  }
}
.bny-wrapper .bny-deal .countdown-coupon-banner {
  display: flex;
  align-items: center;
  max-height: 36px;
}
@media (max-width: 767.98px) {
  .bny-wrapper .bny-deal .countdown-coupon-banner .container {
    padding: 0 0 0 5px;
  }
}
@media (max-width: 340px) {
  .bny-wrapper .bny-deal .countdown-coupon-banner .container {
    padding: 0;
  }
}
.bny-wrapper .bny-deal .countdown-coupon-banner .items {
  display: flex;
}
.bny-wrapper .bny-deal .countdown-coupon-banner .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.bny-wrapper .bny-deal .countdown-coupon-banner .items .item .value {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}
.bny-wrapper .bny-deal .countdown-coupon-banner .items .item .label {
  font-style: normal;
  font-weight: 500;
  font-size: 8px;
  opacity: 50%;
}
.bny-wrapper .bny-deal .countdown-coupon-banner .items .item:last-child {
  margin: 0;
}
@media (max-width: 365px) {
  .bny-wrapper .bny-deal .countdown-coupon-banner {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    width: 49%;
  }
}
@media (max-width: 350px) {
  .bny-wrapper .bny-deal .countdown-coupon-banner {
    width: 46%;
    margin-right: 15px;
  }
}
@media (max-width: 340px) {
  .bny-wrapper .bny-deal .countdown-coupon-banner {
    width: 48%;
  }
}
.bny-wrapper .bny-deal .extended-deal {
  background-image: url("../images/header/bfcm/extended-bg.png");
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 121px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .bny-wrapper .bny-deal .extended-deal {
    background-image: url("../images/header/bfcm/extended-bg-straight.png");
    width: 76px;
    height: 21px;
  }
}
.bny-wrapper .bny-deal .extended-deal .extended-title {
  font-style: italic;
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.72px;
  color: #000000;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  text-transform: uppercase;
  margin-top: 5px;
  font-family: "Euclid Circular A", sans-serif;
}
@media (max-width: 1024px) {
  .bny-wrapper .bny-deal .extended-deal .extended-title {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin-top: 0;
    font-size: 11px;
    line-height: 15px;
  }
}

.spring-wrapper {
  background-image: url("../images/header/spring/spring-sale-bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.2s linear;
}
.spring-wrapper.fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
@media (max-width: 540px) {
  .spring-wrapper {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/header/spring/spring-sale-bg-mob.png");
  }
}
.spring-wrapper .spring-landing-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
}
.spring-wrapper .spring-deal {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.spring-wrapper .spring-deal .spring-mobile-sale {
  display: none;
}
@media (max-width: 540px) {
  .spring-wrapper .spring-deal .spring-mobile-sale {
    display: block;
  }
}
@media (max-width: 360px) {
  .spring-wrapper .spring-deal .spring-mobile-sale {
    width: 36%;
    height: 55px;
  }
}
@media (max-width: 767.98px) {
  .spring-wrapper .spring-deal {
    flex-direction: column;
    gap: 15px;
    padding: 7px 0;
  }
}
@media (min-width: 768px) {
  .spring-wrapper .spring-deal {
    height: 50px;
  }
}
@media (max-width: 540px) {
  .spring-wrapper .spring-deal {
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
  }
}
@media (max-width: 360px) {
  .spring-wrapper .spring-deal {
    gap: 5px;
  }
}
.spring-wrapper .spring-deal .spring-title-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .spring-wrapper .spring-deal .spring-title-wrapper {
    gap: 10px;
  }
}
@media (max-width: 540px) {
  .spring-wrapper .spring-deal .spring-title-wrapper {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
  .spring-wrapper .spring-deal .spring-title-wrapper img {
    width: 115px;
    height: 25px;
  }
  .spring-wrapper .spring-deal .spring-title-wrapper img:last-child {
    width: 81px;
    height: 25px;
  }
}
.spring-wrapper .spring-deal .spring-title-wrapper .spring-title {
  font-size: 24px;
  line-height: 30px;
  font-family: "Euclid Circular A", sans-serif;
  color: #ffffff;
}
.spring-wrapper .spring-deal .spring-title-wrapper .spring-title-stroke {
  -webkit-text-stroke: 0.8px #ffffff;
  color: transparent;
}
@media (max-width: 1024px) {
  .spring-wrapper .spring-deal .spring-title-wrapper .spring-title {
    line-height: 22px;
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .spring-wrapper .spring-deal .spring-title-wrapper .spring-title {
    line-height: 16px;
  }
}
.spring-wrapper .spring-deal .spring-title-wrapper .spring-title span {
  font-family: "Euclid Circular A", sans-serif;
  font-weight: 700;
}
@media (max-width: 540px) {
  .spring-wrapper .spring-deal .spring-title-wrapper .spring-title span {
    display: none;
  }
}
@media (max-width: 540px) {
  .spring-wrapper .spring-deal .spring-title-wrapper .spring-title {
    font-weight: 700;
  }
}
.spring-wrapper .spring-deal .countdown-coupon-banner {
  display: flex;
  align-items: center;
  max-height: 36px;
}
@media (max-width: 767.98px) {
  .spring-wrapper .spring-deal .countdown-coupon-banner .container {
    padding: 0 0 0 5px;
  }
}
@media (max-width: 340px) {
  .spring-wrapper .spring-deal .countdown-coupon-banner .container {
    padding: 0;
  }
}
.spring-wrapper .spring-deal .countdown-coupon-banner .items {
  display: flex;
}
.spring-wrapper .spring-deal .countdown-coupon-banner .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #b1d6e2;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.spring-wrapper .spring-deal .countdown-coupon-banner .items .item .value {
  font-family: eudoxus_sansbold, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #104F70;
}
.spring-wrapper .spring-deal .countdown-coupon-banner .items .item .label {
  font-family: eudoxus_sansmedium, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 8px;
  line-height: 12px;
  text-align: center;
  color: #104F70;
  opacity: 0.5;
}
.spring-wrapper .spring-deal .countdown-coupon-banner .items .item:last-child {
  margin: 0;
}
@media (max-width: 365px) {
  .spring-wrapper .spring-deal .countdown-coupon-banner {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    width: 49%;
  }
}
@media (max-width: 350px) {
  .spring-wrapper .spring-deal .countdown-coupon-banner {
    width: 46%;
    margin-right: 15px;
  }
}
@media (max-width: 340px) {
  .spring-wrapper .spring-deal .countdown-coupon-banner {
    width: 48%;
  }
}

.summer-wrapper {
  background-image: url("../images/header/summer/summer-ribbon.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.2s linear;
}
.summer-wrapper.fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
@media (max-width: 540px) {
  .summer-wrapper {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/header/summer/summer-mobile-bg.png");
    padding: 11px 0;
  }
}
.summer-wrapper .summer-landing-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
}
.summer-wrapper .summer-deal {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.summer-wrapper .summer-deal .summer-mobile-sale {
  display: none;
}
@media (max-width: 540px) {
  .summer-wrapper .summer-deal .summer-mobile-sale {
    display: block;
  }
}
@media (max-width: 360px) {
  .summer-wrapper .summer-deal .summer-mobile-sale {
    width: 36%;
    height: 55px;
  }
}
@media (max-width: 767.98px) {
  .summer-wrapper .summer-deal {
    flex-direction: column;
    gap: 15px;
    padding: 7px 0;
  }
}
@media (min-width: 768px) {
  .summer-wrapper .summer-deal {
    height: 50px;
  }
}
@media (max-width: 540px) {
  .summer-wrapper .summer-deal {
    flex-direction: row;
    justify-content: center;
    padding: 0;
  }
}
@media (max-width: 360px) {
  .summer-wrapper .summer-deal {
    gap: 5px;
  }
}
.summer-wrapper .summer-deal .summer-title-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .summer-wrapper .summer-deal .summer-title-wrapper {
    gap: 10px;
  }
}
.summer-wrapper .summer-deal .summer-title-wrapper .summer-sale.mobile {
  display: none;
}
@media (max-width: 540px) {
  .summer-wrapper .summer-deal .summer-title-wrapper {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
  .summer-wrapper .summer-deal .summer-title-wrapper .summer-sale {
    display: none;
  }
  .summer-wrapper .summer-deal .summer-title-wrapper .summer-sale.mobile {
    display: block;
  }
}
.summer-wrapper .summer-deal .summer-title-wrapper .summer-title {
  font-size: 24px;
  line-height: 30px;
  font-family: poppinsregular, sans-serif;
  color: #ffffff;
}
.summer-wrapper .summer-deal .summer-title-wrapper .summer-title-stroke {
  -webkit-text-stroke: 0.8px #ffffff;
  color: transparent;
}
@media (max-width: 1024px) {
  .summer-wrapper .summer-deal .summer-title-wrapper .summer-title {
    line-height: 22px;
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .summer-wrapper .summer-deal .summer-title-wrapper .summer-title {
    line-height: 16px;
  }
}
.summer-wrapper .summer-deal .summer-title-wrapper .summer-title span {
  font-family: poppinsbold, sans-serif;
}
@media (max-width: 540px) {
  .summer-wrapper .summer-deal .summer-title-wrapper .summer-title span {
    display: none;
  }
}
@media (max-width: 540px) {
  .summer-wrapper .summer-deal .summer-title-wrapper .summer-title {
    font-weight: 700;
  }
}
.summer-wrapper .summer-deal .countdown-coupon-banner {
  display: flex;
  align-items: center;
  max-height: 36px;
}
@media (max-width: 540px) {
  .summer-wrapper .summer-deal .countdown-coupon-banner {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .summer-wrapper .summer-deal .countdown-coupon-banner .container {
    padding: 0 0 0 5px;
  }
}
@media (max-width: 340px) {
  .summer-wrapper .summer-deal .countdown-coupon-banner .container {
    padding: 0;
  }
}
.summer-wrapper .summer-deal .countdown-coupon-banner .items {
  display: flex;
}
.summer-wrapper .summer-deal .countdown-coupon-banner .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.summer-wrapper .summer-deal .countdown-coupon-banner .items .item .value {
  font-family: eudoxus_sansbold, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #0A8079;
}
.summer-wrapper .summer-deal .countdown-coupon-banner .items .item .label {
  font-family: eudoxus_sansmedium, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 8px;
  line-height: 12px;
  text-align: center;
  color: #0A8079;
}
.summer-wrapper .summer-deal .countdown-coupon-banner .items .item:last-child {
  margin: 0;
}
@media (max-width: 365px) {
  .summer-wrapper .summer-deal .countdown-coupon-banner {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    width: 49%;
  }
}
@media (max-width: 350px) {
  .summer-wrapper .summer-deal .countdown-coupon-banner {
    width: 46%;
    margin-right: 15px;
  }
}
@media (max-width: 340px) {
  .summer-wrapper .summer-deal .countdown-coupon-banner {
    width: 48%;
  }
}

@font-face {
  font-family: "Poppins";
  src: url("../../assets/fonts/webfonts/poppins-semibold.ttf?22tp12") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../assets/fonts/webfonts/poppins-bold.ttf?22tp12") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.christmas-wrapper {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #bcff6b;
  position: relative;
  box-sizing: border-box;
}
.christmas-wrapper > * {
  box-sizing: border-box;
}
@media screen and (max-width: 575px) {
  .christmas-wrapper {
    padding: 0 20px 0 16px;
  }
  .christmas-wrapper .container {
    padding: 0;
  }
}
.christmas-landing-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  z-index: 2;
}
.christmas-deal {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .christmas-deal {
    height: 50px;
  }
}
@media screen and (max-width: 575px) {
  .christmas-deal {
    justify-content: space-between;
  }
}
.christmas-title {
  font-size: 24px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #183000;
}
@media screen and (max-width: 767px) {
  .christmas-title {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 405px) {
  .christmas-title {
    max-width: 160px;
  }
}
.christmas-button {
  background: #ffffff;
  box-shadow: 0 15px 40px rgba(44, 61, 47, 0.15);
  border-radius: 100px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #183000;
  text-transform: uppercase;
  padding: 13px 24px 11px;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 5;
}
.christmas-button:hover {
  color: #ffffff;
  background: #183000;
}
@media screen and (max-width: 575px) {
  .christmas-button-wrapper {
    display: none;
  }
}
.christmas-discount {
  display: flex;
  align-items: center;
}
.christmas-discount__primary, .christmas-discount__second, .christmas-discount__third {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.christmas-discount__primary {
  color: rgba(24, 48, 0, 0.4);
  margin: 0 -1.2px 0 0;
}
.christmas-discount__second {
  color: #ffffff;
  position: relative;
  height: 50px;
  width: 36px;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0 0 0 2px;
}
.christmas-discount__second--text {
  padding: 13px 0 0;
}
.christmas-discount__second--text > span {
  font-size: 12px;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.christmas-discount__third {
  margin: 0 0 0 4px;
  color: #183000;
}

.he-wrapper {
  background-image: url("../images/header/happy-easter/happy-easter.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 50px;
  min-height: 50px;
  width: 100%;
  transition: 0.2s linear;
}
.he-wrapper.fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
@media (max-width: 540px) {
  .he-wrapper {
    background-image: url("../images/header/happy-easter/happy-easter-mob.png");
    height: 60px;
    min-height: 60px;
  }
}
@media (max-width: 370px) {
  .he-wrapper {
    background-position: 0%;
  }
}
@media (max-width: 340px) {
  .he-wrapper {
    background-position: 20%;
  }
}
.he-wrapper .he-landing-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
}

.motors-banner-wrapper {
  background-image: url("../images/header/top-banner/motors-plugin-mobile.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 50px;
  min-height: 50px;
  width: 100%;
  transition: 0.2s linear;
  display: flex;
  align-items: center;
}
@media (min-width: 540px) {
  .motors-banner-wrapper {
    background-image: url("../images/header/top-banner/motors-plugin.png");
  }
}
.motors-banner-wrapper.fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
.motors-banner-wrapper .he-landing-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
}
.motors-banner-wrapper .motors-banner-deal {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .motors-banner-wrapper .motors-banner-deal {
    justify-content: center;
  }
}
.motors-banner-wrapper .motors-banner-deal-title {
  color: #ffffff;
  font-family: "Euclid Circular A", sans-serif;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 768px) {
  .motors-banner-wrapper .motors-banner-deal-title {
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .motors-banner-wrapper .motors-banner-deal-title br {
    display: none;
  }
}
@media (min-width: 800px) {
  .motors-banner-wrapper .motors-banner-deal-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .motors-banner-wrapper .motors-banner-deal-title .mobile-strong {
    font-weight: 700;
    font-family: "Euclid Circular A", sans-serif;
  }
}
.motors-banner-wrapper .motors-banner-deal-title .mobile-hide {
  display: none;
}
@media (min-width: 768px) {
  .motors-banner-wrapper .motors-banner-deal-title .mobile-hide {
    display: inline-block;
  }
}
.motors-banner-wrapper .motors-banner-deal .motors-banner-btn-wrapper {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
}
.motors-banner-wrapper .motors-banner-deal .motors-banner-btn-wrapper .motors-banner-btn {
  padding: 14px 20px 12px;
  background-color: #227AFF;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 44px;
  font-family: "Euclid Circular A", sans-serif;
  transition: 0.3s;
  z-index: 1;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.24px;
}
.motors-banner-wrapper .motors-banner-deal .motors-banner-btn-wrapper .motors-banner-btn:hover {
  background-color: rgba(34, 122, 255, 0.7);
}

.sbw-wrapper {
  background-image: url("../images/header/sbw/sbw-bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 999999;
  transition: 200ms ease 0.1s;
  display: flex;
  align-items: center;
  min-height: 50px;
}
.sbw-wrapper.fixed {
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
}
.sbw-wrapper .sbw-landing-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
}
.sbw-wrapper .sbw-deal {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.sbw-wrapper .sbw-deal .get-deal-button-wrapper {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .sbw-wrapper .sbw-deal .get-deal-button-wrapper {
    display: none;
  }
}
@media (min-width: 1025px) {
  .sbw-wrapper .sbw-deal .get-deal-button-wrapper {
    min-width: 110px;
  }
}
.sbw-wrapper .sbw-deal .get-deal-button-wrapper .get-deal-button {
  padding: 14px 20px;
  background-color: #CDD446;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  color: #151E14;
  border-radius: 44px;
  transition: 0.3s;
  z-index: 5;
  font-family: "Euclid Circular A", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.sbw-wrapper .sbw-deal .get-deal-button-wrapper .get-deal-button:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1024px) {
  .sbw-wrapper .sbw-deal .get-deal-button-wrapper .get-deal-button {
    padding: 11px 6px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .sbw-wrapper .sbw-deal .get-deal-button-wrapper .get-deal-button {
    padding: 11px 10px;
  }
}
.sbw-wrapper .sbw-deal .sbw-mobile-sale {
  display: none;
}
@media (max-width: 540px) {
  .sbw-wrapper .sbw-deal .sbw-mobile-sale {
    display: block;
  }
}
@media (max-width: 360px) {
  .sbw-wrapper .sbw-deal .sbw-mobile-sale {
    width: 36%;
    height: 54px;
  }
}
@media (max-width: 767px) {
  .sbw-wrapper .sbw-deal {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .sbw-wrapper .sbw-deal {
    height: 50px;
  }
}
@media (max-width: 405px) {
  .sbw-wrapper .sbw-deal {
    gap: 15px;
  }
}
@media (max-width: 360px) {
  .sbw-wrapper .sbw-deal {
    gap: 5px;
  }
}
.sbw-wrapper .sbw-deal .sbw-title-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Euclid Circular A", sans-serif;
}
@media (max-width: 1024px) {
  .sbw-wrapper .sbw-deal .sbw-title-wrapper {
    gap: 20px;
  }
}
.sbw-wrapper .sbw-deal .sbw-title-wrapper .sbw-off {
  color: #CDD446;
  font-size: 24px;
  line-height: 24px;
  font-family: "Euclid Circular A", sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sbw-wrapper .sbw-deal .sbw-title-wrapper .sbw-off {
    font-size: 32px;
    line-height: 33px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .sbw-wrapper .sbw-deal .sbw-title-wrapper .sbw-off .sbw-percent-wrapper {
    display: flex;
    flex-direction: column;
    font-size: 10px;
    line-height: 10px;
  }
  .sbw-wrapper .sbw-deal .sbw-title-wrapper .sbw-off .sbw-percent-wrapper .sbw-percent {
    font-size: 21px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .sbw-wrapper .sbw-deal .sbw-title-wrapper .sbw-dash {
    display: none;
  }
}
@media (max-width: 767px) {
  .sbw-wrapper .sbw-deal .sbw-title-wrapper .sbw-title .sbw-mobile-bold {
    font-weight: 700;
  }
}
.sbw-wrapper .sbw-deal .sbw-title-wrapper .sbw-title, .sbw-wrapper .sbw-deal .sbw-title-wrapper .sbw-dash {
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sbw-wrapper .sbw-deal .sbw-title-wrapper .sbw-title, .sbw-wrapper .sbw-deal .sbw-title-wrapper .sbw-dash {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sbw-wrapper .sbw-deal .sbw-title-wrapper .sbw-title, .sbw-wrapper .sbw-deal .sbw-title-wrapper .sbw-dash {
    font-size: 12px;
    line-height: 14px;
  }
}
.sbw-wrapper .sbw-deal .sbw-title-wrapper .sbw-title-stroke, .sbw-wrapper .sbw-deal .sbw-title-wrapper .sbw-dash-stroke {
  -webkit-text-stroke: 0.8px #ffffff;
  color: transparent;
}
@media (max-width: 767px) {
  .sbw-wrapper .sbw-deal .sbw-title-wrapper .sbw-title {
    display: flex;
    flex-direction: column;
  }
}
.sbw-wrapper .sbw-deal .countdown-coupon-banner {
  display: flex;
  align-items: center;
  max-height: 36px;
  gap: 20px;
}
@media (max-width: 767px) {
  .sbw-wrapper .sbw-deal .countdown-coupon-banner .container {
    padding: 0 0 0 5px;
  }
}
@media (max-width: 340px) {
  .sbw-wrapper .sbw-deal .countdown-coupon-banner .container {
    padding: 0;
  }
}
.sbw-wrapper .sbw-deal .countdown-coupon-banner .items {
  display: flex;
}
.sbw-wrapper .sbw-deal .countdown-coupon-banner .items .item {
  display: flex;
  flex-direction: column;
  min-width: 40px;
  padding: 2px 0;
  margin: 0 2px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-family: "Euclid Circular A", sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sbw-wrapper .sbw-deal .countdown-coupon-banner .items .item {
    min-width: 30px;
    padding: 2px 0;
  }
}
.sbw-wrapper .sbw-deal .countdown-coupon-banner .items .item:first-child {
  margin-left: 0;
}
.sbw-wrapper .sbw-deal .countdown-coupon-banner .items .item:last-child {
  margin-right: 0;
}
.sbw-wrapper .sbw-deal .countdown-coupon-banner .items .item .value {
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .sbw-wrapper .sbw-deal .countdown-coupon-banner .items .item .value {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
}
.sbw-wrapper .sbw-deal .countdown-coupon-banner .items .item .label {
  font-size: 7px;
  line-height: 9px;
  text-align: center;
  color: #ffffff;
  opacity: 0.5;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sbw-wrapper .sbw-deal .countdown-coupon-banner .items .item .label {
    font-size: 5px;
    line-height: 7px;
  }
}

body.mobile-menu-opened {
  overflow: hidden;
}
body.post-type-archive-codefusion-plugins header {
  background-color: #ffffff;
  border-bottom: 1px solid #F6EEE6;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-codefusion-plugins header {
    padding: 14px 15px 12px;
  }
}
body.post-type-archive-codefusion-plugins header .navigation .navigation-menu .codefusion-menu li a {
  font-family: "Euclid Circular A", sans-serif;
  font-weight: 600;
}
body .he-wrapper + header .navigation .navigation-menu.mobile-menu-opened {
  top: 60px;
}
body header {
  padding: 28px 50px;
  background-color: #0774e4;
  position: relative;
  z-index: 100;
}
body header .header-logo {
  margin-top: 9px;
}
body header .navigation {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
body header .navigation .navigation-menu {
  display: flex;
  align-items: center;
}
body header .navigation .navigation-menu .codefusion-menu li {
  display: inline-block;
  padding: 16px 0;
}
body header .navigation .navigation-menu .codefusion-menu li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-family: "Euclid Circular A", sans-serif;
  font-weight: 600;
  transition: color 0.2s ease;
  line-height: 25px;
  padding: 0 14px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  body header .navigation .navigation-menu .codefusion-menu li a {
    padding: 0 8px;
    font-size: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1170px) {
  body header .navigation .navigation-menu .codefusion-menu li a {
    padding: 0 10px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body header .navigation .navigation-menu .codefusion-menu li a {
    padding: 0 10px;
  }
}
body header .navigation .navigation-menu .codefusion-menu li a:hover, body header .navigation .navigation-menu .codefusion-menu li a:active, body header .navigation .navigation-menu .codefusion-menu li a:focus {
  color: #ffffff;
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu > a:before, body header .navigation .navigation-menu .codefusion-menu li.has-submenu > a:after {
  content: "";
  display: none;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 10px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 11;
  cursor: default;
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu > a:after {
  width: 100%;
  height: 26px;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%) rotate(0);
          transform: translateX(-50%) rotate(0);
  box-shadow: none;
  margin-top: 16px;
  z-index: 12;
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: all 0.3s ease;
  min-width: 1080px;
  background-color: #ffffff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu::before {
    content: "";
    position: absolute;
    top: -22px;
    right: 0;
    left: 0;
    height: 22px;
  }
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu.mega-menu-plugins {
  min-width: 870px;
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.categories {
  width: 20%;
  min-width: 186px;
  max-width: 186px;
  padding: 15px;
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.categories .category-item {
  padding: 6px 0;
  margin-bottom: 7px;
  position: relative;
  transition: all 0.3s ease;
  font-family: "Euclid Circular A", sans-serif;
  font-weight: 700;
  line-height: 18px;
  font-size: 13px;
  cursor: pointer;
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.categories .category-item::after {
  content: "\e9bb";
  font-family: "codefusion";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 6px;
  color: #aaaaaa;
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.categories .category-item:hover, body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.categories .category-item.active {
  color: #0774e4;
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.categories .category-item:hover::after, body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.categories .category-item.active::after {
  color: #0774e4;
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.categories .codefusion-button {
  padding: 9px 18px 7px;
  margin: 10px 0 0;
  font-size: 13px;
  color: #ffffff;
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.categories .codefusion-button span {
  line-height: 25px;
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.categories .codefusion-button:hover, body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.categories .codefusion-button:active, body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.categories .codefusion-button:focus {
  background-color: #4cbeb5;
  border-color: #4cbeb5;
  color: #ffffff;
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.themes, body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.plugins {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.themes .item-info, body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.plugins .item-info {
  display: none;
  width: 33.333333%;
  visibility: hidden;
  opacity: 0;
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.themes .item-info.visible, body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.plugins .item-info.visible {
  display: block;
  visibility: visible;
  opacity: 1;
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.themes .item-info picture, body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.plugins .item-info picture {
  min-width: 60px;
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.themes .item-info a, body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.plugins .item-info a {
  display: flex;
  padding: 15px;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease;
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.themes .item-info a .content, body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.plugins .item-info a .content {
  display: block;
  padding-left: 15px;
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.themes .item-info a .content .title, body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.plugins .item-info a .content .title {
  display: block;
  margin-bottom: 5px;
  line-height: 18px;
  font-size: 14px;
  color: #001525;
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.themes .item-info a .content .title-badge, body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.plugins .item-info a .content .title-badge {
  display: inline;
  background: #0774e4;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 6px 3px;
  vertical-align: middle;
  line-height: 1;
  margin-bottom: 2px;
  border-radius: 4px;
  font-family: "Euclid Circular A", sans-serif;
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.themes .item-info a .content .description, body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.plugins .item-info a .content .description {
  display: block;
  font-family: "Euclid Circular A", sans-serif;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: rgba(42, 75, 81, 0.7);
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.themes .item-info a:hover, body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.plugins .item-info a:hover {
  background-color: #f3f4f6;
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.plugins {
  width: 100%;
  padding: 15px 0;
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.plugins .item-info {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu {
    min-width: 100% !important;
  }
  body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.themes .item-info, body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.plugins .item-info {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu {
    min-width: 95% !important;
  }
  body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.themes .item-info {
    width: 100%;
  }
  body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.plugins .item-info {
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  body header .navigation .navigation-menu .codefusion-menu li.has-submenu .codefusion-mega-menu .column.plugins .item-info {
    width: 100%;
  }
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu:hover > a:before, body header .navigation .navigation-menu .codefusion-menu li.has-submenu:hover > a:after, body header .navigation .navigation-menu .codefusion-menu li.has-submenu:active > a:before, body header .navigation .navigation-menu .codefusion-menu li.has-submenu:active > a:after, body header .navigation .navigation-menu .codefusion-menu li.has-submenu:focus > a:before, body header .navigation .navigation-menu .codefusion-menu li.has-submenu:focus > a:after {
  display: flex;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  body header .navigation .navigation-menu .codefusion-menu li.has-submenu:hover .codefusion-mega-menu, body header .navigation .navigation-menu .codefusion-menu li.has-submenu:active .codefusion-mega-menu, body header .navigation .navigation-menu .codefusion-menu li.has-submenu:focus .codefusion-mega-menu {
    display: flex;
    align-items: flex-start;
    visibility: visible;
    opacity: 1;
  }
}
body header .wpml-ls {
  margin: 0 10px;
}
body header .wpml-ls.wpml-ls-legacy-dropdown {
  width: auto;
}
body header .wpml-ls.wpml-ls-legacy-dropdown ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: 50%;
  background-color: #ffffff;
}
body header .wpml-ls.wpml-ls-legacy-dropdown ul li a:after {
  display: none;
  visibility: hidden;
  opacity: 0;
}
body header .wpml-ls.wpml-ls-legacy-dropdown ul li:hover a, body header .wpml-ls.wpml-ls-legacy-dropdown ul li:active a, body header .wpml-ls.wpml-ls-legacy-dropdown ul li:focus a {
  background-color: #ffffff;
}
body header .wpml-ls.wpml-ls-legacy-dropdown ul li ul {
  width: auto;
  border: 0;
  right: auto;
  padding-top: 6px;
  transition: all 0.3s ease;
  opacity: 0;
}
@media (max-width: 560px) {
  body header .wpml-ls.wpml-ls-legacy-dropdown ul li ul {
    top: auto;
    bottom: 115%;
  }
}
body header .wpml-ls.wpml-ls-legacy-dropdown ul li ul li {
  position: relative;
}
body header .wpml-ls.wpml-ls-legacy-dropdown ul li ul li a {
  border-radius: inherit;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
body header .wpml-ls.wpml-ls-legacy-dropdown ul li ul li:first-child a {
  border-radius: 10px 10px 0 0;
}
body header .wpml-ls.wpml-ls-legacy-dropdown ul li ul li:last-child a {
  border-radius: 0 0 10px 10px;
}
body header .wpml-ls.wpml-ls-legacy-dropdown ul li ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 7px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
body header .wpml-ls.wpml-ls-legacy-dropdown ul li:hover ul {
  opacity: 1;
}
body header .codefusion-button {
  margin-right: 25px;
  margin-left: 4px;
  padding: 14px 28px 12px;
  background-color: #303442;
}
body header .codefusion-button:hover, body header .codefusion-button:active, body header .codefusion-button:focus {
  background-color: #ffffff;
}
body header .codefusion-account-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #edf0f2;
  transition: all 0.3s;
  z-index: 100;
}
body header .codefusion-account-popup-inner {
  width: 700px;
  position: relative;
  text-align: center;
}
body header .codefusion-account-popup-links {
  display: flex;
  justify-content: space-between;
}
body header .codefusion-account-popup-links-wrap-link {
  display: block;
  width: 300px;
  padding: 20px;
  position: relative;
  border-radius: 10px;
  transition: all 0.3s;
  margin-right: 10px;
  border: 1px solid rgba(170, 170, 170, 0.5);
  background-color: #ffffff;
  text-align: left;
}
body header .codefusion-account-popup-links-wrap-link:hover {
  border-color: #0774e4;
  background-color: rgba(7, 116, 228, 0.1);
}
body header .codefusion-account-popup-links-wrap-link:hover .codefusion-account-popup-links-icon {
  right: 20px;
  visibility: visible;
  opacity: 1;
}
body header .codefusion-account-popup-links-wrap-link-second {
  float: left;
  margin: 10px 0 0;
  text-decoration: underline;
  line-height: 14px;
  font-size: 14px;
  color: #aaaaaa;
}
body header .codefusion-account-popup-links-wrap-link-second:hover {
  text-decoration: none;
}
body header .codefusion-account-popup-links-wrap:nth-child(2) {
  margin-right: 0;
  margin-left: 10px;
}
body header .codefusion-account-popup-links-wrap picture {
  display: block;
  margin-bottom: 94px;
}
body header .codefusion-account-popup-links-wrap strong {
  display: block;
  font-family: "Euclid Circular A", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #001525;
}
body header .codefusion-account-popup-links-wrap b {
  display: block;
  padding-right: 50px;
  margin-top: 4px;
  font-family: "Euclid Circular A", sans-serif;
  line-height: 18px;
  font-size: 14px;
  color: rgba(0, 21, 37, 0.5);
}
body header .codefusion-account-popup-links-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  right: 40px;
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: #0774e4;
  visibility: hidden;
  font-size: 12px;
  opacity: 0;
  color: #ffffff;
}
body header .codefusion-account-popup-close {
  display: inline-block;
  vertical-align: top;
  margin: 100px auto 0;
  padding: 18px 20px 15px;
  box-sizing: border-box;
  border-radius: 50px;
  transition: all 0.3s;
  background-color: #ffffff;
  font-family: "Euclid Circular A", sans-serif;
  font-weight: 600;
  line-height: 17px;
  font-size: 15px;
  color: rgba(0, 21, 37, 0.5);
  cursor: pointer;
}
body header .codefusion-account-popup-close span {
  margin-right: 8px;
  font-size: 12px;
}
body header .codefusion-account-popup-close:hover {
  background-color: rgba(7, 116, 228, 0.1);
  color: #0774e4;
}
body header .codefusion-account-popup-title {
  margin-bottom: 40px;
  text-align: center;
  font-family: "Euclid Circular A", sans-serif;
  line-height: 28px;
  font-weight: 700;
  font-size: 24px;
  color: #001525;
}
body header .codefusion-account-popup.active {
  display: flex !important;
  z-index: 9999;
}
@media (max-width: 991px) {
  body header .codefusion-account-popup-inner {
    width: auto;
  }
  body header .codefusion-account-popup-links {
    flex-direction: column;
    align-items: center;
  }
  body header .codefusion-account-popup-links-wrap {
    margin: 0 0 20px;
  }
  body header .codefusion-account-popup-links-wrap-link {
    margin: 0;
    width: 320px;
  }
  body header .codefusion-account-popup-links-wrap-link-second {
    display: inline;
  }
  body header .codefusion-account-popup-links-wrap-link picture {
    margin-bottom: 30px;
  }
  body header .codefusion-account-popup-links-wrap:nth-child(2) {
    margin: 0;
  }
  body header .codefusion-account-popup-close {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  body header .codefusion-account-popup-links-wrap-link {
    width: 220px;
  }
}
body header .codefusion-search-button .icon-loupe {
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
}
body header .codefusion-search-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  transition: all 0.15s ease;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
body header .codefusion-search-popup.active {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
body header .codefusion-search-popup-inner {
  margin: 0 auto;
  position: relative;
  z-index: 500;
}
body header .codefusion-search-popup-inner form {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);
}
body header .codefusion-search-popup-inner input[type=search] {
  background-color: #ffffff;
  height: 55px;
  width: 460px;
  padding: 10px 25px;
  border-radius: 0;
  border: 0;
}
body header .codefusion-search-popup-inner input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
@media (max-width: 500px) {
  body header .codefusion-search-popup-inner input[type=search] {
    width: 90vw;
  }
}
body header .codefusion-search-popup-inner button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 10px 20px;
  border: none;
  font-size: 18px;
  color: #aaaaaa;
  cursor: pointer;
}
body header .codefusion-search-popup-inner button:hover, body header .codefusion-search-popup-inner button:active, body header .codefusion-search-popup-inner button:focus {
  color: #303442;
}
@media (max-width: 767px) {
  body header .codefusion-search-popup-inner button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
  }
}
body header .codefusion-search-popup.menu-open .stm-search-popup-inner {
  opacity: 1;
  -webkit-transform: translateY(-15px) scale(1);
          transform: translateY(-15px) scale(1);
}
body header .codefusion-search-popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body header {
    padding: 28px 0 32px;
  }
  body header .navigation {
    flex-direction: column;
    flex-wrap: wrap;
  }
  body header .navigation .header-logo {
    margin: 0 auto 10px;
  }
  body header .navigation .navigation-menu {
    min-width: 720px;
    justify-content: space-between;
  }
  body header .navigation .navigation-menu .codefusion-mega-menu {
    min-width: 98% !important;
  }
  body header .navigation .codefusion-search-button {
    display: inline;
    padding-right: 14px;
  }
}
@media screen and (max-width: 767px) {
  body header {
    padding: 14px 15px 12px;
  }
  body header .container {
    padding: 0;
  }
  body header .navigation .navigation-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: inherit;
    position: fixed;
    top: 65px;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #ffffff;
    z-index: 100;
  }
  body header .navigation .navigation-menu .codefusion-menu {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-top: 20px;
  }
  body header .navigation .navigation-menu .codefusion-menu li {
    display: block;
    position: relative;
    padding: 0;
  }
  body header .navigation .navigation-menu .codefusion-menu li a {
    display: block;
    padding: 13px 15px;
    color: #001525;
  }
  body header .navigation .navigation-menu .codefusion-menu li a::before, body header .navigation .navigation-menu .codefusion-menu li a::after {
    display: none !important;
  }
  body header .navigation .navigation-menu .codefusion-menu li a:hover, body header .navigation .navigation-menu .codefusion-menu li a:active, body header .navigation .navigation-menu .codefusion-menu li a:focus {
    color: #001525;
  }
  body header .navigation .navigation-menu .codefusion-menu li .icon-arrow-right {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.2s ease;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 60px;
    height: 100%;
  }
  body header .navigation .navigation-menu .codefusion-menu li .codefusion-mega-menu {
    padding: 0 !important;
  }
  body header .navigation .navigation-menu .codefusion-menu li .codefusion-mega-menu .categories {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  body header .navigation .navigation-menu .codefusion-menu li .codefusion-mega-menu .themes {
    padding: 0 !important;
  }
  body header .navigation .navigation-menu .codefusion-menu li.active > a:before, body header .navigation .navigation-menu .codefusion-menu li.active > a:after {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  body header .navigation .navigation-menu .codefusion-menu li.active .icon-arrow-right {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  body header .navigation .navigation-menu .codefusion-menu li.active .codefusion-mega-menu {
    display: flex;
    visibility: visible;
    opacity: 1;
  }
  body header .navigation .navigation-menu .codefusion-menu li:first-child {
    order: 1;
  }
  body header .navigation .navigation-menu .codefusion-menu li:nth-child(2) {
    order: 2;
  }
  body header .navigation .navigation-menu .codefusion-button {
    margin-left: 10px;
    order: 1;
  }
  body header .navigation .navigation-menu .wpml-ls {
    order: 2;
    margin-right: 15px;
  }
  body header .navigation .navigation-menu .wpml-ls.wpml-ls-legacy-dropdown ul li a {
    width: 52px;
    height: 52px;
    background-color: #f3f4f6;
    border: 1px solid rgba(170, 170, 170, 0.1);
  }
  body header .navigation .navigation-menu.mobile-menu-opened {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  body header .navigation .codefusion-search-button {
    display: none;
  }
  body header .navigation .codefusion-search-button-mobile {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-left: auto;
    margin-right: 30px;
  }
  body header .navigation .mobile-switcher {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex-basis: 0;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    z-index: 1111;
    height: 22px;
  }
  body header .navigation .mobile-switcher__inner {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 19px;
    transition-duration: 0.22s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  body header .navigation .mobile-switcher__inner > div {
    position: absolute;
    width: 22px;
    height: 3px;
    top: 50%;
    display: block;
    margin-top: -1px;
    background-color: #ffffff;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: 0.22s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  body header .navigation .mobile-switcher__inner > div:before, body header .navigation .mobile-switcher__inner > div:after {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    background-color: #ffffff;
  }
  body header .navigation .mobile-switcher__inner > div:before {
    top: -7px;
    transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  }
  body header .navigation .mobile-switcher__inner > div:after {
    bottom: -7px;
    transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  body header .navigation .mobile-switcher.active .mobile-switcher__inner > div {
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    background-color: #000000;
  }
  body header .navigation .mobile-switcher.active .mobile-switcher__inner > div:before {
    top: 0;
    transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
    opacity: 0;
    background-color: #000000;
  }
  body header .navigation .mobile-switcher.active .mobile-switcher__inner > div:after {
    bottom: 0;
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    background-color: #000000;
  }
}
body header .navigation .navigation-menu .codefusion-menu li.has-submenu > a:after {
  width: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body header.header-dark {
  background-color: #edf0f2;
}
body header.header-dark .navigation .navigation-menu .codefusion-menu li a {
  color: #001525;
}
body header.header-dark .navigation .navigation-menu .codefusion-menu li a:hover, body header.header-dark .navigation .navigation-menu .codefusion-menu li a:active, body header.header-dark .navigation .navigation-menu .codefusion-menu li a:focus {
  color: #4cbeb5;
}
body header.header-dark .navigation .mobile-switcher__inner > div {
  background-color: #303442;
}
body header.header-dark .navigation .mobile-switcher__inner > div:before, body header.header-dark .navigation .mobile-switcher__inner > div:after {
  background-color: #303442;
}
body header.header-dark .codefusion-button {
  background-color: #0774e4;
}
body header.header-dark .codefusion-button:hover, body header.header-dark .codefusion-button:active, body header.header-dark .codefusion-button:focus {
  background-color: transparent;
}
body header.header-dark .codefusion-search-button .icon-loupe {
  color: #303442;
}
body .halloween-wrapper + header .navigation .navigation-menu {
  top: 50px;
}
body .codefusion-breadcrumbs {
  color: #595959;
  font-size: 13px;
  margin: 17px 0;
  position: relative;
  padding-left: 20px;
}
body .codefusion-breadcrumbs.codefusion-breadcrumbs-white {
  color: #ffffff;
}
body .codefusion-breadcrumbs.codefusion-breadcrumbs-white span[property=itemListElement] a {
  color: #ffffff;
}
body .codefusion-breadcrumbs span[property=itemListElement] a {
  color: #595959;
  text-decoration: none;
}
body .codefusion-breadcrumbs span[property=itemListElement] a:hover {
  color: #4cbeb5;
}
body .codefusion-breadcrumbs span:first-child a:before {
  content: "\e9de";
  font-family: "codefusion";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 900;
}
body.account-popup-active {
  overflow: hidden;
}
body.account-popup-active header {
  position: relative;
  z-index: 1;
}
body.account-popup-active #wrapper {
  position: relative;
  z-index: 0;
}

body footer {
  flex-shrink: 0;
  min-height: 200px;
  background-color: #001525;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 1200px) {
  body footer .container {
    max-width: 1110px;
  }
}
body footer .row {
  padding: 50px 0;
}
body footer .row .column {
  width: 380px;
  padding: 0 15px;
}
body footer .row .column:first-child {
  width: 310px;
  padding-right: 60px;
}
body footer .footer-logo {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 22px;
}
body footer .footer-company-summary {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 28px;
}
body footer .footer-social {
  display: flex;
}
body footer .footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 50%;
  margin-right: 8px;
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
body footer .footer-social a:hover {
  background-color: #4cbeb5;
  color: #ffffff;
}
body footer .footer-social .footer-social-label {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
}
body footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
}
body footer .footer-nav a {
  width: 50%;
  margin-bottom: 23px;
  text-decoration: none;
  letter-spacing: -0.5px;
  transition: all 0.3s ease-in-out;
  font-family: "Euclid Circular A", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  gap: 2px;
}
body footer .footer-nav a::before {
  display: inline-block;
  vertical-align: top;
  visibility: hidden;
  margin-top: -1px;
  opacity: 0;
  width: 0;
  transition: all 0.3s ease-in-out;
  content: "\e9d3";
  font-family: "codefusion";
  font-size: 11px;
}
body footer .footer-nav a:hover {
  color: #0774e4;
}
body footer .footer-nav a:hover::before {
  width: 12px;
  visibility: visible;
  opacity: 1;
  color: #0774e4;
}
body footer .reviews-box {
  display: flex;
}
body footer .reviews-box .reviews-column {
  padding: 0 15px;
}
body footer .reviews-box .reviews-column .reviewsio-rating {
  background: #000000;
  border-radius: 10px;
  max-width: 78px;
  padding: 18px 20px 15px;
  margin: 0 0 30px;
  text-align: center;
  font-size: 9px;
  color: #ffffff;
}
body footer .reviews-box .reviews-column .reviewsio-rating p {
  line-height: 12px;
  font-size: 9px;
  margin: 3px 0;
}
body footer .reviews-box .reviews-column .reviewsio-rating .star-rating {
  margin-bottom: 3px;
  font-size: 9px;
}
body footer .reviews-box .reviews-column .reviewsio-rating .star-rating-value {
  color: #ffffff;
}
body footer .reviews-box .reviews-column .reviewsio-rating picture {
  display: block;
  margin-top: 5px;
}
body footer .reviews-box .reviews-column .envato-logo {
  display: flex;
  align-items: center;
}
body footer .reviews-box .reviews-column .envato-logo .title {
  margin-left: 10px;
  font-family: "Euclid Circular A", sans-serif;
  line-height: 18px;
  font-weight: 600;
  font-size: 17px;
  color: #ffffff;
}
body footer .reviews-box .reviews-column .envato-logo .title span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
body footer .reviews-box .capterra-raiting {
  min-width: 164px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid transparent;
  border-radius: 10px;
  text-align: center;
  margin: 0 0 40px;
}
body footer .reviews-box .capterra-raiting .capterra-logo {
  min-height: 40px;
  padding: 5px;
  background-color: #001525;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body footer .reviews-box .capterra-raiting-value {
  padding: 11px 0;
  font-size: 17px;
  color: #ffffff;
}
body footer .reviews-box .star-rating {
  display: inline-block;
  position: relative;
  font-family: "codefusion";
  color: rgba(255, 255, 255, 0.2);
  font-size: 15px;
  text-align: left;
  white-space: nowrap;
  margin-right: 2px;
}
body footer .reviews-box .star-rating:before {
  content: "\e9d5\e9d5\e9d5\e9d5\e9d5";
  letter-spacing: 1px;
}
body footer .reviews-box .star-rating-value {
  display: inline-block;
  color: #FF9C07;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
body footer .reviews-box .star-rating-value:before {
  content: "\e9d5\e9d5\e9d5\e9d5\e9d5";
  letter-spacing: 1px;
}
body footer .reviews-box .trustpilot-rating {
  display: none;
}
body footer .reviews-box .trustpilot-rating picture {
  display: block;
  margin-bottom: 5px;
}
body footer .reviews-box .trustpilot-rating .trustpilot-rating-stars {
  display: flex;
  min-width: 153px;
}
body footer .reviews-box .trustpilot-rating .trustpilot-rating-stars .point {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  margin-right: 2px;
}
body footer .reviews-box .trustpilot-rating .trustpilot-rating-stars .point span {
  text-align: center;
  position: relative;
  font-size: 20px;
  z-index: 2;
}
body footer .reviews-box .trustpilot-rating .trustpilot-rating-stars .point .point-fill {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00b67a;
}
body footer .reviews-box .trustpilot-rating .trustpilot-rating-stars .point:last-child .point-fill {
  width: 50%;
}
body footer .reviews-box .trustpilot-rating p {
  font-size: 10px;
}
body footer .copyright {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
body footer .copyright p {
  margin: 0;
}
@media screen and (max-width: 1199px) {
  body footer .row .column:first-child {
    width: 260px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  body footer .row .column {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  body footer .row .column:first-child {
    display: block;
    visibility: visible;
    opacity: 1;
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  body footer .row .column .footer-social {
    justify-content: center;
    flex-wrap: wrap;
  }
  body footer .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  body footer .row {
    padding-bottom: 20px;
  }
}
body footer .video-box-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1156px;
  height: 650px;
  overflow: hidden;
  border-radius: 5px;
  margin-left: -578px;
  margin-top: -325px;
  text-align: center;
  cursor: default;
  display: none;
  z-index: 10000;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body footer .video-box-wrap {
    padding: 0 !important;
  }
  body footer .video-box-wrap .video-box {
    width: 90vw;
    margin: 0 auto;
  }
}
body footer .video-box-wrap .video-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body footer .video-box-wrap .video-box-overlay {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
body footer .video-box-wrap iframe {
  position: relative;
  z-index: 11;
  width: 100%;
  height: 100%;
  margin-left: 0;
  border: 0 !important;
}
body footer .video-box-wrap.show-video {
  display: block;
  cursor: default;
}
@media (max-width: 1199px) {
  body footer .video-box-wrap {
    left: 0;
    width: 100%;
    margin-left: 0;
    padding: 50px;
  }
}
@media (max-width: 767px) {
  body footer .video-box-wrap {
    height: 300px;
    margin-top: -150px;
    padding: 0;
  }
  body footer .video-box-wrap .video-box {
    padding: 0 15px;
  }
  body footer .video-box-wrap iframe {
    width: 100%;
  }
}