.anim {
  opacity: 0;
}

.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;
}

iframe {
  max-width: 100%;
}

.read-link {
  display: inline-block;
  margin-bottom: 10px;
}
.read-link:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .invert .wp-block-column:first-child {
    order: 2;
  }
  .invert .wp-block-column:last-child {
    order: 1;
  }
}

.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;
}

.single-item {
  margin-bottom: 40px;
}
.single-item .img {
  padding-bottom: 56%;
  background-size: contain;
  background-position: center;
  margin: 0 0 15px;
  display: block;
  transition-duration: 0.3s;
  background-repeat: no-repeat;
}
.single-item h3 {
  font-size: 18px !important;
  text-align: center;
}
.single-item:hover .img {
  opacity: 0.7;
}

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

.page:after,
.page > figure,
.page:before {
  display: none;
}

.wrap {
  overflow: hidden;
}

a {
  color: #ED5209;
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover {
  color: #ED5209;
  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%;
  max-width: 100vw;
}

.container {
  max-width: 1230px;
  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;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
  max-width: 100% !important;
}

.forminator-label {
  font-size: 15px !important;
}

@media (max-width: 991px) {
  .impressum tr,
  .impressum td {
    display: block;
    width: 100% !important;
  }
  .impressum td:first-child {
    padding-bottom: 0 !important;
  }
  .impressum td:last-child {
    padding-top: 0 !important;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.header__right {
  padding-top: 14px;
  width: 100%;
  margin-top: 15px;
  margin-left: 10px;
  margin-bottom: 0;
  padding-right: 45px;
  position: relative;
}
.header__right:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(25px 0, 100% 0, calc(100% - 25px) 100%, 0 100%);
  background: #1D1D1E;
}
.header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__contact p {
  margin: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 400;
}
.header__contact p a {
  display: inline-block;
  margin-left: 25px;
  color: #fff;
  opacity: 0.5;
  transition-duration: 0.2s;
}
.header__contact p a:hover {
  text-decoration: none;
}
.header__more {
  margin-left: 30px;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  font-size: 15px;
  transition-duration: 0.2s;
  background: #ED5209;
  padding: 0 30px;
  line-height: 50px;
  text-transform: uppercase;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}
.header__more strong {
  font-weight: 700;
}
.header__more:hover {
  text-decoration: none;
  color: #1D1D1E;
  background: #fff;
}
.header .col-lg-12 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header .logo {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 70px;
  height: 200px;
  flex-shrink: 0;
}
.header .logo:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  background: #BCBEC2;
  content: "";
  box-shadow: inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31), 0px 2px 2px 0px rgba(0, 0, 0, 0.28);
  transform: skew(-11deg);
}
.header .logo img {
  position: relative;
  z-index: 2;
  height: 150px;
}
.header ul.navigation {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  display: flex;
  position: relative;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  z-index: 11;
}
.header ul.navigation span {
  display: none;
}
.header ul.navigation li {
  position: relative;
  margin: 0 24px 0 0;
  padding: 0;
  text-align: center;
  display: inline-block;
}
.header ul.navigation li.nowrap a {
  white-space: nowrap;
}
.header ul.navigation li > a {
  font-size: 15px;
  display: block;
  color: #fff;
  padding: 0;
  text-decoration: none;
  transition-duration: 0.2s;
  position: relative;
  text-align: center;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  white-space: nowrap;
  text-transform: uppercase;
  z-index: 3;
  line-height: 64px;
  border-bottom: 2px solid transparent;
}
.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: #fff !important;
  border-bottom: 2px solid #ED5209;
}
.header ul.navigation li:hover > a {
  color: #fff !important;
  border-bottom: 2px solid #ED5209;
}
.header ul.navigation li ul {
  position: absolute;
  top: 80px;
  left: 50%;
  min-width: 200px;
  background: #fff;
  padding: 15px;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  display: block;
  border-radius: 2px;
  margin: 0;
  transform: translate(-50%, 10px);
  transition-duration: 0.3s;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.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;
  box-shadow: none !important;
}
.header ul.navigation li ul li {
  float: none;
  display: block;
  width: auto;
  padding: 0 !important;
  background: none !important;
  margin: 0 !important;
  text-align: left;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
  box-shadow: none !important;
}
.header ul.navigation li ul li:last-child {
  border: 0 !important;
}
.header ul.navigation li ul li:after, .header ul.navigation li ul li:before {
  display: none !important;
}
.header ul.navigation li ul li a {
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 0 !important;
  background: none;
  display: block;
  color: #000;
  white-space: normal;
  text-shadow: none;
  box-shadow: none;
  text-align: center;
  font-style: normal;
  border: 0 !important;
}
.header ul.navigation li ul li a:after {
  display: none;
}
.header ul.navigation li ul li a:hover {
  box-shadow: none;
  background: none;
  color: #ED5209;
  text-decoration: none;
}
.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: #ED5209 !important;
  text-decoration: none;
  background: none;
  box-shadow: none;
}
.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: #ED5209;
}
.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: #ED5209 !important;
  text-decoration: none;
  background: none;
  box-shadow: none;
}
.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: #006AB8;
}
.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 ul.navigation {
    display: none;
  }
  .header .col-lg-12 {
    display: flex;
    align-items: center;
  }
  .header .logo {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 30px;
    height: 120px;
    flex-shrink: 0;
  }
  .header .logo:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    content: "";
    box-shadow: inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31), 0px 2px 2px 0px rgba(0, 0, 0, 0.28);
    transform: skew(-11deg);
  }
  .header .logo img {
    position: relative;
    z-index: 2;
    height: 100px;
  }
  .header__right {
    display: none;
  }
  .header__more {
    display: none;
  }
  .header__contact {
    display: none;
  }
  .header .menu-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    background: #ED5209;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .header .menu-trigger svg {
    height: 30px;
    width: auto;
  }
}

