/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* *****    VARIABLES   ***** */
* {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

/* *****    VARIABLES   ***** */
.row {
  display: flex;
  flex-wrap: wrap;
}
.row.row--flow-column {
  flex-direction: column;
}
.row.row--justify-between {
  justify-content: space-between;
}

.mw-container, #content {
  padding-inline: 15px;
  margin-inline: auto;
  max-width: 750px;
}
@media screen and (min-width: 992px) {
  .mw-container, #content {
    max-width: 970px;
  }
}
@media screen and (min-width: 1280px) {
  .mw-container, #content {
    max-width: 1200px;
  }
}

/* *****    BUTTONS   ***** */
.wd-button .elementor-button,
.wd-button a {
  min-width: 320px;
  color: #334ea1;
  border: 2px solid #334ea1;
  border-radius: 6px;
  background-color: white;
  font-weight: 700;
  transition: 300ms background;
  padding: 0.7em 1em;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
}
.wd-button .elementor-button:is(:hover, :focus),
.wd-button a:is(:hover, :focus) {
  background-color: #334ea1;
  color: white;
}
@media screen and (max-width: 768px) {
  .wd-button .elementor-button,
  .wd-button a {
    min-width: 100%;
  }
}
.wd-button--full-wd .elementor-button,
.wd-button--full-wd a {
  width: 100%;
  min-width: unset;
}

