/*
Theme Name: DH
Author: DH Creative Webdesign
Author URI: https://dh-creative-webdesign.de/
Version: 1.0
Text Domain: dh
*/
label {
  margin: 0;
  display: inline;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffb900;
  padding: 5px 10px 2px;
  font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  padding: 5px 10px 2px;
  font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
}

.grecaptcha-badge {
  display: none !important;
}

#responsive-menu-button {
  display: none !important;
}

.c-accordion__title {
  padding: 15px 0 15px 18px;
  background: #f9f9f9;
  position: relative;
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}
.c-accordion__title:after {
  font-weight: 700;
  right: 20px;
}

.c-accordion__content {
  padding: 10px 18px;
}

iframe {
  max-width: 100%;
}

.noclick > a {
  pointer-events: none;
  position: relative;
}
.noclick > a .responsive-menu-subarrow {
  pointer-events: auto;
  position: absolute;
  left: 0;
  right: 15px !important;
  width: auto !important;
  background: none !important;
  text-align: right !important;
}

body {
  font-family: "Poppins", sans-serif;
  color: #0d0e0e;
  font-size: 15px;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}

.wrap {
  overflow: hidden;
}

.es-listing .es-property-inner {
  background: #fff;
}

a {
  color: #00A0FE;
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover {
  color: #00A0FE;
  text-decoration: underline;
}

.wpcf7-list-item-label {
  font-size: 15px !important;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: 0;
}

.wrapper {
  overflow: hidden;
  width: 100%;
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  width: auto;
}

.row {
  margin: 0 -10px;
}

.row [class*=col-] {
  padding: 0 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffb900;
  color: #fff;
}

.container {
  position: relative;
}

.aws-search-result .aws_search_more a,
.aws-search-result .aws_result_title {
  color: #3a6767 !important;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
}
.header:before {
  position: absolute;
  left: 0;
  top: 72px;
  bottom: 0;
  right: 0;
  content: "";
  background: #fff;
}
.header__img {
  position: absolute;
  top: 160px;
  right: 0px;
  z-index: 15;
  pointer-events: none;
	overflow:hidden;
}

.header__img img {
	transform:translateX(60px)
}
@media (max-width:1240px) {
	.header__img {
	  right: 0px;
	}
	.header__img img {
		transform:translateX(180px)
	}
}
.header .toolbar {
  background: rgba(255,255,255,0.6);
}
.header .toolbar .col-lg-12 {
  height: 72px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .toolbar p {
  margin: 0 0 0 25px;
  color: #0A3639;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.header .toolbar p:nth-child(1) {
  background: url("img/mail.png") no-repeat left center;
  padding-left: 36px;
}
.header .toolbar p:nth-child(2) {
  background: url("img/phone.png") no-repeat left center;
  padding-left: 36px;
}
.header .toolbar p a {
  color: #0A3639;
}
.header .top {
  position: relative;
  position: relative;
  z-index: 16;
}
.header .top .col-lg-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 116px;
}
.header .logo {
  position: relative;
  height: 115px;
  display: flex;
  align-items: center;
}
.header .logo img {
  position: relative;
  z-index: 2;
}
.header nav {
  display: flex;
  align-items: center;
}
.header ul.navigation {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  justify-content: space-between;
  display: flex;
}
.header ul.navigation > li {
  position: relative;
  margin: 0 0 0 30px;
  padding: 0;
  text-align: center;
  display: inline-block;
}
.header ul.navigation > li:last-child {
  margin-right: 0;
}
.header ul.navigation > li.nowrap a {
  white-space: nowrap;
}
.header ul.navigation > li > a {
  font-size: 16px;
  line-height: 115px;
  display: block;
  color: #043F66;
  padding: 0;
  text-decoration: none;
  transition-duration: 0.2s;
  position: relative;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  z-index: 3;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
  text-decoration-color: #00A0FE;
}
.header ul.navigation > li.current-product-ancestor > a, .header ul.navigation > li.current-menu-item > a, .header ul.navigation > li.current-menu-parent > a, .header ul.navigation > li.current-page-ancestor > a, .header ul.navigation > li.current_page_item > a {
  color: #0A3639 !important;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
  text-decoration-color: #00A0FE;
}
.header ul.navigation > li.current-product-ancestor:before, .header ul.navigation > li.current-menu-item:before, .header ul.navigation > li.current-menu-parent:before, .header ul.navigation > li.current-page-ancestor:before, .header ul.navigation > li.current_page_item:before {
  opacity: 1;
}
.header ul.navigation > li:hover > a {
  color: #0A3639;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
  text-decoration-color: #00A0FE;
}
.header ul.navigation > li.nocurrent a {
  text-decoration: none !important;
}
.header ul.navigation > li.nocurrent a:hover {
  color: #0A3639 !important;
  text-decoration: underline !important;
  text-underline-offset: 8px !important;
  text-decoration-thickness: 2px !important;
  text-decoration-color: #00A0FE !important;
}
.header ul.navigation > li > ul {
  position: absolute;
  top: 90px;
  left: 50%;
  min-width: 220px;
  background: #fff;
  padding: 12px 15px;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  display: block;
  border-radius: 0;
  margin: 0;
  transform: translate(-50%, 10px);
  transition-duration: 0.3s;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.header ul.navigation > li > ul span {
  display: none;
}
.header ul.navigation > li > ul:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  content: "";
  position: absolute;
}
.header ul.navigation > li > ul > li {
  float: none;
  display: block;
  width: auto;
  padding: 0 !important;
  background: none !important;
  margin: 0 !important;
  text-align: left;
  border-top: 1px solid #f2f2f2;
  font-weight: 500;
}
.header ul.navigation > li > ul > li:first-child {
  border: 0 !important;
}
.header ul.navigation > li > ul > li:after, .header ul.navigation > li > ul > li:before {
  display: none;
}
.header ul.navigation > li > ul > li > a {
  line-height: 24px;
  font-size: 15px;
  font-weight: 500;
  padding: 6px 0 !important;
  background: none;
  color: rgba(0, 0, 0, 0.4392156863);
  font-family: "Poppins", sans-serif;
  white-space: normal;
  text-shadow: none;
  box-shadow: none;
  font-style: normal;
  text-align: center;
  display: block;
}
.header ul.navigation > li > ul > li > a:after {
  display: none;
}
.header ul.navigation > li > ul > li > a:hover {
  box-shadow: none;
  background: none;
  color: #00A0FE;
  text-decoration: none;
}
.header ul.navigation > li > ul > li.current-menu-item > a, .header ul.navigation > li > ul > li.current-menu-parent > a, .header ul.navigation > li > ul > li.current-page-ancestor > a, .header ul.navigation > li > ul > li.current_page_item > a, .header ul.navigation > li > ul > li:hover > a {
  color: #00A0FE !important;
  text-decoration: none;
  background: none;
  box-shadow: none;
}
.header ul.navigation > li > ul > li.current-menu-item > a:hover, .header ul.navigation > li > ul > li.current-menu-parent > a:hover, .header ul.navigation > li > ul > li.current-page-ancestor > a:hover, .header ul.navigation > li > ul > li.current_page_item > a:hover, .header ul.navigation > li > ul > li:hover > a:hover {
  color: #00A0FE;
}
.header ul.navigation > li > ul > li ul {
  display: block;
}
.header ul.navigation > li > ul .sub-menu {
  margin-bottom: 6px;
  padding-left: 15px;
}
.header ul.navigation > li > ul .sub-menu a {
  display: block;
  font-size: 15px;
  color: #434343;
  padding: 5px 0;
}
.header ul.navigation > li:hover ul {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.header .menu-trigger {
  display: none;
}
@media (max-width: 991px) {
  .header {
    top: 0;
  }
  .header .more {
    display: none;
  }
  .header__img {
    display: none;
  }
  .header .toolbar {
    background: rgba(255, 255, 255, 0.7);
  }
  .header .toolbar .col-lg-12 {
    height: 50px;
  }
  .header .toolbar p:nth-child(2), .header .toolbar p:nth-child(3) {
    display: none;
  }
  .header .top {
    background: #fff;
  }
  .header .top .col-lg-12 {
    height: 90px;
  }
  .header__cta,
  .header ul.navigation {
    display: none;
  }
  .header .menu-trigger {
    display: block;
  }
  .header .menu-trigger img {
    height: 24px;
  }
  .header .logo {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
  }
  .header .logo img {
    position: relative;
    z-index: 2;
    height: 60px;
  }
}

.hero {
  position: relative;
  height: 775px;
  background: url("img/hero-sign.png") no-repeat bottom right #E1E1E1;
  background-blend-mode: luminosity;
  z-index: 10;
  pointer-events: none;
}
.hero__woman {
  position: absolute;
  margin: 0;
  top: 10px;
  right: -100px;
}
.hero__woman img {
  height: 660px;
}
.hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.hero .box {
  background: url("/wp-content/uploads/2025/07/box.png") no-repeat;
  width: 765px;
  height: 414px;
  position: relative;
  z-index: 10;
  margin: 492px 0 0 -245px;
  padding: 70px 70px 0 300px;
  text-align: center;
  pointer-events: auto;
}
.hero .box__inner {
  transform: rotate(-8.5deg);
}
.hero .box h1 {
  font-size: 24px;
  color: #fff;
  line-height: 1.1;
  text-align: left;
  margin: 10px 0 8px;
  font-weight: 600;
}
.hero .box h1 + p {
  text-align: left;
}
.hero .box p {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
}
.hero .box p strong {
  font-size: 25px;
  font-weight: 600;
}
.hero .box p a {
  line-height: 44px;
  background: url("/wp-content/uploads/2025/07/phone.png") no-repeat left center;
  line-height: 44px;
  padding-left: 60px;
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  margin-top: 50px;
  color: #fff;
}
@media (max-width: 991px) {
  .hero {
    height: 500px;
    background: #E1E1E1;
  }
  .hero__title {
    position: absolute;
    z-index: 10;
    background: rgba(255, 255, 255, 0.55);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    top: 350px;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 15px;
  }
  .hero__title h2 {
    color: #094E9C;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
  }
  .hero__title p {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    color: #0B2E55;
    font-weight: 500;
  }
  .hero__bg {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
  .hero__bg img {
    height: 380px;
  }
  .hero__woman {
    position: absolute;
    margin: 0;
    top: 10px;
    right: -40px;
  }
  .hero__woman img {
    height: 340px;
  }
  .hero .box {
    transform: scale(0.7);
    margin: 260px 0 0 -180px;
    transform-origin: top left;
  }
}

.page-title {
  position: relative;
  height: 240px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .page-title img {
    height: 380px;
  }
}

.content {
  position: relative;
  z-index: 3;
}
.content--page {
  padding-top: 20px;
  padding-bottom: 120px;
  position: relative;
}
.content--page .container {
  position: relative;
  z-index: 2;
}
.content--page .col-lg-9 {
  position: relative;
  padding-left: 50px;
}
.content--page .col-lg-9:before {
  width: 26px;
  background: url("img/shadow3.jpg") no-repeat top left;
  top: -150px;
  left: -5px;
  height: 900px;
  content: "";
  position: absolute;
}
.content--page p strong {
  font-weight: 600;
}
.content--service {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  min-height: 600px;
}
.content--service .wp-element-caption {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
  color: #000;
}
.content--service .items .wp-block-button {
  margin-top: -70px;
  margin-right: 15px;
}
.content--service p {
  color: #3B3B3B;
}
.content--service .wp-block-group {
  padding: 90px 0;
}
@media (max-width: 991px) {
  .content--service .wp-block-group {
    padding: 50px 0;
  }
}
.content--service .wp-block-group .wp-block-columns {
  margin-bottom: 0;
}
.content--service .wp-block-group .wp-block-columns figure {
  margin-bottom: 0;
}
.content--service .wp-block-group.gray {
  background: #F2F2F2;
  padding: 45px 0;
  position: relative;
}
.content--service .wp-block-group.gray:before {
  right: 100%;
  top: 0;
  bottom: 0;
  width: 100vw;
  position: absolute;
  content: "";
  background: #F2F2F2;
}
.content--service .wp-block-group.gray:after {
  left: 100%;
  top: 0;
  bottom: 0;
  width: 100vw;
  position: absolute;
  content: "";
  background: #F2F2F2;
}
.content--home {
  padding: 60px 0;
  position: relative;
  background: url("img/shadow.png") no-repeat top center;
}
.content--home .col-lg-4 {
  padding-right: 0;
}
.content--home .col-lg-7 {
  padding-left: 0;
}
.content--home .element {
  position: absolute;
  left: -115px;
  bottom: -145px;
  pointer-events: none;
}
.content--home .headline h2 {
  color: #F19C00;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  text-align: right;
}
.content--home .text p {
  font-size: 18px;
  font-weight: 400;
  color: #3B3B3B;
  line-height: 26px;
}
.content--home .text p strong {
  font-weight: 600;
}
.content--home .text p:last-child {
  margin-bottom: 0;
}
.content table td {
  vertical-align: top;
}
.content h1 {
  margin: 0 0 40px;
  font-size: 45px;
  color: #0B3F5D;
  font-weight: 600;
  position: relative;
}
.content h2 {
  margin: 0 0 25px;
  font-size: 28px;
  color: #000;
  font-weight: 700;
  position: relative;
}
.content h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.content h4 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.content h5 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 30px;
}
.content h6 {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  margin: 70px 0 0;
}
.content blockquote {
  font-size: 16px;
  color: #212220;
  margin: 0 0 38px;
  padding: 0 0 0 18px;
  border-left: 2px solid #000;
}
.content p {
  font-size: 16px;
  color: #000;
  margin: 0 0 24px;
  line-height: 24px;
  font-weight: 400;
}
.content li {
  font-size: 16px;
  color: #28303a;
  line-height: 24px;
  font-weight: 400;
}
.content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.content hr {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .content--page {
    padding: 50px 0 60px;
    min-height: 0;
    position: relative;
  }
  .content--page .col-lg-9 {
    position: relative;
    padding-left: 15px;
    margin-bottom: 40px;
  }
  .content--page .col-lg-9:before {
    display: none;
  }
  .content--home {
    padding: 60px 10px;
    position: relative;
    background: url("img/shadow.png") no-repeat top center;
  }
  .content--home:before {
    display: none;
  }
  .content--home .col-lg-4 {
    padding-right: 15px;
  }
  .content--home .col-lg-7 {
    padding-left: 15px;
  }
  .content--home .element {
    display: none;
  }
  .content--home .headline {
    margin-bottom: 30px;
  }
  .content--home .headline h2 {
    font-size: 40px;
    text-align: left;
  }
  .content--home .text p {
    font-size: 15px;
    font-weight: 500;
    color: #2d4038;
  }
  .content--home .text p strong {
    font-weight: 600;
  }
  .content blockquote,
  .content li,
  .content p {
    font-size: 14px;
  }
  .content h1 {
    margin: 0 0 30px;
    font-size: 30px;
  }
  .content h2 {
    margin: 0 0 30px;
    font-size: 24px;
  }
  .content h3 {
    font-size: 18px;
  }
  .content h4 {
    font-size: 15px;
  }
}

.forminator-row.forminator-row-last .forminator-field {
  display: flex;
  justify-content: flex-end;
}

.featured {
  position: relative;
  z-index: 6;
  text-align: center;
  padding: 180px 0 45px;
  background: url("img/shadow.png") no-repeat top 81px right 0;
}
.featured h2 {
  color: #2EB1FE;
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 20px;
  text-align: center;
}
.featured h2 + p {
  color: #0A3639;
  font-size: 16px;
  text-align: center;
  margin: 0;
}
.featured h2 + p strong {
  font-weight: 600;
}
.featured .swiper {
  margin-top: 58px;
}
.featured .swiper-slide {
  height: 340px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  background: #f6f6f6;
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.13), inset 0px 0px 46px 0px rgba(0, 0, 0, 0.17);
  position: relative;
  padding-bottom: 60px;
  transition: 0.3s;
  padding-top: 260px;
}
.featured .swiper-slide figure {
  position: absolute;
  display: flex;
  margin: 0;
  top: 0;
  left: 0;
	bottom:0;
  right: 0;
}
.featured .swiper-slide figure:after {
	position:absolute;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	bottom:0;
	left:0;
	right:0;
	height:150px;
	content:'';
}

.featured .swiper-slide figure img {
  filter:grayscale(100%);
  transition-duration: 0.2s;
	object-fit:cover;
	object-position:center;
	height:100%;
	width:100%;
}
.featured .swiper-slide:before {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 10px;
  background: #2DB1FD;
  content: "";
  z-index: 2;
  transition-duration: 0.2s;
}
.featured .swiper-slide h4 {
  text-align: center;
  margin: 0 0 16px;
  color: #fff;
	position:relative;
	z-index:20;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding: 0 10px;
  transition-duration: 0.3s;
}
.featured .swiper-slide p {
  color: #0D2D51;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 15px;
}
.featured .swiper-slide:hover {
  text-decoration: none;
  border: 1px solid #2DB1FD;
}
.featured .swiper-slide:hover figure img {
  opacity: 1;
  filter: none;
}
.featured .swiper-pagination {
  position: static;
  display: none;
  justify-content: center;
  padding: 38px 0 0;
}
.featured .swiper-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0 3px;
  width: 10px;
  height: 10px;
  background: #a1a1a1;
  opacity: 1;
  cursor: pointer;
}
.featured .swiper-pagination .swiper-pagination-bullet-active {
  background: #2DB1FD;
}
.featured .swiper-button-prev {
  color: #2db2fe;
  top: 160px;
  left: -45px;
  outline: none;
  cursor: pointer;
  transition-duration: 0.3s;
}
.featured .swiper-button-prev:hover {
  opacity: 0.7;
}
.featured .swiper-button-next {
  color: #2db2fe;
  top: 160px;
  right: -45px;
  outline: none;
  cursor: pointer;
  transition-duration: 0.3s;
}
.featured .swiper-button-next:hover {
  opacity: 0.7;
}
.featured .more {
  height: 60px;
  margin-top: 60px;
  border-radius: 4px;
  display: inline-block;
  padding: 0 25px;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition-duration: 0.2s;
  background: linear-gradient(to bottom, #73CBFE 0%, #34B3FD 100%);
  box-shadow: inset 0px -1px 2px 0px rgba(0, 0, 0, 0.3), 0px 2px 2px 0px rgba(0, 0, 0, 0.28);
}
.featured .more:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .featured {
    padding: 90px 0 48px;
    background: none;
  }
  .featured h2 {
    color: #0A3639;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 20px;
    text-align: center;
  }
  .featured h2 + p {
    margin-bottom: 40px;
    font-size: 14px;
  }
  .featured .swiper {
    margin-top: 10px;
  }
  .featured .swiper-pagination {
    display: flex;
  }
  .featured .swiper-slide {
    height: 220px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    background: #f6f6f6;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.13), inset 0px 0px 46px 0px rgba(0, 0, 0, 0.17);
    position: relative;
    padding-bottom: 60px;
    transition: 0.3s;
    padding-top: 180px;
  }
/*   .featured .swiper-slide figure {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    top: 50px;
    left: 0;
    right: 0;
  } */
/*   .featured .swiper-slide figure img {
    filter: brightness(0.5) saturate(0%);
    opacity: 0.3;
    transition-duration: 0.2s;
    height: 80px;
    width: auto;
  } */
  .featured .swiper-slide:before {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 10px;
    background: #1F83C5;
    content: "";
    z-index: 2;
    transition-duration: 0.2s;
  }
  .featured .swiper-slide h4 {
    text-align: center;
    margin: 0 0 24px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding: 0 10px;
    transition-duration: 0.3s;
  }
  .featured .swiper-slide p {
    color: #0D2D51;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 15px;
  }
  .featured .swiper-slide:hover {
    text-decoration: none;
    border: 1px solid #074C9B;
  }
  .featured .swiper-slide:hover figure img {
    opacity: 1;
    filter: none;
  }
  .featured .more {
    height: 50px;
    margin-top: 50px;
    border-radius: 4px;
    display: inline-block;
    padding: 0 25px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition-duration: 0.2s;
    background: linear-gradient(to bottom, rgb(82, 167, 217) 0%, rgb(30, 140, 206) 100%);
    box-shadow: inset 0px -1px 2px 0px rgba(0, 0, 0, 0.3), 0px 2px 2px 0px rgba(0, 0, 0, 0.28);
  }
  .featured .more:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}

