@import url(https://fonts.googleapis.com/css2?family=Patrick+Hand+SC&display=swap);

@media(min-width:783px){
  .admin-bar .header-mobile,
  .admin-bar .header-pc {
    top: 32px;
  }
}

#money-used-for{
	display:none;
}

img {
  max-width: 100%;
  height: auto;
}

.text-default {
  line-height: 1.6;
  -webkit-text-size-adjust: none;
}

.text-size-adjust {
  -webkit-text-size-adjust: none;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 800;
  line-height: 1.3;
}

h5, .h5, h6, .h6 {
  font-weight: 700;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.875rem;
}

h3, .h3 {
  font-size: 1.575rem;
}

h4, .h4 {
  font-size: 1.325rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 1rem;
}

.fs-subheading {
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (min-width:768px){
  h1, .h1 {
    font-size: 3.25rem;
  }
  h2, .h2 {
    font-size: 2.667rem;
  }
  h3, .h3 {
    font-size: 2.25rem;
  }
  h4, .h4 {
    font-size: 1.75rem;
  }
  h5, .h5 {
    font-size: 1.35rem;
  }
  h6, .h6 {
    font-size: 1.15rem;
  }
  .fs-subheading {
    font-size: 1.25rem;
  }
  .mw-80 {
    display: inline-block;
    max-width: 80%;
  }
}

.text-center {
  text-align: center;
}

.text-left,
.text-start {
  text-align: left;
}

.text-right,
.text-end {
  text-align: right;
}

.lh-140 {
  line-height: 1.4;
}

.lh-150 {
  line-height: 1.5;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.top-0 {
  top: 0;
}

.end-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.start-0 {
  left: 0;
}

.start-100 {
  left: 100%;
}

.top-50 {
  top: 50%;
}

.end-50 {
  right: 50%;
}

.bottom-50 {
  bottom: 50%;
}

.start-50 {
  left: 50%;
}

.translate-middle {
  transform: translate(-50%, -50%);
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.urlencoded-icon {
  display: block;
  min-width: 1em;
  min-height: 1em;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-inline-flex {
  display: inline-flex;
}

.d-flex {
  display: flex;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-center {
  align-self: center;
}

.align-self-end {
  align-self: flex-end;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.rounded {
  border-radius: 30px;
}

.rounded-sm {
  border-radius: 15px;
}

.rounded-circle {
  border-radius: 50%;
}

.border-0 {
  border: 0;
}

.font-24 {
  font-size: 24px;
}

.font-20 {
  font-size: 20px;
}

.font-14 {
  font-size: 14px;
}

.font-12 {
  font-size: 12px;
}

.text-underline {
  text-decoration: underline;
}

.bg-white {
  background-color: #fff;
}

.bg-light-blue {
  background-color: #d8f2ff;
}

.bg-blue {
  background-color: #1890f4;
}

.bg-yellow {
  background-color: #FFC945;
}

.bg-red {
  background-color: #ff3e3e
}

.bg-dark-alpha {
  background-color: rgba(0, 0, 0, 0.5);
}

.text-white {
  color: #fff;
}

.text-dark {
  color: #232323;
}

.text-blue {
  color: #1890f4;
}

.text-yellow {
  color: #FFC945;
}

.text-green {
  color: #8EC150;
}

.text-magenta {
  color: #F41C89;
}

strong, b,
.fw-bold {
  font-weight: 700;
}

.fw-normal {
  font-weight: 400;
}

.bg-cover {
  background-size: cover;
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

.d-none {
  display: none;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  padding-top: 100%;
}

.ratio-3x4 {
  padding-top: calc(4 / 3 * 100%);
}

.ratio-4x3 {
  padding-top: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  padding-top: calc(9 / 16 * 100%);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row > * {
  flex-shrink: 0;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.row-cols-mb-30 > * {
  margin-bottom: 30px;
}

.row-cols-mt-30 {
  margin-top: -30px;
}

.row-cols-mt-30 > * {
  margin-top: 30px;
}

.row-cols-mt-15 > * {
  margin-top: 15px;
}

@media screen and (min-width: 576px){
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
}

@media (max-width: 767.98px) {
  .row.mobile-padding {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .row.mobile-padding > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .row-cols-mb-30.mobile-padding > * {
	  margin-bottom: 15px;
  }
  .row-cols-mt-30.mobile-padding {
    margin-top: -15px;
  }
  .row-cols-mt-30.mobile-padding > * {
    margin-top: 15px;
  }
  .rounded {
    border-radius: 15px;
  }
  /* .swiper-80-mobile {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  } */
}

.row-cols-4 > * {
  width: 25%;
}

.row-cols-3 > * {
  width: 33.3333333333%;
}

.row-cols-2 > * {
  width: 50%;
}

.row-cols-1 > * {
  width: 100%;
}

@media screen and (max-width: 575.98px) {
  .swiper-hide-extra.row-cols-1 > *:nth-child(n+2),
  .swiper-hide-extra.row-cols-2 > *:nth-child(n+3),
  .swiper-hide-extra-xs.row-cols-1 > *:nth-child(n+2),
  .swiper-hide-extra-xs.row-cols-2 > *:nth-child(n+3) {
    display: none;
  }
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

@media screen and (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .row-cols-sm-4 > * {
    width: 25%;
  }
  .col-sm-4,
  .row-cols-sm-3 > * {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6,
  .row-cols-sm-2 > * {
    width: 50%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .row-cols-sm-1 > * {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .swiper-hide-extra.row-cols-sm-1 > *:nth-child(n+2),
  .swiper-hide-extra.row-cols-sm-2 > *:nth-child(n+3),
  .swiper-hide-extra.row-cols-sm-3 > *:nth-child(n+4),
  .swiper-hide-extra-sm.row-cols-sm-1 > *:nth-child(n+2),
  .swiper-hide-extra-sm.row-cols-sm-2 > *:nth-child(n+3),
  .swiper-hide-extra-sm.row-cols-sm-3 > *:nth-child(n+4) {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .row-cols-md-5 > * {
    width: 20%;
  }
  .row-cols-md-4 > * {
    width: 25%;
  }
  .col-md-4,
  .row-cols-md-3 > * {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6,
  .row-cols-md-2 > * {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .row-cols-md-1 > * {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .swiper-hide-extra.row-cols-md-1 > *:nth-child(n+2),
  .swiper-hide-extra.row-cols-md-2 > *:nth-child(n+3),
  .swiper-hide-extra.row-cols-md-3 > *:nth-child(n+4),
  .swiper-hide-extra-md.row-cols-md-1 > *:nth-child(n+2),
  .swiper-hide-extra-md.row-cols-md-2 > *:nth-child(n+3),
  .swiper-hide-extra-md.row-cols-md-3 > *:nth-child(n+4) {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .row-cols-lg-5 > * {
    width: 20%;
  }
  .row-cols-lg-4 > * {
    width: 25%;
  }
  .col-lg-4,
  .row-cols-lg-3 > * {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6,
  .row-cols-lg-2 > * {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .row-cols-lg-1 > * {
    width: 100%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .swiper-hide-extra.row-cols-lg-1 > *:nth-child(n+2),
  .swiper-hide-extra.row-cols-lg-2 > *:nth-child(n+3),
  .swiper-hide-extra.row-cols-lg-3 > *:nth-child(n+4),
  .swiper-hide-extra.row-cols-lg-4 > *:nth-child(n+5),
  .swiper-hide-extra-lg.row-cols-lg-1 > *:nth-child(n+2),
  .swiper-hide-extra-lg.row-cols-lg-2 > *:nth-child(n+3),
  .swiper-hide-extra-lg.row-cols-lg-3 > *:nth-child(n+4),
  .swiper-hide-extra-lg.row-cols-lg-4 > *:nth-child(n+5) {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .row-cols-xl-5 > * {
    width: 20%;
  }
  .row-cols-xl-4 > * {
    width: 25%;
  }
  .col-xl-4,
  .row-cols-xl-3 > * {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6,
  .row-cols-xl-2 > * {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .row-cols-xl-1 > * {
    width: 100%;
  }

  .swiper-hide-extra.row-cols-xl-1 > *:nth-child(n+2),
  .swiper-hide-extra.row-cols-xl-3 > *:nth-child(n+4),
  .swiper-hide-extra.row-cols-xl-4 > *:nth-child(n+5),
  .swiper-hide-extra-xl.row-cols-xl-1 > *:nth-child(n+2),
  .swiper-hide-extra-xl.row-cols-xl-3 > *:nth-child(n+4),
  .swiper-hide-extra-xl.row-cols-xl-4 > *:nth-child(n+5) {
    display: none;
  }
}

@media screen and (min-width:992px){
  .d-pc-none {
    display: none;
  }
  .d-pc-block {
    display: block;
  }
  .order-pc-1 {
    order: 1;
  }
  .order-pc-2 {
    order: 2;
  }
}

.cursor-pointer {
  cursor: pointer;
}

/* SWIPER */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}

.swiper-overflow {
  overflow: hidden;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 1rem;
}

.swiper-overflow-lg {
  overflow: hidden;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 1rem 2rem;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0)
}

.swiper-horizontal {
  touch-action: pan-y
}

.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  height: 100%;
  transition-property: transform;
  display: block
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d {
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none
}

.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/44*27);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none
}

.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px)
}

.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height
}

.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden
}

/* HEADER */

.hide-header #masthead,
.hide-header-nav .header-pc__social-links,
.hide-header-nav .header-mobile__burger,
.hide-header-nav .header-pc__menu,
.hide-header-nav .header-pc__our-projects-block,
.hide-header-nav .header-pc__button-donate,
.header-mobile__button-container .header-mobile__button::after {
  display: none !important;
}

.hide-header-nav .header-mobile__button-container {
  visibility: collapse;
}

.header-cta-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 501;
}

.button.header-pc__button-cta {
  position: absolute !important;
  top: 6px;
  right: 15px;

  padding: 15px 25px !important;
  border-radius: 82px;
  background: #ffc801;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (max-width: 400px){
  .button.header-pc__button-cta {
    padding: 13px 25px !important;
    top: 10px;
  }
  .header-pc__button-cta::after {
    display: none;
  }
}

@media screen and (min-width: 783px){
  .admin-bar .header-pc__button-cta {
    top: 39px;
  }
}

@media screen and (min-width: 1311px){
  .header-pc__button-cta {
    top: 12px;
  }
  .admin-bar .header-pc__button-cta {
    top: 44px;
  }
}

/* FOOTER */

.hide-footer #colophon,
.hide-footer-nav .footer__navigation,
.hide-footer-nav .footer__social-links-block {
  display: none !important;
}

/* IMAGE + TEXT */

.panel-image-text__container .panel-image-text__block-text {
  margin-bottom: 26px
}

.panel-image-text__block-text {
  margin-bottom: 50px;
}

@media screen and (max-width:480px) {
  .panel-image-text__block-text {
    margin-bottom: 34px
  }
}

.panel-image-text__text:first-child {
  margin-bottom: 20px
}

.panel-image-text__block-img img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width:991.98px) {
  .panel-image-text__swiper-block {
    width: 100%
  }
}

.panel-image-text__swiper {
  min-width: 0;
  overflow: hidden;
  max-width: 630px
}

@media screen and (max-width:1199px) {
  .panel-image-text__swiper {
    min-width: 100%;
  }
}

.panel-image-text__pagination.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 25px;
}

.panel-image-text__prev.swiper-button-prev {
  left: -20px
}

.panel-image-text__next.swiper-button-next {
  right: -20px;
}

.panel-image-text__computation {
  display: flex;
  gap: 15px
}

@media screen and (max-width:786px) {
  .panel-image-text__computation {
    flex-direction: column
  }
}

@media screen and (max-width:480px) {
  .panel-image-text__computation {
    gap: 20px
  }
}

.panel-image-text__item {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.panel-image-text__item:first-child .panel-image-text__text {
  width: 305px
}

.panel-image-text__item:last-child .panel-image-text__text {
  width: 209px
}

.panel-image-text__item .panel-image-text__text {
  color: #232323;
  font-size: 18px;
  text-align: center;
  margin-bottom: 0
}

@media screen and (max-width:786px) {
  .panel-image-text__item .panel-image-text__text {
    text-align: left
  }
}

@media screen and (max-width:1199.98px) {
  .panel-image-text__item .panel-image-text__text {
    color: #232323;
    font-size: 14px;
  }
  .panel-image-text__item:first-child .panel-image-text__text {
    width: 228px
  }
  .panel-image-text__item:last-child .panel-image-text__text {
    width: 163px
  }
}

.panel-image-text__number {
  font-size: 70px;
  font-weight: 400;
  font-family: "Patrick Hand SC";
  text-align: center
}

@media screen and (max-width:786px) {
  .panel-image-text__number {
    text-align: left
  }
}

@media screen and (max-width:1199.98px) {
  .panel-image-text__number {
    font-size: 50px;
    font-weight: 400;
  }
}

.button {
  display: inline-flex;
  padding: 18px 30px;
/*   height: auto; */
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4 !important;
}

.button::after {
  position: relative !important;
  transform: none !important;
  top: auto;
  right: auto;
  margin-left: 15px;
  width: 0.825em;
  height: 1em;
}

.button--white {
  background-color: #fff;
}

.button--medium-azure {
  background-color: #E3F2FD;
}

@media screen and (max-width:575.98px){
  .button {
    padding: 12px 22px;
    font-size: 16px;
  }
  .button::after {
    transform: scale(0.8) !important;
  }
}

/* HERO */

.panel-hero:first-child {
  margin-top: 70px;
}

.panel-hero {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.landing__content {
  padding: 77px 0 0;
}

.landing__content .landing__info {
  padding-bottom: 5rem;
}

.classy-form-wrapper {
  width: 420px;
  height: 623px;
  max-width: 100%;
}

@media screen and (max-width:991px) {
  .landing__content {
    padding: 56px 0 0
  }
  .landing__content .landing__info {
    padding-bottom: 2rem;
  }
  .classy-form-wrapper {
    width: 100%;
  }
}

.landing__buttons {
  display: flex
}

.landing__buttons-count {
  display: flex;
  align-items: center;
  margin-right: 36px
}

.landing__buttons-count .landing__button {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background: #fff;
  border: none
}

.landing__button-donate {
  padding-left: 0;
  justify-content: center;
  width: 234px;
  height: 60px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}

.landing__button-donate::after {
  display: none
}

.landing__count {
  font-size: 40px;
  font-weight: 700;
  line-height: 49px;
  margin: 0 21px;
  width: 18px;
  display: flex;
  justify-content: center
}

.landing__block-img {
  width: 80%;
  max-width: 746px;
}

.landing__block-img img {
  width: 100%;
  height: 100%
}

.button-minus {
  position: relative;
  cursor: pointer
}

.button-minus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 23px;
  height: 3px;
  background-color: #000
}

.button-plus {
  position: relative;
  cursor: pointer
}

.button-plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 23px;
  height: 3px;
  background-color: #000
}

.button-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 23px;
  height: 3px;
  background-color: #000
}

@media screen and (max-width:480px) {
  .landing__buttons {
    flex-direction: column
  }
  .landing__buttons-count {
    margin-bottom: 20px
  }
  .landing__buttons-count .landing__button {
    width: 45px;
    height: 45px
  }
  .landing__button-donate {
    width: 214px;
    height: 50px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }
  .landing__count {
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
  }
  .button-minus::after {
    width: 19px
  }
  .button-plus::before {
    width: 19px
  }
  .button-plus::after {
    width: 19px
  }
}

/* STAGES */

.stage-number-column {
  min-width: 50px;
  max-width: 50px;
}

.stage-item .stage-item-line {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 6px;
  height: 100%;
  border-radius: 9px;
  background-color: #BFE9FF;
  margin-top: 0.75rem;
}

.stage-item .stage-item-line::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 9px;
  transition: 1s;
  background-color: #1890f4;
}

.stage-item.viewport .stage-item-line::after {
  height: 100%;
}

.stage-number {
  color: #BFE9FF;
  transition: 0.2s;
  transition-delay: 0.65s;
}

.stage-item.viewport .stage-number {
  color: #1890f4;
  transition-delay: 0s;
}

@media screen and (min-width:768px) {
  .stage-number-column {
    min-width: 100px;
    max-width: 100px
  }
}

/* TESTIMONIALS */

.panel-testimonials-swiper-wrapper {
  max-width: 800px;
}

.panel-testimonials .testimonial-image {
  transition: 0.5s opacity;
}

.panel-testimonials .swiper-slide-next .testimonial-image {
  opacity: 0.5;
}

.panel-testimonials__card_excerpt {
  font-size: 1.125rem;
}

@media screen and (max-width:767.98px){
  .testimonial-image-wrapper {
    width: 70%;
  }
}

@media screen and (min-width:992px) {
  .panel-testimonials__card_excerpt {
    font-size: 1.75rem;
  }
}

/* COLUMNS / CAROUSEL */

.panel-columns {
  margin-bottom: 52px
}

@media screen and (max-width:480px) {
  .panel-columns {
    margin-bottom: 40px
  }
}

.panel-column__heading {
  margin-bottom: 2.25rem;
  text-align: center;
}

.panel-columns__main-title + .panel-columns__text {
  margin-top: 1.25rem;
}

.panel-columns__card figure,
.panel-columns__card img {
  max-width: 100%;
  height: auto;
}

.card.style-border {
  border: 2px solid #bfe9ff;
}

.box-shadow {
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .08);
}

.card.style-box-shadow,
.box-shadow-sm {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .05);
}

@media screen and (max-width:767.98px) {
  .panel-columns__card {
    border-radius: 15px;
    padding: 15px;
  }
}

/* CTA */

.panel-cta__content.has-bg {
  padding: 74px;
}

.panel-cta__logo {
  transform: translate(30%,-20%);
}

@media screen and (max-width:1200px) {
  .panel-cta__content {
    background-image: none;
    padding: 0 !important;
    border-radius: none;
    height: auto;
  }
}

@media screen and (max-width:991px) {
  .panel-cta__content {
    text-align: center;
  }
}

.panel-cta__block-mobile-img {
  display: none
}

@media screen and (max-width:991px) {
  .panel-cta__block-mobile-img {
    display: block;
    margin-top: 2rem;
  }
}

.panel-cta__block-mobile-img img {
  width: 50%;
  height: auto;
}

.panel-cta__info {
  padding: 60px;
}

@media screen and (max-width:991px) {
  
}

@media screen and (max-width:678px) {
  .panel-cta__info {
    padding: 30px;
  }
}

@media screen and (max-width:678px) {
  .panel-cta__info::after {
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%)
  }
}

@media screen and (max-width:678px) {
  .panel-cta__title,
  .panel-cta__subheading {
    text-align: center;
  }
}

.panel-cta__button {
  margin-top: 3rem;
}

@media screen and (max-width:678px) {
  .panel-cta__button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
  }
}

/* FORM STYLES */

.form-styles {
  position: relative;
}

.form-styles .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1px;
}

.form-styles .wpcf7-form-control {
  width: 100%;
  padding: 15px;
  border: 2px solid rgba(0,0,0,.1);
  background-color: #fff;
  border-radius: 99px;
  font-size: 16px;
}

.form-styles .wpcf7-form-control:focus {
  border-color: #ffc801;
  outline: none;
}

.form-styles .wpcf7-submit {
  background-color: #ffc801;
  color: #000;
  text-align: center;
  justify-content: center;
  border-color: transparent;
}

.form-styles .wpcf7-not-valid-tip {
  border-radius: 33px;
  margin-top: 7px;
  padding: 10px 15px;
  background-color: #232323;
  color: #fff;
}

.form-styles .wpcf7-spinner {
  position: absolute;
  bottom: 13px;
  left: 50%;
  margin: 0;
  transform: translate(-50%,0);
  z-index: 10;
}

.form-styles .wpcf7-response-output {
  border-radius: 12px;
  padding: 10px 15px;
  line-height: 1.5;
}

/* PARTNERS */

.company-partner {
  margin-bottom: 76px
}

.company-partner__content {
  border-radius: 35px;
  background-color: #ffc801;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .05);
  width: 100%;
  padding: 130px 106px 108px;
  background-image: url(../images/dist/gallery/pack.png);
  background-position: calc(100% - 67px) calc(100% - 30px);
  background-repeat: no-repeat
}

@media screen and (max-width:1199px) {
  .company-partner__content {
    background-image: none
  }
}

@media screen and (max-width:786px) {
  .company-partner__content {
    padding: 52px 21px 46px
  }
}

.company-partner__title {
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
  max-width: 515px;
  margin-bottom: 36px;
  text-transform: uppercase
}

@media screen and (max-width:1199px) {
  .company-partner__title {
    text-align: center;
    margin: 0 auto 47px
  }
}

@media screen and (max-width:480px) {
  .company-partner__title {
    font-size: 28px;
    font-weight: 900;
    line-height: 28px;
  }
}

.company-partner__text {
  font-size: 19.906px;
  font-weight: 700;
  line-height: 100%;
  max-width: 394px;
  margin-bottom: 42px
}

@media screen and (max-width:1199px) {
  .company-partner__text {
    text-align: center;
    margin: 0 auto 36px
  }
}

@media screen and (max-width:480px) {
  .company-partner__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
  }
}

.company-partner__button {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  width: 307px;
  height: 60px;
  background-color: #fff;
  justify-content: center;
  padding-left: 0
}

@media screen and (max-width:1199px) {
  .company-partner__button {
    margin: 0 auto
  }
}

@media screen and (max-width:480px) {
  .company-partner__button {
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    width: 100%
  }
}

.company-partner__block-img {
  display: none
}

@media screen and (max-width:1199px) {
  .company-partner__block-img {
    display: block;
    text-align: center;
    margin-bottom: 35px;
    max-width: 100%
  }

  .company-partner__block-img img {
    width: 100%;
    height: 100%
  }
}

.panel-founder__content {
  display: flex;
  align-items: center;
  -moz-column-gap: 83px;
  column-gap: 83px;
  border-radius: 35px;
  background: #fff;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .05);
  padding: 60px 0 53px 63px
}

@media screen and (max-width:1310px) {
  .panel-founder__content {
    padding: 40px
  }
}

@media screen and (max-width:1199px) {
  .panel-founder__content {
    flex-direction: column-reverse
  }
}

@media screen and (max-width:480px) {
  .panel-founder__content {
    padding: 43px 20px 23px
  }
}

.panel-founder__block-img {
  flex: 0 1 620px;
  position: relative
}

@media screen and (max-width:1199px) {
  .panel-founder__block-img {
    flex: 0 1 auto;
    width: 100%
  }
}

.panel-founder__img {
  width: 100%;
  height: 100%;
  border-radius: 25px
}

@media screen and (max-width:1199px) {
  .panel-founder__img {
    height: auto;
  }
}

.panel-founder__social-founder {
  position: absolute;
  width: calc(100% - 60px);
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 30px 20px 27px;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .05);
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media screen and (max-width:1199px) {
  .panel-founder__social-founder {
    position: static;
    background: inherit;
    box-shadow: none;
    padding: 0;
    transform: none;
    width: auto;
    display: block
  }
}

.panel-founder__social-links {
  display: flex;
  align-items: center;
  justify-content: center
}

@media screen and (max-width:1199px) {
  .panel-founder__social-links {
    justify-content: flex-start
  }
}

.panel-founder__social-links a {
  margin-right: 9px;
  display: inline-block
}

.panel-founder__social-links a:last-child {
  margin-right: 0
}

.panel-founder__social-text span {
  font-weight: 700
}

@media screen and (max-width:1199px) {
  .panel-founder__social-text {
    margin-bottom: 20px;
    max-width: none
  }

  .panel-founder__social-text br {
    display: none
  }
}

.panel-founder__info {
  flex: 0 1 431px
}

@media screen and (max-width:1199px) {
  .panel-founder__info {
    flex: 0 1 auto;
    margin-bottom: 15px
  }
}

.panel-founder__title {
  margin-bottom: 23px
}

@media screen and (max-width:480px) {
  .panel-founder__title {
    color: #000;
    font-size: 30px;
    font-weight: 800;
    line-height: 31.2px;
    margin-bottom: 17px
  }
}

.panel-founder__text {
  margin-bottom: 31px;
}

.panel-founder__button {
  width: 316px;
  border-radius: 76px
}

@media screen and (max-width:480px) {
  .panel-founder__button {
    width: 100%
  }
}

.panel-founder__button:first-child {
  margin-bottom: 15px
}

@media screen and (max-width:480px) {
  .panel-founder__button:first-child {
    margin-bottom: 20px
  }
}

.we-are-trusted__modified .we-are-trusted {
  margin-bottom: 70px
}

@media screen and (max-width:480px) {
  .we-are-trusted__modified .we-are-trusted {
    margin-bottom: 30px
  }
}

.panel-media {
  margin-bottom: 88px;
  position: relative
}

@media screen and (max-width:480px) {
  .panel-media {
    margin-bottom: 62px
  }
}

.panel-media__content {
  position: relative
}

@media screen and (max-width:480px) {
  .panel-media__content {
    position: static
  }
}

.panel-media__block-title {
  display: flex;
  align-items: center;
  margin-bottom: 36px
}

@media screen and (max-width:768px) {
  .panel-media__block-title {
    justify-content: center;
  }
  .panel-media__block-text {
    text-align: center;
  }
}

@media screen and (max-width:480px) {
  .panel-media__block-title {
    margin-bottom: 22px
  }
}

.panel-media__main-title {
  margin-right: 49px
}

@media screen and (max-width:678px) {
  .panel-media__main-title {
    margin-right: 0
  }
}

@media screen and (max-width:480px) {
  .panel-media__main-title {
    color: #000;
    font-size: 30px;
    font-weight: 800;
    line-height: 31.2px;
  }
}

.panel-media__button {
  width: 220px
}

@media screen and (max-width:678px) {
  .panel-media__button {
    display: none
  }
}

.panel-media__button-mobile {
  display: none
}

@media screen and (max-width:678px) {
  .panel-media__button-mobile {
    display: flex;
    width: 220px;
    margin: 0 auto
  }
}

.panel-media__info {
  overflow: hidden;
  padding-bottom: 56px
}

@media screen and (max-width:768px) {
  .panel-media__info {
    padding: 0 20px 56px
  }
}

@media screen and (max-width:678px) {
  .panel-media__info {
    padding: 0 20px 62px
  }
}

.panel-media__card-list {
  display: flex
}

.panel-media__item {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .05);
  padding: 17px 19px 23px;
  display: flex;
  flex-direction: column;
  height: auto
}

@media screen and (max-width:768px) {
  .panel-media__item {
    padding: 20px 20px 22px
  }
}

.panel-media__item > a {
  display: block;
}

@media screen and (max-width:1310px) {
  .panel-media__item > a {
    max-width: none;
    max-height: none
  }
}

.panel-media__item img {
  width: 100%;
  height: auto;
  max-width: 260px;
  max-height: 186px;
  border-radius: 20px;
  margin-bottom: 21px;
}

.panel-media__title {
  margin-bottom: 31px;
  flex: 1 1 100%
}

.panel-media__text {
  margin-bottom: 31px;
  flex: 1 1 100%
}

.panel-media__buttons-block {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.panel-media__button-post {
  width: 150px;
  height: 50px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 0;
  justify-content: center
}

.panel-media__button-post::after {
  display: none
}

.swiper-default-button-prev,
.swiper-default-button-next {
  width: 50px;
  height: 50px;
  border-radius: 99px;
  background-color: #fff;
}

.swiper-default-button-prev {
  left: -65px;
}

.swiper-default-button-next {
  right: -65px;
}

.swiper-default-button-prev::after,
.swiper-default-button-next::after {
  display: none;
}

.swiper-default-button-prev::before,
.swiper-default-button-next::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none' stroke='black' stroke-width='2' %3e%3cpath d='M5 2L10 7L5 12' /%3e%3c/svg%3e");
  display: block;
  width: 14px;
  height: 14px;
}

.swiper-default-button-prev::before {
  transform: rotate(180deg)
}

.swiper-nav-color-yellow .swiper-default-button-prev,
.swiper-nav-color-yellow .swiper-default-button-next {
  background-color: #ffc801;
}

.swiper-nav-color-dark-alpha .swiper-default-button-prev,
.swiper-nav-color-dark-alpha .swiper-default-button-next {
  background-color: rgba(0,0,0,0.2);
}

.swiper-nav-color-azure .swiper-default-button-prev,
.swiper-nav-color-azure .swiper-default-button-next {
  background-color: #BFE9FF;
}

.swiper-nav-color-blue .swiper-default-button-prev,
.swiper-nav-color-blue .swiper-default-button-next {
  background-color: #1890f4;
}

.swiper-nav-color-blue .swiper-default-button-prev::before,
.swiper-nav-color-blue .swiper-default-button-next::before,
.swiper-nav-color-dark-alpha .swiper-default-button-prev::before,
.swiper-nav-color-dark-alpha .swiper-default-button-next::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none' stroke='white' stroke-width='2' %3e%3cpath d='M5 2L10 7L5 12' /%3e%3c/svg%3e");
}

.swiper-dots-color-dark-alpha .swiper-default-pagination .swiper-pagination-bullet {
  background-color: rgba(0,0,0,0.2);
}

.swiper-dots-color-dark-alpha .swiper-default-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-dots-color-white .swiper-default-pagination .swiper-pagination-bullet {
  background-color: #eee;
}

.swiper-dots-color-white .swiper-default-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffc801;
}

@media screen and (max-width:768px) {
  .swiper-default-button-prev {
    left: 0;
  }
  .swiper-default-button-next {
    right: 0;
  }
}

@media screen and (max-width:480px) {
  .swiper-default-button-prev,
  .swiper-default-button-next {
    top: 50%;
    width: 50px;
    height: 50px;
  }
  .swiper-default-button-prev {
    left: -40px;
    padding-left: 20px
  }
  .swiper-default-button-next {
    right: -40px;
    padding-right: 20px
  }
}

@media screen and (max-width:678px) {
  .panel-media__pagination.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 15px
  }
}

.swiper-default-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.panel-media .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 82px;
  background: #ffc801;
  width: 52px;
}

.swiper-default-pagination .swiper-pagination-bullet,
.panel-media .swiper-pagination-bullet {
  background: #1890f4;
  width: 10px;
  height: 10px;
  opacity: 1
}

.swiper-default-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 5px
}