/* *****    SITE SEARCH   ***** */
.site-search {
  height: 32px;
  padding: 0;
  border-radius: 6px;
  background-color: white;
  background-color: #F6F6F6;
  display: flex;
}
.site-search .site-search__input, .site-search .site-search__button {
  padding: 0;
  background-color: unset;
  border: unset;
}
.site-search .site-search__input:is(:active, :focus), .site-search .site-search__button:is(:active, :focus) {
  outline: unset;
}
.site-search .site-search__input {
  padding: 0.5rem 2rem;
  padding-right: 0;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.site-search .site-search__button {
  width: auto;
  padding-inline: 1.4rem;
}
.site-search .site-search__button img {
  display: block;
  width: 16px;
  height: 16px;
}

/* *****    SITE ACTIONS   ***** */
.site-actions button {
  border: none;
  padding: 0;
}
.site-actions button:is(:hover, :active, :focus) {
  background-color: white;
}
.site-actions a {
  display: inline-block;
}
.site-actions ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-actions__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.site-actions__item {
  padding: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* *****    SIDEBAR ACTIONS   ***** */
.sidebar-actions * {
  font-weight: 500;
  color: #00228A;
}
.sidebar-actions a {
  font-size: 0.875rem;
  display: inline-block;
}
.sidebar-actions ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-actions__container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-flow: column;
  gap: 8px;
}
.sidebar-actions__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.sidebar-actions__icon {
  max-width: 20px;
  aspect-ratio: 1/1;
}

/* *****    SITE SEARCH   ***** */
.lang-selector {
  display: flex;
  flex-shrink: 0;
  gap: 8px;
  font-size: 0.75rem;
}
.lang-selector ul, .lang-selector ol {
  padding: 0;
}
.lang-selector li {
  list-style: none;
}
.lang-selector__dropdown {
  display: flex;
  background-color: white;
  padding: 2px 4px;
  border: 2px solid #E6E9F3;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
}
.lang-selector__dropdown:hover .lang-selector__list {
  display: flex;
}
.lang-selector .lang-selector__list {
  min-width: 250px;
  width: -moz-max-content;
  width: max-content;
  padding: 20px;
  display: none;
  background: white;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 1px);
  left: -2px;
  border: 2px solid #E6E9F3;
  border-radius: 10px;
  z-index: 100;
  gap: 16px;
  max-height: 424px;
  overflow-y: auto;
}
.lang-selector .lang-selector__list-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
}
.lang-selector .lang-selector__list-content::-webkit-scrollbar {
  width: 2px;
}
.lang-selector .lang-selector__list-content::-webkit-scrollbar-thumb {
  background-color: #000E3A;
  border-radius: 10px;
}
.lang-selector .lang-selector__list-content::-webkit-scrollbar-track {
  background-color: #E6E9F3;
}
.lang-selector__title {
  font-size: 1rem;
  font-weight: 700;
  color: #454545;
}
.lang-selector .lang-selector__link {
  width: 100%;
  padding: 2px 4px;
  color: #00228A;
  font-weight: 500;
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 0.75rem;
  transition: 300ms background;
}
.lang-selector .lang-selector__link:is(:hover, :focus) {
  background: #F6F6F6;
}
.lang-selector__current {
  display: flex;
  align-items: center;
  gap: 4px;
  text-transform: uppercase;
}
.lang-selector__current .lang-selector__flag {
  width: 18px;
  height: 18px;
  border-radius: 50px;
}
.lang-selector__flag {
  width: 24px;
  height: 24px;
  border-radius: 50px;
}
@media screen and (min-width: 992px) {
  .lang-selector__icon-mobile {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .lang-selector__icon-desktop {
    display: none;
  }
}
.lang-selector--mobile .lang-selector__dropdown {
  height: 40px;
  width: 70px;
  padding: 7px 10px;
}
.lang-selector--mobile .lang-selector__dropdown * {
  font-size: 20px;
  font-size: 1.25rem;
}
.lang-selector--valign-top .lang-selector__list {
  top: unset;
  bottom: 100%;
}

/* *****    HEADER   ***** */
.site-header {
  padding: 0;
  background-color: white;
}
.site-header button {
  border: unset;
}
.site-header button:is(:hover, :focus, :active) {
  border: unset;
  background: unset;
  outline: unset;
}
.site-header .custom-logo-link {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .site-header .custom-logo-link {
    max-width: 104px;
  }
}
.site-header .header-actions {
  background-color: white;
  width: 100%;
  min-height: 100px;
  padding-block: 2.3rem;
}
@media screen and (max-width: 768px) {
  .site-header .header-actions {
    min-height: unset;
    padding-block: 12px;
  }
}
.site-header .header-actions__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.site-header .header-actions__col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.site-header .header-actions__col--left {
  gap: 16px;
}
.site-header .menu-header-menu-container {
  width: 100%;
}
.site-header .menu,
.site-header .site-navigation {
  justify-content: center;
}
.site-header .menu {
  justify-content: space-between;
}
.site-header .menu .menu-item a {
  padding: 8.5px 8px;
}
.site-header .menu-item.menu-item-has-children {
  position: static;
}
.site-header .menu-item.menu-item-has-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.site-header .menu-item a {
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 0.781rem;
  border-block: 4px solid transparent;
}
@media screen and (min-width: 768px) {
  .site-header .menu-item a:is(:hover, :active, :focus) {
    border-top: 4px solid #B0BADB;
    border-bottom: 4px solid #B0BADB;
    border-radius: 0;
  }
}
.site-header .header-main-nav {
  width: 100%;
  background-color: #07014D;
  color: white;
}
.site-header .header-main-nav * {
  color: white;
}
.site-header .header-main-nav > .mw-container {
  position: relative;
}
@media screen and (max-width: 992px) {
  .site-header .header-main-nav--desktop {
    display: none;
  }
}
.site-header .site-header__btn-customization {
  height: 32px;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  background: #1170FF;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media screen and (max-width: 992px) {
  .site-header .site-header__btn-customization {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .site-header .lang-selector--desktop {
    display: none;
  }
}
.site-header .site-header__menu-btn {
  width: 24px;
  height: 24px;
  padding: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .site-header .site-header__menu-btn {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .site-header .site-search {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .site-header .site-actions__item--search {
    display: none;
  }
}
.site-header.show-mobile-sidebar .header-sidebar {
  transform: translateX(0);
}
@media screen and (min-width: 992px) {
  .site-header.is-floating .header-actions {
    padding-block: 4px;
    position: fixed;
    top: 0;
    z-index: 1000;
    min-height: auto;
    transition: all 0.45s ease-in-out;
    box-shadow: 0 8px 11px -15px black;
  }
}
@media screen and (max-width: 992px) {
  .site-header {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  }
}

#site-header {
  max-width: 100%;
  padding-inline: unset;
}
#site-header .menu-item:is(:hover, :focus) .sub-menu {
  display: grid;
  grid-auto-flow: row;
}
#site-header .menu-item:is(:hover, :focus).menu-item--cols-2 .sub-menu {
  grid-template-columns: repeat(2, 1fr);
}
#site-header .menu-item:is(:hover, :focus).menu-item--cols-3 .sub-menu {
  grid-template-columns: repeat(3, 1fr);
}
#site-header .menu-item:is(:hover, :focus).menu-item--cols-4 .sub-menu {
  grid-template-columns: repeat(4, 1fr);
}
#site-header .menu-item-has-children {
  padding-inline-end: 0;
}
#site-header .menu-item-has-children:after {
  display: none;
}
#site-header .sub-menu {
  width: 750px;
  padding: 40px 56px;
  border-radius: 0px 0px 10px 10px;
  gap: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  grid-auto-flow: column dense;
}
#site-header .sub-menu .menu-item {
  width: 100%;
  border-block-end: unset;
}
#site-header .sub-menu .menu-item a {
  padding: 0 10px;
  font-size: 0.6875rem;
  font-weight: 400;
}
#site-header .sub-menu .menu-item--bold-arrow a, #site-header .sub-menu .menu-item--bold-boxed a, #site-header .sub-menu .menu-item--hot-sale a, #site-header .sub-menu .menu-item--label-new a, #site-header .sub-menu .menu-item--label-premium a {
  font-size: 0.75rem;
}
#site-header .sub-menu .menu-item--bold-arrow a {
  font-weight: 700;
}
#site-header .sub-menu .menu-item--bold-arrow a::after {
  content: "→";
  margin-inline-start: 4px;
  display: inline-block;
}
#site-header .sub-menu .menu-item--bold-boxed {
  margin-bottom: 12px;
}
#site-header .sub-menu .menu-item--bold-boxed a {
  min-width: 150px;
  display: inline-block;
  font-weight: 700;
  background-color: #F6F7FD;
  padding: 8px 10px;
  border: 2px solid #F6F6F6;
}
#site-header .sub-menu .menu-item--hot-sale a {
  color: #D80027;
  font-weight: 700;
}
#site-header .sub-menu .menu-item--hot-sale a::after {
  content: "🏷️";
  margin-left: 8px;
}
#site-header .sub-menu .menu-item--label-new a::after {
  content: "New";
  top: 0;
  right: 0;
  background-color: #FFF2DE;
  color: #EB9716;
  padding: 4px 8px;
  margin-left: 20px;
  border-radius: 99px;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 150%;
}
#site-header .sub-menu .menu-item--label-premium a::after {
  content: "Premium";
  top: 0;
  right: 0;
  background-color: #FFF2DE;
  color: #EB9716;
  padding: 4px 8px;
  margin-left: 20px;
  border-radius: 99px;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 150%;
}
#site-header .sub-menu .menu-item--col-pos-2 {
  grid-column-start: 2;
}
#site-header .sub-menu .menu-item--col-pos-3 {
  grid-column-start: 3;
}
#site-header .sub-menu .menu-item--col-pos-4 {
  grid-column-start: 4;
}
#site-header .sub-menu a {
  color: #000;
  padding: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  #site-header .sub-menu {
    width: 970px;
  }
}
@media screen and (min-width: 1280px) {
  #site-header .sub-menu {
    width: 1200px;
  }
}