.page .header .menu-trigger {
  background: #fff;
}
.page .header .menu-trigger svg {
  height: 30px;
  width: auto;
}
.page .header .menu-trigger svg path {
  stroke: #1D1D1E !important;
}

.hero {
  position: relative;
  z-index: 5;
}
.hero .col-lg-7 {
  height: 820px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.hero__bg {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  filter: grayscale(100%);
}
.hero__bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero .container {
  position: relative;
  z-index: 5;
}
.hero h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  font-style: italic;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.hero p {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  position: relative;
  padding: 0 34px;
  margin: 0 0 10px;
  line-height: 44px;
}
.hero p:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(to bottom, rgb(22, 118, 190) 0%, rgb(23, 119, 189) 100%);
  box-shadow: inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31), 0px 2px 2px 0px rgba(0, 0, 0, 0.28);
  transform: skew(-10deg);
}
.hero p span {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .hero .col-lg-7 {
    height: 420px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 260px;
  }
  .hero h1 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    font-style: italic;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  }
  .hero p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    position: relative;
    padding: 0 18px;
    margin: 0 0 10px;
    line-height: 36px;
  }
  .hero p:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(22, 118, 190) 0%, rgb(23, 119, 189) 100%);
    box-shadow: inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31), 0px 2px 2px 0px rgba(0, 0, 0, 0.28);
    transform: skew(-10deg);
  }
  .hero p span {
    position: relative;
    z-index: 2;
  }
}