.modified-page-returning .panel-media__block-title>a {
  display: none
}

.modified-page-returning .panel-media__buttons-block {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.modified-page-returning .panel-media__buttons-block a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 35px;
  border-radius: 76px;
  background: #ffc801;
  position: relative;
  width: 150px;
  height: 50px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.modified-page-returning .panel-media__buttons-block a::after {
  content: url(../images/dist/icon/donate-arrow.svg);
  position: absolute;
  top: 55%;
  right: 24px;
  transform: translateY(-50%)
}

.panel-video__content {
  display: flex;
  align-items: center;
  -moz-column-gap: 96px;
  column-gap: 96px;
}

.panel-video__content.style-default {
  padding: 65px 60px 65px 65px;
  border-radius: 35px;
  background: #fff;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .05);
}

@media screen and (max-width:1200px) {
  .panel-video__content {
    flex-direction: column
  }
}

@media screen and (max-width:480px) {
  .panel-video__content.style-default {
    padding: 37px 20px 40px
  }
}

.panel-video__video-block {
  min-width: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width:1200px) {
  .panel-video__video-block {
    margin-bottom: 0;
    min-width: 53.5%;
  }
}

.panel-video__video-block img,
.panel-video__video-block video {
  border-radius: 35px;
}

@media screen and (max-width:480px) {
  .panel-video__video-block img,
  .panel-video__video-block video {
    border-radius: 20px;
  }
}

.panel-video__video-block video.hide,
.panel-video__video-block img.hide {
  display: none
}

.panel-video__button-play {
  width: 84px;
  height: 84px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 250ms ease 0s;
  border: none;
  cursor: pointer
}

@media screen and (max-width:480px) {
  .panel-video__button-play {
    width: 49px;
    height: 49px
  }
}

.panel-video__button-play.hide {
  display: none
}

.panel-video__button-play:hover {
  transform: translate(-50%, -50%) scale(1.05);
  transition: transform 250ms ease 0s
}

.panel-video__button-play:hover::before {
  transform: translate(-38%, -50%) scale(1.05);
  transition: transform 250ms ease 0s
}

.panel-video__button-play::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 30px solid #000;
  border-bottom: 15px solid transparent;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-38%, -50%);
  transition: transform 250ms ease 0s
}