.header-sidebar {
  min-width: 290px;
  height: 100vh;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 6px 2px 16px 0px rgba(0, 0, 0, 0.05);
  transform: translateX(-100%);
  animation-timing-function: ease-in-out;
  transition: 360ms;
  overflow-y: scroll;
}
.header-sidebar .site-header__btn-customization {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  margin-bottom: 16px;
  font-size: 0.875rem;
}
.header-sidebar .site-navigation {
  justify-content: start;
}
.header-sidebar .menu-item a {
  color: #00228A;
  font-size: 0.875rem;
  font-weight: 500;
  padding: unset;
}
.header-sidebar ul.menu {
  flex-direction: column;
  gap: 16px;
}
.header-sidebar button.header-sidebar__btn-close {
  padding: 0.1rem;
}
.header-sidebar__container {
  height: 100%;
}
.header-sidebar__sec {
  width: 100%;
  padding: 20px 16px;
}
.header-sidebar__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #E6E9F3;
}
.header-sidebar__nav {
  border-bottom: 2px solid #E6E9F3;
}
.header-sidebar__nav ul.menu {
  gap: 0px;
}
.header-sidebar__footer {
  height: 80px;
  padding: 16px;
  background-color: #E6E9F3;
}

#header-sidebar .menu-item.menu-item-has-children:is(:hover, :focus) .sub-menu {
  display: none;
}
#header-sidebar .menu-item a {
  padding: unset;
}

.promotional-banner {
  width: 100%;
  height: 34px;
  background-color: #E6E9F3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promotional-banner * {
  margin: unset;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 992px) {
  .promotional-banner {
    display: none;
  }
}

