@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;700;800;900&display=swap);


@charset "UTF-8";
/*!
 * Accordion v3.1.1
 * Simple accordion created in pure Javascript.
 * https://github.com/michu2k/Accordion
 *
 * Copyright (c) Michał Strumpf
 * Published under MIT License
 */
.ac{margin-top:10px;border:1px solid #eee;background-color:#fff;box-sizing:border-box}.ac .ac-header{margin:0;padding:0}.ac .ac-trigger{font:bold 16px Arial,sans-serif;color:#111;text-align:left;width:100%;padding:10px 30px 10px 10px;display:block;cursor:pointer;background-color:transparent;transition:color .25s ease;position:relative;text-decoration:none;margin:0;border:0}.ac .ac-trigger::after{content:'+';text-align:center;width:15px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);position:absolute;right:10px;top:50%}.ac .ac-trigger:focus{color:#8a8a8a}.ac .ac-panel{overflow:hidden;transition-property:height,visibility;transition-timing-function:ease}.ac .ac-panel .ac-text{font:15px/24px Arial,sans-serif;color:#111;padding:10px;margin:0}.ac.js-enabled .ac-panel{visibility:hidden}.ac.is-active .ac-panel{visibility:visible}.ac.is-active>.ac-header .ac-trigger::after{content:'\2013'}
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{transition:all 0s}.tns-slider>.tns-item{box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;transition:opacity 0s, -webkit-transform 0s;transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s, -webkit-transform 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:calc(100% / 70);height:10px;float:left}


.vue-modal-top,
.vue-modal-bottom,
.vue-modal-left,
.vue-modal-right,
.vue-modal-topRight,
.vue-modal-topLeft,
.vue-modal-bottomLeft,
.vue-modal-bottomRight {
  display: block;
  overflow: hidden;
  position: absolute;
  background: transparent;
  z-index: 9999999;
}
.vue-modal-topRight,
.vue-modal-topLeft,
.vue-modal-bottomLeft,
.vue-modal-bottomRight {
  width: 12px;
  height: 12px;
}
.vue-modal-top {
  right: 12;
  top: 0;
  width: 100%;
  height: 12px;
  cursor: n-resize;
}
.vue-modal-bottom {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  cursor: s-resize;
}
.vue-modal-left {
  left: 0;
  top: 0;
  width: 12px;
  height: 100%;
  cursor: w-resize;
}
.vue-modal-right {
  right: 0;
  top: 0;
  width: 12px;
  height: 100%;
  cursor: e-resize;
}
.vue-modal-topRight {
  right: 0;
  top: 0;
  background: transparent;
  cursor: ne-resize;
}
.vue-modal-topLeft {
  left: 0;
  top: 0;
  cursor: nw-resize;
}
.vue-modal-bottomLeft {
  left: 0;
  bottom: 0;
  cursor: sw-resize;
}
.vue-modal-bottomRight {
  right: 0;
  bottom: 0;
  cursor: se-resize;
}
#vue-modal-triangle::after {
  display: block;
  position: absolute;
  content: '';
  background: transparent;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ddd;
  border-left: 10px solid transparent;
}
#vue-modal-triangle.clicked::after {
  border-bottom: 10px solid #369be9;
}


