@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --g5-body-font: "Open Sans", sans-serif !important;
  --g5-primary-font: "Open Sans", sans-serif !important;
  --g5-h1-font: "Open Sans", sans-serif !important;
  --g5-h2-font: "Open Sans", sans-serif !important;
  --g5-h3-font: "Open Sans", sans-serif !important;
  --g5-h4-font: "Open Sans", sans-serif !important;
  --g5-h5-font: "Open Sans", sans-serif !important;
  --g5-h6-font: "Open Sans", sans-serif !important;
  --g5-font-menu: "Open Sans", sans-serif !important;
  --g5-color-accent: #3B60EB !important;
  --g5-btn-hover-bg: #162A89 !important;
}

.breadcrumbs-wrap {
  background: #F8F7F8;
}
.breadcrumbs-wrap .g5core-breadcrumbs li {
  color: #80869F;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.breadcrumbs-wrap .g5core-breadcrumbs li.breadcrumb-sep {
  font-size: 0;
}
.breadcrumbs-wrap .g5core-breadcrumbs li:first-child::before {
  content: "";
  background: url(/wp-content/uploads/2023/07/water_damage.svg);
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs-wrap .g5core-breadcrumbs li.breadcrumb-leaf {
  color: #464C65;
}

.g5core-page-title-default .page-title-inner {
  padding: 100px 0 60px;
}
.g5core-page-title-default .page-title-inner .page-title-content .page-main-title {
  color: #0D1952;
  text-align: center;
  font-size: 48px;
  font-family: Butler, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media all and (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

.btn.btn-square:hover {
  background: #162A89 !important;
  color: #fff !important;
}

@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.single .g5core__entry-thumbnail-image {
  display: block;
}
.single .g5core__entry-thumbnail-image img {
  width: 100%;
  display: block;
  max-height: 400px;
  object-fit: cover;
}
.single h1.g5blog__single-title {
  color: #0D1952;
}
.single .g5core__share-label {
  color: #0D1952;
}
.single ul.g5core__share-list {
  color: #0D1952;
}

/*
 * Product list
 */
@media all and (max-width: 991px) {
  .shop-sidebar {
    display: none !important;
  }
}
.shop-sidebar > aside {
  max-width: 100%;
  padding: 0;
}

.widget h4.widget-title {
  color: #0D1952;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.wp-block-group__inner-container > h2 {
  color: #0D1952;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.wc-block-product-categories > ul > li {
  margin-bottom: 30px;
}
.wc-block-product-categories > ul > li > a {
  color: #04081B;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: unset;
  margin: 0 !important;
  border: 0 !important;
}
.wc-block-product-categories > ul > li > a:hover {
  color: #0D1952;
}
.wc-block-product-categories > ul > li .wc-block-product-categories-list {
  margin-top: 30px;
}
.wc-block-product-categories > ul > li .wc-block-product-categories-list li a {
  color: #80869F;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
}
.wc-block-product-categories > ul > li span.wc-block-product-categories-list-item-count {
  display: none;
}

.g5shop__widget-price-filter ul li,
.g5shop__widget-product-sorting ul li {
  margin-bottom: 30px;
}
.g5shop__widget-price-filter ul li > a,
.g5shop__widget-product-sorting ul li > a {
  color: #80869F;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin: 0 !important;
  border: 0 !important;
  line-height: normal;
}
.g5shop__widget-price-filter ul li > a:hover,
.g5shop__widget-product-sorting ul li > a:hover {
  color: #0D1952;
}
.g5shop__widget-price-filter ul li.current,
.g5shop__widget-product-sorting ul li.current {
  color: #0D1952;
}

.category-description h2,
.term-description h2 {
  color: #0D1952;
  font-family: Butler, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.category-description h3,
.term-description h3 {
  color: #0D1952;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 39.6px */
}
.category-description p,
.term-description p {
  color: #464C65;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.row.row-seo {
  margin-top: 120px;
}

.home .row.row-seo {
  display: none !important;
}

.pagination {
  align-items: center;
  gap: 40px;
}
.pagination .page-numbers:not(ul) {
  width: auto;
  height: auto;
  color: #0D1952;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  background: transparent !important;
  line-height: 180%;
}
.pagination .next,
.pagination .prev {
  font-size: 0 !important;
}
.pagination .next::before,
.pagination .prev::before {
  line-height: 30px;
}

.select2-container--default.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #464C65;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: #fff;
  border-radius: 2px;
  border: 1.5px solid #D8DDF4;
  text-align: center;
}

p.woocommerce-result-count {
  color: #464C65;
  font-family: Inter, sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.woocommerce .g5shop__product-item .g5shop__product-info .price,
.woocommerce .g5shop__product-item li.product .price,
.woocommerce ul.products .g5shop__product-info .price,
.woocommerce ul.products li.product .price {
  color: #0D1952;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  transition: all 0.2s;
  margin-bottom: 13px;
}

.g5shop__loop-product-title a {
  color: #0D1952;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: 0 !important;
}

.g5shop__product-item:hover span.price {
  color: #3B60EB !important;
}
.g5shop__product-item:hover .g5shop__loop-product-title a {
  color: #3B60EB !important;
}

.g5shop__product-cat-featured img,
.g5shop__product-thumbnail img {
  max-height: 214px;
  object-fit: cover;
}

.wcapf-filter .wcapf-filter-title .wcapf-filter-title-inner {
  color: #0D1952;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.wcapf-filter .wcapf-list-wrapper.layout-inline li.wcapf-filter-option {
  display: block;
}
.wcapf-filter .wcapf-list-wrapper.layout-inline li.wcapf-filter-option label span {
  width: auto;
  border: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  color: #80869F !important;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.wcapf-filter .wcapf-list-wrapper.layout-inline li.wcapf-filter-option:not(:last-child) {
  margin-bottom: 30px !important;
  margin-right: 0px !important;
}

.entry-meta-cat ul.post-categories li > a {
  color: #80869F;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px;
}

.g5blog__post-title a {
  color: #0D1952 !important;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.g5blog__post-large-image .g5blog__post-meta {
  order: -1;
}
.g5blog__post-large-image .g5blog__post-meta li.meta-author, .g5blog__post-large-image .g5blog__post-meta li.meta-comment {
  display: none !important;
}
.g5blog__post-large-image .g5blog__post-meta li.meta-date {
  color: #80869F;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 21.6px */
  text-transform: uppercase;
}
.g5blog__post-large-image .g5blog__post-meta li::after {
  display: none !important;
}
.g5blog__post-large-image .g5blog__loop-entry-header {
  display: flex;
  flex-direction: column;
}
.g5blog__post-large-image .g5blog__loop-entry-header + .g5blog__post-excerpt p {
  color: #464C65;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.g5blog__post-large-image .g5blog__post-content a.link-more {
  display: none;
}
.g5blog__post-large-image .g5blog__post-content .btn-read-more {
  border-radius: 2px;
  border: 1px solid #AAB4E1;
  background: #fff;
  color: #0D1952;
  text-align: center;
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 18.75px 40px;
}
.g5blog__post-large-image .g5blog__post-content .btn-read-more:hover {
  color: var(--g5-btn-hover-color);
  background-color: var(--g5-btn-hover-bg);
  border-color: var(--g5-btn-hover-border-color);
}

.widget_search button {
  left: 0;
  right: unset;
  background: url(/wp-content/uploads/2023/07/ic_search.svg) no-repeat center;
}
.widget_search button::before,
.widget_search button i {
  opacity: 0;
  visibility: hidden;
}
.widget_search input {
  padding-left: 40px;
  color: #9095AA;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  border-radius: 4px;
  background: #F8F7F8;
  line-height: 180%;
}

.blog .wp-block-group ul li a,
.category .wp-block-group ul li a {
  color: #80869F;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.blog .wp-block-group ul li.current-cat a,
.category .wp-block-group ul li.current-cat a {
  color: #0D1952;
  font-weight: 700;
}

.g5blog__post-widget .g5blog__post-title a {
  font-size: 16px;
}
.g5blog__post-widget .g5blog__post-featured {
  margin-right: 20px;
  width: 180px;
  height: 120px;
}
.g5blog__post-widget .g5blog__post-featured img {
  width: 180px;
  object-fit: cover;
  height: 120px;
}

.contact-header {
  padding-top: 35px;
}
.contact-header form {
  max-width: 930px;
  margin: auto;
}
.contact-header form h2 {
  color: #0D1952;
  text-align: center;
  font-family: Butler, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 60px;
}
.contact-header form .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px;
  width: max-content;
  bottom: -35px;
}
.contact-header form .col-md-6 {
  margin-bottom: 30px;
}
.contact-header form input[type=text],
.contact-header form input[type=email],
.contact-header form input[type=url],
.contact-header form input[type=password],
.contact-header form input[type=search],
.contact-header form input[type=number],
.contact-header form input[type=tel],
.contact-header form input[type=range],
.contact-header form input[type=date],
.contact-header form input[type=month],
.contact-header form input[type=week],
.contact-header form input[type=time],
.contact-header form input[type=datetime],
.contact-header form input[type=datetime-local],
.contact-header form input[type=color],
.contact-header form textarea,
.contact-header form select {
  width: 100%;
  border-radius: 4px;
  background: #F8F7F8;
  color: #9095AA;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  min-height: 50px;
}
.contact-header form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.contact-header form .wpcf7-acceptance .wpcf7-list-item span.wpcf7-list-item-label {
  color: #9095AA;
  font-family: Open Sans;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  padding-left: 6px;
  position: relative;
  top: -3px;
}
.contact-header form .wpcf7-submit {
  border-radius: 2px !important;
  border: 1px solid #AAB4E1 !important;
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translateX(-50%);
  color: #0D1952 !important;
  font-family: Open Sans !important;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 700 !important;
  letter-spacing: 1.2px;
  text-transform: uppercase !important;
  background: #fff !important;
}

.contact_sec2 {
  padding-top: 65px;
  padding-bottom: 60px;
}
.contact_sec2 .section_title h2 {
  font-size: 32px;
  text-align: center;
}
.contact_sec2 .section_title h2 ~ p {
  max-width: 930px;
  text-align: center;
  margin-top: 40px;
  color: #464C65;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 32.4px */
}
.contact_sec2 .wpb_row {
  margin-top: 90px;
}
@media all and (max-width: 767px) {
  .contact_sec2 .wpb_row .gel-image-box-style-04 {
    margin-bottom: 30px;
  }
}
.contact_sec2 .wpb_row .gel-image-box-style-04 .image {
  margin-right: 10px;
}
.contact_sec2 .wpb_row .gel-image-box-style-04 .content-box h4.title {
  color: #0D1952;
  font-family: Butler;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contact_sec2 .wpb_row .gel-image-box-style-04 .content-box .description p {
  color: #0D1952;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #3a60eb;
}

.select2-results__option {
  color: #464C65;
  font-family: Inter, sans-serif;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  background: rgba(13, 25, 82, 0.9);
  opacity: 1;
}

.g5shop__search-product-popup .select2-container--default.select2-container--default .select2-selection--single .select2-selection__rendered {
  background: transparent;
  border: 0;
}
.g5shop__search-product-popup .g5core-search-form input[type=search] {
  color: #C1C7E1;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.36px;
}

.woocommerce .table.my_account_orders button.button:hover {
  background: #162A89 !important;
}
.woocommerce button.button:hover {
  background: #162A89 !important;
}

.gel-image-box .image img {
  transition: all 0.2s;
}
.gel-image-box:hover .image img {
  transform: scale(1.1);
}

.single-post .g5blog__single .g5core__post-featured {
  margin: 0 !important;
}

.information_before_register_btn {
  color: #464C65;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.information_before_register_btn p {
  margin-bottom: 10px !important;
}

.post-navigation .nav-links .nav-title {
  white-space: pre-line;
}

a.added_to_cart.wc-forward {
  line-height: 56px;
}

.page-id-4404 .opinie_cta .vc_col-sm-9 {
  margin-bottom: 20px;
}

@media all and (max-width: 950px) {
  .apaczkaMapWrapper .apaczkaMapMobileShow {
    display: flex !important;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .apaczkaMapWrapper .apaczkaMapMobileShow > img {
    max-width: 30px;
  }
  .apaczkaMapWrapper .apaczkaMapMobileShow > a {
    flex: 1 1 100%;
  }
  .apaczkaMapWrapper .apaczkaMapMobileShow > a img {
    max-width: 150px;
  }
}

pre#tw-target-text {
  width: auto;
  min-width: unset;
  overflow: unset;
  white-space: normal;
}

a.show-number ~ a {
  display: none;
}

.contact_contact .description p {
  margin: 0;
}
.contact_contact .description a {
  color: #0D1952;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.wpb_animate_when_almost_visible.wpb_animate_when_almost_visible {
  opacity: 1 !important;
}

.fadeInUp.fadeInUp,
.fadeInRight.fadeInRight,
.fadeInLeft.fadeInLeft {
  animation: unset !important;
}

.g5core__animate-when-almost-visible.g5core__animate-when-almost-visible {
  opacity: 1 !important;
}

.page-id-10 .g5core-page-title-default .page-title-inner {
  padding: 20px 0;
}

.product_cat-platforma section.related.products {
  display: none;
}

.menu-popup > .menu-item > a,
.menu-horizontal > .menu-item > a,
.menu-vertical > .menu-item > a {
  color: #0D1952;
  font-family: Inter, sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: 1.6px !important;
  text-transform: uppercase !important;
}
@media all and (max-width: 1523px) {
  .menu-popup > .menu-item > a,
  .menu-horizontal > .menu-item > a,
  .menu-vertical > .menu-item > a {
    font-size: 13px !important;
  }
}
@media all and (max-width: 1328px) {
  .menu-popup > .menu-item > a,
  .menu-horizontal > .menu-item > a,
  .menu-vertical > .menu-item > a {
    font-size: 12px !important;
  }
}

.g5core-top-bar {
  font-family: var(--g5-font-menu) !important;
}
.g5core-top-bar .menu-horizontal .menu-item a,
.g5core-top-bar .g5core-login-button .menu-item a {
  font-family: var(--g5-font-menu) !important;
}
.g5core-top-bar .menu-horizontal a,
.g5core-top-bar .g5core-login-button a {
  font-family: var(--g5-font-menu) !important;
}

.menu-horizontal.x-nav-menu > .menu-item + .menu-item {
  margin-left: 40px;
}
@media all and (max-width: 1776px) {
  .menu-horizontal.x-nav-menu > .menu-item + .menu-item {
    margin-left: 30px;
  }
}
@media all and (max-width: 1692px) {
  .menu-horizontal.x-nav-menu > .menu-item + .menu-item {
    margin-left: 19px;
  }
}
@media all and (max-width: 1692px) {
  .menu-horizontal.x-nav-menu > .menu-item + .menu-item {
    margin-left: 19px;
  }
}
@media all and (max-width: 1270px) {
  .menu-horizontal.x-nav-menu > .menu-item + .menu-item {
    margin-left: 18px;
  }
}

.g5core-site-branding.logo-center {
  padding: 0 20px;
}
@media all and (max-width: 1427px) {
  .g5core-site-branding.logo-center .site-logo {
    max-height: 40px;
  }
}
@media all and (max-width: 1391px) {
  .g5core-site-branding.logo-center .site-logo {
    max-height: 30px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1260px) {
  .g5core-site-branding.logo-center .site-logo {
    max-height: 22px !important;
  }
}
.g5core-site-branding .site-logo-svg {
  max-width: 325px;
}
@media all and (min-width: 1200px) and (max-width: 1260px) {
  .g5core-site-branding .site-logo-svg {
    max-height: 22px !important;
  }
}

.custom-top-bar-01.custom-top-bar-01 .g5core-top-bar-desktop {
  background: rgb(13, 25, 82);
}
.custom-top-bar-01.custom-top-bar-01 .g5core-top-bar-desktop .container {
  max-width: 95%;
}
.custom-top-bar-01.custom-top-bar-01 .g5core-top-bar-desktop .container .g5core-top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-top-bar-01.custom-top-bar-01 .g5core-top-bar-desktop .container .g5core-top-bar-inner .widget {
  margin: 0;
}
.custom-top-bar-01.custom-top-bar-01 .g5core-top-bar-desktop .container .g5core-top-bar-inner > div {
  flex: 1 1;
}
.custom-top-bar-01.custom-top-bar-01 .g5core-top-bar-desktop .container .g5core-top-bar-inner .top-header-left ul {
  margin: 0;
  gap: 28px;
}
.custom-top-bar-01.custom-top-bar-01 .g5core-top-bar-desktop .container .g5core-top-bar-inner .top-header-left ul li {
  background: transparent;
}
.custom-top-bar-01.custom-top-bar-01 .g5core-top-bar-desktop .container .g5core-top-bar-inner .top-header-left ul li a {
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 16px;
  height: 17px;
  background-size: contain !important;
}
.custom-top-bar-01.custom-top-bar-01 .g5core-top-bar-desktop .container .g5core-top-bar-inner .top-header-left ul li a svg {
  display: none;
}
.custom-top-bar-01.custom-top-bar-01 .g5core-top-bar-desktop .container .g5core-top-bar-inner .top-header-left ul li.wp-social-link-facebook a {
  background: url(/wp-content/uploads/2023/07/Vector.svg);
}
.custom-top-bar-01.custom-top-bar-01 .g5core-top-bar-desktop .container .g5core-top-bar-inner .top-header-left ul li.wp-social-link-twitter a {
  background: url(/wp-content/uploads/2023/07/Vector-1.svg);
}
.custom-top-bar-01.custom-top-bar-01 .g5core-top-bar-desktop .container .g5core-top-bar-inner .top-header-left ul li.wp-social-link-pinterest a {
  background: url(/wp-content/uploads/2023/07/Vector-2.svg);
}
.custom-top-bar-01.custom-top-bar-01 .g5core-top-bar-desktop .container .g5core-top-bar-inner .top-header-left ul li.wp-social-link-youtube a {
  background: url(/wp-content/uploads/2023/07/Vector-3.svg);
}
.custom-top-bar-01.custom-top-bar-01 .g5core-top-bar-desktop .container .g5core-top-bar-inner .top-header-left ul li.wp-social-link-linkedin a {
  background: url(/wp-content/uploads/2023/08/Group_.svg);
}
.custom-top-bar-01.custom-top-bar-01 .g5core-top-bar-desktop .container .g5core-top-bar-inner .top-header-left ul li.wp-social-link-instagram a {
  background: url(/wp-content/uploads/2023/08/Group_-1.svg);
}
.custom-top-bar-01.custom-top-bar-01 .g5core-top-bar-desktop .container .g5core-top-bar-inner .top-header-center {
  text-align: center;
}
.custom-top-bar-01.custom-top-bar-01 .g5core-top-bar-desktop .container .g5core-top-bar-inner .top-header-center .widget p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}
.custom-top-bar-01.custom-top-bar-01 .g5core-top-bar-desktop .container .g5core-top-bar-inner .top-header-right .widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
.custom-top-bar-01.custom-top-bar-01 .g5core-top-bar-desktop .container .g5core-top-bar-inner .top-header-right .widget ul li.head-phone a::before {
  background-image: url("/wp-content/uploads/2023/07/call.svg");
}
.custom-top-bar-01.custom-top-bar-01 .g5core-top-bar-desktop .container .g5core-top-bar-inner .top-header-right .widget ul li.head-mail a::before {
  background-image: url("/wp-content/uploads/2023/07/mail.svg");
}
.custom-top-bar-01.custom-top-bar-01 .g5core-top-bar-desktop .container .g5core-top-bar-inner .top-header-right .widget ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.custom-top-bar-01.custom-top-bar-01 .g5core-top-bar-desktop .container .g5core-top-bar-inner .top-header-right .widget ul li a::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  background-position: center !important;
  background-size: contain !important;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.custom-top-bar-01.custom-top-bar-01 .g5core-header-desktop-wrapper .menu-horizontal .sub-menu {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05), 1px 2px 4px 0px rgba(0, 0, 0, 0.05), 3px 7px 7px 0px rgba(0, 0, 0, 0.04), 6px 15px 10px 0px rgba(0, 0, 0, 0.03), 11px 27px 12px 0px rgba(0, 0, 0, 0.01), 18px 43px 13px 0px rgba(0, 0, 0, 0);
}
.custom-top-bar-01.custom-top-bar-01 .g5core-header-desktop-wrapper .menu-horizontal .sub-menu .menu-item > a {
  color: #9095AA;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  padding: 15px 30px;
}
.custom-top-bar-01.custom-top-bar-01 .sticky-area-wrap .g5core-header-desktop-wrapper .container {
  max-width: 95% !important;
}

.btn-ask {
  border-radius: 4px;
  background: #3B60EB;
  border-color: #3B60EB;
  text-transform: uppercase;
  padding: 0 44px;
}
@media all and (max-width: 701px) {
  .btn-ask {
    padding: 0 20px;
  }
}
.btn-ask:hover {
  background: #162A89;
  border-color: #162A89;
}

@media all and (max-width: 575px) {
  .g5core-hc-ask-btn {
    display: none;
  }
}

.g5core-header-customize-inner {
  gap: 6px;
}

@media all and (max-width: 991px) {
  header#site-mobile-header .container {
    max-width: 100%;
  }
}
header#site-mobile-header .container .g5core-hc-mini-cart {
  margin-left: 10px !important;
}
header#site-mobile-header .container .g5core-mobile-header-inner {
  display: flex;
  align-items: center;
}
header#site-mobile-header .container .g5core-mobile-header-inner > div {
  flex: 1 1 33%;
}
header#site-mobile-header .container .g5core-mobile-header-inner > div.menu-mobile-toggle {
  flex: 1 1 0% !important;
  max-width: 40px;
}
header#site-mobile-header .container .g5core-mobile-header-inner > div.g5core-site-branding {
  flex: 1 1 20%;
  align-items: center;
  justify-content: center;
}
header#site-mobile-header .container .g5core-mobile-header-inner > div.g5core-site-branding .site-logo-svg {
  margin-left: 11px;
}
@media all and (max-width: 620px) {
  header#site-mobile-header .container .g5core-mobile-header-inner > div.g5core-site-branding .site-logo-svg {
    height: 23px;
    margin-top: -7px;
  }
}