.intro {
  background: url("img/shadow4.png") no-repeat top center;
  padding-top: 0;
  padding-bottom: 0;
}
.intro .row {
  display: flex;
  align-items: center;
}
.intro .col-lg-5 {
  display: flex;
  justify-content: flex-end;
}
.intro .col-lg-7 {
  padding-left: 30px;
  margin: 70px 0;
}
.intro figure {
  margin: -25px 0 0;
}
.intro h2 {
  color: #0F2754;
  font-weight: 600;
  line-height: 1.1;
  font-size: 40px;
  margin: 0 0 45px;
}
.intro p {
  color: #102755;
  font-size: 16px;
  line-height: 1.4;
}
.intro p strong {
  font-weight: 600;
}
@media (max-width: 991px) {
  .intro {
    padding-top: 0;
    padding-bottom: 0;
  }
  .intro .row {
    display: flex;
    align-items: center;
  }
  .intro .col-lg-5 {
    display: flex;
    justify-content: flex-end;
  }
  .intro .col-lg-7 {
    padding-left: 10px;
    margin-bottom: 0;
  }
  .intro figure {
    margin: 40px 0 0;
  }
  .intro figure img {
    max-width: 100%;
  }
  .intro h2 {
    font-weight: 600;
    font-size: 28px;
    margin: 0 0 20px;
  }
  .intro p {
    font-size: 14px;
  }
  .intro p strong {
    font-weight: 600;
  }
}