.vm--block-scroll {
  overflow: hidden;
  width: 100vw;
}
.vm--container {
  position: fixed;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
}
.vm--overlay {
  position: fixed;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  /* z-index: 999; */
  opacity: 1;
}
.vm--container.scrollable {
  height: 100%;
  min-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.vm--modal {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;

  background-color: white;
  border-radius: 3px;
  box-shadow: 0 20px 60px -2px rgba(27, 33, 58, 0.4);
}
.vm--container.scrollable .vm--modal {
  margin-bottom: 2px;
}
.vm--top-right-slot {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.vm-transition--overlay-enter-active,
.vm-transition--overlay-leave-active {
  transition: all 50ms;
}
.vm-transition--overlay-enter,
.vm-transition--overlay-leave-active {
  opacity: 0;
}
.vm-transition--modal-enter-active,
.vm-transition--modal-leave-active {
  transition: all 400ms;
}
.vm-transition--modal-enter,
.vm-transition--modal-leave-active {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.vm-transition--default-enter-active,
.vm-transition--default-leave-active {
  transition: all 2ms;
}
.vm-transition--default-enter,
.vm-transition--default-leave-active {
  opacity: 0;
}


.vue-dialog {
  font-size: 14px;
}
.vue-dialog div {
  box-sizing: border-box;
}
.vue-dialog-content {
  flex: 1 0 auto;
  width: 100%;
  padding: 14px;
}
.vue-dialog-content-title {
  font-weight: 600;
  padding-bottom: 14px;
}
.vue-dialog-buttons {
  display: flex;
  flex: 0 1 auto;
  width: 100%;
  border-top: 1px solid #eee;
}
.vue-dialog-buttons-none {
  width: 100%;
  padding-bottom: 14px;
}
.vue-dialog-button {
  font-size: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 40px;
  height: 40px;
  color: inherit;
  font: inherit;
  outline: none;
}
.vue-dialog-button:hover {
  background: #f9f9f9;
}
.vue-dialog-button:active {
  background: #f3f3f3;
}
.vue-dialog-button:not(:first-of-type) {
  border-left: 1px solid #eee;
}


fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{-webkit-animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@-webkit-keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}
.flicking-viewport{position:relative;overflow:hidden}.flicking-camera{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;z-index:1}.flicking-camera>*{-ms-flex-negative:0;flex-shrink:0}.flicking-viewport.vertical{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.flicking-viewport.vertical>.flicking-camera{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flicking-viewport.flicking-hidden .flicking-camera>*{visibility:hidden}
.flicking-arrow-prev,
.flicking-arrow-next {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.flicking-arrow-prev.is-circle,
.flicking-arrow-next.is-circle {
  background-color: #f2a65e;
  border-radius: 50%;
}

.flicking-arrow-disabled.is-circle {
  background-color: rgb(10 10 10 / 10%);
}

.flicking-arrow-prev.is-circle::before,
.flicking-arrow-prev.is-circle::after,
.flicking-arrow-next.is-circle::before,
.flicking-arrow-next.is-circle::after {
  background-color: white;
}

.flicking-arrow-prev {
  left: 10px;
}
.flicking-arrow-next {
  right: 10px;
}

.flicking-arrow-prev.is-outside {
  left: -74px;
}
.flicking-arrow-next.is-outside {
  right: -74px;
}

.flicking-arrow-prev::before,
.flicking-arrow-prev::after,
.flicking-arrow-next::before,
.flicking-arrow-next::after {
  content: "";
  width: 24px;
  height: 6px;
  position: absolute;
  background-color: #f2a65e;
}
.flicking-arrow-prev::before {
  top: 50%;
  left: 22px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.flicking-arrow-prev::after {
  top: calc(50% - 4px);
  left: 22px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.flicking-arrow-next::before {
  top: 50%;
  right: 22px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.flicking-arrow-next::after {
  top: calc(50% - 4px);
  right: 22px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.flicking-arrow-disabled,
.flicking-arrow-disabled {
  cursor: default;
}

.flicking-arrow-disabled::before,
.flicking-arrow-disabled::after,
.flicking-arrow-disabled::before,
.flicking-arrow-disabled::after {
  background-color: #e6e6e6;
}
.flicking-pagination {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.flicking-pagination-bullets,
.flicking-pagination-scroll {
  font-size: 0;
}

.flicking-pagination-scroll {
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  white-space: nowrap;
  overflow: hidden;
}

.flicking-pagination-scroll .flicking-pagination-slider {
  -webkit-transition: .2s transform;
  transition: .2s transform;
}
.flicking-pagination-scroll.flicking-pagination-uninitialized .flicking-pagination-slider,
.flicking-pagination-scroll.flicking-pagination-uninitialized .flicking-pagination-bullet {
  -webkit-transition: none;
  transition: none;
}

.flicking-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: rgb(10 10 10 / 10%);
  cursor: pointer;
  font-size: 1rem;
}

.flicking-pagination-scroll .flicking-pagination-bullet {
  vertical-align: middle;
  position: relative;
  -webkit-transition: .2s transform;
  transition: .2s transform;
}

.flicking-pagination-bullet-active {
  background-color: #f2a65e;
}

.flicking-pagination-scroll .flicking-pagination-bullet {
  vertical-align: middle;
  position: relative;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.flicking-pagination-scroll .flicking-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.flicking-pagination-scroll .flicking-pagination-bullet-prev,
.flicking-pagination-scroll .flicking-pagination-bullet-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.flicking-pagination-scroll .flicking-pagination-bullet-prev2,
.flicking-pagination-scroll .flicking-pagination-bullet-next2 {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.mx-icon-left:before,.mx-icon-right:before,.mx-icon-double-left:before,.mx-icon-double-right:before,.mx-icon-double-left:after,.mx-icon-double-right:after{content:"";position:relative;top:-1px;display:inline-block;width:10px;height:10px;vertical-align:middle;border-style:solid;border-color:currentColor;border-width:2px 0 0 2px;border-radius:1px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-45deg) scale(0.7);transform:rotate(-45deg) scale(0.7)}.mx-icon-double-left:after{left:-4px}.mx-icon-double-right:before{left:4px}.mx-icon-right:before,.mx-icon-double-right:before,.mx-icon-double-right:after{-webkit-transform:rotate(135deg) scale(0.7);transform:rotate(135deg) scale(0.7)}.mx-btn{-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1;font-size:14px;font-weight:500;padding:7px 15px;margin:0;cursor:pointer;background-color:transparent;outline:none;border:1px solid rgba(0,0,0,.1);border-radius:4px;color:#73879c;white-space:nowrap}.mx-btn:hover{border-color:#1284e7;color:#1284e7}.mx-btn-text{border:0;padding:0 4px;text-align:left;line-height:inherit}.mx-scrollbar{height:100%}.mx-scrollbar:hover .mx-scrollbar-track{opacity:1}.mx-scrollbar-wrap{height:100%;overflow-x:hidden;overflow-y:auto}.mx-scrollbar-track{position:absolute;top:2px;right:2px;bottom:2px;width:6px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity .24s ease-out;transition:opacity .24s ease-out}.mx-scrollbar-track .mx-scrollbar-thumb{position:absolute;width:100%;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:background-color .3s;transition:background-color .3s}.mx-zoom-in-down-enter-active,.mx-zoom-in-down-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(0.23, 1, 0.32, 1),-webkit-transform .3s cubic-bezier(0.23, 1, 0.32, 1);transition:opacity .3s cubic-bezier(0.23, 1, 0.32, 1),-webkit-transform .3s cubic-bezier(0.23, 1, 0.32, 1);transition:transform .3s cubic-bezier(0.23, 1, 0.32, 1),opacity .3s cubic-bezier(0.23, 1, 0.32, 1);transition:transform .3s cubic-bezier(0.23, 1, 0.32, 1),opacity .3s cubic-bezier(0.23, 1, 0.32, 1),-webkit-transform .3s cubic-bezier(0.23, 1, 0.32, 1);-webkit-transform-origin:center top;transform-origin:center top}.mx-zoom-in-down-enter,.mx-zoom-in-down-enter-from,.mx-zoom-in-down-leave-to{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.mx-datepicker{position:relative;display:inline-block;width:210px}.mx-datepicker svg{width:1em;height:1em;vertical-align:-0.15em;fill:currentColor;overflow:hidden}.mx-datepicker-range{width:320px}.mx-datepicker-inline{width:auto}.mx-input-wrapper{position:relative}.mx-input-wrapper .mx-icon-clear{display:none}.mx-input-wrapper:hover .mx-icon-clear{display:block}.mx-input-wrapper:hover .mx-icon-clear+.mx-icon-calendar{display:none}.mx-input{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:34px;padding:6px 30px;padding-left:10px;font-size:14px;line-height:1.4;color:#555;background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.mx-input:hover,.mx-input:focus{border-color:#409aff}.mx-input:disabled,.mx-input.disabled{color:#ccc;background-color:#f3f3f3;border-color:#ccc;cursor:not-allowed}.mx-input:focus{outline:none}.mx-input::-ms-clear{display:none}.mx-icon-calendar,.mx-icon-clear{position:absolute;top:50%;right:8px;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:16px;line-height:1;color:rgba(0,0,0,.5);vertical-align:middle}.mx-icon-clear{cursor:pointer}.mx-icon-clear:hover{color:rgba(0,0,0,.8)}.mx-datepicker-main{font:14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei",sans-serif;color:#73879c;background-color:#fff;border:1px solid #e8e8e8}.mx-datepicker-popup{position:absolute;margin-top:1px;margin-bottom:1px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);z-index:2001}.mx-datepicker-sidebar{float:left;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;padding:6px;overflow:auto}.mx-datepicker-sidebar+.mx-datepicker-content{margin-left:100px;border-left:1px solid #e8e8e8}.mx-datepicker-body{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mx-btn-shortcut{display:block;padding:0 6px;line-height:24px}.mx-range-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width: 750px){.mx-range-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.mx-datepicker-header{padding:6px 8px;border-bottom:1px solid #e8e8e8}.mx-datepicker-footer{padding:6px 8px;text-align:right;border-top:1px solid #e8e8e8}.mx-calendar{-webkit-box-sizing:border-box;box-sizing:border-box;width:248px;padding:6px 12px}.mx-calendar+.mx-calendar{border-left:1px solid #e8e8e8}.mx-calendar-header,.mx-time-header{-webkit-box-sizing:border-box;box-sizing:border-box;height:34px;line-height:34px;text-align:center;overflow:hidden}.mx-btn-icon-left,.mx-btn-icon-double-left{float:left}.mx-btn-icon-right,.mx-btn-icon-double-right{float:right}.mx-calendar-header-label{font-size:14px}.mx-calendar-decade-separator{margin:0 2px}.mx-calendar-decade-separator:after{content:"~"}.mx-calendar-content{position:relative;height:224px;-webkit-box-sizing:border-box;box-sizing:border-box}.mx-calendar-content .cell{cursor:pointer}.mx-calendar-content .cell:hover{color:#73879c;background-color:#f3f9fe}.mx-calendar-content .cell.active{color:#fff;background-color:#1284e7}.mx-calendar-content .cell.in-range,.mx-calendar-content .cell.hover-in-range{color:#73879c;background-color:#dbedfb}.mx-calendar-content .cell.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}.mx-calendar-week-mode .mx-date-row{cursor:pointer}.mx-calendar-week-mode .mx-date-row:hover{background-color:#f3f9fe}.mx-calendar-week-mode .mx-date-row.mx-active-week{background-color:#dbedfb}.mx-calendar-week-mode .mx-date-row .cell:hover{color:inherit;background-color:transparent}.mx-calendar-week-mode .mx-date-row .cell.active{color:inherit;background-color:transparent}.mx-week-number{opacity:.5}.mx-table{table-layout:fixed;border-collapse:separate;border-spacing:0;width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}.mx-table th{padding:0;font-weight:500;vertical-align:middle}.mx-table td{padding:0;vertical-align:middle}.mx-table-date td,.mx-table-date th{height:32px;font-size:12px}.mx-table-date .today{color:#2a90e9}.mx-table-date .cell.not-current-month{color:#ccc;background:none}.mx-time{-webkit-box-flex:1;-ms-flex:1;flex:1;width:224px;background:#fff}.mx-time+.mx-time{border-left:1px solid #e8e8e8}.mx-calendar-time{position:absolute;top:0;left:0;width:100%;height:100%}.mx-time-header{border-bottom:1px solid #e8e8e8}.mx-time-content{height:224px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.mx-time-columns{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;overflow:hidden}.mx-time-column{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;border-left:1px solid #e8e8e8;text-align:center}.mx-time-column:first-child{border-left:0}.mx-time-column .mx-time-list{margin:0;padding:0;list-style:none}.mx-time-column .mx-time-list::after{content:"";display:block;height:192px}.mx-time-column .mx-time-item{cursor:pointer;font-size:12px;height:32px;line-height:32px}.mx-time-column .mx-time-item:hover{color:#73879c;background-color:#f3f9fe}.mx-time-column .mx-time-item.active{color:#1284e7;background-color:transparent;font-weight:700}.mx-time-column .mx-time-item.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}.mx-time-option{cursor:pointer;padding:8px 10px;font-size:14px;line-height:20px}.mx-time-option:hover{color:#73879c;background-color:#f3f9fe}.mx-time-option.active{color:#1284e7;background-color:transparent;font-weight:700}.mx-time-option.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}

:root{--cc-bg:#fff;--cc-text:#2d4156;--cc-border-radius:.35em;--cc-btn-primary-bg:#2d4156;--cc-btn-primary-text:var(--cc-bg);--cc-btn-primary-hover-bg:#1d2e38;--cc-btn-secondary-bg:#eaeff2;--cc-btn-secondary-text:var(--cc-text);--cc-btn-secondary-hover-bg:#d8e0e6;--cc-btn-border-radius:4px;--cc-toggle-bg-off:#919ea6;--cc-toggle-bg-on:var(--cc-btn-primary-bg);--cc-toggle-bg-readonly:#d5dee2;--cc-toggle-knob-bg:#fff;--cc-toggle-knob-icon-color:#ecf2fa;--cc-block-text:var(--cc-text);--cc-cookie-category-block-bg:#f0f4f7;--cc-cookie-category-block-bg-hover:#e9eff4;--cc-section-border:#f1f3f5;--cc-cookie-table-border:#e9edf2;--cc-overlay-bg:rgba(4,6,8,.85);--cc-webkit-scrollbar-bg:#cfd5db;--cc-webkit-scrollbar-bg-hover:#9199a0}.c_darkmode{--cc-bg:#181b1d;--cc-text:#d8e5ea;--cc-btn-primary-bg:#a6c4dd;--cc-btn-primary-text:#000;--cc-btn-primary-hover-bg:#c2dff7;--cc-btn-secondary-bg:#33383c;--cc-btn-secondary-text:var(--cc-text);--cc-btn-secondary-hover-bg:#3e454a;--cc-toggle-bg-off:#667481;--cc-toggle-bg-on:var(--cc-btn-primary-bg);--cc-toggle-bg-readonly:#454c54;--cc-toggle-knob-bg:var(--cc-cookie-category-block-bg);--cc-toggle-knob-icon-color:var(--cc-bg);--cc-block-text:#b3bfc5;--cc-cookie-category-block-bg:#23272a;--cc-cookie-category-block-bg-hover:#2b3035;--cc-section-border:#292d31;--cc-cookie-table-border:#2b3035;--cc-webkit-scrollbar-bg:#667481;--cc-webkit-scrollbar-bg-hover:#9199a0}.cc_div *,.cc_div :after,.cc_div :before,.cc_div :hover{-webkit-animation:none;animation:none;background:none;border:none;border-radius:unset;box-shadow:none;box-sizing:border-box;color:inherit;float:none;font-family:inherit;font-size:1em;font-style:inherit;font-variant:normal;font-weight:inherit;height:auto;letter-spacing:unset;line-height:1.2;margin:0;padding:0;text-align:left;text-decoration:none;text-transform:none;transition:none;vertical-align:baseline;visibility:unset}.cc_div{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;color:#2d4156;color:var(--cc-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:16px;font-weight:400}#c-ttl,#s-bl td:before,#s-ttl,.cc_div .b-tl,.cc_div .c-bn{font-weight:600}#cm,#s-bl .act .b-acc,#s-inr,.cc_div .b-tl,.cc_div .c-bl{border-radius:.35em;border-radius:var(--cc-border-radius)}#s-bl .act .b-acc{border-top-left-radius:0;border-top-right-radius:0}.cc_div a,.cc_div button,.cc_div input{-webkit-appearance:none;-moz-appearance:none;appearance:none;overflow:hidden}.cc_div a{border-bottom:1px solid}.cc_div a:hover{border-color:transparent;text-decoration:none}#cm-ov,#cs-ov,.c--anim #cm,.c--anim #s-cnt,.c--anim #s-inr{transition:visibility .25s linear,opacity .25s ease,transform .25s ease!important}.c--anim .c-bn{transition:background-color .25s ease!important}.c--anim #cm.bar.slide,.c--anim #cm.bar.slide+#cm-ov,.c--anim .bar.slide #s-inr,.c--anim .bar.slide+#cs-ov{transition:visibility .4s ease,opacity .4s ease,transform .4s ease!important}#cm.bar.slide,.cc_div .bar.slide #s-inr{opacity:1;transform:translateX(100%)}#cm.bar.top.slide,.cc_div .bar.left.slide #s-inr{opacity:1;transform:translateX(-100%)}#cm.slide,.cc_div .slide #s-inr{transform:translateY(1.6em)}#cm.top.slide{transform:translateY(-1.6em)}#cm.bar.slide{transform:translateY(100%)}#cm.bar.top.slide{transform:translateY(-100%)}.show--consent .c--anim #cm,.show--consent .c--anim #cm.bar,.show--settings .c--anim #s-inr,.show--settings .c--anim .bar.slide #s-inr{opacity:1;transform:scale(1);visibility:visible!important}.show--consent .c--anim #cm.box.middle,.show--consent .c--anim #cm.cloud.middle{transform:scale(1) translateY(-50%)}.show--settings .c--anim #s-cnt{visibility:visible!important}.force--consent.show--consent .c--anim #cm-ov,.show--settings .c--anim #cs-ov{opacity:1!important;visibility:visible!important}#cm{background:#fff;background:var(--cc-bg);bottom:1.25em;box-shadow:0 .625em 1.875em #000;box-shadow:0 .625em 1.875em rgba(2,2,3,.28);font-family:inherit;line-height:normal;max-width:24.2em;opacity:0;padding:1.1em 1.5em 1.4em;position:fixed;right:1.25em;transform:scale(.95);visibility:hidden;width:100%;z-index:1}#cc_div #cm{display:block!important}#c-ttl{font-size:1.05em;margin-bottom:.7em}.cloud #c-ttl{margin-top:-.15em}#c-txt{font-size:.9em;line-height:1.5em}.cc_div #c-bns{display:flex;justify-content:space-between;margin-top:1.4em}.cc_div .c-bn{background:#eaeff2;background:var(--cc-btn-secondary-bg);border-radius:4px;border-radius:var(--cc-btn-border-radius);color:#2d4156;color:var(--cc-btn-secondary-text);cursor:pointer;display:inline-block;flex:1;font-size:.82em;padding:1em 1.7em;text-align:center;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none}#c-bns button+button,#s-c-bn,#s-cnt button+button{float:right;margin-left:1em}#s-cnt #s-rall-bn{float:none}#cm .c_link:active,#cm .c_link:hover,#s-c-bn:active,#s-c-bn:hover,#s-cnt button+button:active,#s-cnt button+button:hover{background:#d8e0e6;background:var(--cc-btn-secondary-hover-bg)}#s-cnt{display:table;height:100%;left:0;position:fixed;top:0;visibility:hidden;width:100%;z-index:101}#s-bl{outline:none}#s-bl .title{margin-top:1.4em}#s-bl .b-bn,#s-bl .title:first-child{margin-top:0}#s-bl .b-acc .p{margin-top:0;padding:1em}#s-cnt .b-bn .b-tl{background:none;display:block;font-family:inherit;font-size:.95em;padding:1.3em 6.4em 1.3em 2.7em;position:relative;transition:background-color .25s ease;width:100%}#s-cnt .b-bn .b-tl.exp{cursor:pointer}#s-cnt .act .b-bn .b-tl{border-bottom-left-radius:0;border-bottom-right-radius:0}#s-cnt .b-bn .b-tl:active,#s-cnt .b-bn .b-tl:hover{background:#e9eff4;background:var(--cc-cookie-category-block-bg-hover)}#s-bl .b-bn{position:relative}#s-bl .c-bl{border:1px solid #f1f3f5;border:1px solid var(--cc-section-border);margin-bottom:.5em;padding:1em;transition:background-color .25s ease}#s-bl .c-bl:hover{background:#f0f4f7;background:var(--cc-cookie-category-block-bg)}#s-bl .c-bl:last-child{margin-bottom:.5em}#s-bl .c-bl:first-child{border:none;margin-bottom:2em;margin-top:0;padding:0;transition:none}#s-bl .c-bl:not(.b-ex):first-child:hover{background:transparent;background:unset}#s-bl .c-bl.b-ex{background:#f0f4f7;background:var(--cc-cookie-category-block-bg);border:none;padding:0;transition:none}#s-bl .c-bl.b-ex+.c-bl{margin-top:2em}#s-bl .c-bl.b-ex+.c-bl.b-ex{margin-top:0}#s-bl .c-bl.b-ex:first-child{margin-bottom:1em;margin-bottom:.5em}#s-bl .b-acc{display:none;margin-bottom:0;max-height:0;overflow:hidden;padding-top:0}#s-bl .act .b-acc{display:block;max-height:100%;overflow:hidden}#s-cnt .p{color:#2d4156;color:var(--cc-block-text);font-size:.9em;line-height:1.5em;margin-top:.85em}.cc_div .b-tg .c-tgl:disabled{cursor:not-allowed}#c-vln{display:table-cell;position:relative;vertical-align:middle}#cs{bottom:0;left:0;padding:0 1.7em;position:fixed;right:0;top:0;width:100%}#cs,#s-inr{height:100%}#s-inr{box-shadow:0 13px 27px -5px rgba(3,6,9,.26);margin:0 auto;max-width:45em;opacity:0;overflow:hidden;padding-bottom:4.75em;padding-top:4.75em;position:relative;transform:scale(.96);visibility:hidden}#s-bns,#s-hdr,#s-inr{background:#fff;background:var(--cc-bg)}#s-bl{display:block;height:100%;overflow-x:hidden;overflow-y:auto;overflow-y:overlay;padding:1.3em 1.8em;width:100%}#s-bns{border-top:1px solid #f1f3f5;border-top:1px solid var(--cc-section-border);bottom:0;height:4.75em;left:0;padding:1em 1.8em;position:absolute;right:0}.cc_div .cc-link{border-bottom:1px solid #2d4156;border-bottom:1px solid var(--cc-btn-primary-bg);color:#2d4156;color:var(--cc-btn-primary-bg);cursor:pointer;display:inline;font-weight:600;padding-bottom:0;text-decoration:none}.cc_div .cc-link:active,.cc_div .cc-link:hover{border-color:transparent}#c-bns button:first-child,#s-bns button:first-child{background:#2d4156;background:var(--cc-btn-primary-bg);color:#fff;color:var(--cc-btn-primary-text)}#c-bns.swap button:first-child{background:#eaeff2;background:var(--cc-btn-secondary-bg);color:#2d4156;color:var(--cc-btn-secondary-text)}#c-bns.swap button:last-child{background:#2d4156;background:var(--cc-btn-primary-bg);color:#fff;color:var(--cc-btn-primary-text)}.cc_div .b-tg .c-tgl:checked~.c-tg{background:#2d4156;background:var(--cc-toggle-bg-on)}#c-bns button:first-child:active,#c-bns button:first-child:hover,#c-bns.swap button:last-child:active,#c-bns.swap button:last-child:hover,#s-bns button:first-child:active,#s-bns button:first-child:hover{background:#1d2e38;background:var(--cc-btn-primary-hover-bg)}#c-bns.swap button:first-child:active,#c-bns.swap button:first-child:hover{background:#d8e0e6;background:var(--cc-btn-secondary-hover-bg)}#s-hdr{border-bottom:1px solid #f1f3f5;border-bottom:1px solid var(--cc-section-border);display:table;height:4.75em;padding:0 1.8em;position:absolute;top:0;width:100%;z-index:2}#s-hdr,#s-ttl{vertical-align:middle}#s-ttl{display:table-cell;font-size:1em}#s-c-bn{font-size:1.45em;font-weight:400;height:1.7em;margin:0;overflow:hidden;padding:0;position:relative;width:1.7em}#s-c-bnc{display:table-cell;vertical-align:middle}.cc_div span.t-lb{opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:0;z-index:-1}#c_policy__text{height:31.25em;margin-top:1.25em;overflow-y:auto}#c-s-in{height:100%;height:calc(100% - 2.5em);max-height:37.5em;position:relative;top:50%;transform:translateY(-50%)}@media screen and (min-width:688px){#s-bl::-webkit-scrollbar{background:transparent;border-radius:0 .25em .25em 0;height:100%;width:.9em}#s-bl::-webkit-scrollbar-thumb{background:#cfd5db;background:var(--cc-webkit-scrollbar-bg);border:.25em solid #fff;border:.25em solid var(--cc-bg);border-radius:100em}#s-bl::-webkit-scrollbar-thumb:hover{background:#9199a0;background:var(--cc-webkit-scrollbar-bg-hover)}#s-bl::-webkit-scrollbar-button{height:5px;width:10px}}.cc_div .b-tg{bottom:0;display:inline-block;margin:auto;right:0;right:1.2em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.cc_div .b-tg,.cc_div .b-tg .c-tgl{cursor:pointer;position:absolute;top:0}.cc_div .b-tg .c-tgl{border:0;display:block;left:0;margin:0}.cc_div .b-tg .c-tg{background:#919ea6;background:var(--cc-toggle-bg-off);pointer-events:none;position:absolute;transition:background-color .25s ease,box-shadow .25s ease}.cc_div .b-tg,.cc_div .b-tg .c-tg,.cc_div .b-tg .c-tgl,.cc_div span.t-lb{border-radius:4em;height:1.5em;width:3.4em}.cc_div .b-tg .c-tg.c-ro{cursor:not-allowed}.cc_div .b-tg .c-tgl~.c-tg.c-ro{background:#d5dee2;background:var(--cc-toggle-bg-readonly)}.cc_div .b-tg .c-tgl~.c-tg.c-ro:after{box-shadow:none}.cc_div .b-tg .c-tg:after{background:#fff;background:var(--cc-toggle-knob-bg);border:none;border-radius:100%;box-shadow:0 1px 2px rgba(24,32,35,.36);box-sizing:content-box;content:"";display:block;height:1.25em;left:.125em;position:relative;top:.125em;transition:transform .25s ease;width:1.25em}.cc_div .b-tg .c-tgl:checked~.c-tg:after{transform:translateX(1.9em)}#s-bl table,#s-bl td,#s-bl th{border:none}#s-bl tbody tr{transition:background-color .25s ease}#s-bl tbody tr:hover{background:#e9eff4;background:var(--cc-cookie-category-block-bg-hover)}#s-bl table{border-collapse:collapse;margin:0;overflow:hidden;padding:0;text-align:left;width:100%}#s-bl td,#s-bl th{font-size:.8em;padding:.8em .625em .8em 1.2em;text-align:left;vertical-align:top}#s-bl th{font-family:inherit;padding:1.2em}#s-bl thead tr:first-child{border-bottom:1px solid #e9edf2;border-bottom:1px solid var(--cc-cookie-table-border)}.force--consent #cs,.force--consent #s-cnt{width:100vw}#cm-ov,#cs-ov{background:#070707;background:rgba(4,6,8,.85);background:var(--cc-overlay-bg);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:none;visibility:hidden}.c--anim #cs-ov,.force--consent .c--anim #cm-ov,.force--consent.show--consent #cm-ov,.show--settings #cs-ov{display:block}#cs-ov{z-index:2}.force--consent .cc_div{bottom:0;left:0;position:fixed;top:0;transition:visibility .25s linear;visibility:hidden;width:100%;width:100vw}.force--consent.show--consent .c--anim .cc_div,.force--consent.show--settings .c--anim .cc_div{visibility:visible}.force--consent #cm{position:absolute}.force--consent #cm.bar{max-width:100vw;width:100vw}html.force--consent.show--consent{overflow-y:hidden!important}html.force--consent.show--consent,html.force--consent.show--consent body{height:auto!important;overflow-x:hidden!important}.cc_div .act .b-bn .exp:before,.cc_div .b-bn .exp:before{border:solid #2d4156;border:solid var(--cc-btn-secondary-text);border-width:0 2px 2px 0;content:"";display:inline-block;left:1.2em;margin-right:15px;padding:.2em;position:absolute;top:50%;transform:translateY(-50%) rotate(45deg)}.cc_div .act .b-bn .b-tl:before{transform:translateY(-20%) rotate(225deg)}.cc_div .on-i:before{border:solid #ecf2fa;border:solid var(--cc-toggle-knob-icon-color);border-width:0 2px 2px 0;display:inline-block;left:.75em;padding:.1em .1em .45em;top:.37em}#s-c-bn:after,#s-c-bn:before,.cc_div .on-i:before{content:"";margin:0 auto;position:absolute;transform:rotate(45deg)}#s-c-bn:after,#s-c-bn:before{background:#2d4156;background:var(--cc-btn-secondary-text);border-radius:1em;height:.6em;left:.82em;top:.58em;width:1.5px}#s-c-bn:after{transform:rotate(-45deg)}.cc_div .off-i,.cc_div .on-i{display:block;height:100%;position:absolute;right:0;text-align:center;transition:opacity .15s ease;width:50%}.cc_div .on-i{left:0;opacity:0}.cc_div .off-i:after,.cc_div .off-i:before{background:#ecf2fa;background:var(--cc-toggle-knob-icon-color);content:" ";display:block;height:.7em;margin:0 auto;position:absolute;right:.8em;top:.42em;transform-origin:center;width:.09375em}.cc_div .off-i:before{transform:rotate(45deg)}.cc_div .off-i:after{transform:rotate(-45deg)}.cc_div .b-tg .c-tgl:checked~.c-tg .on-i{opacity:1}.cc_div .b-tg .c-tgl:checked~.c-tg .off-i{opacity:0}#cm.box.middle,#cm.cloud.middle{bottom:auto;top:50%;transform:translateY(-37%)}#cm.box.middle.zoom,#cm.cloud.middle.zoom{transform:scale(.95) translateY(-50%)}#cm.box.center,#cm.cloud{left:1em;margin:0 auto;right:1em}#cm.cloud{max-width:50em;overflow:hidden;padding:1.3em 2em;text-align:center;width:unset}.cc_div .cloud #c-inr{display:table;width:100%}.cc_div .cloud #c-inr-i{display:table-cell;padding-right:2.4em;vertical-align:top;width:70%}.cc_div .cloud #c-txt{font-size:.85em}.cc_div .cloud #c-bns{display:table-cell;min-width:170px;vertical-align:middle}#cm.cloud .c-bn{margin:.625em 0 0;width:100%}#cm.cloud .c-bn:first-child{margin:0}#cm.cloud.left{margin-right:1.25em}#cm.cloud.right{margin-left:1.25em}#cm.bar{border-radius:0;bottom:0;left:0;max-width:100%;padding:2em;position:fixed;right:0;width:100%}#cm.bar #c-inr{margin:0 auto;max-width:32em}#cm.bar #c-bns{max-width:33.75em}#cm.bar #cs{padding:0}.cc_div .bar #c-s-in{height:100%;max-height:100%;top:0;transform:none}.cc_div .bar #s-bl,.cc_div .bar #s-bns,.cc_div .bar #s-hdr{padding-left:1.6em;padding-right:1.6em}.cc_div .bar #cs{padding:0}.cc_div .bar #s-inr{border-radius:0;margin:0 0 0 auto;max-width:32em}.cc_div .bar.left #s-inr{margin-left:0;margin-right:auto}.cc_div .bar #s-bl table,.cc_div .bar #s-bl tbody,.cc_div .bar #s-bl td,.cc_div .bar #s-bl th,.cc_div .bar #s-bl thead,.cc_div .bar #s-bl tr,.cc_div .bar #s-cnt{display:block}.cc_div .bar #s-bl thead tr{left:-9999px;position:absolute;top:-9999px}.cc_div .bar #s-bl tr{border-top:1px solid #e9edf2;border-top:1px solid var(--cc-cookie-table-border)}.cc_div .bar #s-bl td{border:none;padding-left:35%;position:relative}.cc_div .bar #s-bl td:before{color:#2d4156;color:var(--cc-text);content:attr(data-column);left:1em;overflow:hidden;padding-right:.625em;position:absolute;text-overflow:ellipsis;white-space:nowrap}#cm.top{bottom:auto;top:1.25em}#cm.left{left:1.25em;right:auto}#cm.right{left:auto;right:1.25em}#cm.bar.left,#cm.bar.right{left:0;right:0}#cm.bar.top{top:0}@media screen and (max-width:688px){#cm,#cm.cloud,#cm.left,#cm.right{bottom:1em;display:block;left:1em;margin:0;max-width:100%;padding:1.4em!important;right:1em;width:auto}.force--consent #cm,.force--consent #cm.cloud{max-width:100vw;width:auto}#cm.top{bottom:auto;top:1em}#cm.bottom{bottom:1em;top:auto}#cm.bar.bottom{bottom:0}#cm.cloud .c-bn{font-size:.85em}#s-bns,.cc_div .bar #s-bns{padding:1em 1.3em}.cc_div .bar #s-inr{max-width:100%;width:100%}.cc_div .cloud #c-inr-i{padding-right:0}#cs{border-radius:0;padding:0}#c-s-in{height:100%;max-height:100%;top:0;transform:none}.cc_div .b-tg{right:1.1em;transform:scale(1.1)}#s-inr{border-radius:0;margin:0;padding-bottom:7.9em}#s-bns{height:7.9em}#s-bl,.cc_div .bar #s-bl{padding:1.3em}#s-hdr,.cc_div .bar #s-hdr{padding:0 1.3em}#s-bl table{width:100%}#s-inr.bns-t{padding-bottom:10.5em}.bns-t #s-bns{height:10.5em}.cc_div .bns-t .c-bn{font-size:.83em;padding:.9em 1.6em}#s-cnt .b-bn .b-tl{padding-bottom:1.2em;padding-top:1.2em}#s-bl table,#s-bl tbody,#s-bl td,#s-bl th,#s-bl thead,#s-bl tr,#s-cnt{display:block}#s-bl thead tr{left:-9999px;position:absolute;top:-9999px}#s-bl tr{border-top:1px solid #e9edf2;border-top:1px solid var(--cc-cookie-table-border)}#s-bl td{border:none;padding-left:35%;position:relative}#s-bl td:before{color:#2d4156;color:var(--cc-text);content:attr(data-column);left:1em;overflow:hidden;padding-right:.625em;position:absolute;text-overflow:ellipsis;white-space:nowrap}#cm .c-bn,.cc_div .c-bn{margin-right:0;width:100%}#s-cnt #s-rall-bn{margin-left:0}.cc_div #c-bns{flex-direction:column}#c-bns button+button,#s-cnt button+button{float:unset;margin-left:0;margin-top:.625em}#cm.box,#cm.cloud{left:1em;right:1em;width:auto}#cm.cloud.left,#cm.cloud.right{margin:0}.cc_div .cloud #c-bns,.cc_div .cloud #c-inr,.cc_div .cloud #c-inr-i{display:block;min-width:unset;width:auto}.cc_div .cloud #c-txt{font-size:.9em}.cc_div .cloud #c-bns{margin-top:1.625em}}.cc_div.ie #c-vln{height:100%;padding-top:5.62em}.cc_div.ie .bar #c-vln{padding-top:0}.cc_div.ie #cs{margin-top:-5.625em;max-height:37.5em;position:relative;top:0}.cc_div.ie .bar #cs{margin-top:0;max-height:100%}.cc_div.ie #cm{border:1px solid #dee6e9}.cc_div.ie #c-s-in{top:0}.cc_div.ie .b-tg{margin-bottom:.7em;padding-left:1em}.cc_div.ie .b-tg .c-tgl:checked~.c-tg:after{left:1.95em}.cc_div.ie #s-bl table{overflow:auto}.cc_div.ie .b-tg .c-tg{display:none}.cc_div.ie .b-tg .c-tgl{display:inline-block;height:auto;margin-bottom:.2em;position:relative;vertical-align:middle}.cc_div.ie #s-cnt .b-bn .b-tl{padding:1.3em 6.4em 1.3em 1.4em}.cc_div.ie .bar #s-bl td:before{display:none}.cc_div.ie .bar #s-bl td{padding:.8em .625em .8em 1.2em}.cc_div.ie .bar #s-bl thead tr{position:relative}.cc_div.ie .b-tg .t-lb{filter:alpha(opacity=0)}.cc_div.ie #cm-ov,.cc_div.ie #cs-ov{filter:alpha(opacity=80)}
.flicking-pagination {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.flicking-pagination-bullets,
.flicking-pagination-scroll {
  font-size: 0;
}

.flicking-pagination-scroll {
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  white-space: nowrap;
  overflow: hidden;
}

.flicking-pagination-scroll .flicking-pagination-slider {
  -webkit-transition: .2s transform;
  transition: .2s transform;
}
.flicking-pagination-scroll.flicking-pagination-uninitialized .flicking-pagination-slider,
.flicking-pagination-scroll.flicking-pagination-uninitialized .flicking-pagination-bullet {
  -webkit-transition: none;
  transition: none;
}

.flicking-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: rgb(10 10 10 / 10%);
  cursor: pointer;
  font-size: 1rem;
}

.flicking-pagination-scroll .flicking-pagination-bullet {
  vertical-align: middle;
  position: relative;
  -webkit-transition: .2s transform;
  transition: .2s transform;
}

.flicking-pagination-bullet-active {
  background-color: #f2a65e;
}

.flicking-pagination-scroll .flicking-pagination-bullet {
  vertical-align: middle;
  position: relative;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.flicking-pagination-scroll .flicking-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.flicking-pagination-scroll .flicking-pagination-bullet-prev,
.flicking-pagination-scroll .flicking-pagination-bullet-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.flicking-pagination-scroll .flicking-pagination-bullet-prev2,
.flicking-pagination-scroll .flicking-pagination-bullet-next2 {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.flicking-arrow-prev,
.flicking-arrow-next {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.flicking-arrow-prev.is-circle,
.flicking-arrow-next.is-circle {
  background-color: #f2a65e;
  border-radius: 50%;
}

.flicking-arrow-disabled.is-circle {
  background-color: rgb(10 10 10 / 10%);
}

.flicking-arrow-prev.is-circle::before,
.flicking-arrow-prev.is-circle::after,
.flicking-arrow-next.is-circle::before,
.flicking-arrow-next.is-circle::after {
  background-color: white;
}

.flicking-arrow-prev {
  left: 10px;
}
.flicking-arrow-next {
  right: 10px;
}

.flicking-arrow-prev.is-outside {
  left: -74px;
}
.flicking-arrow-next.is-outside {
  right: -74px;
}

.flicking-arrow-prev::before,
.flicking-arrow-prev::after,
.flicking-arrow-next::before,
.flicking-arrow-next::after {
  content: "";
  width: 24px;
  height: 6px;
  position: absolute;
  background-color: #f2a65e;
}
.flicking-arrow-prev::before {
  top: 50%;
  left: 22px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.flicking-arrow-prev::after {
  top: calc(50% - 4px);
  left: 22px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.flicking-arrow-next::before {
  top: 50%;
  right: 22px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.flicking-arrow-next::after {
  top: calc(50% - 4px);
  right: 22px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.flicking-arrow-disabled,
.flicking-arrow-disabled {
  cursor: default;
}

.flicking-arrow-disabled::before,
.flicking-arrow-disabled::after,
.flicking-arrow-disabled::before,
.flicking-arrow-disabled::after {
  background-color: #e6e6e6;
}

html,
body {
  scroll-behavior: smooth;
}

.gm-style-iw.gm-style-iw-c {
  border-radius: 20px;
  max-width: 250px !important;
  width: 250px !important;
  min-height: 291px;
  font-family: Mulish;
}

@media screen and (min-width: 550px) {
  .gm-style-iw.gm-style-iw-c {
    max-width: 383px !important;
    width: 383px !important;
    min-height: 221px !important;
  }
}
.gm-style-iw-d {
  padding: 5px;
}

@media screen and (min-width: 550px) {
  .flex-content {
    padding: 10px;
  }
}
.contact-links {
  display: flex;
  flex-flow: column;
}

.header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

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

.flex-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  text-align: left;
}

@media screen and (min-width: 550px) {
  .flex-content {
    flex-flow: row;
  }
}
@media screen and (max-width: 550px) {
  .flex-content .right {
    padding-top: 15px;
  }
}
@media screen and (min-width: 550px) {
  .flex-content .right {
    padding-left: 30px;
  }
}
.flex-content .address {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #94a3b8;
  margin-bottom: 4px;
}

.flex-content .phone {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #2b5093;
  margin-bottom: 4px;
}

.flex-content .email {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #2b5093;
}

.flex-content .openHours {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #94a3b8;
}

.flex-content .openHours span {
  margin-left: 8px;
}

.individual-meeting {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #94a3b8;
  margin-top: 10px;
}

.contact {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 550px) {
  .contact {
    flex-flow: row;
  }
}
.divider {
  border-bottom: 1px solid #e2e8f0;
  margin: 18px 0;
}

.contact .button {
  margin: 4px 0;
  display: block;
  /* width: 100%; */
  padding: 8px 15px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: white;
}

@media screen and (min-width: 550px) {
  .contact .button {
    margin: 0;
  }
}
.contact .button svg {
  margin-right: 8px;
}

.button-call {
  background-color: #2b5093;
  margin-right: 6px;
}

.button-whatsupp {
  background-color: #0ea73c;
  margin-right: 6px;
}

.button-navigate {
  background-color: #d5dff3;
  color: #2b5093 !important;
}

.gm-ui-hover-effect {
  top: 21px !important;
  right: 22px !important;
  opacity: 0 !important;
}

.chart,
.chart > div > span {
  transition-duration: 0.8s;
  transition-property: transform;
  cursor: pointer;
}

.marker-label {
  padding-bottom: 5px;
}

.tns-nav {
  display: none !important;
}

.slider-dots {
  margin: 0 auto;
  margin-top: 8rem;
  max-width: 68px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  height: 30px;
}

.slider-dots .dot {
  cursor: pointer;
  border: transparent;
  border-radius: 9999px;
  width: 16px !important;
  height: 16px !important;
}

.slider-dots .dot.active {
  background-color: #2b5093;
}

.slider-dots .dot:not(.active) {
  border: 1px solid #cbd5e1;
}

#finances > .wrapper > .content > .articles {
  overflow: scroll;
  max-height: 600px;
  width: 50%;
  float: left;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
}

@media screen and (max-width: 1023px) {
  #finances > .wrapper > .content > .articles {
    width: 100%;
    float: none;
    -webkit-mask-image: none;
  }

  #finances > .wrapper > .content > .articles > .article {
    padding-right: 0 !important;
  }

  #finances > .wrapper > .content > .articles > .article > .article-wrapper {
    max-width: 100%;
    text-align: justify;
  }

  #finances > .wrapper > .content > .articles > .article:last-child {
    display: none;
  }

  .articles-area-buttons {
    right: 0 !important;
  }
}
#finances > .wrapper > .content > .articles::-webkit-scrollbar {
  display: none;
}

#finances > .wrapper > .content > .articles > .article {
  width: 100% !important;
}

.article-wrapper {
  /*border: 1px solid #E2E8F0;*/
  /*border-radius: 2rem;*/
  padding: 2rem 3rem;
  max-width: 600px;
  text-align: left;
}

.articles-area-buttons {
  margin-top: -250px;
  margin-left: 50%;
  max-width: 57px;
  position: absolute;
  right: 55%;
}

.btn-chevron-up,
.btn-chevron-down,
.btn-rotate {
  background: white;
  border: 1px solid #e2e8f0 !important;
  color: #2b5093;
}

.btn-chevron-up,
.btn-chevron-down {
  padding: 22px 12px;
}

.btn-rotate {
  padding: 12px;
  margin-bottom: 1em;
}

.btn-chevron-up:hover,
.btn-chevron-down:hover,
.btn-rotate:hover {
  background: #e2e8f0;
  border: 1px solid #e2e8f0 !important;
  color: #2b5093;
}

.btn-chevron-up:active,
.btn-chevron-down:active,
.btn-rotate:active {
  background: #e2e8f0;
  border: 1px solid #e2e8f0 !important;
  color: #2b5093;
}

.btn-chevron-up {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.btn-chevron-down {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: none !important;
}

.loader {
  /*border: 5px solid ; !* Light grey *!*/
  border-top: 5px solid white;
  /* Blue */
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#navigation {
  padding: 3.5rem 0 2.4rem 0;
}

#navigation .menu .app-links .hover-menu-app {
  top: 15rem;
}

footer .social-icons {
  margin-left: 3rem;
}

footer .social-icons li:not(:last-child) {
  margin-right: 1rem;
}

[v-cloak] {
  display: none;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -1rem;
}

sub {
  vertical-align: baseline;
  position: relative;
  top: 1rem;
}

a {
  color: #2b5093;
  text-decoration: none;
  transition-duration: 400ms;
}
a svg {
  display: inline-block;
  transform: scale(0.85);
  margin-left: 0.15em;
  transform: translateY(0.125em);
}

* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

img {
  max-width: 100%;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
}
@media (max-width: 1365px) {
  html {
    font-size: 9px;
  }
}

body {
  margin: 0;
  padding: 0;
  color: #64748b;
  font-family: "Mulish", Arial, Helvetica, Tahoma, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3.2rem;
  overflow-x: hidden;
  text-size-adjust: none !important;
  -moz-text-size-adjust: none !important;
  -webkit-text-size-adjust: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#app {
  overflow-x: hidden;
}

section {
  position: relative;
  padding-top: 9.8rem;
  padding-bottom: 9.8rem;
}
@media (max-width: 1599px) {
  section {
    padding-top: 4.4rem;
    padding-bottom: 4.4rem;
  }
}
@media (max-width: 1023px) {
  section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
section > .wrapper {
  width: 100%;
  max-width: 100rem;
  padding: 0 2.5rem;
  margin: 0 auto;
}
@media (min-width: 1599px) {
  section > .wrapper {
    max-width: 120rem;
  }
}
section#hero {
  min-height: calc(100vh - 12.5rem);
  display: flex;
  align-items: center;
  padding: calc(6.8rem + 9.3rem) 0 0 0;
  background: #000066 0%;
  background-image: linear-gradient(90deg, #000066 0%, #02bef2 100%);
  background: linear-gradient(90deg, #000066 0%, #02bef2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000066 0%, endColorstr=#02bef2 100%);
}
@media (max-width: 1599px) {
  section#hero {
    min-height: calc(100vh - 14.5rem);
  }
}
@media (max-width: 1023px) {
  section#hero {
    padding: 12rem 0 0 0;
    padding-top: 9rem;
  }
}
@media (max-width: 767px) {
  section#hero {
    padding-top: 7rem;
  }
}
section#hero .polygons {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
section#hero .polygons .polygon {
  position: absolute;
  mask: url(/images/polygon.svg?4cd8710ed1e108f0cd21d9dae794eed8) no-repeat center;
  -webkit-mask: url(/images/polygon.svg?4cd8710ed1e108f0cd21d9dae794eed8) no-repeat center;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
section#hero .polygons .polygon:first-child {
  top: 20%;
  left: -5rem;
  width: 9.4rem;
  height: 9.4rem;
  background: #ffda58;
  transform: rotate(-74.29deg);
}
@media (max-width: 1365px) {
  section#hero .polygons .polygon:first-child {
    transform: rotate(-74.29deg) scale(0.6);
  }
}
section#hero .polygons .polygon:nth-child(2) {
  top: 50%;
  left: -15rem;
  width: 31.4rem;
  height: 28.9rem;
  background: url(/images/blured-polygon.png?a53f990d6c90f99811ba9ae821c6aac5) no-repeat center;
  mask: none;
  -webkit-mask: none;
}
@media (max-width: 1365px) {
  section#hero .polygons .polygon:nth-child(2) {
    transform: translate(-15%, 0) scale(0.6);
  }
}
section#hero .polygons .polygon:nth-child(3) {
  top: 10%;
  right: 3%;
  width: 6.3rem;
  height: 6.3rem;
  background: #2b5093;
  transform: rotate(-37.34deg);
}
@media (max-width: 1365px) {
  section#hero .polygons .polygon:nth-child(3) {
    transform: translate(15%, 0) rotate(-37.34deg) scale(0.6);
  }
}
@media (max-width: 767px) {
  section#hero .polygons .polygon:nth-child(3) {
    transform: translate(50%, 0) rotate(-37.34deg) scale(0.6);
  }
}
section#hero .polygons .polygon:nth-child(4) {
  top: 40%;
  right: -5rem;
  width: 13.5rem;
  height: 13.5rem;
  background: url(/images/polygon-green.png?61bfc43c4e03d625ef474097dd074ef5) no-repeat center;
  transform: rotate(105deg);
  mask: none;
  -webkit-mask: none;
  filter: blur(2rem);
}
@media (max-width: 1365px) {
  section#hero .polygons .polygon:nth-child(4) {
    transform: translate(15%, 0) scale(0.6);
  }
}
section#hero .polygons .polygon:nth-child(5) {
  top: 60%;
  right: 10%;
  width: 2.8rem;
  height: 2.8rem;
  background: #02bef2;
  transform: rotate(-37.34deg);
}
@media (max-width: 1365px) {
  section#hero .polygons .polygon:nth-child(5) {
    transform: translate(15%, 0) rotate(-37.34deg) scale(0.6);
  }
}
section#hero .wrapper {
  z-index: 5;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-height: auto;
  padding: 6rem 2.5rem;
}
@media screen and (min-height: 900px) {
  section#hero .wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  section#hero .wrapper {
    padding: 6rem 2.5rem;
  }
}
@media (max-width: 767px) {
  section#hero .wrapper {
    padding: 4rem 0 2.5rem;
  }
}
section#hero .wrapper::after {
  content: "";
  display: block;
  width: 0;
  height: 60vh;
}
@media (max-width: 1023px) {
  section#hero .wrapper::after {
    display: none;
  }
}
section#hero .content {
  max-width: 57rem;
  width: 50%;
}
@media (max-width: 1023px) {
  section#hero .content {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
section#hero .content p {
  font-size: 2rem;
  line-height: 2.6rem;
  color: white !important;
  margin-bottom: 2.6rem;
}
@media (max-width: 767px) {
  section#hero .content p {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
section#hero .content h1 {
  color: white;
  padding-right: 2rem;
}
@media (max-width: 1023px) {
  section#hero .content h1 {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  section#hero .content h1 {
    padding: 0 1rem;
  }
}
section#hero .content .text-slider {
  margin: 0.25rem 0 1.85rem;
  font-weight: 800;
  font-size: 6.2rem;
  line-height: 7.4rem;
  display: block;
  position: relative;
  overflow: hidden;
  height: 1.6em;
}
@media (max-width: 1023px) {
  section#hero .content .text-slider {
    font-size: 5.5rem;
    line-height: 1em;
    height: 1.4em;
  }
}
@media (max-width: 767px) {
  section#hero .content .text-slider {
    font-size: 4.8rem;
  }
}
section#hero .content .text-slider .text-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  -webkit-animation: slide-up 10s infinite;
          animation: slide-up 10s infinite;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@media (max-width: 1023px) {
  section#hero .content .text-slider .text-wrapper {
    align-items: center;
  }
}
section#hero .content .text-slider .text-wrapper .text-item {
  display: inline-block;
  padding-bottom: 0.25em;
  background: url(/images/vector-1.svg?b3046557138bbabae34a3034ddaa73c9) no-repeat bottom;
  background-size: 85% auto;
  margin-bottom: 0.15em;
}
section#hero .content .text-slider .text-wrapper .text-item .text {
  color: #2fd1fd;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text) {
  section#hero .content .text-slider .text-wrapper .text-item .text {
    background: #02bef2;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
  }
}
section#hero .hero-image {
  width: 50%;
  text-align: right;
}
@media (max-width: 1365px) {
  section#hero .hero-image {
    width: 45%;
  }
}
@media (max-width: 1023px) {
  section#hero .hero-image {
    width: 100%;
    text-align: center;
  }
}
section#hero .hero-image img {
  width: 56.2rem;
  display: inline;
  margin-right: -10rem;
  margin-top: -4rem;
}
@media (max-width: 1365px) {
  section#hero .hero-image img {
    margin-right: -5rem;
  }
}
@media (max-width: 1023px) {
  section#hero .hero-image img {
    width: 70%;
    margin-right: 0;
    margin-top: 8rem;
  }
}
section#hero .images {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  section#hero .images {
    margin-top: 7rem;
  }
}
@media (max-width: 767px) {
  section#hero .images {
    margin-top: 3rem;
    transform: scale(0.7);
  }
}
section#hero .images::after {
  content: "";
  position: absolute;
  width: 527px;
  height: 292.4px;
  background: url(/images/shadow.png?1d7c4377f33b084add92aea5d7a119c6) no-repeat center;
  top: 13.3rem;
  left: -4.8rem;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  section#hero .images::after {
    top: 37%;
    left: -21%;
    transform: scale(0.7);
  }
}
section#hero .images .floating {
  position: absolute;
}
section#hero .images .floating:nth-child(2) {
  top: 0rem;
  left: 4rem;
  -webkit-animation: waving 10s 0s infinite;
          animation: waving 10s 0s infinite;
}
@media (max-width: 767px) {
  section#hero .images .floating:nth-child(2) {
    left: 5%;
    -webkit-animation: wavingMobile 10s 0s infinite;
            animation: wavingMobile 10s 0s infinite;
  }
}
section#hero .images .floating:nth-child(3) {
  top: 10rem;
  left: 13.5rem;
  -webkit-animation: waving 10s -3.333s infinite;
          animation: waving 10s -3.333s infinite;
}
@media (max-width: 1023px) {
  section#hero .images .floating:nth-child(3) {
    top: 13rem;
    left: 15.5rem;
  }
}
@media (max-width: 767px) {
  section#hero .images .floating:nth-child(3) {
    top: 38%;
    left: 29%;
    -webkit-animation: wavingMobile 10s -3.333s infinite;
            animation: wavingMobile 10s -3.333s infinite;
  }
}
section#hero .images .floating:nth-child(4) {
  top: 2rem;
  left: 24.5rem;
  -webkit-animation: waving 10s -6.666s infinite;
          animation: waving 10s -6.666s infinite;
}
@media (max-width: 1023px) {
  section#hero .images .floating:nth-child(4) {
    left: 25.5rem;
  }
}
@media (max-width: 767px) {
  section#hero .images .floating:nth-child(4) {
    top: 10%;
    left: 52%;
    -webkit-animation: wavingMobile 10s -6.666s infinite;
            animation: wavingMobile 10s -6.666s infinite;
  }
}
section#advantages {
  padding-bottom: 15rem;
  background: #f4f9fd 50.99%;
  background-image: linear-gradient(90.39deg, #f4f9fd 50.99%, #ffffff 99.65%);
  background: linear-gradient(90.39deg, #f4f9fd 50.99%, #ffffff 99.65%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f9fd 50.99%, endColorstr=#ffffff 99.65%);
  background: url(/images/wire.svg?be80553689015ba7e6fa43027cc3d0fc) no-repeat center;
  background: url(/images/wire.svg?be80553689015ba7e6fa43027cc3d0fc) no-repeat center, linear-gradient(90.39deg, #f4f9fd 50.99%, #ffffff 99.65%);
}
@media (max-width: 1599px) {
  section#advantages {
    padding-bottom: 7rem;
  }
}
@media (max-width: 767px) {
  section#advantages {
    padding: 8rem 0 3rem 0;
  }
}
section#advantages h2 {
  text-align: center;
}
section#advantages h2 + p {
  text-align: center;
  margin-bottom: 9.3rem;
}
@media (max-width: 1599px) {
  section#advantages .wrapper {
    padding-top: 5rem;
  }
}
section#faqs {
  padding-top: 2.4rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  section#faqs {
    padding: 9rem 0;
  }
}
@media (min-width: 767px) {
  section#faqs {
    padding-top: 10rem;
  }
}
section#faqs .wrapper > h2 {
  text-align: center;
}
@media (max-width: 767px) {
  section#finances {
    padding: 9rem 0 6rem 0;
  }
}
@media (min-width: 767px) {
  section#finances {
    padding: 10rem 0 6rem 0;
  }
}
section#finances h2 {
  text-align: center;
}
section#finances h2 + p {
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 1023px) {
  section#finances .content {
    display: flex;
    flex-direction: column;
  }
}
section#finances .content::after {
  content: "";
  clear: both;
  display: table;
  height: 0;
}
@media (max-width: 1023px) {
  section#finances .content .articles:not(#_) {
    overflow: visible;
    float: none;
    order: 2;
    max-height: none;
    mask: none;
    -webkit-mask: none;
    margin-top: 5rem;
  }
}
section#finances .content .article {
  float: left;
  clear: left;
  width: 50%;
  padding-right: 5em;
  margin-top: 6rem;
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  section#finances .content .article {
    float: none;
    width: 100%;
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  section#finances .content .article {
    padding-right: 0;
  }
}
section#finances .content .article:first-child {
  margin-top: 0;
}
@media (max-width: 1023px) {
  section#finances .content .article .article-wrapper {
    padding: 0;
  }
}
section#finances .content .article h5 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 2.4rem;
  color: #171717;
  margin-bottom: 2rem;
}
section#finances .content .article p {
  font-size: inherit;
  line-height: 2.6rem;
  margin-bottom: 2rem;
}
section#finances .content .chart {
  width: 100%;
  left: 5%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
}
@media (min-width: 1023px) {
  section#finances .content .chart {
    width: 50%;
    left: 50%;
  }
}
@media (max-width: 1023px) {
  section#finances .content .chart {
    margin-left: 0;
    padding-bottom: 100%;
    order: 1;
  }
}
@media (max-width: 767px) {
  section#finances .content .chart {
    margin-top: 0rem;
  }
}
section#finances .content .chart > div {
  width: 33%;
  height: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  line-height: 2.8rem;
  margin-top: 0.25em;
  padding: 0 2em;
  position: absolute;
  -webkit-animation: hexagon 6s infinite linear;
          animation: hexagon 6s infinite linear;
}
@media (max-width: 1599px) {
  section#finances .content .chart > div {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}
@media (max-width: 1023px) {
  section#finances .content .chart > div {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 767px) {
  section#finances .content .chart > div {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
section#finances .content .chart > div:nth-child(1) {
  left: -1.5%;
  top: 18.5%;
  color: #851f05;
  background: 39% 45%/98% url(/images/polygon-optimalizovanie.svg?fb0237672489f6242787e9500fffe96b) no-repeat;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
section#finances .content .chart > div:nth-child(2) {
  left: 0.5%;
  top: 53.5%;
  color: #333333;
  background: 39% 45%/98% url(/images/polygon-investovanie.svg?fc642507dc582969c75d3d67ac92dac5) no-repeat;
  -webkit-animation-delay: -3.4285714286s;
          animation-delay: -3.4285714286s;
}
section#finances .content .chart > div:nth-child(3) {
  left: 33.5%;
  top: 0%;
  color: #5c4400;
  background: 37% 35%/135% url(/images/polygon-ucty.svg?3034d1ea5bd56e9f234ec0bc7da3493e) no-repeat;
  -webkit-animation-delay: -0.8571428571s;
          animation-delay: -0.8571428571s;
}
section#finances .content .chart > div:nth-child(4) {
  left: 33.5%;
  top: 33.5%;
  color: #130556;
  background: 39% 45%/98% url(/images/polygon-celkovy-pohlad.svg?9967e546ee53e8af70ac180013631c45) no-repeat;
  -webkit-animation-delay: -2.5714285714s;
          animation-delay: -2.5714285714s;
}
section#finances .content .chart > div:nth-child(5) {
  left: 33.5%;
  bottom: 0%;
  color: #0a522d;
  background: 39% 45%/98% url(/images/polygon-sporenie.svg?d4ea45360d25bcd2e3bddfad8f6a8859) no-repeat;
  -webkit-animation-delay: 5.1428571429s;
          animation-delay: 5.1428571429s;
}
section#finances .content .chart > div:nth-child(6) {
  right: 0.5%;
  top: 18.5%;
  color: #540556;
  background: 39% 45%/98% url(/images/polygn-poistenie.svg?ddf274b96221bfda29287a953be0015d) no-repeat;
  -webkit-animation-delay: -1.7142857143s;
          animation-delay: -1.7142857143s;
}
section#finances .content .chart > div:nth-child(7) {
  right: 0.5%;
  top: 53.5%;
  color: #045164;
  background: 39% 45%/98% url(/images/polygon-pozicky.svg?6e4df8fcf3fed66dfeff64aa749dc461) no-repeat;
  -webkit-animation-delay: -4.2857142857s;
          animation-delay: -4.2857142857s;
}
section[section=map], section#map {
  text-align: center;
}
@media (max-width: 767px) {
  section[section=map], section#map {
    padding: 6rem 0;
  }
}
section[section=map] h2 + p, section#map h2 + p {
  max-width: 74rem;
  margin: 0 auto 4rem;
}
section[section=map] .map, section#map .map {
  height: 60rem;
  position: relative;
  border-radius: 3.2rem;
  overflow: hidden;
  box-shadow: 50px 50px 100px rgba(226, 232, 240, 0.4);
}
section#banks {
  padding-top: 6rem;
  padding-bottom: 0rem;
}
@media (max-width: 1599px) {
  section#banks {
    padding-top: 4.4rem;
    padding-bottom: 5.4rem;
  }
}
@media (max-width: 1023px) {
  section#banks {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}
section#banks .wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  section#banks .wrapper {
    flex-direction: column;
    text-align: center;
  }
}
section#banks .wrapper::after {
  content: "";
  position: absolute;
  left: 2.5rem;
  bottom: -3rem;
  width: calc(100% - 5rem);
  height: 1px;
  background: #e2e8f0;
}
@media (max-width: 1599px) {
  section#banks .wrapper::after {
    bottom: -5rem;
  }
}
@media (max-width: 1023px) {
  section#banks .wrapper::after {
    bottom: -7rem;
  }
}
@media (min-width: 767px) {
  section#banks .wrapper .content {
    margin-right: 5.9rem;
  }
}
section#banks .wrapper .content p:first-child {
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 2rem;
  color: #171717;
  margin-bottom: 0.8rem;
}
section#banks .wrapper .content p:last-child {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #171717;
}
section#banks .wrapper .images {
  margin-top: 3rem;
}
@media screen and (min-width: 678px) {
  section#banks .wrapper .images {
    max-width: 80%;
    margin-top: 0;
  }
}
section#how-it-works {
  overflow: hidden;
}
@media (max-width: 767px) {
  section#how-it-works {
    padding: 9rem 0 4rem 0;
  }
}
@media (min-width: 767px) {
  section#how-it-works {
    padding: 9rem 0 4rem 0;
  }
}
section#how-it-works .wrapper > p {
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #171717;
  text-align: center;
}
section#how-it-works h2 {
  text-align: center;
}
section#how-it-works .card-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 0 8rem;
  padding: 0;
  margin: -2rem;
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  section#how-it-works .card-wrapper {
    margin: -1rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  section#how-it-works .card-wrapper {
    flex-direction: row;
    margin: 0 0 4rem;
  }
}
section#how-it-works .card-wrapper > li {
  min-width: 26.5rem;
  margin: 2rem;
}
@media (max-width: 1023px) {
  section#how-it-works .card-wrapper > li {
    flex: 1;
    min-width: 0;
    margin: 1rem;
  }
}
section .tns-outer {
  width: 100vw;
  left: 50%;
  position: relative;
  transform: translate(-50%, 0);
}
section .tns-ovh {
  overflow: visible;
}
section .tns-outer {
  display: flex;
  flex-direction: column-reverse;
}
section .tns-liveregion {
  display: none;
}
section .tns-controls {
  display: block;
  position: absolute;
  left: 50%;
  z-index: 5;
  width: 99rem;
  max-width: 90vw;
  pointer-events: none;
  display: flex;
  top: 50%;
  justify-content: space-between;
  transform: translate(-50%, 0);
}
section .tns-controls button {
  border: 0;
  background: #ffffff;
  overflow: hidden;
  text-indent: -100rem;
  padding: 0;
  margin: 0;
  pointer-events: auto;
  position: relative;
  width: 5rem;
  height: 5rem;
  border-radius: 2rem;
  box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.06);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