@media screen and (max-width:480px) {
  .panel-video__button-play::before {
    border-top: 7.5px solid transparent;
    border-left: 15px solid #000;
    border-bottom: 7.5px solid transparent
  }
}

.panel-video__title {
  max-width: 450px;
  font-size: 48px;
  font-weight: 800;
  line-height: 59px;
  margin-bottom: 30px;
}

@media screen and (max-width:1200px) {
  .panel-video__title {
    display: none
  }
}

.panel-video__title-mobile {
  display: none
}

@media screen and (max-width:1200px) {
  .panel-video__title-mobile {
    display: block;
    color: #000;
  }
}

.we-are-trusted {
  margin-bottom: 223px
}

@media screen and (max-width:480px) {
  .we-are-trusted {
    margin-bottom: 60px
  }
}

.we-are-trusted__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 35px;
  background: #fff;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .05);
  padding: 95px 85px 95px 80px
}

@media screen and (max-width:1201px) {
  .we-are-trusted__content {
    flex-direction: column
  }
}

@media screen and (max-width:678px) {
  .we-are-trusted__content {
    padding: 35px 20px 38px
  }
}

.we-are-trusted__info {
  flex: 0 1 360px
}

@media screen and (max-width:1200px) {
  .we-are-trusted__info {
    flex: 0 1 auto
  }
}