.icons {
  position: relative;
  text-align: center;
  padding: 90px 0;
  color: #fff;
}
.icons img {
  display: block;
  margin: 0 auto 25px;
}
.icons h4 {
  font-weight: 600;
  margin: 0 0 15px;
  font-size: 20px;
  color: #fff;
}
.icons p {
  color: #fff;
  line-height: 1.2;
  font-size: 16px;
  max-width: 280px;
  font-weight: 300;
  margin: 0 auto;
}
.icons:before {
  left: -50px;
  top: 0;
  bottom: 0;
  right: -50px;
  position: absolute;
  content: "";
  background: url("img/shapes.png") no-repeat bottom right #1BA7F9;
  box-shadow: inset 8px 8px 46px 0px rgba(0, 0, 0, 0.32);
}
@media (max-width: 991px) {
  .icons {
    position: relative;
    text-align: center;
    padding: 70px 0 40px;
    color: #fff;
  }
  .icons h2 {
    font-size: 30px;
    text-align: center;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .icons img {
    display: block;
    margin: 0 auto 25px;
  }
  .icons h4 {
    font-weight: 600;
    margin: 0 0 15px;
    font-size: 18px;
  }
  .icons .col-lg-4 {
    margin-bottom: 30px;
  }
  .icons p {
    line-height: 1.4;
    font-size: 14px;
    max-width: 280px;
    margin: 0 auto;
  }
}

.rte {
  padding: 120px 0 90px;
  background: url("img/shadow5.png") no-repeat top center;
}
.rte figure {
  margin: 0;
}
.rte h3 {
  color: #0F2754;
  font-size: 30px;
}
.rte p {
  color: #102755;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
.rte p strong {
  font-weight: 600;
}
.rte p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .rte {
    padding: 70px 0;
  }
  .rte h3 {
    font-size: 24px;
  }
	.rte .wp-block-image img {
		max-width:260px;
		height:auto;
	}
}

.promises {
  position: relative;
  z-index: 6;
  text-align: center;
  padding: 45px 0;
}
.promises:before {
  left: -50px;
  top: 0;
  bottom: 0;
  right: -50px;
  position: absolute;
  content: "";
  background: url("img/shapes.png") no-repeat bottom right #1BA7F9;
  box-shadow: inset 8px 8px 46px 0px rgba(0, 0, 0, 0.32);
}
.promises__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.promises .item {
  position: relative;
  padding: 65px 15px 45px;
}
.promises .item:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.82;
  pointer-events: none;
  background: linear-gradient(to bottom,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28), inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31);
}
.promises .item img,
.promises .item svg {
  height: 140px;
  margin: 0 auto 15px;
  display: block;
}
.promises .item h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 0;
  line-height: 28px;
  min-height: 56px;
}
@media (max-width: 991px) {
  .promises__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .promises .item {
    position: relative;
    padding: 40px 10px 20px;
  }
  .promises .item:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.82;
    pointer-events: none;
    box-shadow: 0px 20px 18px 0px rgba(0, 0, 0, 0.11), 0px 0px 0px 1px rgba(0, 0, 0, 0.17);
    border: 1px solid rgba(255, 255, 255, 0.4);
  }
  .promises .item img,
  .promises .item svg {
    height: 90px;
    margin: 0 auto 10px;
    display: block;
  }
  .promises .item h3 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 0;
    line-height: 16px;
    min-height: 32px;
  }
}