section .tns-controls button:disabled {
  opacity: 0;
  pointer-events: none;
}
section .tns-controls button:first-child::before {
  background: url(/images/slider-arrow-left.svg?69452dd83b972a527081602510a280e5) no-repeat center;
}
section .tns-controls button:last-child::before {
  background: url(/images/slider-arrow-right.svg?2c10b1275751181040ae2c32c6892d2c) no-repeat center;
}
section .tns-controls button:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
section .tns-slider:not(#_) .tns-item:not(#_).slide-rotated {
  opacity: 0.5;
}
section .tns-slider:not(#_) .tns-item:not(#_) .slide-wrapper__inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 80rem;
  max-width: 100%;
  height: 32rem;
  background: #ffffff;
  padding: 2.4rem 4.4rem 2.4rem 47rem;
  margin: 0 auto;
  border-radius: 3.2rem;
  position: relative;
  box-shadow: 5rem 5rem 10rem 0 rgba(226, 232, 240, 0.4);
}
@media (max-width: 1365px) {
  section .tns-slider:not(#_) .tns-item:not(#_) .slide-wrapper__inner {
    padding-left: 35rem;
  }
}
@media (max-width: 1023px) {
  section .tns-slider:not(#_) .tns-item:not(#_) .slide-wrapper__inner {
    width: 60rem;
    height: 25rem;
    padding-left: 25rem;
    padding-right: 2.4rem;
  }
}
@media (max-width: 767px) {
  section .tns-slider:not(#_) .tns-item:not(#_) .slide-wrapper__inner {
    width: 32rem;
    height: auto;
    padding: 2.4rem;
  }
}
section .tns-slider:not(#_) .tns-item:not(#_) .slide-wrapper__inner .slide__image {
  position: absolute;
  left: 4.4rem;
  width: 38rem;
  height: 26rem;
}
@media (max-width: 1365px) {
  section .tns-slider:not(#_) .tns-item:not(#_) .slide-wrapper__inner .slide__image {
    width: 26.6rem;
    height: 18.2rem;
  }
}
@media (max-width: 1023px) {
  section .tns-slider:not(#_) .tns-item:not(#_) .slide-wrapper__inner .slide__image {
    width: 15.2rem;
    height: 10.4rem;
  }
}
@media (max-width: 767px) {
  section .tns-slider:not(#_) .tns-item:not(#_) .slide-wrapper__inner .slide__image {
    position: relative;
    width: 100%;
    height: 20rem;
    left: auto;
    margin-bottom: 3rem;
  }
}
section .tns-slider:not(#_) .tns-item:not(#_) .slide-wrapper__inner .slide__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
section .tns-slider:not(#_) .tns-item:not(#_) h4 {
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #171717;
}
@media (max-width: 767px) {
  section .tns-slider:not(#_) .tns-item:not(#_) h4 {
    text-align: center;
  }
}
section .tns-slider:not(#_) .tns-item:not(#_) p {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #64748b;
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  section .tns-slider:not(#_) .tns-item:not(#_) p {
    text-align: center;
  }
}
section .tns-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  section .tns-nav {
    margin-top: 5rem;
  }
}
section .tns-nav button {
  cursor: pointer;
  background: transparent;
  width: 1.6rem;
  min-width: 1.6rem;
  max-width: 1.6rem;
  height: 1.6rem;
  min-height: 1.6rem;
  max-height: 1.6rem;
  padding: 0;
  border: 1px solid #cbd5e1;
  display: block !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition-duration: 0.3s;
  border-radius: 50%;
}
section .tns-nav button:not(:last-child) {
  margin-right: 1rem;
}
section .tns-nav button.tns-nav-active {
  background: #2b5093;
  border-color: #2b5093;
}
section#member {
  padding: 9.6rem 0;
  background: #356bcc 0%;
  background-image: linear-gradient(90deg, #356bcc 0%, #2b5093 100%);
  background: linear-gradient(90deg, #356bcc 0%, #2b5093 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#356bcc 0%, endColorstr=#2b5093 100%);
}
@media (max-width: 767px) {
  section#member {
    padding: 6rem 0;
  }
}
section#member > .wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  section#member > .wrapper {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
section#member > .wrapper > div:not(:last-child) {
  margin-right: 10rem;
}
@media (max-width: 1365px) {
  section#member > .wrapper > div:not(:last-child) {
    margin-right: 7rem;
  }
}
@media (max-width: 1023px) {
  section#member > .wrapper > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 7rem;
  }
}
section#member .content {
  color: #ffffff;
}
section#member .content > div:first-child {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 2rem;
}
section#member .content > div:first-child span {
  color: #02bef2;
}
section#member .content p {
  color: #ffffff;
}
section#member .images {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  section#member .images .first {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  section#member .images {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1023px) {
  section#member .images {
    justify-content: space-between;
  }
}
section#member .images > *:not(:last-child) {
  margin-right: 10rem;
}
@media (max-width: 767px) {
  section#member .images > *:not(:last-child) {
    margin-right: 4rem;
  }
}
.slider__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 6rem 0 0 0;
  padding: 0;
  gap: 1rem;
}
.slider__pagination .slider__page {
  width: 1.6rem;
  height: 1.6rem;
  text-indent: -100rem;
  overflow: hidden;
  border: 1px solid #cbd5e1;
  cursor: pointer;
  border-radius: 50%;
}
.slider__pagination .slider__page.--active {
  background: #2b5093;
  border-color: #2b5093;
}