.g5core-off-canvas-inner {
  transition: all 0.2s;
}

.g5core-off-canvas-in-from-left .g5core-off-canvas-inner {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05), 1px 2px 4px 0px rgba(0, 0, 0, 0.05), 3px 7px 7px 0px rgba(0, 0, 0, 0.04), 6px 15px 10px 0px rgba(0, 0, 0, 0.03), 11px 27px 12px 0px rgba(0, 0, 0, 0.01), 18px 43px 13px 0px rgba(0, 0, 0, 0);
}

.g5core-menu-mobile {
  background: #fff !important;
}
.g5core-menu-mobile .header_mobile_logo {
  text-align: center;
  padding-top: 24px;
}
.g5core-menu-mobile.dark .g5core-search-form-wrapper {
  background: #fff;
  border: 0;
}
.g5core-menu-mobile.dark .g5core-search-form-wrapper input[type=search] {
  background: rgb(246, 248, 255) !important;
  color: #B8BEDF !important;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.g5core-menu-mobile.dark .g5core-search-form-wrapper button {
  color: rgb(13, 25, 82);
  font-weight: bold;
}
.g5core-menu-mobile.dark .sub-menu {
  background: #fff !important;
}
.g5core-menu-mobile .main-menu .menu-item {
  border-bottom-color: #eee;
  max-width: 85%;
  margin: auto;
  width: 100%;
}
.g5core-menu-mobile .main-menu .menu-item > a {
  color: #0D1952 !important;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 16px 0;
}
.g5core-menu-mobile .main-menu .menu-item.menu-cart > a::before {
  content: "";
  background: url(/wp-content/uploads/2023/07/local_mall.svg) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.g5core-menu-mobile .main-menu .menu-item.menu-konto > a::before {
  content: "";
  background: url(/wp-content/uploads/2023/07/person.svg) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.g5core-menu-mobile .main-menu .menu-item .sub-menu .menu-item {
  margin-left: 0;
  margin-right: 0;
  max-width: unset;
}
.g5core-menu-mobile .main-menu .menu-item .sub-menu .menu-item .x-mega-sub-menu {
  padding-left: 0;
  padding-right: 0;
}
.g5core-menu-mobile .main-menu .menu-item .sub-menu .menu-item .x-mega-sub-menu .vc_row {
  margin: 0;
}
.g5core-menu-mobile .main-menu .menu-item .sub-menu .menu-item .x-mega-sub-menu .vc_row h2.gel-heading-title {
  color: #0D1952 !important;
  font-weight: bold !important;
  line-height: 1.4em;
}
.g5core-menu-mobile .main-menu .menu-item .sub-menu .menu-item .x-mega-sub-menu .vc_row a {
  color: #0D1952;
}
.g5core-menu-mobile .main-menu .menu-item .sub-menu::before {
  display: none !important;
}
.g5core-menu-mobile .off-canvas-close {
  background: transparent !important;
}
.g5core-menu-mobile .off-canvas-close i {
  width: 24px;
  height: 24px;
  background: url(/wp-content/uploads/2023/07/menu_svg.svg) center;
  display: block;
}
.g5core-menu-mobile .off-canvas-close i::before {
  opacity: 0;
}
.g5core-menu-mobile > .off-canvas-overlay {
  background: rgba(255, 255, 255, 0.8117647059);
}

.header-sticky .header-hidden {
  transform: unset !important;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1) !important;
}

footer#site-footer {
  background: #0D1952;
}
footer#site-footer h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}
footer#site-footer h2 + p {
  text-transform: initial;
  font-weight: 400;
  margin-top: 32px;
  margin-bottom: 27px;
}
footer#site-footer p {
  color: #B8BEDF;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 228%;
  text-transform: uppercase;
}
footer#site-footer ul li {
  padding-bottom: 3px;
}
footer#site-footer ul li a {
  color: #B8BEDF;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 235%;
  text-transform: uppercase;
}
footer#site-footer .footer_1 {
  width: 302px;
  max-width: 320px;
  margin-right: 58px;
}
footer#site-footer .footer_2 {
  max-width: 200px;
}
footer#site-footer .footer_3 {
  max-width: 170px;
}
footer#site-footer .footer_4 {
  max-width: 229px;
}
@media all and (max-width: 479px) {
  footer#site-footer .footer_4 {
    max-width: 100%;
    margin-top: 25px;
  }
}
footer#site-footer .footer_5 {
  width: 100%;
  max-width: 481px;
}
footer#site-footer .footer_5 .wpb_raw_code {
  margin-bottom: 14px;
}
@media all and (max-width: 479px) {
  footer#site-footer .footer_5 {
    margin-top: 60px;
  }
}
footer#site-footer form .newsletter-inp {
  display: flex;
  position: relative;
  margin-top: 20px;
}
footer#site-footer form .newsletter-inp input[type=email] {
  border-radius: 2px;
  border: 1px solid #B8BEDF;
  background: transparent;
  color: #B8BEDF !important;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  line-height: 180%;
}
footer#site-footer form .newsletter-inp input[type=email]::placeholder {
  color: #B8BEDF !important;
}
footer#site-footer form .newsletter-inp button {
  border-radius: 2px;
  background: #3B60EB;
  position: absolute;
  border: 0px solid #3B60EB;
  right: 1px;
  top: 1px;
  padding: 0 21px;
  text-transform: uppercase;
}
footer#site-footer form .newsletter-inp + p {
  margin-bottom: 0;
}
footer#site-footer form input[type=checkbox] {
  border-radius: 2px;
  border: 1px solid #B8BEDF;
  appearance: none;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-right: 8px;
  flex: 1 0 17px;
}
footer#site-footer form input[type=checkbox]:checked {
  background: #B8BEDF;
}
footer#site-footer form label {
  color: #B8BEDF;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: initial !important;
  margin-top: 20px;
  display: flex;
  align-items: center;
  max-width: 400px;
}
footer#site-footer form label br {
  display: none !important;
}
footer#site-footer ul.wp-block-social-links {
  margin: 105px 0 0;
  gap: 28px;
}
@media all and (max-width: 479px) {
  footer#site-footer ul.wp-block-social-links {
    margin: 60px 0 0;
  }
}
footer#site-footer ul.wp-block-social-links li {
  background: transparent;
}
footer#site-footer ul.wp-block-social-links li a {
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 16px;
  height: 17px;
  background-size: contain !important;
}
footer#site-footer ul.wp-block-social-links li a svg {
  display: none;
}
footer#site-footer ul.wp-block-social-links li.wp-social-link-facebook a {
  background: url(/wp-content/uploads/2023/07/Vector.svg);
}
footer#site-footer ul.wp-block-social-links li.wp-social-link-twitter a {
  background: url(/wp-content/uploads/2023/07/Vector-1.svg);
}
footer#site-footer ul.wp-block-social-links li.wp-social-link-pinterest a {
  background: url(/wp-content/uploads/2023/07/Vector-2.svg);
}
footer#site-footer ul.wp-block-social-links li.wp-social-link-youtube a {
  background: url(/wp-content/uploads/2023/07/Vector-3.svg);
}
footer#site-footer ul.wp-block-social-links li.wp-social-link-linkedin a {
  background: url(/wp-content/uploads/2023/08/Group_.svg);
}
footer#site-footer ul.wp-block-social-links li.wp-social-link-instagram a {
  background: url(/wp-content/uploads/2023/08/Group_-1.svg);
}
@media all and (min-width: 1200px) {
  footer#site-footer .wpb_widgetised_column {
    margin: 0;
  }
}
footer#site-footer .footer-links-f ul {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  list-style: none;
}
@media all and (max-width: 479px) {
  footer#site-footer .footer-links-f ul {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
footer#site-footer .footer-links-f ul li a {
  color: #B8BEDF;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: unset;
}
footer#site-footer .footer-links-f ul li:not(:last-child)::after {
  content: "|";
  margin: 0 5px;
}
@media all and (max-width: 479px) {
  footer#site-footer .footer-links-f ul li:not(:last-child)::after {
    display: none;
  }
}
footer#site-footer .footer-copy-f p {
  color: #B8BEDF;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 228%;
  text-transform: unset !important;
}
footer#site-footer .footer-copy-f p img {
  margin-left: 10px;
}
footer#site-footer .vc_separator .vc_sep_holder .vc_sep_line {
  border-color: rgba(165, 165, 165, 0.5);
}