.footer {
  position: relative;
  background: url("img/shadow2.png") no-repeat top center #0F2755;
  padding: 80px 0 0;
  z-index: 7;
}
.footer h3 {
  color: #3AB3FB;
  font-size: 24px;
  font-weight: 500;
  margin: 24px 0 50px;
}
.footer .contact {
  display: flex;
}
.footer .contact div {
  margin: 0 60px 0 0;
}
.footer .contact div:last-child {
  margin: 0;
}
.footer .contact p {
  font-size: 13px;
  color: #fff;
  line-height: 15px;
  font-weight: 500;
  margin: 0 0 13px;
}
.footer .contact p a {
  color: #fff;
}
@media (max-width: 991px) {
  .footer {
    padding: 30px 0 0;
  }
  .footer h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 24px 0 40px;
  }
  .footer .form {
    margin: 30px 0 40px;
  }
  .footer .contact {
    display: flex;
  }
  .footer .contact div {
    margin: 0 20px 0 0;
  }
  .footer .contact div:last-child {
    margin-right: 0;
  }
  .footer .contact p {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
  }
  .footer .contact p a {
    color: #fff;
  }
}

.credits {
  position: relative;
}
.credits .col-lg-12 {
  display: flex;
  color: #fff;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  height: 80px;
}
.credits span {
  display: inline-block;
  margin-right: 80px;
}
.credits span div {
  display: inline;
}
.credits a {
  color: #fff;
}
@media (max-width: 991px) {
  .credits {
    padding: 0;
    text-align: center;
  }
  .credits .col-lg-12 {
    font-size: 9px;
    height: 50px;
    justify-content: space-between;
    display: block;
  }
  .credits span {
    margin: 0;
    display: block;
  }
  .credits span div {
    display: none;
  }
}

