@font-face {
  font-family: 'KyivType Sans';
  src: url(./4f286e28bffe16bd89b4d3c55ed16519.otf) format("opentype");
  font-display: swap;
  font-weight: 500;
  font-style: normal; }

.btn {
  align-items: center;
  border-radius: 36px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  font-family: "Raleway", Arial, SourceSansPro, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.5;
  outline: none;
  padding: 17px 36px;
  text-align: center;
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: background-color, color, box-shadow;
  user-select: none;
  -webkit-appearance: none; }
  @media (max-width: 1440px), (max-height: 768px) {
    .btn {
      font-size: 1.125rem;
      padding: 14px 28px; } }
  @media (max-width: 420px) {
    .btn {
      justify-content: center;
      width: 100%; } }
  .btn--primary {
    background-color: #DCCD93;
    color: #1E2C3F; }
    .btn--primary:hover {
      background-color: #FDF1C2; }
    .btn--primary:active, .btn--primary:focus {
      background-color: #FDF1C2;
      box-shadow: 0px 0 0px 4px #646464 inset; }

.container {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  width: 1570px; }
  .container--small {
    width: 1320px; }

.social__list {
  border-radius: 20px;
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0 8px; }

.social__link {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  padding-left: 6px;
  padding-right: 6px; }
  .social__link svg {
    transition: fill 300ms; }

.social__title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  padding-right: 10px; }
  @media (max-width: 640px) {
    .social__title {
      display: table-cell;
      vertical-align: middle;
      text-align: right; } }

.social__row {
  align-items: center;
  display: flex; }
  @media (max-width: 960px) {
    .social__row {
      margin-top: 32px; } }
  @media (max-width: 640px) {
    .social__row {
      display: table; } }

.social__col {
  align-items: center;
  display: flex; }
  @media (max-width: 640px) {
    .social__col {
      display: table-row; } }
  .social__col + .social__col {
    margin-left: 52px; }
    @media (max-width: 640px) {
      .social__col + .social__col {
        margin-left: 0; } }
    @media (max-width: 640px) {
      .social__col + .social__col > * {
        padding-top: 16px; } }

.social--single {
  padding-left: 4px;
  padding-right: 4px; }

.social--black {
  background-color: #F3EEE7;
  border: 1px solid #C5C1BC; }
  .social--black .social__item svg {
    fill: #1E2C3F; }
  .social--black .social__item:hover svg {
    fill: #978439; }

.social--white {
  border: 1px solid rgba(255, 255, 255, 0.4); }
  .social--white .social__item svg {
    fill: #fff; }
  .social--white .social__item:hover svg {
    fill: #DCCD93; }

.lang {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid transparent;
  border-radius: 24px;
  display: flex;
  position: relative;
  transition-duration: 300ms;
  transition-property: background-color, border-color; }
  @media (max-width: 640px) {
    .lang {
      display: none; } }
  .lang__item {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 300ms; }
    @media (max-width: 1440px), (max-height: 768px) {
      .lang__item {
        font-size: 1rem; } }
    .lang__item:hover, .lang__item:focus {
      color: #1E2C3F; }
    .lang__item--active {
      color: #1E2C3F; }
    .lang__item:first-child.lang__item--active ~ .lang__marker {
      transform: translateX(0); }
    .lang__item:nth-child(2).lang__item--active ~ .lang__marker {
      transform: translateX(calc(100% - 2px)); }
    .lang__item:first-child:hover ~ .lang__marker, .lang__item:first-child:focus ~ .lang__marker {
      transform: translateX(0); }
    .lang__item:nth-child(2):hover ~ .lang__marker, .lang__item:nth-child(2):focus ~ .lang__marker {
      transform: translateX(calc(100% - 2px)); }
  .lang:hover .lang__item--active:not(:hover), .lang:focus-within .lang__item--active:not(:hover) {
    color: #fff; }
  .lang__icon {
    flex: 0 0 43px;
    height: 42px;
    padding: 5px 6px 5px 5px;
    position: relative;
    width: 43px;
    z-index: 1; }
    @media (max-width: 1440px), (max-height: 768px) {
      .lang__icon {
        flex-basis: 37px;
        height: 36px;
        width: 37px; } }
  .lang__text {
    display: block;
    flex: 0 0 42px;
    position: relative;
    width: 42px;
    z-index: 1; }
    @media (max-width: 1440px), (max-height: 768px) {
      .lang__text {
        flex-basis: 36px;
        width: 36px; } }
  .lang__marker {
    background-color: #fff;
    border-radius: 24px;
    height: calc(100% + 2px);
    left: -1px;
    position: absolute;
    top: -1px;
    width: calc(50% + 2px);
    transition: transform 300ms; }

.header--stick .lang {
  background-color: #F8F5F1;
  border-color: #E8E1D8; }
  .header--stick .lang__item {
    color: #1E2C3F; }
    .header--stick .lang__item:hover, .header--stick .lang__item:focus {
      color: #1E2C3F; }
    .header--stick .lang__item--active {
      color: #1E2C3F; }
  .header--stick .lang:hover .lang__item--active:not(:hover), .header--stick .lang:focus-within .lang__item--active:not(:hover) {
    color: #1E2C3F; }
  .header--stick .lang__marker {
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.15); }

@media (max-width: 640px) {
  .mobile-menu-active .lang {
    animation: show-mobile-menu 300ms 300ms forwards;
    background-color: #fff;
    bottom: 24px;
    display: flex;
    left: 24px;
    opacity: 0;
    position: fixed;
    width: auto; } }

.header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
  transition: background-color 300ms; }
  .header__row {
    align-items: center;
    display: flex; }
    @media (max-width: 960px) {
      .header__row {
        height: 62px; } }
  .header__logo {
    margin-right: 7.5%; }
    @media (max-width: 1440px), (max-height: 768px) {
      .header__logo {
        margin-right: 32px; } }
    @media (max-width: 960px) {
      .header__logo {
        margin-right: 24px; } }
    @media (max-width: 1440px), (max-height: 768px) {
      .header__logo-img {
        height: auto;
        width: 180px; } }
    @media (max-width: 960px) {
      .header__logo-img {
        width: 128px; } }
    @media (max-width: 360px) {
      .header__logo-img {
        width: 100px; } }
    .header__logo-img .color {
      transition: fill 300ms; }
    .header__logo-img .color-1,
    .header__logo-img .color-4,
    .header__logo-img .color-6,
    .header__logo-img .color-8 {
      fill: #ACACAC; }
    .header__logo-img .color-2,
    .header__logo-img .color-3,
    .header__logo-img .color-5,
    .header__logo-img .color-7,
    .header__logo-img .color-9 {
      fill: #fff; }
  .header__menu {
    align-items: center;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 960px) {
      .header__menu {
        display: none; } }
    .header__menuWrap {
      flex: 1; }
    .header__menu > .nav-item {
      margin-right: 32px; }
      @media (max-width: 1440px), (max-height: 768px) {
        .header__menu > .nav-item {
          margin-right: 24px; } }
      .header__menu > .nav-item > .nav-link {
        color: #fff;
        display: block;
        font-weight: 600;
        padding: 35px 16px 36px;
        position: relative;
        text-decoration: none; }
        @media (max-width: 1440px), (max-height: 768px) {
          .header__menu > .nav-item > .nav-link {
            font-size: 1rem;
            padding: 28px 8px 29px; } }
        .header__menu > .nav-item > .nav-link:after {
          background-color: #fff;
          bottom: -1px;
          content: '';
          height: 2px;
          left: 0;
          opacity: 0;
          position: absolute;
          right: 0;
          transition: opacity 300ms; }
    .header__menu > .nav-item.active > .nav-link:after, .header__menu > .nav-item:hover > .nav-link:after {
      opacity: 1; }
  .header__mask {
    height: 100px; }
    @media (max-width: 1440px), (max-height: 768px) {
      .header__mask {
        height: 80px; } }
    @media (max-width: 960px) {
      .header__mask {
        height: 62px; } }
  .header__btn {
    margin-left: 64px; }
    @media (max-width: 1440px), (max-height: 768px) {
      .header__btn {
        font-size: 1rem;
        margin-left: 32px;
        padding: 10px 20px; } }
    @media (max-width: 640px) {
      .header__btn {
        font-size: 0.75rem;
        margin-left: 0; } }
    @media (max-width: 420px) {
      .header__btn {
        width: auto; } }
    @media (max-width: 380px) {
      .header__btn {
        padding-left: 12px;
        padding-right: 12px; } }
  .header--stick {
    background-color: #fff;
    border-bottom-color: rgba(0, 0, 0, 0.15); }
    .header--stick .header__menu > .nav-item > .nav-link {
      color: #1E2C3F; }
      .header--stick .header__menu > .nav-item > .nav-link:after {
        background-color: #978439;
        height: 3px; }
      .header--stick .header__menu > .nav-item > .nav-link:hover {
        color: #978439; }
    .header--stick .header__logo-img .color-1 {
      fill: #4F8829; }
    .header--stick .header__logo-img .color-2 {
      fill: #ABC699; }
    .header--stick .header__logo-img .color-3 {
      fill: #77A358; }
    .header--stick .header__logo-img .color-4 {
      fill: #558C30; }
    .header--stick .header__logo-img .color-5 {
      fill: #679846; }
    .header--stick .header__logo-img .color-6 {
      fill: #4B8422; }
    .header--stick .header__logo-img .color-7 {
      fill: #77A457; }
    .header--stick .header__logo-img .color-8 {
      fill: #4C8522; }
    .header--stick .header__logo-img .color-9 {
      fill: #385723; }
    .header--stick .hide_show_menu {
      border-color: #000; }
      .header--stick .hide_show_menu:after, .header--stick .hide_show_menu::before {
        background: #000; }

/* Hide Show Menu Button */
.hide_show_menu {
  border-color: #fff;
  border-style: solid;
  border-width: 2px 0;
  cursor: pointer;
  display: none;
  height: 14px;
  margin-left: 28px;
  position: relative;
  transition: all 0.15s cubic-bezier(0.67, -0.03, 0.45, 1.89);
  width: 16px; }
  @media (max-width: 960px) {
    .hide_show_menu {
      display: block; } }
  .hide_show_menu:after, .hide_show_menu::before {
    background: #fff;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 4px;
    transition: all 0.35s cubic-bezier(0.67, -0.03, 0.45, 1.89);
    width: 16px; }

.mobile-menu-active {
  overflow: hidden; }
  .mobile-menu-active .hide_show_menu {
    border-width: 0;
    transform: rotate(90deg); }
    .mobile-menu-active .hide_show_menu::after {
      transform: rotate(45deg); }
    .mobile-menu-active .hide_show_menu::before {
      transform: rotate(-45deg); }
  .mobile-menu-active .header__menu {
    animation: show-mobile-menu 300ms;
    background-color: #fff;
    border-top: 1px solid rgba(30, 29, 40, 0.15);
    bottom: 0;
    display: block;
    left: 0;
    overflow: auto;
    padding-bottom: 86px;
    padding-top: 10px;
    position: fixed;
    right: 0;
    top: 63px; }
    .mobile-menu-active .header__menu > .nav-item > .nav-link {
      padding: 24px; }

@keyframes show-mobile-menu {
  0% {
    opacity: 0;
    transform: translateY(-10%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.footer {
  background: #20212C;
  color: #fff; }
  .footer__row {
    align-items: center;
    display: flex;
    padding-bottom: 42px;
    padding-top: 42px; }
    @media (max-width: 1023px) {
      .footer__row {
        display: block; } }
    @media (max-width: 640px) {
      .footer__row {
        padding-bottom: 24px;
        padding-top: 24px; } }
  .footer__logo {
    margin-right: 7.5%; }
    @media (max-width: 1440px), (max-height: 768px) {
      .footer__logo-img {
        height: auto;
        width: 180px; } }
    @media (max-width: 960px) {
      .footer__logo-img {
        width: 128px; } }
    .footer__logo-img .color {
      transition: fill 300ms; }
    .footer__logo-img .color-1,
    .footer__logo-img .color-4,
    .footer__logo-img .color-6,
    .footer__logo-img .color-8 {
      fill: #ACACAC; }
    .footer__logo-img .color-2,
    .footer__logo-img .color-3,
    .footer__logo-img .color-5,
    .footer__logo-img .color-7,
    .footer__logo-img .color-9 {
      fill: #fff; }
  .footer__menu {
    align-items: center;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 640px) {
      .footer__menu {
        display: none; } }
    .footer__menuWrapper {
      flex: 1; }
    .footer__menu > .nav-item {
      margin-right: 6.25%; }
      .footer__menu > .nav-item > .nav-link {
        color: #fff;
        font-weight: 600;
        text-decoration: none;
        transition: color 300ms; }
        @media (max-width: 960px) {
          .footer__menu > .nav-item > .nav-link {
            font-size: 0.875rem; } }
        .footer__menu > .nav-item > .nav-link:hover {
          color: #DCCD93; }
  .footer .social__row {
    margin-bottom: 48px; }
    @media (max-width: 1023px) {
      .footer .social__row {
        margin-top: 0; } }
    @media (max-width: 767px) {
      .footer .social__row {
        flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .footer .social__col {
      margin-right: 32px;
      margin-top: 12px; } }
  @media (max-width: 767px) {
    .footer .social__col + .social__col {
      margin-left: 0; } }
  .footer__info {
    color: #B6B6B6;
    font-size: 1rem;
    line-height: 1.1;
    max-width: 700px;
    padding-bottom: 85px; }
    @media (max-width: 960px) {
      .footer__info {
        padding-bottom: 64px; } }
    @media (max-width: 640px) {
      .footer__info {
        padding-bottom: 24px; } }

.section-donation {
  background: #20212C;
  color: #fff;
  overflow: hidden;
  padding-bottom: 96px;
  padding-top: 96px;
  position: relative; }
  @media (max-width: 960px) {
    .section-donation {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media (max-width: 640px) {
    .section-donation {
      padding-top: 48px;
      padding-bottom: 48px; } }
  .section-donation:before, .section-donation:after {
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .section-donation:before {
    background: rgba(32, 33, 44, 0.8);
    bottom: 0;
    z-index: 1; }
  .section-donation:after {
    background: linear-gradient(180deg, rgba(32, 33, 44, 0) 0%, #20212C 100%);
    height: 330px;
    transform: rotate(180deg); }
  .section-donation .container {
    position: relative;
    z-index: 1; }
  .section-donation__mask {
    background: linear-gradient(180deg, rgba(32, 33, 44, 0) 0%, rgba(32, 33, 44, 0) 40%, #20212C 98%, #20212C 100%);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
    .section-donation__mask:before, .section-donation__mask:after {
      bottom: 0;
      content: '';
      position: absolute;
      top: 0; }
    .section-donation__mask:before {
      background: linear-gradient(to left, rgba(32, 33, 44, 0) 0%, #20212C 100%);
      left: 0;
      width: 20%; }
    .section-donation__mask:after {
      background: linear-gradient(to right, rgba(32, 33, 44, 0) 0%, #20212C 100%);
      right: 30%;
      width: 40%; }
  .section-donation__row {
    align-items: center;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 640px) {
      .section-donation__row {
        display: block; } }
  .section-donation__title {
    flex: 0 0 53%; }
    @media (max-width: 960px) {
      .section-donation__title {
        flex-basis: 45%; } }
    @media (max-width: 640px) {
      .section-donation__title {
        margin-bottom: 48px !important; } }
    @media (max-width: 960px) {
      .section-donation__title br {
        display: none; } }
  .section-donation__image {
    height: auto;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 70%; }
    @media (max-width: 640px) {
      .section-donation__image {
        display: none; } }
  .section-donation + .footer .footer__row {
    border-top: 1px solid #fff; }

.payment-methods {
  flex: 1; }
  .payment-methods__item {
    align-items: center;
    background-color: #2A2B37;
    color: #fff;
    display: flex;
    padding: 30px 40px;
    text-decoration: none; }
    @media (max-width: 420px) {
      .payment-methods__item {
        padding: 24px; } }
    .payment-methods__item:not(:last-child) {
      margin-bottom: 16px; }
    .payment-methods__item:hover .payment-methods__btn {
      transform: translateX(5px); }
  .payment-methods__icon {
    flex: 0 0 48px;
    height: auto;
    width: 48px; }
    @media (max-width: 960px) {
      .payment-methods__icon {
        flex-basis: 40px;
        width: 40px; } }
    @media (max-width: 420px) {
      .payment-methods__icon {
        display: none; } }
  .payment-methods__block {
    flex: 1;
    padding-left: 40px;
    padding-right: 24px; }
    @media (max-width: 960px) {
      .payment-methods__block {
        padding-left: 24px; } }
    @media (max-width: 420px) {
      .payment-methods__block {
        padding-left: 0; } }
  .payment-methods__title {
    font-family: 'KyivType Sans';
    font-size: 1.875rem;
    line-height: 1.1;
    margin-bottom: 8px; }
    @media (max-width: 1440px), (max-height: 768px) {
      .payment-methods__title {
        font-size: 1.75rem; } }
    @media (max-width: 960px) {
      .payment-methods__title {
        font-size: 1.5rem; } }
  .payment-methods__subtitle {
    font-size: 1.125rem;
    line-height: 1.1; }
    @media (max-width: 960px) {
      .payment-methods__subtitle {
        font-size: 1rem; } }
  .payment-methods__btn {
    border-radius: 50%;
    flex: 0 0 48px;
    height: 48px;
    justify-content: center;
    padding: 0;
    width: 48px;
    transition-property: background-color, transform; }
    @media (max-width: 960px) {
      .payment-methods__btn {
        flex-basis: 40px;
        height: 40px;
        width: 40px; } }
    .payment-methods__btn svg {
      height: auto;
      width: 20px; }
      @media (max-width: 960px) {
        .payment-methods__btn svg {
          width: 16px; } }

#toasts {
  bottom: 12px;
  left: 50%;
  margin-left: -265px;
  min-height: 0;
  position: fixed;
  width: 530px;
  z-index: 3; }
  @media (max-width: 640px) {
    #toasts {
      margin-left: -210px;
      width: 420px; } }
  @media (max-width: 420px) {
    #toasts {
      margin-left: -150px;
      width: 300px; } }
  #toasts .toast {
    align-items: center;
    background: #474857;
    border-radius: 8px;
    color: #fff;
    cursor: default;
    display: flex;
    margin-bottom: 20px;
    opacity: 0;
    position: relative;
    padding: 12px 0 12px 27px;
    transform: translateY(15%);
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    width: 100%;
    will-change: opacity, transform;
    z-index: 1100; }
    @media (max-width: 640px) {
      #toasts .toast {
        padding-left: 17px; } }
    #toasts .toast.show {
      opacity: 1;
      transform: translateY(0);
      transition: opacity .5s ease-in-out, transform .5s ease-in-out; }
    #toasts .toast.hide {
      height: 0;
      margin: 0;
      opacity: 0;
      overflow: hidden;
      transition: all .5s ease-in-out; }
    #toasts .toast__icon {
      margin-right: 12px; }
    #toasts .toast__text {
      flex: 1;
      padding-right: 12px; }
      @media (max-width: 420px) {
        #toasts .toast__text {
          font-size: 0.75rem; } }
    #toasts .toast__close {
      align-items: center;
      border-left: 1px solid rgba(255, 255, 255, 0.3);
      cursor: pointer;
      display: flex;
      height: 48px;
      justify-content: center;
      width: 72px; }
      @media (max-width: 640px) {
        #toasts .toast__close {
          height: 36px;
          width: 50px; } }

*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 16px;
  overflow-x: hidden; }

body {
  background-color: #fff;
  color: #1E2C3F;
  font-family: "Raleway", Arial, SourceSansPro, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  overflow-x: hidden;
  position: relative; }
  @media (max-width: 1440px), (max-height: 768px) {
    body {
      font-size: 1.125rem; } }
  @media (max-width: 960px) {
    body {
      font-size: 1rem; } }
  body a {
    display: inline;
    padding: 0; }
  body video {
    max-width: initial; }

input, button {
  font-family: "Raleway", Arial, SourceSansPro, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5; }

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

.title {
  font-family: 'KyivType Sans';
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
  margin: 0; }
  @media (max-width: 1440px), (max-height: 768px) {
    .title {
      font-size: 3rem; } }
  @media (max-width: 960px) {
    .title {
      font-size: 1.625rem; } }
  .title--big {
    font-size: 4.5rem; }
    @media (max-width: 1440px), (max-height: 768px) {
      .title--big {
        font-size: 3.5rem; } }
    @media (max-width: 960px) {
      .title--big {
        font-size: 2.375rem; } }
  .title--medium {
    font-size: 3rem; }
    @media (max-width: 1440px), (max-height: 768px) {
      .title--medium {
        font-size: 2rem; } }
    @media (max-width: 960px) {
      .title--medium {
        font-size: 1.625rem; } }
  .title--small {
    font-size: 2.5rem; }
    @media (max-width: 1440px), (max-height: 768px) {
      .title--small {
        font-size: 2rem; } }
    @media (max-width: 960px) {
      .title--small {
        font-size: 1.625rem; } }
  .title--extra-small {
    font-size: 2rem; }
    @media (max-width: 1440px), (max-height: 768px) {
      .title--extra-small {
        font-size: 1.75rem; } }
    @media (max-width: 960px) {
      .title--extra-small {
        font-size: 1.375rem; } }

.text--big {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4; }
  @media (max-width: 1440px), (max-height: 768px) {
    .text--big {
      font-size: 1.25rem; } }
  @media (max-width: 960px) {
    .text--big {
      font-size: 1.125rem; } }

.text p {
  margin: 0; }
  .text p + p {
    margin-top: 1rem; }

.to-copy__btn {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_16_1835)'%3E%3Cpath d='M5.25 4.5V2.25C5.25 2.05109 5.32902 1.86032 5.46967 1.71967C5.61032 1.57902 5.80109 1.5 6 1.5H15C15.1989 1.5 15.3897 1.57902 15.5303 1.71967C15.671 1.86032 15.75 2.05109 15.75 2.25V12.75C15.75 12.9489 15.671 13.1397 15.5303 13.2803C15.3897 13.421 15.1989 13.5 15 13.5H12.75V15.75C12.75 16.164 12.4125 16.5 11.9948 16.5H3.00525C2.90635 16.5006 2.8083 16.4816 2.71674 16.4442C2.62519 16.4068 2.54192 16.3517 2.47174 16.282C2.40156 16.2123 2.34584 16.1294 2.30779 16.0381C2.26974 15.9468 2.2501 15.8489 2.25 15.75L2.25225 5.25C2.25225 4.836 2.58975 4.5 3.0075 4.5H5.25ZM3.75225 6L3.75 15H11.25V6H3.75225ZM6.75 4.5H12.75V12H14.25V3H6.75V4.5Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_16_1835'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  margin-left: 8px;
  transform: translateY(2px);
  width: 18px; }
  .to-copy__btn--black {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_219_1173)'%3E%3Cpath d='M5.25 4.5V2.25C5.25 2.05109 5.32902 1.86032 5.46967 1.71967C5.61032 1.57902 5.80109 1.5 6 1.5H15C15.1989 1.5 15.3897 1.57902 15.5303 1.71967C15.671 1.86032 15.75 2.05109 15.75 2.25V12.75C15.75 12.9489 15.671 13.1397 15.5303 13.2803C15.3897 13.421 15.1989 13.5 15 13.5H12.75V15.75C12.75 16.164 12.4125 16.5 11.9948 16.5H3.00525C2.90635 16.5006 2.8083 16.4816 2.71674 16.4442C2.62519 16.4068 2.54192 16.3517 2.47174 16.282C2.40156 16.2123 2.34584 16.1294 2.30779 16.0381C2.26974 15.9468 2.2501 15.8489 2.25 15.75L2.25225 5.25C2.25225 4.836 2.58975 4.5 3.0075 4.5H5.25ZM3.75225 6L3.75 15H11.25V6H3.75225ZM6.75 4.5H12.75V12H14.25V3H6.75V4.5Z' fill='%23485B76'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_219_1173'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); }

.read-more {
  align-items: center;
  color: #978439;
  display: inline-flex;
  text-decoration: none; }
  .read-more:after {
    content: '';
    border-bottom: 5px solid transparent;
    border-left: 6px solid #978439;
    border-top: 5px solid transparent;
    height: 0;
    margin-left: 6px;
    width: 0;
    transition: transform 300ms; }
  .read-more:hover:after {
    transform: translateX(5px); }

/*# sourceMappingURL=app.min.css.map*/