.we-are-trusted__title {
  margin-bottom: 25px
}

@media screen and (max-width:480px) {
  .we-are-trusted__title {
    font-size: 30px;
    font-weight: 800;
    line-height: 31.2px;
    margin-bottom: 11px
  }
}

.we-are-trusted__text {
  margin-bottom: 41px;
  max-width: 360px
}

@media screen and (max-width:1200px) {
  .we-are-trusted__text {
    max-width: none;
    margin-bottom: 31px
  }
}

@media screen and (max-width:480px) {
  .we-are-trusted__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
  }
}

.we-are-trusted__button {
  width: 229px
}

@media screen and (max-width:1201px) {
  .we-are-trusted__button {
    display: none
  }
}

.we-are-trusted__button-mobile {
  display: none
}

@media screen and (max-width:1201px) {
  .we-are-trusted__button-mobile {
    display: flex;
    width: 229px;
    align-self: flex-start
  }
}

.we-are-trusted__modified .we-are-trusted__button {
  border-radius: 82px;
  background: #1890f4;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 19.8px;
}

.we-are-trusted__modified .we-are-trusted__button:after {
  content: url(../images/dist/icon/arrow-white.svg)
}

.we-are-trusted__companies {
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 687px;
  gap: 30px
}

@media screen and (max-width:1310px) {
  .we-are-trusted__companies {
    flex: 0 1 445px
  }
}