.breadcrumbs-wrap {
  z-index: 4;
  position: relative;
  padding-top: 0;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .breadcrumbs-wrap {
    padding-top: 0vw;
    display: none;
  }
  .breadcrumbs-wrap .col-lg-12 {
    padding: 0;
  }
}

.breadcrumbs {
  padding: 0 0 15px;
  font-size: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #3f3f3f;
}
.breadcrumbs a {
  color: #3f3f3f;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs {
    border-bottom: 0;
    font-size: 2.34375vw;
    padding: 7.8125vw 15px 2.34375vw;
  }
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.forminator-step-label {
  line-height: 1.2 !important;
}

.wpcf7-list-item.last {
  margin-bottom: 20px !important;
}

.content small {
  font-size: 11px;
  line-height: 12px;
  display: block;
  margin: -10px 0 30px;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.size-thumbnail {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
}

.gallery-columns-4 .gallery-item {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  text-align: center;
  width: calc(25% - 15px) !important;
}
@media (max-width: 991px) {
  .gallery-columns-4 .gallery-item {
    width: calc(50% - 15px) !important;
  }
}

.gallery-columns-4 {
  display: flex;
  flex-wrap: wrap;
}

.gallery-columns-6 .gallery-item {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  text-align: center;
  width: calc(16.6% - 15px) !important;
}
@media (max-width: 991px) {
  .gallery-columns-6 .gallery-item {
    width: calc(33.3% - 15px) !important;
  }
}

.gallery-columns-6 {
  display: flex;
  flex-wrap: wrap;
}

.content img {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .wp-caption-text {
    font-size: 2.1875vw;
  }
}

.wp-caption a img {
  transition-duration: 0.3s;
}
.wp-caption a:hover img {
  opacity: 0.6;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

input.wpcf7-not-valid, textarea.wpcf7-not-valid {
  border: 2px solid red !important;
}

div.wpcf7-validation-errors {
  background: red;
  border: 2px solid red !important;
  color: #fff;
}

.wpcf7-response-output {
  position: relative;
  z-index: 999;
}

.gb-notice-dismiss {
  display: none;
}

#gwolle_gb .gwolle-gb-float div.label {
  width: 25% !important;
}

#gwolle_gb_write_button .btn, #gwolle-gb-write-button .btn {
  outline: none;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #055f27;
  text-decoration: none;
  border: 0;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
  padding: 0 15px;
  border-radius: 0;
  text-align: center;
  transition-duration: 0.3s;
  background: none;
  border: 1px solid #055f27;
  border-radius: 4px;
}
#gwolle_gb_write_button .btn:hover, #gwolle-gb-write-button .btn:hover {
  color: #fff;
  text-decoration: none;
  background: #055f27;
}
#gwolle_gb_write_button .btn:focus, #gwolle-gb-write-button .btn:focus {
  color: #fff;
}
@media (max-width: 991px) {
  #gwolle_gb_write_button .btn, #gwolle-gb-write-button .btn {
    height: 10.46875vw;
    font-size: 2.96875vw;
    line-height: 10.46875vw;
    padding: 0 3.125vw;
    border-radius: 1.5625vw;
    min-width: 28.125vw;
  }
}