#navigation {
  position: fixed;
  left: 0;
  top: 0;
  padding: 6.8rem 0 2.4rem 0;
  width: 100vw;
  z-index: 1000;
  display: flex;
  transition: background 0.3s, padding 0.3s, height 0.3s, box-shadow 0.3s;
}
@media (max-width: 1023px) {
  #navigation {
    height: auto;
    background: #ffffff;
    box-shadow: 0 0.4rem 8rem 0 #e2e8f0;
    padding: 1.6rem 0;
  }
}
body.scrolled #navigation {
  top: 0;
  height: auto;
  padding: 1.6rem 0;
  background: #ffffff;
  box-shadow: 0 0.4rem 8rem 0 rgba(71, 85, 105, 0.15);
}
#navigation .wrapper {
  width: 100%;
  max-width: 120rem;
  padding: 0 2.5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (min-width: 1599px) {
  #navigation .wrapper {
    max-width: 148rem;
  }
}
#navigation .mobile-menu-check {
  position: absolute;
  right: 2.5rem;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: 0;
  margin-top: -15px;
  display: block;
  z-index: 4;
  border: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-touch-callout: none;
}
#navigation .mobile-menu-check:checked ~ .mobile-menu-hamburger span:nth-child(1) {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
#navigation .mobile-menu-check:checked ~ .mobile-menu-hamburger span:nth-child(2) {
  opacity: 0;
}
#navigation .mobile-menu-check:checked ~ .mobile-menu-hamburger span:nth-child(3) {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}
#navigation .mobile-menu-check:checked ~ .menu {
  visibility: visible;
  opacity: 1;
}
#navigation .mobile-menu-hamburger {
  position: absolute;
  right: 2.5rem;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  display: none;
  z-index: 3;
}
@media (max-width: 1023px) {
  #navigation .mobile-menu-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#navigation .mobile-menu-hamburger span {
  margin: 0.2rem 0;
  width: 30px;
  height: 2px;
  background: #2b5093;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 0.6rem;
}
#navigation .logo {
  min-width: 17.5rem;
  width: 17.5rem;
  height: 9.5rem;
  margin-right: auto;
  position: relative;
  z-index: 100;
  transition-duration: 0.3s;
}
body.scrolled #navigation .logo {
  top: -0.25rem;
}
@media (min-width: 1365px) {
  body.scrolled #navigation .logo {
    min-width: 10.5rem;
    width: 10.5rem;
    height: 5.7rem;
  }
}
@media (max-width: 1599px) {
  #navigation .logo {
    min-width: 14rem;
    width: 14rem;
    height: 7.6rem;
  }
}
@media (max-width: 1365px) {
  #navigation .logo {
    min-width: 10.5rem;
    width: 10.5rem;
    height: 5.7rem;
    top: -0.35rem;
  }
}
@media (max-width: 767px) {
  #navigation .logo {
    min-width: 8.75rem;
    width: 8.75rem;
    height: 4.75rem;
    top: 0;
  }
}
#navigation .logo svg {
  width: 100%;
  height: 100%;
}
#navigation .menu {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  #navigation .menu {
    position: fixed;
    overflow: auto;
    padding: 8rem 2.5rem 3rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    visibility: hidden;
    flex-direction: column;
    opacity: 0;
    transition-duration: 400ms;
  }
}
#navigation .menu .main-links,
#navigation .menu .app-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  #navigation .menu .main-links,
#navigation .menu .app-links {
    width: 100%;
    flex-direction: column;
  }
  #navigation .menu .main-links li,