.home div#primary-content {
  padding-bottom: 0;
}

.home_header > .wpb_column > .vc_column-inner {
  padding: 0 !important;
}
.home_header .slick-slide > div {
  padding: 0 !important;
}
.home_header .slick-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
@media all and (max-width: 575px) {
  .home_header .slick-dots {
    bottom: 5px;
  }
}
.home_header .wpb_row p {
  color: #0D1952;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media all and (max-width: 575px) {
  .home_header .wpb_row p {
    font-size: 15px;
  }
}
.home_header .wpb_row h1 {
  color: #0D1952;
  font-family: Butler, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  margin: 20px 0;
  line-height: normal;
}
@media all and (max-width: 575px) {
  .home_header .wpb_row h1 {
    font-size: 25px;
  }
}
.home_header .wpb_row h1 ~ p {
  margin-bottom: 40px;
  max-width: 557px;
}
.home_header .wpb_row .btn-primary {
  border-radius: 2px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #E8EAF3;
  padding: 20px 40px;
  line-height: 1em;
}
@media all and (max-width: 575px) {
  .home_header .wpb_row .btn-primary {
    padding: 15px 35px;
    font-size: 14px;
  }
}
.home_header .wpb_row .wpb_column {
  max-width: 1400px;
  margin: auto;
  float: unset;
  padding: 140px 30px 237px;
}
@media all and (max-width: 575px) {
  .home_header .wpb_row .wpb_column {
    padding-top: 8px;
    padding-bottom: 38px;
  }
}