#gwolle_gb_captcha_verify {
  display: none !important;
}

#gwolle_gb_write_button {
  margin: 0 0 30px !important;
}

#gwolle_gb_new_entry {
  margin-bottom: 40px;
}
#gwolle_gb_new_entry h3 {
  margin: 0 0 30px;
  font-weight: 300;
  font-size: 20px;
}
#gwolle_gb_new_entry .text-info {
  color: #000 !important;
}
#gwolle_gb_new_entry .btn {
  outline: none;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #055f27;
  text-decoration: none;
  border: 0;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
  padding: 0 15px;
  border-radius: 0;
  text-align: center;
  transition-duration: 0.3s;
  background: none;
  border: 1px solid #055f27;
  border-radius: 4px;
}
#gwolle_gb_new_entry .btn:hover {
  color: #fff;
  text-decoration: none;
  background: #055f27;
}
#gwolle_gb_new_entry .btn:focus {
  color: #fff;
}
@media (max-width: 991px) {
  #gwolle_gb_new_entry .btn {
    height: 10.46875vw;
    font-size: 2.96875vw;
    line-height: 10.46875vw;
    padding: 0 3.125vw;
    border-radius: 1.5625vw;
    min-width: 28.125vw;
  }
}

.gwolle_gb_notice {
  font-size: 14px;
}