#navigation .menu .app-links li {
    width: 100%;
  }
}
#navigation .menu .main-links a:not(.btn),
#navigation .menu .app-links a:not(.btn) {
  padding: 1rem 1.4rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000066;
  border-radius: 1.2rem;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  #navigation .menu .main-links a:not(.btn),
#navigation .menu .app-links a:not(.btn) {
    padding: 2rem 0;
    font-size: 2rem;
    display: block;
    text-align: center;
  }
}
#navigation .menu .main-links a:not(.btn):hover,
#navigation .menu .app-links a:not(.btn):hover {
  background-color: rgba(0, 120, 173, 0.06);
}
#navigation .menu .main-links a:not(.btn):active, #navigation .menu .main-links a:not(.btn).active,
#navigation .menu .app-links a:not(.btn):active,
#navigation .menu .app-links a:not(.btn).active {
  background-color: rgba(0, 120, 173, 0.11);
}
@media (max-width: 1023px) {
  #navigation .menu .main-links .btn,
#navigation .menu .app-links .btn {
    display: flex;
    justify-content: center;
    font-size: 2rem;
    height: auto;
    padding: 2rem 0;
  }
}
#navigation .menu .main-links li {
  padding: 0 0.2rem;
}
@media (max-width: 1599px) {
  #navigation .menu .main-links li {
    padding: 0 0.1rem;
  }
}
@media (max-width: 1023px) {
  #navigation .menu .main-links li {
    padding: 0;
  }
}
#navigation .menu .app-links {
  margin-left: 3rem;
  gap: 1.2rem;
}
@media (max-width: 1023px) {
  #navigation .menu .app-links {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #navigation .menu .app-links {
    gap: 0;
  }
}
#navigation .menu .app-links a.btn {
  white-space: nowrap;
}
#navigation .menu .app-links .mobile-app {
  position: relative;
  margin-right: 1.2rem;
}
@supports (gap: 0) {
  #navigation .menu .app-links .mobile-app {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #navigation .menu .app-links .mobile-app {
    margin-bottom: 2rem;
    margin-right: 0;
  }
}
#navigation .menu .app-links .mobile-app:after {
  content: "";
  left: -3rem;
  right: -3rem;
  height: 5rem;
  top: 100%;
  position: absolute;
  display: none;
}
#navigation .menu .app-links .mobile-app:hover:after {
  display: block;
}
#navigation .menu .app-links .mobile-app:hover .hover-menu-app {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1023px) {
  #navigation .menu .app-links .mobile-app:hover .hover-menu-app {
    display: block;
  }
}
#navigation .menu .app-links .hover-menu-app {
  position: fixed;
  left: 0;
  right: 0;
  top: 17.5rem;
  background: white;
  padding: 4.6rem 0 7.8rem 0;
  visibility: hidden;
  opacity: 0;
  transition-duration: 200ms;
  box-shadow: 0px 30px 30px rgba(226, 232, 240, 0.6);
}
@media (max-width: 1599px) {
  #navigation .menu .app-links .hover-menu-app {
    top: 16.5rem;
  }
}
@media (max-width: 1365px) {
  #navigation .menu .app-links .hover-menu-app {
    top: 13.5rem;
  }
}
body.scrolled #navigation .menu .app-links .hover-menu-app {
  top: 9.2rem;
}
@media (max-width: 1365px) {
  body.scrolled #navigation .menu .app-links .hover-menu-app {
    top: 9.2rem;
  }
}
@media (max-width: 1023px) {
  body.scrolled #navigation .menu .app-links .hover-menu-app {
    top: 0;
  }
}
#navigation .menu .app-links .hover-menu-app::before {
  content: "";
  position: absolute;
  background: #e0f0fa 0%;
  background-image: linear-gradient(270deg, #e0f0fa 0%, #ffffff 100%);
  background: linear-gradient(270deg, #e0f0fa 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e0f0fa 0%, endColorstr=#ffffff 100%);
  left: 0;
  top: 0;
  right: 0;
  height: 7.5rem;
}
body.scrolled #navigation .menu .app-links .hover-menu-app::before {
  display: none;
}
@media (max-width: 1023px) {
  #navigation .menu .app-links .hover-menu-app::before {
    display: none;
  }
}
#navigation .menu .app-links .hover-menu-app::after {
  content: "";
  position: absolute;
  background: white 0%;
  background-image: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=white 0%, endColorstr=rgba(255, 255, 255, 0) 100%);
  left: 0;
  right: 0;
  top: 0;
  height: 7.5rem;
}
@media (max-width: 1023px) {
  #navigation .menu .app-links .hover-menu-app::after {
    display: none;
  }
}
@media (max-width: 1023px) {
  #navigation .menu .app-links .hover-menu-app {
    top: 11rem;
    box-shadow: none;
  }
}
@media (max-width: 1023px) {
  #navigation .menu .app-links .hover-menu-app {
    position: relative;
    visibility: visible;
    width: 100%;
    top: auto;
    padding: 2.5rem 0;
    display: none;
    opacity: 1;
  }
}
#navigation .menu .app-links .hover-menu-app .wrapper {
  display: flex;
  max-width: 120rem;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  height: 21em;
  position: relative;
  z-index: 1;
}
@media (max-width: 1599px) {
  #navigation .menu .app-links .hover-menu-app .wrapper {
    max-width: 100rem;
  }
}
@media (max-width: 1023px) {
  #navigation .menu .app-links .hover-menu-app .wrapper {
    padding: 0;
    text-align: center;
    align-items: center;
    height: auto;
    padding-bottom: 2rem;
  }
}
#navigation .menu .app-links .hover-menu-app .wrapper .content {
  width: 45%;
}
@media (max-width: 767px) {
  #navigation .menu .app-links .hover-menu-app .wrapper .content {
    width: auto;
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
#navigation .menu .app-links .hover-menu-app .wrapper .content h3 {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 3rem;
  color: #171717;
  margin-bottom: 1rem;
}
@media (max-width: 1599px) {
  #navigation .menu .app-links .hover-menu-app .wrapper .content h3 {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  #navigation .menu .app-links .hover-menu-app .wrapper .content h3 {
    display: none;
  }
}
#navigation .menu .app-links .hover-menu-app .wrapper .content p {
  color: #171717;
}
#navigation .menu .app-links .hover-menu-app .wrapper .download-links {
  margin-top: 5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  #navigation .menu .app-links .hover-menu-app .wrapper .download-links {
    margin-top: 3rem;
    width: 100%;
    flex-direction: column;
    gap: 2rem;
  }
}
#navigation .menu .app-links .hover-menu-app .wrapper .download-links a:not(#_) {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e2e8f0;
  box-sizing: border-box;
  border-radius: 1.6rem;
  margin-right: 2rem;
  padding: 1rem 1.5rem;
  min-width: 19rem;
  background-color: transparent;
  color: #171717;
}
@media (max-width: 1023px) {
  #navigation .menu .app-links .hover-menu-app .wrapper .download-links a:not(#_) {
    margin-top: 2rem;
  }
  @supports (gap: 0) {
    #navigation .menu .app-links .hover-menu-app .wrapper .download-links a:not(#_) {
      margin-top: 0;
    }
  }
}
@media (max-width: 1023px) {
  #navigation .menu .app-links .hover-menu-app .wrapper .download-links a:not(#_) {
    min-width: 19rem;
    margin-right: 0;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #navigation .menu .app-links .hover-menu-app .wrapper .download-links a:not(#_) {
    min-width: 100%;
  }
}
#navigation .menu .app-links .hover-menu-app .wrapper .download-links a:not(#_):hover {
  background-color: rgba(0, 120, 173, 0.1);
}
#navigation .menu .app-links .hover-menu-app .wrapper .download-links a:not(#_):active {
  background-color: rgba(0, 120, 173, 0.1);
}
#navigation .menu .app-links .hover-menu-app .wrapper .download-links a:not(#_) img {
  margin-right: 1.6rem;
}
#navigation .menu .app-links .hover-menu-app .wrapper .download-links a:not(#_) > div {
  align-items: center;
  min-width: 10rem;
  padding-right: 2rem;
  white-space: nowrap;
  text-align: left;
}
@media (max-width: 1023px) {
  #navigation .menu .app-links .hover-menu-app .wrapper .download-links a:not(#_) > div {
    padding-right: 1rem;
  }
}
#navigation .menu .app-links .hover-menu-app .wrapper .download-links a:not(#_) > div p:first-child {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #94a3b8;
}
#navigation .menu .app-links .hover-menu-app .wrapper .download-links a:not(#_) > div p:last-child {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  color: #000066;
}
#navigation .menu .app-links .hover-menu-app .wrapper .mobile-showcase {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  width: 38%;
  height: 100%;
}
@media (max-width: 1023px) {
  #navigation .menu .app-links .hover-menu-app .wrapper .mobile-showcase {
    display: none;
  }
}
#navigation .menu .app-links .hover-menu-app .wrapper .mobile-showcase img {
  position: absolute;
}
#navigation .menu .app-links .hover-menu-app .wrapper .mobile-showcase img:first-child {
  height: 100%;
  left: 50%;
  top: 0;
  z-index: 1;
  transform: translateX(-50%);
}
#navigation .menu .app-links .hover-menu-app .wrapper .mobile-showcase img:last-child {
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 0;
}