.intro {
  position: relative;
  z-index: 12;
  padding: 165px 0 85px;
}
.intro__contact {
  position: absolute;
  right: 10px;
  top: -340px;
}
.intro__contact .title {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  font-style: italic;
  position: relative;
  padding: 0 55px;
  line-height: 85px;
  display: inline-block;
  z-index: 2;
  margin-left: -100px;
}
.intro__contact .title:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(to bottom, #101419 0%, #02060C 100%);
  box-shadow: inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31), 0px 2px 2px 0px rgba(0, 0, 0, 0.28);
  transform: skew(-10deg);
}
.intro__contact .title span {
  position: relative;
  z-index: 2;
}
.intro__contact .phone {
  color: #fff;
  font-size: 56px;
  font-weight: 300;
  font-style: italic;
  position: relative;
  padding: 0 100px;
  line-height: 120px;
  display: block;
  margin-top: -10px;
}
.intro__contact .phone strong {
  font-weight: 600;
}
.intro__contact .phone:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #ED5209;
  transform: skew(-10deg);
}
.intro__contact .phone span {
  position: relative;
  z-index: 2;
  color: #fff;
  transition-duration: 0.2s;
}
.intro .row {
  display: flex;
  align-items: center;
}
.intro .brush {
  position: absolute;
  left: 50px;
  top: -250px;
}
.intro .swiper {
  overflow: visible;
  position: relative;
  z-index: 5;
}
.intro .swiper-nav {
  position: absolute;
  top: 80px;
  left: 190px;
  z-index: 10;
  display: flex;
}
.intro .swiper-nav .prev {
  filter: drop-shadow(0px 7px 7px rgba(0, 0, 0, 0.25));
}
.intro .swiper-nav .prev div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 66px;
  clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
  background: #ED5209;
}
.intro .swiper-nav .prev div svg {
  height: 24px;
  width: auto;
}
.intro .swiper-nav .next {
  filter: drop-shadow(0px 7px 7px rgba(0, 0, 0, 0.25));
  margin-left: -8px;
}
.intro .swiper-nav .next div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 66px;
  clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
  background: rgba(156, 156, 156, 0.9);
}
.intro .swiper-nav .next div svg {
  height: 24px;
  width: auto;
}
.intro .swiper-nav .prev,
.intro .swiper-nav .next {
  cursor: pointer;
}
.intro .swiper-nav .prev div,
.intro .swiper-nav .next div {
  transition-duration: 0.2s;
}
.intro .swiper-nav .prev div:hover,
.intro .swiper-nav .next div:hover {
  opacity: 0.8;
}
.intro .swiper-slide {
  display: flex;
  align-items: center;
  height: 540px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.28));
}
.intro .swiper-slide figure {
  position: absolute;
  top: 0;
  left: 135px;
  display: flex;
  width: 60vw;
  height: 540px;
  margin: 0;
  clip-path: polygon(104px 0, 100% 0, calc(100% - 104px) 100%, 0 100%);
}
.intro .swiper-slide figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.intro .swiper-slide .item {
  position: relative;
  z-index: 2px;
  max-width: 496px;
  margin-left: 40px;
}
.intro .swiper-slide .item__inner {
  width: 100%;
  background: rgba(29, 29, 29, 0.89);
  clip-path: polygon(60px 0, 100% 0, calc(100% - 60px) 100%, 0 100%);
  padding: 50px 110px;
  min-height: 340px;
  display: flex;
  align-items: center;
}
.intro .swiper-slide .item__inner h2 {
  color: #FFB70C;
  font-size: 26px;
  margin: 0 0 26px;
  line-height: 1.2;
  font-weight: 400;
}
.intro .swiper-slide .item__inner p {
  margin: 0;
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.intro h2 {
  margin: 0 0 30px;
  font-size: 32px;
  line-height: 1.1;
  color: #ED5209;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.intro h2 strong {
  font-weight: 700;
  font-size: 50px;
  color: #ED5209;
  display: inline-block;
}
.intro h2 strong:first-child {
  transform: translateX(-30px);
}
.intro p {
  margin: 0 0 18px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Archivo", sans-serif;
  color: #050505;
}
.intro p strong {
  font-weight: 600;
}
.intro p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .intro {
    padding: 70px 0 85px;
    background-size: contain;
  }
  .intro__contact {
    position: absolute;
    right: 10px;
    top: -150px;
  }
  .intro__contact .title {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    position: relative;
    padding: 0 20px;
    line-height: 50px;
    display: inline-block;
    z-index: 2;
    margin-left: -20px;
  }
  .intro__contact .title:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(to bottom, #101419 0%, #02060C 100%);
    box-shadow: inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31), 0px 2px 2px 0px rgba(0, 0, 0, 0.28);
    transform: skew(-10deg);
  }
  .intro__contact .title span {
    position: relative;
    z-index: 2;
  }
  .intro__contact .phone {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    position: relative;
    padding: 0 20px;
    line-height: 70px;
    display: block;
    margin-top: -10px;
  }
  .intro__contact .phone strong {
    font-weight: 600;
  }
  .intro__contact .phone:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #ED5209;
    transform: skew(-10deg);
  }
  .intro__contact .phone span {
    position: relative;
    z-index: 2;
    color: #fff;
    transition-duration: 0.2s;
  }
  .intro .brush {
    display: none;
  }
  .intro .more a {
    display: inline-block;
    margin-left: 10px;
    white-space: nowrap;
    flex-shrink: 0;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    font-size: 15px;
    transition-duration: 0.2s;
    background: linear-gradient(to bottom, rgb(44, 33, 82) 0%, rgb(23, 13, 54) 100%);
    padding: 0 30px;
    line-height: 50px;
    min-width: 200px;
    text-align: center;
    margin-top: 20px;
    margin-left: -10px;
    text-transform: uppercase;
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  }
  .intro .more a strong {
    font-weight: 700;
  }
  .intro .more a:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
  }
  .intro h2 {
    margin: 0 0 30px;
    font-size: 32px;
    line-height: 1.2;
    color: #ED5209;
    font-family: "Archivo", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  .intro h2 strong {
    font-weight: 700;
    font-size: 32px;
  }
  .intro h2 strong:first-child {
    transform: none;
  }
  .intro p {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Archivo", sans-serif;
    color: #050505;
  }
  .intro p:last-child {
    margin-bottom: 0;
  }
  .intro .swiper {
    overflow: visible;
    margin-top: 50px;
  }
  .intro .swiper-nav {
    position: absolute;
    top: 210px;
    left: 20px;
    z-index: 10;
    display: flex;
  }
  .intro .swiper-nav .prev {
    filter: drop-shadow(0px 7px 7px rgba(0, 0, 0, 0.25));
  }
  .intro .swiper-nav .prev div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 66px;
    clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
  }
  .intro .swiper-nav .prev div svg {
    height: 24px;
    width: auto;
  }
  .intro .swiper-nav .next {
    filter: drop-shadow(0px 7px 7px rgba(0, 0, 0, 0.25));
    margin-left: -8px;
  }
  .intro .swiper-nav .next div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 66px;
    clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
    background: rgba(156, 156, 156, 0.9);
  }
  .intro .swiper-nav .next div svg {
    height: 24px;
    width: auto;
  }
  .intro .swiper-nav .prev,
  .intro .swiper-nav .next {
    cursor: pointer;
  }
  .intro .swiper-nav .prev div,
  .intro .swiper-nav .next div {
    transition-duration: 0.2s;
  }
  .intro .swiper-nav .prev div:hover,
  .intro .swiper-nav .next div:hover {
    opacity: 0.8;
  }
  .intro .swiper-slide {
    display: flex;
    align-items: center;
    height: 250px;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.28));
  }
  .intro .swiper-slide figure {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 250px;
    width: 100%;
    margin: 0;
    clip-path: polygon(50px 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
  }
  .intro .swiper-slide figure img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.stats {
  padding: 0 0 60px;
}
.stats h2 {
  color: #000;
  font-size: 1.1;
  text-align: center;
  font-style: italic;
  margin: 0 0 30px;
  font-size: 30px;
}
.stats p {
  margin: 0 0 36px;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  font-style: italic;
  font-family: "Archivo", sans-serif;
  color: #000;
}
.stats__items {
  padding: 60px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("img/shadow.png") no-repeat top center;
}
.stats__items a {
  display: inline-block;
  width: 480px;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  font-size: 20px;
  transition-duration: 0.2s;
  text-align: center;
  background: #ED5209;
  padding: 0 30px;
  line-height: 110px;
  text-transform: uppercase;
  clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
}
.stats__items a strong {
  font-weight: 700;
}
.stats__items a:nth-child(2) {
  background: linear-gradient(to bottom, #101419 0%, #02060C 100%);
  color: #fff;
}
.stats__items a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .stats {
    padding: 10px 0 40px;
  }
  .stats h2 {
    font-size: 26px;
  }
  .stats p {
    margin: 0 auto 36px;
    max-width: 740px;
    font-size: 15px;
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
    font-family: "Archivo", sans-serif;
  }
  .stats p strong {
    font-weight: 600;
  }
  .stats__items {
    padding: 30px 0 0;
    display: block;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: url("img/shadow.png") no-repeat top center;
    background-size: contain;
  }
  .stats__items a {
    display: inline-block;
    width: 320px;
    white-space: nowrap;
    flex-shrink: 0;
    font-weight: 300;
    font-style: italic;
    font-size: 15px;
    transition-duration: 0.2s;
    text-align: center;
    padding: 0 20px;
    line-height: 50px;
    text-transform: uppercase;
    clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
    margin-top: 10px;
  }
  .stats__items a strong {
    font-weight: 700;
  }
}

.about {
  position: relative;
  padding: 65px 0 95px;
  background: #ED5209;
}
.about figure {
  position: absolute;
  left: 0;
  bottom: -509px;
  margin: 0;
  pointer-events: none;
}
.about__box {
  background: #FEC2A6;
  box-shadow: inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31), 0px 2px 2px 0px rgba(0, 0, 0, 0.28);
  clip-path: polygon(75px 0, 100% 0, calc(100% - 75px) 100%, 0 100%);
  padding: 62px 230px;
}
.about__box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.about__box ul li {
  background: url("img/li.svg") no-repeat top left;
  background-size: 32px;
  padding-left: 52px;
  font-size: 18px;
  color: #1E1E1E;
  font-weight: 300;
  min-height: 32px;
  padding-top: 3px;
  margin-bottom: 12px;
}
.about__box ul li:last-child {
  margin-bottom: 0;
}
.about__box ul li strong {
  font-weight: 600;
}
.about h2 {
  font-size: 36px;
  margin: 0 0 45px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  font-style: italic;
}
.about h2 strong {
  font-weight: 700;
}
.about p {
  margin: 0 0 18px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Archivo", sans-serif;
  color: #050505;
}
.about p strong {
  font-weight: 600;
}
.about p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .about {
    padding: 65px 0 70px;
    background: #ED5209;
  }
  .about figure {
    display: none;
  }
  .about__box {
    background: #FEC2A6;
    box-shadow: inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31), 0px 2px 2px 0px rgba(0, 0, 0, 0.28);
    clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
    padding: 40px 40px;
  }
  .about__box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .about__box ul li {
    background: url("img/li.svg") no-repeat top left;
    background-size: 24px;
    padding-left: 36px;
    font-size: 16px;
    color: #1E1E1E;
    font-weight: 300;
    min-height: 24px;
    padding-top: 2px;
    margin-bottom: 10px;
  }
  .about__box ul li:last-child {
    margin-bottom: 0;
  }
  .about__box ul li strong {
    font-weight: 600;
  }
  .about h2 {
    font-size: 24px;
    margin: 0 0 30px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    font-style: italic;
  }
  .about h2 strong {
    font-weight: 700;
  }
  .about p {
    margin: 0 0 16px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Archivo", sans-serif;
    color: #050505;
  }
  .about p strong {
    font-weight: 600;
  }
  .about p:last-child {
    margin-bottom: 0;
  }
}