.gwolle_gb_invisible {
  display: none;
}

#gwolle_gb .gb-entry .gb-author-info .gb-author-name,
#gwolle_gb .gb-entry .gb-entry-content {
  padding-left: 0 !important;
}

div.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.product-template-default h1 {
  margin-bottom: 5px;
}

label[for=coupon_code] {
  display: none !important;
}

.checkout-button {
  background: #000 !important;
}

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row, .woocommerce form .form-row {
  display: block;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: unset;
}

.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0 !important;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 0;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 0;
}

.products.columns-3 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
  justify-content: space-between;
}
.products.columns-3:before, .products.columns-3:after {
  display: none;
}
.products.columns-3 li {
  width: calc(33% - 14px) !important;
}
@media (max-width: 1200px) {
  .products.columns-3 li {
    width: 50% !important;
  }
}
@media (max-width: 991px) {
  .products.columns-3 li {
    width: 100% !important;
  }
}

.products.columns-4 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
  margin: 0 -10px;
}
.products.columns-4 li {
  width: calc(25% - 20px) !important;
  margin: 0 10px;
}
@media (max-width: 1200px) {
  .products.columns-4 li {
    width: 50% !important;
  }
}
@media (max-width: 991px) {
  .products.columns-4 li {
    width: 100% !important;
    margin-bottom: 50px;
  }
}
.products.columns-4 li.product-type-variable .product-cat-img,
.products.columns-4 li.product-type-simple .product-cat-img {
  width: 100% !important;
  padding-bottom: 100%;
  display: block;
  margin: 0 auto 20px;
  transition-duration: 0.3s;
  box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.13) !important;
  border-radius: 4px !important;
  position: relative;
}
.products.columns-4 li.product-type-variable .product-cat-img img,
.products.columns-4 li.product-type-simple .product-cat-img img {
  box-shadow: none !important;
  margin: 0 !important;
  position: absolute;
  max-height: 95%;
  max-width: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

li.product-type-variable,
li.product-type-simple {
  background: none;
  box-shadow: none;
  position: relative;
  list-style-type: none;
  margin-bottom: 20px;
}
li.product-type-variable img,
li.product-type-simple img {
  width: 100% !important;
  display: block;
  margin: 0 auto 20px;
  transition-duration: 0.3s;
  box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.13) !important;
  border-radius: 0 !important;
}
li.product-type-variable h2,
li.product-type-simple h2 {
  color: #000;
  line-height: 20px !important;
  min-height: 40px;
  font-size: 16px !important;
  line-height: 1.2;
  font-weight: 700 !important;
  padding: 0;
  margin: 0 auto 5px !important;
  transition-duration: 0.3s;
}
li.product-type-variable a:hover,
li.product-type-simple a:hover {
  text-decoration: none;
}
li.product-type-variable a:hover img,
li.product-type-simple a:hover img {
  opacity: 0.8;
}
li.product-type-variable a:hover h2,
li.product-type-simple a:hover h2 {
  color: #3a6767;
}
li.product-type-variable__bottom,
li.product-type-simple__bottom {
  display: flex;
  justify-content: space-between;
}
li.product-type-variable .by-vendor-name,
li.product-type-simple .by-vendor-name {
  display: block;
  text-align: left;
  padding: 0 20px;
}
li.product-type-variable .added_to_cart,
li.product-type-simple .added_to_cart {
  border: 0 !important;
  background: none !important;
  color: #000 !important;
}
li.product-type-variable .price,
li.product-type-simple .price {
  display: block;
  background: none;
  color: #424040 !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  margin: 0 0 0px !important;
}
li.product-type-variable .wc-gzd-additional-info,
li.product-type-simple .wc-gzd-additional-info {
  margin: 0 !important;
}
li.product-type-variable .shipping-costs-info,
li.product-type-simple .shipping-costs-info {
  display: none !important;
}
li.product-type-variable .button,
li.product-type-simple .button {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 0 20px;
  line-height: 45px;
  background: #3a6767;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28), inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31);
  border-radius: 5px;
  transition-duration: 0.3s;
}
li.product-type-variable .button:hover,
li.product-type-simple .button:hover {
  opacity: 0.8;
}