@media screen and (max-width:1201px) {
  .we-are-trusted__companies {
    display: flex;
    justify-content: center;
    margin-bottom: 30px
  }
}

@media screen and (max-width:480px) {
  .we-are-trusted__companies {
    gap: 11px
  }
}

.we-are-trusted__company {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 207.142px;
  height: 140.178px;
  border-radius: 31.25px;
  border: 2px solid #bfe9ff
}

@media screen and (max-width:1201px) {
  .we-are-trusted__company {
    flex: 0 1 calc(33.333% - 21px)
  }
}

@media screen and (max-width:768px) {
  .we-are-trusted__company {
    flex: 0 1 calc(50% - 15px)
  }
}

@media screen and (max-width:480px) {
  .we-are-trusted__company {
    flex: 0 1 calc(50% - 5.5px)
  }
}

@media screen and (max-width:420px) {
  .we-are-trusted__company {
    width: 142.5px
  }
}

.we-are-trusted__company img {
  width: 85%;
  height: 85%;
  object-fit: contain;
}
.we-are-trusted__company:nth-child(2),
.we-are-trusted__company:nth-child(4) {
  background-color: #334656;
  border: none;
}

.map {
  margin-bottom: 103px
}

@media screen and (max-width:480px) {
  .map {
    margin-bottom: 50px
  }
}

.map__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
  height: 520px
}

@media screen and (max-width:991px) {
  .map__content {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    row-gap: 20px
  }
}

.map__info {
  flex: 0 1 490px;
  border-radius: 35px;
  background: #fff;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .05);
  padding: 88px 107px 88px 99px
}

@media screen and (max-width:991px) {
  .map__info {
    flex: 0 1 auto;
    width: 100%
  }
}

@media screen and (max-width:480px) {
  .map__info {
    padding: 48px 77px 0 40px
  }
}

.map__title {
  margin-bottom: 49px
}

@media screen and (max-width:480px) {
  .map__title {
    margin-bottom: 54px;
    font-size: 32px;
    font-weight: 800;
    line-height: 33.18px;
  }
}

@media screen and (max-width:991px) {
  .map__contacts-list {
    margin-bottom: 74px
  }
}

.map__contacts-item {
  margin-bottom: 36px;
  padding-left: 92px;
  position: relative;
  height: 62.3px
}

@media screen and (max-width:480px) {
  .map__contacts-item {
    margin-bottom: 37.7px
  }
}

.map__contacts-item a {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

@media screen and (max-width:480px) {
  .map__contacts-item a {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
  }
}

.map__contacts-item:last-child {
  margin-bottom: 0
}

.map__contacts-item:nth-child(1),
.map__contacts-item:nth-child(2),
.map__contacts-item:nth-child(3) {
  padding: 7px 0 7px 92px
}

@media screen and (max-width:480px) {

  .map__contacts-item:nth-child(1),
  .map__contacts-item:nth-child(2),
  .map__contacts-item:nth-child(3) {
    padding: 7px 0 7px 62px
  }
}

.map__contacts-item:nth-child(1)::before {
  content: url(../images/dist/icon/adress-icon.svg)
}

@media screen and (max-width:480px) {
  .map__contacts-item:nth-child(1)::before {
    content: url(../images/dist/icon/adress-icon-mobile.svg)
  }
}

.map__contacts-item:nth-child(2)::before {
  content: url(../images/dist/icon/phone-icon.svg)
}

@media screen and (max-width:480px) {
  .map__contacts-item:nth-child(2)::before {
    content: url(../images/dist/icon/phone-icon-mobile.svg)
  }
}

.map__contacts-item:nth-child(3)::before {
  content: url(../images/dist/icon/email-icon.svg)
}

@media screen and (max-width:480px) {
  .map__contacts-item:nth-child(3)::before {
    content: url(../images/dist/icon/email-icon.svg)
  }
}

.map__contacts-item:nth-child(1)::before,
.map__contacts-item:nth-child(2)::before,
.map__contacts-item:nth-child(3)::before {
  top: 0;
  left: 0;
  position: absolute
}

@media screen and (max-width:480px) {

  .map__contacts-item:nth-child(1)::before,
  .map__contacts-item:nth-child(2)::before,
  .map__contacts-item:nth-child(3)::before {
    top: 50%;
    transform: translateY(-50%)
  }
}

.map__item-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 4.3px
}

@media screen and (max-width:480px) {
  .map__item-name {
    margin-bottom: 3.3px
  }
}

.map__block-map {
  flex: 0 1 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 35px;
  background: #fff;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .05);
  padding: 136px 0 124px 74px;
  background-image: url(../images/dist/background/background-11.png);
  background-repeat: no-repeat;
  background-position: 78% 38%
}

@media screen and (max-width:1310px) {
  .map__block-map {
    background-position: 78% 44%
  }
}

@media screen and (max-width:1199px) {
  .map__block-map {
    background-position: 46% 65%;
    background-image: url(../images/dist/background/background-11-mobile.png)
  }
}

@media screen and (max-width:991px) {
  .map__block-map {
    width: 100%;
    background-image: url(../images/dist/background/background-11.png);
    background-position: 78% 44%
  }
}

@media screen and (max-width:480px) {
  .map__block-map {
    background-position: 42px 57%;
    background-image: url(../images/dist/background/background-11-mobile.png);
    padding: 45px 40px 47px
  }
}

.map__title-subscribe {
  max-width: 286px;
  margin-bottom: 14px
}

@media screen and (max-width:480px) {
  .map__title-subscribe {
    font-size: 32px;
    font-weight: 800;
    line-height: 39px;
    margin-bottom: 5px;
    max-width: 255px
  }
}

.map__sub-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 30px;
  max-width: 201px
}