.data {
  background: #000;
  position: relative;
  overflow: hidden;
  padding: 85px 0 110px;
}
.data figure {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  mix-blend-mode: luminosity;
  display: flex;
  align-items: center;
}
.data h2 {
  color: #2B83C5;
  margin: 0 0 45px;
  text-align: center;
  line-height: 1.2;
  font-size: 40px;
  font-weight: 300;
  font-style: italic;
}
.data ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}
.data ul li {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  background: url("img/bg2.png") no-repeat left center;
  padding-left: 54px;
  height: 98px;
  display: flex;
  align-items: center;
}
.data ul li svg {
  height: 36px;
  margin-right: 18px;
}
@media (max-width: 991px) {
  .data {
    padding: 70px 0;
  }
  .data h2 {
    color: #2B83C5;
    margin: 0 0 30px;
    text-align: center;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 300;
    font-style: italic;
  }
  .data ul {
    list-style-type: none;
    padding: 0;
    margin: 0 -15px 0 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
  .data ul li {
    font-size: 16px;
    font-weight: 300;
    padding-right: 20px;
    font-style: italic;
    color: #fff;
    background: url("img/bg2.png") no-repeat left center;
    padding-left: 40px;
    height: 98px;
    display: flex;
    align-items: center;
  }
  .data ul li svg {
    height: 30px;
    margin-right: 14px;
  }
}

.features {
  padding: 80px 0 110px;
  background: url("img/shadow.png") no-repeat top center;
}
.features .swiper-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
}
.features .swiper-nav .prev {
  filter: drop-shadow(0px 7px 7px rgba(0, 0, 0, 0.25));
}
.features .swiper-nav .prev div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 66px;
  clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
  background: #ED5209;
}
.features .swiper-nav .prev div svg {
  height: 24px;
  width: auto;
}
.features .swiper-nav .next {
  filter: drop-shadow(0px 7px 7px rgba(0, 0, 0, 0.25));
  margin-left: -8px;
}
.features .swiper-nav .next div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 66px;
  clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
  background: rgba(156, 156, 156, 0.9);
}
.features .swiper-nav .next div svg {
  height: 24px;
  width: auto;
}
.features .swiper-nav .prev,
.features .swiper-nav .next {
  cursor: pointer;
}
.features .swiper-nav .prev div,
.features .swiper-nav .next div {
  transition-duration: 0.2s;
}
.features .swiper-nav .prev div:hover,
.features .swiper-nav .next div:hover {
  opacity: 0.8;
}
.features h2 {
  text-align: center;
  margin: 10px 0 50px;
  font-size: 40px;
  font-weight: 300;
  color: #212121;
  line-height: 1.2;
  font-style: italic;
}
.features h2 strong {
  font-weight: 700;
}
.features .swiper {
  overflow: visible;
}
.features .swiper-slide figure {
  height: auto;
  aspect-ratio: 6/5;
  margin: 0;
  display: flex;
  clip-path: polygon(60px 0, 100% 0, calc(100% - 60px) 100%, 0 100%);
  background: #2F2F2F;
  padding: 0;
  transition-duration: 0.2s;
}
.features .swiper-slide figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  opacity: 1;
  mix-blend-mode: luminosity;
}
.features .swiper-slide:hover figure img {
  opacity: 1;
  mix-blend-mode: normal;
}
@media (max-width: 991px) {
  .features {
    background-size: contain;
    padding: 60px 0 60px;
  }
  .features .swiper-nav {
    display: none;
  }
  .features h2 {
    margin: 0px 0 40px;
    font-size: 26px;
  }
}