.section_title h2 {
  color: #0D1952;
  font-family: Butler, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 575px) {
  .section_title h2 {
    font-size: 36px;
  }
}
.section_title h2 + p {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.section_title h3 {
  color: #0D1952;
  font-family: Butler, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 575px) {
  .section_title h3 {
    font-size: 30px;
  }
}

.home_s2 {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media all and (max-width: 575px) {
  .home_s2 {
    padding-top: 5px;
    padding-bottom: 60px;
  }
  .home_s2 .gel-btn-inline {
    display: block;
    text-align: center;
  }
  .home_s2 .section_title {
    text-align: center;
    margin-top: -30px;
  }
  .home_s2 p {
    text-align: center;
  }
}
.home_s2 p {
  color: #464C65;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media all and (max-width: 575px) {
  .home_s2 p {
    font-size: 14px;
  }
}
.home_s2 .btn-square {
  border-radius: 2px;
  border: 1px solid #AAB4E1;
  color: #162A89;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  line-height: 1em;
  background: #fff;
  padding: 20px 40px;
}
.home_s2 .vc_icon_element-inner::before {
  content: "SCROLL";
  display: block;
  text-align: center;
  color: #0D1952;
  font-family: Urbanist, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.home_s2 .vc_icon_element-inner .vc_icon_element-icon {
  padding-top: 45px;
  color: rgb(13, 25, 82) !important;
}
.home_s2 .vc_icon_element-inner .vc_icon_element-icon::before {
  -webkit-animation: slide-bottom 2s ease-out infinite alternate-reverse both;
  animation: slide-bottom 2s ease-out infinite alternate-reverse both;
}

.home_sgrid {
  padding-bottom: 80px;
  padding-top: 50px;
}
@media all and (max-width: 575px) {
  .home_sgrid {
    padding-top: 15px;
    padding-bottom: 40px;
  }
}
.home_sgrid .section_title {
  text-align: center;
  margin-bottom: 50px;
}
@media all and (max-width: 575px) {
  .home_sgrid .section_title {
    margin-bottom: 10px;
  }
}
.home_sgrid .section_title p {
  color: #464C65;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 32.4px */
}
@media all and (max-width: 575px) {
  .home_sgrid .section_title p {
    font-size: 14px;
  }
}
.home_sgrid .section_title ul {
  width: auto;
  display: inline-block;
}
.home_sgrid .section_title ul li {
  color: #464c65;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media all and (max-width: 989px) {
  .home_sgrid .wpb_row {
    display: flex;
    flex-wrap: wrap;
  }
  .home_sgrid .wpb_row .wpb_column {
    width: 50%;
    margin-bottom: 20px;
  }
  .home_sgrid .wpb_row::after, .home_sgrid .wpb_row::before {
    display: none;
  }
}
@media all and (max-width: 479px) {
  .home_sgrid .wpb_row .wpb_column {
    width: 100%;
    margin-bottom: 20px;
  }
}
.home_sgrid .slick-dots {
  width: 100%;
  margin-top: 0;
}
.home_sgrid .gel-image-box .image {
  margin-bottom: 15px;
}
.home_sgrid .gel-image-box .content-box h4.title {
  margin-bottom: 0;
}
.home_sgrid .gel-image-box .content-box h4.title a {
  color: #0D1952;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media all and (max-width: 479px) {
  .home_sgrid .gel-image-box .content-box h4.title a {
    font-size: 16px;
    line-height: 1.3em !important;
    display: block;
  }
}
.home_sgrid .gel-image-box .content-box .description {
  margin-top: 10px;
}
.home_sgrid .gel-image-box .content-box .description p {
  color: #0D1952;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 150%;
}
.home_sgrid .gel-image-box .content-box .btn-box {
  margin-top: 10px;
}
.home_sgrid .gel-image-box .content-box .btn-box a {
  padding: 0;
  background: transparent !important;
  border: 0;
  color: #80869F !important;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: lowercase;
}
.home_sgrid .gel-image-box .content-box .btn-box a::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(/wp-content/uploads/2023/07/arrow_forward.svg);
  vertical-align: middle;
}
.home_sgrid .gel-btn.gel-btn-center {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
.home_sgrid .gel-btn.gel-btn-center .btn-square {
  border-radius: 2px;
  border: 1px solid #AAB4E1;
  color: #162A89;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  line-height: 1em;
  background: transparent;
  padding: 20px 40px;
}
.home_sgrid.home_s7 {
  margin-top: 140px;
  margin-bottom: 140px;
}
@media all and (max-width: 989px) {
  .home_sgrid.home_s7 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 479px) {
  .home_sgrid.home_s8 .wpb_row .wpb_column {
    width: 100%;
    margin-bottom: 20px;
  }
}
.home_sgrid.home_s8 .image {
  margin-bottom: 15px;
  min-height: 57px;
}
@media all and (max-width: 479px) {
  .home_sgrid.home_s8 .image {
    text-align: center;
  }
}
.home_sgrid.home_s8 .content-box .description ul {
  padding-left: 15px;
}
.home_sgrid.home_s8 .content-box .description ul li {
  color: #464C65;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.home_sgrid.home_s6 .wpb_row .wpb_column:first-child .gel-image-box {
  margin-left: auto;
  margin-right: unset;
}
.home_sgrid.home_s6 .wpb_row .wpb_column:last-child .gel-image-box {
  margin-right: auto;
  margin-left: unset;
}
@media all and (max-width: 575px) {
  .home_sgrid.home_s6 .vc_col-sm-3 {
    margin-bottom: 0 !important;
  }
}
.home_sgrid.home_s6 .gel-image-box {
  max-width: 455px;
  margin: auto;
}
@media all and (max-width: 575px) {
  .home_sgrid.home_s6 .gel-image-box .image img {
    margin: auto;
  }
}
.home_sgrid.home_s16 {
  padding-top: 0;
  padding-bottom: 0;
}
.home_sgrid.home_s16 .vc_column-inner {
  padding: 0 !important;
}
.home_sgrid.home_s16 .vc_column-inner .wpb_content_element {
  margin-bottom: 0;
}
.home_sgrid.home_s16 .section_title {
  text-align: left;
  padding: 0 80px;
}
@media all and (max-width: 989px) {
  .home_sgrid.home_s16 .section_title {
    padding: 30px;
  }
}
.home_sgrid.home_s16 .section_title p {
  text-align: left;
}

.home_s9 {
  padding-top: 69px;
  padding-bottom: 69px;
}
@media all and (max-width: 989px) {
  .home_s9 > div {
    flex: 1 1 100%;
  }
}
.home_s9 .vc_column-inner {
  padding-top: 0 !important;
}
.home_s9 .vc_column-inner .wpb_text_column {
  margin: 0;
}
.home_s9 .vc_column-inner .wpb_text_column h2 {
  color: #D8DDF4;
  text-align: center;
  font-family: Butler, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.home_s9 .vc_column-inner .btn-square {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #D8DDF4;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.home_s9 .vc_column-inner .btn-square::after {
  content: "";
  width: 37px;
  height: 37px;
  display: inline-block;
  margin-left: 5px;
  background: url(/wp-content/uploads/2023/07/arrow_downward.svg);
  vertical-align: middle;
}

@media all and (max-width: 479px) {
  .home_s10 .wpb_row .wpb_column {
    width: 100% !important;
  }
  .home_s10 .wpb_row .wpb_column .wpb_wrapper {
    gap: 0;
    display: block !important;
  }
  .home_s10 .wpb_row .wpb_column .wpb_wrapper .gel-image-box {
    flex: 1 1 100% !important;
  }
}
@media all and (max-width: 989px) {
  .home_s10 .wpb_row .wpb_column:last-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .home_s10 .wpb_row .wpb_column:last-child .wpb_wrapper {
    display: flex;
    gap: 45px;
  }
  .home_s10 .wpb_row .wpb_column:last-child .wpb_wrapper .gel-image-box {
    flex: 1 1 50%;
  }
}
.home_s10 .gel-image-box {
  margin-bottom: 70px;
}
.home_s10 .gel-image-box .image img {
  height: 70px;
  object-fit: contain;
}
.home_s10 .gel-image-box .content-box h4.title {
  margin-bottom: 20px;
  display: block;
}
.home_s10 .gel-image-box .content-box .description p {
  color: #464C65;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.g5blog__post-grid .g5blog__post-title a {
  color: #0D1952 !important;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.g5blog__post-grid ul.g5blog__post-meta li a {
  color: #80869F;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  text-transform: uppercase;
}
.g5blog__post-grid a.link-more {
  color: #0D1952;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 16px;
  display: inline-block;
}
.g5blog__post-grid a.link-more::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2023/07/arrow__link.svg);
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 3px;
}

.home_s11.home_s11 {
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: center !important;
  padding-top: 60px;
  padding-bottom: 90px;
}
.home_s11.home_s11 .section_title {
  text-align: center;
}
.home_s11.home_s11 .footer-form {
  display: flex;
  flex-wrap: wrap;
  max-width: 930px;
  margin: auto;
  row-gap: 20px;
  column-gap: 30px;
}
.home_s11.home_s11 .footer-form .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 10px;
  left: 0;
  bottom: -13px;
}
.home_s11.home_s11 .footer-form label.col-6 {
  flex: 1 1 calc(50% - 15px);
  padding: 0;
  margin: 0;
}
@media all and (max-width: 479px) {
  .home_s11.home_s11 .footer-form label.col-6 {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.home_s11.home_s11 .footer-form label.col-12 {
  flex: 1 1 100%;
  padding: 0;
  margin: 0;
}
.home_s11.home_s11 .footer-form > div {
  flex: 1 1 100%;
  text-align: center;
  position: relative;
}
.home_s11.home_s11 .footer-form > div .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.home_s11.home_s11 .footer-form input,
.home_s11.home_s11 .footer-form textarea {
  width: 100%;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  color: #9095AA;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 21.6px */
  border: 0;
}
.home_s11.home_s11 .footer-form input.wpcf7-submit,
.home_s11.home_s11 .footer-form textarea.wpcf7-submit {
  border-radius: 2px;
  border: 1px solid #AAB4E1;
  color: #0D1952;
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  max-width: 226px;
  width: 100%;
  padding: 18.75px 40px;
}
.home_s11.home_s11 .footer-form input.wpcf7-submit:hover,
.home_s11.home_s11 .footer-form textarea.wpcf7-submit:hover {
  background: #162A89 !important;
  color: #fff !important;
}
.home_s11.home_s11 .footer-form textarea {
  max-height: 131px;
}
.home_s11.home_s11 .footer-form .wpcf7-form-control-wrap * {
  display: block;
}
.home_s11.home_s11 .footer-form .wpcf7-form-control-wrap span.wpcf7-list-item {
  margin-left: 0;
}
.home_s11.home_s11 .footer-form .wpcf7-form-control-wrap span.wpcf7-list-item label {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.home_s11.home_s11 .footer-form .wpcf7-form-control-wrap span.wpcf7-list-item label input {
  flex: 0 0 13px;
  appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  border: 1px solid #9095AA;
  margin-right: 10px;
}
.home_s11.home_s11 .footer-form .wpcf7-form-control-wrap span.wpcf7-list-item label input:checked {
  background: #9095AA;
}
.home_s11.home_s11 .footer-form .wpcf7-form-control-wrap span.wpcf7-list-item label span {
  color: #9095AA;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 18px */
}

@media all and (max-width: 575px) {
  .home_s15 {
    background-position: center;
  }
}
.home_s15 .wpb_text_column {
  max-width: 876px;
  margin-left: auto;
  margin-right: auto;
}

body.single-product div.product.g5shop__single-product div.summary .price {
  color: #0d1952;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 20px;
  display: inline;
}
body.single-product div.product.g5shop__single-product div.summary .price span.net-price-label {
  font-weight: bold;
  display: block;
  text-align: left;
  font-size: 13px;
}
body.single-product div.product.g5shop__single-product div.summary .price span.amount {
  margin-bottom: 30px;
  display: block;
}
body.single-product div.product.g5shop__single-product div.summary .product_title {
  color: #0D1952;
  font-family: Butler, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 575px) {
  body.single-product div.product.g5shop__single-product div.summary .product_title {
    font-size: 38px;
  }
}
body.single-product div.product.g5shop__single-product div.summary .woocommerce-product-details__short-description p {
  color: #464C65;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
body.single-product div.product.g5shop__single-product div.summary .g5shop__add-to-cart-quantity-wrap label.g5shop__quantity-label {
  color: #0D1952;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 30px;
}
body.single-product div.product.g5shop__single-product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__quantity {
  max-width: 210px;
  width: 100%;
}
body.single-product div.product.g5shop__single-product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__quantity .g5shop__quantity-inner {
  max-width: 210px;
  width: 100%;
}
body.single-product div.product.g5shop__single-product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__quantity .g5shop__quantity-inner .qty {
  border-radius: 2px;
  background: #F6F8FF;
  border: 0;
}
body.single-product div.product.g5shop__single-product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__add-to-cart-quantity .button {
  max-width: 237px;
  border-radius: 2px;
  background: #3B60EB;
  border: 0;
}
body.single-product div.product.g5shop__single-product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__add-to-cart-quantity .button:hover {
  background: #162A89;
}
body.single-product div.product.g5shop__single-product div.summary #enquiry .pe-show-enq-modal {
  width: 100%;
  max-width: 467px !important;
  color: #464C65;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase !important;
  background: #fff;
  height: 59px;
  border-radius: 2px;
  border: 1.5px solid #D8DDF4;
}
body.single-product div.product.g5shop__single-product div.summary .g5shop__single-product-actions {
  display: none;
}
body.single-product div.product.g5shop__single-product div.summary .cart::after, body.single-product div.product.g5shop__single-product div.summary .cart::before {
  display: none !important;
}
body.single-product div.product.g5shop__single-product div.summary .product_meta label,
body.single-product div.product.g5shop__single-product div.summary .g5core__social-share label {
  color: #0D1952;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
body.single-product div.product.g5shop__single-product div.summary .product_meta span.posted_in a,
body.single-product div.product.g5shop__single-product div.summary .g5core__social-share span.posted_in a {
  color: #464C65;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}
body.single-product div.product.g5shop__single-product div.summary .product_meta {
  border-color: #D8DDF4;
  padding-top: 40px;
  margin-top: 40px;
}
body.single-product div.product.g5shop__single-product .g5shop__single-product-tabs {
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
  z-index: 0;
}
@media all and (max-width: 575px) {
  body.single-product div.product.g5shop__single-product .g5shop__single-product-tabs {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
body.single-product div.product.g5shop__single-product .g5shop__single-product-tabs::before {
  display: none !important;
}
body.single-product div.product.g5shop__single-product .g5shop__single-product-tabs::after {
  content: "";
  width: 100vw;
  height: 100%;
  background: #F6F8FF;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
}
body.single-product div.product.g5shop__single-product .g5shop__single-product-tabs div#collapse-description p {
  color: #464C65;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media all and (max-width: 479px) {
  body.single-product div.product.g5shop__single-product .g5shop__single-product-tabs div#collapse-description p {
    font-size: 16px;
  }
}
body.single-product div.product.g5shop__single-product .g5shop__single-product-tabs .g5shop__tabs-container .nav-tabs .nav-link {
  color: rgba(13, 25, 82, 0.3);
  text-align: center;
  font-family: Butler, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body.single-product div.product.g5shop__single-product .g5shop__single-product-tabs .g5shop__tabs-container .nav-tabs .nav-link.active {
  color: #0D1952;
}
body.single-product div.product.g5shop__single-product .g5shop__single-product-tabs .g5shop__panels-container .tab-pane .g5shop__tab-panel {
  border: 0;
}
body.single-product div.product.g5shop__single-product .g5shop__single-product-tabs .g5shop__panels-container .tab-pane .g5shop__tab-panel .g5shop__panel-heading h4 {
  color: rgba(13, 25, 82, 0.3);
  text-align: center;
  font-family: Butler, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 479px) {
  body.single-product div.product.g5shop__single-product .g5shop__single-product-tabs .g5shop__panels-container .tab-pane .g5shop__tab-panel .g5shop__panel-heading h4 {
    font-size: 28px;
  }
}
body.single-product div.product.g5shop__single-product .g5shop__single-product-tabs .g5shop__panels-container .tab-pane.active .g5shop__panel-heading h4 {
  color: #0D1952;
}
body.single-product div.product.g5shop__single-product table.shop_attributes th,
body.single-product div.product.g5shop__single-product table.shop_attributes td {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  color: #464C65;
}
@media all and (max-width: 479px) {
  body.single-product div.product.g5shop__single-product table.shop_attributes th,
  body.single-product div.product.g5shop__single-product table.shop_attributes td {
    font-size: 16px;
  }
}
body.single-product .pe-show-enq-modal {
  max-width: unset !important;
  text-transform: unset !important;
}
body.single-product .ui-dialog .ui-dialog-titlebar {
  background: #0D1952;
  text-align: center;
  color: #fff;
  padding: 23px 20px;
}
body.single-product .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  text-align: center;
  float: unset;
  margin: auto;
  display: block;
  color: #FFF;
  font-family: Butler, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body.single-product .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close span.ui-icon {
  background: transparent !important;
}
body.single-product .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close span.ui-icon::before {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
}
body.single-product .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close span.ui-icon::after {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
}
body.single-product .ui-dialog .ui-dialog-content.ui-dialog-content {
  background: #F6F8FF;
}
body.single-product .ui-dialog .ui-dialog-content.ui-dialog-content .wdm-pef-form-row.wdm-pef-form-row {
  display: flex;
  flex-direction: column-reverse;
  margin: 10px 0 !important;
}
body.single-product .ui-dialog .ui-dialog-content.ui-dialog-content .wdm-pef-form-row.wdm-pef-form-row input,
body.single-product .ui-dialog .ui-dialog-content.ui-dialog-content .wdm-pef-form-row.wdm-pef-form-row textarea {
  border-radius: 2px;
  background: #F8F7F8;
  border: 0;
}
body.single-product .ui-dialog .ui-dialog-content.ui-dialog-content .wdm-pef-form-row.wdm-pef-form-row label {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  color: #80869F !important;
  font-family: Inter, sans-serif;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal !important;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border: 0 !important;
  background: transparent !important;
}
body.single-product .ui-dialog .ui-dialog-content.ui-dialog-content .wdm-enquiry-action-btns {
  border: 0;
  text-align: center;
}
body.single-product .ui-dialog .ui-dialog-content.ui-dialog-content .wdm-enquiry-action-btns button {
  border-radius: 2px;
  border: 1px solid #AAB4E1;
  background: transparent;
  color: #0D1952;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
body.single-product .ui-dialog .ui-dialog-content.ui-dialog-content .wdm-enquiry-action-btns button:hover {
  color: #fff;
}
body.single-product .ui-dialog .ui-dialog-content.ui-dialog-content .contact-bottom {
  display: none;
}
body.single-product .ui-dialog .ui-dialog-content.ui-dialog-content .wdm-terms-cond-cb {
  color: #9095AA;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
body.single-product .ui-dialog .ui-dialog-content.ui-dialog-content .wdm-terms-cond-cb span.terms-cond-text {
  display: inline-block;
  width: calc(100% - 35px);
  vertical-align: top;
}
body.single-product .ui-dialog .ui-dialog-content.ui-dialog-content .wdm-terms-cond-cb input {
  width: 13px;
  height: 13px;
  display: inline-block;
  appearance: none;
  border-radius: 2px;
  border: 1px solid #9095AA;
  margin-right: 10px;
  transform: translateY(2px);
}
body.single-product .ui-dialog .ui-dialog-content.ui-dialog-content .wdm-terms-cond-cb input:checked {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='fi_447147' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M504.502,75.496c-9.997-9.998-26.205-9.998-36.204,0L161.594,382.203L43.702,264.311c-9.997-9.998-26.205-9.997-36.204,0 c-9.998,9.997-9.998,26.205,0,36.203l135.994,135.992c9.994,9.997,26.214,9.99,36.204,0L504.502,111.7 C514.5,101.703,514.499,85.494,504.502,75.496z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: 8px;
  background-repeat: no-repeat;
}
body.single-product div#primary-content {
  padding-bottom: 0;
}
body.single-product div#stock_notifier_main_form {
  margin-bottom: 30px;
}
body.single-product div#stock_notifier_main_form h5.subscribe_for_interest_text {
  margin-bottom: 30px;
  color: #0D1952;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 100px;
}
body.single-product div#stock_notifier_main_form .stock_alert_email {
  max-width: 313px !important;
  width: 100%;
  height: 70px !important;
  border-radius: 2px 0 0 2px !important;
  margin-right: -4px;
  margin-bottom: 0;
}
body.single-product div#stock_notifier_main_form button.stock_alert_button {
  border-radius: 2px;
  background: #3B60EB;
  border-color: #3B60EB;
  height: 70px;
}
body.single-product .products.related, body.single-product .products.upsells {
  padding-top: 0 !important;
  margin-bottom: 30px;
}
body.single-product .products.related > h2, body.single-product .products.upsells > h2 {
  color: #0D1952;
  text-align: center;
  font-family: Butler, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 575px) {
  body.single-product .products.related > h2, body.single-product .products.upsells > h2 {
    font-size: 38px;
  }
}
body.single-product .products.related::before, body.single-product .products.upsells::before {
  display: none !important;
}
body.single-product .modal-enquiry-form {
  max-width: 900px;
}
body.single-product .flex-control-thumbs .slick-arrows .slick-arrow i {
  color: #fff !important;
}
body.single-product div#sidebar {
  display: none;
}

ul.wcapf-filter-options li.wcapf-filter-option {
  margin-bottom: 20px !important;
}
ul.wcapf-filter-options li.wcapf-filter-option .wcapf-filter-item {
  justify-content: space-between;
}
ul.wcapf-filter-options li.wcapf-filter-option .wcapf-filter-item label input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
ul.wcapf-filter-options li.wcapf-filter-option .wcapf-filter-item label span.wcapf-filter-item-label span.wcapf-nav-item-text {
  color: #04081B;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: unset;
}
ul.wcapf-filter-options li.wcapf-filter-option ul.wcapf-filter-options li.wcapf-filter-option .wcapf-filter-item label span.wcapf-filter-item-label span.wcapf-nav-item-text {
  color: #80869F;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

ul.custom-product-categories {
  padding: 0;
  list-style: none;
}
ul.custom-product-categories .custom-category-item {
  margin-bottom: 12px;
  position: relative;
}
ul.custom-product-categories .custom-category-item a {
  color: #04081B;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-right: 30px;
  font-family: "Inter", sans-serif;
}
ul.custom-product-categories .custom-category-item.active-category > a {
  color: #3B60EB;
}
ul.custom-product-categories .custom-category-item .toggle-submenu {
  position: absolute;
  right: 0;
  top: 6px;
  cursor: pointer;
  width: 10px;
  height: 10px;
}
ul.custom-product-categories .custom-category-item .toggle-submenu::before {
  content: "";
  height: 10px;
  width: 2px;
  background: #04081B;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
ul.custom-product-categories .custom-category-item .toggle-submenu::after {
  content: "";
  height: 2px;
  width: 10px;
  background: #04081B;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
ul.custom-product-categories .custom-category-item ul.custom-sub-categories {
  display: none;
  margin-left: 20px;
  padding: 0;
  list-style: none;
}
ul.custom-product-categories .custom-category-item ul.custom-sub-categories li.custom-sub-category-item {
  margin-bottom: 30px;
  position: relative;
}
ul.custom-product-categories .custom-category-item ul.custom-sub-categories li.custom-sub-category-item a {
  color: #80869F;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
}
ul.custom-product-categories .custom-category-item ul.custom-sub-categories li.custom-sub-category-item.active-category > a {
  color: #3B60EB;
}
ul.custom-product-categories .custom-category-item.active-sub-category > ul {
  display: block;
}
ul.custom-product-categories .custom-category-item.cat_111 > ul {
  display: block !important;
}
ul.custom-product-categories .cat_109 {
  display: none !important;
}

.order-s2-cont > span {
  padding: 1px;
  background: transparent;
  border: 0;
}
.order-s2-cont > span .select2-search {
  display: none !important;
}
.order-s2-cont > span span.select2-results {
  background: #fff;
  border: 1.5px solid #D8DDF4;
  border-top: 0;
}

@media all and (max-width: 479px) {
  .xoo-cp-modal .xoo-cp-container .xoo-cp-content .xoo-cp-pdetails tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.xoo-cp-modal .xoo-cp-container .xoo-cp-content .xoo-cp-pdetails tr .xoo-cp-qtybox {
  border: 0;
  background-color: var(--g5-color-background-input);
  border-radius: 3px;
}
.xoo-cp-modal .xoo-cp-container .xoo-cp-content .xoo-cp-pdetails tr .xoo-cp-qtybox span.xcp-plus,
.xoo-cp-modal .xoo-cp-container .xoo-cp-content .xoo-cp-pdetails tr .xoo-cp-qtybox span.xcp-minus {
  border: 0;
}
.xoo-cp-modal .xoo-cp-container .xoo-cp-content .xoo-cp-pdetails tr .xoo-cp-qtybox input[type=number].xoo-cp-qty {
  font-size: 14px;
  font-weight: bold;
}
.xoo-cp-modal .xoo-cp-container .xoo-cp-content .xoo-cp-pdetails tr .xoo-cp-ptitle a {
  color: #0D1952;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media all and (max-width: 767px) {
  .xoo-cp-modal .xoo-cp-container .xoo-cp-content .xoo-cp-pdetails tr .xoo-cp-ptitle a {
    font-size: 16px;
  }
}
@media all and (max-width: 479px) {
  .xoo-cp-modal .xoo-cp-container .xoo-cp-content .xoo-cp-pdetails tr .xoo-cp-ptitle a {
    width: 100%;
  }
}
@media all and (max-width: 479px) {
  .xoo-cp-modal .xoo-cp-container .xoo-cp-content .xoo-cp-pdetails tr .xoo-cp-ptitle {
    width: 100%;
    text-align: center !important;
  }
}
.xoo-cp-modal .xoo-cp-container .xoo-cp-content .xoo-cp-pdetails tr td.xoo-cp-pprice {
  color: #0D1952;
  text-align: center;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media all and (max-width: 479px) {
  .xoo-cp-modal .xoo-cp-container .xoo-cp-content .xoo-cp-pdetails tr td.xoo-cp-pprice {
    width: 50%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.xoo-cp-modal .xoo-cp-container .xoo-cp-content .xoo-cp-pdetails tr td.xoo-cp-remove {
  position: absolute;
  right: 10px;
  width: auto !important;
  padding: 0;
}
@media all and (max-width: 479px) {
  .xoo-cp-modal .xoo-cp-container .xoo-cp-content .xoo-cp-pdetails tr td.xoo-cp-pimg {
    width: 100% !important;
    display: block;
  }
}
.xoo-cp-modal .xoo-cp-container .xoo-cp-content .xoo-cp-ptotal {
  padding: 0;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 15px;
  color: #0D1952;
  font-family: "Inter", sans-serif;
}
.xoo-cp-modal .xoo-cp-container .xoo-cp-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media all and (max-width: 575px) {
  .xoo-cp-modal .xoo-cp-container .xoo-cp-btns {
    flex-wrap: wrap;
  }
}
.xoo-cp-modal .xoo-cp-container .xoo-cp-btns a.xcp-btn {
  margin: 0;
  padding: 11px 0;
  border-radius: 3px;
  transition: all 0.2s;
  text-transform: unset;
  font-weight: var(--g5-btn-font-weight);
}
.xoo-cp-modal .xoo-cp-container .xoo-cp-btns a.xcp-btn.xoo-cp-btn-vc {
  background: #3B60EB;
  border-color: #3B60EB;
}
.xoo-cp-modal .xoo-cp-container .xoo-cp-btns a.xcp-btn.xoo-cp-btn-vc:hover {
  background: #162A89;
  border-color: #162A89;
}
.xoo-cp-modal .xoo-cp-container .xoo-cp-btns a.xcp-btn.xoo-cp-btn-ch {
  background-color: transparent;
  border-color: var(--g5-color-border);
  color: var(--g5-color-heading);
  font-size: var(--g5-btn-font-size);
  display: none !important;
}
.xoo-cp-modal .xoo-cp-container .xoo-cp-btns a.xcp-btn.xoo-cp-btn-ch:hover {
  color: #fff;
  border-color: var(--g5-color-heading);
  background-color: var(--g5-color-heading);
}

.woocommerce table.my_account_orders thead tr th, .woocommerce table.shop_table.cart thead tr th {
  background: #F6F8FF;
  color: #0D1952;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.woocommerce table.my_account_orders .product-thumbnail, .woocommerce table.shop_table.cart .product-thumbnail {
  width: 140px;
}
.woocommerce table.my_account_orders .product-price .amount,
.woocommerce table.my_account_orders .product-subtotal .amount, .woocommerce table.shop_table.cart .product-price .amount,
.woocommerce table.shop_table.cart .product-subtotal .amount {
  color: #0D1952;
  text-align: center;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.woocommerce table.my_account_orders .product-name a, .woocommerce table.shop_table.cart .product-name a {
  color: #0D1952;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.woocommerce table.my_account_orders .actions .coupon .input-text, .woocommerce table.shop_table.cart .actions .coupon .input-text {
  border-radius: 2px 0px 0px 2px;
  background: #F6F8FF;
  border-color: #F6F8FF;
  width: 400px !important;
  color: #AAB4E1;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-right: 0;
}
@media all and (max-width: 768px) {
  .woocommerce table.my_account_orders .actions .coupon .input-text, .woocommerce table.shop_table.cart .actions .coupon .input-text {
    width: 50% !important;
  }
}
@media all and (max-width: 480px) {
  .woocommerce table.my_account_orders .actions .coupon .input-text, .woocommerce table.shop_table.cart .actions .coupon .input-text {
    width: 100% !important;
  }
}
.woocommerce table.my_account_orders .actions .coupon .button, .woocommerce table.shop_table.cart .actions .coupon .button {
  border-radius: 2px;
  background: #3B60EB;
  border-color: #3B60EB;
}
.woocommerce table.my_account_orders .actions > .button, .woocommerce table.shop_table.cart .actions > .button {
  border-radius: 2px;
  border: 1.5px solid #D8DDF4;
  color: #464C65;
  background: #fff !important;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
@media all and (max-width: 991px) {
  .woocommerce table.my_account_orders .actions > .button, .woocommerce table.shop_table.cart .actions > .button {
    float: left;
    margin-top: 20px;
  }
}
.woocommerce .cart-collaterals {
  margin-bottom: 60px;
}
.woocommerce .cart-collaterals .cart_totals {
  background: #F8F7F8;
  padding: 40px;
  box-shadow: unset;
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  color: #0D1952;
  font-size: 32px;
  font-family: Butler, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout {
  padding: 0;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout a.button {
  margin: 80px -40px -126px;
  border-radius: 2px;
  background: #3B60EB;
  color: #FFF;
  font-size: 14px;
  font-family: Urbanist;
  font-style: normal;
  border: 0;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.woocommerce .cart-collaterals tr.woocommerce-shipping-totals.shipping {
  display: none;
}
.woocommerce form .form-row label {
  color: #80869F;
  font-size: 14px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border-radius: 2px;
  background: #F8F7F8;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row .select2-container {
  height: 60px;
}
.woocommerce #payment #place_order {
  margin-bottom: -107px;
  margin-top: 60px;
  float: unset;
  margin-left: -30px;
  display: block;
  width: calc(100% + 60px);
  color: #FFF;
  font-size: 14px;
  font-family: Urbanist, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.4px;
  border-radius: 2px;
  background: #3B60EB;
  text-transform: uppercase;
  border: 0;
}
@media all and (max-width: 480px) {
  .woocommerce #payment #place_order {
    width: calc(100% + 60px);
    margin: 80px -30px -60px;
  }
}

.woocommerce-checkout #order_review_wrapper {
  background: #F8F7F8;
  box-shadow: unset;
}
@media all and (max-width: 480px) {
  .woocommerce-checkout #order_review_wrapper {
    padding: 30px 30px 0;
  }
}
.woocommerce-checkout #order_review_wrapper #order_review_heading {
  color: #0D1952;
  font-size: 32px;
  font-family: Butler;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.woocommerce-checkout #order_review_wrapper .shop_table .product-name,
.woocommerce-checkout #order_review_wrapper .shop_table .product-total {
  color: #0D1952;
  font-size: 18px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.woocommerce-checkout #order_review_wrapper .shop_table tfoot th {
  color: #0D1952;
  font-size: 18px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.woocommerce-checkout #order_review_wrapper .shop_table tfoot td .amount {
  color: #0D1952;
  font-size: 18px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.woocommerce-checkout .woocommerce-additional-fields > h3,
.woocommerce-checkout .woocommerce-billing-fields > h3 {
  color: #0D1952;
  font-size: 32px;
  font-family: Butler;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.woocommerce-checkout .form-checkboxes {
  display: flex !important;
  gap: 40px;
  flex-wrap: wrap;
}
.woocommerce-checkout .form-checkboxes::before, .woocommerce-checkout .form-checkboxes::after {
  display: none !important;
}
.woocommerce-checkout .woocommerce-terms-and-conditions {
  margin-top: 10px;
}
.woocommerce-checkout .woocommerce-terms-and-conditions > p label.checkbox {
  font-size: 9px;
  line-height: 1.6em !important;
  display: inline-block !important;
  margin: 0;
  text-transform: unset;
}
.woocommerce-checkout .woocommerce-account-fields .create-account .input-checkbox label.checkbox {
  font-size: 9px;
  line-height: 1.6em !important;
  display: inline-block !important;
  margin: 0;
  text-transform: unset;
}
.woocommerce-checkout .woocommerce-account-fields .create-account .input-checkbox label.checkbox span.optional {
  font-size: inherit !important;
}

div#customer_login .u-column2.col-2 .form-custom_checbox {
  margin-bottom: 10px;
}
div#customer_login .u-column2.col-2 .form-custom_checbox label {
  font-size: 9px;
  line-height: 1.6em !important;
  display: inline-block !important;
  margin: 0;
  text-transform: unset;
}

.page-id-4359 div#primary-content {
  padding-bottom: 0;
}

.opinie_grid {
  padding: 45px 0;
}
.opinie_grid .vc_row h2 {
  color: #0D1952;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 575px) {
  .opinie_grid .vc_row h2 {
    font-size: 23px;
  }
}
.opinie_grid .vc_row p {
  color: #464C65;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}
.opinie_grid .vc_row ul li {
  color: #464C65;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}
@media all and (max-width: 575px) {
  .opinie_grid.opinie_grid_rev .vc_row {
    flex-direction: column-reverse;
  }
}

.opinie_cta {
  padding-bottom: 35px;
}
.opinie_cta .wpb_text_column {
  margin-bottom: 0;
}
.opinie_cta .wpb_text_column h2 {
  color: #D8DDF4;
  font-family: "Butler", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.opinie_cta .btn-accent {
  color: #D8DDF4;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid #AAB4E1;
  padding: 20px 40px;
  background: transparent;
}

.opinie_imgs .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .opinie_imgs .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .opinie_imgs .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 479px) {
  .opinie_imgs .vc_column-inner > .wpb_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.opinie_imgs .vc_column-inner > .wpb_wrapper figure {
  width: 100%;
  text-align: center;
}

.opinie_companies .wpb_wrapper {
  display: flex;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap;
}
.opinie_companies .wpb_wrapper p {
  font-size: 16px;
  line-height: 150%;
  max-width: 320px;
  width: 100%;
  text-align: center;
  color: #464C65;
  margin-bottom: 5px;
}

.page-id-4404 .g5core-page-title > div.container,
.page-id-4462 .g5core-page-title > div.container,
.page-id-4527 .g5core-page-title > div.container,
.page-id-4359 .g5core-page-title > div.container,
.page-id-4788 .g5core-page-title > div.container,
.page-id-4850 .g5core-page-title > div.container,
.page-id-4811 .g5core-page-title > div.container {
  display: none !important;
}
.page-id-4404 #primary-content,
.page-id-4462 #primary-content,
.page-id-4527 #primary-content,
.page-id-4359 #primary-content,
.page-id-4788 #primary-content,
.page-id-4850 #primary-content,
.page-id-4811 #primary-content {
  padding-bottom: 0;
}

.page_gift-header .vc_column-inner {
  padding-bottom: 35px;
  padding-top: 35px;
}
.page_gift-header .vc_column-inner .wpb_row {
  max-width: 772px;
  padding: 113px 0;
}
@media all and (max-width: 575px) {
  .page_gift-header .vc_column-inner .wpb_row {
    padding: 33px 0;
  }
}
.page_gift-header .vc_column-inner .wpb_row h1 {
  color: #0D1952;
  font-size: 48px;
  font-style: normal;
  font-family: Butler, sans-serif;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 575px) {
  .page_gift-header .vc_column-inner .wpb_row h1 {
    font-size: 38px;
  }
}
.page_gift-header .vc_column-inner .wpb_row p {
  color: #464C65;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.16px;
}
.page_gift-header .vc_column-inner .wpb_row .gel-btn {
  margin-right: 20px;
}
@media all and (max-width: 575px) {
  .page_gift-header .vc_column-inner .wpb_row .gel-btn {
    margin-bottom: 20px;
  }
}
.page_gift-header .vc_column-inner .wpb_row .gel-btn a {
  border-radius: 2px;
  border: 1px solid #AAB4E1;
  background: transparent;
  color: #162A89;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 20px 40px;
}

.title_2 h2 {
  font-size: 32px;
  line-height: normal;
}
.title_2 .gel-image-box .image {
  height: 120px;
}
.title_2 .gel-image-box .content-box p {
  color: #0D1952;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.title_3 h2 {
  font-size: 32px;
  line-height: normal;
}
.title_3 .vc_col-sm-4:first-child, .title_3 .vc_col-sm-4:nth-child(2), .title_3 .vc_col-sm-4:nth-child(3) {
  margin-bottom: 68px;
}
.title_3 .gel-image-box .image {
  height: 170px;
}
.title_3 .gel-image-box .content-box h4.title {
  color: #0D1952;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.title_3 .gel-image-box .content-box .description {
  min-height: 170px;
}
.title_3 .gel-image-box .content-box .description p {
  color: #464C65;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 25.2px */
}
.title_3 .gel-btn {
  margin-top: 0 !important;
}

.giftSg .section_title {
  margin-top: 65px;
  margin-bottom: 90px;
}
.giftSg .giftSg_boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  justify-content: space-between;
}
.giftSg .giftSg_boxes > div {
  width: 30%;
}
@media all and (max-width: 575px) {
  .giftSg .giftSg_boxes > div {
    width: 100%;
  }
}
.giftSg .giftSg_boxes > div .vc_column-inner > .wpb_wrapper {
  border: 1.5px solid #D8DDF4;
  padding: 45px;
  text-align: center;
  min-height: 342px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.giftSg .giftSg_boxes > div .vc_column-inner > .wpb_wrapper .wpb_text_column {
  margin: 0;
}
.giftSg .giftSg_boxes > div .vc_column-inner > .wpb_wrapper .wpb_text_column .wpb_wrapper h3 {
  color: #0D1952;
  text-align: center;
  font-family: Butler, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.giftSg .giftSg_boxes > div .vc_column-inner > .wpb_wrapper .wpb_text_column .wpb_wrapper p {
  color: #464C65;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.giftSg .giftSg_boxes > div:not(:last-child)::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='59' height='59' viewBox='0 0 59 59' fill='none'%3E%3Cpath d='M29.5026 2.45825C14.5068 2.45825 2.46094 14.5041 2.46094 29.4999C2.46094 44.4958 14.5068 56.5416 29.5026 56.5416C44.4984 56.5416 56.5443 44.4958 56.5443 29.4999C56.5443 14.5041 44.4984 2.45825 29.5026 2.45825ZM47.4484 30.2374L35.1568 42.5291C34.9109 42.7749 34.6651 42.7749 34.1734 42.7749C33.6818 42.7749 33.4359 42.7749 33.1901 42.5291C32.6984 42.0374 32.6984 41.2999 33.1901 40.8083L43.2693 30.7291H12.2943C11.5568 30.7291 11.0651 30.2374 11.0651 29.4999C11.0651 28.7624 11.5568 28.2708 12.2943 28.2708H43.7609L33.6818 18.1916C33.1901 17.6999 33.1901 16.9624 33.6818 16.4708C34.1734 15.9791 34.9109 15.9791 35.4026 16.4708L47.6943 28.7624C47.9401 29.0083 47.9401 29.7458 47.4484 30.2374Z' fill='%23AAB4E1'/%3E%3C/svg%3E");
  width: 59px;
  height: 59px;
  position: absolute;
  top: 50%;
  right: -61px;
  transform: translateY(-50%);
}
.giftSg .giftSg_boxes::before, .giftSg .giftSg_boxes::after {
  display: none !important;
}

.giftGrid_1 .section_title h2 {
  color: #0D1952;
  font-family: Butler, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.giftGrid_1 .wpb_row .wpb_text_column h3 {
  color: #0D1952;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 33px */
  height: 66px;
  display: flex;
}
.giftGrid_1 .wpb_row .wpb_text_column h3 strong {
  color: #3B60EB;
  margin-right: 18px;
  font-weight: inherit;
}
.giftGrid_1 .wpb_row .wpb_text_column p {
  color: #464C65;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 25.2px */
  min-height: 220px;
}

.giftBox_3 .giftBox_3_boxes .wpb_column .gel-image-box .image {
  margin-bottom: 40px;
}
@media all and (max-width: 575px) {
  .giftBox_3 .giftBox_3_boxes .wpb_column .gel-image-box .image {
    margin: auto;
  }
}
.giftBox_3 .giftBox_3_boxes .wpb_column .gel-image-box .content-box .description {
  min-height: 73.5px;
}
.giftBox_3 .giftBox_3_boxes .wpb_column:nth-child(1), .giftBox_3 .giftBox_3_boxes .wpb_column:nth-child(2), .giftBox_3 .giftBox_3_boxes .wpb_column:nth-child(3), .giftBox_3 .giftBox_3_boxes .wpb_column:nth-child(4) {
  margin-bottom: 140px;
}
@media all and (max-width: 575px) {
  .giftBox_3 .giftBox_3_boxes .wpb_column:nth-child(1), .giftBox_3 .giftBox_3_boxes .wpb_column:nth-child(2), .giftBox_3 .giftBox_3_boxes .wpb_column:nth-child(3), .giftBox_3 .giftBox_3_boxes .wpb_column:nth-child(4) {
    margin-bottom: 40px;
  }
}
.giftBox_3 .giftBox_3_imgs {
  margin-top: 180px;
}
.giftBox_3 .gel-slider-container {
  margin-top: 140px;
}

.home_sgrid_left .section_title h3 {
  color: #0D1952;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
.home_sgrid_left .section_title p {
  color: #464C65;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
}

.home_sgrid_faq .vc_tta-accordion .vc_tta-panels .vc_tta-panel {
  margin-bottom: 15px;
}
.home_sgrid_faq .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  background: #F8F7F8 !important;
  border-radius: 0;
  border: 0;
}
.home_sgrid_faq .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4 a {
  color: #0D1952 !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.home_sgrid_faq .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4 a .vc_tta-controls-icon {
  right: 30px;
  left: unset !important;
  width: 20px !important;
  height: 20px !important;
}
.home_sgrid_faq .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4 a .vc_tta-controls-icon::before, .home_sgrid_faq .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4 a .vc_tta-controls-icon::after {
  border-color: #0D1952;
}
.home_sgrid_faq .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  background: #fff !important;
  border: 0 !important;
  padding: 30px !important;
}
.home_sgrid_faq .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-body p {
  color: #464C65;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.gift_grid_1 {
  padding: 45px 0;
}
.gift_grid_1 h2 {
  color: #0D1952;
  font-family: "Butler", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.gift_grid_1 p {
  color: #464C65;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.gift_grid_1 ul li {
  color: #464C65;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.giftBox_4 .gel-image-box .image {
  margin-right: auto;
  margin-left: 0;
}
.giftBox_4 .gel-image-box .content-box h4.title {
  color: #0D1952;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 33px */
  text-align: left;
}
.giftBox_4 .gel-image-box .content-box .description p {
  color: #464C65;
  font-size: 16px;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: 150%;
}

.giftBox_5 .section_title {
  margin-bottom: 100px;
}
.giftBox_5 .vc_basic_grid .vc_pageable-slide-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.giftBox_5 .vc_basic_grid .vc_pageable-slide-wrapper::before, .giftBox_5 .vc_basic_grid .vc_pageable-slide-wrapper::after {
  display: none !important;
}
.giftBox_5 .vc_basic_grid .vc_grid-item .vc_grid-item-mini {
  padding: 30px;
  border: 1.5px solid #D8DDF4;
  height: 100%;
}
.giftBox_5 .vc_basic_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone {
  height: 243px;
  background-size: cover !important;
}
.giftBox_5 .vc_basic_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone a img {
  height: 243px;
  object-fit: cover;
}
.giftBox_5 .vc_basic_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-c {
  background: #fff !important;
}
.giftBox_5 .vc_basic_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-c .vc_gitem-zone-mini {
  text-align: center;
}
.giftBox_5 .vc_basic_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-c .vc_gitem-zone-mini .vc_gitem-col {
  padding: 0;
}
.giftBox_5 .vc_basic_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-c .vc_gitem-zone-mini .vc_gitem-col h4 {
  color: #0D1952;
  text-align: center !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 15px !important;
}
.giftBox_5 .vc_basic_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-c .vc_gitem-zone-mini .vc_gitem-col p {
  color: #464C65;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.giftBox_5 .vc_basic_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-c .vc_gitem-zone-mini .vc_gitem-col .vc_btn3-container {
  display: none !important;
}

.gift_lastSlider {
  margin-bottom: 120px;
}

.giftH_1 .section_title {
  margin-bottom: 110px;
}
.giftH_1 .section_title p {
  font-size: 16px;
}

.giftH_2 .section_title {
  margin-bottom: 130px;
}
.giftH_2 .gel-image-box .image {
  height: 102px;
  margin-bottom: 40px;
}
.giftH_2 .gel-image-box .content-box .description {
  min-height: 150px;
}
.giftH_2 .wpb_row .wpb_column:nth-child(1), .giftH_2 .wpb_row .wpb_column:nth-child(2), .giftH_2 .wpb_row .wpb_column:nth-child(3), .giftH_2 .wpb_row .wpb_column:nth-child(4) {
  margin-bottom: 120px;
}
@media all and (max-width: 575px) {
  .giftH_2 .wpb_row .wpb_column:nth-child(1), .giftH_2 .wpb_row .wpb_column:nth-child(2), .giftH_2 .wpb_row .wpb_column:nth-child(3), .giftH_2 .wpb_row .wpb_column:nth-child(4) {
    margin-bottom: 0px;
  }
}

.giftH_3 .giftSg_boxes,
.giftH_4 .giftSg_boxes {
  margin-bottom: 120px;
}
.giftH_3 .giftSg_boxes > div:first-child,
.giftH_4 .giftSg_boxes > div:first-child {
  width: 28%;
}
.giftH_3 .giftSg_boxes > div:nth-child(2),
.giftH_4 .giftSg_boxes > div:nth-child(2) {
  width: 34%;
}
.giftH_3 .giftSg_boxes > div:nth-child(3),
.giftH_4 .giftSg_boxes > div:nth-child(3) {
  width: 28%;
}
@media all and (max-width: 575px) {
  .giftH_3 .giftSg_boxes > div,
  .giftH_4 .giftSg_boxes > div {
    width: 100% !important;
  }
}
.giftH_3 .giftSg_boxes > div .vc_column-inner > .wpb_wrapper,
.giftH_4 .giftSg_boxes > div .vc_column-inner > .wpb_wrapper {
  padding: 30px 20px;
}

.giftH_4 .giftSg_boxes {
  margin-bottom: 50px;
}
.giftH_4 .giftSg_boxes ~ .wpb_text_column p {
  color: #464C65;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.18px;
}

.gift_grid_1 .gel-btn a {
  color: #162A89;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid #162A89;
  padding: 20px 40px;
  background: transparent;
}
@media all and (max-width: 768px) {
  .gift_grid_1.gift_grid_1_rev .vc_row-o-content-middle {
    flex-direction: column-reverse;
  }
}

.giftH_7 .section_title {
  margin-bottom: 90px;
}
.giftH_7 .gel-image-box {
  padding: 30px;
  border: 1.5px solid #D8DDF4;
}
.giftH_7 .gel-image-box .image {
  margin-bottom: 20px;
}
.giftH_7 .gel-image-box .content-box h4.title {
  color: #0D1952;
  font-family: Butler;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center !important;
}
.giftH_7 .gel-image-box .content-box .description h4 {
  color: #3B60EB;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.giftH_7 .gel-image-box .content-box .description h5 {
  color: #464C65;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.giftH_7 .gel-image-box .content-box .description ul li {
  color: #464C65;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 19.6px */
}

.gel-testimonial {
  border: 1.5px solid #D8DDF4;
  background: #FFF;
  padding: 30px;
  height: 100%;
}
.gel-testimonial .testimonial-rating {
  margin-bottom: 30px;
}
.gel-testimonial .testimonial-rating .fa-star {
  color: rgb(13, 25, 82);
}
.gel-testimonial .testi-quote {
  margin-bottom: 30px;
}
.gel-testimonial .testi-quote .testimonial-content p {
  color: #464C65;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 25.2px */
}
.gel-testimonial .author-info .testi-right .author-attr h4.gel-testimonial-name {
  color: #0D1952;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}
.gel-testimonial .author-info .testi-right .author-attr span.gel-testimonial-job {
  color: #0D1952;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
}

.slider-testimonial .slick-track {
  display: flex;
}
.slider-testimonial .slick-track .slick-slide > div {
  height: 100%;
}

.paczki_12 {
  padding: 60px 0;
}
.paczki_12 .section_title h2 {
  font-size: 32px;
  text-align: center;
}
.paczki_12 .section_title p {
  color: #464C65;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.paczki_12 .gel-image-box .content-box h4.title {
  color: #0D1952;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.paczki_12 .gel-image-box .content-box .description {
  min-height: 185px;
}
.paczki_12 .gel-image-box .content-box .description p {
  color: #464C65;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
}
.paczki_12 .vc_row ~ .wpb_text_column {
  max-width: 700px;
  margin: auto;
}
.paczki_12 .vc_row ~ .wpb_text_column p {
  color: #464C65;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
}

.paczki_14 {
  padding: 120px 0 80px;
}
.paczki_14 .section_title h2 {
  font-size: 32px;
  text-align: center;
}
.paczki_14 .section_title p {
  color: #464C65;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.paczki_14 .vc_row {
  margin-top: 50px;
}
.paczki_14 .vc_row .wpb_text_column p {
  color: #0D1952;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.paczki_14 .vc_row .wpb_text_column ul li {
  color: #464C65;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  letter-spacing: -0.14px;
}

.paczki_11 {
  padding: 50px 0;
}

.paczki_13_1 {
  padding: 90px 0 100px;
}
.paczki_13_1 .section_title h2 {
  font-size: 32px;
  text-align: center;
}
.paczki_13_1 .section_title p {
  color: #464C65;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.paczki_13_1 .vc_row {
  margin-top: 50px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.paczki_13_1 .vc_row .wpb_text_column h4 {
  color: #0D1952;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 33px */
}
.paczki_13_1 .vc_row .wpb_text_column p {
  color: #0D1952;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.paczki_13_1 .vc_row .wpb_text_column ul li {
  color: #464C65;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  letter-spacing: -0.14px;
}

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



#age-verification-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

#age-verification-popup {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 90%;
  max-width: 400px;
}

#age-verification-popup h2 {
  margin-top: 0;
}

#age-verification-popup p {
  font-size: 14px;
  margin-bottom: 10px;
}

#age-verification-popup label {
  display: block;
  margin: 15px 0;
}

#age-verification-popup a {
  color: #0073aa;
  text-decoration: none;
}

#age-verification-popup .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

#age-verification-popup button {
  width: 48%;
  padding: 10px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
}

#age-verification-yes {
  background: green;
  color: white;
}

#age-verification-yes:disabled {
  background: gray;
  cursor: not-allowed;
}

#age-verification-no {
  background: red;
  color: white;
}