footer {
  padding: 6rem 0;
  border-top: 1px solid #e2e8f0;
}
footer .wrapper {
  width: 100%;
  max-width: 153rem;
  padding: 0 2.5rem;
  margin: 0 auto;
}
footer .wrapper .footer__top {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
@media (max-width: 1365px) {
  footer .wrapper .footer__top {
    display: block;
  }
  footer .wrapper .footer__top > ul {
    justify-content: center;
  }
  footer .wrapper .footer__top > ul li:last-child a {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  footer .wrapper .footer__top > ul {
    flex-direction: column;
  }
  footer .wrapper .footer__top > ul li {
    text-align: center;
    padding: 0.5rem 0;
  }
  footer .wrapper .footer__top > ul li a {
    padding-right: 0;
  }
}
footer .wrapper .footer__top > div:last-child {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 1365px) {
  footer .wrapper .footer__top > div:last-child {
    margin-top: 4rem;
    flex-direction: column;
  }
  footer .wrapper .footer__top > div:last-child .copyright {
    order: 2;
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  footer .wrapper .footer__top > div:last-child {
    text-align: center;
    flex-direction: column;
  }
}
footer .wrapper .footer__bottom > div {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 767px) {
  footer .wrapper .footer__bottom > div {
    flex-direction: column;
    text-align: center;
  }
}
footer .wrapper .footer__bottom > div svg {
  width: 17.3rem;
  min-width: 17.3rem;
  height: 9.4rem;
  margin-right: 6rem;
}
@media (max-width: 1023px) {
  footer .wrapper .footer__bottom > div svg {
    min-width: 10.38rem;
    width: 10.38rem;
    height: 5.58rem;
  }
}
@media (max-width: 767px) {
  footer .wrapper .footer__bottom > div svg {
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
footer .wrapper .footer__bottom > div p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #94a3b8;
}
@media (max-width: 1023px) {
  footer .wrapper .footer__bottom > div p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
footer ul a {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000066;
  padding: 1rem 2rem;
}
@media (max-width: 1365px) {
  footer ul a {
    padding: 1rem 3rem;
  }
}
footer ul a:first-child {
  padding-left: 0;
}
footer .copyright {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #94a3b8;
}
footer .copyright .brackets {
  color: #f59e0b;
}
footer .social-icons {
  margin-left: 5rem;
}
@media (max-width: 767px) {
  footer .social-icons {
    margin: 2rem 0 0 0;
  }
}
footer .social-icons li {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .social-icons li:not(:last-child) {
  margin-right: 2rem;
}
footer .social-icons li a {
  padding: 0;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media (max-width: 767px) {
  .cards {
    flex-direction: column;
    gap: 2rem;
  }
}

.card {
  flex: 1 1 36%;
  background: #ffffff;
  border-radius: 2rem;
  box-shadow: 0 1.4rem 4rem rgba(0, 0, 0, 0.06);
  padding: 3.2rem;
  transition-duration: 400ms;
  /* &:hover { background-color: $slate50 } */
}
.card:active {
  background-color: #e0f0fa;
}
.card img {
  margin-bottom: 2.6rem;
}
.card h3,
.card p:first-of-type {
  color: #000066;
  font-weight: bold;
  line-height: 2.6rem;
}
.card p:last-of-type {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  color: #64748b;
}

h1 {
  font-weight: 800;
  font-size: 6.2rem;
  line-height: 1.2;
  color: #000066;
}
@media (max-width: 1599px) {
  h1 {
    font-size: 5.2rem;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 5.5rem;
    line-height: 1em;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 4.8rem;
  }
}

h2 {
  font-weight: 800;
  font-size: 4.8rem;
  line-height: 1.55;
  color: #000066;
  margin: 0 0 4.8rem 0;
}
@media (max-width: 1599px) {
  h2 {
    font-size: 3.6rem;
    margin: 0 0 2.4rem 0;
  }
}
@media (max-width: 1023px) {
  h2 {
    font-size: 4rem;
    line-height: 1em;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 3.5rem;
  }
}
h2:last-child {
  margin-bottom: 0;
}

p {
  font-weight: 400;
  font-size: 2rem;
  line-height: 3.2rem;
  color: #64748b;
}
@media (max-width: 1599px) {
  p {
    font-size: 1.8rem;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  height: 6rem;
  padding: 0 2.4rem;
  cursor: pointer;
  font-family: "Mulish", Arial, Helvetica, Tahoma, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  position: relative;
  border: 0;
  gap: 2rem;
  justify-content: center;
  border-radius: 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition-duration: 400ms;
}
@media (max-width: 767px) {
  .btn {
    height: 4.5rem;
    font-size: 1.5rem;
    border-radius: 1.5rem;
  }
}
.btn.btn-primary {
  color: #ffffff;
  background: #2b5093;
}
.btn.btn-primary:hover {
  background: #24437b;
}
.btn.btn-primary svg path {
  stroke: #ffffff;
}
.btn.btn-secondary {
  color: #000066;
  background: #ffffff;
  border: 1px solid #e2e8f0;
}
.btn.btn-secondary:hover {
  background: #f8fafc;
}
.btn.btn-secondary svg path {
  stroke: #000066;
}
body.scrolled #navigation .btn.btn-secondary {
  color: #ffffff;
  border-color: #2b5093;
  background: #2b5093;
}
body.scrolled #navigation .btn.btn-secondary:hover {
  background: #24437b;
}
body.scrolled #navigation .btn.btn-secondary svg path {
  stroke: #ffffff;
}
@media (max-width: 1023px) {
  #navigation .btn.btn-secondary {
    color: #ffffff;
    border-color: #2b5093;
    background: #2b5093;
  }
  #navigation .btn.btn-secondary:hover {
    background: #24437b;
  }
  #navigation .btn.btn-secondary svg path {
    stroke: #ffffff;
  }
}

.ac {
  margin-top: 2.4rem;
  border: 1px solid #e2e8f0;
  border-radius: 2.4rem;
}
@media (max-width: 767px) {
  .ac {
    border-radius: 1.2rem;
    margin-top: 1.5rem;
  }
}
.ac .ac-header {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #0f172a;
}
.ac .ac-trigger {
  display: flex;
  align-items: center;
  min-height: 6.4rem;
  padding: 2rem 2.4rem;
}
@media (max-width: 767px) {
  .ac .ac-trigger {
    min-height: 6rem;
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
  }
}
.ac .ac-trigger:focus {
  color: #0f172a;
}
.ac .ac-trigger::after {
  content: "" !important;
  width: 1.7rem;
  height: 1.7rem;
  right: 2.4rem;
  top: 50%;
  transform: translate(0, -50%);
  background: url(/images/plus.svg?7c0834edc906a9942436bf80bff68f68) no-repeat center;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .ac .ac-trigger::after {
    width: 1.2rem;
    height: 1.2rem;
    right: 1.5rem;
  }
}
.ac .ac-panel {
  padding: 0 2.4rem 0;
}
.ac .ac-panel .ac-text {
  padding: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #64748b;
  margin-bottom: 2.4rem;
}

.mini-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  cursor: pointer;
  border-radius: 2rem;
  transition-duration: 400ms;
}
@media (max-width: 1023px) {
  .mini-card {
    padding: 1.8rem;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .mini-card {
    flex-direction: row;
  }
}
.mini-card:hover {
  background-color: #f8fafc;
}
.mini-card.--active {
  background: #e0f0fa;
  border-color: #81c2ee;
}

.mini-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  min-width: 4.8rem;
  margin-right: 2.4rem;
}
@media (max-width: 1023px) {
  .mini-card__icon {
    margin-right: 0;
  }
}
@media (min-width: 1023px) {
  .mini-card__icon {
    margin-right: 2rem;
  }
}
.mini-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1023px) {
  .mini-card__content {
    text-align: center;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .mini-card__content {
    display: none;
  }
}
@media (min-width: 1365px) {
  .mini-card__content {
    display: block;
  }
}
.mini-card__content p {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000066;
}

.cookie-header {
  text-align: center;
  padding: 23rem 0 38rem;
  background: #e0f0fa 0%;
  background-image: linear-gradient(270deg, #e0f0fa 0%, #ffffff 100%);
  background: linear-gradient(270deg, #e0f0fa 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e0f0fa 0%, endColorstr=#ffffff 100%);
}
@media (max-width: 1365px) {
  .cookie-header {
    padding: 20rem 0;
  }
}
.cookie-header h1 {
  font-size: 4.8rem;
  line-height: 5.4rem;
  margin-bottom: 2.4rem;
}

.cookie-content {
  position: relative;
  margin-top: -33rem;
  margin-bottom: 10rem;
  padding: 0 2rem;
}
@media (max-width: 1365px) {
  .cookie-content {
    margin-top: -15rem;
  }
}
.cookie-content .wrapper {
  max-width: 116rem;
  padding: 4rem;
  background: #ffffff;
  box-shadow: 0 3rem 6.6rem 0 rgba(0, 0, 0, 0.06);
  border-radius: 3.2rem;
}
.cookie-content .wrapper h4 {
  color: #000066;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.6rem;
  margin-bottom: 2.4rem;
}
.cookie-content .wrapper h6 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 2.4rem;
}
.cookie-content .wrapper p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 2.4rem;
}
.cookie-content .wrapper ul,
.cookie-content .wrapper ol {
  margin-bottom: 2.4rem;
}
.cookie-content .wrapper ul li,
.cookie-content .wrapper ol li {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

section.section-heading {
  position: relative;
  padding: 23rem 0 9rem;
  text-align: center;
  background: #e0f0fa 0%;
  background-image: linear-gradient(270deg, #e0f0fa 0%, #ffffff 100%);
  background: linear-gradient(270deg, #e0f0fa 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e0f0fa 0%, endColorstr=#ffffff 100%);
}
@media (max-width: 1365px) {
  section.section-heading {
    padding-top: 20rem;
  }
}
body.contact section.section-heading {
  padding: 23rem 0 38rem;
}
@media (max-width: 1365px) {
  body.contact section.section-heading {
    padding: 20rem 0;
  }
}
section.section-heading .wrapper > * {
  position: relative;
  z-index: 2;
}
section.section-heading h1 {
  font-size: 4.8rem;
  line-height: 7.4rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 1023px) {
  section.section-heading h1 {
    padding: 0 8rem;
    line-height: 1.2em;
  }
}
@media (max-width: 767px) {
  section.section-heading h1 {
    padding: 0;
    font-size: 3.5rem;
    line-height: 1em;
    margin-bottom: 1.6rem;
  }
}
section.section-heading .bg-image {
  position: absolute;
  z-index: 0;
  top: 20rem;
  right: 0;
  max-width: 60rem;
  width: 100%;
}
@media (max-width: 1365px) {
  section.section-heading .bg-image {
    top: 10rem;
    max-width: 50rem;
  }
}
@media (max-width: 767px) {
  section.section-heading .bg-image {
    top: 7rem;
    max-width: 60vw;
  }
}
@media (max-width: 1799px) {
  body.opportunity section.section-heading .bg-image {
    right: auto;
    left: 50%;
    margin-left: 20%;
  }
}
@media (max-width: 1365px) {
  body.opportunity section.section-heading .bg-image {
    margin-left: 33%;
  }
}
@media (max-width: 1023px) {
  body.opportunity section.section-heading .bg-image {
    margin-left: 40%;
    top: 2rem;
  }
}
@media (max-width: 767px) {
  body.opportunity section.section-heading .bg-image {
    margin-left: 37.5%;
    top: -7.5rem;
  }
}
body.contact section.section-heading .bg-image {
  top: 19rem;
}
@media (max-width: 1799px) {
  body.contact section.section-heading .bg-image {
    right: auto;
    left: 50%;
    margin-left: 20%;
  }
}
@media (max-width: 1365px) {
  body.contact section.section-heading .bg-image {
    top: 12rem;
    margin-left: 25%;
  }
}
@media (max-width: 1023px) {
  body.contact section.section-heading .bg-image {
    display: none;
  }
}
section.section-heading .cards {
  text-align: left;
  margin-top: 6rem;
}

section.join-us {
  padding: 15rem 0;
}
@media (max-width: 767px) {
  section.join-us {
    padding: 8rem 0;
  }
}
section.join-us > .wrapper {
  display: flex;
  gap: 4rem;
}
@media (max-width: 767px) {
  section.join-us > .wrapper {
    display: block;
    gp: 2rem;
  }
}
section.join-us .button-down {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
section.join-us .content {
  max-width: calc(50% - 2rem);
}
@media (max-width: 767px) {
  section.join-us .content {
    max-width: 100%;
  }
}
section.join-us .content > p {
  font-size: 1.8rem;
  margin-bottom: 4.4rem;
}
section.join-us .content > .btn-primary {
  display: flex;
  width: 100%;
  justify-content: center;
}
section.join-us .content .logos {
  display: flex;
  align-items: center;
  gap: 8rem;
  margin-bottom: 5rem;
}
section.join-us .content .returns {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 4.4rem;
}
@media (max-width: 1599px) {
  section.join-us .content .returns {
    flex-wrap: wrap;
    gap: 0;
  }
  section.join-us .content .returns > div {
    margin: 1rem 0;
    min-width: 50%;
  }
}
@media (max-width: 1023px) {
  section.join-us .content .returns {
    flex-wrap: wrap;
    gap: 4rem;
  }
  section.join-us .content .returns > div {
    margin: 0;
    min-width: calc(50% - 2rem);
  }
}
section.join-us .content .returns h4 {
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 6rem;
  color: #2b5093;
}
section.join-us .content .returns p {
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 2rem;
}
section.join-us .images {
  max-width: calc(50% - 2rem);
  min-width: 60rem;
  min-height: 80rem;
  position: relative;
  transform: translate(25%, 4%);
}
@media (max-width: 1365px) {
  section.join-us .images {
    transform: translate(10%, 3%);
  }
}
@media (max-width: 1023px) {
  section.join-us .images {
    transform: translate(0%, 0%);
  }
}
@media (max-width: 767px) {
  section.join-us .images {
    margin-top: 4rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 539px) {
  section.join-us .images {
    text-align: center;
  }
}
section.join-us .images img {
  position: absolute;
  max-width: calc(50% - 1rem);
  border-radius: 2rem;
}
@media (max-width: 767px) {
  section.join-us .images img:not(#_) {
    position: static;
    display: inline-block;
    width: calc(49.5% - 4rem);
    max-width: none;
    margin: 2rem;
  }
  section.join-us .images img:not(#_):nth-child(2) {
    float: left;
  }
}
@media (max-width: 539px) {
  section.join-us .images img:not(#_) {
    width: calc(70% - 4rem);
  }
  section.join-us .images img:not(#_):nth-child(2) {
    float: none;
  }
}
section.join-us .images img:nth-child(1) {
  top: 0;
  right: 0;
}
section.join-us .images img:nth-child(2) {
  top: 10rem;
  left: 5rem;
  max-width: calc(50% - 6rem);
}
section.join-us .images img:nth-child(3) {
  top: 18.5rem;
  right: 0;
}
section.join-us .images img:nth-child(4) {
  top: 44.5rem;
  left: 0;
}
section.join-us .images img:nth-child(5) {
  top: 37rem;
  right: 5rem;
  max-width: calc(50% - 6rem);
}

section.contact-form {
  margin-top: -33rem;
  padding: 0 2rem;
}
@media (max-width: 1365px) {
  section.contact-form {
    margin-top: -15rem;
  }
}
section.contact-form .wrapper {
  max-width: 116rem;
  background: #ffffff;
  padding: 0;
  overflow: hidden;
  display: flex;
  box-shadow: 0 3rem 6.6rem 0 rgba(0, 0, 0, 0.06);
  border-radius: 3.2rem;
}
@media (max-width: 1023px) {
  section.contact-form .wrapper {
    display: block;
  }
}
section.contact-form .wrapper .form {
  flex-grow: 1;
  padding: 4rem;
}
section.contact-form .wrapper .form > p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #000000;
  margin-bottom: 2.4rem;
}
section.contact-form .wrapper .form .formInput.consent {
  min-width: 100%;
}
section.contact-form .wrapper .form .btn-primary {
  min-width: calc(50% - 2rem);
  max-width: calc(50% - 2rem);
}
@media (max-width: 767px) {
  section.contact-form .wrapper .form .btn-primary {
    min-width: 100%;
  }
}
section.contact-form .wrapper .content {
  padding: 4rem;
  max-width: 35rem;
  min-width: 35rem;
  background: #2b5093;
}
@media (max-width: 1023px) {
  section.contact-form .wrapper .content {
    max-width: 100%;
  }
}
section.contact-form .wrapper .content h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 2.4rem;
}
section.contact-form .wrapper .content p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #a1b9e4;
}
section.contact-form .wrapper .content h3 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #ffffff;
  margin: 5.5rem 0 2.4rem;
}
section.contact-form .wrapper .content .contacts {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
section.contact-form .wrapper .content .contacts > div {
  position: relative;
  min-height: 2rem;
  padding-left: 3.4rem;
}
section.contact-form .wrapper .content .contacts .icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  transform: translate(0, -50%);
}
section.contact-form .wrapper .content .contacts .text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #ffffff;
  display: block;
}
section.contact-form .wrapper .content .contacts .show-on-map {
  margin-top: 0.5rem;
  display: block;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #2fd1fd;
}
section.contact-form .wrapper .content .company-info {
  margin-top: 5.6rem;
  font-size: 1.2rem;
  color: #a1b9e4;
  line-height: 1.5rem;
}
section.contact-form .wrapper .content .company-info span {
  display: block;
  margin-bottom: 1.6rem;
}
section.contact-form .wrapper .content .socials {
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

section#form-inquiry {
  padding: 23rem 2.5rem 9rem;
  background: #e0f0fa 0%;
  background-image: linear-gradient(270deg, #e0f0fa 0%, #ffffff 100%);
  background: linear-gradient(270deg, #e0f0fa 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e0f0fa 0%, endColorstr=#ffffff 100%);
}
@media (max-width: 1365px) {
  section#form-inquiry {
    padding-top: 15rem;
  }
}
section#form-inquiry .form-page-header {
  text-align: center;
  max-width: 86rem;
  margin: 0 auto 6rem;
}
section#form-inquiry .form-page-header h1,
section#form-inquiry .form-page-header h2 {
  font-size: 4.8rem;
  line-height: 1.2em;
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  section#form-inquiry .form-page-header h1,
section#form-inquiry .form-page-header h2 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  section#form-inquiry .form-page-header h1 svg,
section#form-inquiry .form-page-header h2 svg {
    max-width: 5rem;
  }
}

.form__card {
  max-width: 86rem;
  margin: 0 auto;
  background: #ffffff;
  padding: 4rem;
  position: relative;
  box-shadow: 0 3rem 6.6rem -0.1rem rgba(0, 0, 0, 0.06);
  border-radius: 3.2rem;
}
@media (max-width: 767px) {
  .form__card {
    padding: 3rem;
  }
}
.form__card .backButton {
  position: absolute;
  left: 4rem;
  top: 4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .form__card .backButton {
    left: 3rem;
    top: 3rem;
  }
}
.form__card .backButton span {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #2b5093;
}

.form__stepIndicator .stepIndicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
@media (max-width: 767px) {
  .form__stepIndicator .stepIndicator {
    justify-content: flex-end;
    gap: 2rem;
  }
}

.form__stepDot {
  width: 2rem;
  height: 2rem;
  position: relative;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
}
.form__stepDot.--active {
  border-color: #2b5093;
  background: #2b5093;
}
.form__stepDot.--filled::after {
  background-color: #2b5093;
}
.form__stepDot:last-child::after {
  display: none;
}
.form__stepDot::after {
  content: "";
  width: 4rem;
  height: 1px;
  background: #cbd5e1;
  position: absolute;
  left: calc(100% + 1px);
  top: 50%;
}
@media (max-width: 767px) {
  .form__stepDot::after {
    width: 2rem;
  }
}

.form__cardTitle {
  margin: 2.4rem 0;
}
.form__cardTitle h3 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #000000;
}
.form__cardTitle p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #000000;
}

.form__cardContent > h3 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #000000;
  margin-bottom: 2.4rem;
}
.form__cardContent .btn-primary {
  width: 100%;
  justify-content: center;
}