/* *****    FOOTER   ***** */
.site-footer {
  padding: unset;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-inline-end: 0;
  padding-inline-start: 0;
}
@media screen and (min-width: 768px) {
  .site-footer {
    padding-top: 55px;
    padding-bottom: 45px;
  }
}
.site-footer ul {
  padding: 0;
  list-style: none;
}
.site-footer a {
  color: #546BB1;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  font-size: 0.75rem;
}
.site-footer .footer-menu-container .footer-title {
  margin: 0;
}
.site-footer .footer-menu-container .footer-title button {
  width: 100%;
  padding: 20px 0;
  color: #000E3A;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  outline: none;
}
.site-footer .footer-menu-container .footer-title button:is(:hover, :focus, :active) {
  border: none;
  background: unset;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-menu-container .footer-title button {
    cursor: default;
    margin-bottom: 24px;
    padding: 0;
  }
}
.site-footer .footer-menu-container .footer-title__icon {
  transition: 300ms;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-menu-container .footer-title__icon {
    display: none;
  }
}
.site-footer .footer-menu-container.active .footer-list {
  display: block;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-menu-container.active .footer-list {
    padding-bottom: 1rem;
  }
}
.site-footer .footer-menu-container.active .footer-title__icon {
  transform: rotate(-90deg);
}
.site-footer .footer-menu-container .footer-list {
  display: none;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-menu-container .footer-list {
    display: block;
  }
}
.site-footer .site-logo {
  max-width: 170px;
}
.site-footer .method-container {
  margin-bottom: 14px;
}
.site-footer .method-title {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-decoration-line: underline;
  margin-bottom: 8px;
  display: inline-block;
}
.site-footer .method-card-list {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.site-footer .method-card {
  width: 53px;
  height: 27px;
  border-radius: 4px;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.site-footer .method-card img {
  filter: contrast(1.2);
}
.site-footer .google-trusted-card {
  width: 150px;
  height: 60px;
  margin-top: 46px;
  border-radius: 8px;
  border: 1px solid #6EB254;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .site-footer .google-trusted-card {
    display: none;
  }
}
.site-footer .menu .menu-item {
  margin-bottom: 6px;
  min-width: 160px;
}
.site-footer .footer-list-elem {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
.site-footer .footer-list-elem img {
  width: 24px;
  height: 33px;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer .footer-list-elem a:not(.footer-list-elem__title), .site-footer .footer-list-elem p {
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #00228A;
}
.site-footer .footer-list-elem__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.site-footer .footer-list-elem__title {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 150%;
  color: #00228A;
}
.site-footer .social-links {
  display: flex;
  gap: 16px;
}
.site-footer .social-links img {
  width: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer__row {
  width: 100%;
}
.site-footer__row--menus {
  justify-content: space-between;
  margin-bottom: 27px;
}
.site-footer__row--menus .menu-item a {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.site-footer__row--menus .menu-item a::after {
  content: "→";
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .site-footer__row--menus {
    gap: 20px;
  }
}
.site-footer__row--legal .menu .menu-item {
  min-width: unset;
}
.site-footer__row--legal .menu .menu-item a {
  padding-block: 0;
  padding-inline: 8px;
  font-size: 0.5rem;
  font-weight: 600;
  line-height: 150%;
  text-decoration-line: underline;
}
.site-footer__row--legal .menu .menu-item a:first-child {
  padding-inline-start: 0;
}
.site-footer__col {
  width: 100%;
  border-bottom: 2px solid #B0BADB;
}
.site-footer__col:first-child {
  border: unset;
}
@media screen and (min-width: 768px) {
  .site-footer__col {
    width: auto;
    border: unset;
  }
}
.site-footer__copyright-text {
  font-size: 0.5rem;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  color: #000E3A;
}
@media screen and (max-width: 768px) {
  .site-footer__col--payments {
    margin-top: 1.5rem;
    order: 4;
  }
}
@media screen and (min-width: 768px) {
  .site-footer__col--payments {
    max-width: 400px;
  }
}

#site-footer {
  max-width: 100%;
}

/* *****    WP LAYOUT   ***** */
.page-header .entry-title,
.site-footer .footer-inner,
.site-footer,
.site-header .header-inner,
.site-header,
body:not([class*=elementor-page-]) .site-main {
  max-width: 100%;
}

/*# sourceMappingURL=main.css.map*/