.bottom {
  background: url("img/shadow2.png") no-repeat top center;
  padding: 110px 0 0;
  position: relative;
}
.bottom figure {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -165px;
  pointer-events: none;
}
.bottom .swiper-wrapper {
  display: flex;
  align-items: center;
}
.bottom .swiper-wrapper .swiper-slide {
  height: auto;
}
.bottom .swiper-wrapper .swiper-slide figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom .swiper-wrapper .swiper-slide figure img {
  max-width: 100%;
  height: auto;
}
.bottom h2 {
  margin: 0 0 45px;
  font-size: 36px;
  font-weight: 700;
  color: #ED5209;
  line-height: 1.2;
  font-style: italic;
}
.bottom h2 strong {
  font-weight: 700;
}
.bottom p {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Archivo", sans-serif;
  color: #050505;
  font-style: italic;
}
.bottom p strong {
  font-weight: 600;
}
@media (max-width: 991px) {
  .bottom {
    padding: 60px 0 50px;
    background-size: contain;
  }
  .bottom figure {
    display: none;
  }
  .bottom h2 {
    margin: 0 0 5px;
    font-size: 26px;
  }
  .bottom p {
    margin: 0 0 40px;
    font-size: 15px;
  }
}

.page-title {
  position: relative;
  z-index: 5;
  padding: 220px 0 40px;
  overflow: hidden;
  text-align: center;
}
.page-title figure {
  background: #000;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.page-title figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  -o-object-position: center;
     object-position: center;
  opacity: 0.4;
}
.page-title h1 {
  font-size: 54px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 10px;
  color: #FFF;
}
@media (max-width: 991px) {
  .page-title {
    padding: 160px 0 25px;
  }
  .page-title h1 {
    font-size: 32px;
  }
  .page-title figure {
    background: #000;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
  }
  .page-title figure img {
    height: 140%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top right;
       object-position: top right;
    opacity: 0.6;
  }
}