@media screen and (max-width:1199px) {
  .map__sub-title {
    margin-bottom: 113px
  }
}

@media screen and (max-width:991px) {
  .map__sub-title {
    margin-bottom: 30px
  }
}

@media screen and (max-width:678px) {
  .map__sub-title {
    margin-bottom: 113px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
}

.map__button {
  width: 215px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #e9f0f3;
  background: #1890f4;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 24px;
  padding-left: 0;
  justify-content: center;
  border: none
}

.map__policy {
  max-width: 201px;
  color: #a0a0a0;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
}

.map__policy a {
  color: #a0a0a0;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  text-decoration: underline
}

.form-partner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(155, 155, 155, .2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease 0s
}

.form-partner.active {
  opacity: 1;
  visibility: visible;
  transition: all .5s ease 0s
}

.form-partner__content {
  width: 400px;
  height: 448px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .05);
  padding: 65px 40px 68px;
  position: relative;
  transform: scale(0);
  transition: all .5s ease 0s
}

@media screen and (max-width:480px) {
  .form-partner__content {
    width: 336px;
    height: 400px;
    padding: 72px 40px 53px
  }
}

.form-partner__content.active {
  transform: scale(1);
  transition: all .5s ease 0s
}

.form-partner__button-close {
  width: 30.667px;
  height: 30.667px;
  border-radius: 50%;
  border: 2px solid #ffc801;
  background-color: inherit;
  position: absolute;
  top: 20px;
  right: 20.33px;
  cursor: pointer;
  display: block
}

.form-partner__button-close::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 15.14px;
  background-color: #ffc801;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg)
}

.form-partner__button-close::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 15.14px;
  background-color: #ffc801;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg)
}

.form-partner__button {
  border-radius: 71px;
  background: #1890f4;
  width: 150px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-right: 19px;
  padding-left: 0;
  justify-content: center
}

@media screen and (max-width:480px) {
  .form-partner__button {
    width: 130px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
}

.form-partner__button::after {
  display: none
}

.form-partner__title {
  font-size: 30px;
  font-weight: 800;
  line-height: 37px;
  text-align: center;
  margin-bottom: 13px
}

@media screen and (max-width:480px) {
  .form-partner__title {
    font-size: 24px;
    font-weight: 800;
    line-height: 29px;
    margin-bottom: 10px
  }
}

.form-partner__sub-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  max-width: 286px;
  margin: 0 auto 30px
}

@media screen and (max-width:480px) {
  .form-partner__sub-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    max-width: 255px;
    margin: 0 auto 21px
  }
}

.form-partner__inputs {
  margin-bottom: 30px
}

@media screen and (max-width:480px) {
  .form-partner__inputs {
    margin-bottom: 21px
  }
}

.form-partner__inputs br {
  display: none
}

.form-partner__inputs p span {
  display: block;
  margin-bottom: 15px
}

.form-partner__inputs p span:last-child {
  margin-bottom: 0
}