.content__tabs {
  display: flex;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .content__tabs {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.content__tabs > * {
  flex: 1;
}
.form__cardTitle .content__tabs {
  position: relative;
  gap: 4rem;
  margin-top: 2.4rem;
}
.form__cardTitle .content__tabs > svg {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-3rem, -50%);
}
@media (max-width: 767px) {
  .form__cardTitle .content__tabs > svg {
    transform: translate(-50%, -1.3rem) rotate(90deg);
  }
}
.form__cardTitle .content__tabs > .form__radioTab {
  background: #e0f0fa;
  border: 1px solid #81c2ee;
}

.cardContent__inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cardContent__inputs > span {
  display: contents;
}
.cardContent__inputs > span > span {
  display: contents;
}
.cardContent__inputs .formInput,
.cardContent__inputs .addNote {
  min-width: calc(50% - 2rem);
  max-width: calc(50% - 2rem);
}
@media (max-width: 767px) {
  .cardContent__inputs .formInput,
.cardContent__inputs .addNote {
    min-width: 100%;
  }
}

.multiselect__tags {
  min-height: 6.6rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 2rem;
  padding: 2.9rem 2.4rem 0;
}
.multiselect--active .multiselect__tags {
  border-color: #000066;
  border-radius: 2rem !important;
}

.multiselect__placeholder {
  margin-bottom: 0;
  padding-top: 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #64748b;
}

.multiselect__input {
  padding: 0.5rem 0 0 0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #000066;
}

.multiselect__single {
  padding: 0.5rem 0 0 0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #000066;
}

.multiselect__select {
  height: 100%;
  padding: 0;
  margin: 0;
  width: 2rem;
  right: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  pointer-events: none;
}
.multiselect__select::before {
  content: "";
  width: 2rem;
  height: 2rem;
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  top: auto;
  right: auto;
  background: url(/images/chevron-down.svg?dbb23f5cc63123b0b7d35ee904e27a09) no-repeat center;
}

.multiselect__content-wrapper {
  z-index: 120;
  margin-top: 0.5rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 2rem;
  box-shadow: 0 0.8rem 2.4rem -0.1rem rgba(0, 0, 0, 0.06);
}
.multiselect--active .multiselect__content-wrapper {
  border: 1px solid #e2e8f0;
  border-radius: 2rem !important;
}
.multiselect--above .multiselect__content-wrapper {
  margin-top: 0rem;
  margin-bottom: 0.5rem;
}

.multiselect__option {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000066 !important;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.multiselect__option.multiselect__option--selected {
  background: url(/images/blue-check.svg?c97c660acff4852bde12ffd485aa4a24) #e0f0fa no-repeat right 1.4rem center !important;
}
.multiselect__option.multiselect__option--highlight {
  background: #e0f0fa;
}

.formInput {
  position: relative;
  z-index: 1;
  margin-bottom: 2.4rem;
}
.formInput.city {
  z-index: 3;
}
@media (max-width: 767px) {
  .formInput {
    margin-bottom: 1.6rem;
  }
}
.formInput label {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #64748b;
  pointer-events: none;
  position: absolute;
  z-index: 90;
  left: 2.4rem;
  top: 1.2rem;
}
.formInput > span {
  padding-top: 1rem;
  line-height: 1.5em;
}
.formInput input[type=text]:not(.multiselect__input),
.formInput input[type=email],
.formInput textarea {
  width: 100%;
  height: 6.6rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  padding: 3.2rem 2.4rem 1.2rem;
  color: #000066;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-sizing: border-box;
  resize: none;
  border-radius: 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formInput input[type=text]:not(.multiselect__input):disabled,
.formInput input[type=email]:disabled,
.formInput textarea:disabled {
  color: #000000;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
}

.addNote {
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  max-height: 6.6rem;
}
@media (max-width: 767px) {
  .addNote {
    margin-bottom: 1.6rem;
  }
}
.addNote > div {
  display: flex;
  gap: 1rem;
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #2b5093;
}

input[type=checkbox], input[type=radio] {
  position: absolute;
  cursor: pointer;
  height: 0;
  width: 0;
  opacity: 0;
}
input[type=checkbox]:disabled ~ label:before, input[type=checkbox]:disabled ~ h4:before, input[type=radio]:disabled ~ label:before, input[type=radio]:disabled ~ h4:before {
  opacity: 0.5;
  filter: grayscale(0.5);
}
input[type=checkbox]:checked ~ label:before, input[type=checkbox]:checked ~ h4:before, input[type=radio]:checked ~ label:before, input[type=radio]:checked ~ h4:before {
  background: url(/images/check.svg?6e3540c505f86d0c4f1fac8da3191444) #2b5093 no-repeat center;
  border-color: #2b5093;
}
input[type=checkbox] ~ label, input[type=checkbox] ~ h4, input[type=radio] ~ label, input[type=radio] ~ h4 {
  position: relative;
  background: transparent;
  pointer-events: auto;
  font-size: 1.6rem;
  line-height: 2.1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #0f172a;
  top: 0;
  left: 0;
  cursor: pointer;
  display: block;
  padding-left: 3.4rem;
}
input[type=checkbox] ~ label::before, input[type=checkbox] ~ h4::before, input[type=radio] ~ label::before, input[type=radio] ~ h4::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  min-width: 2.4rem;
  border: 1px solid #94a3b8;
  margin-right: 1rem;
  border-radius: 0.8rem;
  top: -0.4rem;
}
input[type=checkbox] ~ label a, input[type=checkbox] ~ h4 a, input[type=radio] ~ label a, input[type=radio] ~ h4 a {
  text-decoration: underline;
}

.form__radioTab {
  cursor: pointer;
  background: #ffffff;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border: 1px solid #e2e8f0;
  border-radius: 2rem;
}
.form__radioTab .form__radioTabCheckMark {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: #e0f0fa;
  position: absolute;
  left: -1px;
  top: -1px;
  border: 1px solid #81c2ee;
  opacity: 0;
  border-radius: 2rem;
  transition-duration: 0.3s;
}
.form__radioTab .form__radioTabCheckMark::after {
  content: "";
  width: 2.5rem;
  height: 2.4rem;
  position: absolute;
  top: 1.7rem;
  right: 3.2rem;
  background: url(/images/check-indicator.svg?4cedef998d3ec4422593db61f8de994b) no-repeat center;
  background-size: 100% auto;
  opacity: 0;
  transition-duration: 0.3s;
}
.form__radioTab input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.form__radioTab input:checked ~ .form__radioTabCheckMark {
  opacity: 1;
}
.form__radioTab input:checked ~ .form__radioTabCheckMark::after {
  opacity: 1;
}
.form__radioTab img {
  position: relative;
  z-index: 2;
}
.form__radioTab .description {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000066;
  margin-top: 2.4rem;
  text-align: center;
}

.form-extra-offers {
  max-width: 86rem;
  margin: 6rem auto 0;
  justify-content: center;
}
.form-extra-offers br {
  display: none;
}

.extra-offers,
.form-extra-offers {
  flex-basis: 100%;
  margin-top: 6.1rem;
  display: flex;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .extra-offers,
.form-extra-offers {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .extra-offers,
.form-extra-offers {
    gap: 4rem;
    margin-top: 4rem;
    text-align: center;
  }
}
.extra-offers .offer:not(#_),
.form-extra-offers .offer:not(#_) {
  display: flex;
  align-items: center;
  margin-right: 7rem;
}
.extra-offers .offer:not(#_):last-child,
.form-extra-offers .offer:not(#_):last-child {
  margin-right: 0;
}
@supports (gap: 0) {
  .extra-offers .offer:not(#_),
.form-extra-offers .offer:not(#_) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .extra-offers .offer:not(#_),
.form-extra-offers .offer:not(#_) {
    flex-direction: column;
    align-items: center;
  }
}
.extra-offers .offer:not(#_) .icon,
.form-extra-offers .offer:not(#_) .icon {
  display: inline-block;
  width: 4.2rem;
  height: 4.2rem;
  background-color: #e0f0fa;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 1.2rem;
}
@media (max-width: 767px) {
  .extra-offers .offer:not(#_) .icon,
.form-extra-offers .offer:not(#_) .icon {
    margin-bottom: 1rem;
  }
}
.extra-offers .offer:not(#_) .icon.icon-48-hours,
.form-extra-offers .offer:not(#_) .icon.icon-48-hours {
  background-image: url(/images/icon-clock.svg?a371df0619b77f40fa85c1ebc8cc9469);
}
.extra-offers .offer:not(#_) .icon.icon-handshake,
.form-extra-offers .offer:not(#_) .icon.icon-handshake {
  background-image: url(/images/icon-handshake.svg?bbff4efd657c2f7f580feccee5bc8abb);
}
.extra-offers .offer:not(#_) p,
.form-extra-offers .offer:not(#_) p {
  margin-left: 1.6rem;
  color: #0f172a;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .extra-offers .offer:not(#_) p,
.form-extra-offers .offer:not(#_) p {
    margin-left: 0;
  }
}

.vm--container {
  z-index: 2000 !important;
}

.vm--overlay {
  background: rgba(0, 0, 0, 0.7);
}

.vm--modal {
  border-radius: 3.2rem !important;
}
@media (max-width: 767px) {
  .vm--modal {
    max-width: 90%;
    margin-left: 5%;
    border-radius: 2rem !important;
  }
}

[data-modal=join-us] + .glModal .glModal__content {
  text-align: left;
  padding: 4rem;
}
[data-modal=join-us] + .glModal .glModal__content h2 {
  margin-bottom: 0;
}
[data-modal=join-us] + .glModal .glModal__content > p {
  margin-bottom: 2.4rem;
}
[data-modal=join-us] + .glModal .glModal__content .formInput.consent {
  min-width: 100%;
}
[data-modal=join-us] + .glModal .glModal__content .btn-primary {
  display: flex;
  min-width: 100%;
}

.glModal__content {
  padding: 6.4rem 4rem 4rem;
  text-align: center;
}
.glModal__content > div:first-child svg {
  position: absolute;
  top: 4rem;
  right: 4rem;
}
@media (max-width: 767px) {
  .glModal__content {
    padding: 3.2rem 2rem 2rem;
  }
}
.glModal__content .cookie-emoji {
  font-size: 4.4rem;
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  text-indent: -1000em;
}
.glModal__content .cookie-emoji::before {
  content: "";
  background: url(/images/cookie.png?bef0fe4c5de953b77325294b2a3bf4f8) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 4.2rem;
  height: 4.2rem;
  left: 50%;
  top: 50%;
  margin-top: -2.1rem;
  margin-left: -2.1rem;
}
.glModal__content h2 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #000000;
  margin-bottom: 1.2rem;
}
.glModal__content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000000;
}
.glModal__content .btns {
  display: flex;
  gap: 2.4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .glModal__content .btns {
    flex-direction: column;
    gap: 1rem;
  }
}
.glModal__content .btns > * {
  flex: 1;
  justify-content: center;
}
@media (max-width: 767px) {
  .glModal__content .btns > * {
    flex: auto;
  }
}

[data-modal=cookies] + .glModal label[for=required],
[data-modal=cookies] + .glModal label[for=analytics],
[data-modal=cookies] + .glModal label[for=marketing] {
  display: block;
  text-align: left;
  padding: 4rem 0;
  border-top: 1px solid #cbd5e1;
  cursor: pointer;
}
[data-modal=cookies] + .glModal label[for=required]:first-child,
[data-modal=cookies] + .glModal label[for=analytics]:first-child,
[data-modal=cookies] + .glModal label[for=marketing]:first-child {
  border-top: 0;
  margin-top: 1rem;
}
[data-modal=cookies] + .glModal label[for=required]:last-child,
[data-modal=cookies] + .glModal label[for=analytics]:last-child,
[data-modal=cookies] + .glModal label[for=marketing]:last-child {
  padding-bottom: 0.65em;
}
[data-modal=cookies] + .glModal label[for=required] h4,
[data-modal=cookies] + .glModal label[for=analytics] h4,
[data-modal=cookies] + .glModal label[for=marketing] h4 {
  color: black;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
  padding-left: 3.8rem;
}
[data-modal=cookies] + .glModal label[for=required] p,
[data-modal=cookies] + .glModal label[for=analytics] p,
[data-modal=cookies] + .glModal label[for=marketing] p {
  color: black;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
  padding-left: 3.8rem;
  margin-top: 0.35em;
}
[data-modal=cookies] + .glModal .btn-collapse {
  flex-basis: 6.6rem;
  flex-grow: 0;
}

@-webkit-keyframes slide-up {
  0% {
    transform: translateY(0%);
  }
  5% {
    transform: translateY(-25%);
  }
  25% {
    transform: translateY(-25%);
  }
  30% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(-50%);
  }
  55% {
    transform: translateY(-75%);
  }
  75% {
    transform: translateY(-75%);
  }
  80% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(0%);
  }
  5% {
    transform: translateY(-25%);
  }
  25% {
    transform: translateY(-25%);
  }
  30% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(-50%);
  }
  55% {
    transform: translateY(-75%);
  }
  75% {
    transform: translateY(-75%);
  }
  80% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes waving {
  0% {
    transform: translateY(10%);
  }
  50% {
    transform: translateY(-35%);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes waving {
  0% {
    transform: translateY(10%);
  }
  50% {
    transform: translateY(-35%);
  }
  100% {
    transform: translateY(10%);
  }
}
@-webkit-keyframes wavingMobile {
  0% {
    transform: translateY(10%) scale(0.8);
  }
  50% {
    transform: translateY(-35%) scale(0.8);
  }
  100% {
    transform: translateY(10%) scale(0.8);
  }
}
@keyframes wavingMobile {
  0% {
    transform: translateY(10%) scale(0.8);
  }
  50% {
    transform: translateY(-35%) scale(0.8);
  }
  100% {
    transform: translateY(10%) scale(0.8);
  }
}
@-webkit-keyframes hexagon {
  0% {
    transform: translate(1.75%, 3.15%);
  }
  16.6666666667% {
    transform: translate(-1.75%, 3.15%);
  }
  33.3333333333% {
    transform: translate(-3.5%, 0%);
  }
  50% {
    transform: translate(-1.75%, -3.15%);
  }
  66.6666666667% {
    transform: translate(1.75%, -3.15%);
  }
  83.3333333333% {
    transform: translate(3.5%, 0%);
  }
  100% {
    transform: translate(1.75%, 3.15%);
  }
}
@keyframes hexagon {
  0% {
    transform: translate(1.75%, 3.15%);
  }
  16.6666666667% {
    transform: translate(-1.75%, 3.15%);
  }
  33.3333333333% {
    transform: translate(-3.5%, 0%);
  }
  50% {
    transform: translate(-1.75%, -3.15%);
  }
  66.6666666667% {
    transform: translate(1.75%, -3.15%);
  }
  83.3333333333% {
    transform: translate(3.5%, 0%);
  }
  100% {
    transform: translate(1.75%, 3.15%);
  }
}
.h2-contact {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

#app {
  width: 100%;
}

.ac-header {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.ac-trigger {
  display: flex !important;
  flex-flow: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 24px 32px !important;
}
.ac-trigger:focus {
  color: inherit !important;
}
.ac-trigger::after {
  display: none !important;
}

.hidden {
  display: none !important;
}

.banks-slider-wrapper {
  margin-top: 3rem;
}
@media screen and (min-width: 678px) {
  .banks-slider-wrapper {
    margin-top: 0rem;
  }
}
.banks-slider-wrapper img {
  height: auto !important;
  margin: 0 10px;
}
.pointer-none {
  pointer-events: none !important;
}

input {
  font-family: "Mulish", Arial, Helvetica, Tahoma, sans-serif !important;
}

@media screen and (max-width: 768px) {
  .dropdown {
    display: none;
  }
}

.dropdown > a {
  display: flex;
  align-items: center;
}
.dropdown > a .icon {
  margin-left: 0.25em;
}

.dropdown:hover .dropdown-nav {
  opacity: 1;
  transform: translateY(15px);
  visibility: visible;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.dropdown.dropdown-footer:hover .dropdown-nav {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.dropdown-nav {
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0px 8px 24px -1px rgba(0, 0, 0, 0.06);
  padding: 12px 0;
  display: flex;
  flex-flow: column;
  opacity: 0;
  visibility: hidden;
  bakground-color: #fff;
  background: #fff;
  transition: transform 0.2s cubic-bezier(0.88, -0.72, 0, 1), opacity 0.2s ease-in-out;
  transform: translateY(-4rem);
  list-style: none;
  margin: 0;
  position: absolute;
  z-index: 1;
}
.dropdown-nav li {
  padding: 5px 12px !important;
  width: 100%;
  display: block;
}
.dropdown-nav li:hover {
  background-color: #e0f0fa;
}

footer ul {
  align-items: center;
}

.dropdown-link {
  transition: none !important;
}
.dropdown-link:hover {
  background-color: inherit !important;
}

@media screen and (min-width: 768px) {
  .md-hidden {
    display: none;
  }
}

.header-dropdown {
  cursor: pointer;
  transition: all 250ms;
  position: relative;
  border-radius: 20px;
  padding: 15px 14px;
}
.header-dropdown span {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header-dropdown:hover {
  background-color: #fff;
  outline: 1px solid #e2e8f0;
}
.header-dropdown a:hover {
  background-color: transparent;
}
.header-dropdown .dropdown-nav {
  right: -7px;
}
.header-dropdown.--dark {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.06);
}

.chart-hero {
  width: 85%;
  position: relative;
  display: flex;
  flex-direction: column;
  transform: rotate(0deg);
  transform-origin: center center;
  transition: all 300ms;
}
.chart-hero .row {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.chart-hero .row:first-child {
  margin-bottom: 4.5rem;
}
.chart-hero .row:first-child div:nth-child(2) {
  top: -80px;
}
.chart-hero .row:last-child {
  margin-bottom: 3rem;
}
.chart-hero .row:last-child div:nth-child(2) {
  top: 80px;
}

.hex {
  background-color: white;
  position: relative;
  width: 4.2em;
  height: 6.51em;
  border-radius: 12px;
  display: inline-block;
  top: 0;
  transition: all 0.2s ease;
}
.hex:before, .hex:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.hex:before {
  transform: rotate(60deg);
}
.hex:after {
  transform: rotate(-60deg);
}
.hex:hover {
  top: -4px;
}
.hex svg {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

body:not(.scrolled) .logo-dark {
  display: block;
}
body:not(.scrolled) .logo-light {
  display: none;
}
@media screen and (min-width: 1024px) {
  body:not(.scrolled) #navigation:not(.mobile-app-hover-bg) .main-links a,
body:not(.scrolled) #navigation:not(.mobile-app-hover-bg) .mobile-app a {
    color: #fff !important;
  }
  body:not(.scrolled) .logo-dark {
    display: none;
  }
  body:not(.scrolled) .logo-light {
    display: block;
  }
}
body:not(.scrolled) .dropdown-nav a {
  color: #000066 !important;
}

.scrolled .main-links a,
.scrolled .mobile-app a,
.scrolled .dropdown-nav a {
  color: #000066 !important;
}
.scrolled .logo-dark {
  display: block !important;
}
.scrolled .logo-light {
  display: none !important;
}

.hover-menu-app .content {
  color: white !important;
}
.hover-menu-app .download-links {
  color: white !important;
}

@media (max-width: 1599px) {
  footer ul a {
    font-size: 1.5rem;
  }
}
@media (max-width: 1365px) {
  footer ul a {
    font-size: 1.4rem;
  }
}

.ac .ac-panel .ac-text {
  font-family: "Mulish", Arial, Helvetica, Tahoma, sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 2.4rem !important;
  color: #64748b !important;
  margin-bottom: 2.4rem !important;
}

.ac .ac-trigger {
  font-family: "Mulish", Arial, Helvetica, Tahoma, sans-serif !important;
}

.ourTeam {
  margin: 0 auto;
  margin-top: 66px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .ourTeam {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 50px;
  }
}
@media (max-width: 539px) {
  .ourTeam {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 80px;
  }
}
@media (min-width: 767px) {
  .ourTeam {
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 110px;
  }
}
.ourTeam .member {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.ourTeam .member a {
  height: 100%;
}
.ourTeam .member .expert-button {
  padding: 8px 12px;
  width: 100%;
  height: 4rem;
  line-height: 2rem;
  text-align: center !important;
  font-size: 16px;
}
@media (min-width: 1365px) {
  .ourTeam .member .expert-button {
    display: none;
  }
}
.ourTeam .member .description {
  flex: 1 !important;
}
.ourTeam .member:hover .expert-button {
  display: block;
}
@media (min-width: 1023px) {
  .ourTeam .member {
    max-width: 375px;
  }
}
.ourTeam .member img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.ourTeam .member .cut {
  position: relative;
  height: 80vw;
  position: relative;
}
.ourTeam .member .cut svg {
  position: relative;
  transform: scale(0.5);
}
@media (min-width: 539px) {
  .ourTeam .member .cut {
    max-height: 350px;
    height: 60vw;
  }
}
@media (min-width: 1023px) {
  .ourTeam .member .cut {
    height: 80vw;
    max-height: 400px;
  }
}
@media (min-width: 1365px) {
  .ourTeam .member .cut {
    height: 30vw;
    max-height: 490px;
  }
}
.ourTeam .member .cut img {
  width: 100%;
  height: 100%;
  max-height: 490px;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.ourTeam .member .cut .bottom {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 100;
}
.ourTeam .member .cut .top {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 200;
  -webkit-clip-path: url(#myClip);
          clip-path: url(#myClip);
}
.ourTeam .member .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #000066;
  margin-top: 20px;
  margin-left: 20px;
}
.ourTeam .member .description {
  font-size: 16px;
  line-height: 26px;
  color: #64748b;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 15px;
}

.our-team .pagination {
  cursor: pointer;
  max-width: 334px;
  margin: 0 auto;
  margin-top: 136px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.our-team .pagination .pageButton {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  margin-right: 12px;
  font-size: 16px;
  font-weight: 20px;
  font-weight: 700;
}
.our-team .pagination .pageButton.active {
  background-color: #2b5093;
  color: #fff;
}
.our-team .pagination .pageButton:not(.active) {
  color: #000066;
  border: 1px solid #e2e8f0;
}

.wrapper.reviews {
  display: flex !important;
  gap: 0 !important;
}

.reviews {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 450px) {
  .reviews {
    flex-direction: row;
  }
}
.reviews h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  color: #000066;
}
@media (max-width: 539px) {
  .reviews h3 {
    margin-bottom: 20px;
  }
}

[data-modal=arrange-meeting] + .glModal {
  overflow-y: scroll !important;
}
[data-modal=arrange-meeting] + .glModal .glModal__content {
  text-align: left;
  padding: 2rem;
}
[data-modal=arrange-meeting] + .glModal .glModal__content h2,
[data-modal=arrange-meeting] + .glModal .glModal__content p {
  font-size: 2rem !important;
}
@media (min-width: 539px) {
  [data-modal=arrange-meeting] + .glModal .glModal__content {
    padding: 4rem;
  }
}
[data-modal=arrange-meeting] + .glModal .glModal__content .formInput.consent {
  min-width: 100%;
  max-width: 100%;
}
[data-modal=arrange-meeting] + .glModal .glModal__content .btn-primary {
  width: 100%;
  min-width: 100%;
}
[data-modal=arrange-meeting] + .glModal .glModal__content h2 {
  margin-bottom: 0;
}
[data-modal=arrange-meeting] + .glModal .glModal__content > p {
  margin-bottom: 2.4rem;
}

[data-modal=add-review] + .glModal {
  overflow-y: scroll !important;
}
[data-modal=add-review] + .glModal .glModal__content {
  text-align: left;
  padding: 4rem;
}
[data-modal=add-review] + .glModal .glModal__content h2 {
  margin-bottom: 0;
}
[data-modal=add-review] + .glModal .glModal__content > p {
  margin-bottom: 2.4rem;
}
[data-modal=add-review] + .glModal .glModal__content .formInput.consent {
  min-width: 100%;
}
[data-modal=add-review] + .glModal .glModal__content .btn-primary {
  display: flex;
  min-width: 100%;
}
[data-modal=add-review] + .glModal .glModal__content .formInput.review textarea {
  min-height: 100px;
}
[data-modal=add-review] + .glModal .glModal__content .formInput.title,
[data-modal=add-review] + .glModal .glModal__content .formInput.review,
[data-modal=add-review] + .glModal .glModal__content .formInput.reviewStars {
  min-width: 100%;
  width: 100%;
}

[data-modal=join-us] + .glModal {
  overflow-y: scroll !important;
}

.formInput.reviewStars {
  border: 1px solid #e2e8f0;
  padding: 3.2rem 2.4rem 1.2rem;
  border-radius: 2rem;
}

.starWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
@media (min-width: 1023px) {
  .starWrapper {
    margin-top: 0;
  }
}
.starWrapper .memoji {
  max-width: 50%;
  font-size: 9rem;
  line-height: 10rem;
}
.starWrapper .starList {
  max-width: 200px;
  padding: 12px 24px;
  border-radius: 99999px;
  border: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-around;
}
.starWrapper .starList .star {
  margin: 0 3px;
}

.meeting {
  width: 100%;
  background-color: #f97316;
  padding: 14px 19px;
  position: fixed;
  z-index: 999999999;
  bottom: 0;
}
@media (min-width: 1023px) {
  .meeting {
    background: linear-gradient(to bottom left, transparent 50%, #ea580c 50%), linear-gradient(to right, #f97316 99.9%, transparent 99.9%), linear-gradient(to right, #f97316 99.9%, transparent 99.9%);
    background-size: 16px 16px, 100% 100%, 100% 100%;
    background-position: 100% 0%, -16px 0%, 100% 16px;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 10px;
  }
}
.meeting h4 {
  display: none;
}
@media (min-width: 1023px) {
  .meeting {
    max-width: 219px;
    bottom: 28%;
    right: 20px;
  }
  .meeting h4 {
    display: block;
  }
  .meeting .btn span {
    display: none;
  }
}
@media (min-width: 1365px) {
  .meeting {
    right: 15px;
  }
}
@media (max-width: 1023px) {
  .meeting .meeting-input {
    display: none;
  }
}
.meeting .meetingContent {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
}
.meeting .meetingContent h4,
.meeting .meetingContent label {
  color: white;
}
@media (min-width: 1023px) {
  .meeting .meetingContent {
    justify-content: space-between;
  }
}
.meeting .btn {
  padding: 10px 23px !important;
  height: auto !important;
  color: #9a3412 !important;
}
@media (min-width: 1023px) {
  .meeting .btn {
    flex: 0;
  }
}
.meeting .btn path {
  stroke: #9a3412 !important;
}
.meeting h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff !important;
  margin-bottom: 15px;
}
.meeting input[type=checkbox] ~ label::before {
  border: 1px solid white !important;
}
.meeting input[type=checkbox]:checked ~ label::before {
  background: url(/images/check.svg?6e3540c505f86d0c4f1fac8da3191444) #9a3412 no-repeat center;
  border: none !important;
}
.meeting .formInput.consent {
  margin-bottom: 5px !important;
}
.meeting .formInput.consent label::before {
  width: 1.7rem !important;
  height: 1.7rem !important;
  min-height: 2rem !important;
  min-width: 2rem !important;
  top: 0 !important;
}
.meeting label {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.meet {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #64748b;
}
.meet span {
  position: relative;
  top: -13px;
}

.inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.inputs .formInput {
  max-width: 50%;
}

.formInputMeet {
  min-width: 100%;
  border: 1px solid #e2e8f0;
  padding: 1em 2.4rem 1.2rem;
  border-radius: 2rem;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}

.mx-datepicker {
  width: 100%;
}

.mx-input::-moz-placeholder {
  color: #64748b;
}

.mx-input:-ms-input-placeholder {
  color: #64748b;
}

.mx-input::placeholder {
  color: #64748b;
}

.formInput.date .mx-icon-calendar {
  font-size: 20px !important;
  right: 20px !important;
}

.formInput.time .mx-icon-calendar {
  right: 20px !important;
}

.profile .vm--modal {
  overflow-y: auto;
}

.profile section.section-heading {
  text-align: none !important;
}
.profile a {
  color: inherit;
}
.profile .footer__top a {
  color: #000066 !important;
}

.profileCard {
  display: flex;
  flex-direction: column;
}
.profileCard header {
  padding: 35px 44px 23px 44px;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #133e7f;
  background: linear-gradient(89.98deg, #133e7f 0.01%, #1688da 99.98%);
}
@media (max-width: 1023px) {
  .profileCard header {
    padding: 35px 25px 10px 25px;
  }
}
.profileCard header .headerTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row;
  margin-bottom: 30px;
}
@media (max-width: 539px) {
  .profileCard header .headerTop {
    flex-flow: column;
    height: 60px;
  }
}
.profileCard header .headerTop span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.profileCard header .headerTop .licenceNumber {
  color: #d5dff3;
}
.profileCard header .headerBtnBack {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  text-align: left;
  color: #fff !important;
}
.profileCard header .headerBtnBack svg {
  margin-right: 14px;
}
.profileCard header .rightContent .name {
  display: flex;
  text-align: left !important;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  font-weight: 800;
  color: #ffffff !important;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 1023px) {
  .profileCard header .rightContent .name {
    font-size: 26px !important;
    line-height: 34px !important;
    flex-direction: row;
  }
}
@media (min-width: 1365px) {
  .profileCard header .rightContent .name {
    font-size: 28px !important;
    line-height: 36px !important;
    text-align: left;
  }
}
@media (max-width: 1023px) {
  .profileCard header .rightContent .name span {
    margin-top: 15px;
  }
}
.profileCard header .rightContent .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #fff !important;
  margin-bottom: 30px;
}
@media (min-width: 1023px) {
  .profileCard header .rightContent .description {
    margin-bottom: 0;
    margin-top: 8px;
    text-align: left;
  }
}
.profileCard .headerGrid {
  display: flex;
  flex-direction: row;
}
.profileCard .headerGrid div.left {
  width: 0;
}
@media (min-width: 1023px) {
  .profileCard .headerGrid div.left {
    width: 40% !important;
  }
}
.profileCard .headerGrid div.left.bg-white {
  background-color: white;
}
.profileCard .headerGrid div.left.bg-gray {
  background-color: #f1f5f9;
}
.profileCard .headerGrid div.right {
  width: 100%;
}
@media (min-width: 1023px) {
  .profileCard .headerGrid div.right {
    width: 60% !important;
  }
}
.profileCard .profile-picture-mobile-slider {
  margin-bottom: 30px;
}
.profileCard .profile-picture-mobile-slider .slider-container {
  padding-bottom: 40px;
}
.profileCard .profile-picture-mobile-slider .slider-pagination {
  bottom: 0;
}
.profileCard .profile-picture-mobile-slider .slider-pagination-bullet {
  width: 12px;
  height: 12px;
}
@media (min-width: 1023px) {
  .profileCard .profile-picture-mobile-slider {
    display: none;
  }
}
.profileCard .profile-picture-mobile-slider.show-on-desktop {
  display: block;
}
.profileCard .profile-picture-header {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
  min-height: 374px;
  max-height: 374px;
  -o-object-fit: cover;
     object-fit: cover;
}
.profileCard main {
  position: relative;
}
.profileCard main .rightContent {
  padding-left: 460px;
}
.profileCard main .contactList {
  background-color: #f1f5f9;
}
@media (max-width: 1023px) {
  .profileCard main .contactList {
    padding: 20px 20px 10px;
  }
}
@media (min-width: 539px) {
  .profileCard main .contactList {
    padding: 10px 20px;
  }
}
@media (min-width: 1023px) {
  .profileCard main .contactList {
    padding: 10px 0 10px 0;
    padding-right: 30px;
  }
}
@media (min-width: 1599px) {
  .profileCard main .contactList {
    padding-right: 50px;
  }
}
.profileCard main .contactList .iconsList ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 700px) {
  .profileCard main .contactList .iconsList ul {
    flex-direction: row;
  }
}
@media (max-width: 1023px) {
  .profileCard main .contactList .iconsList ul {
    padding-right: 0px;
  }
}
.profileCard main .contactList .iconsList ul li {
  display: flex;
  flex-flow: row;
  align-items: center;
  color: #000066;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 1023px) {
  .profileCard main .contactList .iconsList ul li {
    margin-bottom: 0;
    margin: 10px 0;
  }
}
.profileCard main .contactList .iconsList ul li svg {
  margin-right: 8px;
}
@media (min-width: 1365px) {
  .profileCard main .contactList .iconsList ul li svg {
    margin-right: 10px;
  }
}
.profileCard main .advantagesList {
  background-color: white;
  display: grid;
  row-gap: 13px;
  padding: 20px;
}
@media (max-width: 539px) {
  .profileCard main .advantagesList {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 539px) {
  .profileCard main .advantagesList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1023px) {
  .profileCard main .advantagesList {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    padding-top: 48px;
  }
}
@media (min-width: 1365px) {
  .profileCard main .advantagesList {
    padding-right: 10px;
  }
}
@media (min-width: 1599px) {
  .profileCard main .advantagesList {
    padding-right: 20px;
  }
}
.profileCard main .advantagesList div {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: left;
}
.profileCard main .advantagesList div svg {
  flex-shrink: 0;
  margin-right: 12px;
}
.profileCard main .advantagesList div span {
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #000066;
}
.profileCard main .textContentGrid {
  background-color: white;
  padding-bottom: 50px;
  padding: 20px;
}
@media (min-width: 1023px) {
  .profileCard main .textContentGrid {
    padding-bottom: 40px;
  }
}
@media (min-width: 1599px) {
  .profileCard main .textContentGrid {
    padding-bottom: 40px;
    min-height: 250px;
  }
}
.profileCard main .textContent {
  padding-bottom: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #64748b;
  text-align: left;
}
@media (min-width: 1023px) {
  .profileCard main .textContent {
    padding-top: 40px;
  }
}
.profileCard main .profile-picture {
  width: 272px;
  height: 359px;
  position: absolute;
  top: -50px;
  left: 30px;
}
.profileCard main .profile-picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.profileCard main .profile-picture .bottom {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 100;
}
.profileCard main .profile-picture .top {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 200;
}
@media (max-width: 1023px) {
  .profileCard main .profile-picture {
    display: none;
  }
}
@media (min-width: 1023px) {
  .profileCard main .profile-picture {
    width: 272px;
    height: 359px;
    top: -128px;
    left: 40px;
  }
}
@media (min-width: 1365px) {
  .profileCard main .profile-picture {
    width: 310px;
    height: 409px;
    top: -130px;
    left: 40px;
  }
}
@media (min-width: 1599px) {
  .profileCard main .profile-picture {
    width: 372px;
    height: 491px;
    top: -130px;
    left: 40px;
  }
}
.profileCard main .profile-picture-desktop {
  width: 272px;
  height: 359px;
  position: absolute;
  top: -128px;
  left: 30px;
}
.profileCard main .profile-picture-desktop img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profileCard main .profile-picture-desktop .bottom {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 100;
}
.profileCard main .profile-picture-desktop .top {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 200;
}
@media (min-width: 1365px) {
  .profileCard main .profile-picture-desktop {
    width: 272px;
    height: 359px;
    top: -130px;
    left: 40px;
  }
}
@media (min-width: 1365px) {
  .profileCard main .profile-picture-desktop {
    width: 310px;
    height: 409px;
    top: -130px;
    left: 40px;
  }
}
@media (min-width: 1599px) {
  .profileCard main .profile-picture-desktop {
    width: 372px;
    height: 491px;
    top: -130px;
    left: 40px;
  }
}
.profileCard footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #143f80;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 539px) {
  .profileCard footer {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
    padding: 40px 60px;
  }
}
@media (min-width: 539px) {
  .profileCard footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 70px;
         column-gap: 70px;
    row-gap: 30px;
    padding: 40px 60px;
  }
}
@media (min-width: 1023px) {
  .profileCard footer {
    padding: 50px 30px;
  }
}
@media (min-width: 1365px) {
  .profileCard footer {
    display: flex;
    flex-direction: row;
    padding: 24px 40px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}
@media (min-width: 1599px) {
  .profileCard footer {
    padding: 24px 100px;
  }
}
.profileCard footer .counter {
  position: relative;
  border-radius: 10px;
  height: 78px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: white;
}
@media (max-width: 539px) {
  .profileCard footer .counter {
    height: 78px;
  }
}
@media (min-width: 539px) {
  .profileCard footer .counter {
    scale: 0.9;
  }
}
@media screen and (min-width: 1365px) and (max-width: 1368px) {
  .profileCard footer .counter {
    scale: 0.8;
  }
}
.profileCard footer .counter .hex-left {
  width: 76px;
  position: relative;
  left: -13px;
}
.profileCard footer .counter .hex-left svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.profileCard footer .counter .content {
  width: 100%;
  padding-left: 0px;
  z-index: 200;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.profileCard footer .counter .content h3 {
  font-weight: 800;
  color: #000066;
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 20px;
}
@media (min-width: 1023px) {
  .profileCard footer .counter .content h3 {
    font-size: 19px;
    line-height: 20px;
  }
}
.profileCard footer .counter .content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #64748b;
}
@media (min-width: 1365px) {
  .profileCard footer .counter .content p {
    max-width: 123px;
  }
}
.profileCard footer .counter .hex-right {
  position: absolute;
  z-index: 100;
  right: -18px;
}

.headerStars {
  padding: 12px 18px;
  border-radius: 99999px;
  background-color: white;
  display: flex;
  align-items: center;
  scale: 0.9;
}
@media (min-width: 1023px) {
  .headerStars {
    scale: 1;
  }
}
.headerStars .rating {
  min-width: 45px;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #475569;
  padding-left: 10px;
}
.headerStars .starList {
  display: flex;
}
.headerStars .starList .star {
  margin: 0 5px;
}

.reviewsContainer {
  margin-top: 50px;
  max-width: 1200px;
  width: 100%;
}

.reviewBox {
  margin-right: 30px;
  padding: 24px 32px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  display: flex;
}
@media (max-width: 539px) {
  .reviewBox {
    flex-direction: column;
  }
}
@media (min-width: 539px) {
  .reviewBox {
    flex-direction: row;
  }
}
.reviewBox .initials {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  min-width: 62px;
  min-height: 62px;
  max-width: 62px;
  max-height: 62px;
  background-color: #6e93d5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
  color: white;
}
.reviewBox .reviewContent {
  display: flex;
  flex-direction: column;
}
@media (min-width: 539px) {
  .reviewBox .reviewContent {
    margin-left: 30px;
  }
}
.reviewBox .reviewContent .starList {
  display: flex;
  margin-bottom: 18px;
}
@media (max-width: 539px) {
  .reviewBox .reviewContent .starList {
    margin-top: 20px;
  }
}
.reviewBox .reviewContent .starList .star {
  margin: 0 2px;
}
.reviewBox .reviewContent .review-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000066;
  margin-bottom: 18px;
}
.reviewBox .reviewContent .review-description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 18px;
  color: #000000;
}

@media (max-width: 539px) {
  .flicking-arrow-prev,
.flicking-arrow-next {
    display: none;
  }
}

.flicking-arrow-prev::before,
.flicking-arrow-next::before,
.flicking-arrow-prev::after,
.flicking-arrow-next::after {
  background-color: #000;
}

.flicking-pagination-bullet-active {
  background-color: #000;
}

.flicking-pagination-bullet {
  width: 14px;
  height: 14px;
}

.flicking-viewport {
  padding-bottom: 60px;
}

.flicking-pagination {
  bottom: 0 !important;
}

.flicking-arrow-prev,
.flicking-arrow-next {
  top: 40% !important;
  transform: translateY(-40%) !important;
}

.noReviews {
  margin-top: 30px;
  width: 100%;
  display: flex;
  background-color: #fffcef;
  padding: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.noReviews svg {
  min-width: 22px !important;
  min-height: 22px !important;
  margin-right: 14px;
}

.cut:hover .hover-over {
  display: none;
}

.hover-over {
  pointer-events: none;
  width: 100%;
  max-width: 246px;
  z-index: 9999;
  background-color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #000066;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.hover-over .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 18px;
}

:root {
  --cc-bg: #fff;
  --cc-text: #000066;
  --cc-border-radius: .35em;
  --cc-btn-primary-bg: #2b5093;
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: #24437b;
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #d8e0e6;
  --cc-btn-border-radius: 4px;
  --cc-toggle-bg-off: #919ea6;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #d5dee2;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #ecf2fa;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-bg-hover: #e9eff4;
  --cc-section-border: #f1f3f5;
  --cc-cookie-table-border: #e9edf2;
  --cc-overlay-bg: rgba(4, 6, 8, .85);
  --cc-webkit-scrollbar-bg: #cfd5db;
  --cc-webkit-scrollbar-bg-hover: #9199a0 ;
}

.c_darkmode {
  --cc-bg: #181b1d;
  --cc-text: #d8e5ea;
  --cc-btn-primary-bg: #a6c4dd;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: #c2dff7;
  --cc-btn-secondary-bg: #33383c;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #3e454a;
  --cc-toggle-bg-off: #667481;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #454c54;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-block-text: #b3bfc5;
  --cc-cookie-category-block-bg: #23272a;
  --cc-cookie-category-block-bg-hover: #2b3035;
  --cc-section-border: #292d31;
  --cc-cookie-table-border: #2b3035;
  --cc-webkit-scrollbar-bg: #667481;
  --cc-webkit-scrollbar-bg-hover: #9199a0 ;
}

@media (max-width: 1023px) {
  .kolotoc {
    padding-top: 4em;
    padding-bottom: 3em;
    width: 100%;
  }
}
.kolotoc .circleMenu {
  position: relative;
  width: 300px;
  height: 300px;
  font-size: 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  --menu-rotation: 0deg;
  transform: rotate(var(--menu-rotation));
}
@media screen and (min-width: 678px) {
  .kolotoc .circleMenu {
    width: 400px;
    height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .kolotoc .circleMenu {
    top: -30px;
    left: 50px;
  }
}
@media screen and (min-width: 678px) {
  .kolotoc .circleMenu {
    font-size: 1em !important;
  }
}
@media screen and (min-width: 1366px) {
  .kolotoc .circleMenu {
    font-size: 1.85rem !important;
  }
}
@media (max-width: 1023px) {
  .kolotoc .circleMenu {
    margin: 0 auto;
  }
}
.kolotoc .circleMenu .center {
  transform: rotate(calc(-1 * var(--menu-rotation)));
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 0 35%;
}
.kolotoc .circleMenu .axis {
  position: absolute;
  width: 150px;
  left: 150px;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transform-origin: 0 0;
  transform: rotate(var(--axis-rotation));
}
@media screen and (min-width: 678px) {
  .kolotoc .circleMenu .axis {
    width: 200px;
    left: 200px;
  }
}
.kolotoc .axis > * {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(calc(-1 * var(--axis-rotation) - var(--menu-rotation)));
  cursor: pointer;
  background-color: #e0f0fa;
  position: relative;
  width: 4.6em;
  height: 7.13em;
  border-radius: 12px;
  display: inline-block;
  top: 0;
  transition: all 0.2s ease;
}
.kolotoc .axis > *:before, .kolotoc .axis > *:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.kolotoc .axis > *:before {
  transform: rotate(60deg);
}
.kolotoc .axis > *:after {
  transform: rotate(-60deg);
}
.kolotoc .axis > * img {
  width: 100%;
  max-width: 60px;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  pointer-events: none;
}
.kolotoc .triangle {
  display: none;
  height: 30px;
  width: 30px;
  background-color: #017fc4;
  border: inherit;
  position: absolute;
  bottom: -16px;
  left: calc(50% - 15px);
  -webkit-clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  transform: rotate(135deg);
  border-radius: 0 0 0 0.25em;
  z-index: 99999;
}
.kolotoc .active:not(svg) {
  background-color: #fff !important;
}
.kolotoc .active:not(svg) .triangle {
  display: block;
}
.kolotoc .circleMenu,
.kolotoc .circleMenu .center,
.kolotoc .circleMenu .axis,
.kolotoc .circleMenu .axis > * {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.kolotoc .controls {
  z-index: 1;
  position: relative;
}
.kolotoc .controls button {
  cursor: pointer;
}

#navigation.mobile-app-hover-bg {
  background: #fff;
}
#navigation.mobile-app-hover-bg .hover-menu-app {
  color: #000066 !important;
}
#navigation.mobile-app-hover-bg .btn-secondary {
  background-color: #2b5093 !important;
  border-color: #2b5093 !important;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .hover-over {
    display: none;
  }
}
.iconsList li.url:hover .copy-btn {
  display: inline;
}

.link-copy {
  position: relative;
}
.link-copy .copy-msg {
  width: 100%;
  max-width: 250px;
  background: #fff;
  color: #000;
  border-radius: 4px;
  padding: 6px;
  font-size: 12px;
  position: absolute;
  top: -40px;
  left: -10px;
}
.link-copy .copy-btn {
  width: 200px;
  position: absolute;
  top: 25px;
  left: -40px;
  cursor: pointer;
  display: none;
}
.link-copy .copy-btn a {
  color: #000;
}
.link-copy .copy-btn:hover a {
  text-decoration: underline;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

/* Enter and leave animations can use different */
/* durations and timing functions.              */
.slide-fade-enter-active {
  transition: all 0.3s ease;
}

.slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter,
.slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

.formInput {
  text-align: left !important;
}