.content {
  position: relative;
  z-index: 3;
}
.content--page {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
.content--page .container {
  position: relative;
  z-index: 2;
}
.content--page .col-lg-12 h1:first-child {
  text-align: center;
  color: #000;
}
.content table td {
  vertical-align: top;
}
.content h1 {
  margin: 0 0 40px;
  font-size: 48px;
  color: #000;
  font-weight: 600;
  position: relative;
}
.content h2 {
  margin: 0 0 30px;
  font-size: 36px;
  color: #000;
  font-weight: 600;
  position: relative;
}
.content h3 {
  margin: 0 0 10px;
  font-size: 28px;
  color: #000;
  font-weight: 600;
}
.content h4 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.content h5 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin: -15px 0 25px;
  text-transform: uppercase;
}
.content h6 {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  margin: 70px 0 0;
}
.content blockquote {
  font-size: 15px;
  color: #000;
  margin: 0 0 38px;
  padding: 0 0 0 18px;
  border-left: 2px solid #000;
}
.content p {
  font-size: 16px;
  color: #0c0d36;
  margin: 0 0 18px;
  line-height: 24px;
  font-weight: 400;
}
.content li {
  font-size: 16px;
  color: #0c0d36;
  line-height: 24px;
  font-weight: 400;
}
.content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.content img {
  max-width: 100%;
  height: auto !important;
}
.content hr {
  margin: 30px 0;
  clear: both;
}
@media (max-width: 991px) {
  .content--page {
    padding: 40px 0 80px;
    position: relative;
  }
  .content--page a img.alignright {
    float: none;
    display: block;
    margin: 0 auto 24px;
  }
  .content--page .col-lg-12 h1:first-child {
    text-align: center;
    color: #000;
    margin-bottom: 20px;
  }
  .content blockquote,
  .content li,
  .content p {
    font-size: 15px;
  }
  .content h1 {
    font-size: 32px;
  }
  .content h2 {
    font-size: 24px;
  }
  .content h3 {
    font-size: 18px;
  }
  .content h4 {
    font-size: 15px;
  }
  .content form .row {
    margin: 0 -5px;
  }
  .content form input[type=email],
  .content form input[type=text],
  .content form textarea {
    height: 45px;
  }
  .content form textarea {
    height: 120px;
  }
}