.form-partner__inputs input {
  width: 100%;
  height: 50px;
  border-radius: 49px;
  background-color: #f3fbff;
  border: 1px solid #bfe9ff;
  margin-bottom: 15px;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

@media screen and (max-width:480px) {
  .form-partner__inputs input {
    margin-bottom: 10px
  }
}

.form-partner__inputs input:last-child {
  margin-bottom: 0
}

.form-partner__inputs input::-moz-placeholder {
  color: gray;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.form-partner__inputs input::placeholder {
  color: gray;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.form-partner__buttons {
  display: flex;
  align-items: center
}

.form-partner__buttons .wpcf7-submit {
  border: none
}

.form-partner__buttons .wpcf7-spinner {
  display: none
}

.form-partner__privacy-policy {
  max-width: 141px;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
}

.form-partner__privacy-policy br {
  display: none
}

@media screen and (max-width:480px) {
  .form-partner__privacy-policy {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    margin-right: -20px;
    max-width: 131px
  }
}

.form-partner__privacy-policy a {
  text-decoration: underline
}

.form-partner .wpcf7-not-valid {
  border: 1px solid #ff2929
}

.form-partner .wpcf7-not-valid-tip {
  display: none
}

.form-partner .wpcf7-response-output {
  display: none
}

.form-partner .wpcf7-submit {
  cursor: pointer
}

/* MAP */

.map-custom-popup {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

@media(min-width:768px){
  .map-custom-popup {
    width: 300px;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: auto;
  }
}

/* DONATE */

.title--post {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.text--post {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.date {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.panel-donate__title {
  color: #000;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media screen and (max-width:480px) {
  .panel-donate__title {
    color: #000;
    font-size: 36px;
    font-weight: 700;
  }
}

.panel-donate__info {
  display: flex;
  gap: 29px
}

@media screen and (max-width:1199px) {
  .panel-donate__info {
    flex-wrap: wrap
  }
}

.panel-donate__info-classy {
  flex: 0 1 624px;
  border-radius: 30px;
  background: linear-gradient(100deg, #1890f4 9.17%, #8bc34a 52.07%, #e1c801 80.34%), #fff;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .05);
  padding: 30px
}

@media screen and (max-width:1199px) {
  .panel-donate__info-classy {
    flex: 0 1 100%;
  }
}

@media screen and (max-width:600px) {
  .panel-donate__info-classy {
    padding: 30px;
    flex: 0 1 100%;
    align-items: start !important;
  }
}

.info-classy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.info-classy__info-block-img {
  text-align: center;
  margin-bottom: 23.48px
}

@media screen and (max-width:600px) {
  .info-classy__info-block-img {
    margin-bottom: 1rem
  }
}

.info-classy__info-text {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.3;
  width: 489px;
  margin-bottom: 42px;
  text-align: center
}

@media screen and (max-width:1310px) {
  .info-classy__info-text {
    width: 400px
  }
}

@media screen and (max-width:600px) {
  .info-classy__info-text {
    font-size: 20px;
    margin-bottom: 1.5rem;
    text-align: left;
    width: auto
  }
}

.donation-options {
  display: flex;
  gap: 30px
}

@media screen and (max-width:678px) {
  .donation-options {
    flex-direction: column
  }
}

.donation-options__card {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .05);
  flex: 0 1 298px;
  padding: 30px;
  display: flex;
  flex-direction: column
}

@media screen and (max-width:1199px) {
  .donation-options__card {
    flex: 0 1 50%
  }
}

@media screen and (max-width:480px) {
  .donation-options__card {
    border-radius: 25px
  }
}

.donation-options__card:nth-child(1) .donation-options__block-img {
  margin-bottom: 21px
}

@media screen and (max-width:480px) {
  .donation-options__card:nth-child(1) .donation-options__block-img {
    margin-bottom: 24px
  }
}

.donation-options__card:nth-child(2) .donation-options__block-img>img {
  margin-bottom: 26px
}

.donation-options__text {
  flex: 1 1 100%;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 20px
}

.donation-options__name {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 17px
}

.questions {
  border-radius: 35px;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
  padding: 60px 53px 0 52px;
  height: 100%
}

@media screen and (max-width:480px) {
  .questions {
    padding: 44px 41px 0 40px
  }
  .donation-options__name {
    display: none;
  }
  .donation-options__name_mobile {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    vertical-align: 50%;
    margin-left: 10px;
  }
}

.questions__title {
  color: #000;
  font-size: 36px;
  font-weight: 800;
  line-height: 37.44px;
  margin-bottom: 38px
}

@media screen and (max-width:480px) {
  .questions__title {
    margin-bottom: 35px;
    color: #000;
    font-size: 30px;
    font-weight: 800;
    line-height: 31.2px;
  }
}

.questions__questions-list {
  overflow: hidden
}

.questions__questions-item {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
  height: 74px;
  overflow: hidden;
  transition: all .5s ease 0s
}

@media screen and (max-width:1199px) {
  .questions__questions-item {
    height: 52px
  }
}

@media screen and (max-width:786px) {
  .questions__questions-item {
    height: 74px
  }
}

@media screen and (max-width:480px) {
  .questions__questions-item {
    margin-bottom: 20px;
    height: 71px
  }

  .questions__questions-item:nth-child(2),
  .questions__questions-item:nth-child(3),
  .questions__questions-item:nth-child(4) {
    height: 54px
  }
}

.questions__questions-item:last-child {
  padding-bottom: 0;
  height: 74px
}

.questions__questions-item:last-child::after {
  display: none
}

.questions__questions-item::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #b8e7ff;
  position: absolute;
  bottom: 0;
  left: 0
}

.questions__questions-item::before {
  content: url(../images/dist/icon/icon-arrow-white.svg);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 0;
  top: 2px;
  position: absolute;
  background-color: #1890f4;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
  transition: all .5s ease 0s
}

@media screen and (max-width:1199px) {
  .questions__questions-item::before {
    content: url(../images/dist/icon/icon-arrow-white-mobile.svg);
    width: 30px;
    height: 30px
  }
}

.questions__questions-item.active {
  transition: all .5s ease 0s;
  height: var(--heightSize)
}

.questions__questions-item.active:last-child {
  margin-bottom: 0
}

.questions__questions-item.active::before {
  transform: rotate(0);
  transition: all .5s ease 0s
}

.questions__question {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  max-width: 351px;
  padding-bottom: 30px;
  position: relative
}

@media screen and (max-width:1310px) {
  .questions__question {
    max-width: 324px
  }
}

@media screen and (max-width:1199px) {
  .questions__question {
    max-width: none
  }
}

@media screen and (max-width:786px) {
  .questions__question {
    padding-right: 70px
  }
}

@media screen and (max-width:480px) {
  .questions__question {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    padding-bottom: 20px;
    max-width: 185px;
    padding-right: 0
  }
}

.questions__response {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  border-radius: 15px;
  background: #f3fbff;
  transition: all .5s ease 0s;
  padding: 17px 30px;
  margin: 30px 0;
  white-space: normal
}

.questions__response a {
  color: #1890f4;
  font-weight: 700;
  white-space: normal
}

.questions__response a br {
  display: none
}

@media screen and (max-width:480px) {
  .questions__response a br {
    display: block
  }
}

@media screen and (max-width:480px) {
  .questions__response {
    padding: 18px 23px 20px 22px
  }
}

.questions__response.active {
  margin-top: 0;
  transition: all .5s ease 0s
}

.bank-transfer {
  border-radius: 35px;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
  padding: 60px 65px 81px 61px;
  height: 100%
}

@media screen and (max-width:480px) {
  .bank-transfer {
    padding: 53px 38px 47px 43px
  }
}

.bank-transfer__title {
  color: #000;
  font-size: 34px;
  font-weight: 800;
  line-height: 35.36px;
  margin-bottom: 42px
}

@media screen and (max-width:480px) {
  .bank-transfer__title {
    color: #000;
    font-size: 30px;
    font-weight: 800;
    line-height: 31.2px;
    margin-bottom: 32px
  }
}

.bank-transfer__sub-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 9px
}

@media screen and (max-width:480px) {
  .bank-transfer__sub-title {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 10px
  }
}

.bank-transfer__select-currency {
  border-radius: 76px;
  background: #f3fbff;
  width: 100%;
  height: 51px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  position: relative
}

@media screen and (max-width:480px) {
  .bank-transfer__select-currency {
    margin-bottom: 20px
  }
}

.bank-transfer__select-currency.first::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 76px;
  background: #ffc801;
  width: 33.333%;
  height: 51px;
  z-index: 1;
  transition: all .5s ease 0s
}

.bank-transfer__select-currency.second::after {
  content: "";
  position: absolute;
  top: 0;
  left: 33.333%;
  border-radius: 76px;
  background: #ffc801;
  width: 33.333%;
  height: 51px;
  z-index: 1;
  transition: all .5s ease 0s
}

.bank-transfer__select-currency.last::after {
  content: "";
  position: absolute;
  top: 0;
  left: 66.666%;
  border-radius: 76px;
  background: #ffc801;
  width: 33.333%;
  height: 51px;
  z-index: 1;
  transition: all .5s ease 0s
}

.bank-transfer__currency {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  position: relative;
  z-index: 5;
  cursor: pointer;
  width: 33.333%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%
}

.bank-transfer__info {
  max-width: 500px;
  overflow: hidden
}

@media screen and (max-width:1199px) {
  .bank-transfer__info {
    max-width: 100%
  }
}

.bank-transfer__info-container {
  display: flex
}

.bank-transfer__info-container.first {
  transform: translateX(0);
  transition: all .5s ease 0s
}

.bank-transfer__info-container.second {
  transform: translateX(-100%);
  transition: all .5s ease 0s
}

.bank-transfer__info-container.last {
  transform: translateX(-200%);
  transition: all .5s ease 0s
}

.bank-transfer__info-list {
  min-width: 100%;
  margin-bottom: 29px
}

@media screen and (max-width:480px) {
  .bank-transfer__info-list:nth-child(3) .bank-transfer__naming {
    min-width: 70px
  }
}

.bank-transfer__info-list:nth-child(3) .bank-transfer__info-item:nth-child(2) .bank-transfer__data span {
  overflow: hidden;
  width: 223px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 17px
}

@media screen and (max-width:1199px) {
  .bank-transfer__info-list:nth-child(3) .bank-transfer__info-item:nth-child(2) .bank-transfer__data span {
    text-overflow: none;
    white-space: nowrap;
    width: auto
  }
}

@media screen and (max-width:786px) {
  .bank-transfer__info-list:nth-child(3) .bank-transfer__info-item:nth-child(2) .bank-transfer__data span {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 223px
  }
}

@media screen and (max-width:678px) {
  .bank-transfer__info-list:nth-child(3) .bank-transfer__info-item:nth-child(2) .bank-transfer__data span {
    width: auto
  }
}

.bank-transfer__info-item {
  border-radius: 76px;
  border: 2px solid #bfe9ff;
  background: #fff;
  width: 100%;
  height: 51px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding: 0 14px 0 30px
}

@media screen and (max-width:678px) {
  .bank-transfer__info-item {
    padding: 0 10.33px 0 19px
  }
}

.bank-transfer__info-item:last-child {
  margin-bottom: 0
}

.bank-transfer__info-item:nth-child(2) .bank-transfer__data span {
  overflow: hidden;
  width: 227px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 17px
}

@media screen and (max-width:1199px) {
  .bank-transfer__info-item:nth-child(2) .bank-transfer__data span {
    text-overflow: none;
    white-space: nowrap;
    width: auto
  }
}

@media screen and (max-width:786px) {
  .bank-transfer__info-item:nth-child(2) .bank-transfer__data span {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 227px
  }
}

@media screen and (max-width:678px) {
  .bank-transfer__info-item:nth-child(2) .bank-transfer__data span {
    width: auto
  }
}

.bank-transfer__info-item:nth-child(3) .bank-transfer__data span {
  overflow: hidden;
  width: 218px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 17px
}

@media screen and (max-width:1199px) {
  .bank-transfer__info-item:nth-child(3) .bank-transfer__data span {
    text-overflow: none;
    white-space: nowrap;
    width: auto
  }
}

@media screen and (max-width:786px) {
  .bank-transfer__info-item:nth-child(3) .bank-transfer__data span {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 218px
  }
}

@media screen and (max-width:678px) {
  .bank-transfer__info-item:nth-child(3) .bank-transfer__data span {
    width: auto
  }
}

.bank-transfer__naming {
  color: #606060;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  min-width: 133px;
  position: relative
}

.bank-transfer__naming::after {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  width: 1px;
  height: 30px;
  background: #bfe9ff
}

@media screen and (max-width:678px) {
  .bank-transfer__naming {
    color: #606060;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    min-width: 105px
  }
}

.bank-transfer__data {
  flex: 1 1 100%;
  color: #606060;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  padding: 0 20px 0 21px;
  width: 231px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative
}

@media screen and (max-width:1199px) {
  .bank-transfer__data {
    text-overflow: none
  }
}

@media screen and (max-width:678px) {
  .bank-transfer__data {
    color: #606060;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
}

@media screen and (max-width:480px) {
  .bank-transfer__data {
    padding: 0 12px 0 13px
  }
}

.bank-transfer__copy {
  background-color: inherit;
  border: none;
  cursor: pointer;
  position: relative;
  min-width: 45px;
  display: flex;
  justify-content: flex-end;
  padding: 0
}

@media screen and (max-width:480px) {
  .bank-transfer__copy {
    min-width: 34px
  }

  .bank-transfer__copy svg {
    width: 17.347px;
    height: 19px
  }
}

.bank-transfer__copy::after {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  width: 1px;
  height: 30px;
  background: #bfe9ff
}

.bank-transfer__button {
  width: 251px;
  height: 57px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  padding-left: 66px;
  padding-right: 17px
}

@media screen and (max-width:480px) {
  .bank-transfer__button {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    width: 190px;
    height: 50px;
    border-radius: 71px;
    padding-left: 33px;
    padding-right: 27px
  }
}

.bank-transfer__button:after {
  display: none
}

.panel-donate-info {
  margin-bottom: 107px
}

@media screen and (max-width:480px) {
  .panel-donate-info {
    margin-bottom: 55px
  }
}

.panel-donate-info__content {
  display: flex;
  gap: 28px
}

@media screen and (max-width:1199px) {
  .panel-donate-info__content {
    flex-direction: column
  }
}

@media screen and (max-width:480px) {
  .panel-donate-info__content {
    gap: 20px
  }
}

.panel-donate-info__questions {
  flex: 0 1 625px
}

@media screen and (max-width:1199px) {
  .panel-donate-info__questions {
    flex: 0 1 auto
  }
}

.panel-donate-info__bank-transfer {
  flex: 0 1 626px
}

@media screen and (max-width:1199px) {
  .panel-donate-info__bank-transfer {
    flex: 0 1 auto
  }
}

/* Page Builder */

.panel {
  margin-bottom: 72px;
}

.panel:not(:first-child):not(.custom-bg) {
  margin-top: 72px;
}

.panel.custom-bg {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 0;
  margin-bottom: 0;
}

.panel.bottom-overlap {
  margin-bottom: -50px;
}

.panel.bottom-overlap::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
}

.panel.bottom-overlap + .panel:not(.custom-bg) {
  margin-top: 0px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width:991.98px) {
  .panel {
    margin-bottom: 36px
  }
  .panel:not(:first-child):not(.custom-bg) {
    margin-top: 36px
  }
  .panel.custom-bg {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

/* Modals */

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-backdrop {
  position: fixed;
  top: -15%;
  left: 0;
  width: 100%;
  height: 130%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1;
  opacity: 0;
  transition: 0.3s opacity;
  transition-delay: 0.2s;
}

.modal.active .modal-backdrop {
  opacity: 1;
  transition-delay: 0s;
}

.modal-dialog {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  transform: translateY(20px);
  opacity: 0;
  z-index: 2;
  transition: 0.3s transform, 0.3s opacity;
  transition-delay: 0s;
}

.modal.active .modal-dialog {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
}

.modal.active {
  display: block;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%,-40%);
  padding: 0;
  width: 50px;
  height: 50px;
  justify-content: center;
  z-index: 2;
}

/* Accordion */

.accordion-item {
  border: 2px solid #BFE9FF;
  padding: 20px 20px 20px 25px;
}

.accordion-item + .accordion-item {
  margin-top: 15px;
}

.accordion-item-toggle-icon {
  min-width: 16px;
}

/* LIST */

.icon-size-sm {
  font-size: 1.5rem;
}

.icon-size-md {
  font-size: 2rem;
}

.icon-size-lg {
  font-size: 3rem;
}

.icon-size-xl {
  font-size: 4rem;
}

/* WYSIWYG */

.wysiwyg {
  font-size: 16px;
  line-height: 1.75;
}

.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin-bottom: 0.5em;
}

.wysiwyg small {
  font-size: 0.5em;
}

.wysiwyg h2:not(:first-child),
.wysiwyg h3:not(:first-child),
.wysiwyg h4:not(:first-child),
.wysiwyg h5:not(:first-child),
.wysiwyg h6:not(:first-child) {
  margin-top: 1em;
}

.wysiwyg p:not(:last-child) {
  margin-bottom: 1rem;
}

.wysiwyg ul li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
}

.wysiwyg ul li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 2px;
  background-color: #1890f4;
  position: absolute;
  left: 0;
  top: 0.75em;
}

.wysiwyg a:not(.button) {
  text-decoration: underline;
  color: #1890f4;
}

.wysiwyg a:not(.button):hover {
  text-decoration: none;
}

/* OTHER */

.mb-0 {
  margin-bottom: 0;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 2.5rem;
}

.mb-5 {
  margin-bottom: 3.5rem;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem
}

.mt-4 {
  margin-top: 2.5rem;
}

.mt-5 {
  margin-top: 3.5rem;
}

.ms-1 {
  margin-left: 0.5rem;
}

.ms-2 {
  margin-left: 1rem;
}

.ms-3 {
  margin-left: 1.5rem;
}

.me-1 {
  margin-right: 0.5rem;
}

.me-2 {
  margin-right: 1rem;
}

.me-3 {
  margin-right: 1.5rem;
}

.me-4 {
  margin-right: 2rem;
}

.ps-2 {
  padding-left: 1rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-2 {
  padding-top: 1rem;
}

.pt-3 {
  padding-top: 1.5rem;
}

.pt-4 {
  padding-top: 2rem;
}

.pt-5 {
  padding-top: 3rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.pb-5 {
  padding-bottom: 3rem;
}

.pe-3 {
  padding-right: 1.5rem;
}

.pe-4 {
  padding-right: 2rem;
}

.pe-5 {
  padding-right: 2.5rem;
}

.p-1 {
  padding: 0.5rem;
}

.p-2 {
  padding: 1rem;
}

.p-3 {
  padding: 1.5rem;
}

.p-4 {
  padding: 2rem;
}

.p-5 {
  padding: 3rem;
}

@media screen and (min-width: 576px) {
  .mt-sm-1 {
    margin-top: 0.5rem;
  }
  .mt-sm-2 {
    margin-top: 1rem;
  }
  .mt-sm-3 {
    margin-top: 1.5rem;
  }
  .p-sm-2 {
    padding: 1rem;
  }
  .p-sm-3 {
    padding: 1.5rem;
  }
  .p-sm-4 {
    padding: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .text-md-start {
    text-align: left;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .mt-md-0 {
    margin-top: 0;
  }
  .mt-md-1 {
    margin-top: 0.5rem;
  }
  .mt-md-2 {
    margin-top: 1rem;
  }
  .mt-md-3 {
    margin-top: 1.5rem;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .mb-md-2 {
    margin-bottom: 1rem;
  }
  .mb-md-3 {
    margin-bottom: 1.5rem;
  }
  .mb-md-5 {
    margin-bottom: 3.5rem;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .pt-md-1 {
    padding-top: 0.5rem;
  }
  .pt-md-2 {
    padding-top: 1rem;
  }
  .pt-md-3 {
    padding-top: 1.5rem;
  }
  .pt-md-4 {
    padding-top: 2rem;
  }
  .p-md-1 {
    padding: 0.5rem;
  }
  .p-md-2 {
    padding: 1rem;
  }
  .p-md-3 {
    padding: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .text-lg-start {
    text-align: left;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-block {
    display: block;
  }
  .px-lg-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-lg-5 {
    padding: 3rem;
  }
  .ps-lg-5 {
    padding-left: 3rem;
  }
  .pt-lg-3 {
    padding-top: 1.5rem;
  }
  .pt-lg-5 {
    padding-top: 3rem;
  }
  .pb-lg-5 {
    padding-bottom: 3rem;
  }
  .pe-lg-4 {
    padding-right: 2rem;
  }
  .pe-lg-5 {
    padding-right: 3rem;
  }
  .mt-lg-0 {
    margin-top: 0;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .me-lg-3 {
    margin-right: 1.5rem;
  }
  .me-lg-4 {
    margin-right: 2rem;
  }
  .me-lg-5 {
    margin-right: 3rem;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-inline {
    display: inline;
  }
  .d-xl-block {
    display: block;
  }
}

.expand-button-overlay {
  height: 80px;
  display: flex;
  align-items: end;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.expand-hidden-overlay {
  height: 60px;
  overflow: hidden;
}

/* Expand Button Styles */
.expand-button {
  display: inline-block;
  color: #D48A00;
  padding: 0 0 8px 0;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #D48A00;
  font-family: inherit;
  text-decoration: none !important;
  line-height: 1em;
}

.expand-button:hover {
  opacity: 0.9;
}

@media screen and (max-width: 767.98px) {
  .expand-button {
    font-size: 0.875rem;
  }
}