.become-a-vendor .woocommerce h2,
.woocommerce-account .woocommerce h2 {
  display: none;
}
.become-a-vendor .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  margin-top: 20px;
}
.become-a-vendor .woocommerce-form-register__submit,
.woocommerce-account .woocommerce-form-register__submit {
  margin-top: 20px;
}
.become-a-vendor .vendor-register-label,
.woocommerce-account .vendor-register-label {
  margin-bottom: 15px !important;
  display: block !important;
}

.tax-yith_shop_vendor .widget_product_categories,
.tax-yith_shop_vendor .widget_price_filter {
  display: none;
}

#respond {
  background: none;
  padding: 0;
}

.owner-avatar {
  display: flex !important;
  align-items: center;
}

button:focus, textarea:focus, input:focus {
  outline: none;
}

.single-product div.product .woocommerce-product-rating {
  margin-top: 10px !important;
}

.woocommerce-MyAccount-navigation a,
.cat-item a {
  color: #4c4c4c;
}

.single-product div.product {
  overflow: visible !important;
}

div[class*=preis_pro] {
  display: none !important;
}

.woocommerce-loop-product__link + .tax-info {
  display: none;
}

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  --mm-ocd-width:80%;
  --mm-ocd-min-width:200px;
  --mm-ocd-max-width:440px;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  transition-property: bottom, background-color;
  transition-duration: 0s, 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.45s, 0.15s;
}

.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.mm-ocd--left .mm-ocd__content {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.mm-ocd--right .mm-ocd__content {
  right: 0;
  transform: translate3d(100%, 0, 0);
}

.mm-ocd--open .mm-ocd__content {
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 20%;
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}

.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}

.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

.mm-spn, .mm-spn a, .mm-spn li, .mm-spn span, .mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --mm-spn-item-height:50px;
  --mm-spn-item-indent:20px;
  --mm-spn-line-height:24px;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s ease 0s;
  cursor: default;
}

.mm-spn ul:after {
  content: "";
  display: block;
  height: 50px;
  height: var(--mm-spn-item-height);
}

.mm-spn > ul {
  left: 0;
}

.mm-spn ul.mm-spn--open {
  left: 0;
}

.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}

.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  right: 25px;
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}

.mm-spn li:after {
  content: "";
  display: block;
  margin-left: 20px;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15;
}

.mm-spn a, .mm-spn span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}

.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}

.mm-spn a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-spn-item-height));
}

.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}

.mm-spn span {
  background: 0 0;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}

.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  left: 20px;
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}

.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}

.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: var(--mm-spn-item-height);
  padding: 0 40px;
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--navbar ul {
  top: 51px;
  top: calc(var(--mm-spn-item-height) + 1px);
}

.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}

.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}

.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}

.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--vertical ul ul:after {
  height: 25px;
  height: calc(var(--mm-spn-item-height) / 2);
}

.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  transform: rotate(135deg) translate(-50%, 0);
}

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}/*# sourceMappingURL=style.css.map */