ul.list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.list li {
  background: url("img/li.svg") no-repeat top left;
  background-size: 32px;
  padding-left: 52px;
  font-size: 18px;
  color: #1E1E1E;
  font-weight: 300;
  min-height: 32px;
  padding-top: 3px;
  margin-bottom: 12px;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li strong {
  font-weight: 600;
}
@media (max-width: 991px) {
  ul.list li {
    background: url("img/li.svg") no-repeat top left;
    background-size: 24px;
    padding-left: 36px;
    font-size: 16px;
    color: #1E1E1E;
    font-weight: 300;
    min-height: 24px;
    padding-top: 2px;
    margin-bottom: 10px;
  }
  ul.list li:last-child {
    margin-bottom: 0;
  }
  ul.list li strong {
    font-weight: 600;
  }
}

.footer {
  position: relative;
  z-index: 10;
  padding: 50px 0 0;
}
.footer__img {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: calc(100% - 110px);
  z-index: 20;
  pointer-events: none;
}
.footer .col-lg-12 {
  display: flex;
}
.footer .logo {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 120px;
  padding-left: 60px;
  height: 450px;
  flex-shrink: 0;
  padding-bottom: 100px;
}
.footer .logo:before {
  position: absolute;
  top: 0;
  right: -140px;
  bottom: 0;
  width: 100vw;
  background: #ED5209;
  content: "";
  box-shadow: inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31), 0px 2px 2px 0px rgba(0, 0, 0, 0.28);
  transform: skew(-11deg);
}
.footer .logo img {
  position: relative;
  z-index: 2;
}
.footer__contact {
  position: relative;
  z-index: 10;
  margin-top: 110px;
  display: flex;
  align-items: center;
  padding-bottom: 100px;
}
.footer__contact p {
  color: #FFFFFF;
  margin: 0;
  font-size: 18px;
  position: relative;
  z-index: 2;
  padding-left: 62px;
  background: url("img/phone.png") no-repeat top left;
}
.footer__contact p:first-child {
  margin-left: 120px;
  background: url("img/marker.png") no-repeat top left;
  margin-right: 60px;
}
.footer__contact p a {
  color: #FFFFFF;
}
.footer__contact p strong {
  font-weight: 600;
}
.footer__contact:before {
  background: rgba(5, 5, 5, 0.89);
  clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%);
  width: 100vw;
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
}
@media (max-width: 991px) {
  .footer {
    padding: 40px 0 80px;
    background: #000;
  }
  .footer:before, .footer__img {
    display: none;
  }
  .footer .logo {
    display: none;
  }
  .footer__contact {
    position: relative;
    z-index: 10;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 0;
  }
  .footer__contact p {
    color: #FFFFFF;
    margin: 0 0 15px 0;
    font-size: 16px;
    position: relative;
    z-index: 2;
    padding-left: 50px;
    background: url("img/phone.png") no-repeat top left;
    background-size: auto 40px;
  }
  .footer__contact p:first-child {
    margin-left: 0;
    background: url("img/marker.png") no-repeat top left;
    margin-right: 30px;
    background-size: auto 40px;
  }
  .footer__contact p a {
    color: #FFFFFF;
  }
  .footer__contact p strong {
    font-weight: 600;
  }
  .footer__contact:before {
    display: none;
  }
}

