@charset "UTF-8";
/**
 * Accordion v3.3.2
 * Lightweight and accessible accordion module 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:"–"}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

:root{--primary: #fd0;--primary-hover: #ffe74d;--primary-tint: #FFE433;--secondary: #0085ff;--black: #000;--cursed-black: #121214;--inkwell-inception: #121214;--black-hover: #1a1a1a;--black-light: #0D0D0E;--inkwell-concept: #1E1E20;--white: #fff;--dark: #111;--grey: #3e5065;--eyeshadow-viola: #ACA6BF;--light-amourette: #D5D1E0;--light-plaster: #EAEAEA;--coal-mine: #54545E;--wood-charcoal: #464646;--grey-434: #434343;--c-999: #999;--c-9e: #9e9e9e;--c-8: #c8c8c8;--d9: #d9d9d9;--d0: #d0d0d0;--f9: #f9f9f9;--b7: #7b7b7b;--c-95: #959595;--c9: #c9c9c9;--f5: #f5f5f5;--red: #c70000;--kava: #502505;--error: #ff5252;--cb: #cbcbcb;--c-666: #666;--aphine: #858ca7;--c4: #c4c4c4;--blue: #1684E9;--line-height: 1.5;--font-family: "Manrope", "Arial", sans-serif;--heading-font-family: "eUkraineHead", sans-serif;--google-font: "Roboto", sans-serif;--fixel-font: "Fixel Display", sans-serif;--fixel-font-text: "Fixel Text", sans-serif;--fw-100: 100;--fw-200: 200;--fw-400: 400;--fw-500: 500;--fw-600: 600;--fw-700: 700;--header-height: 5rem;--container-width: 100%;--fs-h1: 2rem;--fs-h2: 1.5rem;--fs-h3: 1.5rem;--fs-h4: 1.5rem;--fs-h5: 1rem;--fs-h6: 1rem}@media(min-width: 37.5em){:root{--container-width: 37.5rem;--fs-h1: 2.5rem;--fs-h2: 2rem}}@media(min-width: 48em){:root{--container-width: 48rem;--fs-h1: 3rem;--fs-h2: 2.5rem;--fs-h3: 2rem}}@media(min-width: 62em){:root{--container-width: 62rem;--fs-h1: 3.5rem;--fs-h2: 3rem;--fs-h3: 2.5rem;--fs-h4: 2rem;--fs-h5: 1.5rem}}@media(min-width: 75em){:root{--header-height: 6.125rem;--container-width: 75rem;--fs-h1: 4rem;--fs-h2: 3.5rem;--fs-h3: 3rem}}@media(min-width: 90em){:root{--container-width: 90rem;--fs-h1: 4.5rem;--fs-h2: 4rem}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:eUkraine;src:url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-Ukraine-Thin.woff) format("woff"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-Ukraine-Thin.woff2) format("woff2"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-Ukraine-Thin.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:eUkraine;src:url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-Ukraine-UltraLight.woff) format("woff"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-Ukraine-UltraLight.woff2) format("woff2"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-Ukraine-UltraLight.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:eUkraine;src:url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-Ukraine-Light.woff) format("woff"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-Ukraine-Light.woff2) format("woff2"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-Ukraine-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:eUkraine;src:url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-Ukraine-Regular.woff) format("woff"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-Ukraine-Regular.woff2) format("woff2"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-Ukraine-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:eUkraine;src:url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-Ukraine-Medium.woff) format("woff"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-Ukraine-Medium.woff2) format("woff2"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-Ukraine-Medium.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:eUkraine;src:url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-Ukraine-Bold.woff) format("woff"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-Ukraine-Bold.woff2) format("woff2"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-Ukraine-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:eUkraineHead;src:url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-UkraineHead-Thin.woff) format("woff"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-UkraineHead-Thin.woff2) format("woff2"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-UkraineHead-Thin.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:eUkraineHead;src:url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-UkraineHead-UltraLight.woff) format("woff"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-UkraineHead-UltraLight.woff2) format("woff2"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-UkraineHead-UltraLight.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:eUkraineHead;src:url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-UkraineHead-Light.woff) format("woff"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-UkraineHead-Light.woff2) format("woff2"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-UkraineHead-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:eUkraineHead;src:url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-UkraineHead-Regular.woff) format("woff"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-UkraineHead-Regular.woff2) format("woff2"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-UkraineHead-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:eUkraineHead;src:url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-UkraineHead-Medium.woff) format("woff"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-UkraineHead-Medium.woff2) format("woff2"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-UkraineHead-Medium.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:eUkraineHead;src:url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-UkraineHead-Bold.woff) format("woff"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-UkraineHead-Bold.woff2) format("woff2"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-UkraineHead-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:eUkraineHeadLogo;src:url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-UkraineHead-LOGO.woff) format("woff"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-UkraineHead-LOGO.woff2) format("woff2"),url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/e-UkraineHead-LOGO.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Fixel Display";src:url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/FixelDisplay-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Fixel Display";src:url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/FixelDisplay-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Fixel Display";src:url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/FixelDisplay-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Fixel Display";src:url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/FixelDisplay-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Fixel Text";src:url(https://kolo-django-dev.s3.amazonaws.com/assets/fonts/FixelText-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}h1,h2,h3,h4,h5,h6{font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);margin-top:0;margin-bottom:1.5rem;font-weight:700;line-height:1.3}@media(min-width: 62em){h1,h2,h3,h4,h5,h6{margin-bottom:2.5rem}}h1,.h1{font-size:2rem;font-size:var(--fs-h1)}h2,.h2{font-size:1.5rem;font-size:var(--fs-h2)}h3,.h3{font-size:1.5rem;font-size:var(--fs-h3)}h4,.h4{font-size:1.5rem;font-size:var(--fs-h4)}h5,.h5{font-size:1rem;font-size:var(--fs-h5)}h6,.h6{font-size:1rem;font-size:var(--fs-h6)}p{margin-top:0;margin-bottom:1rem;font-size:1rem;color:#000;color:var(--black)}a{text-decoration:none;color:#000;color:var(--black);cursor:pointer}a:visited{color:#000;color:var(--black)}a:hover{text-decoration:underline;color:#fd0;color:var(--primary)}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Manrope", "Arial", sans-serif;font-family:var(--font-family);font-weight:400;font-weight:var(--fw-400);-webkit-font-feature-settings:"pnum" on,"lnum" on;font-feature-settings:"pnum" on,"lnum" on;line-height:1.5;line-height:var(--line-height);color:#000;color:var(--black);min-width:20rem;overflow-x:hidden;overflow-y:auto;overflow:hidden auto;-webkit-font-smoothing:antialiased}img{display:block;width:auto;max-width:100%}fieldset{margin:0;padding:0;border:0}hr{height:1px;margin:2.5rem 0;background-color:#f9f9f9;background-color:var(--f9);border:none}.input{font-size:1.125rem;line-height:1}.link{text-decoration:underline}.link:hover{text-decoration:none}#svg-sprite-container{position:absolute;width:0;height:0;overflow:hidden;opacity:0;visibility:hidden}.default-list{margin:0 0 1.5rem;padding-left:1rem}.modal-dialog{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;position:relative;max-width:100%;margin:0 auto;-webkit-transition:-webkit-transform 500ms ease-in-out;transition:-webkit-transform 500ms ease-in-out;transition:transform 500ms ease-in-out;transition:transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out}@media(min-width: 37.5em){.modal-dialog{width:auto;height:100%;max-width:30rem}}@media(min-width: 75em){.modal-dialog{max-width:40rem}}.slide-in-down .modal-dialog{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:slide-in-down;animation-name:slide-in-down}.slide-out-up .modal-dialog{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:slide-out-up;animation-name:slide-out-up}.modal{height:calc(100% - 5rem);height:calc(100% - var(--header-height));position:fixed;top:5rem;right:0;bottom:0;left:0;top:5rem;top:var(--header-height);right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}@media(min-width: 37.5em){.modal{top:0;height:100%}}.modal.fade .modal-dialog{-webkit-transform:translate(0, -50px);transform:translate(0, -50px)}.modal.show .modal-dialog{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto;overflow:hidden auto}.modal-content{width:100%;height:100%;position:relative;padding:1.5rem 1rem;background-color:#fff;outline:0}@media(min-width: 37.5em){.modal-content{height:auto;padding:2.5rem 1rem;border-radius:.625rem}}@media(min-width: 48em){.modal-content{border-radius:1.25rem;padding:2rem 2.5rem}}@media(min-width: 75em){.modal-content{border-radius:2.5rem;padding:2.5rem 2.5rem 0}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:rgba(0,0,0,.64);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:.5}@media(min-width: 37.5em){.modal-backdrop.fade{opacity:0}.modal-backdrop.fade.show{opacity:1;visibility:visible}.modal-backdrop.show{opacity:.5}}.close{border:0;padding:0;margin:0;background:none;cursor:pointer}.modal-header{position:relative;padding-right:2rem}.modal-header .close{width:2rem;height:2rem;position:absolute;right:0;top:0}@media(min-width: 37.5em){.modal-header .close{width:1.75rem;height:1.75rem}}.modal-title{font-size:1.25rem;line-height:1.4;margin:0}@media(min-width: 37.5em){.modal-title{font-size:1.5rem;line-height:1.3333333333}}.modal-text{font-size:.875rem;line-height:1.5714285714;margin:1rem 0 2.5rem;color:#3e5065;color:var(--grey)}.modal-body{position:relative}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.fade{opacity:0;-webkit-transition:opacity 240ms ease-in-out;transition:opacity 240ms ease-in-out}.fade.show{opacity:1}@-webkit-keyframes slide-in-down{from{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slide-in-down{from{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes slide-out-up{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes slide-out-up{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0)}.swiper-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-pointer-events.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:"";-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}[dir="ltr"] .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-left:var(--swiper-centered-offset-before)}[dir="rtl"] .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-right:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms opacity;transition:300ms opacity;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(0.33);transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullet{width:8px;width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:8px;height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;background:#000;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:0.2;opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:1;opacity:var(--swiper-pagination-bullet-opacity, 1);background:#007aff;background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px, -50%, 0);transform:translate3d(0px, -50%, 0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:200ms top,200ms -webkit-transform;transition:200ms top,200ms -webkit-transform;transition:200ms transform,200ms top;transition:200ms transform,200ms top,200ms -webkit-transform}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms left,200ms -webkit-transform;transition:200ms left,200ms -webkit-transform;transition:200ms transform,200ms left;transition:200ms transform,200ms left,200ms -webkit-transform}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms right,200ms -webkit-transform;transition:200ms right,200ms -webkit-transform;transition:200ms transform,200ms right;transition:200ms transform,200ms right,200ms -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-fade.swiper-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.js-collapsible{width:100%}.js-collapsible-button{border:0;padding:0;margin:0;background:none;cursor:pointer;width:100%;text-align:left;outline:none}.js-collapsible-content{overflow:hidden;-webkit-transition:max-height 240ms ease-in-out;transition:max-height 240ms ease-in-out;max-height:0}.js-collapsible-icon{display:inline-block;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:-webkit-transform 240ms ease-in-out;transition:-webkit-transform 240ms ease-in-out;transition:transform 240ms ease-in-out;transition:transform 240ms ease-in-out, -webkit-transform 240ms ease-in-out}.js-copy-to-clipboard{position:relative}.js-copy-to-clipboard-button{border:0;padding:0;margin:0;background:none;cursor:pointer}.js-copy-to-clipboard-popup{display:none;position:absolute;left:50%;top:-1.75rem;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.js-modal-wrapper{width:100%;height:100%;position:fixed;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;left:0;z-index:1001;opacity:0;visibility:hidden;display:none}.js-modal-wrapper.is-opened{opacity:1;visibility:visible;overflow-x:hidden;overflow-y:auto;overflow:hidden auto;display:-webkit-box;display:-ms-flexbox;display:flex}.js-modal{z-index:1000;opacity:0;visibility:hidden;display:none;-webkit-animation-duration:240ms;animation-duration:240ms;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.js-modal.is-opened{opacity:1;visibility:visible;overflow-x:hidden;overflow-y:auto;overflow:hidden auto;display:block;-webkit-animation-name:modal-fade-in;animation-name:modal-fade-in}.js-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:999;display:none;-webkit-animation-duration:240ms;animation-duration:240ms;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.js-modal-overlay.is-opened{display:block;-webkit-animation-name:overlay-fade-in;animation-name:overlay-fade-in}.js-modal-overlay.overlay-fade-out{-webkit-animation-name:overlay-fade-out;animation-name:overlay-fade-out}@-webkit-keyframes overlay-fade-in{0%{opacity:0}100%{opacity:1}}@keyframes overlay-fade-in{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes overlay-fade-out{0%{opacity:1}100%{opacity:0}}@keyframes overlay-fade-out{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes modal-fade-in{0%{opacity:0;visibility:hidden;-webkit-transform:scale(0.9);transform:scale(0.9)}100%{opacity:1;visibility:visible;-webkit-transform:scale(1);transform:scale(1)}}@keyframes modal-fade-in{0%{opacity:0;visibility:hidden;-webkit-transform:scale(0.9);transform:scale(0.9)}100%{opacity:1;visibility:visible;-webkit-transform:scale(1);transform:scale(1)}}.js-expandable-container{overflow:hidden}.js-file-input{position:relative}.js-file-input-container{width:6.25rem;height:6.25rem;position:relative;background-color:#9e9e9e;background-color:var(--c-9e);overflow:hidden;border:1px solid #959595;border:1px solid var(--c-95)}.js-file-input-container.is-error{border-color:#ff5252;border-color:var(--error)}.js-file-input-label{width:100%;height:100%;position:absolute;left:0;top:0;z-index:3;background-color:rgba(0,0,0,0);border:0;cursor:pointer}.js-file-input-preview-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;position:absolute;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:2;overflow:hidden}.js-file-input-preview-block img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.js-file-input-restriction.is-error{color:#ff5252;color:var(--error)}.js-file-input input[type=file]{position:absolute;left:0;top:0;opacity:0;cursor:pointer;width:.1px;height:.1px;overflow:hidden;z-index:-1}.js-char-animation{opacity:0;will-change:opacity,filter;-webkit-filter:blur(4px);filter:blur(4px)}.js-char-animation.active{opacity:1;-webkit-filter:blur(0);filter:blur(0)}.btn{border:0;padding:0;margin:0;background:none;cursor:pointer;font-size:1.125rem;line-height:1.3333333333;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.375rem;padding:1.125rem 2rem;color:#000;color:var(--black);outline:0;border:2px solid rgba(0,0,0,0);border-radius:2rem;background-color:rgba(0,0,0,0);text-align:center;text-decoration:none;white-space:nowrap;font-weight:600;cursor:pointer;-webkit-transition:color 240ms ease-in-out,background-color 240ms ease-in-out,border 240ms ease-in-out;transition:color 240ms ease-in-out,background-color 240ms ease-in-out,border 240ms ease-in-out}.btn:visited,.btn:hover,.btn:active{text-decoration:none}.btn:disabled{cursor:default}.btn__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;pointer-events:none}.btn--primary{background-color:#fd0;background-color:var(--primary);border-color:#fd0;border-color:var(--primary);color:#000;color:var(--black)}.btn--primary:visited{color:#000;color:var(--black)}.btn--primary:visited,.btn--primary:active{background-color:#fd0;background-color:var(--primary);border-color:#fd0;border-color:var(--primary)}.btn--primary:hover{background-color:#ffe74d;background-color:var(--primary-hover);border-color:#ffe74d;border-color:var(--primary-hover);color:#000;color:var(--black)}.btn--primary.focus-visible{background-color:#ffe74d;background-color:var(--primary-hover);border-color:#fd0;border-color:var(--primary)}.btn--primary.focus-visible{background-color:#ffe74d;background-color:#ffe74d;background-color:var(--primary-hover);border-color:#fd0;border-color:#fd0;border-color:var(--primary)}.btn--primary:focus-visible{background-color:#ffe74d;background-color:var(--primary-hover);border-color:#fd0;border-color:var(--primary)}.btn--primary:disabled{background-color:#cbcbcb;background-color:var(--cb);border-color:#cbcbcb;border-color:var(--cb);color:#666;color:var(--c-666)}.btn--secondary{background-color:#fff;background-color:var(--white);border-color:#e7e9ef;color:#000;color:var(--black)}.btn--secondary:visited{background-color:#fff;background-color:var(--white);border-color:#e7e9ef;color:#000;color:var(--black)}.btn--secondary:hover,.btn--secondary.focus-visible,.btn--secondary:active{background-color:#fff;background-color:var(--white);border-color:#000;border-color:var(--black);color:#000;color:var(--black)}.btn--secondary:hover,.btn--secondary.focus-visible,.btn--secondary:active{background-color:#fff;background-color:#fff;background-color:var(--white);border-color:#000;border-color:#000;border-color:var(--black);color:#000;color:#000;color:var(--black)}.btn--secondary:hover,.btn--secondary:focus-visible,.btn--secondary:active{background-color:#fff;background-color:var(--white);border-color:#000;border-color:var(--black);color:#000;color:var(--black)}.btn--secondary:disabled{background-color:rgba(0,0,0,0);border-color:#e7e9ef;color:#666;color:var(--c-666)}.btn--dark{background-color:#000;background-color:var(--black);border-color:#000;border-color:var(--black);color:#fff;color:var(--white)}.btn--dark:visited{color:#fff;color:var(--white)}.btn--dark:visited,.btn--dark:active{background-color:#000;background-color:var(--black);border-color:#000;border-color:var(--black)}.btn--dark:hover{background-color:#1a1a1a;background-color:var(--black-hover);border-color:#1a1a1a;border-color:var(--black-hover);color:#fff;color:var(--white)}.btn--dark.focus-visible{background-color:#1a1a1a;background-color:var(--black-hover);border-color:#000;border-color:var(--black)}.btn--dark.focus-visible{background-color:#1a1a1a;background-color:#1a1a1a;background-color:var(--black-hover);border-color:#000;border-color:#000;border-color:var(--black)}.btn--dark:focus-visible{background-color:#1a1a1a;background-color:var(--black-hover);border-color:#000;border-color:var(--black)}.btn--dark:disabled{background-color:#cbcbcb;background-color:var(--cb);border-color:#cbcbcb;border-color:var(--cb);color:#666;color:var(--c-666)}.btn--link{padding:.5rem 2rem;gap:.25rem}.btn--link:visited,.btn--link:hover,.btn--link.focus-visible,.btn--link:active{color:#000;color:var(--black)}.btn--link:visited,.btn--link:hover,.btn--link.focus-visible,.btn--link:active{color:#000;color:#000;color:var(--black)}.btn--link:visited,.btn--link:hover,.btn--link:focus-visible,.btn--link:active{color:#000;color:var(--black)}.btn--blue{background-color:#003087;border-color:#003087;color:#fff;color:var(--white)}.btn--blue:visited,.btn--blue:hover,.btn--blue.focus-visible,.btn--blue:active{background-color:#003087;border-color:#003087;color:#fff;color:var(--white)}.btn--blue:visited,.btn--blue:hover,.btn--blue.focus-visible,.btn--blue:active{background-color:#003087;border-color:#003087;color:#fff;color:#fff;color:var(--white)}.btn--blue:visited,.btn--blue:hover,.btn--blue:focus-visible,.btn--blue:active{background-color:#003087;border-color:#003087;color:#fff;color:var(--white)}.btn--social{font-size:.75rem;line-height:1;text-transform:uppercase;font-weight:600;padding:.75rem 1.25rem}.btn--size_40{font-size:.875rem;line-height:1;min-width:2.5rem;min-height:2.5rem;padding:.625rem 1rem}.btn--size_40 .btn__icon{font-size:1rem;line-height:1}.btn--size_48{font-size:1rem;line-height:1;min-width:3rem;min-height:3rem;padding:.625rem 1rem}.btn--size_48 .btn__icon{font-size:1.125rem;line-height:1}.btn--width_100p{width:100%}.btn--icon{font-size:1rem;line-height:1;gap:.375rem;padding:0}.btn--toggle .btn__icon{display:-webkit-box;display:-ms-flexbox;display:flex}.btn--toggle .btn__icon--active{display:none}.btn--toggle.is-active .btn__icon{display:none}.btn--toggle.is-active .btn__icon--active{display:-webkit-box;display:-ms-flexbox;display:flex}.icon{width:1.5rem;height:1.5rem;fill:currentColor}.svg-icon{width:1em;height:1em;fill:currentColor;-ms-flex-negative:0;flex-shrink:0}.section{--padding-y: 2.5rem;position:relative;padding:var(--padding-y) 0}@media(min-width: 62em){.section{--padding-y: 5rem}}.section--grey-gradient{background:-webkit-gradient(linear, left top, left bottom, from(rgb(249, 249, 249)), to(rgb(255, 255, 255)));background:linear-gradient(rgb(249, 249, 249), rgb(255, 255, 255))}.section--gradient{background:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 221, 0, 0.8)), to(rgba(255, 221, 0, 0.1)));background:linear-gradient(rgba(255, 221, 0, 0.8), rgba(255, 221, 0, 0.1))}.section--primary{background-color:#fd0;background-color:var(--primary)}.section--grey{background-color:#f9f9f9;background-color:var(--f9)}.section--sm{--padding-y: 2.5rem}.section--profile{min-height:calc(100vh - 6.125rem);padding:2rem 0 3.5rem}@media(min-width: 62em){.section--profile{padding:1rem 0 3.5rem}}.container{width:100%;max-width:100%;max-width:var(--container-width);margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.container--short{padding-left:1.5rem;padding-right:1.5rem}@media(min-width: 37.5em){.container--short{max-width:100%}}@media(min-width: 48em){.container--short{max-width:76rem}}@media(min-width: 62em){.container--short{max-width:100%;max-width:var(--container-width)}}@media(min-width: 90em){.container--short{max-width:76rem}}.separator{width:100%;height:1px;background-color:rgba(0,0,0,.2);margin-top:1.5rem;margin-bottom:1.5rem}@media(min-width: 48em){.separator{margin-top:2.5rem;margin-bottom:2.5rem}}.separator--short{max-width:10.5rem;height:2px;background-color:#c9c9c9;margin:2rem auto}@media(min-width: 48em){.separator--short{margin:3.5rem auto}}.header{width:100%;height:5rem;height:var(--header-height);position:sticky;top:0;z-index:11;background-color:#fff}@media(min-width: 75em){.header{border-bottom:1px solid #e7e9ef}}.header__wrapper{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;border-bottom:1px solid #e7e9ef}@media(min-width: 75em){.header__wrapper{border:0}}.header__container{height:100%;position:relative}@media(max-width: 75em){.header__container{max-width:100%;padding:0 1.5rem}}.header__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}@media(min-width: 75em){.header__left{gap:2rem}}.header__logo{display:block;width:4.3125rem;height:1.125rem}@media(min-width: 75em){.header__logo{width:6.25rem;height:1.625rem}}@media(min-width: 90em){.header__logo{width:8rem;height:2.125rem}}.header__logo-icon{display:block;width:100%}.header__nav{display:none}@media(min-width: 75em){.header__nav{display:block}}.header__cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.header__services{display:none}@media(min-width: 75em){.header__services{display:block}}.header__profile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.5rem;position:relative}.header__profile-name{display:block}.header__profile-close{display:none}.header__profile-btn{border:0;padding:0;margin:0;background:none;cursor:pointer;font-size:1.125rem;line-height:1;position:relative}.header__profile-btn.is-active .header__profile-name{display:none}.header__profile-btn.is-active .header__profile-close{display:-webkit-box;display:-ms-flexbox;display:flex}.header__profile-dropdown{width:100%;height:calc(100vh - 5rem);height:calc(100vh - var(--header-height));display:none;position:absolute;top:5rem;top:var(--header-height);right:0;z-index:100}@media(min-width: 37.5em){.header__profile-dropdown{width:auto;height:auto}}.header__profile-dropdown.is-opened{display:block;-webkit-animation:200ms ease-in-out slide-up;animation:200ms ease-in-out slide-up}@media(min-width: 75em){.header__burger{display:none}}.header__login-btn{font-size:1.125rem;line-height:1}.header__donate_laptop{display:none}@media(min-width: 75em){.header__donate_laptop{display:inline}}.header__donate_mobile{display:inline}@media(min-width: 75em){.header__donate_mobile{display:none}}@-webkit-keyframes slide-up{from{-webkit-transform:translateY(4px);transform:translateY(4px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slide-up{from{-webkit-transform:translateY(4px);transform:translateY(4px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.footer{width:100%;position:relative;background-color:#111;background-color:var(--dark);padding:2.5rem 0}.footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;width:100%}@media(min-width: 75em){.footer__container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.footer__column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:1rem}@media(min-width: 75em){.footer__column{gap:2rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.footer__copy{margin-bottom:0;font-size:.875rem;color:#fff}@media(min-width: 48em){.footer__copy{font-size:1rem}}.footer__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style:none;gap:1rem;margin:0;padding:0}@media(min-width: 62em){.footer__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2.5rem}}.footer__link{font-size:.875rem;color:#fff}@media(min-width: 48em){.footer__link{font-size:1rem}}.footer__link:hover{text-decoration:underline}.footer__link:visited{color:#fff}.footer__socials{margin-bottom:2rem}@media(min-width: 75em){.footer__socials{margin-right:5rem;margin-bottom:0}}.nav__list{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem}@media(min-width: 75em){.nav__list{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:3rem}}.nav__item{line-height:1}.nav__link{font-size:.875rem;line-height:1;display:block;font-weight:500}.nav__link:hover{color:#000;color:var(--black)}.nav--mobile .nav__list{gap:1.75rem}.nav--mobile .nav__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem}.nav--mobile .nav__link{font-size:1rem;line-height:1.375}.nav--mobile .nav__link:hover{text-decoration:none}.nav--mobile .nav__icon{width:1.125rem;height:1.125rem;font-size:1.125rem;line-height:1}.services-nav{display:none;width:100%;padding:0 1.5rem}.services-nav.is-active{display:block}.services-nav__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.75rem;padding:0}.services-nav__category{padding-bottom:1.75rem;position:relative}.services-nav__category:nth-of-type(1),.services-nav__category:nth-of-type(2){border-bottom:1px solid #e7e9ef}.services-nav__category:not(:last-child){z-index:1}.services-nav__category:last-child{border:0;position:relative}.services-nav__category:last-child::before{width:calc(100% + 3rem);height:calc(100% + 1.75rem);content:"";display:block;position:absolute;z-index:0;left:-1.5rem;top:-1.6875rem;background-color:#eff1f6}.services-nav__label{font-size:.875rem;line-height:1.2857142857;margin-bottom:1.5rem;text-transform:uppercase;color:#858ca7;color:var(--aphine);font-weight:500;letter-spacing:.5px}.services-nav__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;padding:0;list-style:none;gap:1.25rem}.services-nav__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.25rem}.services-nav__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1rem;line-height:1.375;gap:.75rem;font-weight:500}.services-nav__link:visited{color:#000;color:var(--black)}.services-nav__link:hover{color:#000;color:var(--black)}.services-nav__icon-block{width:1.125rem;height:1.125rem;font-size:1.125rem;line-height:1}.services-nav__description{font-size:.8125rem;line-height:1.2307692308;padding-left:1.875rem;font-weight:500;color:#646464}.services-nav__column{position:relative}.services-nav--desktop{width:100%;overflow-x:hidden;overflow-y:auto;overflow:hidden auto;position:fixed;top:6rem;left:0;right:0;-webkit-box-shadow:0 4px 22px rgba(0,0,0,.06);box-shadow:0 4px 22px rgba(0,0,0,.06);z-index:10}.services-nav--desktop::before{width:50%;height:100%;content:"";background-color:#fff;background-color:var(--white);position:absolute;left:0;top:0}.services-nav--desktop::after{width:50%;height:100%;content:"";background-color:#eff1f6;position:absolute;right:0;top:0}.services-nav--desktop.is-active{display:none}@media(min-width: 75em){.services-nav--desktop.is-active{display:block}}.services-nav--desktop .services-nav__container{display:grid;grid-template-columns:repeat(4, 1fr);padding:0 1rem;grid-gap:0;gap:0;position:relative;z-index:2}.services-nav--desktop .services-nav__column{height:100%;padding-right:1rem}.services-nav--desktop .services-nav__link{font-size:.875rem;line-height:1.3571428571;gap:.375rem}.services-nav--desktop .services-nav__icon-block{width:1rem;height:1rem;font-size:1rem;line-height:1}.services-nav--desktop .services-nav__description{padding-left:1.375rem}.services-nav--desktop .services-nav__category{padding-top:2rem;border:0;overflow:hidden}.services-nav--desktop .services-nav__category:not(:last-child){padding-bottom:4.25rem;background-color:#fff;background-color:var(--white)}.services-nav--desktop .services-nav__category:last-child{padding-bottom:2.5rem}.services-nav--desktop .services-nav__category:not(:first-child) .services-nav__column{padding-left:2rem}.services-nav--desktop .services-nav__category:nth-of-type(2) .services-nav__column,.services-nav--desktop .services-nav__category:nth-of-type(3) .services-nav__column{border-left:1px solid #e7e9ef}.error-block{margin-bottom:.5rem;color:#c70000;color:var(--red)}.leading-text{font-size:1rem;line-height:1.5;width:100%;max-width:60rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;color:#3e5065;color:var(--grey);text-align:center}@media(min-width: 48em){.leading-text{margin-bottom:2rem}}@media(min-width: 62em){.leading-text{font-size:1.5rem;line-height:1.6666666667;margin-bottom:3.5rem}}@media(min-width: 62em){.leading-text--sm{font-size:1.25rem;line-height:1.6}}.leading-text--mb_24{margin-bottom:1.5rem}.button{--height: 3.5rem;--height-md: 3rem;--height-sm: 2rem;--fs: 1rem;--fs-md: 1rem;--fs-sm: 0.875rem;--min-width: 15.75rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:var(--height);margin:0;min-width:var(--min-width);padding:0 1.5rem;line-height:1;font-size:var(--fs);color:#000;color:var(--black);outline:0;border:2px solid #fd0;border:2px solid var(--primary);border-radius:2.5rem;background-color:rgba(0,0,0,0);text-align:center;text-decoration:none;white-space:nowrap;font-weight:700;font-weight:var(--fw-700);cursor:pointer;-webkit-transition:color 240ms ease-in-out,background 240ms ease-in-out,border 240ms ease-in-out;transition:color 240ms ease-in-out,background 240ms ease-in-out,border 240ms ease-in-out}@media(min-width: 75em){.button{--height: 4.75rem;--height-md: 4rem;--height-sm: 2.5rem;--fs: 1.25rem;--fs-md: 1.125rem;min-width:21.25rem;padding:0 2rem}}@media(min-width: 90em){.button{min-width:23rem;padding:0 3rem}}.button:visited{text-decoration:none;color:#000;color:var(--black)}.button:disabled{opacity:.5;cursor:default}.button:hover:not(:disabled){background-color:#fd0;background-color:var(--primary);text-decoration:none;color:#000;color:var(--black)}.button__preloader{width:2rem;height:2rem;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);display:block}.button--primary{background-color:#fd0;background-color:var(--primary);color:#000;color:var(--black)}.button--primary:visited{color:#000;color:var(--black);background-color:#fd0;background-color:var(--primary)}.button--primary:focus{border-color:#000;border-color:var(--black)}.button--primary:hover:not(:disabled){background-color:#000;background-color:var(--black);border-color:#fd0;border-color:var(--primary);color:#fd0;color:var(--primary)}.button--secondary{background-color:#0085ff;background-color:var(--secondary);border-color:#0085ff;border-color:var(--secondary);color:#fff}.button--secondary:visited{color:#fff}.button--secondary:hover{background-color:rgba(0,133,255,.8);color:#fff}.button--black{background-color:#000;background-color:var(--black);border-color:#000;border-color:var(--black);color:#fff}.button--black:visited{color:#fd0;color:var(--primary)}.button--black:hover{background-color:#fd0;background-color:var(--primary);color:#000;color:var(--black)}.button--border_black{border-color:#000;border-color:var(--black)}.button--border_black:hover:not(:disabled){background-color:#000;background-color:var(--black);border-color:#000;border-color:var(--black);color:#fd0;color:var(--primary)}.button--border_gray{border-color:#c4c4c4;border-color:var(--c4)}.button--border_gray:hover:not(:disabled){background-color:rgba(0,0,0,0);border-color:#000;border-color:var(--black)}.button--default{height:3.5rem;font-size:1.125rem;min-width:auto}.button--disabled{border-color:#d9d9d9;border-color:var(--d9);background-color:#d9d9d9;background-color:var(--d9);color:#666;color:var(--c-666);pointer-events:none}.button--md{height:var(--height-md);min-width:var(--min-width);font-size:var(--fs-md)}@media(min-width: 48em){.button--md{min-width:auto}}.button--sm{height:var(--height-sm);min-width:var(--min-width);padding:0 1rem;font-size:var(--fs-sm)}@media(min-width: 48em){.button--sm{min-width:auto}}.button--min-w_288{min-width:var(--min-width)}.button--w_100{width:100%}.button--min-w_auto{min-width:auto}.button--inline{padding:0;border:0;height:auto;text-decoration:underline;min-width:auto}.button--inline:hover:not(:disabled){background-color:rgba(0,0,0,0);text-decoration:none}.button--yellow{background-color:#fd0;background-color:var(--primary);color:#000;color:var(--black)}.button--yellow:visited{color:#000;color:var(--black);background-color:#fd0;background-color:var(--primary)}.button--yellow:focus{border-color:#fd0;border-color:var(--primary)}.button--yellow:disabled{border-color:#d9d9d9;border-color:var(--d9);background-color:#d9d9d9;background-color:var(--d9)}.button--yellow:hover:not(:disabled){background-color:#FFE433;background-color:var(--primary-tint);border-color:#FFE433;border-color:var(--primary-tint);color:#000;color:var(--black)}.button--kava{background-color:#502505;background-color:var(--kava);border-color:#502505;border-color:var(--kava);color:#fff}.button--kava:visited{color:#fff}.button--kava:hover{color:#000;color:var(--black)}.button--kava_border{background-color:rgba(0,0,0,0);border-color:rgba(80,37,5,.4);color:#502505;color:var(--kava)}.button--kava_border:visited{color:#502505;color:var(--kava)}.button--square{font-size:1rem;line-height:1.25;height:2.75rem;width:100%;max-width:20rem;padding:.75rem;border-radius:.5rem;font-weight:700}@media(min-width: 37.5em){.button--square{width:auto;min-width:auto}}.button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}@media(min-width: 48em){.button-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.input{font-size:1rem;line-height:1;display:block;width:100%;height:3.5rem;padding:.75rem;background-color:#fff;border:1px solid #fff;border-radius:.5rem;outline:none;font-weight:600;-webkit-transition:border-color 240ms ease-in-out;transition:border-color 240ms ease-in-out}@media(min-width: 37.5em){.input{padding:.75rem 1rem}}.input::-webkit-input-placeholder{color:rgba(0,0,0,.4);font-weight:400}.input::-moz-placeholder{color:rgba(0,0,0,.4);font-weight:400}.input:-ms-input-placeholder{color:rgba(0,0,0,.4);font-weight:400}.input::-ms-input-placeholder{color:rgba(0,0,0,.4);font-weight:400}.input::placeholder{color:rgba(0,0,0,.4);font-weight:400}.input:-moz-read-only{cursor:default;color:rgba(0,0,0,.5)}.input:disabled,.input:read-only{cursor:default;color:rgba(0,0,0,.5)}.input:focus:not(:-moz-read-only){border-color:#fd0;border-color:var(--primary)}.input:focus:not(:read-only){border-color:#fd0;border-color:var(--primary)}.input--textarea{min-height:8.25rem;height:auto;resize:none;line-height:1.5}.input--with-btn{padding-right:3rem}@media(min-width: 75em){.input--with-btn{padding-right:4rem}}.input--border{border-color:#c4c4c4;border-color:var(--c4)}.input--grey{font-size:.875rem;line-height:1;background-color:#f9f9f9;background-color:var(--f9);border-color:#f9f9f9;border-color:var(--f9);margin-bottom:1rem}.input--grey::-webkit-input-placeholder{color:#9e9e9e;color:var(--c-9e)}.input--grey::-moz-placeholder{color:#9e9e9e;color:var(--c-9e)}.input--grey:-ms-input-placeholder{color:#9e9e9e;color:var(--c-9e)}.input--grey::-ms-input-placeholder{color:#9e9e9e;color:var(--c-9e)}.input--grey::placeholder{color:#9e9e9e;color:var(--c-9e)}.input-block{width:100%;position:relative}.input-block:not(:last-child){margin-bottom:1.25rem}.input-block__label{font-size:.875rem;white-space:nowrap;text-align:center}@media(min-width: 37.5em){.input-block__label{padding-left:1.625rem;font-size:1rem;text-align:left}}.input-block__description{font-size:1rem;line-height:1.5;display:inline-block;margin-top:.5rem;padding-left:1.125rem}.input-block__hint-button{border:0;padding:0;margin:0;background:none;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:2rem;height:2rem;position:absolute;right:1rem;top:.5rem}@media(min-width: 37.5em){.input-block__hint-button{right:1.5rem}}.input-block__hint-button svg{width:100%;height:100%;opacity:.2;-webkit-transition:opacity 240ms ease-in-out;transition:opacity 240ms ease-in-out}.input-block__hint-button:hover svg{opacity:1}.input-block--date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}@media(min-width: 37.5em){.input-block--date{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem}}@media(min-width: 75em){.input-block--date{gap:2rem}}.select{font-size:1rem;line-height:1;position:relative;display:grid;grid-template-areas:"select";-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:3rem;min-width:6.5rem;max-width:100%;border-radius:.5rem;background-color:#fff;cursor:pointer}@media(min-width: 37.5em){.select{max-width:20rem}}.select::after{--size: 0.5rem;content:"";grid-area:select;justify-self:end;width:var(--size);height:var(--size);margin-right:1rem;margin-bottom:.25rem;background-color:rgba(0,0,0,0);border-right:1px solid rgba(0,0,0,.6);border-bottom:1px solid rgba(0,0,0,.6);-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg);pointer-events:none}@media(min-width: 37.5em){.select::after{--size: 0.625rem;margin-bottom:.5rem}}.select--sm{font-size:1rem;line-height:1;height:2rem}@media(min-width: 75em){.select--sm{height:2.5rem}}.select__focus{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid #fff;border-radius:inherit;pointer-events:none;-webkit-transition:border 240ms ease-in-out;transition:border 240ms ease-in-out}.select__default{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgba(0,0,0,0);border:none;padding:0 3rem 0 .75rem;margin:0;width:100%;height:100%;font-family:inherit;font-size:inherit;cursor:inherit;line-height:inherit;outline:none;grid-area:select;color:#000;color:var(--black)}@media(min-width: 75em){.select__default{padding:0 2.5rem 0 1rem}}.select__default::-ms-expand{display:none}.select__default:focus+.select__focus{border-color:#fd0;border-color:var(--primary)}.select--v2{height:3rem;width:100%;min-width:auto;border-radius:1.5rem}.select--v2::after{--size: 0.5rem;margin-right:1rem;margin-bottom:.25rem;border-color:#000;border-color:var(--black)}.select--v2 .select__default{padding:0 2.125rem 0 .75rem;color:#000;color:var(--black)}.select--v2 .select__focus{border-width:2px}.select--v3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;height:auto;min-width:auto;border-radius:0;background-color:rgba(0,0,0,0)}@media(min-width: 62em){.select--v3{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.select--v3::after{content:none}.select--v3 .select__wrapper{height:2.5rem;width:100%;max-width:20.5rem;position:relative;border-radius:.5rem;background-color:#fff}@media(min-width: 62em){.select--v3 .select__wrapper{max-width:8.75rem}}.select--v3 .select__focus{border:1px solid #cbcbcb;border:1px solid var(--cb);top:0;right:0;bottom:0;left:0}.select--v3 .select__arrow{width:1.5rem;height:1.5rem;position:absolute;right:.5rem;top:.5rem;font-size:1.5rem;-webkit-transition:-webkit-transform 240ms ease-in-out;transition:-webkit-transform 240ms ease-in-out;transition:transform 240ms ease-in-out;transition:transform 240ms ease-in-out, -webkit-transform 240ms ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.select--v3 .select__default{padding:0 2rem 0 .5rem;color:#000;color:var(--black)}.select--v3 .select__label{font-size:.875rem;line-height:1.2857142857;color:#666;color:var(--c-666)}.select--v3[focus-within] .select__focus{border-color:#000;border-color:var(--black)}.select--v3[focus-within] .select__focus{border-color:#000;border-color:#000;border-color:var(--black)}.select--v3:focus-within .select__focus{border-color:#000;border-color:var(--black)}.select--v3[focus-within] .select__arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.select--v3:focus-within .select__arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.select--grey{font-size:1rem;line-height:1;height:3rem;min-width:7rem;background-color:#f9f9f9;background-color:var(--f9)}.select--grey .select__default{padding:0 2rem 0 1.5rem}.select--grey .select__default:disabled{color:#9e9e9e;color:var(--c-9e)}.social-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem;margin:0;padding:0;list-style:none}@media(min-width: 48em){.social-links{gap:2rem}}.social-links__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.875rem;line-height:1;color:#fff;-webkit-transition:color 240ms ease-in-out;transition:color 240ms ease-in-out}.social-links__link:visited{color:#fff}.social-links__link:hover{color:#fd0;color:var(--primary)}.social-links__icon{fill:currentColor}.social-links--kava .social-links__link{color:#502505;color:var(--kava)}.social-links--kava .social-links__link:visited{color:#502505;color:var(--kava)}.social-links--kava .social-links__link:hover{color:#fd0;color:var(--primary)}.social-links--black .social-links__link{color:#000;color:var(--black)}.social-links--black .social-links__link:visited{color:#000;color:var(--black)}.social-links--black .social-links__link:hover{color:#000;color:var(--black)}.social-links--full_width{-ms-flex-pack:distribute;justify-content:space-around}.back-to-top{--size: 2rem;width:var(--size);height:var(--size);position:absolute;right:1.5rem;bottom:2rem;padding:0;border-radius:50%;background-color:rgba(0,0,0,0);border:2px solid #fff;cursor:pointer;-webkit-transition:border-color 240ms ease-in-out;transition:border-color 240ms ease-in-out}@media(min-width: 48em){.back-to-top{--size: 3rem;right:2rem}}.back-to-top:hover{border-color:#fd0;border-color:var(--primary)}.back-to-top::after{--size: 0.625rem;content:"";width:var(--size);height:var(--size);margin-top:.125rem;background-color:rgba(0,0,0,0);border-right:2px solid #fff;border-bottom:2px solid #fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%) rotateZ(-135deg);transform:translate(-50%, -50%) rotateZ(-135deg)}@media(min-width: 48em){.back-to-top::after{--size: 1rem;margin-top:.25rem;right:2rem}}.happy-kolo-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.25rem}.happy-kolo-logo__image-wrapper{width:9.625rem;height:9.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.happy-kolo-logo__image{display:block;max-width:100%}.happy-kolo-logo__text{font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700;font-weight:var(--fw-700);line-height:1}.happy-kolo-logo__upper-text{font-size:2.5rem;margin-bottom:.5rem}.happy-kolo-logo__lower-text{font-size:3.25rem;margin-bottom:0}.payment-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem}@media(min-width: 48em){.payment-buttons{gap:1.5rem}}@media(min-width: 62em){.payment-buttons--grid{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media(min-width: 75em){.payment-buttons--grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.payment-buttons__logos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;line-height:1.4285714286;max-width:23rem;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem}@media(min-width: 62em){.payment-buttons__logos{gap:1rem}}.payment-buttons__logos a{text-decoration:underline;color:#9e9e9e;color:var(--c-9e)}.payment-buttons__logos a:hover{text-decoration:none}.payment-buttons__text{margin-bottom:0;font-weight:600;color:#9e9e9e;color:var(--c-9e);text-align:center}@media(min-width: 62em){.payment-buttons__text{font-size:1.125rem;line-height:1.6666666667}}.payment-logos{width:100%;max-width:18rem;display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:1rem;gap:1rem}.payment-logos>svg{width:100%}.empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.empty__logo-wrapper{--size: 6.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:var(--size);height:var(--size);margin-bottom:1.5rem}@media(min-width: 48em){.empty__logo-wrapper{--size: 12.5rem;margin-bottom:2.5rem}}.empty__message{width:100%;max-width:55.25rem;margin-bottom:0;font-size:1rem;text-align:center}@media(min-width: 37.5em){.empty__message{font-size:1.5rem}}@media(min-width: 48em){.empty__message{font-size:2rem}}.greeting{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;padding:1rem 1.5rem;background-color:#f9f9f9;background-color:var(--f9);border-radius:1.25rem;position:relative}@media(min-width: 37.5em){.greeting{padding:1.5rem 2rem;border-radius:1.5rem;gap:1.5rem}}@media(min-width: 75em){.greeting{padding:2rem 2.5rem;border-radius:2.5rem}}.greeting.is-highlighted{background-color:rgba(255,221,0,.3)}.greeting.is-double{margin-bottom:1rem}@media(min-width: 37.5em){.greeting.is-double{margin-bottom:1.5rem}}@media(min-width: 75em){.greeting.is-double{margin-bottom:2.5rem}}.greeting__body{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.greeting__author{font-size:1.25rem;line-height:1.2;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-weight:700;font-weight:var(--fw-700)}@media(min-width: 37.5em){.greeting__author{font-size:1.375rem;line-height:1.3636363636}}@media(min-width: 48em){.greeting__author{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:.25rem}}@media(min-width: 75em){.greeting__author{font-size:1.5rem;line-height:1.6666666667}}.greeting__message{font-size:1rem;line-height:1.5;margin-bottom:0}@media(min-width: 37.5em){.greeting__message{font-size:1.25rem;line-height:1.5}}@media(min-width: 75em){.greeting__message{font-size:1.5rem;line-height:1.6666666667}}.greeting__message.is-empty{color:rgba(0,0,0,.4)}.greeting__sum{font-size:1rem;font-weight:700;font-weight:var(--fw-700);margin-bottom:0}@media(min-width: 37.5em){.greeting__sum{font-size:1.5rem}}@media(min-width: 75em){.greeting__sum{font-size:2rem}}.greeting__top-label{font-size:.75rem;line-height:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1rem;padding:.5rem .5rem;background-color:#fd0;background-color:var(--primary);font-weight:700;font-weight:var(--fw-700)}@media(min-width: 48em){.greeting__top-label{font-size:1rem;line-height:1;margin-left:1rem;margin-bottom:0;padding:.5rem 1rem}}.campaigns__listing{display:grid;grid-template-columns:repeat(1, 1fr);grid-gap:1.25rem;gap:1.25rem;margin:1.5rem 0}@media(min-width: 37.5em){.campaigns__listing{display:grid;grid-template-columns:repeat(2, 1fr)}}@media(min-width: 62em){.campaigns__listing{grid-template-columns:repeat(3, 1fr);margin:3rem 0}}@media(min-width: 90em){.campaigns__listing{grid-template-columns:repeat(4, 1fr)}}.campaigns__filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}@media(min-width: 37.5em){.campaigns__filter{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media(min-width: 62em){.campaigns__filter{gap:2rem}}.campaigns__filter-link{font-size:1.5rem;line-height:1;padding-bottom:.625rem;border-width:4px;border-bottom-style:solid;border-color:rgba(0,0,0,0);text-align:center;-webkit-transition:border-color 240ms ease-in-out;transition:border-color 240ms ease-in-out}@media(min-width: 37.5em){.campaigns__filter-link{font-size:1rem;line-height:1}}@media(min-width: 48em){.campaigns__filter-link{font-size:1.5rem;line-height:1}}@media(min-width: 62em){.campaigns__filter-link{font-size:2rem;line-height:1;border-width:6px}}@media(min-width: 90em){.campaigns__filter-link{font-size:2.5rem;line-height:1}}.campaigns__filter-link:hover{border-color:#fd0;border-color:var(--primary);text-decoration:none;color:#000;color:var(--black)}.campaigns__filter-link.is-active{border-color:#fd0;border-color:var(--primary);font-weight:700;font-weight:var(--fw-700)}.campaigns__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;margin-top:2.5rem}@media(min-width: 62em){.campaigns__buttons{gap:2rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media(min-width: 62em){.campaigns__buttons{margin-top:5rem}}.campaign-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1.25rem 1rem;background-color:rgba(0,0,0,.04);border-radius:1.25rem;text-decoration:none;-webkit-transition:-webkit-box-shadow 240ms ease-in-out;transition:-webkit-box-shadow 240ms ease-in-out;transition:box-shadow 240ms ease-in-out;transition:box-shadow 240ms ease-in-out, -webkit-box-shadow 240ms ease-in-out;cursor:pointer}.campaign-card:visited{text-decoration:none;color:#000;color:var(--black)}.campaign-card:hover{text-decoration:none;-webkit-box-shadow:0 0 20px rgba(0,0,0,.2);box-shadow:0 0 20px rgba(0,0,0,.2)}@media(min-width: 62em){.campaign-card{border-radius:2.5rem}}@media(min-width: 75em){.campaign-card{padding:2.5rem 1.5rem;border-radius:2.5rem}}.campaign-card__section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.campaign-card__photo-wrapper{--size: 6.25rem;width:var(--size);height:var(--size);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:50%;border:4px solid #fd0;border:4px solid var(--primary);overflow:hidden;margin-bottom:.625rem}@media(min-width: 37.5em){.campaign-card__photo-wrapper{--size: 8rem;border:8px solid #fd0;border:8px solid var(--primary)}}@media(min-width: 75em){.campaign-card__photo-wrapper{--size: 11.25rem;margin-bottom:1.25rem}}.campaign-card__person-name{font-size:1.5rem;line-height:1.6666666667;margin-bottom:.5rem;font-weight:700;font-weight:var(--fw-700);text-align:center}.campaign-card__title{font-size:1.25rem;line-height:1.4;margin-bottom:.5rem;font-weight:600;font-weight:var(--fw-600);text-align:center}.campaign-card__period{font-size:.875rem;line-height:1.4285714286;margin-bottom:1rem;color:rgba(0,0,0,.6)}@media(min-width: 75em){.campaign-card__period{font-size:1rem;line-height:1.5;margin-bottom:2rem}}.campaign-card__total{font-size:1rem;line-height:1.5;margin-bottom:1rem;text-align:center}@media(min-width: 75em){.campaign-card__total{font-size:1.125rem;line-height:1.5555555556;margin-bottom:2rem}}.campaign-card__total-sum{font-weight:700;font-weight:var(--fw-700)}.campaign-card__total-label--empty{color:rgba(0,0,0,.8)}.campaign-card__btn{width:100%;max-width:13.625rem;min-width:auto;height:3rem;padding:0}@media(min-width: 62em){.campaign-card__btn{height:3.75rem}}.campaign-card__label{margin-bottom:.5rem;color:rgba(0,0,0,.6);text-align:center}.campaign-card.is-past{background-color:rgba(255,221,0,.3)}.campaign-card.is-past .campaign-card__total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.campaign-card.is-past .campaign-card__total-label{display:block;margin-bottom:.625rem}.campaign-card.is-past .campaign-card__total-sum{font-size:2rem;line-height:1}.socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4rem}.socials__icon{width:100%;height:100%;display:block;fill:#999;fill:var(--c-999);-webkit-transition:fill 200ms ease-in-out;transition:fill 200ms ease-in-out}.socials__link{display:block;height:1.875rem}.socials__link--fb{height:1.75rem}.socials__link--ints{height:1.625rem}.socials__link--yt{width:1.875rem;height:1.5rem}.socials__link--tg{height:1.625rem}.socials__link:hover{text-decoration:none}.socials__link:hover .socials__icon{fill:#fd0;fill:var(--primary)}.contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2.5rem}@media(min-width: 62em){.contacts{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1.5rem}}.contacts__heading{font-size:1.5rem;line-height:1.3333333333;margin-bottom:2rem;font-weight:700;font-weight:var(--fw-700)}@media(min-width: 48em){.contacts__heading{margin-bottom:2.5rem}}@media(min-width: 90em){.contacts__heading{margin-bottom:4rem}}.contacts__column{width:100%;max-width:100%;position:relative}@media(min-width: 62em){.contacts__column{max-width:26.25rem}}@media(min-width: 75em){.contacts__column{max-width:34.25rem}}.contacts__title{font-size:1.25rem;line-height:1.2;margin-bottom:1.5rem;font-weight:600;font-weight:var(--fw-600)}.contacts__row{width:100%}.contacts__row:not(:last-child){margin-bottom:2.5rem}@media(min-width: 62em){.contacts__row:not(:last-child){margin-bottom:4.625rem}}.contacts__text{font-size:.875rem}@media(min-width: 48em){.contacts__text{font-size:1.125rem;line-height:1.6666666667}}.contacts__link{font-size:.875rem;font-weight:600;font-weight:var(--fw-600);text-decoration:underline}@media(min-width: 48em){.contacts__link{font-size:1rem}}.contacts__link:hover{text-decoration:none;color:#000;color:var(--black)}.contacts__buttons-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.75rem}@media(min-width: 37.5em){.contacts__buttons-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media(min-width: 62em){.contacts__buttons-group{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.heading-underline{margin-bottom:1.5rem;border-bottom:1px solid #000}@media(min-width: 48em){.heading-underline{margin-bottom:2.5rem}}.order-choice__content{font-size:1.125rem;line-height:1;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:5rem;height:3rem;border-radius:1.5rem;background-color:#fff;border:2px solid rgba(0,0,0,.1);cursor:pointer;-webkit-transition:border-color 240ms ease-in-out,background-color 240ms ease-in-out;transition:border-color 240ms ease-in-out,background-color 240ms ease-in-out}@media(min-width: 75em){.order-choice__content{font-size:1.5rem;line-height:1;min-width:7rem;height:4rem;border-radius:2rem}}.order-choice__content:hover{border-color:#fd0;border-color:var(--primary)}.order-choice__input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;margin:0;color:currentColor;width:.1px;height:.1px;border:none;position:absolute}.order-choice__input[type=radio]:focus{outline:none}.order-choice__input[type=radio]:focus+.order-choice__content{border-color:#fd0;border-color:var(--primary)}.order-choice__input[type=radio]:checked+.order-choice__content{background-color:rgba(255,221,0,.2);border-color:#fd0;border-color:var(--primary);font-weight:700;font-weight:var(--fw-700)}.copy-link-to-clipboard{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:1.25rem;height:3rem;padding:.625rem 1.5rem;background-color:rgba(0,0,0,.1);overflow:hidden;border-radius:1.5rem;position:relative;-webkit-transition:background-color 240ms ease-in-out;transition:background-color 240ms ease-in-out}@media(min-width: 37.5em){.copy-link-to-clipboard{height:4rem;border-radius:2rem;padding:1rem 1.5rem}}@media(min-width: 75em){.copy-link-to-clipboard{height:5.5rem;border-radius:2.75rem;padding:1.125rem 2rem}}.copy-link-to-clipboard__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-right:1rem;border-right:2px solid rgba(0,0,0,.6);position:relative}.copy-link-to-clipboard__value{font-size:1rem;line-height:1;width:100%;height:100%;background-color:rgba(0,0,0,0);overflow:hidden;text-overflow:ellipsis;border:0;color:#000;color:var(--black);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;-webkit-transition:opacity 240ms ease-in-out 200ms,visibility 240ms ease-in-out 200ms;transition:opacity 240ms ease-in-out 200ms,visibility 240ms ease-in-out 200ms}@media(min-width: 37.5em){.copy-link-to-clipboard__value{font-size:1.25rem;line-height:1}}@media(min-width: 75em){.copy-link-to-clipboard__value{font-size:1.5rem;line-height:1}}.copy-link-to-clipboard__btn{width:1.5rem;height:1.75rem;padding:0;border:0;background-color:rgba(0,0,0,0);cursor:pointer}@media(min-width: 37.5em){.copy-link-to-clipboard__btn{width:1.75rem;height:2rem}}@media(min-width: 75em){.copy-link-to-clipboard__btn{width:2.875rem;height:3.25rem}}.copy-link-to-clipboard__icon{display:block;height:100%}.copy-link-to-clipboard__success{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;opacity:0;visibility:hidden;-webkit-transition:opacity 240ms ease-in-out 0,visibility 240ms ease-in-out 0;transition:opacity 240ms ease-in-out 0,visibility 240ms ease-in-out 0}.copy-link-to-clipboard__success-message{font-size:1rem;line-height:1;margin-bottom:0;font-weight:700;font-weight:var(--fw-700);text-align:center;color:#fff}@media(min-width: 37.5em){.copy-link-to-clipboard__success-message{font-size:1.25rem;line-height:1}}@media(min-width: 75em){.copy-link-to-clipboard__success-message{font-size:1.5rem;line-height:1}}.copy-link-to-clipboard.is-copied{background-color:#0085ff;background-color:var(--secondary)}.copy-link-to-clipboard.is-copied .copy-link-to-clipboard__value{opacity:0;visibility:hidden;-webkit-transition-delay:0;transition-delay:0}.copy-link-to-clipboard.is-copied .copy-link-to-clipboard__success{opacity:1;visibility:visible;-webkit-transition-delay:200ms;transition-delay:200ms}.anchor{--top: -2.5rem;position:absolute;top:var(--top);width:100%;height:1px}@media(min-width: 62em){.anchor{--top: -5rem}}.confetti-canvas{width:100%;height:100%;position:absolute;left:0;top:0;pointer-events:none}.tg-cta{padding:2.5rem 0}.tg-cta__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}@media(min-width: 62em){.tg-cta__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:2.5rem}}@media(min-width: 90em){.tg-cta__container{gap:8.75rem}}.tg-cta__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}@media(min-width: 62em){.tg-cta__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:2.5rem}}.tg-cta__img-wrapper{--size: 4rem;width:var(--size);height:var(--size);-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 62em){.tg-cta__img-wrapper{--size: 6rem}}.tg-cta__title{font-size:1.25rem;line-height:2;margin-bottom:.5rem;text-align:center}@media(min-width: 62em){.tg-cta__title{text-align:left}}@media(min-width: 90em){.tg-cta__title{font-size:1.875rem;line-height:1.6}}.tg-cta__description{font-size:1rem;line-height:1.5;margin-bottom:0;text-align:center}@media(min-width: 62em){.tg-cta__description{text-align:left}}@media(min-width: 90em){.tg-cta__description{font-size:1.25rem;line-height:1.4}}.cta-banner{overflow:hidden;position:relative;padding:2rem 0}.cta-banner::after{--size: 64rem;content:"";display:none;width:var(--size);height:var(--size);border-radius:50%;background-color:rgba(255,221,0,.3);position:absolute;right:-400px;bottom:-50%}@media(min-width: 37.5em){.cta-banner::after{--size: 50rem;display:block;right:-500px}}@media(min-width: 48em){.cta-banner::after{--size: 25rem;right:-150px}}@media(min-width: 62em){.cta-banner::after{--size: 31.25rem;right:-150px}}@media(min-width: 75em){.cta-banner::after{--size: 50rem;right:-350px}}@media(min-width: 90em){.cta-banner::after{--size: 64rem}}.cta-banner__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;position:relative;z-index:2}@media(min-width: 48em){.cta-banner__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.cta-banner__logo{--size: 4rem;width:var(--size);height:var(--size)}@media(min-width: 75em){.cta-banner__logo{--size: 6rem}}.cta-banner__logo-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem}@media(min-width: 75em){.cta-banner__logo-wrapper{gap:2.5rem}}.cta-banner__logo-title{font-size:1.25rem;line-height:1.5;margin-bottom:.25rem}@media(min-width: 37.5em){.cta-banner__logo-title{font-size:1.5rem;line-height:1.3333333333}}@media(min-width: 75em){.cta-banner__logo-title{font-size:2rem;line-height:1.25}}.cta-banner__logo-slogan{font-size:.875rem;line-height:1.4285714286;margin-bottom:0}@media(min-width: 37.5em){.cta-banner__logo-slogan{font-size:1rem;line-height:1.5}}@media(min-width: 75em){.cta-banner__logo-slogan{font-size:1.25rem;line-height:1.2}}.reminder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;background-color:#f9f9f9;background-color:var(--f9);padding:1.5rem 1.5rem;border-radius:1.25rem}@media(min-width: 37.5em){.reminder{border-radius:1.5rem;padding:2rem 2.5rem}}@media(min-width: 48em){.reminder{gap:2rem}}@media(min-width: 62em){.reminder{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:3rem}}@media(min-width: 75em){.reminder{padding:3rem 4rem;border-radius:2.5rem;gap:5.5rem}}@media(min-width: 90em){.reminder{padding:4rem 5.5rem}}.reminder__logo{width:7.625rem;height:7.5rem}@media(min-width: 75em){.reminder__logo{width:13.5rem;height:13.25rem}}.reminder__container{width:100%}.reminder__title{font-size:1.5rem;line-height:1.3333333333;margin-bottom:1.5rem;text-align:center}@media(min-width: 62em){.reminder__title{text-align:left}}@media(min-width: 75em){.reminder__title{font-size:2rem;line-height:1.25}}.reminder__description{width:100%;max-width:39rem;margin-bottom:0;line-height:1.6;color:#3e5065;color:var(--grey);text-align:center}@media(min-width: 62em){.reminder__description{text-align:left}}.reminder__form{display:grid;grid-template-areas:"day" "month" "button";justify-items:center;grid-gap:1.5rem;gap:1.5rem;margin-top:2.5rem}@media(min-width: 37.5em){.reminder__form{grid-template-areas:"day month" "button button"}}@media(min-width: 62em){.reminder__form{grid-template-areas:"day month button";text-align:left}}@media(min-width: 75em){.reminder__form{gap:2.5rem}}.reminder__day{grid-area:day}.reminder__month{grid-area:month}.reminder__btn{max-width:15rem;min-width:auto;grid-area:button}.hk-achievements{display:grid;grid-gap:2rem;gap:2rem}@media(min-width: 48em){.hk-achievements{grid-template-columns:repeat(3, 1fr)}}.hk-achievements__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hk-achievements__title{font-size:1rem;line-height:1;width:100%;text-align:center}@media(min-width: 62em){.hk-achievements__title{font-size:1.25rem;line-height:1}}@media(min-width: 75em){.hk-achievements__title{font-size:1.5rem;line-height:1}}.hk-achievements__value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.5rem;line-height:1;width:100%;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;margin-bottom:0;padding:1.25rem;background-color:#fff8c1;border-radius:1.25rem;font-weight:700;font-weight:var(--fw-700);text-align:center}@media(min-width: 62em){.hk-achievements__value{font-size:2rem;line-height:1;border-radius:1.5rem}}@media(min-width: 75em){.hk-achievements__value{font-size:2.5rem;line-height:1}}@media(min-width: 90em){.hk-achievements__value{font-size:3rem;line-height:1}}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;margin:0;padding:0}@media(min-width: 37.5em){.pagination{gap:1rem}}.pagination__item{--size: 2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:var(--size);height:var(--size)}@media(min-width: 37.5em){.pagination__item{--size: 2.5rem}.pagination__item:first-child{margin-right:1rem}.pagination__item:last-child{margin-left:1rem}}.pagination__link{--size: 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:var(--size);height:var(--size);border-radius:50%;background-color:#f5f5f5;-webkit-transition:background-color 240ms ease-in-out;transition:background-color 240ms ease-in-out}.pagination__link:hover{background-color:#fd0;background-color:var(--primary);text-decoration:none;color:#000;color:var(--black)}.pagination__link.is-active{background-color:#fd0;background-color:var(--primary)}.langs{display:none;gap:1rem}@media(min-width: 75em){.langs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.langs__btn{font-size:.875rem;line-height:1;margin:0;padding:0;background-color:rgba(0,0,0,0);border:0;font-weight:500;color:#858ca7;color:var(--aphine);cursor:pointer;text-transform:uppercase}.langs__btn:hover{text-decoration:underline}.langs__btn.is-active{color:#000;color:var(--black);cursor:default;text-decoration:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.langs.is-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;border:0;gap:1rem}@media(min-width: 75em){.langs.is-mobile{display:none}}.langs.is-mobile .langs__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.langs.is-mobile .langs__btn::after{width:2px;height:2px;content:"";display:block;background-color:#cbcbcb;background-color:var(--cb);-ms-flex-negative:0;flex-shrink:0}.modal-window{outline:0;width:100%;max-width:90%;border-radius:1.25rem;background-color:#fff}@media(min-width: 37.5em){.modal-window{max-width:30rem}}@media(min-width: 75em){.modal-window{max-width:40rem}}.modal-window__header{padding:1.5rem}@media(min-width: 62em){.modal-window__header{padding:2.5rem}}.modal-window__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding:0 1.5rem 1rem}@media(min-width: 62em){.modal-window__body{padding:0 2.5rem 1rem}}.modal-window__title{font-size:1.25rem;line-height:1.5;margin-bottom:.5rem}@media(min-width: 48em){.modal-window__title{font-size:2rem;line-height:1.25;margin-bottom:1rem}}@media(min-width: 75em){.modal-window__title{font-size:3rem;line-height:1.3333333333;margin-bottom:1.5rem}}.modal-window__sub-title{font-size:1rem;line-height:1.5;margin-bottom:1rem;font-weight:700;font-weight:var(--fw-700)}@media(min-width: 48em){.modal-window__sub-title{font-size:1.25rem;line-height:1.5;margin-bottom:1.5rem}}@media(min-width: 75em){.modal-window__sub-title{font-size:1.5rem;line-height:1.3333333333}}.modal-window__text{font-size:.875rem;line-height:1.4285714286}@media(min-width: 48em){.modal-window__text{font-size:1rem;line-height:1.5}}.modal-window__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding:1.5rem}@media(min-width: 48em){.modal-window__footer{margin-top:1.5rem}}@media(min-width: 62em){.modal-window__footer{padding:2.5rem}}@media(min-width: 75em){.modal-window__footer{margin-top:2.5rem}}.modal-window__link{font-size:.875rem;line-height:1.4285714286;font-weight:700;font-weight:var(--fw-700)}@media screen and (max-width: 767px){.modal-window__link{min-width:auto}}@media(min-width: 48em){.modal-window__link{font-size:1rem;line-height:1.5}}.modal-window__close{border:0;padding:0;margin:0;background:none;cursor:pointer;width:32px;height:32px;position:absolute;top:.625rem;right:.625rem}@media(min-width: 48em){.modal-window__close{top:1.5rem;right:1.5rem}}.modal-window--content .modal-window__body{padding:0 1rem}@media(min-width: 48em){.modal-window--content .modal-window__body{border-radius:1.25rem;padding:0 2.5rem}}@media(min-width: 75em){.modal-window--content .modal-window__body{padding:0 4.5rem}}.modal-window--content .modal-window__title{margin-bottom:0}.checkbox{font-size:.875rem;line-height:1.4285714286;display:block;position:relative;padding-left:2rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox__mark{width:1.125rem;height:1.125rem;position:absolute;top:0;left:0;background-color:#fff;border:1px solid #9e9e9e;border:1px solid var(--c-9e);border-radius:.1875rem;-webkit-transition:background-color 240ms ease-in-out,border-color 240ms ease-in-out;transition:background-color 240ms ease-in-out,border-color 240ms ease-in-out}.checkbox__mark::after{width:.3125rem;height:.625rem;content:"";position:absolute;opacity:0;left:5px;top:0;border:solid #000;border:solid var(--black);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:opacity 240ms ease-in-out;transition:opacity 240ms ease-in-out}.checkbox__input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox__input:checked~.checkbox__mark{background-color:#fd0;background-color:var(--primary);border-color:rgba(0,0,0,0)}.checkbox__input:checked~.checkbox__mark::after{opacity:1}.checkbox:hover .checkbox__input~.checkbox__mark{border-color:#1a1a1a;border-color:var(--black-hover)}.checkbox--lg{font-size:1rem;line-height:1.25;padding-left:2rem}@media(min-width: 75em){.checkbox--lg{font-size:1.25rem;line-height:1.2;padding-left:2.5rem}}.info-hint{border:0;padding:0;margin:0;background:none;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1rem;line-height:1}@media(min-width: 75em){.info-hint{font-size:1.25rem;line-height:1}}.info-hint__icon{width:1.25rem;height:1.25rem;margin-right:.5rem}@media(min-width: 75em){.info-hint__icon{width:1.5rem;height:1.5rem}}.telegram-cta{width:100%}.telegram-cta__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;align-items:center}@media(min-width: 75em){.telegram-cta__container{display:grid;grid-template-columns:repeat(2, 1fr)}}.telegram-cta__message-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.telegram-cta__message{font-size:.875rem;line-height:1.4285714286;margin-bottom:0;color:#999;color:var(--c-999)}@media(min-width: 48em){.telegram-cta__message{font-size:1rem;line-height:1.5}}@media(min-width: 90em){.telegram-cta__message{font-size:1.25rem;line-height:1.5}}.telegram-cta__img-wrapper{width:1.5rem;height:1.5rem;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}@media(min-width: 48em){.telegram-cta__img-wrapper{width:2rem;height:2rem}}@media(min-width: 62em){.telegram-cta__img-wrapper{width:2.5rem;height:2.5rem}}@media(min-width: 75em){.telegram-cta__img-wrapper{width:3.5rem;height:3.5rem}}@media(min-width: 90em){.telegram-cta__img-wrapper{width:4.5rem;height:4.5rem}}.telegram-cta__bot{font-size:.75rem;line-height:1;margin-top:.25rem;text-transform:lowercase;color:#999;color:var(--c-999);text-align:left}@media(min-width: 48em){.telegram-cta__bot{font-size:.875rem;line-height:1}}.kolo-logo{width:auto;height:1.5rem}.progress-bar{width:100%}.progress-bar__top{width:100%;height:1.5rem;position:relative;overflow:hidden;background-color:#ccc;border-radius:.75rem}.progress-bar__scale{height:100%;background-color:#fd0;background-color:var(--primary);border-radius:.75rem;position:absolute;top:0;left:0;z-index:1}.progress-bar__value{font-size:.75rem;line-height:2;position:absolute;left:.75rem;top:0;z-index:2}.progress-bar__milestones{width:100%;height:1.5rem;position:relative}.progress-bar__milestone-position{width:2px;position:absolute;top:0}.progress-bar__milestone-position::before{width:2px;height:9px;content:"";background-color:#ccc;position:absolute;left:1px;top:0}.progress-bar__milestone-value{font-size:.75rem;line-height:1;white-space:nowrap;position:absolute;left:50%;top:10px;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);color:#3e5065;color:var(--grey)}.progress-bar__milestone-value.has-reached{font-weight:700;font-weight:var(--fw-700)}@media(min-width: 48em){.progress-bar--banner{min-width:11.375rem}}@media(min-width: 75em){.progress-bar--banner{min-width:17.375rem}}@media(min-width: 90em){.progress-bar--banner{min-width:23rem}}.progress-bar--sm .progress-bar__top{height:.625rem}.progress-bar--sm .progress-bar__value{font-size:.5rem;line-height:1;width:1.25rem;margin-left:-1.5rem}.progress-bar--sm .progress-bar__value--fixed{margin-left:.25rem}.progress-bar--md .progress-bar__top{height:1rem}.progress-bar--md .progress-bar__value{font-size:.625rem;line-height:1.4;width:1.5rem;margin-left:-1.75rem}.progress-bar--md .progress-bar__value--fixed{margin-left:.5rem}.progress-bar--black .progress-bar__top{background-color:#000;background-color:var(--black);border:1px solid #000;border:1px solid var(--black);-webkit-box-shadow:0 0 1px 1px rgba(255,255,255,.5);box-shadow:0 0 1px 1px rgba(255,255,255,.5)}.progress-bar--black .progress-bar__scale{background-color:#fff;background-color:var(--white)}.progress-bar--black .progress-bar__value{text-align:center;color:#fff;color:var(--white);mix-blend-mode:exclusion}.progress-bar--white .progress-bar__top{background-color:#fff;background-color:var(--white);border:1px solid #fff;border:1px solid var(--white);-webkit-box-shadow:0 0 1px 1px rgba(0,0,0,.5);box-shadow:0 0 1px 1px rgba(0,0,0,.5)}.progress-bar--white .progress-bar__scale{background-color:#000;background-color:var(--black)}.progress-bar--white .progress-bar__value{text-align:center;color:#fff;color:var(--white);mix-blend-mode:exclusion}.campaign-donation-amount__label{font-size:.875rem;line-height:1.7142857143;display:none;margin-bottom:0;color:#3e5065;color:var(--grey)}@media(min-width: 62em){.campaign-donation-amount__label{display:block}}.campaign-donation-amount__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem}.campaign-donation-amount__current{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;font-size:1.5rem;line-height:1.3333333333;gap:.5rem;margin-bottom:0;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700}.campaign-donation-amount__total{font-size:1rem;line-height:1.5;margin-bottom:0;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:400;color:#3e5065;color:var(--grey)}.campaign-donation-amount--widget{margin-bottom:2rem}@media(min-width: 75em){.campaign-donation-amount--widget{margin-bottom:2.5rem}}@media(min-width: 75em){.campaign-donation-amount--widget .campaign-donation-amount__current{font-size:2rem;line-height:1.25}}@media(min-width: 75em){.campaign-donation-amount--widget .campaign-donation-amount__total{font-size:1.25rem;line-height:1.2}}@media(max-width: 48em){.campaign-donation-amount--banner{min-width:6.375rem;-ms-flex-negative:0;flex-shrink:0}}.campaign-donation-amount--banner .campaign-donation-amount__content{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;row-gap:0}@media(min-width: 48em){.campaign-donation-amount--banner .campaign-donation-amount__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;row-gap:.5rem}}.campaign-donation-amount--banner .campaign-donation-amount__current{font-size:.875rem;line-height:1;color:#fff;color:var(--white);white-space:nowrap}@media(max-width: 62em){.campaign-donation-amount--banner .campaign-donation-amount__current{gap:.25rem}}@media(min-width: 48em){.campaign-donation-amount--banner .campaign-donation-amount__current::after{content:"/"}}@media(min-width: 75em){.campaign-donation-amount--banner .campaign-donation-amount__current{font-size:1.75rem;line-height:1.0714285714}}.campaign-donation-amount--banner .campaign-donation-amount__current--empty::after{content:none}.campaign-donation-amount--banner .campaign-donation-amount__currency{font-size:.875rem;line-height:1}@media(min-width: 75em){.campaign-donation-amount--banner .campaign-donation-amount__currency{font-size:1.25rem;line-height:1}}.campaign-donation-amount--banner .campaign-donation-amount__total{font-size:.625rem;line-height:1.4;font-family:"Manrope", "Arial", sans-serif;font-family:var(--font-family);font-weight:700;color:rgba(255,255,255,.5);white-space:nowrap}@media(min-width: 75em){.campaign-donation-amount--banner .campaign-donation-amount__total{font-size:1.25rem;line-height:1}}.campaign-donation-amount--banner .campaign-donation-amount__total a{color:rgba(255,255,255,.5);pointer-events:none}.campaign-donation-amount--banner .campaign-donation-amount__label{font-size:.75rem;line-height:1.6666666667;display:none;font-family:"Manrope", "Arial", sans-serif;font-family:var(--font-family);font-weight:600;color:rgba(255,255,255,.5)}@media(min-width: 48em){.campaign-donation-amount--banner .campaign-donation-amount__label{display:inline}}.campaign-donation-amount--modal{margin-bottom:.5rem}.campaign-donation-amount--modal .campaign-donation-amount__content{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.campaign-donation-amount--modal .campaign-donation-amount__content--empty{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.campaign-donation-amount--modal .campaign-donation-amount__current{font-size:1.5rem;line-height:1.0833333333;font-family:"Manrope", "Arial", sans-serif;font-family:var(--font-family);white-space:nowrap}@media(min-width: 75em){.campaign-donation-amount--modal .campaign-donation-amount__current{font-size:1.75rem;line-height:1.0714285714}}.campaign-donation-amount--modal .campaign-donation-amount__currency{font-size:1rem;line-height:1.125}@media(min-width: 75em){.campaign-donation-amount--modal .campaign-donation-amount__currency{font-size:1.25rem;line-height:1.1}}.campaign-donation-amount--modal .campaign-donation-amount__total{font-size:1rem;line-height:1.25;font-family:"Manrope", "Arial", sans-serif;font-family:var(--font-family);font-weight:700;color:rgba(0,0,0,.5);white-space:nowrap}@media(min-width: 75em){.campaign-donation-amount--modal .campaign-donation-amount__total{font-size:1.25rem;line-height:1.3}}.campaign-donation-amount--modal .campaign-donation-amount__label{font-size:.75rem;line-height:1.5;font-family:"Manrope", "Arial", sans-serif;font-family:var(--font-family);font-weight:600;color:rgba(0,0,0,.5)}.event-card{display:block;width:100%;border:1px solid #cbcbcb;border:1px solid var(--cb);border-radius:1rem;background-color:#fff;background-color:var(--white);overflow:hidden;-ms-flex-item-align:start;align-self:start}.event-card:hover{text-decoration:none;color:#000;color:var(--black)}.event-card__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;padding:1rem 1rem 1.5rem}.event-card__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.25rem}.event-card__preview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;overflow:hidden;position:relative;background-color:#cbcbcb;background-color:var(--cb);aspect-ratio:16/9}.event-card__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.event-card__title{font-size:1.125rem;line-height:1.3333333333;margin-bottom:0;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:600}@media(min-width: 75em){.event-card__title{font-size:1.25rem;line-height:1.2}}.event-card__description{font-size:.875rem;line-height:1.5;margin-bottom:0}.event-card__donation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem}.event-card__donation--progress{border-top:1px solid #cbcbcb;border-top:1px solid var(--cb);padding-top:1rem}.press-block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:.75rem;overflow-x:auto;overflow-y:hidden;overflow:auto hidden}@media(min-width: 37.5em){.press-block{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1rem;gap:1rem;overflow:visible}}@media(min-width: 48em){.press-block{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 62em){.press-block{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 75em){.press-block{grid-template-columns:repeat(5, 1fr)}}.press-block__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;height:4rem;padding:.75rem 1.5rem;border-radius:1rem;background-color:#fff;text-decoration:none;-webkit-transition:-webkit-box-shadow 240ms ease-in-out;transition:-webkit-box-shadow 240ms ease-in-out;transition:box-shadow 240ms ease-in-out;transition:box-shadow 240ms ease-in-out, -webkit-box-shadow 240ms ease-in-out;cursor:pointer;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}@media(min-width: 48em){.press-block__link{padding:.75rem}}.press-block__link:hover{text-decoration:none}html:not(.is-touch) .press-block__link:hover{-webkit-box-shadow:0 0 20px rgba(0,0,0,.2);box-shadow:0 0 20px rgba(0,0,0,.2)}html:not(.is-touch) .press-block__link:hover .press-block__img{-webkit-filter:grayscale(0);filter:grayscale(0)}.press-block__img{display:block;width:auto;max-width:100%;max-height:100%}html:not(.is-touch) .press-block__img{-webkit-filter:grayscale(1);filter:grayscale(1);-webkit-transition:-webkit-filter 240ms ease-in-out;transition:-webkit-filter 240ms ease-in-out;transition:filter 240ms ease-in-out;transition:filter 240ms ease-in-out, -webkit-filter 240ms ease-in-out}.accordion{--vertical-space: 1.25rem;border-top:1px solid rgba(158,158,158,.24);padding-top:var(--vertical-space)}@media(min-width: 62em){.accordion{--vertical-space: 2rem}}.accordion__trigger{position:relative}.accordion__mark{width:2rem;height:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;right:0;-webkit-transition:-webkit-transform 240ms ease-in-out;transition:-webkit-transform 240ms ease-in-out;transition:transform 240ms ease-in-out;transition:transform 240ms ease-in-out, -webkit-transform 240ms ease-in-out}@media(min-width: 62em){.accordion__mark{width:2.5rem;height:2.5rem}}.accordion__section{margin-top:0;margin-bottom:var(--vertical-space);border-left:0;border-right:0;border-top:0;border-bottom:1px solid rgba(158,158,158,.24);background-color:rgba(0,0,0,0)}.accordion__section .accordion__trigger{font-size:1.25rem;line-height:1.4;margin-bottom:var(--vertical-space);padding:0;padding-right:3.5rem;font-family:"Manrope", "Arial", sans-serif;font-family:var(--font-family);font-weight:600;font-weight:var(--fw-600)}@media(min-width: 62em){.accordion__section .accordion__trigger{font-size:1.5rem;line-height:1.6666666667}}.accordion__section .accordion__trigger:focus{color:#000;color:var(--black)}.accordion__section .accordion__panel .accordion__text{font-size:.875rem;line-height:1.5;font-family:"Manrope", "Arial", sans-serif;font-family:var(--font-family);padding:0;padding-bottom:var(--vertical-space)}@media(min-width: 62em){.accordion__section .accordion__panel .accordion__text{font-size:1rem;line-height:1.5}}.accordion__section .accordion__panel .accordion__text>a{text-decoration:underline}.accordion__section.is-active .accordion__mark{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.accordion .ac>.ac-header .ac-trigger::after{content:none}.accordion .ac.is-active>.ac-header .ac-trigger::after{content:none}.campaign-cta{width:100%;max-width:73.125rem;margin-left:auto;margin-right:auto}.campaign-cta__title{margin-bottom:1.5rem;font-size:1.5rem;text-align:center}@media(min-width: 48em){.campaign-cta__title{font-size:2.5rem}}@media(min-width: 75em){.campaign-cta__title{margin-bottom:2.5rem;font-size:3.5rem}}.campaign-cta__description{font-size:1rem;line-height:1.5;text-align:center}.campaign-cta__description p{font-size:1rem;line-height:1.5;color:#3e5065;color:var(--grey)}@media(min-width: 62em){.campaign-cta__description p{font-size:1.25rem;line-height:1.6}}.campaign-cta__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:50rem;gap:1.5rem;margin:1.5rem auto 0}@media(min-width: 75em){.campaign-cta__buttons{margin-top:3rem}}.campaign-cta__buttons--active{padding:1.5rem 1rem;background-color:#f9f9f9;background-color:var(--f9);border-radius:1.5rem}@media(min-width: 62em){.campaign-cta__buttons--active{padding:2.5rem;border-radius:2.5rem}}@media(max-width: 599px){.campaign-cta__button{min-width:16rem}}.campaign-cta__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}.campaign-cta__fieldset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem}.tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;position:relative}.tabs__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.tabs__btn{border:0;padding:0;margin:0;background:none;cursor:pointer;font-size:.875rem;line-height:1;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;padding:.75rem;background-color:rgba(0,0,0,0);border:2px solid #f9f9f9;border:2px solid var(--f9);border-radius:1.3125rem;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700;font-weight:var(--fw-700);color:#3e5065;color:var(--grey);-webkit-transition:border-color 240ms ease-in-out,color 240ms ease-in-out,background-color 240ms ease-in-out;transition:border-color 240ms ease-in-out,color 240ms ease-in-out,background-color 240ms ease-in-out}.tabs__btn:hover{background-color:rgba(255,221,0,.1);border-color:rgba(255,221,0,.3)}.tabs__btn.is-active{border-color:#fd0;border-color:var(--primary);color:#000;color:var(--black)}.tabs__pane{display:none}.tabs__pane.is-active{display:block}.contacts-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.contacts-form__label{display:block;width:100%;margin-bottom:4rem}.contacts-form__input{display:block;width:100%;background-color:rgba(0,0,0,0);padding-bottom:1rem;border:0;border-bottom:1px solid #272727}.contacts-form__input::-webkit-input-placeholder{color:#000}.contacts-form__input::-moz-placeholder{color:#000}.contacts-form__input:-ms-input-placeholder{color:#000}.contacts-form__input::-ms-input-placeholder{color:#000}.contacts-form__input::placeholder{color:#000}.contacts-form__input:focus{outline:none}.contacts-form__input--textarea{min-height:5.5rem;resize:none}.contacts-form__submit{margin-top:4rem;color:#000;color:var(--black)}.grey-box{width:100%;padding:1.5rem 1rem;background-color:#f9f9f9;background-color:var(--f9);border-radius:1.5rem}@media(min-width: 48em){.grey-box{padding:2.5rem;border-radius:2rem}}@media(min-width: 75em){.grey-box{padding:5rem;border-radius:3rem}}.grey-box:not(:last-child){margin-bottom:2.5rem}@media(min-width: 75em){.grey-box:not(:last-child){margin-bottom:5rem}}.grey-box__description{margin-bottom:1rem}@media(min-width: 48em){.grey-box__description{margin-bottom:2.5rem}}@media(min-width: 75em){.grey-box__description{margin-bottom:5rem}}.grey-box__description p{font-size:1.25rem}.grey-box__description p:last-child{margin-bottom:0}@media(min-width: 62em){.grey-box__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:4rem;gap:4rem}}.copy-to-clipboard{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;gap:.25rem}.copy-to-clipboard__button{border:0;padding:0;margin:0;background:none;cursor:pointer;font-size:1.125rem;line-height:1.3333333333;color:#3e5065;color:var(--grey);text-align:left;word-break:break-all}.copy-to-clipboard__icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1.5rem}.copy-to-clipboard__popup{font-size:.875rem;line-height:1.4285714286;padding:.25rem .5rem;border-radius:.25rem;position:absolute;left:50%;top:-1.75rem;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#3e5065;background-color:var(--grey);color:#fff}.copy-to-clipboard--block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:3.5rem;font-size:1rem;line-height:1.75;padding-left:.875rem;background-color:#fff;background-color:var(--white);border-radius:2rem;border:4px solid #fff;border:4px solid var(--white);font-weight:600;overflow:hidden}@media(min-width: 62em){.copy-to-clipboard--block{font-size:1.25rem;line-height:1.4;height:4rem;padding-left:1.5rem}}.copy-to-clipboard--block .copy-to-clipboard__button{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;height:100%;opacity:0}.copy-to-clipboard--block .copy-to-clipboard__icon{width:3rem;height:3rem;background-color:#fd0;background-color:var(--primary);border-radius:50%;position:relative;z-index:2}@media(min-width: 62em){.copy-to-clipboard--block .copy-to-clipboard__icon{width:3.5rem;height:3.5rem}}.copy-to-clipboard--block .copy-to-clipboard__popup{width:100%;height:100%;font-size:1rem;line-height:2.5;top:0;left:0;z-index:1;padding-left:.875rem;background-color:#fff;background-color:var(--white);color:#000;color:var(--black);-webkit-transform:translateX(0);transform:translateX(0)}@media(min-width: 62em){.copy-to-clipboard--block .copy-to-clipboard__popup{font-size:1.25rem;line-height:2.4;height:3rem;padding-left:1.5rem}}.payment-amount-selection{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:20rem;gap:1rem;margin-left:auto;margin-right:auto}@media(min-width: 48em){.payment-amount-selection{gap:1.5rem}}@media(min-width: 75em){.payment-amount-selection{max-width:30rem}}.payment-amount-selection__buttons{display:grid;grid-template-columns:repeat(3, 1fr);width:100%;grid-gap:.5rem;gap:.5rem}@media(min-width: 48em){.payment-amount-selection__buttons{gap:1rem}}@media(min-width: 75em){.payment-amount-selection__buttons{gap:1.5rem}}.payment-amount-selection__btn{border:0;padding:0;margin:0;background:none;cursor:pointer;font-size:1.125rem;line-height:1;height:3rem;min-width:5.25rem;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;border-radius:1.5rem;background-color:#fff;border:2px solid rgba(0,0,0,.1);cursor:pointer;color:#000;color:var(--black);-webkit-transition:border-color 240ms ease-in-out,background-color 240ms ease-in-out;transition:border-color 240ms ease-in-out,background-color 240ms ease-in-out}@media(min-width: 75em){.payment-amount-selection__btn{font-size:1.5rem;line-height:1;height:4rem;border-radius:2rem}}.payment-amount-selection__btn:hover{border-color:#fd0;border-color:var(--primary)}.payment-amount-selection__btn.is-active{background-color:rgba(255,221,0,.2);border-color:#fd0;border-color:var(--primary);font-weight:700;font-weight:var(--fw-700)}.payment-amount-selection__controls{width:100%;display:grid;grid-template-columns:2fr 3fr;grid-gap:1rem;gap:1rem}@media(min-width: 75em){.payment-amount-selection__controls{gap:1.5rem}}.payment-amount-selection__input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.25rem;height:3rem;padding:0 1rem;border-radius:1.5rem;background-color:#fff;border:2px solid rgba(0,0,0,.1);-webkit-transition:border-color 240ms ease-in-out,background-color 240ms ease-in-out;transition:border-color 240ms ease-in-out,background-color 240ms ease-in-out}@media(min-width: 75em){.payment-amount-selection__input-wrapper{height:4rem;border-radius:2rem}}.payment-amount-selection__input-wrapper[focus-within]{border-color:#fd0;border-color:var(--primary)}.payment-amount-selection__input-wrapper[focus-within]{border-color:#fd0;border-color:#fd0;border-color:var(--primary)}.payment-amount-selection__input-wrapper:focus-within{border-color:#fd0;border-color:var(--primary)}.payment-amount-selection__input-wrapper::before,.payment-amount-selection__input-wrapper::after{font-size:1.125rem;line-height:1;display:block;font-weight:700;font-weight:var(--fw-700)}@media(min-width: 75em){.payment-amount-selection__input-wrapper::before,.payment-amount-selection__input-wrapper::after{font-size:1.5rem;line-height:1.3333333333}}.payment-amount-selection__input-wrapper.is-before::before{content:attr(data-currency)}.payment-amount-selection__input-wrapper.is-after::after{content:attr(data-currency)}.payment-amount-selection__select{min-width:auto}.payment-amount-selection__input{font-size:1.125rem;line-height:1.3333333333;margin:0;padding:0;outline:0;border:0;font-weight:700;font-weight:var(--fw-700);text-align:center}@media(min-width: 75em){.payment-amount-selection__input{font-size:1.5rem;line-height:1.3333333333}}.payment-amount-selection--targeted-banner-modal{gap:1rem;margin-bottom:2rem}.payment-amount-selection--targeted-banner-modal .payment-amount-selection__buttons{gap:.5rem}.payment-amount-selection--targeted-banner-modal .payment-amount-selection__btn{font-size:1.125rem;line-height:1;height:3rem;border-color:rgba(0,0,0,.1)}.payment-amount-selection--targeted-banner-modal .payment-amount-selection__btn.is-active{background-color:#fff;background-color:var(--white);border-width:4px}.payment-amount-selection--targeted-banner-modal .payment-amount-selection__controls{grid-template-columns:6rem 1fr}.payment-amount-selection--targeted-banner-modal .payment-amount-selection__input-wrapper{height:3rem;border-color:rgba(0,0,0,.1)}.payment-amount-selection--targeted-banner-modal .payment-amount-selection__input-wrapper::before,.payment-amount-selection--targeted-banner-modal .payment-amount-selection__input-wrapper::after{font-size:1.125rem;line-height:1}.payment-amount-selection--targeted-banner-modal .payment-amount-selection__input{font-size:1.125rem;line-height:1}.table{width:100%}.table th{font-size:.875rem;line-height:1.4285714286;padding-bottom:.25rem;color:#9e9e9e;color:var(--c-9e);font-weight:200;font-weight:var(--fw-200);text-align:left}.table td{font-size:1rem;line-height:1.5;padding:.75rem 0;font-weight:200;font-weight:var(--fw-200);text-align:left;vertical-align:top}.table td:not(:last-child){padding-right:3rem}.password-input{position:relative}.password-input__btn{border:0;padding:0;margin:0;background:none;cursor:pointer;position:absolute;right:1rem;top:1rem;cursor:pointer}.password-input__icon--hide{display:none}.password-input__error{font-size:.75rem;line-height:1.3333333333;display:none;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:200;font-weight:var(--fw-200);color:#ff5252;color:var(--error)}.password-input__error.is-active{display:block}.label{font-size:.875rem;line-height:1.4285714286;display:block;margin-bottom:.5rem;color:#9e9e9e;color:var(--c-9e)}.alert{position:fixed;top:7.5rem;right:2rem;z-index:100;background-color:#fff5b3;padding:.75rem 3rem .75rem 1.5rem;border-radius:.625rem;width:calc(100% - 4rem);max-width:26.25rem}.alert__message{font-size:.75rem;line-height:1.6666666667;width:100%;margin-bottom:0;text-align:center}.alert__close{border:0;padding:0;margin:0;background:none;cursor:pointer;position:absolute;right:1.5rem;top:.875rem}.google-button{border:0;padding:0;margin:0;background:none;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;line-height:1;width:100%;gap:2px;min-height:56px;overflow:hidden;padding:0 56px;border:1px solid #747775;border-radius:56px;font-family:"Roboto", sans-serif;font-family:var(--google-font);font-weight:500;color:#000;-webkit-transition:all .3s;transition:all .3s}.google-button:hover{-webkit-box-shadow:0 2px 8px 0 rgba(0,0,0,.3);box-shadow:0 2px 8px 0 rgba(0,0,0,.3)}.breadcrumbs{width:100%;margin-top:1rem;overflow:hidden}@media(min-width: 62em){.breadcrumbs{margin-top:1.5rem}}.breadcrumbs__list{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.breadcrumbs__item{font-size:1rem;line-height:1.625;position:relative}.breadcrumbs__item:not(:last-child){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;font-weight:500;font-weight:var(--fw-500);color:#959595;color:var(--c-95)}.breadcrumbs__item:not(:last-child)::after{font-size:1.375rem;line-height:1.1818181818;content:">";color:#000;color:var(--black)}.breadcrumbs__item:last-child{pointer-events:none}.breadcrumbs__link{color:inherit;font-weight:500;font-weight:var(--fw-500);white-space:nowrap}.breadcrumbs__link:hover,.breadcrumbs__link:visited{color:inherit}.search{width:100%;position:relative}.search__field{padding-left:3rem}.search__btn{border:0;padding:0;margin:0;background:none;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:1.75rem;height:1.75rem;position:absolute;left:.75rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.search-result{margin-top:1.5rem}@media(min-width: 62em){.search-result{margin-top:2.5rem}}.search-result__label{font-size:1rem;line-height:1.5}@media(min-width: 62em){.search-result__label{font-size:1.125rem;line-height:1.3333333333}}.search-result__empty{font-size:1.5rem;line-height:1.1666666667;margin:6.25rem auto;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700;color:#c9c9c9;color:var(--c9)}@media(min-width: 62em){.search-result__empty{font-size:2rem;line-height:1.1875}}.targeted-banner{padding:.5rem 0;position:relative;background-color:#000;background-color:var(--black)}@media(max-width: 62em){.targeted-banner .container{max-width:100%;padding-left:1.5rem;padding-right:1.5rem}}.targeted-banner__container{display:grid;grid-template-columns:1fr 6.375rem;grid-gap:0 .5rem;gap:0 .5rem}@media(min-width: 48em){.targeted-banner__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem}}.targeted-banner__img{width:3rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;border-radius:50%;-ms-flex-negative:0;flex-shrink:0}@media(min-width: 62em){.targeted-banner__img{width:5rem;height:5rem}}.targeted-banner__general{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.5rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media(min-width: 48em){.targeted-banner__general{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}}.targeted-banner__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media(min-width: 48em){.targeted-banner__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem}}.targeted-banner__title{font-size:.875rem;line-height:1.1428571429;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);color:#fff;color:var(--white);font-weight:700;text-decoration:none;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.targeted-banner__title:hover,.targeted-banner__title:visited{text-decoration:none;color:#fff;color:var(--white)}@media(min-width: 62em){.targeted-banner__title{font-size:1.5rem;line-height:1.1666666667}}.targeted-banner__logos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem;overflow:hidden;-ms-flex-negative:0;flex-shrink:0}@media(min-width: 48em){.targeted-banner__logos{width:10.75rem;height:4rem;padding-left:1rem;border-left:1px solid rgba(255,255,255,.5)}}@media(min-width: 75em){.targeted-banner__logos{width:12rem;-webkit-column-gap:.75rem;-moz-column-gap:.75rem;column-gap:.75rem}}@media(min-width: 90em){.targeted-banner__logos{width:14.625rem}}.targeted-banner__partner{height:.625rem;margin-bottom:0}@media(min-width: 48em){.targeted-banner__partner{height:1rem}}.targeted-banner__partner img{width:auto;height:100%;-o-object-fit:contain;object-fit:contain;opacity:.5}.targeted-banner__progress{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;gap:.5rem;grid-column:span 2;-ms-flex-negative:0;flex-shrink:0}@media(min-width: 48em){.targeted-banner__progress{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem}}.targeted-banner__cta{font-size:.625rem;line-height:1;min-width:auto}@media(max-width: 75em){.targeted-banner__cta{height:2rem;min-height:auto}}@media(min-width: 48em){.targeted-banner__cta{font-size:.875rem;line-height:1;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}}@media(min-width: 75em){.targeted-banner__cta{font-size:1.125rem;line-height:1}}.targeted-banner__close{border:0;padding:0;margin:0;background:none;cursor:pointer;width:12px;height:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:.5rem;top:.5rem}.targeted-banner__empty-container{display:grid;grid-template-columns:3rem 1fr;width:100%;grid-gap:.25rem;gap:.25rem}@media(min-width: 48em){.targeted-banner__empty-container{display:block}}.targeted-banner__empty-label{font-size:.75rem;line-height:1;display:inline;color:rgba(255,255,255,.5)}@media(min-width: 48em){.targeted-banner__empty-label{display:none}}.targeted-banner__empty{width:100%;height:.75rem;background-image:url(https://kolo-django-dev.s3.amazonaws.com/assets/images/slashes.png);background-repeat:repeat;background-size:cover}@media(min-width: 48em){.targeted-banner__empty{min-width:11.375rem}}@media(min-width: 75em){.targeted-banner__empty{min-width:17.375rem}}@media(min-width: 90em){.targeted-banner__empty{min-width:23rem}}.targeted-banner-modal{max-width:21.25rem;border-radius:1rem}@media(min-width: 37.5em){.targeted-banner-modal{max-width:26.125rem}}.targeted-banner-modal__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;padding:3.5rem 1rem 1rem}@media(min-width: 37.5em){.targeted-banner-modal__body{padding:3.5rem 1.5rem 1.5rem}}.targeted-banner-modal__close{width:1.5rem;height:1.5rem;position:absolute;right:1.5rem;top:1rem}.targeted-banner-modal__close span{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.targeted-banner-modal__title{font-size:1.5rem;line-height:1.0833333333;margin-bottom:0;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700}.targeted-banner-modal__partners{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:auto;min-height:3rem;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.75rem}.targeted-banner-modal__logo{height:1rem;-webkit-filter:brightness(0.5);filter:brightness(0.5)}.targeted-banner-modal__logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.targeted-banner-modal__empty{width:100%;height:.75rem;font-size:.75rem;line-height:1;overflow:hidden;color:#959595;color:var(--c-95)}.warning{width:100%;max-width:60.5rem;margin-left:auto;margin-right:auto;background-color:#f5f5f5;border:1px solid #e2e2e2;padding:1rem;border-radius:.5rem;overflow:hidden;position:relative}@media(min-width: 62em){.warning{border-radius:1rem;padding:1.5rem 3rem}}.warning__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.5rem}@media(min-width: 62em){.warning__container{gap:1.875rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media(min-width: 62em){.warning__content{padding:1rem}}.warning__content p{margin-bottom:1.5rem}.warning__content p:last-child{margin-bottom:0}.warning__icon{width:1.25rem;height:1.25rem;-ms-flex-negative:0;flex-shrink:0;margin-top:.25rem}@media(min-width: 62em){.warning__icon{width:3rem;height:2.6875rem;margin-top:0}}@media(min-width: 62em){.directions__title{margin-bottom:3.5rem}}@media(min-width: 62em){.directions__img{margin-bottom:3.5rem}}.social-media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.social-media__link{width:3.25rem;height:3.25rem;border-radius:50%;overflow:hidden;border:1px solid #fd0;border:1px solid var(--primary)}.video-wrapper{width:100%;max-width:88rem;aspect-ratio:16/9;margin-left:auto;margin-right:auto;overflow:hidden;border-radius:1rem}.video-wrapper iframe{width:100%;height:100%}.content-block{position:relative}.content-block__image{overflow:hidden;margin-bottom:1.5rem}@media(min-width: 48em){.content-block__image{max-width:46vw;border-radius:0 1.5rem 1.5rem 0;margin-bottom:0}}@media(min-width: 48em){.content-block__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;left:50%;top:0;height:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@media(min-width: 48em){.content-block__content{max-width:22.5rem;padding-top:3rem}}@media(min-width: 62em){.content-block__content{max-width:30rem;padding-top:5rem}}@media(min-width: 75em){.content-block__content{max-width:35rem;padding-top:6.375rem}}@media(min-width: 90em){.content-block__content{max-width:42rem;padding-top:9.25rem}}.faq-block__title{margin-bottom:3.5rem}@media(min-width: 48em){.faq-block__title{margin-bottom:5rem}}.faq-block .accordion{border-color:#fff;border-color:var(--white)}.faq-block .accordion__section{border-color:#fff;border-color:var(--white)}.faq-block .accordion__trigger{color:#fff;color:var(--white)}.faq-block .accordion__trigger:focus{color:#fff;color:var(--white)}.faq-block .accordion__panel .accordion__text{color:#fff;color:var(--white)}.wrap-up-card{width:100%;max-width:23rem;background-color:#000;background-color:var(--black);border-radius:1rem;padding:1rem 1rem 2rem;overflow:hidden}.wrap-up-card__image{width:100%;height:0;padding-top:100%;max-width:100%;position:relative}.wrap-up-card__image img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.wrap-up-card__pin{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:334px;height:334px}.wrap-up-card__title{font-size:1.25rem;line-height:1.2;margin-top:1.5rem;margin-bottom:.75rem;color:#fff;color:var(--white);text-align:center;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700}@media(min-width: 37.5em){.wrap-up-card__title{font-size:1.375rem;line-height:1.2727272727}}.wrap-up-card__description{font-size:.75rem;line-height:1.5;margin-bottom:0;text-align:center;color:#9f9b90;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);text-transform:uppercase}.wrap-up-card__accent{color:#fd0;color:var(--primary)}.donation-widget{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:29.25rem;gap:.5rem}.donation-widget__progress{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1rem;border-radius:1rem;border:1px solid #cbcbcb;border:1px solid var(--cb);background-color:#fff;background-color:var(--white);gap:.5rem}@media(min-width: 75em){.donation-widget__progress{padding:1rem 2rem;border-radius:1.5rem}}.donation-widget__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1rem;gap:1.5rem;border-radius:1rem;border:1px solid #cbcbcb;border:1px solid var(--cb);background-color:#f5f5f5;background-color:var(--f5)}@media(min-width: 75em){.donation-widget__body{padding:1.5rem 2rem;border-radius:1.5rem}}.donation-widget__title{font-size:1.25rem;line-height:1.2;margin-bottom:0;color:#000;color:var(--black);font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700}@media(min-width: 75em){.donation-widget__title{font-size:1.75rem;line-height:1.2142857143}}.donation-widget__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}.donation-widget__label{width:100%;position:relative}.donation-widget__currency{font-size:1.5rem;line-height:1.5833333333;color:#666;color:var(--c-666);font-weight:700;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:color 240ms ease-in-out;transition:color 240ms ease-in-out}.donation-widget__input{font-size:2.5rem;line-height:1.2;width:100%;padding:.25rem 1.25rem .25rem 0;border:0;border-bottom:1px solid #cbcbcb;border-bottom:1px solid var(--cb);color:#666;color:var(--c-666);font-weight:700;background-color:rgba(0,0,0,0);-webkit-transition:border-color 240ms ease-in-out,color 240ms ease-in-out;transition:border-color 240ms ease-in-out,color 240ms ease-in-out}.donation-widget__input:focus,.donation-widget__input.is-valid{border-color:#000;border-color:var(--black);outline:none;color:#000;color:var(--black)}.donation-widget__input:focus+.donation-widget__currency,.donation-widget__input.is-valid+.donation-widget__currency{color:#000;color:var(--black)}.donation-widget__amounts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.donation-widget__amount{border:0;padding:0;margin:0;background:none;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.125rem;line-height:1.2222222222;padding:1rem .75rem;gap:.5rem;-ms-flex-item-align:stretch;align-self:stretch;border-radius:4.5rem;border:2px solid #cbcbcb;border:2px solid var(--cb);background:#fff;background:var(--white);color:#000;color:var(--black);font-weight:700;white-space:nowrap}.donation-widget__amount.focus-visible{border-color:#fd0;border-color:var(--primary);outline:none}.donation-widget__amount.focus-visible{border-color:#fd0;border-color:#fd0;border-color:var(--primary);outline:none}.donation-widget__amount:focus-visible{border-color:#fd0;border-color:var(--primary);outline:none}.donation-widget__amount:active{border-color:#fd0;border-color:var(--primary)}@media(min-width: 75em){.donation-widget__amount{font-size:1.375rem;line-height:1.1818181818;padding:1.0625rem 1.5rem}}.donation-widget__cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}.donation-widget__mono{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;padding:1rem;border-radius:1rem;border:1px solid #cbcbcb;border:1px solid var(--cb);background-color:#fff;background-color:var(--white)}@media(min-width: 75em){.donation-widget__mono{padding:2rem;border-radius:1.5rem}}.donation-widget__mono-text{font-size:.875rem;line-height:1.5;margin-bottom:0}.donation-widget__copy{font-size:.875rem;line-height:1.5;margin-bottom:0;margin-top:.5rem;color:#666;color:var(--c-666)}.donation-widget__copy a{color:inherit}.donation-widget__reports{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;padding:2rem}.donation-widget__icon{width:1.5rem;height:1.5rem;font-size:1.5rem}.donation-widget--modal .donation-widget__body{padding:1rem;gap:.75rem;border-radius:1rem}@media(min-width: 37.5em){.donation-widget--modal .donation-widget__body{gap:1.5rem}}.donation-widget--modal .donation-widget__title{font-size:1.25rem;line-height:1.2}.donation-widget--modal .donation-widget__form{gap:.75rem}@media(min-width: 37.5em){.donation-widget--modal .donation-widget__form{gap:1.5rem}}.donation-widget--modal .donation-widget__amount{font-size:1.125rem;line-height:1.2222222222;padding:1rem .5rem}@media(min-width: 37.5em){.donation-widget--modal .donation-widget__amount{padding:1rem}}.donation-widget--modal .donation-widget__cta{gap:.75rem}@media(min-width: 37.5em){.donation-widget--modal .donation-widget__cta{gap:1rem}}.donation-widget--modal .donation-widget__mono{padding:1rem;border-radius:1rem;gap:.75rem}@media(min-width: 37.5em){.donation-widget--modal .donation-widget__mono{gap:1.5rem}}.donation-amount{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.donation-amount__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:.25rem}.donation-amount__label{font-size:.875rem;line-height:1.2857142857;color:#666;color:var(--c-666)}.donation-amount__sum{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;font-size:1.25rem;line-height:1;gap:.25rem;font-weight:700;color:#000;color:var(--black)}.donation-amount__sum::after{font-size:1rem;line-height:1.125;content:"₴"}.donation-amount__sum--target{color:#666;color:var(--c-666)}.donation-amount--with-target{padding:.5rem 0}.donation-amount--with-target .donation-amount__block{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.progressbar{width:100%;height:1rem;border:1px solid #cbcbcb;border:1px solid var(--cb);position:relative;overflow:hidden;background-color:#fff;background-color:var(--white);border-radius:.75rem}.progressbar__scale{height:100%;background-color:#000;background-color:var(--black);border-radius:.75rem;position:absolute;top:0;left:0;z-index:1}.progressbar__value{font-size:.625rem;line-height:1;margin-left:-1.5rem;position:absolute;left:.75rem;top:2px;z-index:2;text-align:center;font-weight:600;color:#fff;color:var(--white);mix-blend-mode:exclusion}.progressbar__value--fixed{margin-left:.25rem}.our-results{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:2.5rem .25rem;gap:2.5rem .25rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}@media(min-width: 62em){.our-results{grid-template-columns:17.5rem 1fr 17.5rem;gap:1.25rem}}.our-results__categories{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.25rem}@media(min-width: 62em){.our-results__categories{gap:1rem}}.our-results__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:5.5rem;gap:.25rem;padding:.75rem 1.25rem;background-color:#f5f5f5;background-color:var(--f5);border-radius:3.75rem}@media(min-width: 62em){.our-results__item{height:auto;gap:.5rem;padding:1.75rem}}.our-results__value{font-size:1.5rem;line-height:1.1666666667;font-weight:700;text-align:center}@media(min-width: 62em){.our-results__value{font-size:2rem;line-height:1.1875}}.our-results__label{font-size:.75rem;line-height:1.1666666667;text-align:center}@media(min-width: 62em){.our-results__label{font-size:.875rem;line-height:1.1428571429}}.our-results__general{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:auto;gap:4.625rem;position:relative}@media(max-width: 62em){.our-results__general{grid-column:1/3;grid-row:1}}@media(min-width: 62em){.our-results__general{height:17.5rem;gap:1.25rem}}@media(min-width: 75em){.our-results__general{height:26rem;gap:2.5rem}}.our-results__general::before{--size: 10rem;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:var(--size);height:var(--size);content:"";background-color:#fd0;background-color:var(--primary);border-radius:50%;z-index:0}@media(min-width: 62em){.our-results__general::before{--size: 17.5rem}}@media(min-width: 75em){.our-results__general::before{--size: 26rem}}.our-results__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:12.5rem;position:relative}.our-results__total{font-size:2.375rem;line-height:1.1578947368;margin-bottom:0;white-space:nowrap;position:relative}@media(min-width: 62em){.our-results__total{font-size:3rem;line-height:1.1666666667}}@media(min-width: 75em){.our-results__total{font-size:4.625rem;line-height:1.2162162162}}.our-results__text{font-size:.875rem;line-height:1.5;text-align:center}.kolona-banner{-webkit-font-feature-settings:"dlig" on;font-feature-settings:"dlig" on;text-align:center}@media(min-width: 62em){.kolona-banner{padding:0 24px;max-width:76rem;margin:0 auto}}.kolona-banner__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#000;background-color:var(--black);border-radius:32px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:32px;overflow:hidden}@media(min-width: 62em){.kolona-banner__content{padding-bottom:40px}}.kolona-banner__image{width:100%}.kolona-banner__image img{width:100%;height:auto;max-width:100%;display:block;-o-object-fit:contain;object-fit:contain}.kolona-banner__text{font-family:"Fixel Text", sans-serif;font-family:var(--fixel-font-text);font-weight:400;color:#d0d0d0;color:var(--d0);font-size:16px;padding:23px 24px 0;line-height:1.3;max-width:320px;margin:0 auto}@media(min-width: 62em){.kolona-banner__text{max-width:520px;font-size:18px}}.kolona-banner__button{width:100%;padding:0 24px}.kolona-banner__cta{font-family:"Fixel Display", sans-serif;font-family:var(--fixel-font);font-weight:600;font-size:18px;margin-top:30px;width:100%;height:64px}@media(min-width: 62em){.kolona-banner__cta{min-width:auto;margin-top:40px;max-width:240px}}.spinner{-webkit-animation:rotator 1.4s linear infinite;animation:rotator 1.4s linear infinite}@-webkit-keyframes rotator{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@keyframes rotator{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}.path{stroke-dasharray:187;stroke-dashoffset:0;-webkit-transform-origin:center;transform-origin:center;-webkit-animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite}@-webkit-keyframes colors{0%{stroke:#4285f4}25%{stroke:#de3e35}50%{stroke:#f7c223}75%{stroke:#1b9a59}100%{stroke:#4285f4}}@keyframes colors{0%{stroke:#4285f4}25%{stroke:#de3e35}50%{stroke:#f7c223}75%{stroke:#1b9a59}100%{stroke:#4285f4}}@-webkit-keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;-webkit-transform:rotate(135deg);transform:rotate(135deg)}100%{stroke-dashoffset:187;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;-webkit-transform:rotate(135deg);transform:rotate(135deg)}100%{stroke-dashoffset:187;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}.achievement-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;max-width:23rem;background-color:#000;background-color:var(--black);padding:1rem;aspect-ratio:4/5;background-repeat:no-repeat;background-position:center center;background-size:cover;font-family:"Fixel Display", sans-serif;font-family:var(--fixel-font);-webkit-font-feature-settings:"salt" on;font-feature-settings:"salt" on}.achievement-card__title,.achievement-card__description{color:#fff;color:var(--white)}.achievement-card__content{width:100%;padding:0 2rem .75rem;position:relative;text-align:center;isolation:isolate}.achievement-card__title{font-size:1.25rem;line-height:1;white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis;margin-bottom:1rem;font-weight:700;font-weight:var(--fw-700)}.achievement-card__description{font-size:.75rem;line-height:1.5;margin:0 auto .625rem;max-width:16.25rem}.achievement-card__blur{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:1rem;background-color:rgba(0,0,0,.3019607843);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:-1}.achievement-card__tier{display:inline-block;position:relative;bottom:.75rem;padding:.125rem 1.25rem;border-radius:1.5rem;margin:0 auto .25rem;height:1.375rem;font-size:.75rem}.input-animated{position:relative;height:64px;font-family:"Manrope", "Arial", sans-serif;font-family:var(--font-family)}.input-animated__label{position:absolute;top:20px;left:12px;color:#c8c8c8;color:var(--c-8);font-size:16px;-webkit-transition:all .3s linear;transition:all .3s linear;pointer-events:none}.input-animated__block{width:100%;height:100%;border-radius:8px;border:1px solid #464646;border:1px solid var(--wood-charcoal);background:rgba(0,0,0,0);padding:20px;outline:none;font-size:16px;color:#fff;color:var(--white);position:absolute;top:0;left:0;width:100%;-webkit-transition:all .3s linear;transition:all .3s linear}.input-animated__block.error{-webkit-box-shadow:inset 0 0 0 2px #ff5252;box-shadow:inset 0 0 0 2px #ff5252;-webkit-box-shadow:inset 0 0 0 2px var(--error);box-shadow:inset 0 0 0 2px var(--error);color:#ff5252;color:var(--error)}.input-animated__block::-webkit-input-placeholder{opacity:0}.input-animated__block::-moz-placeholder{opacity:0}.input-animated__block:-ms-input-placeholder{opacity:0}.input-animated__block::-ms-input-placeholder{opacity:0}.input-animated__block::placeholder{opacity:0}.input-animated__block:focus{-webkit-box-shadow:inset 0 0 0 2px #fd0;box-shadow:inset 0 0 0 2px #fd0;-webkit-box-shadow:inset 0 0 0 2px var(--primary);box-shadow:inset 0 0 0 2px var(--primary)}.input-animated__block:focus.error{-webkit-box-shadow:inset 0 0 0 2px #ff5252;box-shadow:inset 0 0 0 2px #ff5252;-webkit-box-shadow:inset 0 0 0 2px var(--error);box-shadow:inset 0 0 0 2px var(--error);color:#ff5252;color:var(--error)}.input-animated__block:not(:-moz-placeholder-shown){padding:27px 10px 5px 11px}.input-animated__block:not(:-ms-input-placeholder){padding:27px 10px 5px 11px}.input-animated__block:focus,.input-animated__block:not(:placeholder-shown){padding:27px 10px 5px 11px}.input-animated__block:not(:-moz-placeholder-shown)+.input-animated__label{transform:translate(-10px, -10px) scale(0.7)}.input-animated__block:not(:-ms-input-placeholder)+.input-animated__label{transform:translate(-10px, -10px) scale(0.7)}.input-animated__block:focus+.input-animated__label,.input-animated__block:not(:placeholder-shown)+.input-animated__label{-webkit-transform:translate(-10px, -10px) scale(0.7);transform:translate(-10px, -10px) scale(0.7)}.mobile-menu{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:fixed;left:0;top:0;z-index:1100;overflow:hidden;opacity:0;-webkit-transition:opacity 240ms ease-in-out;transition:opacity 240ms ease-in-out;visibility:hidden}@media(min-width: 75em){.mobile-menu{position:static;display:none}}.mobile-menu.is-opened{opacity:1;visibility:visible}.mobile-menu__header{width:100%;height:5rem;padding:0 1.5rem;-ms-flex-negative:0;flex-shrink:0;background-color:#fff;background-color:var(--white);position:relative;z-index:2}.mobile-menu__header-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(158,158,158,.24)}.mobile-menu__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:30rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#fff;background-color:var(--white);overflow-x:hidden;overflow-y:auto;overflow:hidden auto;-webkit-box-shadow:0 4px 22px rgba(0,0,0,.06);box-shadow:0 4px 22px rgba(0,0,0,.06);position:relative}.mobile-menu__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:sticky;gap:1rem;bottom:0;left:0;padding:1.75rem 0;background-color:#fff;background-color:var(--white);z-index:3}.mobile-menu__logo{width:4.3125rem;height:1.125rem}.mobile-menu__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.75rem;padding:1.75rem 1.5rem;position:relative}.mobile-menu__body.is-hidden{display:none}.mobile-menu__close{border:0;padding:0;margin:0;background:none;cursor:pointer;width:1.5rem;height:1.5rem;font-size:1.5rem;line-height:1;cursor:pointer}.mobile-menu__back{border:0;padding:0;margin:0;background:none;cursor:pointer;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:sticky;top:0;left:0;gap:.5rem;padding:1.75rem 1.5rem;cursor:pointer;background-color:#fff;background-color:var(--white);-webkit-transition:opacity 240ms ease-in-out,visibility 240ms ease-in-out;transition:opacity 240ms ease-in-out,visibility 240ms ease-in-out;color:#000;color:var(--black);z-index:2}.mobile-menu__back.is-active{display:-webkit-box;display:-ms-flexbox;display:flex}.mobile-menu__back-icon{width:1.125rem;height:1.125rem;font-size:1.125rem;line-height:1}.mobile-menu__cta{padding:0 1.5rem}.mobile-menu__cta-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem;padding:1.75rem 0;border-top:1px solid #e7e9ef;border-bottom:1px solid #e7e9ef}.mobile-menu__email{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1rem;line-height:1.375;gap:.5rem}.mobile-menu__email-icon{width:1.125rem;height:1.125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.125rem}.hero__top{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:2rem}@media(min-width: 62em){.hero__top{width:auto;gap:5.5rem;margin-bottom:4rem}}@media(min-width: 75em){.hero__top{gap:7.5rem}}.hero__cta{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 62em){.hero__cta{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.hero__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:90%;margin-left:auto;margin-right:auto}.hero__logo-wrapper{--size: 18.75rem;width:var(--size);height:var(--size);display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;-ms-flex-item-align:start;align-self:flex-start}@media(min-width: 62em){.hero__logo-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}}@media(min-width: 75em){.hero__logo-wrapper{--size: 25rem}}@media(min-width: 90em){.hero__logo-wrapper{--size: 30rem}}.hero__sub-title{max-width:37.5rem;margin-bottom:2rem;text-align:center}@media(min-width: 62em){.hero__sub-title{margin-bottom:4.375rem;text-align:left}}.hero__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;gap:1.5rem}@media(min-width: 62em){.hero__buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media(min-width: 75em){.hero__buttons{gap:2rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media(min-width: 90em){.hero__buttons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.campaign{width:100%}.campaign__heading{display:none;margin-bottom:1rem;text-align:center}@media(min-width: 62em){.campaign__heading{display:block;text-align:left}}.campaign__heading--mobile{display:block}@media(min-width: 62em){.campaign__heading--mobile{display:none}}.campaign__description{display:none;margin-bottom:1rem;font-size:.875rem;color:#999;color:var(--c-999);text-align:center}@media(min-width: 37.5em){.campaign__description{margin-bottom:1.5rem}}@media(min-width: 48em){.campaign__description{font-size:1.125rem}}@media(min-width: 62em){.campaign__description{display:block;text-align:left}}@media(min-width: 75em){.campaign__description{font-size:1.5rem}}.campaign__description--mobile{display:block}@media(min-width: 62em){.campaign__description--mobile{display:none}}.campaign__form{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}@media(min-width: 37.5em){.campaign__form{gap:2rem}}@media(min-width: 62em){.campaign__form{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:0}}.campaign__upload-logo{width:50%;height:50%;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 240ms ease-in-out;transition:-webkit-transform 240ms ease-in-out;transition:transform 240ms ease-in-out;transition:transform 240ms ease-in-out, -webkit-transform 240ms ease-in-out}.campaign__upload-area{--size: 9.375rem;width:var(--size);height:var(--size);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1rem;background-color:rgba(0,0,0,.1);border:8px solid #fff;position:relative;border-radius:50%;cursor:pointer}@media(min-width: 37.5em){.campaign__upload-area{--size: 15.625rem;margin-top:1rem;margin-bottom:1.5rem}}@media(min-width: 62em){.campaign__upload-area{--size: 18.75rem}}@media(min-width: 75em){.campaign__upload-area{margin-bottom:2.5rem}}@media(min-width: 90em){.campaign__upload-area{--size: 25rem}}.campaign__upload-area::after{--size: 6.875rem;content:"";display:block;width:var(--size);height:var(--size);position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1);border:2px dashed rgba(0,0,0,.2);border-radius:50%;-webkit-transition:-webkit-transform 240ms ease-in-out;transition:-webkit-transform 240ms ease-in-out;transition:transform 240ms ease-in-out;transition:transform 240ms ease-in-out, -webkit-transform 240ms ease-in-out}@media(min-width: 37.5em){.campaign__upload-area::after{--size: 12.5rem}}@media(min-width: 62em){.campaign__upload-area::after{--size: 15.625rem}}@media(min-width: 75em){.campaign__upload-area::after{margin-bottom:2.5rem}}@media(min-width: 90em){.campaign__upload-area::after{--size: 21.875rem}}.campaign__upload-area:hover::after{-webkit-transform:translate(-50%, -50%) scale(0.98);transform:translate(-50%, -50%) scale(0.98)}.campaign__upload-area:hover .campaign__upload-logo{-webkit-transform:scale(1.1);transform:scale(1.1)}.campaign__upload-area.is-error{border-color:#c70000;border-color:var(--red)}.campaign__file{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.campaign__preview-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;position:absolute;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:10;overflow:hidden;border-radius:50%}.campaign__hint{font-size:1rem;line-height:1.5;margin-bottom:.25rem;color:rgba(0,0,0,.5)}@media(min-width: 37.5em){.campaign__hint{font-size:1.25rem;line-height:1.5;margin-bottom:.625rem}}@media(min-width: 75em){.campaign__hint{font-size:1.5rem;line-height:1.5}}.campaign__size-restriction{font-size:.75rem;line-height:1.6666666667;margin-bottom:0;color:rgba(0,0,0,.5)}.campaign__size-restriction.is-error{color:#c70000;color:var(--red)}@media(min-width: 37.5em){.campaign__size-restriction{font-size:.875rem;line-height:1.4285714286}}@media(min-width: 75em){.campaign__size-restriction{font-size:1rem;line-height:1.5}}.campaign__fieldset{margin:0;padding:0;border:0}.campaign__uploader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.campaign__fields{width:100%;max-width:35rem}@media(min-width: 75em){.campaign__fields{max-width:42.5rem}}@media(min-width: 90em){.campaign__fields{max-width:48rem}}.campaign__select-group{display:grid;grid-gap:1.5rem;gap:1.5rem}@media(min-width: 37.5em){.campaign__select-group{grid-template-columns:1fr 2fr 2fr}}@media(min-width: 75em){.campaign__select-group{grid-template-columns:1fr 2fr 2fr}}@media(min-width: 90em){.campaign__select-group{gap:2rem}}.campaign__submit{margin-top:1rem}@media(min-width: 37.5em){.campaign__submit{margin-top:2rem}}@media(min-width: 75em){.campaign__submit{margin-top:4rem}}.campaign__double{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;gap:1rem}@media(min-width: 37.5em){.campaign__double{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.campaign__popup{display:none;position:absolute;margin-bottom:5rem;bottom:0;left:0;right:0;width:100%;padding:2.5rem 1.5rem 1rem;background-color:#fd0;background-color:var(--primary);border-radius:1.5rem}@media(min-width: 37.5em){.campaign__popup{margin-bottom:2.5rem}}@media(min-width: 75em){.campaign__popup{margin-bottom:3rem;padding:4rem 2rem 1.5rem;border-radius:2.5rem}}.campaign__popup.is-active{display:block;-webkit-animation:200ms ease-in-out fade-in;animation:200ms ease-in-out fade-in}.campaign__popup-close{border:0;padding:0;margin:0;background:none;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;right:1.5rem;top:1.25rem}@media(min-width: 75em){.campaign__popup-close{right:1.5rem;top:1.5rem}}.campaign__popup-text{font-size:1rem;line-height:1.5}@media(min-width: 75em){.campaign__popup-text{font-size:1.125rem;line-height:1.7777777778}}.campaign__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;gap:1rem}@media(min-width: 48em){.campaign__container{gap:1.5rem}}@media(min-width: 62em){.campaign__container{grid-gap:5rem;gap:5rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:grid;grid-template-columns:18.75rem 1fr}}@media(min-width: 75em){.campaign__container{gap:6.25rem}}@media(min-width: 90em){.campaign__container{grid-template-columns:25rem 1fr;gap:8.75rem}}.campaign__info{width:100%;max-width:35rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 62em){.campaign__info{display:block;max-width:37.5rem}}@media(min-width: 75em){.campaign__info{max-width:45rem}}@media(min-width: 90em){.campaign__info{max-width:51.625rem}}.campaign__profile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}@media(min-width: 48em){.campaign__profile{gap:1.5rem}}@media(min-width: 62em){.campaign__profile{gap:2rem}}.campaign__photo-wrapper{--size: 6.25rem;width:var(--size);height:var(--size);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;border-radius:50%;background-color:#fff;border:6px solid #fd0;border:6px solid var(--primary)}@media(min-width: 48em){.campaign__photo-wrapper{--size: 9.375rem}}@media(min-width: 62em){.campaign__photo-wrapper{--size: 15rem;border-width:10px}}@media(min-width: 75em){.campaign__photo-wrapper{--size: 18.75rem}}@media(min-width: 90em){.campaign__photo-wrapper{--size: 25rem}}.campaign__title{margin-bottom:.75rem;font-size:1.5rem;text-align:center}@media(min-width: 48em){.campaign__title{font-size:2rem}}@media(min-width: 62em){.campaign__title{font-size:2.5rem;text-align:left}}@media(min-width: 75em){.campaign__title{font-size:3.5rem}}@media(min-width: 90em){.campaign__title{font-size:4rem}}.campaign__name{margin-bottom:0;font-size:1.25rem}@media(min-width: 48em){.campaign__name{font-size:1.5rem}}@media(min-width: 75em){.campaign__name{font-size:2rem}}.campaign__name-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin-bottom:1rem}@media(min-width: 48em){.campaign__name-wrapper{margin-bottom:1.5rem}}@media(min-width: 62em){.campaign__name-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1.5rem}}.campaign__period{margin-bottom:.5rem;font-size:1rem;color:#999;color:var(--c-999)}@media(min-width: 48em){.campaign__period{margin-bottom:1rem}}@media(min-width: 62em){.campaign__period{margin-bottom:1.5rem;font-size:1.25rem}}@media(min-width: 75em){.campaign__period{font-size:1.5rem}}.campaign__author-message{font-size:1rem;line-height:1.5;width:100%;min-width:18rem;margin-bottom:0;border-radius:1.5rem;padding:1rem;background-color:rgba(255,221,0,.3);font-size:1rem}@media(min-width: 75em){.campaign__author-message{padding:1.5rem;border-radius:2.5rem;font-size:1.25rem}}.campaign__author-message p:last-child{margin-bottom:0}.campaign__author-message a{text-decoration:underline}.campaign__author-message a:hover{text-decoration:none}.campaign__author-message--white{background-color:#fff}.campaign__wrapper{width:100%;margin:2.5rem 0}@media(min-width: 75em){.campaign__wrapper{margin:5rem 0}}.campaign__wrapper.is-double{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}@media(min-width: 37.5em){.campaign__wrapper.is-double{display:grid;grid-template-columns:repeat(2, 1fr)}}.campaign__col{width:100%;text-align:center}@media(min-width: 62em){.campaign__col{text-align:left}}.campaign__label{margin-bottom:.75rem;font-size:1rem;color:#999;color:var(--c-999)}@media(min-width: 62em){.campaign__label{font-size:1.25rem}}@media(min-width: 75em){.campaign__label{font-size:1.5rem}}@media(min-width: 90em){.campaign__label{font-size:2rem}}.campaign__balance{margin-bottom:0;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-size:2.5rem;font-weight:700;font-weight:var(--fw-700)}@media(min-width: 75em){.campaign__balance{font-size:3.5rem}}@media(min-width: 90em){.campaign__balance{font-size:3.5rem}}.campaign__double-block{padding:1rem;background-color:rgba(255,221,0,.3);border-radius:1.5rem;text-align:center}@media(min-width: 75em){.campaign__double-block{border-radius:2.5rem;padding:1.5rem}}.campaign__double-title{font-size:1rem;line-height:1;margin-bottom:1rem}@media(min-width: 75em){.campaign__double-title{font-size:1.5rem;line-height:1;margin-bottom:1.5rem}}.campaign__double-sum{font-size:1.5rem;line-height:1;margin-bottom:0;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:600;font-weight:var(--fw-600)}@media(min-width: 62em){.campaign__double-sum{font-size:2rem;line-height:1}}.campaign__order-form{width:100%}.campaign__reason{font-size:1rem;line-height:1.5;margin-bottom:.5rem;text-align:center}@media(min-width: 48em){.campaign__reason{font-size:1.25rem;line-height:1.5;margin-bottom:1rem;text-align:left}}@media(min-width: 62em){.campaign__reason{font-size:1.5rem;line-height:1.3333333333}}.campaign__donations{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin-bottom:1rem}@media(min-width: 48em){.campaign__donations{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:0}}.campaign__present{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:1.5rem}@media(min-width: 37.5em){.campaign__present{margin-bottom:2.5rem}}.campaign__present-label{font-size:1rem;line-height:1.5;margin-bottom:0}@media(min-width: 37.5em){.campaign__present-label{font-size:1.25rem;line-height:1.5}}@media(min-width: 75em){.campaign__present-label{font-size:1.75rem;line-height:1.3571428571}}.campaign__present-amount{font-size:1.125rem;line-height:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:3rem;margin-bottom:0;padding:0 1rem;background-color:rgba(255,221,0,.2);border:2px solid #fd0;border:2px solid var(--primary);border-radius:1.5rem;font-weight:700;font-weight:var(--fw-700)}@media(min-width: 37.5em){.campaign__present-amount{padding:0 1.25rem}}@media(min-width: 75em){.campaign__present-amount{font-size:1.5rem;line-height:1;height:4rem;border-radius:2rem}}.campaign__ty-explainer{font-size:1rem;line-height:1.5;margin-top:1.5rem;margin-bottom:2.5rem;padding:1.5rem 1rem;background-color:rgba(255,221,0,.3);border-radius:1.25rem;text-align:center}@media(min-width: 48em){.campaign__ty-explainer{font-size:1.25rem;line-height:1.5;margin-top:2rem;margin-bottom:3rem;padding:2rem 1.5rem}}@media(min-width: 62em){.campaign__ty-explainer{font-size:1.5rem;line-height:1.6666666667;margin-top:2.5rem;margin-bottom:4rem;padding:2.5rem 2rem;border-radius:2.5rem;text-align:left}}.campaign__copy{width:100%;margin-bottom:2.5rem}@media(min-width: 48em){.campaign__copy{margin-bottom:3rem}}@media(min-width: 62em){.campaign__copy{margin-bottom:4rem}}.campaign__button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}@media(min-width: 48em){.campaign__button-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media(min-width: 62em){.campaign__button-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:2rem}}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-in{from{opacity:0}to{opacity:1}}.greetings__list{margin-top:1.5rem;overflow:hidden}@media(min-width: 37.5em){.greetings__list{margin-top:2.5rem}}.greetings__item:not(:last-child){margin-bottom:1.25rem}.greetings__more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;margin-top:3rem}.greetings__more-btn{font-size:1.5rem;line-height:1;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;padding:0;background-color:rgba(0,0,0,0);border:0;color:#000;color:var(--black);cursor:pointer;-webkit-transition:color 240ms ease-in-out;transition:color 240ms ease-in-out}.greetings__more-btn::after{width:1rem;height:1rem;content:"";display:block;margin-bottom:.5rem;background-color:rgba(0,0,0,0);border-right:1px solid #000;border-bottom:1px solid #000;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg);-webkit-transform-origin:center center;transform-origin:center center}.greetings__more-btn:focus{outline:none;border-color:#fd0;border-color:var(--primary)}html:not(.is-touch) .greetings__more-btn:hover{color:#fd0;color:var(--primary)}html:not(.is-touch) .greetings__more-btn:hover .greetings__more-btn-text::before{-webkit-transform:translateY(1px);transform:translateY(1px)}.greetings__more-btn.is-expanded{color:#000;color:var(--black)}.greetings__more-btn.is-expanded::after{margin-bottom:0;margin-top:.5rem;-webkit-transform:rotateZ(-135deg);transform:rotateZ(-135deg)}.greetings__more-btn-text{position:relative;padding:0 .25rem}.greetings__more-btn-text::before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;right:0;z-index:-1;background-color:#000;background-color:var(--black);-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform 240ms ease-in-out;transition:-webkit-transform 240ms ease-in-out;transition:transform 240ms ease-in-out;transition:transform 240ms ease-in-out, -webkit-transform 240ms ease-in-out}.greetings__cta{margin-top:2.5rem}@media(min-width: 37.5em){.greetings__cta{margin-top:5rem}}@media(min-width: 75em){.greetings__cta{margin-top:6.5rem}}.about-happy-kolo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.why-kolo{display:grid;grid-template-columns:repeat(1, 1fr);grid-gap:1rem;gap:1rem}@media(min-width: 48em){.why-kolo{grid-template-columns:repeat(2, 1fr);gap:1.5rem}}@media(min-width: 62em){.why-kolo{gap:2rem}}.why-kolo__card{padding:1.5rem;background-color:rgba(255,255,255,.8);border-radius:1.25rem}@media(min-width: 48em){.why-kolo__card{padding:2rem}}@media(min-width: 62em){.why-kolo__card{border-radius:2.5rem}}@media(min-width: 75em){.why-kolo__card{padding:2.5rem}}.why-kolo__title{font-size:1.5rem;line-height:1.3333333333;margin-bottom:1.25rem}@media(min-width: 48em){.why-kolo__title{font-size:2rem;line-height:1.5}}@media(min-width: 75em){.why-kolo__title{font-size:2.5rem;line-height:1.5}}@media(min-width: 90em){.why-kolo__title{font-size:2.75rem;line-height:1.4545454545}}.why-kolo__description{font-size:1.125rem;line-height:1.5555555556;margin-bottom:0}@media(min-width: 75em){.why-kolo__description{font-size:1.5rem;line-height:1.6666666667}}.why-kolo--grey .why-kolo__card{background-color:#f9f9f9;background-color:var(--f9)}.why-kolo--grey .why-kolo__description{color:#3e5065;color:var(--grey)}.why-kolo--sm .why-kolo__title{font-weight:700;font-weight:var(--fw-700)}@media(min-width: 75em){.why-kolo--sm .why-kolo__title{font-size:2.5rem;line-height:1.2}}@media(min-width: 75em){.why-kolo--sm .why-kolo__description{font-size:1.125rem;line-height:1.5555555556}}.why-kolo--primary .why-kolo__card{background-color:rgba(255,221,0,.4)}.why-kolo--kava .why-kolo__card{background-color:rgba(80,37,5,.1)}.why-kolo-header{margin-bottom:2.5rem}@media(min-width: 48em){.why-kolo-header{margin-bottom:.5rem}}.why-kolo-header--socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 48em){.why-kolo-header--socials{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.main__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:63.5rem;margin-left:auto;margin-right:auto}.main__kolona{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.main__kolona img{max-width:50rem}@media(min-width: 37.5em){.main__kolona img{max-width:100%}}.main__title-block{padding-top:2.5rem;border-top:1px solid rgba(158,158,158,.24)}@media(min-width: 62em){.main__title-block{padding-top:5rem}}.main-hero__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:78.125rem;margin-left:auto;margin-right:auto}.main-hero__cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:auto;margin-right:auto;gap:1.5rem}.main-hero__button{width:100%;max-width:23rem;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.main-hero__button:nth-child(2){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media(min-width: 62em){.main-hero__button:last-child{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.main-hero__achievements{width:100%;margin:2.5rem auto 0}@media(min-width: 75em){.main-hero__achievements{margin-top:6rem}}.achievements{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1rem;gap:1rem}@media(min-width: 62em){.achievements{grid-template-columns:repeat(4, 1fr);gap:1.5rem}}.achievements__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1rem 1rem;background-color:rgba(255,221,0,.24);border-radius:1.5rem;font-weight:600;font-weight:var(--fw-600);gap:.5rem}@media(min-width: 75em){.achievements__item{padding:1rem 2rem;gap:1rem}}.achievements__value{font-size:1rem;line-height:1;text-align:center}@media(min-width: 37.5em){.achievements__value{font-size:1.5rem;line-height:1}}@media(min-width: 48em){.achievements__value{font-size:2rem;line-height:1}}.achievements__label{font-size:.875rem;line-height:1;color:rgba(0,0,0,.32);text-align:center}@media(min-width: 62em){.achievements__label{font-size:1rem;line-height:1}}@media(min-width: 75em){.achievements__label{font-size:1.25rem;line-height:1}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem;margin-top:2.5rem;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(min-width: 37.5em){.progress{gap:2.5rem}}@media(min-width: 62em){.progress{gap:6rem;margin-top:5rem}}.progress__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem}@media(min-width: 62em){.progress__item{gap:1rem}}.progress__circle{--size: 4.5rem;width:var(--size);height:var(--size);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fd0;background-color:var(--primary);border-radius:50%}@media(min-width: 62em){.progress__circle{--size: 7rem}}.progress__value{font-size:1rem;line-height:1.25;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);text-align:center}@media(min-width: 62em){.progress__value{font-size:1.5rem;line-height:1.1666666667}}.progress__label{font-size:.875rem;line-height:1.4285714286;text-align:center;font-weight:700;font-weight:var(--fw-700)}@media(min-width: 62em){.progress__label{font-size:1.5rem;line-height:1.3333333333}}.founders__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding:2.5rem 0;background-color:#f9f9f9;background-color:var(--f9)}@media(min-width: 37.5em){.founders__content{border-radius:2.5rem}}@media(min-width: 62em){.founders__content{padding:6rem 0}}.founders__container{padding:0}@media(min-width: 37.5em){.founders__container{padding:0 1rem}}.founders__title{padding:0 1rem}.founders__description{padding:0 1rem}.founders__slider{width:100%}@media(min-width: 62em){.founders__slider{margin-bottom:3rem}}.founders__slide{--size: 6.25rem;width:var(--size)}@media(min-width: 62em){.founders__slide{--size: 10.875rem}}.founders__partners{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.5rem;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:1rem}@media(min-width: 62em){.founders__partners{margin-top:3rem}}.founders__partner{width:6rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 62em){.founders__partner{width:10rem;height:4.25rem}}.founders__logo{-o-object-fit:contain;object-fit:contain}.founder-card{--size: 6.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:var(--size);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(min-width: 62em){.founder-card{--size: 10.875rem}}.founder-card__photo-wrapper{width:var(--size);height:var(--size);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1.5rem;border-radius:50%;overflow:hidden}.founder-card__fullname{font-size:.875rem;line-height:1.4285714286;margin-bottom:.5rem;font-weight:600;font-weight:var(--fw-600)}@media(min-width: 62em){.founder-card__fullname{font-size:1.125rem;line-height:1.6666666667}}.founder-card__role{font-size:.75rem;line-height:1.5;margin-bottom:0;color:#3e5065;color:var(--grey)}@media(min-width: 62em){.founder-card__role{font-size:1rem;line-height:1.375}}.our-focus__directions{display:grid;grid-template-columns:repeat(2, 1fr);margin:0 auto 5rem;grid-gap:2.5rem;gap:2.5rem}@media(min-width: 48em){.our-focus__directions{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 62em){.our-focus__directions{margin-bottom:9rem}}.our-focus__img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.our-focus__img-wrapper{width:100%;position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:50%}.our-focus__img-wrapper--extended{overflow:visible;border-radius:0}.our-focus__img-wrapper--extended .our-focus__img{max-width:126%}.our-focus__dir-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;gap:1rem}@media(min-width: 62em){.our-focus__dir-item{gap:2.5rem}}.our-focus__circle{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);height:100%;aspect-ratio:1/1;background-color:rgba(255,221,0,.24);z-index:0;border-radius:50%}.our-focus__title{font-size:1.25rem;line-height:1.2;margin-bottom:0;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700;font-weight:var(--fw-700);text-align:center}@media(min-width: 62em){.our-focus__title{font-size:1.5rem;line-height:1.3333333333}}@media(min-width: 75em){.our-focus__title{font-size:2.25rem;line-height:1.3333333333}}.our-focus__achievements{margin-bottom:2.5rem;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family)}@media(min-width: 62em){.our-focus__achievements{margin-bottom:6rem}}.our-focus__achievements-title{font-size:1.125rem;line-height:1.3333333333;margin-bottom:0;font-weight:700;font-weight:var(--fw-700);color:rgba(0,0,0,.32)}@media(min-width: 48em){.our-focus__achievements-title{font-size:2rem;line-height:1.25}}@media(min-width: 62em){.our-focus__achievements-title{font-size:2.5rem;line-height:1.2}}@media(min-width: 75em){.our-focus__achievements-title{font-size:3rem;line-height:1.1666666667}}.our-focus__achievements-sum{font-size:2.5rem;line-height:1.2;margin:.75rem auto;font-weight:700;font-weight:var(--fw-700)}@media(min-width: 48em){.our-focus__achievements-sum{font-size:3.5rem;line-height:1.1428571429;margin:1.5rem auto}}@media(min-width: 62em){.our-focus__achievements-sum{font-size:4rem;line-height:1.125}}@media(min-width: 75em){.our-focus__achievements-sum{font-size:5rem;line-height:1.05}}.our-focus__achievements-date{font-size:.875rem;line-height:1.1428571429;margin:0 auto 2.5rem;color:rgba(0,0,0,.32)}@media(min-width: 48em){.our-focus__achievements-date{margin:0 auto 1rem}}.reports__grid{display:grid;grid-template-columns:repeat(1, 1fr);grid-gap:3rem 2rem;gap:3rem 2rem;margin-bottom:3rem;overflow:hidden;-webkit-transition:max-height 500ms ease-out;transition:max-height 500ms ease-out}@media(min-width: 37.5em){.reports__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 62em){.reports__grid{grid-template-columns:repeat(3, 1fr);gap:5rem 3rem;margin-bottom:5rem}}@media(min-width: 75em){.reports__grid{-webkit-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem}}.reports__heading{text-align:center}@media(min-width: 37.5em){.reports__heading{text-align:left}}.reports__card{width:100%}.reports__img-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;overflow:hidden;border-radius:1.5rem;background-color:#f9f9f9;background-color:var(--f9);margin-bottom:1rem;aspect-ratio:16/9}@media(min-width: 75em){.reports__img-wrapper{margin-bottom:2rem}}.reports__img{width:100%}.reports__date{margin-bottom:1.25rem;font-size:.875rem;color:#3e5065;color:var(--grey)}@media(min-width: 75em){.reports__date{margin-bottom:1.5rem;font-size:1rem}}.reports__sum{font-size:2rem;line-height:1.25;margin-bottom:.75rem;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:500;font-weight:var(--fw-500)}@media(min-width: 75em){.reports__sum{font-size:2.5rem;line-height:1.4;margin-bottom:1rem}}.reports__title{font-size:1.125rem;line-height:1.3333333333;margin-bottom:1.25rem;font-weight:700;font-weight:var(--fw-700)}@media(min-width: 75em){.reports__title{font-size:1.5rem;line-height:1.3333333333;margin-bottom:2rem}}.reports__description{margin-bottom:1.25rem;color:#3e5065;color:var(--grey)}@media(min-width: 75em){.reports__description{margin-bottom:1.5rem}}.reports__target{margin-bottom:0;font-weight:700;font-weight:var(--fw-700)}.reports__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:23rem;gap:1rem;margin:0 auto}@media(min-width: 48em){.reports__buttons{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-width:none;gap:1.5rem;margin:0}}.our-partners{margin-bottom:2rem}@media(min-width: 62em){.our-partners{margin-bottom:4rem}}.our-partners__slider{padding-bottom:5rem}@media(min-width: 37.5em){.our-partners__slider{padding-bottom:0}}.our-partners__slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding:1.25rem 1.5rem;background-color:#fff;border-radius:1rem;gap:.5rem}@media(min-width: 48em){.our-partners__slide{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1.5rem}}@media(min-width: 62em){.our-partners__slide{padding:2.5rem 3rem}}.our-partners__desc{width:100%;max-width:39.5rem;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);color:#3e5065;color:var(--grey);line-height:1.6}.our-partners__pagination{margin-top:1.25rem}.our-partners__pagination.swiper-pagination-bullets,.our-partners__pagination.swiper-pagination-bullets.swiper-pagination-horizontal,.our-partners__pagination.swiper-pagination-custom,.our-partners__pagination.swiper-pagination-fraction{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0}@media(min-width: 37.5em){.our-partners__pagination.swiper-pagination-bullets,.our-partners__pagination.swiper-pagination-bullets.swiper-pagination-horizontal,.our-partners__pagination.swiper-pagination-custom,.our-partners__pagination.swiper-pagination-fraction{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;position:static;gap:1rem}}.our-partners__pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,.our-partners__pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(1);transform:scale(1)}.our-partners__pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(1);transform:scale(1)}.our-partners__pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(1);transform:scale(1)}.our-partners__logo-wrapper{--width: 7.5rem;--height: 4.25rem;width:var(--width);height:var(--height);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 48em){.our-partners__logo-wrapper{--width: 11.25rem;--height: 6.25rem}}@media(min-width: 62em){.our-partners__logo-wrapper{--width: 15rem;--height: 8.25rem}}@media(min-width: 75em){.our-partners__logo-wrapper{--width: 22.5rem;--height: 12.5rem}}.our-partners__logo{-o-object-fit:contain;object-fit:contain}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{--width: 8.75rem;--height: 4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:var(--width);height:var(--height);-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:var(--width);margin:0 .25rem;padding:.5rem 1rem;border-radius:.75rem;background-color:#fff;opacity:1;-webkit-transition:background-color 240ms ease-in-out;transition:background-color 240ms ease-in-out}@media(min-width: 48em){.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0}}@media(min-width: 75em){.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{--width: 16.75rem;--height: 5rem;padding:.75rem 1.5rem;border-radius:1rem}}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet>img,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet>img{max-height:100%}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#fd0;background-color:var(--primary)}.kolossus-cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}@media(min-width: 62em){.kolossus-cta{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.kolossus-cta__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}@media(min-width: 37.5em){.kolossus-cta__body{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media(min-width: 62em){.kolossus-cta__body{gap:3rem}}.kolossus-cta__content{width:100%;max-width:40rem}.kolossus-cta__title{font-size:1.5rem;line-height:1.3333333333;margin-bottom:1rem;text-align:center}@media(min-width: 37.5em){.kolossus-cta__title{text-align:left}}@media(min-width: 62em){.kolossus-cta__title{font-size:2rem;line-height:1.25}}.kolossus-cta__desc{margin-bottom:0;color:#3e5065;color:var(--grey);text-align:center}@media(min-width: 37.5em){.kolossus-cta__desc{text-align:left}}.kolossus-cta__img{max-width:8.75rem}@media(min-width: 62em){.kolossus-cta__img{max-width:11.375rem}}.quick-donation-cta{padding-bottom:0;position:relative;overflow:hidden}@media(min-width: 48em){.quick-donation-cta{padding-bottom:5rem}}@media(min-width: 62em){.quick-donation-cta{padding-bottom:5rem}}@media(min-width: 75em){.quick-donation-cta{padding-bottom:8.75rem}}@media(min-width: 90em){.quick-donation-cta{padding-bottom:10.5rem}}.quick-donation-cta::after{--size: 17.625rem;width:var(--size);height:var(--size);content:"";display:block;position:absolute;right:20%;bottom:2rem;border-radius:50%;border:48px solid rgba(255,221,0,.24);z-index:0;-webkit-box-sizing:border-box;box-sizing:border-box}@media(min-width: 48em){.quick-donation-cta::after{--size: 25rem;right:2.5rem;bottom:-10rem;border-width:60px}}@media(min-width: 62em){.quick-donation-cta::after{--size: 35rem;right:3.125rem;bottom:-25rem;border-width:100px}}@media(min-width: 75em){.quick-donation-cta::after{--size: 40rem;right:3.75rem;bottom:-31.25rem;border-width:140px}}.quick-donation-cta__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:63.5rem;position:relative;z-index:3}@media(min-width: 48em){.quick-donation-cta__container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.quick-donation-cta__heading{max-width:none;text-align:center}@media(min-width: 48em){.quick-donation-cta__heading{max-width:35rem;text-align:left}}@media(min-width: 62em){.quick-donation-cta__heading{max-width:47.5rem}}@media(min-width: 75em){.quick-donation-cta__heading{max-width:55rem}}@media(min-width: 90em){.quick-donation-cta__heading{max-width:none}}.quick-donation-cta__description{font-size:1.25rem;line-height:1.6;width:100%;max-width:35rem;margin-bottom:4rem;color:#3e5065;color:var(--grey);text-align:center}@media(min-width: 48em){.quick-donation-cta__description{text-align:left}}@media(min-width: 62em){.quick-donation-cta__description{max-width:46.25rem}}.quick-donation-cta__img-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;position:relative;z-index:2}@media(min-width: 48em){.quick-donation-cta__img-wrapper{display:block;max-width:18.75rem;position:absolute;right:0;bottom:0;z-index:1}}@media(min-width: 62em){.quick-donation-cta__img-wrapper{max-width:23.75rem}}@media(min-width: 75em){.quick-donation-cta__img-wrapper{max-width:30rem}}@media(min-width: 90em){.quick-donation-cta__img-wrapper{max-width:32.75rem}}.quick-donation-cta__img{max-width:15rem}@media(min-width: 48em){.quick-donation-cta__img{max-width:100%}}.about-hero{overflow:hidden}.about-hero__container{position:relative}.about-hero__col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:63.125rem}.about-hero__content{width:100%}@media(min-width: 48em){.about-hero__content{max-width:30rem}}@media(min-width: 62em){.about-hero__content{max-width:37.5rem}}@media(min-width: 75em){.about-hero__content{max-width:42.5rem}}.about-hero__circle{display:none}@media(min-width: 48em){.about-hero__circle{--size: 15rem;width:var(--size);height:var(--size);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;right:1rem;bottom:0;background-color:#fff8c1;border-radius:50%;-webkit-transform:rotate(-16deg);transform:rotate(-16deg);gap:1.5rem}}@media(min-width: 62em){.about-hero__circle{--size: 20rem;gap:2.5rem}}@media(min-width: 75em){.about-hero__circle{--size: 28rem;gap:3.5rem}}@media(min-width: 90em){.about-hero__circle{--size: 35rem;gap:4.5rem}}@media(min-width: 48em){.about-hero__circle-text{font-size:2.5rem;line-height:1;margin-bottom:0;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700;font-weight:var(--fw-700)}}@media(min-width: 62em){.about-hero__circle-text{font-size:3.5rem;line-height:1}}@media(min-width: 75em){.about-hero__circle-text{font-size:5rem;line-height:1}}@media(min-width: 90em){.about-hero__circle-text{font-size:6.125rem;line-height:1}}@media(min-width: 48em){.about-hero__circle-logo{font-size:2rem;line-height:1;margin-bottom:0}}@media(min-width: 62em){.about-hero__circle-logo{font-size:2.5rem;line-height:1}}@media(min-width: 75em){.about-hero__circle-logo{font-size:3.5rem;line-height:1}}@media(min-width: 90em){.about-hero__circle-logo{font-size:4.5rem;line-height:1}}.about-hero__circle-logo svg{height:1em;display:inline-block}.about-founders__wrapper{display:grid;grid-template-columns:repeat(2, 1fr);grid-row-gap:2rem 1.5rem;row-gap:2rem 1.5rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media(min-width: 37.5em){.about-founders__wrapper{grid-template-columns:repeat(4, 1fr);-webkit-column-gap:3.5rem;-moz-column-gap:3.5rem;column-gap:3.5rem}}@media(min-width: 48em){.about-founders__wrapper{grid-template-columns:repeat(6, 1fr);row-gap:2.5rem 1.5rem}}@media(min-width: 62em){.about-founders__wrapper{grid-template-columns:repeat(4, 1fr);row-gap:3.5rem 5.5rem}}@media(min-width: 75em){.about-founders__wrapper{grid-template-columns:repeat(5, 1fr);row-gap:4.5rem 4.5rem}}@media(min-width: 90em){.about-founders__wrapper{grid-template-columns:repeat(6, 1fr)}}.about-founders__card{justify-self:center}.donate-hero__wrapper{width:100%;max-width:64rem;margin-left:auto;margin-right:auto}.donate-hero__leading{max-width:42.5rem}.donate-hero__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;max-width:23rem;margin-left:auto;margin-right:auto}@media(min-width: 48em){.donate-hero__buttons{max-width:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.donate-collapsible{padding:1.5rem 1.5rem 0;background-color:#fff;border-radius:1.25rem}@media(min-width: 75em){.donate-collapsible{padding:2.5rem 2.5rem 0}}.donate-collapsible:not(:last-child){margin-bottom:1.5rem}@media(min-width: 62em){.donate-collapsible:not(:last-child){margin-bottom:2rem}}.donate-collapsible__trigger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:1.5rem;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-size:1.5rem;font-weight:700;color:#000;color:var(--black)}@media(min-width: 75em){.donate-collapsible__trigger{padding-bottom:2.5rem;font-size:2.5rem}}.donate-collapsible__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.donate-collapsible__wrapper{padding-bottom:1.5rem}@media(min-width: 75em){.donate-collapsible__wrapper{padding-bottom:2.5rem}}.donate-requisite:not(:last-child){margin-bottom:1rem}.donate-requisite__label{font-size:.875rem;line-height:1.7142857143;margin-bottom:.5rem;color:rgba(62,80,101,.48)}.donate-requisite__label--lg{font-size:1.25rem;line-height:1.6;font-weight:700;font-weight:var(--fw-700);color:#000;color:var(--black)}.targeted-campaigns__grid{display:grid;grid-gap:2rem;gap:2rem;margin-top:2.5rem;margin-bottom:2.5rem}@media(min-width: 48em){.targeted-campaigns__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 62em){.targeted-campaigns__grid{margin-top:3rem;margin-bottom:3rem}}@media(min-width: 75em){.targeted-campaigns__grid{grid-template-columns:repeat(3, 1fr);margin-top:4rem;margin-bottom:6rem}}.targeted-campaign{display:grid;position:relative;grid-gap:2rem;gap:2rem}@media(min-width: 62em){.targeted-campaign{grid-template-columns:1fr 23.75rem}}@media(min-width: 75em){.targeted-campaign{grid-template-columns:1fr 29.25rem}}.targeted-campaign__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}.targeted-campaign__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:2rem}@media(min-width: 62em){.targeted-campaign__head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.targeted-campaign__widget{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 62em){.targeted-campaign__widget{display:none}}.targeted-campaign__title{margin-bottom:1rem;font-size:1.375rem;line-height:1.2}@media(min-width: 48em){.targeted-campaign__title{font-size:2rem}}@media(min-width: 62em){.targeted-campaign__title{font-size:2.5rem}}.targeted-campaign__preview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;background-color:#cbcbcb;background-color:var(--cb);overflow:hidden;border-radius:1rem;position:relative}@media(min-width: 62em){.targeted-campaign__preview{border-radius:1.5rem}}.targeted-campaign__preview-cover{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background:rgba(0,0,0,.7)}.targeted-campaign__preview-cover-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.125rem;line-height:1.1666666667;padding:.5rem 1rem;border-radius:1.75rem;background-color:#f5f5f5;background-color:var(--f5);text-align:center;font-weight:700}@media(min-width: 62em){.targeted-campaign__preview-cover-text{font-size:1.5rem;line-height:1.5833333333}}.targeted-campaign__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.targeted-campaign__status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.5rem}.targeted-campaign__sidebar{display:none;position:relative}@media(min-width: 62em){.targeted-campaign__sidebar{display:block}}.targeted-campaign__sticky{position:sticky;top:calc(5rem + 1.5rem);top:calc(var(--header-height) + 1.5rem)}.targeted-campaign__content h2,.targeted-campaign__content h3{font-size:1.5rem;line-height:1.3333333333;margin-top:0;margin-bottom:2rem}.targeted-campaign__content p{font-size:1.125rem;line-height:1.5555555556;margin-bottom:2rem}.targeted-campaign__content p *{font-family:inherit !important;font-size:inherit !important;color:inherit !important}.targeted-campaign__content p u{text-decoration:none}.targeted-campaign__content a{border-bottom:1px solid #000;border-bottom:1px solid var(--black);text-decoration:none;color:#000;color:var(--black);-webkit-transition:color 240ms ease-in-out,border-color 240ms ease-in-out;transition:color 240ms ease-in-out,border-color 240ms ease-in-out}.targeted-campaign__content a:hover{text-decoration:none;color:#000;color:var(--black);border-color:rgba(0,0,0,0)}.targeted-campaign__content img{display:block;width:auto;max-width:100%;border-radius:1rem;margin-bottom:2rem}@media(min-width: 62em){.targeted-campaign__content img{border-radius:1.5rem}}.targeted-campaign__content iframe{display:block;width:100%;height:100%;aspect-ratio:16/9;border-radius:1rem;margin-bottom:2rem}@media(min-width: 62em){.targeted-campaign__content iframe{border-radius:1.5rem}}.targeted-campaign__content ul,.targeted-campaign__content ol{font-size:1.125rem;line-height:1.5555555556;margin-bottom:2rem}.targeted-campaign__content .youtube-embed-wrapper{margin-bottom:2rem;border-radius:1rem}@media(min-width: 62em){.targeted-campaign__content .youtube-embed-wrapper{border-radius:1.5rem}}.targeted-campaign__content>*:last-child{margin-bottom:0}.tc-partners{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.tc-partners__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:3rem;padding:1rem 1.5rem;gap:.5rem;border-radius:3rem;background-color:#f5f5f5;background-color:var(--f5);text-decoration:none}.tc-partners__logo img,.tc-partners__logo svg{height:1rem;width:auto}.tc-partners--sm .tc-partners__logo{height:2rem;padding:.625rem 1rem}.tc-partners--sm .tc-partners__logo img,.tc-partners--sm .tc-partners__logo svg{height:.75rem}.tc-status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;line-height:1.2857142857;font-weight:700;color:#666;color:var(--c-666);gap:.25rem}.tc-status::before{width:.5rem;height:.5rem;content:"";display:block;border-radius:50%;background-color:#fd0;background-color:var(--primary)}.tc-status--ended::before{width:.25rem;height:.25rem;background-color:rgba(0,0,0,0);border:2px solid #666;border:2px solid var(--c-666)}.tc-widget{display:block;width:100%;overflow:hidden}@media(min-width: 62em){.tc-widget{display:none;border-radius:2.5rem;background-color:#f9f9f9;background-color:var(--f9);padding:2rem}}@media(min-width: 75em){.tc-widget{padding:2.5rem}}@media(min-width: 90em){.tc-widget{border-radius:3rem}}.tc-widget.is-desktop{display:none}@media(min-width: 62em){.tc-widget.is-desktop{display:block}}.tc-widget__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media(min-width: 62em){.tc-widget__body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.tc-widget__info{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1rem}.tc-widget__info--desktop{display:none}@media(min-width: 62em){.tc-widget__info--desktop{display:-webkit-box;display:-ms-flexbox;display:flex}}.tc-widget__info--mobile{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:2rem;margin-bottom:0}@media(min-width: 62em){.tc-widget__info--mobile{display:none}}.tc-widget__remaining{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tc-widget__small{font-size:.75rem;line-height:1.6666666667;margin-bottom:0;color:#3e5065;color:var(--grey)}@media(min-width: 62em){.tc-widget__small{font-size:.875rem;line-height:1.7142857143}}.tc-widget__progress{margin-bottom:.75rem}@media(min-width: 62em){.tc-widget__progress{margin-bottom:2rem}}@media(min-width: 75em){.tc-widget__progress{margin-bottom:2.5rem}}.tc-widget__cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;background-color:#f9f9f9;background-color:var(--f9);padding:1.5rem 1rem;border-radius:1.5rem}@media(min-width: 37.5em){.tc-widget__cta{margin-bottom:2.5rem;padding:2.5rem;border-radius:2.5rem}}@media(min-width: 62em){.tc-widget__cta{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin-bottom:2.5rem;background-color:rgba(0,0,0,0);padding:0;border-radius:0}}.tc-widget__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tc-widget__currency{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:1rem}.tc-widget__partners{display:none}@media(min-width: 62em){.tc-widget__partners{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.tc-widget__btn{width:100%;max-width:21.25rem;min-width:auto;margin-top:1rem}@media(min-width: 48em){.tc-widget__btn{margin-top:1.5rem}}@media(min-width: 62em){.tc-widget__btn{max-width:none}}.tc-recent-campaigns{width:100%;height:100%;padding-bottom:3rem}.tc-recent-campaigns .swiper-horizontal>.swiper-pagination-bullets,.tc-recent-campaigns .swiper-pagination-bullets.swiper-pagination-horizontal,.tc-recent-campaigns .swiper-pagination-custom,.tc-recent-campaigns .swiper-pagination-fraction{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;bottom:0}.tc-recent-campaigns .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.tc-recent-campaigns .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:auto;height:1rem;max-width:none;border-radius:.5rem;background-color:#fff;opacity:1;-webkit-transition:background-color 240ms ease-in-out;transition:background-color 240ms ease-in-out}.tc-recent-campaigns .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,.tc-recent-campaigns .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#fd0;background-color:var(--primary)}.tc-donations{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;gap:1.5rem;margin-top:2rem}@media(min-width: 62em){.tc-donations{display:none;padding:0 2rem}}@media(min-width: 75em){.tc-donations{padding:0 2.5rem}}.tc-donations.is-desktop{display:none}@media(min-width: 62em){.tc-donations.is-desktop{display:-webkit-box;display:-ms-flexbox;display:flex}}.tc-donations__footer{display:none}@media(min-width: 62em){.tc-donations__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;margin-top:2rem}}@media(min-width: 75em){.tc-donations__footer{margin-top:2.5rem}}.tc-donations__explainer{font-size:.75rem;line-height:1.3333333333;color:#3e5065;color:var(--grey);text-align:center}.tc-donations__explainer a{text-decoration:underline}.tc-donations__explainer a:hover{color:#000;color:var(--black);text-decoration:none}.tc-donation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;gap:1rem}.tc-donation__person{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.tc-donation__icon{width:2.5rem;height:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;border-radius:50%;background-color:#f9f9f9;background-color:var(--f9)}.tc-donation__name{font-size:.75rem;line-height:1.1666666667;margin-bottom:.25rem;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700;font-weight:var(--fw-700)}.tc-donation__type{font-size:.75rem;line-height:1.1666666667;margin-bottom:0;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);color:#3e5065;color:var(--grey)}.tc-donation__sum{font-size:.875rem;line-height:1.4285714286;margin-bottom:0;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);text-align:right}@media(min-width: 37.5em){.tc-donation__sum{font-size:1.125rem;line-height:1.2222222222}}@media(max-width: 37.4375em){.tc-modal-donations{border-radius:0;height:100%}}@media(max-width: 47.9375em){.tc-modal-donations{max-width:37.5rem}}.tc-modal-donations__title{margin-bottom:0}.tc-modal-donations__description{font-size:.875rem;line-height:1.7142857143;margin:1rem 0 2.5rem;color:#3e5065;color:var(--grey)}.tc-modal-donations__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:ceter;-ms-flex-align:ceter;align-items:ceter;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;background-color:#f9f9f9;background-color:var(--f9);padding:1rem;border-radius:1.5rem}.tc-modal-donations__inputs{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1.5rem;gap:1.5rem}.tc-modal-donations__cta{max-height:4rem;margin-top:2.5rem}.tc-modal-donations__button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;margin-bottom:1.5rem}.tc-modal-donations__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:calc(100vh - 380px);padding-right:.875rem}@media(min-width: 37.5em){.tc-modal-donations__list{max-height:15rem}}.tc-modal-donations__item{margin-bottom:1.5rem}.simplebar-scrollbar::before{background-color:#fd0;background-color:var(--primary)}.simplebar-scrollbar.simplebar-visible::before{opacity:1}.parent-campaign{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:1rem;gap:1rem;margin-top:1rem}@media(min-width: 48em){.parent-campaign{grid-template-columns:6.75rem 1fr}}.parent-campaign__label{font-size:.875rem;line-height:1.1428571429;font-weight:700}.parent-campaign__preview{width:5.75rem;aspect-ratio:16/9;overflow:hidden;border-radius:4px}.parent-campaign__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.parent-campaign__title{font-size:.875rem;line-height:1.1428571429;font-weight:700}@media(min-width: 48em){.parent-campaign__title{font-size:1rem;line-height:1.1875}}.parent-campaign__icon{width:2.5rem;height:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:rotate(180deg);transform:rotate(180deg);border-radius:50%;background-color:#fd0;background-color:var(--primary);-webkit-transition:background-color 240ms ease-in-out;transition:background-color 240ms ease-in-out;font-size:1.25rem}.parent-campaign__link{display:grid;grid-template-columns:5.75rem 1fr 2.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:.5rem;gap:.5rem;border:1px solid #c4c4c4;border:1px solid var(--c4);border-radius:.5rem;padding:.5rem 1rem .5rem .5rem;-webkit-transition:-webkit-box-shadow 240ms ease-in-out;transition:-webkit-box-shadow 240ms ease-in-out;transition:box-shadow 240ms ease-in-out;transition:box-shadow 240ms ease-in-out, -webkit-box-shadow 240ms ease-in-out}.parent-campaign__link:hover{text-decoration:none;color:#000;color:var(--black);-webkit-box-shadow:0 4px 22px rgba(0,0,0,.06);box-shadow:0 4px 22px rgba(0,0,0,.06)}.parent-campaign__link:hover .parent-campaign__icon{background-color:#ffe74d;background-color:var(--primary-hover)}.kava__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:55rem;margin-left:auto;margin-right:auto;position:relative}.kava__container{width:100%;margin-top:5rem;margin-bottom:2.5rem}.kava-hero{padding:1.5rem 0 3.75rem}.kava-hero__title{font-size:2.25rem;line-height:1.3333333333;margin-bottom:.75rem}@media(min-width: 62em){.kava-hero__title{font-size:3.25rem;line-height:1.2307692308;margin-bottom:1.5rem}}.kava-hero__mark{white-space:nowrap}.kava-hero__mark::before,.kava-hero__mark::after{content:"”";color:#9e9e9e;color:var(--c-9e)}.kava-hero__subtitle{font-size:1.125rem;line-height:1.5555555556;margin-bottom:.75rem;font-family:"Manrope", "Arial", sans-serif;font-family:var(--font-family);font-weight:400;font-weight:var(--fw-400)}@media(min-width: 62em){.kava-hero__subtitle{font-size:2.25rem;line-height:1.3333333333;margin-bottom:1.5rem}}.kava-hero__description{font-size:1rem;line-height:1.5;margin-bottom:2.5rem;color:rgba(0,0,0,.6)}@media(min-width: 62em){.kava-hero__description{font-size:1.5rem;line-height:1.3333333333}}.kava-cta{padding:2rem 0 0;position:relative;overflow:hidden}.kava-cta::before{content:"";width:2250px;height:1072px;background:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 184, 0, 0.8)), color-stop(30%, rgba(255, 243, 166, 0.8)), to(rgba(255, 255, 255, 0.8)));background:linear-gradient(180deg, rgba(255, 184, 0, 0.8) 0%, rgba(255, 243, 166, 0.8) 30%, rgba(255, 255, 255, 0.8) 100%);position:absolute;left:50%;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-top-left-radius:50%;border-top-right-radius:50%;z-index:0}.kava-cta__cups{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0 auto 3rem}@media(min-width: 62em){.kava-cta__cups{margin-bottom:4rem}}.kava-cta__cup{position:absolute;z-index:0}.kava-cta__cup:not(.kava-cta__cup--center){top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);max-width:9.5rem}@media(min-width: 62em){.kava-cta__cup:not(.kava-cta__cup--center){max-width:13.375rem}}.kava-cta__cup:first-child{margin-left:-100px}@media(min-width: 62em){.kava-cta__cup:first-child{margin-left:-140px}}.kava-cta__cup:last-child{margin-left:100px}@media(min-width: 62em){.kava-cta__cup:last-child{margin-left:140px}}.kava-cta__cup--center{max-width:11.875rem;position:relative;z-index:1}@media(min-width: 62em){.kava-cta__cup--center{max-width:16.625rem}}.kava-cta__counter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:22.5rem;margin-bottom:4rem;background-color:rgba(80,37,5,.2);border-radius:1rem;padding:.5625rem 1.125rem .75rem}@media(min-width: 62em){.kava-cta__counter{padding:.75rem 1.25rem 1.25rem}}.kava-cta__total-cups{font-size:2.5rem;line-height:1.2;margin-bottom:.5rem;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700;font-weight:var(--fw-700);color:#502505;color:var(--kava);text-align:center}@media(min-width: 62em){.kava-cta__total-cups{font-size:3rem;line-height:1.1666666667;margin-bottom:.75rem}}.kava-cta__description{font-size:1rem;line-height:1.5;margin-bottom:0;color:rgba(80,37,5,.5);text-align:center}@media(min-width: 62em){.kava-cta__description{font-size:1.125rem;line-height:1.3333333333}}.kava-social__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:1.5rem}@media(min-width: 62em){.kava-social__header{margin-bottom:3rem}}.kava-social__title{margin-bottom:.75rem;text-align:center}@media(min-width: 62em){.kava-social__title{margin-bottom:1rem}}.kava-social__text{font-size:1rem;line-height:1.5;width:100%;max-width:37.5rem;margin-bottom:0;text-align:center;color:rgba(0,0,0,.6)}@media(min-width: 62em){.kava-social__text{font-size:1.5rem;line-height:1.4166666667;max-width:48.75rem}}.kava-social__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:55rem;padding:1.25rem 1.75rem;gap:2.5rem;border-radius:1rem;background:-webkit-gradient(linear, left top, left bottom, from(rgba(61, 26, 1, 0.8)), to(rgba(61, 26, 1, 0.6)));background:linear-gradient(180deg, rgba(61, 26, 1, 0.8) 0%, rgba(61, 26, 1, 0.6) 100%)}@media(min-width: 48em){.kava-social__body{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.kava-social__hashtag{font-size:2.25rem;line-height:1.2222222222;margin-bottom:.25rem;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);color:#fff;font-weight:700;font-weight:var(--fw-700)}.kava-social__hashtag::before{content:"#";color:rgba(255,255,255,.5)}.kava-social__description{font-size:1.125rem;line-height:1.2222222222;margin-bottom:0;color:rgba(255,255,255,.5)}.kava-social__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.25rem}@media(min-width: 37.5em){.kava-social__right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:2.5rem}}.kava-social__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;padding-left:1.125rem;background-color:rgba(255,255,255,.9);border-radius:1.625rem;border:2px solid rgba(255,255,255,.9);-webkit-transition:border-color 240ms ease-in-out;transition:border-color 240ms ease-in-out}.kava-social__link:hover{border-color:#fd0;border-color:var(--primary);text-decoration:none}.kava-social__link-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:16px;-ms-flex-pack:16px;justify-content:16px;-webkit-box-align:24px;-ms-flex-align:24px;align-items:24px;margin-bottom:0;font-weight:700;font-weight:var(--fw-700);color:#502505;color:var(--kava)}.kava-social__logo{width:3rem;height:3rem}.kava-choice{padding:1rem 0 4.5rem;background:-webkit-gradient(linear, left top, left bottom, from(rgba(191, 191, 191, 0.8)), color-stop(54.46%, rgba(255, 243, 166, 0.8)), to(rgba(255, 255, 255, 0.8)));background:linear-gradient(180deg, rgba(191, 191, 191, 0.8) 0%, rgba(255, 243, 166, 0.8) 54.46%, rgba(255, 255, 255, 0.8) 100%)}@media(min-width: 48em){.kava-choice{padding:2.5rem 0 6rem}}.kava-choice__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-column-gap:2.5rem}@media(min-width: 48em){.kava-choice__grid{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.kava-choice__left{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media(min-width: 48em){.kava-choice__left{-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:initial}}.kava-choice__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}@media(min-width: 48em){.kava-choice__right{-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:initial}}.kava-choice__preview{--size: 16rem;width:var(--size);height:var(--size);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}@media(min-width: 48em){.kava-choice__preview{--size: 19rem}}@media(min-width: 62em){.kava-choice__preview{--size: 25rem}}.kava-choice__emoji{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);margin-bottom:0;margin-top:.25rem;font-size:3rem;line-height:1}.kava-choice__title{font-size:1.5rem;line-height:1.3333333333;margin-bottom:1rem}@media(min-width: 62em){.kava-choice__title{font-size:1.75rem;line-height:1.3571428571}}.kava-choice__title--mobile{display:block}@media(min-width: 48em){.kava-choice__title--mobile{display:none}}.kava-choice__title--desktop{display:none}@media(min-width: 48em){.kava-choice__title--desktop{display:block}}.kava-choice__explainer{font-size:1.25rem;line-height:1.6;width:100%;margin-bottom:1.5rem;text-align:center}@media(min-width: 62em){.kava-choice__explainer{font-size:1.5rem;line-height:1.3333333333}}.kava-choice__copy{width:100%;margin-bottom:2.5rem}.kava-choice__social{width:100%;margin-bottom:2.5rem;margin-top:2.5rem}@media(min-width: 62em){.kava-choice__social{margin-top:2.5rem}}.kava-choice__web{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}@media(min-width: 48em){.kava-choice__web{display:none}}.kava-choice__web-link{font-size:.75rem;line-height:1.3333333333;color:rgba(0,0,0,.6);text-align:center}.kava-choice__prediction{margin-bottom:.5rem}@media(min-width: 48em){.kava-choice__prediction{margin-bottom:1.5rem}}.kava-choice__link{font-size:1.125rem;line-height:1;font-weight:700;font-weight:var(--fw-700);text-decoration:none}@media(min-width: 62em){.kava-choice__link{font-size:1.5rem;line-height:1}}.kava-choice__link-border{border-bottom:1px solid #000;border-bottom:1px solid var(--black);-webkit-transition:border-color 240ms ease-in-out;transition:border-color 240ms ease-in-out}.kava-choice__link:hover{color:#000;color:var(--black);text-decoration:none}.kava-choice__link:hover .kava-choice__link-border{border-color:rgba(0,0,0,0)}.kava-choice__link--desktop{display:none}@media(min-width: 48em){.kava-choice__link--desktop{display:block}}.kava-choice__link--mobile{display:block}@media(min-width: 48em){.kava-choice__link--mobile{display:none}}.kava-choice__divider{width:100%;height:1px;display:block;margin:1.5rem 0;background-color:rgba(80,37,5,.2)}@media(min-width: 48em){.kava-choice__divider{display:none}}.kava-selector{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3.75rem;width:100%}.kava-selector__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}@media(min-width: 48em){.kava-selector__grid{display:grid;grid-template-areas:"controllers controllers preview" "controllers controllers preview" "prediction prediction preview";grid-row-gap:1rem 2.5rem}}.kava-selector__controllers{width:100%;grid-area:controllers;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media(min-width: 62em){.kava-selector__controllers{-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:initial}}.kava-selector__controllers-grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1rem;margin-top:2rem}@media(min-width: 62em){.kava-selector__controllers-grid{grid-row-gap:1rem 1.25rem}}.kava-selector__preview{--size: 19rem;width:var(--size);height:var(--size);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;grid-area:preview;background:rgba(255,255,255,.2);border-radius:1.25rem;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}@media(min-width: 62em){.kava-selector__preview{--size: 25rem;font-size:.875rem;line-height:1;-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:initial}}.kava-selector__prediction{grid-area:prediction;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media(min-width: 62em){.kava-selector__prediction{-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:initial}}.kava-selector__emoji-select{width:100%;height:100%;position:relative}.kava-selector__btn{border:0;padding:0;margin:0;background:none;cursor:pointer;font-size:3rem;-webkit-animation:shake 6s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;animation:shake 6s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite}.kava-selector__btn.is-xxl{margin-top:.625rem}.kava-selector__btn-container{width:3.5rem;height:3.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);margin-top:.1875rem}.kava-selector__cup-img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);display:none}.kava-selector__cup-img.is-active{display:block}@-webkit-keyframes shake{2%,18%{-webkit-transform:translate3d(-1px, 0, 0);transform:translate3d(-1px, 0, 0)}4%,16%{-webkit-transform:translate3d(2px, 0, 0);transform:translate3d(2px, 0, 0)}6%,10%,14%{-webkit-transform:translate3d(-4px, 0, 0);transform:translate3d(-4px, 0, 0)}8%,12%{-webkit-transform:translate3d(4px, 0, 0);transform:translate3d(4px, 0, 0)}}@keyframes shake{2%,18%{-webkit-transform:translate3d(-1px, 0, 0);transform:translate3d(-1px, 0, 0)}4%,16%{-webkit-transform:translate3d(2px, 0, 0);transform:translate3d(2px, 0, 0)}6%,10%,14%{-webkit-transform:translate3d(-4px, 0, 0);transform:translate3d(-4px, 0, 0)}8%,12%{-webkit-transform:translate3d(4px, 0, 0);transform:translate3d(4px, 0, 0)}}.kava-control{display:block;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.kava-control__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:ceter;-ms-flex-align:ceter;align-items:ceter;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.25rem;padding:.75rem 1.25rem;background:rgba(255,255,255,.6);border:2px solid rgba(0,0,0,.15);border-radius:1.25rem;-webkit-transition:background-color 240ms ease-in-out,border-color 240ms ease-in-out;transition:background-color 240ms ease-in-out,border-color 240ms ease-in-out}@media(min-width: 62em){.kava-control__content{padding:1.125rem 2.5rem;gap:.5rem}}.kava-control__value{font-size:1.25rem;line-height:1;font-weight:700;font-weight:var(--fw-700);text-align:center;color:#000;color:var(--black);-webkit-transition:color 240ms ease-in-out;transition:color 240ms ease-in-out}@media(min-width: 62em){.kava-control__value{font-size:1.5rem;line-height:1}}.kava-control__description{font-size:.625rem;line-height:1;font-weight:500;font-weight:var(--fw-500);text-align:center;color:rgba(0,0,0,.5);-webkit-transition:color 240ms ease-in-out;transition:color 240ms ease-in-out}@media(min-width: 62em){.kava-control__description{font-size:.875rem;line-height:1}}.kava-control__radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;margin:0;color:currentColor;width:.1px;height:.1px;border:none;position:absolute}.kava-control__radio:checked+.kava-control__content{background:rgba(80,37,5,.7);border:2px solid #502505;border:2px solid var(--kava)}.kava-control__radio:checked+.kava-control__content .kava-control__value{color:#fff}.kava-control__radio:checked+.kava-control__content .kava-control__description{color:rgba(255,255,255,.5)}.kava-prediction{width:100%}.kava-prediction__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:.5rem 1.5rem;background:#0085ff;border-radius:1rem}@media(min-width: 62em){.kava-prediction__wrapper{padding:1rem 1.5rem}}.kava-prediction__label{font-size:.875rem;line-height:1.5714285714;margin-bottom:.5rem;font-weight:500;font-weight:var(--fw-500);text-align:center;color:rgba(0,0,0,.4)}.kava-prediction__label--lg{font-size:.875rem;line-height:1.7142857143;margin-bottom:.5rem}@media(min-width: 48em){.kava-prediction__label--lg{font-size:1.125rem;line-height:1.7777777778;margin-bottom:1rem;text-align:left}}.kava-prediction__text{font-size:1rem;line-height:1.5;margin-bottom:0;font-weight:500;font-weight:var(--fw-500);color:#fff}@media(min-width: 48em){.kava-prediction__text{font-size:1.25rem;line-height:1.4}}.spoiler{width:100%;position:relative}.spoiler__text{font-size:1.125rem;line-height:1.5555555556;margin-bottom:0;font-weight:500;font-weight:var(--fw-500);color:#fff;text-align:center;opacity:1;-webkit-transition:opacity 240ms ease-in-out;transition:opacity 240ms ease-in-out}.spoiler__text.is-hidden{opacity:0}.spoiler__particles{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;height:100%;cursor:pointer;opacity:1;-webkit-transition:opacity 240ms ease-in-out;transition:opacity 240ms ease-in-out}.spoiler__particles.is-hidden{opacity:0}.kolo-cannes__title{line-height:1.2}.kolo-cannes__section{padding:2.5rem 0;position:relative;overflow:hidden}@media(min-width: 62em){.kolo-cannes__section{padding:5rem 0}}@media(min-width: 75em){.kolo-cannes__section{padding:6rem 0}}.kolo-cannes__mb-space{margin-bottom:3rem}@media screen and (max-width: 37.45em){.kolo-cannes__btn{width:100%;max-width:17.5rem}}.kolo-cannes__button-group{position:relative}.kolo-cannes-hero{position:relative;overflow:hidden}@media(min-width: 62em){.kolo-cannes-hero{padding:5rem 0}}@media(min-width: 75em){.kolo-cannes-hero{padding:6rem 0}}.kolo-cannes-hero__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}@media(min-width: 62em){.kolo-cannes-hero__container{display:block;max-width:37.5rem}}@media(min-width: 75em){.kolo-cannes-hero__container{max-width:41.25rem}}.kolo-cannes-hero__content{position:relative;z-index:2}.kolo-cannes-hero__title{margin-bottom:1rem;text-align:center;position:relative;z-index:2}@media(min-width: 62em){.kolo-cannes-hero__title{text-align:left;margin-bottom:1.5rem}}.kolo-cannes-hero__subtitle{font-size:1rem;line-height:1.5;margin-bottom:1.5rem;font-weight:500;font-weight:var(--fw-500);text-align:center;color:rgba(0,0,0,.68)}@media(min-width: 62em){.kolo-cannes-hero__subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;text-align:left}}@media(min-width: 90em){.kolo-cannes-hero__subtitle{font-size:1.5rem;line-height:1.6666666667;margin-bottom:3rem}}.kolo-cannes-hero__description{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;font-weight:500;font-weight:var(--fw-500);text-align:center;color:#000;color:var(--black)}@media(min-width: 62em){.kolo-cannes-hero__description{text-align:left}}@media(min-width: 75em){.kolo-cannes-hero__description{font-size:1.5rem;line-height:1.6666666667;margin-bottom:3rem}}@media(min-width: 90em){.kolo-cannes-hero__description{font-size:2rem;line-height:1.375}}.kolo-cannes-hero__cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;gap:1.5rem}@media(min-width: 37.5em){.kolo-cannes-hero__cta{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media(min-width: 62em){.kolo-cannes-hero__cta{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.kolo-cannes-hero__promo{--size: 11.25rem;width:var(--size);height:var(--size);position:relative;margin-bottom:1.5rem}@media(min-width: 62em){.kolo-cannes-hero__promo{--size: 15rem;position:absolute;left:auto;top:50%;right:5%;-webkit-transform:translate(0%, -50%);transform:translate(0%, -50%);z-index:0;margin-bottom:0}}@media(min-width: 75em){.kolo-cannes-hero__promo{--size: 22.5rem;right:10%}}@media(min-width: 90em){.kolo-cannes-hero__promo{--size: 28.75rem;right:14%}}.kolo-cannes-hero__button{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:0;padding:0;margin:0;background:none;cursor:pointer;border-radius:50%;position:relative;cursor:pointer}.kolo-cannes-hero__circles{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:30rem;pointer-events:none}@media(min-width: 62em){.kolo-cannes-hero__circles{width:40rem}}@media(min-width: 75em){.kolo-cannes-hero__circles{width:57.5rem}}@media(min-width: 90em){.kolo-cannes-hero__circles{width:71.75rem}}.kolo-cannes-hero__button-icon{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);max-width:2.5rem}@media(min-width: 62em){.kolo-cannes-hero__button-icon{max-width:4rem}}@media(min-width: 75em){.kolo-cannes-hero__button-icon{max-width:5.375rem}}.kolo-cannes-donations__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:30rem;gap:1.5rem;margin-left:auto;margin-right:auto;margin-bottom:3rem}@media(min-width: 62em){.kolo-cannes-donations__list{display:grid;max-width:100%;grid-template-columns:repeat(3, 1fr);padding:2.5rem 1.5rem}}.kolo-cannes-donations__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1.5rem 1rem;background-color:#f9f9f9;background-color:var(--f9);border-radius:1.5rem}@media(min-width: 75em){.kolo-cannes-donations__item{padding:2.5rem 1.5rem}}.kolo-cannes-donations__item--top{background-color:#fd0;background-color:var(--primary)}.kolo-cannes-donations__label{font-size:1.25rem;line-height:1.6;margin-bottom:.5rem;font-weight:600;font-weight:var(--fw-600)}@media(min-width: 75em){.kolo-cannes-donations__label{font-size:1.5rem;line-height:1.6666666667}}.kolo-cannes-donations__value{font-size:2.5rem;line-height:1.2;margin-bottom:0;font-weight:600;font-weight:var(--fw-600)}@media(min-width: 62em){.kolo-cannes-donations__value{font-size:3rem;line-height:1.1666666667}}@media(min-width: 75em){.kolo-cannes-donations__value{font-size:3.5rem;line-height:1.1428571429}}@media(min-width: 90em){.kolo-cannes-donations__value{font-size:4rem;line-height:1.1875}}.kolo-cannes-donations__email{font-size:1rem;line-height:1.5;margin-top:.5rem;margin-bottom:0}@media(min-width: 75em){.kolo-cannes-donations__email{font-size:1.5rem;line-height:1.6666666667}}.kolo-cannes-explainer__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem;margin-bottom:3rem;position:relative}@media(min-width: 48em){.kolo-cannes-explainer__wrapper{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1rem;gap:1rem}}.kolo-cannes-explainer__wrapper--decor{display:none}@media(min-width: 48em){.kolo-cannes-explainer__wrapper--decor{display:grid;width:100%;position:absolute;left:0;top:0;margin-bottom:0;padding-left:1rem;padding-right:1rem}}.kolo-cannes-explainer__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.kolo-cannes-explainer__img-wrapper{--size: 13.75rem;width:var(--size);height:var(--size);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1.5rem;border-radius:50%;position:relative;z-index:0}@media(min-width: 62em){.kolo-cannes-explainer__img-wrapper{--size: 18.75rem;margin-bottom:2rem}}@media(min-width: 75em){.kolo-cannes-explainer__img-wrapper{--size: 23.75rem;margin-bottom:3rem}}@media(min-width: 90em){.kolo-cannes-explainer__img-wrapper{--size: 28.5rem}}.kolo-cannes-explainer__img{position:relative;z-index:3}.kolo-cannes-explainer__year{font-size:2.5rem;line-height:1;margin-bottom:2rem;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700;font-weight:var(--fw-700);text-align:center;position:relative;z-index:1}@media(min-width: 62em){.kolo-cannes-explainer__year{font-size:4rem;line-height:1;margin-bottom:3rem}}@media(min-width: 75em){.kolo-cannes-explainer__year{font-size:4.5rem;line-height:1}}@media(min-width: 90em){.kolo-cannes-explainer__year{font-size:5rem;line-height:1}}.kolo-cannes-explainer__description{font-size:1.25rem;line-height:1.6;margin-bottom:0;text-align:center;position:relative;z-index:1}@media(min-width: 75em){.kolo-cannes-explainer__description{font-size:1.5rem;line-height:1.6666666667}}.kolo-cannes-explainer__circle{--size: 32.5rem;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);max-width:var(--size)}@media(min-width: 48em){.kolo-cannes-explainer__circle{--size: 38.75rem}}@media(min-width: 62em){.kolo-cannes-explainer__circle{--size: 48.75rem}}@media(min-width: 75em){.kolo-cannes-explainer__circle{--size: 60rem}}@media(min-width: 90em){.kolo-cannes-explainer__circle{--size: 71.75rem}}.kolo-cannes-explainer__circle--mobile{display:block}@media(min-width: 48em){.kolo-cannes-explainer__circle--mobile{display:none}}.kolo-cannes-explainer__arrow{display:none}@media(min-width: 48em){.kolo-cannes-explainer__arrow{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:block;width:5rem;top:15.5rem}}@media(min-width: 62em){.kolo-cannes-explainer__arrow{width:6.25rem;top:21.75rem}}@media(min-width: 75em){.kolo-cannes-explainer__arrow{width:7.5rem;top:26.25rem}}@media(min-width: 90em){.kolo-cannes-explainer__arrow{width:13.75rem;top:29.5rem}}.kolo-cannes-reason__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;margin-bottom:3rem}@media(min-width: 48em){.kolo-cannes-reason__wrapper{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:3rem;gap:3rem;margin-bottom:4rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media(min-width: 75em){.kolo-cannes-reason__wrapper{gap:5.5rem;margin-bottom:5.5rem}}.kolo-cannes-reason__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.kolo-cannes-reason__img-wrapper{--size: 8.75rem;width:var(--size);height:var(--size);margin-bottom:2rem;border-radius:50%;overflow:hidden;background-color:#d9d9d9;background-color:var(--d9)}@media(min-width: 62em){.kolo-cannes-reason__img-wrapper{--size: 11.25rem}}@media(min-width: 75em){.kolo-cannes-reason__img-wrapper{--size: 14.25rem;margin-bottom:3rem}}.kolo-cannes-reason__description{font-size:1rem;line-height:1.5;margin-bottom:0;text-align:center}@media(min-width: 62em){.kolo-cannes-reason__description{font-size:1.25rem;line-height:1.6}}@media(min-width: 75em){.kolo-cannes-reason__description{font-size:1.5rem;line-height:1.6666666667}}.kolo-cannes-reason__author{font-size:.75rem;line-height:1;margin-top:1rem;margin-bottom:0;text-align:center}.kolo-cannes-socials__title{font-size:1.5rem;line-height:1.3333333333;margin-bottom:2rem;font-family:"Manrope", "Arial", sans-serif;font-family:var(--font-family);font-weight:var(--fw-normal);text-align:center}@media(min-width: 48em){.kolo-cannes-socials__title{font-size:2rem;line-height:1.5}}@media(min-width: 75em){.kolo-cannes-socials__title{font-size:3rem;line-height:1.3333333333;margin-bottom:3rem}}.kolo-cannes-socials__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3rem}@media(min-width: 48em){.kolo-cannes-socials__wrapper{gap:6rem}}@media(min-width: 75em){.kolo-cannes-socials__wrapper{gap:10.75rem}}.kolo-cannes-socials__link{max-width:3.5rem;text-decoration:none}@media(min-width: 48em){.kolo-cannes-socials__link{max-width:5rem}}@media(min-width: 75em){.kolo-cannes-socials__link{max-width:7.125rem}}.kolo-cannes-socials__link:hover{text-decoration:none}.kolo-cannes-socials__link:visited{text-decoration:none}.kolo-cannes-cta{overflow:hidden}.kolo-cannes-cta__circle{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.kolo-cannes-get-medals__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-top:2rem;margin-bottom:3rem;gap:2rem}@media(min-width: 62em){.kolo-cannes-get-medals__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:0;margin-top:3rem}}@media(min-width: 90em){.kolo-cannes-get-medals__wrapper{margin-top:6rem}}.kolo-cannes-get-medals__medal{--size: 28.375rem;width:var(--size);height:var(--size);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;padding:6rem 5rem 1.5rem;background-color:#fff7c2;border-radius:50%}@media(min-width: 62em){.kolo-cannes-get-medals__medal{--size: 30rem;padding:3.75rem 3rem 1.5rem}}@media(min-width: 75em){.kolo-cannes-get-medals__medal{--size: 32.5rem;padding:5rem 5rem 1.5rem}}@media(min-width: 90em){.kolo-cannes-get-medals__medal{--size: 43rem;padding:7.75rem 7rem 1.5rem}}.kolo-cannes-get-medals__img-wrapper{width:100%;height:100%;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.kolo-cannes-get-medals__img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);max-width:68%}@media(min-width: 62em){.kolo-cannes-get-medals__img{max-width:65%}}@media(min-width: 90em){.kolo-cannes-get-medals__img{max-width:90%}}.kolo-cannes-get-medals__title{font-size:1.25rem;line-height:1.2;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700;font-weight:var(--fw-700)}@media(min-width: 62em){.kolo-cannes-get-medals__title{font-size:1.5rem;line-height:1.3333333333}}@media(min-width: 90em){.kolo-cannes-get-medals__title{font-size:2rem;line-height:1.25}}.kolo-cannes-get-medals__description{font-size:1rem;line-height:1.5;margin-bottom:2rem;text-align:center}@media(min-width: 62em){.kolo-cannes-get-medals__description{font-size:1.25rem;line-height:1.6}}@media(min-width: 90em){.kolo-cannes-get-medals__description{font-size:1.5rem;line-height:1.6666666667}}.kolo-cannes-get-medals__description:last-of-type{margin-bottom:0}.kolo-cannes-get-medals__container{position:relative;z-index:2}.kolo-cannes-get-medals__stripes{display:none}@media(min-width: 62em){.kolo-cannes-get-medals__stripes{display:block;max-width:62.5rem;position:absolute;top:-4rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@media(min-width: 75em){.kolo-cannes-get-medals__stripes{max-width:68rem}}@media(min-width: 90em){.kolo-cannes-get-medals__stripes{max-width:91.75rem}}.kolo-cannes-info{background:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 221, 0, 0)), to(#fd0));background:linear-gradient(180deg, rgba(255, 221, 0, 0) 0%, #fd0 100%)}.kolo-cannes-info__subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;color:rgba(0,0,0,.68)}@media(min-width: 62em){.kolo-cannes-info__subtitle{font-size:1.5rem;line-height:1.3333333333}}@media(min-width: 75em){.kolo-cannes-info__subtitle{font-size:2rem;line-height:1.25}}.kolo-cannes-info__description{font-size:1rem;line-height:1.5;margin-bottom:3rem;color:rgba(0,0,0,.68)}@media(min-width: 62em){.kolo-cannes-info__description{font-size:1.25rem;line-height:1.6}}@media(min-width: 75em){.kolo-cannes-info__description{font-size:1.5rem;line-height:1.6666666667}}.kolo-cannes-info__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}@media(min-width: 37.5em){.kolo-cannes-info__wrapper{display:grid;grid-template-columns:repeat(2, 1fr)}}.kolo-cannes-info__card{-ms-flex-item-align:stretch;align-self:stretch}.kolo-cannes-supporter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;position:relative;padding:1.5rem 1.5rem 3.5rem;background-color:#fff7c2;border-radius:1.5rem}@media(min-width: 62em){.kolo-cannes-supporter{padding:2.5rem 2.5rem 4.5rem;border-radius:2.5rem}}.kolo-cannes-supporter__picture{--size: 8.75rem;width:var(--size);height:var(--size);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1rem;border-radius:50%;overflow:hidden}@media(min-width: 62em){.kolo-cannes-supporter__picture{--size: 14.25rem;margin-bottom:1.5rem}}.kolo-cannes-supporter__name{font-size:1.25rem;line-height:1.6;margin-bottom:1rem;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:var(--fw-normal);text-align:center}@media(min-width: 62em){.kolo-cannes-supporter__name{font-size:1.5rem;line-height:1.6666666667;margin-bottom:1.5rem}}.kolo-cannes-supporter__role{font-size:1rem;line-height:1.5;text-align:center;color:#3e5065;color:var(--grey)}.kolo-cannes-supporter__socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;gap:2rem;position:absolute;bottom:1.5rem;left:0;right:0}.kolo-cannes-supporter__link{display:block}.kolo-cannes-modal{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.kolo-cannes-modal__video{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.kolo-cannes-modal__iframe{height:70vh;border:0;aspect-ratio:.56}.kolo-cannes-modal .modal{top:0}.kolo-cannes-modal .modal-dialog{max-width:none}.kolo-cannes-modal .modal-content{width:auto;height:auto;padding:0;border-radius:0;background-color:rgba(0,0,0,0)}.kolo-cannes-modal .modal-header .close{top:-32px}.kolo-cannes-bet-modal{top:0}.kolo-cannes-bet-modal .modal-content{height:auto}.kolo-cannes-bet-modal__form{padding:2.5rem 0 0}@media(min-width: 75em){.kolo-cannes-bet-modal__form{padding:2.5rem 0}}.kolo-cannes-bet-modal__bets{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1rem;gap:1rem;margin-top:2.5rem;margin-bottom:2.5rem}@media(min-width: 37.5em){.kolo-cannes-bet-modal__bets{grid-template-columns:repeat(4, 1fr)}}.kolo-cannes-bet-modal__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.kolo-cannes-bet-modal__amount{font-size:1.5rem;line-height:1;font-weight:700;font-weight:var(--fw-700)}.service-page__content h1{font-size:2rem;line-height:1.25;margin-bottom:1.5rem;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700;font-weight:var(--fw-700);text-transform:uppercase}@media(min-width: 48em){.service-page__content h1{font-size:2.5rem;line-height:1.2;margin-bottom:2rem}}@media(min-width: 62em){.service-page__content h1{font-size:3rem;line-height:1.1666666667}}.service-page__content h2{font-size:1.25rem;line-height:1.5;margin-bottom:1.25rem;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700;font-weight:var(--fw-700);text-transform:uppercase}.service-page__content h2:not(:first-child){margin-top:1.5rem}@media(min-width: 48em){.service-page__content h2:not(:first-child){margin-top:2rem}}@media(min-width: 62em){.service-page__content h2:not(:first-child){margin-top:2.5rem}}@media(min-width: 48em){.service-page__content h2{font-size:1.5rem;line-height:1.3333333333;margin-bottom:1.5rem}}@media(min-width: 62em){.service-page__content h2{font-size:2rem;line-height:1.5}}.service-page__content p{font-size:1rem;line-height:1.5;margin-bottom:1rem}@media(min-width: 62em){.service-page__content p{margin-bottom:1.25rem}}.service-page__content ul li{margin-bottom:1rem}.service-page__content a{text-decoration:none;border-bottom:1px solid #000;border-bottom:1px solid var(--black);-webkit-transition:border-color 240ms ease-in-out;transition:border-color 240ms ease-in-out;word-break:break-all}.service-page__content a:hover{text-decoration:none;color:#000;color:var(--black);border-color:#fd0;border-color:var(--primary)}.kolossus-hero__container{position:relative}.kolossus-hero__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;text-align:center}@media(min-width: 62em){.kolossus-hero__content{max-width:37.5rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left}}@media(min-width: 75em){.kolossus-hero__content{max-width:43.75rem}}@media(min-width: 90em){.kolossus-hero__content{max-width:56.25rem}}.kolossus-hero__sub-title{font-size:1.25rem;line-height:1.5;margin-bottom:1.25rem}@media(min-width: 62em){.kolossus-hero__sub-title{font-size:2rem;line-height:1.25;margin-bottom:2rem}}.kolossus-hero__description{margin-bottom:2rem;text-align:center}@media(min-width: 62em){.kolossus-hero__description{margin-bottom:5.5rem;text-align:left}}.kolossus-hero__decor{max-width:45.5vw;margin-bottom:2rem}@media(min-width: 62em){.kolossus-hero__decor{max-width:25rem;position:absolute;right:1rem;bottom:7.5rem;margin-bottom:0}}@media(min-width: 75em){.kolossus-hero__decor{max-width:28.125rem;bottom:5rem}}@media(min-width: 90em){.kolossus-hero__decor{max-width:30.875rem;bottom:0}}.kolossus-explainer{background-color:#f9f9f9;background-color:var(--f9)}@media(min-width: 75em){.kolossus-explainer{background-color:rgba(0,0,0,0)}}.kolossus-explainer__container{width:100%;background-color:#f9f9f9;background-color:var(--f9)}@media(min-width: 75em){.kolossus-explainer__container{padding:3.5rem 0;border-radius:3.5rem}}.kolossus-explainer__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:64rem;margin-left:auto;margin-right:auto}.kolossus-explainer__flow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;margin-bottom:2.5rem}@media(min-width: 62em){.kolossus-explainer__flow{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:4rem;grid-column-gap:4rem}}.kolossus-explainer__step{--size: 4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:var(--size);height:var(--size);position:relative;z-index:1;padding:.5rem;border-radius:50%;background-color:#f0f0f0}@media(min-width: 62em){.kolossus-explainer__step{--size: 12.8vw;padding:1rem}}@media(min-width: 90em){.kolossus-explainer__step{--size: 11.5rem}}.kolossus-explainer__connector{width:70%;height:1px;position:absolute;top:50%;right:auto;bottom:auto;left:50%;z-index:0;background-color:rgba(0,0,0,.2);-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}.kolossus-explainer__text{font-size:.625rem;line-height:1;margin-bottom:0;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700;font-weight:var(--fw-700)}@media(min-width: 62em){.kolossus-explainer__text{font-size:2vw}}@media(min-width: 90em){.kolossus-explainer__text{font-size:1.625rem;line-height:1}}.kolossus-explainer__rules{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;margin-bottom:2rem;grid-gap:1.5rem;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(min-width: 37.5em){.kolossus-explainer__rules{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;grid-gap:2rem;margin-bottom:4rem;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media(min-width: 62em){.kolossus-explainer__rules{grid-gap:5.75rem}}.kolossus-explainer__rule{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:9.625rem}@media(min-width: 48em){.kolossus-explainer__rule{max-width:17.5rem}}.kolossus-explainer__rule-icon{--size: 5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:var(--size);height:var(--size);margin-bottom:1rem;border-radius:50%;background-color:#fd0;background-color:var(--primary)}.kolossus-explainer__rule-description{width:100%;margin-bottom:0;font-size:.875rem;line-height:1.3;text-align:center}@media(min-width: 62em){.kolossus-explainer__rule-description{font-size:1.7vw}}@media(min-width: 90em){.kolossus-explainer__rule-description{font-size:1.5rem}}.kolossus-explainer__cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;grid-gap:1.5rem}@media(min-width: 48em){.kolossus-explainer__cta{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.kolossus-member{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;padding:1rem;border-radius:2rem;background-color:rgba(255,221,0,.24)}.kolossus-member__logo{--size: 7.5rem;width:var(--size);height:var(--size);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1rem;border-radius:50%;background-color:#fff}@media(min-width: 37.5em){.kolossus-member__logo{--size: 10rem}}@media(min-width: 62em){.kolossus-member__logo{--size: 11.25rem}}.kolossus-member__name{font-size:1.5rem;line-height:1.6666666667;width:100%}.kolossus-member__description{width:100%}.kolossus-club{display:grid;grid-gap:1.5rem 1rem;grid-template-rows:auto}@media(min-width: 37.5em){.kolossus-club{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 62em){.kolossus-club{grid-template-columns:repeat(3, 1fr);grid-gap:3rem 1.5rem}}@media(min-width: 90em){.kolossus-club{grid-template-columns:repeat(4, 1fr)}}.kolossus-join__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:2.5rem}@media(min-width: 62em){.kolossus-join__container{display:grid;grid-gap:1rem 15.3vw;grid-template-columns:repeat(2, 1fr);grid-template-rows:auto}}.kolossus-join__column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 62em){.kolossus-join__column{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.kolossus-join__form-block{width:100%}.kolossus-join__content{text-align:center}@media(min-width: 62em){.kolossus-join__content{text-align:left}}.kolossus-join__leading{margin-bottom:2.5rem;color:#000;color:var(--black)}@media(min-width: 62em){.kolossus-join__leading{text-align:left}}.kolossus-join__description{margin-bottom:2.5rem;color:#3e5065;color:var(--grey)}.kolossus-join__success-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding:2rem 1.5rem;background-color:#f9f9f9;background-color:var(--f9);border-radius:2.5rem}@media(min-width: 48em){.kolossus-join__success-container{padding:3rem}}@media(min-width: 75em){.kolossus-join__success-container{padding:3rem}}@media(min-width: 90em){.kolossus-join__success-container{padding:3.5rem 6.5rem 6.5rem}}.kolossus-join__success-circle{--size: 5rem;width:var(--size);height:var(--size);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.5rem;padding:1.5rem;border-radius:50%;background-color:#fd0;background-color:var(--primary)}@media(min-width: 62em){.kolossus-join__success-circle{--size: 7.5rem;margin-bottom:2.5rem;padding:2.5rem}}@media(min-width: 75em){.kolossus-join__success-circle{--size: 10rem}}@media(min-width: 90em){.kolossus-join__success-circle{--size: 12rem}}.kolossus-join__success-icon{width:100%}.kolossus-join__success-title{font-size:1.5rem;line-height:1.3333333333;margin-bottom:1.25rem}.kolossus-video{width:100%;max-width:60rem;aspect-ratio:16/9;margin-left:auto;margin-right:auto;overflow:hidden;border-radius:1rem}.kolossus-video iframe{width:100%;height:100%}.login-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.login-page__container{width:100%;max-width:23.0625rem;position:relative}.login-page__title{font-size:1.75rem;line-height:1.2142857143;margin-bottom:2.5rem}.login-page__providers-list{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:1.5rem}.login-page__description{font-size:.875rem;line-height:1.4285714286;margin-bottom:1.5rem;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:200;font-weight:var(--fw-200)}.login-page__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:1.5rem}.login-page__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:.5rem 0 1.5rem}.login-page__link{font-size:.875rem;line-height:1.4285714286;font-weight:400;font-weight:var(--fw-400);text-decoration:underline;color:#0085ff;color:var(--secondary)}.login-page__link:hover{color:#0085ff;color:var(--secondary);text-decoration:none}.login-page__link:visited{color:#0085ff;color:var(--secondary)}.login-page__text{font-size:.875rem;line-height:1.4285714286;margin-bottom:0}.login-page__text--gap{margin:1.5rem 0}.login-page__btn{margin-top:1.5rem;margin-bottom:1rem}.login-page__btn:visited{color:#000;text-decoration:none}.login-page__my_gap{margin-top:2rem;margin-bottom:2rem}.login-page__hr{height:2px;border:0;background-color:#f9f9f9;background-color:var(--f9)}.login-page__separator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2rem;margin-bottom:2rem;gap:18px}.login-page__separator::before,.login-page__separator::after{content:"";display:block;height:1px;width:100%;background-color:#c4c4c4;background-color:var(--c4)}.user-profile-page{--gap: 3rem;--aside-width: 16.75rem;max-width:73rem;margin:0 auto}@media(min-width: 62em){.user-profile-page{display:grid;grid-template-columns:var(--aside-width) calc(100% - (var(--aside-width) + var(--gap)));grid-gap:var(--gap);gap:var(--gap)}}@media(min-width: 75em){.user-profile-page{--gap: 2rem}}.user-profile-page__aside{display:none}@media(min-width: 62em){.user-profile-page__aside{display:block}}.user-profile-page__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}@media(min-width: 90em){.user-profile-page__header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.user-profile-page__title{font-size:2rem;line-height:1.5;margin-bottom:0}@media(min-width: 75em){.user-profile-page__title{font-size:2.5rem;line-height:1.4}}.user-profile-page__sub-title{font-size:.875rem;line-height:1.4285714286;margin-bottom:0}.user-profile-page__section-title{font-size:1.25rem;line-height:1.2;margin-bottom:2rem;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:400;font-weight:var(--fw-400)}.user-profile-page__body{padding-top:2rem}@media(min-width: 75em){.user-profile-page__body{padding-top:1rem}}.user-profile-page__donations{margin-bottom:1.75rem;overflow-x:auto;overflow-y:hidden;overflow:auto hidden}.user-profile-page__table{width:100%;min-width:55rem}.user-profile-page__settigns{width:100%;max-width:27.5rem}.user-profile-page__subtitle{font-size:1.25rem;line-height:1.2;margin-bottom:1.5rem;font-weight:400;font-weight:var(--fw-400)}.user-profile-page__submit{margin-top:1.5rem}.user-profile-page__birthday{margin-top:1.5rem}.user-profile-page__grid{width:100%;grid-gap:1rem;gap:1rem;display:grid}@media(min-width: 48em){.user-profile-page__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 75em){.user-profile-page__grid{gap:1rem}}.user-profile-page__greeting{font-size:1.25rem;line-height:1.2;margin-bottom:4rem;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family)}.user-profile{width:100%;max-width:19.75rem;overflow:hidden;background-color:#fff;background-color:var(--white)}.user-profile__header{padding:.5rem 0 1.25rem}.user-profile__body{padding:1.25rem 0;border-top:1px solid #e7e9ef}.user-profile__title{display:none}.user-profile__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.user-profile__link:hover{text-decoration:none;color:inherit}.user-profile--popup{width:100%;height:100%;padding:0 1.5rem .5rem;max-width:none}@media(min-width: 37.5em){.user-profile--popup{height:auto;max-width:24.375rem;padding:0 2rem .5rem;-webkit-box-shadow:0 4px 22px rgba(0,0,0,.06);box-shadow:0 4px 22px rgba(0,0,0,.06)}}.user-profile--popup .user-profile__header{padding:2rem 0 1.25rem}.user-profile--popup .user-profile__title{font-size:.5rem;line-height:1.5;display:block;margin-bottom:.5rem;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700;font-weight:var(--fw-700);text-align:center}.user-profile-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.user-profile-info__photo-wrapper{width:2.5rem;height:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:2.5rem;border:2px solid #e7e9ef;border-radius:50%;overflow:hidden;cursor:pointer}.user-profile-info__email{font-size:.875rem;line-height:1.4285714286;margin-bottom:0;font-weight:500;word-break:break-all}.user-profile-info__photo{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.user-profile-info__acronym{font-size:1rem;line-height:1.375;font-weight:500;color:#000;color:var(--black)}.user-profile-nav{width:100%}.user-profile-nav__list{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}.user-profile-nav__item:last-child{padding-top:1.25rem;border-top:1px solid #e7e9ef}.user-profile-nav__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1rem;line-height:1.5;gap:.75rem;position:relative;padding-right:.5rem;font-weight:500}.user-profile-nav__link:hover{text-decoration:none;color:#000;color:var(--black)}html:not(.is-touch) .user-profile-nav__link:hover::after{opacity:1}.user-profile-nav__link::after{width:.3125rem;height:1.25rem;content:"";display:block;background-color:#fd0;background-color:var(--primary);position:absolute;right:0;top:.125rem;bottom:0;opacity:0;-webkit-transition:opacity 240ms ease-in-out;transition:opacity 240ms ease-in-out}.user-profile-nav__link.is-active{font-weight:700}.user-profile-nav__link.is-active::after{opacity:1}.user-profile-nav__icon{width:1rem;height:1rem;font-size:1rem;line-height:1}.user-profile-nav--popup .user-profile-nav__link{font-size:.875rem;line-height:1.3571428571;gap:.75rem;padding:0}.user-profile-nav--popup .user-profile-nav__link::after{content:none}.user-profile-nav--popup .user-profile-nav__link.is-active{font-weight:500}.user-profile-logout{border:0;padding:0;margin:0;background:none;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1rem;line-height:1.5;gap:1rem;width:100%;padding:1.5rem 0;border-right:4px solid rgba(0,0,0,0);position:relative;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:200;font-weight:var(--fw-200);-webkit-transition:color 240ms ease-in-out,background-color 240ms ease-in-out;transition:color 240ms ease-in-out,background-color 240ms ease-in-out}@media(min-width: 75em){.user-profile-logout{font-size:1.125rem;line-height:1.7777777778}}.user-profile-logout:hover{color:#000;color:var(--black)}html:not(.is-touch) .user-profile-logout:hover::after{opacity:1}.user-profile-logout::after{width:.25rem;height:2rem;content:"";display:block;background-color:#fd0;background-color:var(--primary);position:absolute;right:0;top:50%;opacity:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:opacity 240ms ease-in-out;transition:opacity 240ms ease-in-out}.user-profile-logout__icon{width:1rem;height:1rem}.user-profile-logout--popup{font-size:.625rem;line-height:1.6;width:auto;gap:.5rem;margin-left:auto;margin-right:auto;padding:.5rem 0 0}.user-profile-logout--popup:hover{color:#000;color:var(--black)}.user-profile-logout--popup:hover::after{content:none}.user-profile-copy-id__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:13.75rem;gap:1.5rem;text-align:left}.user-profile-copy-id__popup{font-size:.875rem;line-height:1.4285714286;padding:.25rem .5rem;border-radius:.25rem;position:absolute;left:50%;top:-1.75rem;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#3e5065;background-color:var(--grey);color:#fff}.subscription-card{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:1rem;overflow:hidden;-ms-flex-negative:0;flex-shrink:0}.subscription-card__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1.5rem;border-radius:1rem;background-color:#f5f5f5;background-color:var(--f5);height:100%}.subscription-card.active{border:1px solid #fd0;border:1px solid var(--primary)}.subscription-card.active .subscription-card__wrapper{background-color:#fd0;background-color:var(--primary)}.subscription-card__unsubscribe{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;line-height:1.4285714286;-webkit-transition:color .3s ease;transition:color .3s ease;gap:.25rem}.subscription-card__unsubscribe:hover{text-decoration:none}.subscription-card__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5rem 1.5rem;height:100%}.subscription-card__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1rem;padding-bottom:.5rem}.subscription-card__title{font-size:1.25rem;line-height:1.2;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700;font-weight:var(--fw-700)}.subscription-card__description{font-size:.875rem;line-height:1.5;margin:.5rem 0 2.5rem;font-weight:200;font-weight:var(--fw-200)}.subscription-card__text{font-size:.625rem;line-height:2;font-weight:200;font-weight:var(--fw-200)}.subscription-card__label{font-size:.875rem;line-height:1.4285714286;white-space:nowrap}.subscription-card__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.subscription-card__status{font-size:1rem;line-height:1;padding:.25rem .75rem;border:1px solid #000;border:1px solid var(--black);border-radius:.5rem;font-weight:700;font-weight:var(--fw-700);overflow:hidden;-ms-flex-negative:0;flex-shrink:0}.subscription-card__status.is-active{background-color:#000;background-color:var(--black);color:#fff;color:var(--white)}.subscription-card__date{font-size:.625rem;line-height:2;font-weight:200;font-weight:var(--fw-200);text-align:right}.subscription-card__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.subscription-card__row:not(:last-child){margin-bottom:.5rem}.subscription-card__row:last-child{margin-bottom:0}.subscription-card__field{font-size:.875rem;line-height:1.4285714286;font-weight:400;font-weight:var(--fw-400)}.subscription-card__value{font-size:.875rem;line-height:1.5;text-align:right;font-weight:700;font-weight:var(--fw-700)}.subscription-card__btn{margin-top:auto}.subscription-card__photo-wrapper{width:5rem;height:5rem;border:.25rem solid #fd0;border:.25rem solid var(--primary);overflow:hidden;border-radius:50%;-ms-flex-negative:0;flex-shrink:0}@media(min-width: 48em){.subscription-card__photo-wrapper{width:7.5rem;height:7.5rem;border-width:.5rem}}.subscription-info{width:100%;border-radius:1rem;border:1px solid #c4c4c4;border:1px solid var(--c4);padding:1.5rem}.subscription-info__title{font-size:1.125rem;line-height:1.3333333333;font-weight:700;font-weight:var(--fw-700)}.subscription-info__title--lg{font-size:1.25rem;line-height:1.2;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family)}.subscription-info__text{font-size:.875rem;line-height:1.5}.subscription-info__icon{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#fd0;background-color:var(--primary);-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.subscription-info__content{max-width:17.4375rem}.subscription-info__button{width:100%}@media(min-width: 48em){.subscription-info__button{width:auto;height:40px;font-size:.875rem;margin-top:2rem}}.subscription-info--two-column{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:2rem;max-width:none}.subscription-history{width:100%}.subscription-history__title{font-size:1.25rem;line-height:1.2;margin-bottom:1.5rem;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700;font-weight:var(--fw-700)}.subscription-history__table{width:100%}.subscription-history__col{font-size:.875rem;line-height:1.5}.subscription-history__col:nth-child(1),.subscription-history__col:nth-child(2){font-weight:700;font-weight:var(--fw-700)}.subscription-history__col:nth-child(2),.subscription-history__col:nth-child(4){text-align:right}@media(min-width: 48em){.subscription-history__col:nth-child(2),.subscription-history__col:nth-child(4){text-align:left}}.subscription-history__col:not(:first-child){white-space:nowrap}.subscription-history__head{display:none;background-color:#f5f5f5;background-color:var(--f5);padding:.25rem 0;border-radius:.5rem}@media(min-width: 48em){.subscription-history__head{display:block}}.subscription-history__head .subscription-history__col{font-size:.875rem;line-height:1.4285714286;font-weight:400;font-weight:var(--fw-400);color:#9e9e9e;color:var(--c-9e)}.subscription-history__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem;padding:0 1rem .5rem;border-bottom:1px solid #c4c4c4;border-bottom:1px solid var(--c4)}@media(min-width: 48em){.subscription-history__row{padding:0 1rem;border-bottom:none;grid-template-columns:1fr repeat(3, 6.625rem);gap:2.5rem}}.subscription-history__row:not(:last-child){margin-bottom:.5rem}.subscription-history__status{font-size:.75rem;line-height:1.6666666667;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.125rem .5rem;border-radius:.25rem;background-color:#f3cdcd}@media(min-width: 48em){.subscription-history__status{padding:.25rem .75rem;border-radius:.5rem}}.subscription-history__status.is-paid{background-color:#29d645}.subscription-history__show-more{margin-top:2rem}.payment-method__title{font-size:.875rem;line-height:1.4285714286;margin-bottom:2rem;color:#9e9e9e;color:var(--c-9e)}.payment-method__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.75rem;line-height:1.6666666667;gap:1rem;margin-bottom:1.5rem;-ms-flex-wrap:wrap;flex-wrap:wrap;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:200;font-weight:var(--fw-200)}@media(min-width: 37.5em){.payment-method__card{font-size:1rem;line-height:1.5}}.user-kolona-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.25rem;border-radius:1.25rem;background:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 221, 0, 0.4)), to(rgba(255, 221, 0, 0.2)));background:linear-gradient(180deg, rgba(255, 221, 0, 0.4) 0%, rgba(255, 221, 0, 0.2) 100%);margin-bottom:1rem;padding:2rem 1.25rem;overflow:hidden}@media(min-width: 48em){.user-kolona-card{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.user-kolona-card__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;gap:.5rem}.user-kolona-card__title{font-size:1.75rem;line-height:1.2857142857;display:inline-block;margin-bottom:1rem;font-weight:700;text-align:center}@media(min-width: 48em){.user-kolona-card__title{text-align:left}}.user-kolona-card a.user-kolona-card__title{text-decoration:none;border-bottom:1px solid #000;border-bottom:1px solid var(--black);-webkit-transition:border-color 240ms ease-in-out;transition:border-color 240ms ease-in-out}.user-kolona-card a.user-kolona-card__title:hover{text-decoration:none;border-color:rgba(0,0,0,0)}.user-kolona-card__description{border-radius:.5rem 1.25rem 1.25rem 1.25rem;padding:.75rem 1rem;background-color:#fff;background-color:var(--white)}.user-kolona-card__text{font-size:.75rem;line-height:1.3333333333;font-weight:600;color:rgba(0,0,0,.4)}.user-kolona-card__photo{width:10rem;height:10rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-ms-flex-negative:0;flex-shrink:0;overflow:hidden;background-color:rgba(0,0,0,.1);border-radius:50%;border:4px solid #fff;border:4px solid var(--white)}.user-kolona-card__photo::after{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:7.5rem;height:7.5rem;content:"";border:1px dashed rgba(0,0,0,.2);border-radius:50%;z-index:1}.user-kolona-card__img{position:relative;-o-object-fit:cover;object-fit:cover;z-index:2}.user-kolona-card__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}@media(min-width: 48em){.user-kolona-card__footer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.user-kolona-card--empty{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user-kolona-card--empty .user-kolona-card__title{font-size:1.25rem;line-height:1.4}.user-kolona-card--empty .user-kolona-card__description{color:rgba(0,0,0,.4);text-align:center;border:0;padding:0;background-color:rgba(0,0,0,0)}@media(min-width: 48em){.user-kolona-card--empty .user-kolona-card__description{text-align:left}}@media(min-width: 75em){.user-achievements{display:grid;grid-template-columns:1fr 23rem;grid-gap:2rem;gap:2rem}}.user-achievements__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}.user-achievements__title{font-size:1.375rem;line-height:1.1818181818;margin-bottom:0}@media(min-width: 62em){.user-achievements__title{font-size:2.5rem;line-height:1.2}}.user-achievements__leading{font-size:1.125rem;line-height:1.3333333333;margin-bottom:0;font-weight:700}@media(min-width: 62em){.user-achievements__leading{font-size:1.5rem;line-height:1.3333333333}}.user-achievements__list{font-size:1.125rem;line-height:1.3888888889;margin:0;padding-left:1.5rem;font-weight:500}.user-achievements__list li:not(:last-child){margin-bottom:1rem}.user-achievements__text{font-size:1.125rem;line-height:1.3888888889;margin-bottom:0}.user-achievements__aside{display:none}@media(min-width: 75em){.user-achievements__aside{display:block;padding-top:3.75rem;position:relative}}.user-achievements__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 75em){.user-achievements__card{display:none}}.user-achievements__sticky-card{position:sticky;top:calc(5rem + 1rem);top:calc(var(--header-height) + 1rem)}.user-achievements-block{border-radius:1rem;background-color:#f9f9f9;background-color:var(--f9);padding:1rem 1rem 1.5rem}@media(min-width: 62em){.user-achievements-block{padding:1.5rem 1.5rem 2rem}}.user-achievements-block__header{border-bottom:1px solid #eaeaea;padding-bottom:1rem}.user-achievements-block__title{font-size:1.125rem;line-height:1.3333333333;margin-bottom:0;font-weight:700}.user-achievements-block__body{padding-top:1.5rem}.user-achievements-block__cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:1rem;gap:1rem}.user-achievements-block__refresh{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;line-height:1.2857142857;gap:.375rem;padding:.5rem 1rem;font-weight:500}.user-achievements-block__message{font-size:.875rem;line-height:1.2857142857;margin:1rem 0;background-color:#fff;background-color:var(--white);border-radius:.5rem;padding:1rem;font-weight:500}@media(min-width: 62em){.user-achievements-block__message{font-size:1rem;line-height:1.5}}.is-refreshing{-webkit-animation:rotation .5s ease-in-out infinite;animation:rotation .5s ease-in-out infinite}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotation{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.user-achievement-banner{width:100%;overflow:hidden;border-radius:1rem;position:relative;background-color:#030201;margin-top:1.375rem;padding:1rem}@media(min-width: 48em){.user-achievement-banner{padding:1.5rem 2.5rem}}@media(min-width: 75em){.user-achievement-banner{padding:1.5rem 5.25rem}}.user-achievement-banner__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:2;gap:1.5rem}@media(min-width: 75em){.user-achievement-banner__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.user-achievement-banner__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1rem}@media(min-width: 75em){.user-achievement-banner__content{display:grid;grid-template-columns:16.5rem 14.125rem;max-width:30.625rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:.25rem;gap:.25rem}}.user-achievement-banner__title{font-size:1rem;line-height:1.5;color:#fff;color:var(--white);font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:500;margin-bottom:0;max-width:16.5rem}@media(min-width: 48em){.user-achievement-banner__title{font-size:1.5rem;line-height:1.3333333333}}@media(min-width: 75em){.user-achievement-banner__title{max-width:none}}.user-achievement-banner__description{font-size:.75rem;line-height:1.3333333333;color:#fff;color:var(--white);font-weight:500;margin-bottom:0;max-width:9.625rem}@media(min-width: 48em){.user-achievement-banner__description{font-size:.875rem;line-height:1.2857142857;max-width:16.5rem}}@media(min-width: 75em){.user-achievement-banner__description{max-width:none}}.user-achievement-banner__pin{position:absolute;z-index:1;left:-6.25rem;bottom:-3rem;max-width:21.25rem}@media(min-width: 48em){.user-achievement-banner__pin{left:-4.375rem;bottom:-2.5rem}}@media(min-width: 75em){.user-achievement-banner__pin{top:50%;left:auto;right:14.75rem;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.user-achievement-banner__cta{font-size:.875rem;line-height:1;padding:.6875rem 1rem}.kolona-form{color:#fff;color:var(--white);font-family:"Fixel Display", sans-serif;font-family:var(--fixel-font);-webkit-font-feature-settings:"dlig" on;font-feature-settings:"dlig" on}.kolona-form.ahashakeheartache{-webkit-animation:shake .4s linear;animation:shake .4s linear}.kolona-form__title{font-family:"Fixel Display", sans-serif;font-family:var(--fixel-font);font-weight:600;font-size:20px;line-height:1.3;text-align:center;margin-bottom:26px}@media(min-width: 62em){.kolona-form__title{font-size:24px;margin-bottom:43px}}.kolona-form__wrapper{position:relative;overflow:hidden;border-radius:32px;-webkit-box-shadow:inset 0 0 0 .5px rgba(255,255,255,.2980392157);box-shadow:inset 0 0 0 .5px rgba(255,255,255,.2980392157);background-color:rgba(217,217,217,.0117647059);-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);padding:24px 16px 22px;isolation:isolate}@media(min-width: 62em){.kolona-form__wrapper{padding:40px}}.kolona-form__links{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:16px;border:1px solid #464646;border:1px solid var(--wood-charcoal);margin-bottom:32px;position:relative}@media(min-width: 62em){.kolona-form__links .animated{display:block;width:106px;height:86px;border-radius:16px;-webkit-box-shadow:inset 0 0 0 4px #fd0,inset 0 0 14.9px 0 #fd0;box-shadow:inset 0 0 0 4px #fd0,inset 0 0 14.9px 0 #fd0;-webkit-box-shadow:inset 0 0 0 4px var(--primary),inset 0 0 14.9px 0 var(--primary);box-shadow:inset 0 0 0 4px var(--primary),inset 0 0 14.9px 0 var(--primary);position:absolute;top:0;left:0;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out;pointer-events:none}.kolona-form__links>:nth-child(1).active~.animated{-webkit-transform:translateX(0);transform:translateX(0)}.kolona-form__links>:nth-child(2).active~.animated{-webkit-transform:translateX(106px);transform:translateX(106px)}.kolona-form__links>:nth-child(3).active~.animated{-webkit-transform:translateX(212px);transform:translateX(212px)}.kolona-form__links>:nth-child(1):hover~.animated{-webkit-transform:translateX(0);transform:translateX(0)}.kolona-form__links>:nth-child(2):hover~.animated{-webkit-transform:translateX(106px);transform:translateX(106px)}.kolona-form__links>:nth-child(3):hover~.animated{-webkit-transform:translateX(212px);transform:translateX(212px)}}.kolona-form__copyright{font-style:normal;font-style:initial;color:#fff;color:var(--white);font-size:20px;font-weight:500}.kolona-form__copyright span{font-size:16px}.kolona-form__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:86px;width:100%;opacity:.5;background:rgba(0,0,0,0);padding:0;border:none;cursor:pointer}.kolona-form__link:hover{text-decoration:none}.kolona-form__link::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px;-webkit-box-shadow:inset 0 0 0 4px #fd0,inset 0 0 14.9px 0 #fd0;box-shadow:inset 0 0 0 4px #fd0,inset 0 0 14.9px 0 #fd0;-webkit-box-shadow:inset 0 0 0 4px var(--primary),inset 0 0 14.9px 0 var(--primary);box-shadow:inset 0 0 0 4px var(--primary),inset 0 0 14.9px 0 var(--primary);opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}@media(min-width: 62em){.kolona-form__link::after{content:none}}.kolona-form__link.active{opacity:1}.kolona-form__link.active::after{opacity:1}.kolona-form__decor{position:absolute;right:0;bottom:0;left:0;z-index:-1;width:100%}.kolona-form__tip{font-size:12px;color:#7b7b7b;color:var(--b7);display:block;padding-left:11px;-webkit-transition:all .3s ease;transition:all .3s ease}.kolona-form__tip.error{color:#ff5252;color:var(--error)}.kolona-form__tip a{color:inherit;text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted}.kolona-form__tip--sm{padding-left:14px;font-size:10px}@media(min-width: 62em){.kolona-form__tip--sm{padding-left:0;text-align:center}}.kolona-form__submit{font-family:"Fixel Display", sans-serif;font-family:var(--fixel-font);font-weight:600;font-size:18px;margin-top:22px;margin-bottom:11px;height:64px;width:100%;min-width:auto}@media(min-width: 62em){.kolona-form__submit{margin-top:40px}}@keyframes shake{0%{-webkit-transform:translate(16px);transform:translate(16px)}20%{-webkit-transform:translate(-16px);transform:translate(-16px)}40%{-webkit-transform:translate(8px);transform:translate(8px)}60%{-webkit-transform:translate(-8px);transform:translate(-8px)}80%{-webkit-transform:translate(4px);transform:translate(4px)}100%{-webkit-transform:translate(0px);transform:translate(0px)}}.kolona-participants{padding:14px 10px;-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);-webkit-backdrop-filter:blur(33px);backdrop-filter:blur(33px);border-radius:32px;background:rgba(255,255,255,.09)}@media(min-width: 62em){.kolona-participants{display:inline-block;padding:13px 56px}}@media(min-width: 75em){.kolona-participants{display:inline-grid;grid-template-columns:52px 130px auto;grid-column-gap:9px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:86px;border-radius:43px;padding:13px 22px}}.kolona-participants__title{font-family:"Fixel Text", sans-serif;font-family:var(--fixel-font-text);font-weight:400;text-align:center;font-size:14px;line-height:1.2;margin-bottom:7px}@media(min-width: 75em){.kolona-participants__title{margin-bottom:0;text-align:left}}.kolona-participants__icon{display:none}@media(min-width: 75em){.kolona-participants__icon{display:block}}.kolona-participants__grid{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:13px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.kolona-participants__item{width:52px;height:52px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin-left:-10px;border-radius:50%;overflow:hidden;background-color:#1E1E20;background-color:var(--inkwell-concept);border:1px solid #fff;border:1px solid var(--white);-ms-flex-negative:0;flex-shrink:0}.kolona-participants__image{width:100%;height:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover}.kolona-how-it-works{font-family:"Fixel Display", sans-serif;font-family:var(--fixel-font);-webkit-font-feature-settings:"dlig" on;font-feature-settings:"dlig" on}.kolona-how-it-works__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:14px}@media(min-width: 62em){.kolona-how-it-works__grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:33px}}.kolona-how-it-works__title{font-family:"Fixel Display", sans-serif;font-family:var(--fixel-font);font-weight:600;font-size:32px;max-width:300px;line-height:1.1;margin-bottom:56px}@media(min-width: 62em){.kolona-how-it-works__title{max-width:400px;font-size:40px;margin-bottom:96px}}.kolona-how-it-works__card{display:grid;grid-template-columns:52px 1fr;grid-template-rows:52px 70px 1fr;grid-gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}@media(min-width: 48em){.kolona-how-it-works__card{grid-gap:20px;height:100%}}@media(min-width: 62em){.kolona-how-it-works__card{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.kolona-how-it-works__card:not(:last-child)::after{content:"";position:absolute;top:0;right:-13px;height:100%;width:0;border-left:1.7px dashed rgba(212,215,227,.5)}}@media(min-width: 75em){.kolona-how-it-works__card{padding-right:21px;grid-gap:25px}.kolona-how-it-works__card:not(:last-child)::after{right:1px}}.kolona-how-it-works__number,.kolona-how-it-works__subtitle{font-size:24px;font-weight:600}.kolona-how-it-works__number{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:52px;height:52px;border-radius:50%;color:#000;color:var(--black);background-color:#fd0;background-color:var(--primary);-ms-flex-negative:0;flex-shrink:0;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";font-variant-numeric:tabular-nums;grid-column:1}.kolona-how-it-works__subtitle{margin-bottom:0;line-height:1.1;grid-column:2}.kolona-how-it-works__text{font-family:"Fixel Text", sans-serif;font-family:var(--fixel-font-text);font-size:16px;line-height:1.4;opacity:.5;grid-column:2/3}@media(min-width: 62em){.kolona-how-it-works__text{grid-column:1/3}}@media(min-width: 75em){.kolona-how-it-works__text{font-size:18px;line-height:1.3}}.kolona-how-it-works__icon{display:none;grid-column:1/3;margin:0 auto}.kolona-how-it-works__icon img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media(min-width: 62em){.kolona-how-it-works__icon{width:168px;height:168px;display:block}}.kolona-explainer{font-family:"Fixel Display", sans-serif;font-family:var(--fixel-font);-webkit-font-feature-settings:"dlig" on;font-feature-settings:"dlig" on}.kolona-explainer__container{padding:0 24px;position:relative}@media(min-width: 37.5em){.kolona-explainer__container{padding:0}}@media(min-width: 75em){.kolona-explainer__container{display:-webkit-box;display:-ms-flexbox;display:flex;height:930px;width:100%;padding:32px}}.kolona-explainer__wrapper{position:relative;padding:40px 0;margin:0 -24px;background-color:#121214;background-color:var(--cursed-black);border-radius:32px;border:1px solid #54545E;border:1px solid var(--coal-mine)}@media(min-width: 37.5em){.kolona-explainer__wrapper{padding:40px}}@media(min-width: 48em){.kolona-explainer__wrapper{margin:0;padding:56px}}@media(min-width: 75em){.kolona-explainer__wrapper{padding:0;background-color:rgba(0,0,0,0);border-radius:0;border:none}}.kolona-explainer__title{font-family:"Fixel Display", sans-serif;font-family:var(--fixel-font);font-weight:600;font-size:32px;line-height:1.1;margin-bottom:30px}@media(min-width: 75em){.kolona-explainer__title{font-size:40px;padding-left:14px}}.kolona-explainer__decor{width:325px;margin-top:55px}.kolona-explainer__decor--decktop{display:none}@media(min-width: 75em){.kolona-explainer__decor--decktop{display:block;position:absolute;top:-28px;left:-79px;width:1324px;max-width:none}}@media(min-width: 75em){.kolona-explainer__decor--mob{display:none}}.kolona-slider{font-family:"Fixel Display", sans-serif;font-family:var(--fixel-font);-webkit-font-feature-settings:"dlig" on;font-feature-settings:"dlig" on;color:#fff;color:var(--white)}.kolona-slider__indicator{width:4px;height:26px;position:absolute;top:24px;left:0;background:#252528;border-radius:4px;pointer-events:none}@media(min-width: 75em){.kolona-slider__indicator{left:12px}}.kolona-slider__button{position:relative;background-color:rgba(0,0,0,0);font-size:20px;font-weight:600;color:#fff;color:var(--white);border:none;padding:27px 18px;width:100%;text-align:left;outline:none;cursor:pointer}@media(min-width: 75em){.kolona-slider__button{padding:27px 33px}}.kolona-slider__content{padding-left:8px}@media(min-width: 62em){.kolona-slider__content{max-width:80%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:100px}}@media(min-width: 75em){.kolona-slider__content{max-width:100%;margin:0;display:block}}.kolona-slider__icon{position:absolute;top:33px;right:3px;pointer-events:none;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}@media(min-width: 75em){.kolona-slider__icon{right:28px}}.kolona-slider__progress{width:267px;position:absolute;left:50%;bottom:19px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.kolona-slider__item{border-top:1px solid #2b2b2b;border-bottom:1px solid #2b2b2b}.kolona-slider__item.open .kolona-slider__icon{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:center;transform-origin:center}.kolona-slider__item.open .kolona-slider__indicator{background-color:#fd0;background-color:var(--primary);-webkit-box-shadow:0 0 10.7px 3px rgba(255,221,0,.3019607843);box-shadow:0 0 10.7px 3px rgba(255,221,0,.3019607843)}@media(min-width: 75em){.kolona-slider__item{background:-webkit-gradient(linear, left top, left bottom, from(#0A0A0C), to(#1C1C21));background:linear-gradient(180deg, #0A0A0C 0%, #1C1C21 100%);border:1px solid #2b2b2b;border-radius:12px;margin-bottom:10px}}.kolona-slider__image{position:relative;overflow:hidden;border-radius:9px;width:308px;height:399px;margin:0 auto 24px;-ms-flex-negative:0;flex-shrink:0}.kolona-slider__image img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(min-width: 75em){.kolona-slider__image{opacity:0;height:130px}}.kolona-slider__text{opacity:.5;font-family:"Fixel Text", sans-serif;font-family:var(--fixel-font-text);font-weight:400;line-height:1.3;padding-bottom:24px;padding-left:12px;height:150px}@media(min-width: 75em){.kolona-slider__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:150px;overflow:hidden}}@media(min-width: 75em){.kolona-slider__grid{display:grid;grid-template-columns:429px 338px;grid-gap:24px}}.kolona-slider__pictures{width:429px;height:554px;display:none;position:relative;-ms-flex-negative:0;flex-shrink:0;overflow:hidden;border-radius:12px}@media(min-width: 75em){.kolona-slider__pictures{display:block}}.kolona-slider__picture{-webkit-transition:opacity .3s ease;transition:opacity .3s ease;opacity:0}.kolona-slider__picture img{width:100%;height:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover}.kolona-slider__picture.active{opacity:1}.kolona-progress-bar{width:100%;height:5px;position:relative;background-color:rgba(217,217,217,.2);border-radius:5px;overflow:hidden}.kolona-progress-bar__scale{width:100%;height:100%;position:absolute;top:0;left:-100%;background-color:#fff;background-color:var(--white)}.kolona-community{font-family:"Fixel Display", sans-serif;font-family:var(--fixel-font);-webkit-font-feature-settings:"dlig" on;font-feature-settings:"dlig" on}.kolona-community__header{margin-bottom:53px}@media(min-width: 62em){.kolona-community__header{margin-bottom:69px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.kolona-community__title{font-family:"Fixel Display", sans-serif;font-family:var(--fixel-font);font-size:32px;line-height:1.1;font-weight:600;margin-bottom:24px;position:relative;isolation:isolate}@media(min-width: 62em){.kolona-community__title{font-size:40px;max-width:370px}.kolona-community__title::before{width:109px;height:109px;content:"";display:block;background-color:#fd0;background-color:var(--primary);position:absolute;top:84px;left:-59px;border-radius:50%;z-index:-1}}.kolona-community__subtitle{font-family:"Fixel Text", sans-serif;font-family:var(--fixel-font-text);font-size:18px;line-height:1.3;font-weight:400;margin-bottom:0;opacity:.5}@media(min-width: 62em){.kolona-community__subtitle{font-size:24px;max-width:470px}}.kolona-community__text{font-family:"Fixel Text", sans-serif;font-family:var(--fixel-font-text);font-size:12px;line-height:1.2;font-weight:400;margin-bottom:0;padding:0 22px 0 10px}@media(min-width: 62em){.kolona-community__text{font-size:16px}}.kolona-community__member{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(167, 167, 211, 0.05)), to(rgba(134, 134, 171, 0.05)));background-image:linear-gradient(180deg, rgba(167, 167, 211, 0.05) 0%, rgba(134, 134, 171, 0.05) 100%);border:1px solid #EAEAEA;border:1px solid var(--light-plaster);-webkit-backdrop-filter:blur(108px);backdrop-filter:blur(108px);border-radius:93px;height:93px;white-space:normal;min-width:250px;padding:10px;margin-right:6px}@media(min-width: 62em){.kolona-community__member{max-width:550px}}.kolona-community__avatar{width:77px;height:77px;position:relative;border:4px solid #fff;border:4px solid var(--white);border-radius:50%;overflow:hidden;-ms-flex-negative:0;flex-shrink:0}.kolona-community__avatar img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-o-object-fit:cover;object-fit:cover}.kolona-community__members{position:relative;overflow:hidden;height:500px}.kolona-community__members>:nth-child(1){left:0;right:0}.kolona-community__members>:nth-child(2){top:97px;right:0;left:auto;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media(min-width: 62em){.kolona-community__members>:nth-child(2){top:109px}}.kolona-community__members>:nth-child(3){top:194px;left:0;right:0}@media(min-width: 62em){.kolona-community__members>:nth-child(3){top:218px}}.kolona-community__members>:nth-child(4){top:292px;right:0;left:auto;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media(min-width: 62em){.kolona-community__members>:nth-child(4){display:none}}.kolona-community__members>:nth-child(5){top:390px;left:0;right:auto}@media(min-width: 62em){.kolona-community__members>:nth-child(5){display:none}}@media(min-width: 62em){.kolona-community__members{height:315px}}.kolona-community__line{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;left:0;width:3000px}@media(min-width: 62em){.kolona-community__line{width:5000px}}.kolona-hero{width:100%;color:#fff;color:var(--white);font-family:"Fixel Display", sans-serif;font-family:var(--fixel-font);-webkit-font-feature-settings:"dlig" on;font-feature-settings:"dlig" on;padding:26px 0}.kolona-hero__decor{display:none}@media(min-width: 62em){.kolona-hero__decor{position:absolute;top:-33px;left:-48px;max-width:none;width:1264px;height:660px;-o-object-fit:contain;object-fit:contain;display:block;z-index:-1}}.kolona-hero__container{position:relative;background-color:#121214;background-color:var(--cursed-black);border-radius:32px;padding:24px;isolation:isolate}@media(min-width: 37.5em){.kolona-hero__container{padding:56px}}@media(min-width: 48em){.kolona-hero__container{padding:100px}}@media(min-width: 62em){.kolona-hero__container{max-width:1168px;margin:0 auto;display:grid;grid-template-columns:1fr 400px;grid-column-gap:34px;padding:52px 68px 55px;border-radius:40px;height:593px}}.kolona-hero__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px}@media(min-width: 62em){.kolona-hero__header{grid-column:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:6px}}.kolona-hero__video{display:block;max-width:100%;-o-object-fit:contain;object-fit:contain;margin-bottom:16px}@media(min-width: 62em){.kolona-hero__video{display:none}}.kolona-hero__title{font-family:"Fixel Display", sans-serif;font-family:var(--fixel-font);font-weight:600;font-size:27px;width:123px;line-height:1;margin-bottom:0}@media(min-width: 62em){.kolona-hero__title{width:100%;font-size:70px;margin-bottom:10px}}.kolona-hero__description{font-family:"Fixel Text", sans-serif;font-family:var(--fixel-font-text);font-weight:400;color:#fff;color:var(--white);font-size:15px;width:156px;line-height:1.3}@media(min-width: 62em){.kolona-hero__description{width:100%;font-size:16px}}.kolona-hero__form{display:block;margin-bottom:16px}@media(min-width: 62em){.kolona-hero__form{grid-column:2;grid-row:1/3;margin-bottom:0}}@media(min-width: 62em){.kolona-hero__participants{grid-column:1;padding-top:57px}}.kolona-list{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(2, 1fr)}@media(min-width: 48em){.kolona-list{gap:2rem}}@media(min-width: 62em){.kolona-list{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 75em){.kolona-list{grid-template-columns:repeat(4, 1fr)}}.kolona-list--two{grid-template-columns:repeat(1, 1fr)}@media(min-width: 62em){.kolona-list--two{grid-template-columns:repeat(2, 1fr)}}.kolona-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;padding:1.25rem .5rem 1rem;border-radius:1.25rem;overflow:hidden;background-color:#f7f7f7;-webkit-transition:-webkit-box-shadow 240ms ease-in-out;transition:-webkit-box-shadow 240ms ease-in-out;transition:box-shadow 240ms ease-in-out;transition:box-shadow 240ms ease-in-out, -webkit-box-shadow 240ms ease-in-out}@media(min-width: 37.5em){.kolona-card{gap:1rem;padding:1.75rem 1rem 2rem;border-radius:2.5rem}}.kolona-card:hover{text-decoration:none;-webkit-box-shadow:0 0 20px rgba(0,0,0,.2);box-shadow:0 0 20px rgba(0,0,0,.2)}.kolona-card--cta{background-color:rgba(252,228,13,.3)}.kolona-card__photo-wrapper{width:100px;height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#e1d791;border-radius:50%;overflow:hidden}@media(min-width: 37.5em){.kolona-card__photo-wrapper{width:180px;height:180px}}.kolona-card__photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.kolona-card__name{font-size:.875rem;line-height:1.4285714286;font-weight:700;font-weight:var(--fw-700)}@media(min-width: 37.5em){.kolona-card__name{font-size:1.25rem;line-height:1.4}}.kolona-card__message{font-size:.5625rem;line-height:1.5555555556}@media(min-width: 37.5em){.kolona-card__message{font-size:1rem;line-height:1.5}}.kolona-card__btn{width:100%;background-color:#fd0;background-color:var(--primary);padding:.5rem;border-radius:1.5rem}@media(min-width: 37.5em){.kolona-card__btn{width:auto;padding:.75rem 1.5rem}}.kolona-card__cross{width:50%;height:50%}@media screen and (max-width: 47.99em){.kolona-button{width:100%;max-width:21.25rem}}.kolona-create__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin-top:2rem;gap:1rem}@media(min-width: 37.5em){.kolona-create__controls{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.kolona-create__link{border:0;padding:0;margin:0;background:none;cursor:pointer;text-decoration:underline;color:#444}.kolona-create__link:hover{text-decoration:none;color:#444}.kolona-create__link:visited{color:#444}.kolona-create__modal-cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}@media(min-width: 37.5em){.kolona-create__modal-cta{gap:2rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.kolona-cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem;background-color:rgba(255,221,0,.4);border-radius:2rem;padding:1.5rem 1.25rem}@media(min-width: 62em){.kolona-cta{gap:1rem;padding:2rem}}.kolona-cta__title{font-size:1.75rem;line-height:1.2857142857;font-weight:500}@media(min-width: 62em){.kolona-cta__title{font-size:2.25rem;line-height:1.1666666667}}.kolona-cta__description{font-size:1rem;line-height:1.5;font-weight:500;color:rgba(0,0,0,.7)}@media(min-width: 62em){.kolona-cta__description{font-size:1.125rem;line-height:1.5555555556}}.kolona-cta__action{margin-top:.75rem}@media(min-width: 62em){.kolona-cta__action{margin-top:0}}.kolona-why{font-family:"Fixel Display", sans-serif;font-family:var(--fixel-font);-webkit-font-feature-settings:"dlig" on;font-feature-settings:"dlig" on}.kolona-why__title{font-family:"Fixel Display", sans-serif;font-family:var(--fixel-font);font-weight:600;font-size:32px;max-width:300px;line-height:1.1;margin-bottom:24px}@media(min-width: 62em){.kolona-why__title{max-width:400px;font-size:40px;margin-bottom:42px}}.kolona-why__subtitle{font-family:"Fixel Text", sans-serif;font-family:var(--fixel-font-text);font-weight:400;font-size:18px;max-width:327px;line-height:1.3;margin-bottom:0;opacity:.5}@media(min-width: 62em){.kolona-why__subtitle{max-width:367px;font-size:24px}}.kolona-why__container{position:relative;padding-top:196px}@media(min-width: 62em){.kolona-why__container{margin:0 auto;max-width:100%;max-width:var(--container-width);padding:0 24px}}@media(min-width: 75em){.kolona-why__container{max-width:1168px;padding:0}}.kolona-why__header{position:absolute;top:0;left:0;width:100%;padding:0 24px}@media(min-width: 62em){.kolona-why__header{position:static;padding:16px 0 0}}.kolona-why__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 62em){.kolona-why__top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.kolona-why__badge{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:"Fixel Text", sans-serif;font-family:var(--fixel-font-text);font-weight:400;border:1px solid #D5D1E0;border:1px solid var(--light-amourette);color:#D5D1E0;color:var(--light-amourette);border-radius:37px;height:37px;padding:0 11px}.kolona-why__content{font-size:32px;font-weight:600;margin-bottom:0;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@media(min-width: 62em){.kolona-why__content{font-size:46px;position:relative;bottom:10px}}.kolona-why__card{position:relative;background-color:#fff;background-color:var(--white);border-radius:43px}.kolona-why__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:300px;height:340px;position:relative;isolation:isolate;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:43px;padding:26px 32px;overflow:hidden;background:-webkit-gradient(linear, left top, left bottom, from(rgba(167, 167, 211, 0.05)), to(rgba(134, 134, 171, 0.05)));background:linear-gradient(180deg, rgba(167, 167, 211, 0.05) 0%, rgba(134, 134, 171, 0.05) 100%);border:1px solid #EAEAEA;border:1px solid var(--light-plaster);-webkit-backdrop-filter:blur(108px);backdrop-filter:blur(108px)}.kolona-why__wrapper::before{-webkit-filter:blur(32px);filter:blur(32px)}@media(min-width: 62em){.kolona-why__wrapper{width:100%;height:353px;padding:32px}}.kolona-why__card::before,.kolona-why__wrapper::before{content:"";position:absolute;display:block;border-radius:50%;background-color:#fd0;background-color:var(--primary);z-index:-1}.kolona-why__overflow{display:grid;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.kolona-why__overflow ::-webkit-scrollbar{display:none}@media(min-width: 62em){.kolona-why__overflow{overflow:visible}}.kolona-why__indent{padding:0 24px}@media(min-width: 62em){.kolona-why__indent{padding:0}}.kolona-why__grid{display:grid;grid-auto-flow:column;grid-gap:8px}.kolona-why__grid :nth-child(2)::before,.kolona-why__grid :nth-child(2)>.kolona-why__wrapper::before{width:125px;height:125px;bottom:0;left:0}@media(min-width: 62em){.kolona-why__grid{grid-template-columns:1fr 1fr 1fr;grid-gap:16px;grid-auto-flow:row}.kolona-why__grid :nth-child(2)::before,.kolona-why__grid :nth-child(2)>.kolona-why__wrapper::before{width:64px;height:64px;top:-17px;left:-30px}.kolona-why__grid :nth-child(3)::before,.kolona-why__grid :nth-child(3)>.kolona-why__wrapper::before{width:95px;height:95px;top:auto;bottom:-30px;right:-27px}.kolona-why__grid :nth-child(4)::before,.kolona-why__grid :nth-child(4)>.kolona-why__wrapper::before{width:141px;height:141px;top:auto;bottom:73px;left:-31px}}@media(min-width: 75em){.kolona-why__grid{grid-gap:30px}}.kolona-why__description{font-family:"Fixel Text", sans-serif;font-family:var(--fixel-font-text);font-weight:400;margin-bottom:4px;margin-top:auto;font-size:16px;line-height:1.3}@media(min-width: 62em){.kolona-why__description{margin-bottom:0}}.kolona-faq{font-family:"Fixel Display", sans-serif;font-family:var(--fixel-font);-webkit-font-feature-settings:"dlig" on;font-feature-settings:"dlig" on;padding:77px 0}@media(min-width: 62em){.kolona-faq{padding:153px 0}}.kolona-faq__title{font-family:"Fixel Display", sans-serif;font-family:var(--fixel-font);font-weight:600;font-size:32px;margin-bottom:51px}@media(min-width: 62em){.kolona-faq__title{font-size:46px;margin-bottom:48px;text-align:center}}.not-found-page__title{margin-bottom:1.5rem}.not-found-page__cta{font-size:1rem;line-height:1.5;margin-bottom:2.5rem}@media(min-width: 62em){.not-found-page__cta{font-size:1.5rem;line-height:1.3333333333;margin-bottom:3.5rem}}.not-found-page__img{width:100%;max-width:50rem;margin-bottom:4rem}.news__title{padding-left:1rem;border-left:24px solid #fd0;border-left:24px solid var(--primary);text-transform:uppercase;margin-bottom:2rem}@media(min-width: 62em){.news__title{margin-bottom:4rem;padding-left:2rem}}.news__listing{display:grid;grid-gap:1.5rem;gap:1.5rem}@media(min-width: 37.5em){.news__listing{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 62em){.news__listing{grid-template-columns:repeat(3, 1fr);gap:2.5rem}}.news__pagination{margin-top:2rem}@media(min-width: 62em){.news__pagination{margin-top:4rem}}.news-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid #d4d4d4;border-radius:1rem;overflow:hidden;text-decoration:none;-webkit-transition:-webkit-box-shadow 240ms ease-in-out;transition:-webkit-box-shadow 240ms ease-in-out;transition:box-shadow 240ms ease-in-out;transition:box-shadow 240ms ease-in-out, -webkit-box-shadow 240ms ease-in-out}.news-card:hover{-webkit-box-shadow:0 4px 40px rgba(0,0,0,.1);box-shadow:0 4px 40px rgba(0,0,0,.1);text-decoration:none;color:#000;color:var(--black)}.news-card__img{aspect-ratio:2.58;-o-object-fit:cover;object-fit:cover}.news-card__body{padding:1rem}.news-card__date{font-size:.875rem;line-height:1.5714285714;margin-bottom:.5rem;color:#8c8c8c}.news-card__title{font-size:1.25rem;line-height:1.2;margin-bottom:1rem}.news-card__description{font-size:1rem;line-height:1.625;margin-bottom:0}.news-card--secondary .news-card__title{margin-bottom:0;display:inline;border-bottom:1px solid rgba(0,0,0,0);-webkit-transition:border-color 240ms ease-in-out;transition:border-color 240ms ease-in-out}.news-card--secondary .news-card__body{padding:0}.news-card--secondary:hover{text-decoration:none;color:#000;color:var(--black)}.news-card--secondary:hover .news-card__title{border-color:#000;border-color:var(--black)}.news-card--secondary:visited{color:#000;color:var(--black)}.article{padding:1.5rem 0 5.5rem}.article__container{display:grid;grid-row-gap:1.5rem;row-gap:1.5rem}@media(min-width: 62em){.article__container{grid-template-areas:"header header header" "body body aside";gap:2rem 3rem}}@media(min-width: 62em){.article__header{grid-area:header}}.article__preview{aspect-ratio:2.58;-o-object-fit:cover;object-fit:cover;width:100%}.article__preview-wrapper{overflow:hidden;border-radius:.5rem;margin-bottom:1.5rem}.article__date{font-size:1.125rem;line-height:1.6666666667;width:100%;display:block;margin-bottom:0;padding-bottom:.5rem;border-bottom:1px solid #d5d5d5;color:#8c8c8c}@media(min-width: 62em){.article__body{grid-area:body}}.article__content h2{font-size:1.75rem;line-height:1.1428571429;margin-bottom:3rem;margin-top:4.5rem}@media(min-width: 62em){.article__content h2{font-size:2.5rem;line-height:1.2;margin-bottom:4rem;margin-top:5.5rem}}.article__content h3{font-size:1.5rem;line-height:1.25;margin-bottom:2.5rem;margin-top:4.5rem}@media(min-width: 62em){.article__content h3{font-size:2rem;line-height:1.25;margin-bottom:3.5rem;margin-top:5.5rem}}.article__content h4{font-size:1.375rem;line-height:1.1818181818;margin-bottom:2rem;margin-top:2.5rem}@media(min-width: 62em){.article__content h4{font-size:1.5rem;line-height:1.3333333333;margin-bottom:3rem;margin-top:3.5rem}}.article__content img{width:auto !important;height:auto !important}.article__content img{margin-bottom:1rem;-o-object-fit:contain;object-fit:contain;border-radius:.5rem}.article__content blockquote{font-size:2rem;line-height:1.25;margin:1.5rem 0;padding-left:2.25rem;position:relative;text-transform:uppercase;font-weight:600;font-weight:var(--fw-600)}@media(min-width: 62em){.article__content blockquote{padding-left:4.75rem}}.article__content blockquote::before{width:.75rem;height:100%;content:"";display:block;background-color:#d4d4d4;position:absolute;left:0;top:0}@media(min-width: 62em){.article__content blockquote::before{left:2.5rem}}.article__content blockquote>*{margin:0;padding:0;font-size:inherit;line-height:inherit;color:inherit;font-weight:inherit}.article__content p{font-size:1.125rem;line-height:1.6666666667;margin-bottom:2rem;font-weight:500;font-weight:var(--fw-500)}.article__content p *:not(img):not(iframe){margin:inherit !important;padding:inherit !important;font-size:inherit !important;font-family:inherit !important;font-style:inherit !important;color:inherit !important}.article__content ul{padding-left:3rem}.article__content ol{list-style:none;counter-reset:counter;padding-left:1.5rem}.article__content ol li{display:-webkit-box;display:-ms-flexbox;display:flex;counter-increment:counter;gap:1rem}.article__content ol li::before{width:1.875rem;height:1.875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;content:counter(counter);-ms-flex-negative:0;flex-shrink:0;border-radius:50%;background-color:#fd0;background-color:var(--primary)}.article__content ul,.article__content ol{margin:3rem 0}@media(min-width: 62em){.article__content ul,.article__content ol{padding-left:4rem}}.article__content ul li,.article__content ol li{font-size:1.125rem;line-height:1.6666666667;font-weight:500;font-weight:var(--fw-500)}.article__content ul li:not(:last-child),.article__content ol li:not(:last-child){margin-bottom:1.5rem}.article__content .youtube-embed-wrapper{margin-bottom:2.5rem;border-radius:2.5rem}.article__content .youtube-embed-wrapper iframe{width:100% !important}.article__content a{text-decoration:none;border-bottom:1px solid #000;border-bottom:1px solid var(--black);-webkit-transition:border-color 240ms ease-in-out;transition:border-color 240ms ease-in-out}.article__content a:hover{text-decoration:none;border-color:rgba(0,0,0,0);color:#000;color:var(--black)}.article__title{font-size:2rem;line-height:1.25;margin-bottom:2rem}@media(min-width: 62em){.article__title{font-size:3.5rem;line-height:1.1428571429}}.article__lead{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;padding-bottom:2.5rem;border-bottom:1px solid #d5d5d5;font-weight:600;font-weight:var(--fw-600)}@media(min-width: 62em){.article__lead{font-size:1.5rem;line-height:1.6666666667;padding-bottom:3.5rem}}@media(min-width: 62em){.article__aside{grid-area:aside}}.article__aside-title{font-size:2rem;line-height:1.25}.article__aside-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}.request-flow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:48rem;margin:0 auto;gap:3rem;position:relative}.request-flow::before{width:1px;height:100%;content:"";display:block;border-left:1px dashed #000;border-left:1px dashed var(--black);position:absolute;left:.75rem;top:0}.request-flow__index{width:1.5rem;height:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.125rem;line-height:1;position:absolute;left:0;top:0;border-radius:50%;background-color:#000;background-color:var(--black);color:#fff;color:var(--white);font-weight:700}.request-flow__step{position:relative;padding-left:2.5rem}.request-flow__step:nth-child(even) .request-flow__index{background-color:#fd0;background-color:var(--primary);color:#000;color:var(--black)}.request-flow__step:last-child::before{width:1.5rem;height:100%;content:"";display:block;position:absolute;left:0;top:0;background-color:#fff;background-color:var(--white)}.request-flow__arrow{width:1.5rem;height:1.5rem;position:absolute;right:0;top:0;-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:-webkit-transform 240ms ease-in-out;transition:-webkit-transform 240ms ease-in-out;transition:transform 240ms ease-in-out;transition:transform 240ms ease-in-out, -webkit-transform 240ms ease-in-out}.request-flow__arrow svg{display:block}.request-flow__accordion .ac-trigger{font-size:1.125rem;line-height:1.2222222222;margin:0;padding:0 2rem 0 0;font-weight:700;position:relative}.request-flow__accordion .ac-trigger:focus{color:#000;color:var(--black)}.request-flow__accordion .ac-trigger::after{content:""}.request-flow__accordion .ac{margin-top:0;border:0}.request-flow__accordion .ac.is-active .request-flow__arrow{-webkit-transform:rotate(0);transform:rotate(0)}.request-flow__accordion .ac.is-active>.ac-header .ac-trigger::after{content:""}.request-flow__title{font-size:1.125rem;line-height:1.2222222222;margin:0;padding-right:2rem;font-weight:700}.request-flow__cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:1.5rem}.ra-hero{position:relative;overflow:hidden}.ra-hero__container{position:relative}.ra-hero__container::before{width:8.75rem;height:8.75rem;content:"";display:block;border-radius:50%;border:4px solid #fd0;border:4px solid var(--primary);position:absolute;right:-8%;top:-2.5rem;z-index:0}@media(min-width: 37.5em){.ra-hero__container::before{right:25%}}@media(min-width: 48em){.ra-hero__container::before{right:20%}}@media(min-width: 48em){.ra-hero__container::before{right:24%}}@media(min-width: 62em){.ra-hero__container::before{width:12.5rem;height:12.5rem;top:-3.75rem;border-width:8px;right:20%}}@media(min-width: 75em){.ra-hero__container::before{width:17.875rem;height:17.875rem;right:14%}}@media(min-width: 62em){.ra-hero__title{margin-bottom:3.5rem}}.ra-hero__gap{margin-bottom:3.5rem}@media(min-width: 62em){.ra-hero__gap{margin-bottom:5rem}}.ra-cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;padding:3rem 1rem;background-color:#f2f2f2;border-radius:1rem}@media(min-width: 62em){.ra-cta{padding:3rem}}.vacation__h2{font-size:1.75rem;line-height:1.2142857143;margin-bottom:2rem}@media(min-width: 62em){.vacation__h2{font-size:2rem;line-height:1.1875}}.vacation__text{font-size:.875rem;line-height:1.5;margin-bottom:1.3125rem}.vacation__text:last-of-type{margin-bottom:0}@media(min-width: 75em){.vacation__description{max-width:24.75rem}}.vacation__cta{width:100%;max-width:20.375rem}.hero-vacation__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:2rem}@media(min-width: 75em){.hero-vacation__grid{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.hero-vacation__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:40rem}@media(min-width: 75em){.hero-vacation__content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.hero-vacation__title{margin-bottom:2rem}.hero-vacation__graphics{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:20.5rem;position:relative}@media(min-width: 62em){.hero-vacation__graphics{max-width:30rem;margin-left:0;margin-right:0}}@media(min-width: 90em){.hero-vacation__graphics{margin-left:auto;margin-right:auto}}.hero-vacation__card{position:absolute}.hero-vacation__card:first-of-type{min-width:7.5rem;bottom:0;left:0}@media(min-width: 62em){.hero-vacation__card:first-of-type{min-width:20rem;left:auto;right:calc(50% + 4rem)}}@media(min-width: 75em){.hero-vacation__card:first-of-type{right:calc(50% + 4rem)}}.hero-vacation__card:last-of-type{min-width:7.5rem;top:0;right:0}@media(min-width: 62em){.hero-vacation__card:last-of-type{min-width:15rem;top:-1.5rem}}@media(min-width: 75em){.hero-vacation__card:last-of-type{top:-1.5rem}}.hero-vacation-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:auto;padding:.75rem;gap:.375rem;border-radius:.5rem;border-left:4px solid #fd0;border-left:4px solid var(--primary);background-color:#fff;-webkit-box-shadow:-3px 5px 22px 0 rgba(147,146,146,.25);box-shadow:-3px 5px 22px 0 rgba(147,146,146,.25);font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:500;color:#000}@media(min-width: 62em){.hero-vacation-card{min-width:14.75rem;padding:1rem;gap:1rem}}.hero-vacation-card__label{font-size:.75rem;line-height:1.3333333333}@media(min-width: 62em){.hero-vacation-card__label{font-size:.875rem;line-height:1.4285714286}}@media(min-width: 90em){.hero-vacation-card__label{font-size:1rem;line-height:1.3125}}.hero-vacation-card__value{font-size:.875rem;line-height:1.2857142857}@media(min-width: 62em){.hero-vacation-card__value{font-size:1.5rem;line-height:1.3333333333}}@media(min-width: 90em){.hero-vacation-card__value{font-size:2.125rem;line-height:1.2941176471}}.vacation-companies{width:100%}.vacation-companies__list{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:.5rem;gap:.5rem}@media(min-width: 48em){.vacation-companies__list{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 62em){.vacation-companies__list{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 75em){.vacation-companies__list{grid-template-columns:repeat(5, 1fr)}}.vacation-companies__logo{width:100%;height:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem;border-radius:2rem;border:1px solid #c4c4c4;border:1px solid var(--c4);-webkit-transition:-webkit-box-shadow 240ms ease-in-out;transition:-webkit-box-shadow 240ms ease-in-out;transition:box-shadow 240ms ease-in-out;transition:box-shadow 240ms ease-in-out, -webkit-box-shadow 240ms ease-in-out}@media(min-width: 62em){.vacation-companies__logo{height:6.5rem;padding:1.5rem;border-radius:3.25rem}}.vacation-companies__logo:hover{text-decoration:none;-webkit-box-shadow:0 4px 22px rgba(0,0,0,.06);box-shadow:0 4px 22px rgba(0,0,0,.06)}.vacation-companies__logo-join{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;line-height:1.5;gap:.5rem;border-style:dashed;background-color:#f5f5f5;color:#434343}.vacation-companies__logo-join:hover,.vacation-companies__logo-join:visited{color:#434343}@media(max-width: 48em){.vacation-companies__logo:last-of-type:not(:nth-child(even)){grid-column:1/3}}.vacation-companies__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.vacation-companies--grid .vacation-companies__list{grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, 1fr)}.video-vacation__cta{margin-top:1rem}@media(min-width: 37.5em){.video-vacation__cta{margin-top:2.5rem}}@media(min-width: 48em){.video-vacation__cta{margin-top:5rem}}.vacation-donate-guide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:2rem}@media(min-width: 62em){.vacation-donate-guide{display:grid;grid-template-columns:29.25rem 1fr}}.vacation-donate-guide__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 62em){.vacation-donate-guide__left{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.vacation-donate-guide__list{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;counter-reset:item}.vacation-donate-guide__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:.875rem;line-height:1.5;gap:1rem;font-weight:500}@media(min-width: 48em){.vacation-donate-guide__item{font-size:1.125rem;line-height:1.5555555556}}.vacation-donate-guide__item::before{width:3.5rem;height:3.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.375rem;line-height:1;content:counter(item);counter-increment:item;border:2px solid #fd0;border:2px solid var(--primary);border-radius:50%;-ms-flex-negative:0;flex-shrink:0;font-weight:700}.vacation-donate-guide__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 48em){.vacation-donate-guide__right{padding:2.5rem;border-radius:1rem;background-color:#f5f5f5;background-color:var(--f5);background-image:url(https://kolo-django-dev.s3.amazonaws.com/assets/images/vacation-decor.png);background-repeat:no-repeat;background-size:cover;background-position:center center}}.join-vacation__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:2rem}@media(min-width: 48em){.join-vacation__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.join-vacation__companies{max-width:29.25rem}@media(min-width: 90em){.join-vacation__companies{max-width:40rem}}.join-vacation__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:29.25rem}@media(min-width: 48em){.join-vacation__content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.vacation-partners{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;margin-top:4rem}@media(min-width: 62em){.vacation-partners{margin-top:5rem}}.vacation-partners__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}@media(min-width: 62em){.vacation-partners__row{display:grid;grid-template-columns:17.5rem 1fr;grid-gap:2rem;gap:2rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media(min-width: 75em){.vacation-partners__row{grid-template-columns:23rem 1fr}}.vacation-partners__title{font-size:1.25rem;line-height:1.2;margin-bottom:0;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700}.vacation-partners__label{font-size:1rem;line-height:1.25;margin-bottom:0;font-weight:700;color:#7b7b7b}.vacation-partners__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem}@media(min-width: 62em){.vacation-partners__list{display:grid;grid-template-columns:repeat(2, 1fr)}}.vacation-partners__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:5rem;padding:1.5rem;background-color:#fff;background-color:var(--white);border:1px solid #c4c4c4;border:1px solid var(--c4);border-radius:.5rem;-webkit-transition:-webkit-box-shadow 240ms ease-in-out;transition:-webkit-box-shadow 240ms ease-in-out;transition:box-shadow 240ms ease-in-out;transition:box-shadow 240ms ease-in-out, -webkit-box-shadow 240ms ease-in-out}.vacation-partners__item:hover{text-decoration:none;-webkit-box-shadow:0 4px 22px rgba(0,0,0,.06);box-shadow:0 4px 22px rgba(0,0,0,.06)}.vacation-partners__logo{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media(min-width: 62em){.vacation-donation{display:grid;grid-template-columns:repeat(2, 1fr)}}.vacation-donation__image{overflow:hidden;border-radius:1rem;margin-bottom:2rem}@media(min-width: 62em){.vacation-donation__image{margin-bottom:0}}.vacation-donation__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 62em){.vacation-donation__content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.advent-calendar-page{background-color:#000;background-color:var(--black);position:relative}.advent-calendar-page__container{position:relative;z-index:2}.advent-calendar-page__ball{width:5.375rem;height:7.625rem;position:absolute;left:50%;top:0;margin-left:-2.6875rem;-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation:3s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate pendulum;animation:3s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate pendulum}@media(min-width: 62em){.advent-calendar-page__ball{width:8.125rem;height:11.5rem;margin-left:-4.0625rem}}@-webkit-keyframes pendulum{0%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}100%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}}@keyframes pendulum{0%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}100%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}}.advent-calendar-page__promo{padding-top:8.25rem;padding-bottom:2.5rem}@media(min-width: 62em){.advent-calendar-page__promo{padding-top:14.5rem}}.advent-calendar-page__h1{margin-bottom:.5rem}.advent-calendar-page__h2{font-size:2rem;line-height:1.125;margin-bottom:2.5rem}@media(min-width: 62em){.advent-calendar-page__h2{font-size:2.5rem;line-height:1.2;margin-bottom:4rem}}.advent-calendar-page__text{font-size:1rem;line-height:1.3125;margin-bottom:1.5rem;font-weight:500}@media(min-width: 62em){.advent-calendar-page__text{font-size:1.125rem;line-height:1.5555555556;margin-bottom:2rem}}.advent-calendar-page__cta{width:100%;max-width:21.25rem;margin-top:2rem;position:relative}@media(min-width: 62em){.advent-calendar-page__cta{margin-top:3.5rem}}.advent-calendar-page__cta-btn{width:100%}.advent-calendar-page__cta-snow{position:absolute;z-index:2}.advent-calendar-page__cta-snow-left{width:4.375rem;height:.9375rem;left:2px;bottom:-7px}.advent-calendar-page__cta-snow-right{width:7rem;height:1rem;right:7px;top:-7px}.advent-calendar-page__gift{padding-top:6rem}.advent-calendar-page__forest{width:100%;position:absolute;left:0;top:9.375rem;z-index:0;overflow:hidden;aspect-ratio:.8}@media(min-width: 37.5em){.advent-calendar-page__forest{top:6rem;aspect-ratio:1.9}}.advent-calendar-page__forest img{width:100%;height:100%;position:absolute;left:0;top:0;-o-object-fit:cover;object-fit:cover;-o-object-position:right top;object-position:right top}.advent-calendar-page__snow{width:100%;height:100%;position:absolute;left:0;top:0;z-index:1}.advent-calendar-page__partners{width:100%;max-width:12.0625rem;margin:3.75rem auto 0}@media(min-width: 37.5em){.advent-calendar-page__partners{max-width:18.125rem}}.advent-carousel{width:250px;height:348px;overflow:visible}.advent-carousel__btn{border:0;padding:0;margin:0;background:none;cursor:pointer;width:2.375rem;height:3.875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2;border-radius:1.25rem;background-color:#fff;background-color:var(--white);border:1px solid #fff;border:1px solid var(--white);color:#000;color:var(--black);-webkit-transition:border-color 240ms ease-in-out,background-color 240ms ease-in-out;transition:border-color 240ms ease-in-out,background-color 240ms ease-in-out}.advent-carousel__btn:hover{border-color:#cbcbcb;border-color:var(--cb)}.advent-carousel__btn:disabled{color:#cbcbcb;color:var(--cb)}.advent-carousel__btn:active{background-color:#cbcbcb;background-color:var(--cb);border-color:#cbcbcb;border-color:var(--cb)}.advent-carousel__btn:active:disabled{background-color:#fff;background-color:var(--white);color:#cbcbcb;color:var(--cb);border-color:#fff;border-color:var(--white)}.advent-carousel__btn--left{left:-3rem}@media(min-width: 62em){.advent-carousel__btn--left{left:-7rem}}.advent-carousel__btn--right{right:-3rem}@media(min-width: 62em){.advent-carousel__btn--right{right:-7rem}}.advent-carousel__btn--right svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.advent-carousel__btn svg{fill:currentColor;-webkit-transition:color 240ms ease-in-out;transition:color 240ms ease-in-out}.advent-carousel .swiper-slide{background-color:#cbcbcb;background-color:var(--cb);overflow:hidden;border-radius:.5rem}.advent-carousel .swiper-slide .advent-carousel-card{opacity:0}.advent-carousel .swiper-slide-next,.advent-carousel .swiper-slide-prev{background-color:#f5f5f5;background-color:var(--f5);-webkit-box-shadow:0 4px 7px 5px rgba(0,0,0,.12);box-shadow:0 4px 7px 5px rgba(0,0,0,.12)}.advent-carousel .swiper-slide-active{background-color:#fff;background-color:var(--white);-webkit-box-shadow:0 4px 7px 5px rgba(0,0,0,.12);box-shadow:0 4px 7px 5px rgba(0,0,0,.12)}.advent-carousel .swiper-slide-active .advent-carousel-card{opacity:1}.advent-carousel-card{width:100%;height:100%;display:grid;-webkit-transition:opacity 240ms ease-in-out;transition:opacity 240ms ease-in-out}.advent-carousel-card__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:.75rem 1rem 1.125rem;gap:.25rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700;color:#000;color:var(--black)}.advent-carousel-card__date{width:9.25rem;height:9.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:4.25rem;line-height:1;border:8px solid #f5f5f5;border:8px solid var(--f5);border-radius:50%;text-align:center;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700}.advent-carousel-card__text{font-size:1.5rem;line-height:1.5833333333;text-align:center}.advent-carousel-card__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:2.375rem;padding:0 .5rem}.advent-carousel-card__holiday{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;line-height:1;margin-bottom:0;border-top:1px dashed #cbcbcb;border-top:1px dashed var(--cb);color:rgba(0,0,0,.5);text-align:center}.advent-carousel-card__header{height:2.875rem}.advent-carousel-card__gift{width:100%;height:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;line-height:1.2857142857;gap:.5rem;background-color:#fd0;background-color:var(--primary);font-weight:500}.advent-carousel-card__gift-border{width:100%;height:6px;background-color:#fff;background-color:var(--white);border-bottom:3px solid #fd0;border-bottom:3px solid var(--primary)}.advent-gift-box{width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:48rem;margin-left:auto;margin-right:auto;padding:1rem 1.25rem 1.25rem;position:relative;background-color:#fff;background-color:var(--white);border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}@media(min-width: 62em){.advent-gift-box{padding-bottom:2.5rem}}.advent-gift-box::before{width:100%;height:1.875rem;content:"";background-image:url(https://kolo-django-dev.s3.amazonaws.com/assets/images/snow-hill.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:absolute;top:-0.5rem;left:0;z-index:0}@media(min-width: 37.5em){.advent-gift-box::before{height:3.125rem;top:-0.9375rem}}@media(min-width: 48em){.advent-gift-box::before{height:4.125rem;top:-1.1875rem}}@media(min-width: 62em){.advent-gift-box::before{height:4.3125rem;top:-1.1875rem}}.advent-gift-box::after{width:100%;height:100%;content:"";background-color:#fff;background-color:var(--white);position:absolute;left:0;top:0;z-index:1;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.advent-gift-box__trees{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;height:5.75rem;position:absolute;left:0;top:-2.625rem}@media(min-width: 37.5em){.advent-gift-box__trees{top:-3.5rem;padding-right:.375rem}}.advent-gift-box__trees-left{width:9.75rem;height:5.75rem}.advent-gift-box__trees-right{width:5.3125rem;height:5rem;margin-top:.25rem}.advent-gift-box__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:35.5rem;height:23.125rem;border-radius:.5rem;background:#fff;background:var(--white);padding:0 1.25rem;-webkit-box-shadow:0 4px 40px 0 rgba(0,0,0,.1);box-shadow:0 4px 40px 0 rgba(0,0,0,.1);position:relative;z-index:2;overflow:hidden}.advent-gift-box__card::before,.advent-gift-box__card::after{width:100%;height:13px;content:"";background-image:url(https://kolo-django-dev.s3.amazonaws.com/assets/images/border.svg);background-size:cover;position:absolute;left:0}.advent-gift-box__card::before{top:0}.advent-gift-box__card::after{bottom:0}.advent-gift-box__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:16.375rem;gap:1.5rem}.advent-gift-box__decor{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem}.advent-gift-box__snowflake{width:1.25rem;height:1.25rem}.advent-gift-box__circle{width:4.125rem;height:4.125rem}.advent-gift-box__message{font-size:1.125rem;line-height:1.3888888889;margin-bottom:0;font-weight:700;text-align:center}.advent-gift-box__cta{width:100%}.advent-day-page{background-color:#000;background-color:var(--black);position:relative;padding-top:2.5rem}.advent-day-page__container{position:relative;z-index:2}.advent-day-page__content{color:#fff;color:var(--white)}.advent-day-page__content h2,.advent-day-page__content h3{font-size:1.25rem;line-height:1.2;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700}@media(min-width: 37.5em){.advent-day-page__content h2,.advent-day-page__content h3{font-size:2rem;line-height:1.1875}}.advent-day-page__content p{font-size:1.125rem;line-height:1.5555555556;margin-bottom:2rem;font-weight:500;color:#fff;color:var(--white)}.advent-day-page__media{margin-bottom:1.5rem;position:relative}.advent-day-page__media-container{width:100%;aspect-ratio:16/9;border-radius:.5rem;overflow:hidden}@media(min-width: 37.5em){.advent-day-page__media-container{border-radius:1rem}}.advent-day-page__media-container iframe,.advent-day-page__media-container img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.advent-day-page__title{font-size:1.25rem;line-height:1.2;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700}.advent-day-page__snow{position:absolute;z-index:2;pointer-events:none}.advent-day-page__snow-left{width:4.375rem;left:-2px;bottom:-8px}@media(min-width: 37.5em){.advent-day-page__snow-left{width:9.875rem;bottom:-16px}}.advent-day-page__snow-right{width:5.625rem;right:0;top:-6px}@media(min-width: 37.5em){.advent-day-page__snow-right{width:12.5rem;top:-12px}}.advent-day{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;overflow:hidden;margin-bottom:2rem;border-radius:.5rem}@media(min-width: 48em){.advent-day{border-radius:1rem;margin-bottom:3.5rem}}.advent-day__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fd0;background-color:var(--primary);padding:.25rem 1rem}@media(min-width: 48em){.advent-day__header{padding:.375rem 2.5rem}}.advent-day__text{font-size:1rem;line-height:2.5;font-weight:700}@media(min-width: 48em){.advent-day__text{font-size:1.5rem;line-height:1.6666666667}}.advent-day__date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.5rem;line-height:1;background-color:#fff;background-color:var(--white);border-radius:50%;font-family:var(--heading-font-size);font-weight:700}@media(min-width: 48em){.advent-day__date{width:4.5rem;height:4.5rem;font-size:2.625rem;line-height:1}}.advent-day__holliday{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.125rem;line-height:1.5555555556;padding:1.5rem 1.25rem;background-color:#fff;background-color:var(--white);border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;font-weight:500;color:#666;color:var(--c-666);text-align:center}@media(min-width: 48em){.advent-day__holliday{font-size:1.5rem;line-height:1.5833333333;border-bottom-left-radius:0;border-bottom-right-radius:0}}.advent-day__body{padding:2rem 1.25rem;background-color:#fff;background-color:var(--white);border-radius:.5rem;border-top:1px dashed #cbcbcb;border-top:1px dashed var(--cb)}@media(min-width: 48em){.advent-day__body{padding:2rem 2.5rem;border-radius:0 0 1rem 1rem}}.advent-day__body--no-border{border:0}.advent-day__grid{display:grid;grid-template-columns:4.125rem 1fr;grid-gap:1.5rem;gap:1.5rem}@media(min-width: 48em){.advent-day__grid{grid-template-columns:8.625rem 1fr}}.advent-day__decor{width:4.125rem;height:4.1875rem}@media(min-width: 48em){.advent-day__decor{width:8.625rem;height:8.625rem}}.advent-day__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.advent-day__title{font-size:1.125rem;line-height:1.1666666667;margin-bottom:.5rem;font-weight:700}@media(min-width: 48em){.advent-day__title{font-size:1.5rem;line-height:1.1666666667}}.advent-day__message{font-size:.875rem;line-height:1.5;margin-bottom:0}@media(min-width: 48em){.advent-day__message{font-size:1.125rem;line-height:1.5555555556}}.advent-day__now{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;line-height:1.2857142857;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;gap:.25rem;margin-bottom:.25rem;padding:.25rem .375rem;border:1px solid #cbcbcb;border:1px solid var(--cb);border-radius:1.25rem;font-weight:500}@media(min-width: 48em){.advent-day__now{font-size:1.125rem;line-height:1.2777777778;gap:.5rem;margin-bottom:.5rem;padding:.25rem .75rem}}.advent-day__now svg{width:1rem;height:1rem}@media(min-width: 48em){.advent-day__now svg{width:1.25rem;height:1.25rem}}.advent-day__limit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.25rem;margin-top:1.5rem}@media(min-width: 48em){.advent-day__limit{margin-top:1rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.advent-day__countdown{font-size:.875rem;line-height:1.5;font-weight:600}@media(min-width: 48em){.advent-day__countdown{font-size:1.125rem;line-height:1.5555555556}}.advent-day__cta{margin-top:1.5rem}@media(min-width: 48em){.advent-day__cta{padding-left:10.125rem}}.advent-day__btn{width:100%}@media(min-width: 48em){.advent-day__btn{width:auto}}.advent-day--closed .advent-day__header{border-radius:.5rem}@media(min-width: 48em){.advent-day--closed .advent-day__header{border-radius:0}}.wrap-up__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.875rem;width:100%;max-width:60.5rem;margin-left:auto;margin-right:auto}@media(min-width: 62em){.wrap-up__container{display:grid;grid-template-areas:"content card" "info card"}}@media(min-width: 62em){.wrap-up__content{grid-area:content}}.wrap-up__lead{font-size:1.5rem;line-height:1.4166666667;font-weight:700}.wrap-up__text{font-size:1.125rem;line-height:1.3333333333;font-weight:500}.wrap-up__info{width:100%}@media(min-width: 62em){.wrap-up__info{grid-area:info}}.wrap-up__cta{width:100%;margin-top:2rem;margin-bottom:2rem}.wrap-up__flow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}@media(min-width: 37.5em){.wrap-up__flow{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:2rem;gap:2rem}}.wrap-up__step{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;border-radius:1rem;background-color:#f9f9f9;background-color:var(--f9);padding:2rem}@media(min-width: 37.5em){.wrap-up__step{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:2rem 1rem 1rem}}.wrap-up__step-icon{width:2.5rem;height:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fd0;background-color:var(--primary);border-radius:50%}.wrap-up__step-icon svg{width:1.5rem;height:1.5rem}.wrap-up__step-text{font-size:.875rem;line-height:1.1428571429;text-align:center;font-weight:500}.wrap-up__card{width:100%;max-width:23rem}@media(min-width: 37.5em){.wrap-up__card{width:23rem}}@media(min-width: 62em){.wrap-up__card{grid-area:card}}.wrap-up__banner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.25rem;margin-top:4.375rem;border-radius:1rem;background-color:#f9f9f9;background-color:var(--f9);padding:2rem 1rem}@media(min-width: 37.5em){.wrap-up__banner{padding:2.5rem 2.5rem 2.5rem 5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;place-items:center}}@media(min-width: 75em){.wrap-up__banner{display:grid;grid-template-columns:1fr 17rem 22.25rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.wrap-up__banner-socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.25rem}@media(min-width: 37.5em){.wrap-up__banner-socials{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.wrap-up__banner-title{font-size:1.5rem;line-height:1.3333333333;margin-bottom:0;font-weight:400;text-align:center;max-width:20.75rem}@media(min-width: 75em){.wrap-up__banner-title{text-align:left;justify-self:flex-start}}.wrap-up__banner-text{font-size:1.125rem;line-height:1.3333333333;font-weight:500;margin-bottom:0;text-align:center}@media(min-width: 75em){.wrap-up__banner-text{text-align:left}}.kolona-report-hero{text-align:center}.kolona-report-hero__content{padding-top:5rem}@media(min-width: 62em){.kolona-report-hero__content{padding-top:2.375rem;max-width:48rem}}.kolona-report-hero__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:35rem;overflow:hidden}@media(min-width: 62em){.kolona-report-hero__container{height:43.125rem}}.kolona-report-hero__sub-title{font-size:1.125rem}@media(min-width: 62em){.kolona-report-hero__sub-title{font-size:1.5rem}}.kolona-report-hero__title{font-size:1.375rem;line-height:1.2;margin-bottom:20px}@media(min-width: 62em){.kolona-report-hero__title{font-size:2.5rem}}.kolona-report-hero__list{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;margin:0 0 1.5rem;gap:1.25rem;list-style:none}@media(min-width: 62em){.kolona-report-hero__list{margin-bottom:1.25rem}}.kolona-report-hero__item{padding:.375rem .625rem;background:#000;background:var(--black);font-size:.75rem;text-transform:uppercase;border-radius:.25rem}@media(min-width: 62em){.kolona-report-hero__item{font-size:1rem}}.kolona-report-hero__icon{width:2rem;height:2rem;margin-right:.625rem}.kolona-report-hero__image{position:relative;bottom:.9375rem;-webkit-transform:scale(1.2);transform:scale(1.2)}@media(min-width: 62em){.kolona-report-hero__image{bottom:2rem;max-width:46.25rem}}.kolona-report-text__content{font-size:1.125rem;line-height:1.4}.kolona-report-text__grid{display:grid;grid-gap:1rem}@media(min-width: 48em){.kolona-report-text__grid--2{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 62em){.kolona-report-text__grid--2{grid-gap:2rem}}@media(min-width: 48em){.kolona-report-text__grid--3{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 62em){.kolona-report-text__grid--3{grid-gap:.75rem}}.kolona-report-text__title{font-size:1.125rem;margin-bottom:1rem}@media(min-width: 62em){.kolona-report-text__title{text-align:center;margin-bottom:1.5rem;font-size:1.5rem}}.kolona-report-text__section{margin:0 auto}.kolona-report-text__section--short{max-width:48rem}.kolona-report-text__section--long{max-width:67.5rem}.kolona-report-text__section:not(:last-child){margin-bottom:2rem}@media(min-width: 62em){.kolona-report-text__section:not(:last-child){margin-bottom:4.625rem}}@media(min-width: 62em){.kolona-report-text__section{padding-top:20px}}.motivation{color:#fff;color:var(--white);background-color:#000;background-color:var(--black)}@media(min-width: 75em){.motivation__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:4.375rem;max-width:none}}.motivation__left{margin-bottom:2rem;-ms-flex-negative:0;flex-shrink:0;width:100%}@media(min-width: 75em){.motivation__left{margin-bottom:0;max-width:45.625rem}}@media(min-width: 90em){.motivation__left{max-width:60.625rem}}@media(min-width: 75em){.motivation__right{width:23rem;-ms-flex-negative:0;flex-shrink:0}}.motivation-thumbnail{text-align:center;background:#0D0D0E;background:var(--black-light);border:1px solid #1a1a1a;border:1px solid var(--black-hover);border-radius:1.5rem;padding:2rem 1rem}@media(min-width: 75em){.motivation-thumbnail{padding:3rem 2rem}}.motivation-thumbnail__title,.motivation-thumbnail__helper,.motivation-thumbnail__sub-title{color:#fff;color:var(--white)}.motivation-thumbnail__helper,.motivation-thumbnail__sub-title{font-size:1.125rem}.motivation-thumbnail__sub-title{margin-bottom:1.5rem}@media(min-width: 75em){.motivation-thumbnail__sub-title{margin-bottom:2.75rem}}.motivation-thumbnail__title{font-size:1.375rem;margin-bottom:2rem;font-weight:700;font-weight:var(--fw-700);line-height:1.2}.motivation-thumbnail__title--desktop{display:none}@media(min-width: 75em){.motivation-thumbnail__title--desktop{display:block}}@media(min-width: 75em){.motivation-thumbnail__title--mobile{display:none}}@media(min-width: 75em){.motivation-thumbnail__title{font-size:1.5rem;margin-bottom:1rem}}.motivation-thumbnail__qr{display:none}@media(min-width: 75em){.motivation-thumbnail__qr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:4.25rem}}.motivation-thumbnail__helper{display:none}@media(min-width: 75em){.motivation-thumbnail__helper{display:block;margin-bottom:.5rem}}.motivation-thumbnail__button{-webkit-box-shadow:0 1.1875rem 2.25rem 0 rgba(255,221,0,.1490196078);box-shadow:0 1.1875rem 2.25rem 0 rgba(255,221,0,.1490196078)}@media(min-width: 75em){.motivation-thumbnail__button{width:100%}}.motivation-slider__wrapper{position:relative}@media(min-width: 75em){.motivation-slider__wrapper{padding-top:1.5rem}}.motivation-slider__decor{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.motivation-slider__top{text-align:center}.motivation-slider__data{min-height:25.8125rem}.motivation-slider__item{position:relative;margin:0 auto;padding:3.5rem 0}.motivation-slider__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:21.5625rem;overflow-x:auto;font-size:1.5rem;font-weight:500;font-weight:var(--fw-500);text-align:center}.motivation-slider__text>div{padding-top:.875rem}@media(min-width: 75em){.motivation-slider__text{font-size:2rem}}.motivation-slider__pagination{position:absolute;top:1.625rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:1.125rem}.motivation-slider__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem}.motivation-slider__button{width:4.25rem;height:4.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;border:1px solid #1a1a1a;border:1px solid var(--black-hover);border-radius:4.25rem;cursor:pointer;background-color:rgba(0,0,0,0);-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.motivation-slider__button:hover{background-color:#111;background-color:var(--dark)}.motivation-slider__button:active{background-color:rgba(0,0,0,0);-webkit-box-shadow:inset 0 0 0 2px #1a1a1a;box-shadow:inset 0 0 0 2px #1a1a1a;-webkit-box-shadow:inset 0 0 0 2px var(--black-hover);box-shadow:inset 0 0 0 2px var(--black-hover)}.motivation-slider__title{font-size:1.125rem;font-weight:600;font-weight:var(--fw-600)}.motivation-slider__sub-title{font-size:1rem;color:#434343;color:var(--grey-434)}.u-fw-100{font-weight:100}.u-fw-200{font-weight:200}.u-fw-300{font-weight:300}.u-fw-400{font-weight:400}.u-fw-500{font-weight:500}.u-fw-600{font-weight:600}.u-fw-700{font-weight:700}.u-text-center{text-align:center}.u-text-left{text-align:left}.u-text-right{text-align:right}.u-heading-font-family{font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family)}.u-text-nowrap{white-space:nowrap}.u-flex-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.u-flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.u-mb-0{margin-bottom:0}.u-mb-8{margin-bottom:.5rem}.u-mb-12{margin-bottom:.75rem}.u-mb-16{margin-bottom:1rem}.u-mb-24{margin-bottom:1.5rem}.u-mb-32{margin-bottom:2rem}.u-mb-48{margin-bottom:3rem}@media(min-width: 62em){.u-mb-laptop-24{margin-bottom:1.5rem}}@media(min-width: 62em){.u-mb-laptop-32{margin-bottom:2rem}}@media(min-width: 62em){.u-mb-laptop-56{margin-bottom:3.5rem}}@media(min-width: 75em){.u-mb-laptop-l-32{margin-bottom:2rem}}.u-mt-8{margin-top:.5rem}.u-mt-16{margin-top:1rem}.u-mt-24{margin-top:1.5rem}.u-mt-32{margin-top:2rem}.u-mt-40{margin-top:2.5rem}.u-mt-56{margin-top:3.5rem}@media(min-width: 62em){.u-mt-laptop-80{margin-top:5rem}}.u-mr-16{margin-right:1rem}.u-mr-24{margin-right:1.5rem}.u-mr-40{margin-right:2.5rem}.u-mr-56{margin-right:3.5rem}.pointer{cursor:pointer}.u-gap-32{gap:2rem}@media screen and (max-width: 48em){.u-mobile-gap-24{gap:1.5rem}}.u-mx-auto{margin-left:auto;margin-right:auto}.u-pt-24{padding-top:1.5rem}.u-pt-32{padding-top:2rem}.u-px-24{padding-left:1.5rem;padding-right:1.5rem}.u-uppercase{text-transform:uppercase}.u-color-black{color:#000;color:var(--black)}.u-color-white{color:#fff;color:var(--white)}.u-color-grey{color:#3e5065;color:var(--grey)}.u-color-primary{color:#fd0;color:var(--primary)}.u-color-black-04{color:rgba(0,0,0,.4)}.u-color-95{color:#959595;color:var(--c-95)}.u-pos-relative{position:relative}.u-pos-absolute{position:absolute}.d-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.gap-5{gap:2.5rem}.u-mw-768{max-width:768px}.of-hidden{overflow:hidden}@media(max-width: 37.5em){.u-mobile-full-width{width:100%}}.u-fs-32{font-size:2rem}.u-fs-14{font-size:.875rem}@media(min-width: 62em){.u-fs-laptop-28{font-size:1.75rem}}.u-border-radius-16{border-radius:1rem}
:root{--primary: #fd0;--primary-hover: #ffe74d;--primary-tint: #FFE433;--secondary: #0085ff;--black: #000;--cursed-black: #121214;--inkwell-inception: #121214;--black-hover: #1a1a1a;--black-light: #0D0D0E;--inkwell-concept: #1E1E20;--white: #fff;--dark: #111;--grey: #3e5065;--eyeshadow-viola: #ACA6BF;--light-amourette: #D5D1E0;--light-plaster: #EAEAEA;--coal-mine: #54545E;--wood-charcoal: #464646;--grey-434: #434343;--c-999: #999;--c-9e: #9e9e9e;--c-8: #c8c8c8;--d9: #d9d9d9;--d0: #d0d0d0;--f9: #f9f9f9;--b7: #7b7b7b;--c-95: #959595;--c9: #c9c9c9;--f5: #f5f5f5;--red: #c70000;--kava: #502505;--error: #ff5252;--cb: #cbcbcb;--c-666: #666;--aphine: #858ca7;--c4: #c4c4c4;--blue: #1684E9;--line-height: 1.5;--font-family: "Manrope", "Arial", sans-serif;--heading-font-family: "eUkraineHead", sans-serif;--google-font: "Roboto", sans-serif;--fixel-font: "Fixel Display", sans-serif;--fixel-font-text: "Fixel Text", sans-serif;--fw-100: 100;--fw-200: 200;--fw-400: 400;--fw-500: 500;--fw-600: 600;--fw-700: 700;--header-height: 5rem;--container-width: 100%;--fs-h1: 2rem;--fs-h2: 1.5rem;--fs-h3: 1.5rem;--fs-h4: 1.5rem;--fs-h5: 1rem;--fs-h6: 1rem}@media(min-width: 37.5em){:root{--container-width: 37.5rem;--fs-h1: 2.5rem;--fs-h2: 2rem}}@media(min-width: 48em){:root{--container-width: 48rem;--fs-h1: 3rem;--fs-h2: 2.5rem;--fs-h3: 2rem}}@media(min-width: 62em){:root{--container-width: 62rem;--fs-h1: 3.5rem;--fs-h2: 3rem;--fs-h3: 2.5rem;--fs-h4: 2rem;--fs-h5: 1.5rem}}@media(min-width: 75em){:root{--header-height: 6.125rem;--container-width: 75rem;--fs-h1: 4rem;--fs-h2: 3.5rem;--fs-h3: 3rem}}@media(min-width: 90em){:root{--container-width: 90rem;--fs-h1: 4.5rem;--fs-h2: 4rem}}.Bq0hNPKpAXDLUGSlCkxM{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:2rem 1.5rem;gap:2.5rem;background:#f5f5f5;background:var(--f5)}@media(min-width: 37.5em){.Bq0hNPKpAXDLUGSlCkxM{border-radius:1.5rem}}@media(min-width: 62em){.Bq0hNPKpAXDLUGSlCkxM{gap:3.5rem;padding:2.5rem 2rem}}@media(max-width: 37.5em){.deShPt4z0n_Eg2fpXtsn{padding:0;max-width:100%}}
:root{--primary: #fd0;--primary-hover: #ffe74d;--primary-tint: #FFE433;--secondary: #0085ff;--black: #000;--cursed-black: #121214;--inkwell-inception: #121214;--black-hover: #1a1a1a;--black-light: #0D0D0E;--inkwell-concept: #1E1E20;--white: #fff;--dark: #111;--grey: #3e5065;--eyeshadow-viola: #ACA6BF;--light-amourette: #D5D1E0;--light-plaster: #EAEAEA;--coal-mine: #54545E;--wood-charcoal: #464646;--grey-434: #434343;--c-999: #999;--c-9e: #9e9e9e;--c-8: #c8c8c8;--d9: #d9d9d9;--d0: #d0d0d0;--f9: #f9f9f9;--b7: #7b7b7b;--c-95: #959595;--c9: #c9c9c9;--f5: #f5f5f5;--red: #c70000;--kava: #502505;--error: #ff5252;--cb: #cbcbcb;--c-666: #666;--aphine: #858ca7;--c4: #c4c4c4;--blue: #1684E9;--line-height: 1.5;--font-family: "Manrope", "Arial", sans-serif;--heading-font-family: "eUkraineHead", sans-serif;--google-font: "Roboto", sans-serif;--fixel-font: "Fixel Display", sans-serif;--fixel-font-text: "Fixel Text", sans-serif;--fw-100: 100;--fw-200: 200;--fw-400: 400;--fw-500: 500;--fw-600: 600;--fw-700: 700;--header-height: 5rem;--container-width: 100%;--fs-h1: 2rem;--fs-h2: 1.5rem;--fs-h3: 1.5rem;--fs-h4: 1.5rem;--fs-h5: 1rem;--fs-h6: 1rem}@media(min-width: 37.5em){:root{--container-width: 37.5rem;--fs-h1: 2.5rem;--fs-h2: 2rem}}@media(min-width: 48em){:root{--container-width: 48rem;--fs-h1: 3rem;--fs-h2: 2.5rem;--fs-h3: 2rem}}@media(min-width: 62em){:root{--container-width: 62rem;--fs-h1: 3.5rem;--fs-h2: 3rem;--fs-h3: 2.5rem;--fs-h4: 2rem;--fs-h5: 1.5rem}}@media(min-width: 75em){:root{--header-height: 6.125rem;--container-width: 75rem;--fs-h1: 4rem;--fs-h2: 3.5rem;--fs-h3: 3rem}}@media(min-width: 90em){:root{--container-width: 90rem;--fs-h1: 4.5rem;--fs-h2: 4rem}}.k6PfCIogCG3D1EjIbnJc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.375rem;line-height:1.1818181818;margin-bottom:1.5rem;gap:.5rem;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700}@media(min-width: 62em){.k6PfCIogCG3D1EjIbnJc{font-size:2rem;line-height:1.1875;margin-bottom:2rem}}
:root{--primary: #fd0;--primary-hover: #ffe74d;--primary-tint: #FFE433;--secondary: #0085ff;--black: #000;--cursed-black: #121214;--inkwell-inception: #121214;--black-hover: #1a1a1a;--black-light: #0D0D0E;--inkwell-concept: #1E1E20;--white: #fff;--dark: #111;--grey: #3e5065;--eyeshadow-viola: #ACA6BF;--light-amourette: #D5D1E0;--light-plaster: #EAEAEA;--coal-mine: #54545E;--wood-charcoal: #464646;--grey-434: #434343;--c-999: #999;--c-9e: #9e9e9e;--c-8: #c8c8c8;--d9: #d9d9d9;--d0: #d0d0d0;--f9: #f9f9f9;--b7: #7b7b7b;--c-95: #959595;--c9: #c9c9c9;--f5: #f5f5f5;--red: #c70000;--kava: #502505;--error: #ff5252;--cb: #cbcbcb;--c-666: #666;--aphine: #858ca7;--c4: #c4c4c4;--blue: #1684E9;--line-height: 1.5;--font-family: "Manrope", "Arial", sans-serif;--heading-font-family: "eUkraineHead", sans-serif;--google-font: "Roboto", sans-serif;--fixel-font: "Fixel Display", sans-serif;--fixel-font-text: "Fixel Text", sans-serif;--fw-100: 100;--fw-200: 200;--fw-400: 400;--fw-500: 500;--fw-600: 600;--fw-700: 700;--header-height: 5rem;--container-width: 100%;--fs-h1: 2rem;--fs-h2: 1.5rem;--fs-h3: 1.5rem;--fs-h4: 1.5rem;--fs-h5: 1rem;--fs-h6: 1rem}@media(min-width: 37.5em){:root{--container-width: 37.5rem;--fs-h1: 2.5rem;--fs-h2: 2rem}}@media(min-width: 48em){:root{--container-width: 48rem;--fs-h1: 3rem;--fs-h2: 2.5rem;--fs-h3: 2rem}}@media(min-width: 62em){:root{--container-width: 62rem;--fs-h1: 3.5rem;--fs-h2: 3rem;--fs-h3: 2.5rem;--fs-h4: 2rem;--fs-h5: 1.5rem}}@media(min-width: 75em){:root{--header-height: 6.125rem;--container-width: 75rem;--fs-h1: 4rem;--fs-h2: 3.5rem;--fs-h3: 3rem}}@media(min-width: 90em){:root{--container-width: 90rem;--fs-h1: 4.5rem;--fs-h2: 4rem}}.bvzjQRH8OPFkjmL7WxCp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:.75rem;gap:1.25rem;border-radius:1rem;background:#fff;background:var(--white)}@media(min-width: 62em){.bvzjQRH8OPFkjmL7WxCp{gap:2.5rem}}.bvzjQRH8OPFkjmL7WxCp.pdV3G38unjnEvQVQwMW9{background-color:#fd0;background-color:var(--primary)}.bvzjQRH8OPFkjmL7WxCp.glWeINjZN8K2mSSnDNSw{background-color:#000;background-color:var(--black);color:#fff;color:var(--white)}.HOM9w1Y52AZfMIeFWbzw{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;line-height:1.2857142857;margin-bottom:0;font-weight:700;color:inherit}@media(min-width: 62em){.HOM9w1Y52AZfMIeFWbzw{font-size:1rem;line-height:1.625}}.YidQIl4nKPUULnZYVFVa{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;font-family:"eUkraineHead", sans-serif;font-family:var(--heading-font-family);font-weight:700;gap:.5rem}.oBUUb93aqPpkEpu6HDAE{font-size:1.75rem;line-height:1.1428571429;margin-bottom:0;color:inherit}.bWhT1gMAN4ZApD5rIi_J{font-size:1.25rem;line-height:1.4;margin-bottom:0;color:inherit}
:root{--primary: #fd0;--primary-hover: #ffe74d;--primary-tint: #FFE433;--secondary: #0085ff;--black: #000;--cursed-black: #121214;--inkwell-inception: #121214;--black-hover: #1a1a1a;--black-light: #0D0D0E;--inkwell-concept: #1E1E20;--white: #fff;--dark: #111;--grey: #3e5065;--eyeshadow-viola: #ACA6BF;--light-amourette: #D5D1E0;--light-plaster: #EAEAEA;--coal-mine: #54545E;--wood-charcoal: #464646;--grey-434: #434343;--c-999: #999;--c-9e: #9e9e9e;--c-8: #c8c8c8;--d9: #d9d9d9;--d0: #d0d0d0;--f9: #f9f9f9;--b7: #7b7b7b;--c-95: #959595;--c9: #c9c9c9;--f5: #f5f5f5;--red: #c70000;--kava: #502505;--error: #ff5252;--cb: #cbcbcb;--c-666: #666;--aphine: #858ca7;--c4: #c4c4c4;--blue: #1684E9;--line-height: 1.5;--font-family: "Manrope", "Arial", sans-serif;--heading-font-family: "eUkraineHead", sans-serif;--google-font: "Roboto", sans-serif;--fixel-font: "Fixel Display", sans-serif;--fixel-font-text: "Fixel Text", sans-serif;--fw-100: 100;--fw-200: 200;--fw-400: 400;--fw-500: 500;--fw-600: 600;--fw-700: 700;--header-height: 5rem;--container-width: 100%;--fs-h1: 2rem;--fs-h2: 1.5rem;--fs-h3: 1.5rem;--fs-h4: 1.5rem;--fs-h5: 1rem;--fs-h6: 1rem}@media(min-width: 37.5em){:root{--container-width: 37.5rem;--fs-h1: 2.5rem;--fs-h2: 2rem}}@media(min-width: 48em){:root{--container-width: 48rem;--fs-h1: 3rem;--fs-h2: 2.5rem;--fs-h3: 2rem}}@media(min-width: 62em){:root{--container-width: 62rem;--fs-h1: 3.5rem;--fs-h2: 3rem;--fs-h3: 2.5rem;--fs-h4: 2rem;--fs-h5: 1.5rem}}@media(min-width: 75em){:root{--header-height: 6.125rem;--container-width: 75rem;--fs-h1: 4rem;--fs-h2: 3.5rem;--fs-h3: 3rem}}@media(min-width: 90em){:root{--container-width: 90rem;--fs-h1: 4.5rem;--fs-h2: 4rem}}.NS9zogEY2H2JYEA_esKV{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem}@media(min-width: 62em){.NS9zogEY2H2JYEA_esKV{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1rem;gap:1rem}.NS9zogEY2H2JYEA_esKV.fp7QOIAzmlRa6fxbHx1G{grid-template-columns:repeat(4, 1fr)}}
:root{--primary: #fd0;--primary-hover: #ffe74d;--primary-tint: #FFE433;--secondary: #0085ff;--black: #000;--cursed-black: #121214;--inkwell-inception: #121214;--black-hover: #1a1a1a;--black-light: #0D0D0E;--inkwell-concept: #1E1E20;--white: #fff;--dark: #111;--grey: #3e5065;--eyeshadow-viola: #ACA6BF;--light-amourette: #D5D1E0;--light-plaster: #EAEAEA;--coal-mine: #54545E;--wood-charcoal: #464646;--grey-434: #434343;--c-999: #999;--c-9e: #9e9e9e;--c-8: #c8c8c8;--d9: #d9d9d9;--d0: #d0d0d0;--f9: #f9f9f9;--b7: #7b7b7b;--c-95: #959595;--c9: #c9c9c9;--f5: #f5f5f5;--red: #c70000;--kava: #502505;--error: #ff5252;--cb: #cbcbcb;--c-666: #666;--aphine: #858ca7;--c4: #c4c4c4;--blue: #1684E9;--line-height: 1.5;--font-family: "Manrope", "Arial", sans-serif;--heading-font-family: "eUkraineHead", sans-serif;--google-font: "Roboto", sans-serif;--fixel-font: "Fixel Display", sans-serif;--fixel-font-text: "Fixel Text", sans-serif;--fw-100: 100;--fw-200: 200;--fw-400: 400;--fw-500: 500;--fw-600: 600;--fw-700: 700;--header-height: 5rem;--container-width: 100%;--fs-h1: 2rem;--fs-h2: 1.5rem;--fs-h3: 1.5rem;--fs-h4: 1.5rem;--fs-h5: 1rem;--fs-h6: 1rem}@media(min-width: 37.5em){:root{--container-width: 37.5rem;--fs-h1: 2.5rem;--fs-h2: 2rem}}@media(min-width: 48em){:root{--container-width: 48rem;--fs-h1: 3rem;--fs-h2: 2.5rem;--fs-h3: 2rem}}@media(min-width: 62em){:root{--container-width: 62rem;--fs-h1: 3.5rem;--fs-h2: 3rem;--fs-h3: 2.5rem;--fs-h4: 2rem;--fs-h5: 1.5rem}}@media(min-width: 75em){:root{--header-height: 6.125rem;--container-width: 75rem;--fs-h1: 4rem;--fs-h2: 3.5rem;--fs-h3: 3rem}}@media(min-width: 90em){:root{--container-width: 90rem;--fs-h1: 4.5rem;--fs-h2: 4rem}}.YlEaIG0m2KCRJIscUYpg{width:calc(100% + 3rem);max-width:calc(100% + 3rem);overflow:hidden;position:relative;left:-1.5rem}@media(min-width: 48em){.YlEaIG0m2KCRJIscUYpg{width:100%;max-width:100%;left:0}}.cs2ovXPFZTc1Sb6FO316{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.25rem;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:auto;overflow-x:auto;overflow-y:hidden;overflow:auto hidden}._84Q2KmffEGX1FqUMdii{font-size:1rem;line-height:1;height:2.5rem;padding:.5rem 1.5rem}@media(max-width: 48em){._84Q2KmffEGX1FqUMdii:first-of-type{margin-left:1.5rem}}@media(max-width: 48em){._84Q2KmffEGX1FqUMdii:last-of-type{margin-right:1.5rem}}
:root{--primary: #fd0;--primary-hover: #ffe74d;--primary-tint: #FFE433;--secondary: #0085ff;--black: #000;--cursed-black: #121214;--inkwell-inception: #121214;--black-hover: #1a1a1a;--black-light: #0D0D0E;--inkwell-concept: #1E1E20;--white: #fff;--dark: #111;--grey: #3e5065;--eyeshadow-viola: #ACA6BF;--light-amourette: #D5D1E0;--light-plaster: #EAEAEA;--coal-mine: #54545E;--wood-charcoal: #464646;--grey-434: #434343;--c-999: #999;--c-9e: #9e9e9e;--c-8: #c8c8c8;--d9: #d9d9d9;--d0: #d0d0d0;--f9: #f9f9f9;--b7: #7b7b7b;--c-95: #959595;--c9: #c9c9c9;--f5: #f5f5f5;--red: #c70000;--kava: #502505;--error: #ff5252;--cb: #cbcbcb;--c-666: #666;--aphine: #858ca7;--c4: #c4c4c4;--blue: #1684E9;--line-height: 1.5;--font-family: "Manrope", "Arial", sans-serif;--heading-font-family: "eUkraineHead", sans-serif;--google-font: "Roboto", sans-serif;--fixel-font: "Fixel Display", sans-serif;--fixel-font-text: "Fixel Text", sans-serif;--fw-100: 100;--fw-200: 200;--fw-400: 400;--fw-500: 500;--fw-600: 600;--fw-700: 700;--header-height: 5rem;--container-width: 100%;--fs-h1: 2rem;--fs-h2: 1.5rem;--fs-h3: 1.5rem;--fs-h4: 1.5rem;--fs-h5: 1rem;--fs-h6: 1rem}@media(min-width: 37.5em){:root{--container-width: 37.5rem;--fs-h1: 2.5rem;--fs-h2: 2rem}}@media(min-width: 48em){:root{--container-width: 48rem;--fs-h1: 3rem;--fs-h2: 2.5rem;--fs-h3: 2rem}}@media(min-width: 62em){:root{--container-width: 62rem;--fs-h1: 3.5rem;--fs-h2: 3rem;--fs-h3: 2.5rem;--fs-h4: 2rem;--fs-h5: 1.5rem}}@media(min-width: 75em){:root{--header-height: 6.125rem;--container-width: 75rem;--fs-h1: 4rem;--fs-h2: 3.5rem;--fs-h3: 3rem}}@media(min-width: 90em){:root{--container-width: 90rem;--fs-h1: 4.5rem;--fs-h2: 4rem}}.Gve6WNdEl4a6Ku1y_Yso{display:grid;grid-template-columns:1fr 6rem;grid-gap:.25rem 1rem;gap:.25rem 1rem;padding:.5rem 0;border-bottom:1px solid #c4c4c4;border-bottom:1px solid var(--c4)}@media(min-width: 62em){.Gve6WNdEl4a6Ku1y_Yso{grid-template-columns:11.25rem 5.5rem 1fr 8.25rem;gap:2rem}}.r4qChWgsYueYBPS4K44Z{font-size:.875rem;line-height:1.1428571429;margin-bottom:0}@media(min-width: 62em){.r4qChWgsYueYBPS4K44Z{font-size:.875rem;line-height:1.5}}._C6EsordfaciOaQ5yz8y{font-weight:700}@media(min-width: 62em){._C6EsordfaciOaQ5yz8y{font-size:1rem;line-height:1.3125}}.JGWHyemqsXCHvnEEMDAd{text-align:right}.BPdGmFGW9_m3Hpt1bCvl{color:#c4c4c4;color:var(--c4)}.j40BUdSJFIqPtN6LRaAe{text-decoration:underline}.j40BUdSJFIqPtN6LRaAe:hover{text-decoration:none;color:#000;color:var(--black)}
:root{--primary: #fd0;--primary-hover: #ffe74d;--primary-tint: #FFE433;--secondary: #0085ff;--black: #000;--cursed-black: #121214;--inkwell-inception: #121214;--black-hover: #1a1a1a;--black-light: #0D0D0E;--inkwell-concept: #1E1E20;--white: #fff;--dark: #111;--grey: #3e5065;--eyeshadow-viola: #ACA6BF;--light-amourette: #D5D1E0;--light-plaster: #EAEAEA;--coal-mine: #54545E;--wood-charcoal: #464646;--grey-434: #434343;--c-999: #999;--c-9e: #9e9e9e;--c-8: #c8c8c8;--d9: #d9d9d9;--d0: #d0d0d0;--f9: #f9f9f9;--b7: #7b7b7b;--c-95: #959595;--c9: #c9c9c9;--f5: #f5f5f5;--red: #c70000;--kava: #502505;--error: #ff5252;--cb: #cbcbcb;--c-666: #666;--aphine: #858ca7;--c4: #c4c4c4;--blue: #1684E9;--line-height: 1.5;--font-family: "Manrope", "Arial", sans-serif;--heading-font-family: "eUkraineHead", sans-serif;--google-font: "Roboto", sans-serif;--fixel-font: "Fixel Display", sans-serif;--fixel-font-text: "Fixel Text", sans-serif;--fw-100: 100;--fw-200: 200;--fw-400: 400;--fw-500: 500;--fw-600: 600;--fw-700: 700;--header-height: 5rem;--container-width: 100%;--fs-h1: 2rem;--fs-h2: 1.5rem;--fs-h3: 1.5rem;--fs-h4: 1.5rem;--fs-h5: 1rem;--fs-h6: 1rem}@media(min-width: 37.5em){:root{--container-width: 37.5rem;--fs-h1: 2.5rem;--fs-h2: 2rem}}@media(min-width: 48em){:root{--container-width: 48rem;--fs-h1: 3rem;--fs-h2: 2.5rem;--fs-h3: 2rem}}@media(min-width: 62em){:root{--container-width: 62rem;--fs-h1: 3.5rem;--fs-h2: 3rem;--fs-h3: 2.5rem;--fs-h4: 2rem;--fs-h5: 1.5rem}}@media(min-width: 75em){:root{--header-height: 6.125rem;--container-width: 75rem;--fs-h1: 4rem;--fs-h2: 3.5rem;--fs-h3: 3rem}}@media(min-width: 90em){:root{--container-width: 90rem;--fs-h1: 4.5rem;--fs-h2: 4rem}}.F4uzd6oONMuwmDz2Kwej{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
:root{--primary: #fd0;--primary-hover: #ffe74d;--primary-tint: #FFE433;--secondary: #0085ff;--black: #000;--cursed-black: #121214;--inkwell-inception: #121214;--black-hover: #1a1a1a;--black-light: #0D0D0E;--inkwell-concept: #1E1E20;--white: #fff;--dark: #111;--grey: #3e5065;--eyeshadow-viola: #ACA6BF;--light-amourette: #D5D1E0;--light-plaster: #EAEAEA;--coal-mine: #54545E;--wood-charcoal: #464646;--grey-434: #434343;--c-999: #999;--c-9e: #9e9e9e;--c-8: #c8c8c8;--d9: #d9d9d9;--d0: #d0d0d0;--f9: #f9f9f9;--b7: #7b7b7b;--c-95: #959595;--c9: #c9c9c9;--f5: #f5f5f5;--red: #c70000;--kava: #502505;--error: #ff5252;--cb: #cbcbcb;--c-666: #666;--aphine: #858ca7;--c4: #c4c4c4;--blue: #1684E9;--line-height: 1.5;--font-family: "Manrope", "Arial", sans-serif;--heading-font-family: "eUkraineHead", sans-serif;--google-font: "Roboto", sans-serif;--fixel-font: "Fixel Display", sans-serif;--fixel-font-text: "Fixel Text", sans-serif;--fw-100: 100;--fw-200: 200;--fw-400: 400;--fw-500: 500;--fw-600: 600;--fw-700: 700;--header-height: 5rem;--container-width: 100%;--fs-h1: 2rem;--fs-h2: 1.5rem;--fs-h3: 1.5rem;--fs-h4: 1.5rem;--fs-h5: 1rem;--fs-h6: 1rem}@media(min-width: 37.5em){:root{--container-width: 37.5rem;--fs-h1: 2.5rem;--fs-h2: 2rem}}@media(min-width: 48em){:root{--container-width: 48rem;--fs-h1: 3rem;--fs-h2: 2.5rem;--fs-h3: 2rem}}@media(min-width: 62em){:root{--container-width: 62rem;--fs-h1: 3.5rem;--fs-h2: 3rem;--fs-h3: 2.5rem;--fs-h4: 2rem;--fs-h5: 1.5rem}}@media(min-width: 75em){:root{--header-height: 6.125rem;--container-width: 75rem;--fs-h1: 4rem;--fs-h2: 3.5rem;--fs-h3: 3rem}}@media(min-width: 90em){:root{--container-width: 90rem;--fs-h1: 4.5rem;--fs-h2: 4rem}}.t2814WTAH5fpDULFj4jP{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-height:17rem;background-color:#fff;background-color:var(--white);border-radius:1rem;padding:1.5rem}@media(min-width: 62em){.t2814WTAH5fpDULFj4jP{min-height:29.125rem}}.mEHSXIYhcjwc9cNbJbS4{width:7.75rem;height:10rem;margin-bottom:2rem}.pybYvTWmIItUKQirxTpX{font-size:1.25rem;line-height:1.2;margin-bottom:1rem;text-align:center}.aRyCILd4pU6gVRF4D1HZ{font-size:.875rem;line-height:1.5;margin-bottom:0;text-align:center}
:root{--primary: #fd0;--primary-hover: #ffe74d;--primary-tint: #FFE433;--secondary: #0085ff;--black: #000;--cursed-black: #121214;--inkwell-inception: #121214;--black-hover: #1a1a1a;--black-light: #0D0D0E;--inkwell-concept: #1E1E20;--white: #fff;--dark: #111;--grey: #3e5065;--eyeshadow-viola: #ACA6BF;--light-amourette: #D5D1E0;--light-plaster: #EAEAEA;--coal-mine: #54545E;--wood-charcoal: #464646;--grey-434: #434343;--c-999: #999;--c-9e: #9e9e9e;--c-8: #c8c8c8;--d9: #d9d9d9;--d0: #d0d0d0;--f9: #f9f9f9;--b7: #7b7b7b;--c-95: #959595;--c9: #c9c9c9;--f5: #f5f5f5;--red: #c70000;--kava: #502505;--error: #ff5252;--cb: #cbcbcb;--c-666: #666;--aphine: #858ca7;--c4: #c4c4c4;--blue: #1684E9;--line-height: 1.5;--font-family: "Manrope", "Arial", sans-serif;--heading-font-family: "eUkraineHead", sans-serif;--google-font: "Roboto", sans-serif;--fixel-font: "Fixel Display", sans-serif;--fixel-font-text: "Fixel Text", sans-serif;--fw-100: 100;--fw-200: 200;--fw-400: 400;--fw-500: 500;--fw-600: 600;--fw-700: 700;--header-height: 5rem;--container-width: 100%;--fs-h1: 2rem;--fs-h2: 1.5rem;--fs-h3: 1.5rem;--fs-h4: 1.5rem;--fs-h5: 1rem;--fs-h6: 1rem}@media(min-width: 37.5em){:root{--container-width: 37.5rem;--fs-h1: 2.5rem;--fs-h2: 2rem}}@media(min-width: 48em){:root{--container-width: 48rem;--fs-h1: 3rem;--fs-h2: 2.5rem;--fs-h3: 2rem}}@media(min-width: 62em){:root{--container-width: 62rem;--fs-h1: 3.5rem;--fs-h2: 3rem;--fs-h3: 2.5rem;--fs-h4: 2rem;--fs-h5: 1.5rem}}@media(min-width: 75em){:root{--header-height: 6.125rem;--container-width: 75rem;--fs-h1: 4rem;--fs-h2: 3.5rem;--fs-h3: 3rem}}@media(min-width: 90em){:root{--container-width: 90rem;--fs-h1: 4.5rem;--fs-h2: 4rem}}.QVqJAYyA5WSwK3eUPyK9{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:1rem}@media(min-width: 62em){.QVqJAYyA5WSwK3eUPyK9{display:grid}.QVqJAYyA5WSwK3eUPyK9.lZzb4LNiVEL2ypq7tZlE{grid-template-columns:repeat(3, 1fr)}}.YxmSlJUkvpDSNiJEag1I{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}@media(min-width: 62em){.YxmSlJUkvpDSNiJEag1I{gap:1rem}}.vexR7g2ZXXXcXYSNwAcg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 62em){.vexR7g2ZXXXcXYSNwAcg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.QorQWBNL5VPsgCcUiEGa{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.Td8aBsSUiVI8GIMNMNvf{width:2.5rem;height:2.5rem;padding:0;border-width:1px}.DsgHkiF3lROxqmv9WXjf{font-size:1.5rem}.DsgHkiF3lROxqmv9WXjf:disabled{color:#cbcbcb;color:var(--cb)}.fpmsIXMqAdmeJ6w1Aa44{max-width:5rem !important}.KWe4oM5lZFz4eSvv6S5k{white-space:nowrap}
:root{--primary: #fd0;--primary-hover: #ffe74d;--primary-tint: #FFE433;--secondary: #0085ff;--black: #000;--cursed-black: #121214;--inkwell-inception: #121214;--black-hover: #1a1a1a;--black-light: #0D0D0E;--inkwell-concept: #1E1E20;--white: #fff;--dark: #111;--grey: #3e5065;--eyeshadow-viola: #ACA6BF;--light-amourette: #D5D1E0;--light-plaster: #EAEAEA;--coal-mine: #54545E;--wood-charcoal: #464646;--grey-434: #434343;--c-999: #999;--c-9e: #9e9e9e;--c-8: #c8c8c8;--d9: #d9d9d9;--d0: #d0d0d0;--f9: #f9f9f9;--b7: #7b7b7b;--c-95: #959595;--c9: #c9c9c9;--f5: #f5f5f5;--red: #c70000;--kava: #502505;--error: #ff5252;--cb: #cbcbcb;--c-666: #666;--aphine: #858ca7;--c4: #c4c4c4;--blue: #1684E9;--line-height: 1.5;--font-family: "Manrope", "Arial", sans-serif;--heading-font-family: "eUkraineHead", sans-serif;--google-font: "Roboto", sans-serif;--fixel-font: "Fixel Display", sans-serif;--fixel-font-text: "Fixel Text", sans-serif;--fw-100: 100;--fw-200: 200;--fw-400: 400;--fw-500: 500;--fw-600: 600;--fw-700: 700;--header-height: 5rem;--container-width: 100%;--fs-h1: 2rem;--fs-h2: 1.5rem;--fs-h3: 1.5rem;--fs-h4: 1.5rem;--fs-h5: 1rem;--fs-h6: 1rem}@media(min-width: 37.5em){:root{--container-width: 37.5rem;--fs-h1: 2.5rem;--fs-h2: 2rem}}@media(min-width: 48em){:root{--container-width: 48rem;--fs-h1: 3rem;--fs-h2: 2.5rem;--fs-h3: 2rem}}@media(min-width: 62em){:root{--container-width: 62rem;--fs-h1: 3.5rem;--fs-h2: 3rem;--fs-h3: 2.5rem;--fs-h4: 2rem;--fs-h5: 1.5rem}}@media(min-width: 75em){:root{--header-height: 6.125rem;--container-width: 75rem;--fs-h1: 4rem;--fs-h2: 3.5rem;--fs-h3: 3rem}}@media(min-width: 90em){:root{--container-width: 90rem;--fs-h1: 4.5rem;--fs-h2: 4rem}}.cPp1FxvNcOIepwTRzsxU{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.BvBTvYRKTuzWpxrjmgxG{margin-bottom:1rem}.eyC5GdyRqVDuTX4jPHXZ{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;padding:1rem;background-color:#fff;background-color:var(--white);border-radius:1rem}@media(min-width: 62em){.eyC5GdyRqVDuTX4jPHXZ{padding:1.5rem}}

/*# sourceMappingURL=app-ccbd116dfb42094f9677.css.map*/