.page .footer:before,
.page .footer__img {
  display: none;
}

.credits {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  z-index: 12;
}
.credits .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.credits .container span {
  flex-shrink: 0;
  color: #fff;
  font-size: 16px;
}
.credits .container span a {
  color: #fff;
}
.credits .container span:last-child {
  color: #fff;
}
.credits .container span:last-child a {
  color: #fff;
}
.credits .container div {
  margin: 0 40px;
  width: 100%;
  height: 2px;
  background: #ED5209;
}
@media (max-width: 991px) {
  .credits {
    bottom: 20px;
  }
  .credits .container {
    display: block;
    text-align: center;
  }
  .credits .container span {
    flex-shrink: 0;
    color: #fff;
    font-size: 12px;
    display: block;
  }
  .credits .container span a {
    color: #fff;
  }
  .credits .container span:last-child {
    color: #fff;
  }
  .credits .container span:last-child a {
    color: #fff;
  }
  .credits .container div {
    display: none;
  }
}

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

.breadcrumbs {
  padding: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5019607843);
}
.breadcrumbs a {
  color: rgba(255, 255, 255, 0.5019607843);
}

.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. */
}

.wpcf7-list-item {
  display: block !important;
  font-weight: 400;
  margin: 0 !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: 14px;
  padding: 5px 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;
}

/*!
 * 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;
  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 */