@charset "UTF-8";

@font-face {
  font-family: 'TTTravels';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/TTTravels/TTTravels-ExtraLight.eot');
  src: url('../fonts/TTTravels/TTTravels-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TTTravels/TTTravels-ExtraLight.woff') format('woff'),
    url('../fonts/TTTravels/TTTravels-ExtraLight.ttf') format('truetype'),
    url('../fonts/TTTravels/TTTravels-ExtraLight.svg#TTTravels') format('svg');
}

@font-face {
  font-family: 'TTTravels';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/TTTravels/TTTravels-Regular.eot');
  src: url('../fonts/TTTravels/TTTravels-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TTTravels/TTTravels-Regular.woff') format('woff'),
    url('../fonts/TTTravels/TTTravels-Regular.ttf') format('truetype'),
    url('../fonts/TTTravels/TTTravels-Regular.svg#TTTravels') format('svg');
}

@font-face {
  font-family: 'TTTravels';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/TTTravels/TTTravels-Medium.eot');
  src: url('../fonts/TTTravels/TTTravels-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TTTravels/TTTravels-Medium.woff') format('woff'),
    url('../fonts/TTTravels/TTTravels-Medium.ttf') format('truetype'),
    url('../fonts/TTTravels/TTTravels-Medium.svg#TTTravels') format('svg');
}

@font-face {
  font-family: 'TTTravels';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/TTTravels/TTTravels-DemiBold.eot');
  src: url('../fonts/TTTravels/TTTravels-DemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TTTravels/TTTravels-DemiBold.woff') format('woff'),
    url('../fonts/TTTravels/TTTravels-DemiBold.ttf') format('truetype'),
    url('../fonts/TTTravels/TTTravels-DemiBold.svg#TTTravels') format('svg');
}

@font-face {
  font-family: 'TTTravels';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/TTTravels/TTTravels-Bold.eot');
  src: url('../fonts/TTTravels/TTTravels-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TTTravels/TTTravels-Bold.woff') format('woff'),
    url('../fonts/TTTravels/TTTravels-Bold.ttf') format('truetype'),
    url('../fonts/TTTravels/TTTravels-Bold.svg#TTTravels') format('svg');
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --container-width: 1146px;
  --transition: 0.3s ease;
  --default-font-family: 'TTTravels';
  --heading-font-family: 'TTTravels';
  --sp: 70px;
  --accent: #ff63c1;
  --accent2: #3ec284;
  --bg: #fff;
  --text-color: #000000;
  --white: #fff;
  --fz-default: 18px;
  --h1: 110px;
  --h2: 50px;
  --h3: 40px;
  --h4: 30px;
  --l: 24px;
  --m: 22px;
  --s: 16px;
}

body {
  font: 400 var(--fz-default) var(--default-font-family), Helvetica, Arial, sans-serif;
  background: var(--bg);
  min-width: 360px;
  color: var(--text-color);
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.hidden {
  display: none;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
}

[class*='__container'] {
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 0 10px;
  width: 100%;
}

form input.error {
  border-bottom: 2px solid red !important;
}

form input.not_error {
  border-bottom: 2px solid #99ff99 !important;
}

._mark-green,
._mark-pink {
  position: relative;
  display: inline-block;
  z-index: 2;
}

._mark-green::before,
._mark-pink::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  top: 4px;
  left: 0;
  z-index: -1;
}

._mark-green ._cursor-left,
._mark-green ._cursor-right,
._mark-pink ._cursor-left,
._mark-pink ._cursor-right {
  position: relative;
  display: inline-block;
}

._mark-green ._cursor-left::before,
._mark-green ._cursor-right::before,
._mark-pink ._cursor-left::before,
._mark-pink ._cursor-right::before {
  content: '';
  position: absolute;
  bottom: -7px;
  display: block;
  width: 8px;
  z-index: -1;
  aspect-ratio: 8/29;
}

._mark-green ._cursor-left::before,
._mark-pink ._cursor-left::before {
  left: 0;
  transform: translateX(-50%);
}

._mark-green ._cursor-right::before,
._mark-pink ._cursor-right::before {
  right: 0;
  transform: translateX(50%);
}

._mark-green::before {
  background: #dcf5e9;
}

._mark-pink::before {
  background: #ffe4f4;
}

._mark-green ._cursor-left::before,
._mark-green ._cursor-right::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='29' viewBox='0 0 8 29' fill='none'%3E%3Crect x='3' y='7' width='2' height='22' fill='%233EC284'/%3E%3Ccircle cx='4' cy='4' r='4' fill='%233EC284'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

._mark-pink ._cursor-left::before,
._mark-pink ._cursor-right::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='29' viewBox='0 0 8 29' fill='none'%3E%3Crect x='3' y='7' width='2' height='22' fill='%23FF63C1'/%3E%3Ccircle cx='4' cy='4' r='4' fill='%23FF63C1'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

br._mob {
  display: none;
}

._accent1 {
  color: var(--accent);
}

._accent2 {
  color: var(--accent2);
}

.ticker_green {
  background: var(--accent2);
}

.ticker_green .ticker__el {
  background: center/contain no-repeat;
}

.ticker_gray {
  background: #3f3f3f;
}

.ticker_gray .ticker__el {
  background: center/contain no-repeat;
}

h1,
._h1 {
  font: 700 var(--h1) / 0.84 var(--heading-font-family);
}

h2,
._h2 {
  font: 700 var(--h2) / 1.06 var(--heading-font-family);
  text-transform: uppercase;
}

h3,
._h3 {
  font: 700 var(--h3) var(--heading-font-family);
  text-transform: uppercase;
}

h4,
._h4 {
  font: 700 var(--h4) var(--heading-font-family);
}

a {
  color: var(--text-color);
  text-decoration: none;
}

._semibold {
  font-weight: 600;
}

._bold {
  font-weight: 700;
}

._accent {
  color: var(--accent);
}

._s {
  font-size: var(--s);
  line-height: 140%;
}

._m {
  font-size: var(--m);
  line-height: 140%;
}

._l {
  font-size: var(--l);
  line-height: 140%;
}

.btn {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 13px 39px;
  border-radius: 70px;
  background: var(--accent);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.64;
  color: var(--white);
  transition: var(--transition);
}

.btn:hover {
  background: #c03187;
}

.subm {
  cursor: pointer;
  border: none;
  display: block;
  margin: 0 auto;
}

.btn--float {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  max-width: 314px;
  transform: translateX(-50%) translateY(150px);
  z-index: 100;
}

.btn--float._visible {
  transform: translateX(-50%) translateY(0%);
}

.form {
  position: relative;
}

.form:before {
  content: '';
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7) url(../img/loading.svg) 50% no-repeat;
  z-index: 10;
}

.form.loading:before {
  display: block;
}

.form__inputs {
  display: flex;
  flex-flow: column;
  gap: 34px;
  margin-bottom: 34px;
}

.form .input {
  font: 400 var(--fz-default) var(--ff2);
  width: 100%;
  padding: 0 0 13px 14px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  background: none;
  color: #ffffff;
}

.form .input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form .input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form .input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form .input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form .intl-tel-input {
  width: 100%;
}

.form .flag-container {
  top: -15px;
}

.form .country-list .country-name {
  color: #333;
}

.form .btn {
  width: 100%;
  background: var(--accent2);
}

.form .btn:hover {
  background: #157b4b;
}

.form__bottom-text {
  padding-top: 12px;
  font-size: 11px;
  font-weight: 400;
}

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

#header-sticky-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-sticky .header {
  background: var(--bg);
}

.is-sticky .header__menu--active {
  background: var(--bg);
}

.header {
  position: relative;
  z-index: 111 !important;
}

.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}

.header__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 27px;
}

.header__logos .item {
  height: -moz-fit-content;
  height: fit-content;
}

.header__logos .item a,
.header__logos .item span {
  display: block;
}

.header__logos .item:nth-child(1) a {
  width: 137px;
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22137%22%20height%3D%2223%22%20viewBox%3D%220%200%20137%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M17.3534%2022.7489H13.1673V15.1408H4.18608V22.7489H0V4.74563H4.18608V11.5879H13.1673V4.74563H17.3534V22.7489Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M37.7524%206.98035C39.4891%208.65429%2040.3574%2010.9099%2040.3574%2013.7473C40.3574%2016.593%2039.4891%2018.8444%2037.7524%2020.5016C36.0244%2022.1672%2033.6787%2023%2030.7152%2023C27.7517%2023%2025.4102%2022.1672%2023.6909%2020.5016C21.9542%2018.8444%2021.0859%2016.593%2021.0859%2013.7473C21.0859%2010.9099%2021.9542%208.65429%2023.6909%206.98035C25.4189%205.32314%2027.7603%204.49454%2030.7152%204.49454C33.67%204.49454%2036.0158%205.32314%2037.7524%206.98035ZM30.7281%2019.4094C32.3956%2019.4094%2033.6873%2018.8779%2034.6032%2017.815C35.519%2016.752%2035.9769%2015.3961%2035.9769%2013.7473C35.9769%2012.1068%2035.519%2010.7551%2034.6032%209.69214C33.6873%208.62918%2032.3956%208.09771%2030.7281%208.09771C29.0606%208.09771%2027.7689%208.62918%2026.8531%209.69214C25.9286%2010.7635%2025.4664%2012.1152%2025.4664%2013.7473C25.4664%2015.3877%2025.9286%2016.7436%2026.8531%2017.815C27.7689%2018.8779%2029.0606%2019.4094%2030.7281%2019.4094ZM34.9142%202.31004H30.7216H26.5291V0H34.9142V2.31004Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M48.25%2019.196H59.0068V22.7489H44.064V4.74563H48.25V19.196Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M69.0638%2022.7489H61.534V4.74563H69.0638C72.0791%204.74563%2074.4378%205.53657%2076.1399%207.11845C77.8334%208.7087%2078.6801%2010.9183%2078.6801%2013.7473C78.6801%2016.5762%2077.8377%2018.7817%2076.1529%2020.3635C74.4594%2021.9538%2072.0964%2022.7489%2069.0638%2022.7489ZM65.7201%2019.196H69.0638C70.7486%2019.196%2072.0446%2018.698%2072.9518%2017.702C73.8503%2016.706%2074.2996%2015.3877%2074.2996%2013.7473C74.2996%2012.1068%2073.8503%2010.7886%2072.9518%209.79258C72.0446%208.79658%2070.7486%208.29858%2069.0638%208.29858H65.7201V19.196Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M97.6276%2022.7489H82.3996V4.74563H97.6276V8.17304H86.5857V11.8766H95.9039V15.1659H86.5857V19.3341H97.6276V22.7489Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M109.279%2016.5469H105.404V22.7489H101.217V4.74563H109.175C111.81%204.74563%20113.737%205.22271%20114.955%206.17686C116.182%207.12264%20116.795%208.59152%20116.795%2010.5835C116.795%2011.3452%20116.683%2012.0566%20116.458%2012.7178C116.242%2013.3706%20115.962%2013.8854%20115.616%2014.262C114.925%2015.0069%20114.329%2015.4714%20113.828%2015.6556L113.478%2015.756L118.091%2022.7489H113.374L109.279%2016.5469ZM112.415%2010.6588C112.415%208.99327%20111.335%208.16467%20109.175%208.17304H105.404V13.1321H109.175C110.272%2013.1321%20111.084%2012.9312%20111.611%2012.5295C112.147%2012.1277%20112.415%2011.5042%20112.415%2010.6588Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M136.235%209.91812V10.3826H131.855V9.91812C131.855%209.24018%20131.557%208.71707%20130.961%208.3488C130.373%207.97216%20129.518%207.78384%20128.395%207.78384C127.375%207.78384%20126.55%207.95124%20125.919%208.28603C125.271%208.62082%20124.947%209.11463%20124.947%209.76747C124.947%2010.6379%20125.746%2011.2447%20127.345%2011.5879C127.682%2011.6632%20128.425%2011.8013%20129.574%2012.0022C130.723%2012.1947%20131.622%2012.3746%20132.27%2012.542C133.116%2012.768%20133.898%2013.0568%20134.615%2013.4083C135.324%2013.7598%20135.898%2014.2787%20136.339%2014.9651C136.78%2015.6514%20137%2016.4884%20137%2017.476C137%2019.2169%20136.253%2020.5728%20134.758%2021.5437C133.263%2022.5146%20131.198%2023%20128.563%2023C125.833%2023%20123.738%2022.5062%20122.277%2021.5186C120.817%2020.5309%20120.087%2019.0997%20120.087%2017.2249V16.5721H124.468V17.3002C124.468%2018.1539%20124.809%2018.7691%20125.492%2019.1457C126.174%2019.5224%20127.198%2019.7107%20128.563%2019.7107C131.267%2019.7107%20132.62%2018.9742%20132.62%2017.5011C132.62%2016.7143%20131.825%2016.1494%20130.235%2015.8062C130.166%2015.7895%20129.496%2015.6681%20128.226%2015.4421C126.965%2015.2078%20125.993%2014.9902%20125.31%2014.7893C124.481%2014.5466%20123.699%2014.2369%20122.964%2013.8603C122.265%2013.5004%20121.69%2012.9689%20121.241%2012.2658C120.791%2011.5795%20120.567%2010.7551%20120.567%209.79258C120.567%208.16048%20121.258%206.86736%20122.64%205.91321C124.031%204.96743%20125.949%204.49454%20128.395%204.49454C130.892%204.49454%20132.823%204.95906%20134.188%205.8881C135.553%206.83388%20136.235%208.17722%20136.235%209.91812Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3C%2Fsvg%3E%0A')
    center/contain no-repeat;
}

.header__logos .item:nth-child(1) a:after {
  content: '';
  display: block;
  padding-bottom: 16.7883211679%;
}

.header__logos .item:nth-child(2) span {
  width: 13px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='23' viewBox='0 0 13 23' fill='none'%3E%3Cpath d='M2.13281 22.1641H0L9.90234 0.835938H12.0352L2.13281 22.1641Z' fill='black'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

.header__logos .item:nth-child(2) span:after {
  content: '';
  display: block;
  padding-bottom: 176.9230769231%;
}

.header__logos .item:nth-child(3) a {
  width: 159px;
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22160%22%20height%3D%2235%22%20viewBox%3D%220%200%20160%2035%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_4293_55)%22%3E%0A%3Cpath%20d%3D%22M47.5801%2023.7216H48.2313L51.8134%2018.9614H54.9885L50.5923%2024.7529L55.3957%2031.0206H52.2205L48.4756%2026.2604H47.5801V31.0206H44.7305V18.9614H47.5801V23.7216Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M47.5801%2023.7216H48.2313L51.8134%2018.9614H54.9885L50.5923%2024.7529L55.3957%2031.0206H52.2205L48.4756%2026.2604H47.5801V31.0206H44.7305V18.9614H47.5801V23.7216Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M60.1996%2031.1794C59.3855%2031.1794%2058.7343%2031.0207%2058.0828%2030.7826C57.513%2030.5447%2056.9431%2030.2274%2056.5361%2029.7513C56.129%2029.3546%2055.8034%2028.7993%2055.559%2028.2439C55.3148%2027.6885%2055.2334%2027.1332%2055.2334%2026.4986C55.2334%2025.8638%2055.3148%2025.3084%2055.559%2024.7531C55.8034%2024.1979%2056.129%2023.7218%2056.5361%2023.2458C56.9431%2022.8491%2057.4316%2022.4524%2058.0828%2022.2143C58.6529%2021.9764%2059.3855%2021.8178%2060.1996%2021.8178C61.0138%2021.8178%2061.6651%2021.9764%2062.235%2022.2143C62.8048%2022.4524%2063.3748%2022.7697%2063.7819%2023.2458C64.1889%2023.6425%2064.5145%2024.1979%2064.7588%2024.7531C65.003%2025.3084%2065.0844%2025.8638%2065.0844%2026.4986C65.0844%2027.1332%2065.003%2027.6885%2064.7588%2028.2439C64.5145%2028.7993%2064.1889%2029.2754%2063.7819%2029.7513C63.3748%2030.148%2062.8862%2030.5447%2062.235%2030.7826C61.6651%2031.0207%2060.9324%2031.1794%2060.1996%2031.1794ZM58.1642%2026.5778C58.1642%2027.292%2058.3272%2027.8473%2058.7343%2028.2439C59.1413%2028.6406%2059.6297%2028.8787%2060.1996%2028.8787C60.5252%2028.8787%2060.7695%2028.7993%2061.0138%2028.72C61.2581%2028.6406%2061.5023%2028.482%2061.6651%2028.2439C61.8279%2028.006%2061.9907%2027.7679%2062.0721%2027.5299C62.1536%2027.2126%2062.235%2026.8953%2062.235%2026.5778C62.235%2025.8638%2062.0722%2025.3084%2061.6651%2024.9119C61.2581%2024.5152%2060.7695%2024.2771%2060.1996%2024.2771C59.874%2024.2771%2059.6297%2024.3565%2059.3855%2024.4358C59.1413%2024.5152%2058.8971%2024.6738%2058.7343%2024.9119C58.5714%2025.1498%2058.4086%2025.3879%2058.3272%2025.6259C58.1642%2025.8638%2058.1642%2026.1813%2058.1642%2026.5778Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M60.1996%2031.1794C59.3855%2031.1794%2058.7343%2031.0207%2058.0828%2030.7826C57.513%2030.5447%2056.9431%2030.2274%2056.5361%2029.7513C56.129%2029.3546%2055.8034%2028.7993%2055.559%2028.2439C55.3148%2027.6885%2055.2334%2027.1332%2055.2334%2026.4986C55.2334%2025.8638%2055.3148%2025.3084%2055.559%2024.7531C55.8034%2024.1979%2056.129%2023.7218%2056.5361%2023.2458C56.9431%2022.8491%2057.4316%2022.4524%2058.0828%2022.2143C58.6529%2021.9764%2059.3855%2021.8178%2060.1996%2021.8178C61.0138%2021.8178%2061.6651%2021.9764%2062.235%2022.2143C62.8048%2022.4524%2063.3748%2022.7697%2063.7819%2023.2458C64.1889%2023.6425%2064.5145%2024.1979%2064.7588%2024.7531C65.003%2025.3084%2065.0844%2025.8638%2065.0844%2026.4986C65.0844%2027.1332%2065.003%2027.6885%2064.7588%2028.2439C64.5145%2028.7993%2064.1889%2029.2754%2063.7819%2029.7513C63.3748%2030.148%2062.8862%2030.5447%2062.235%2030.7826C61.6651%2031.0207%2060.9324%2031.1794%2060.1996%2031.1794ZM58.1642%2026.5778C58.1642%2027.292%2058.3272%2027.8473%2058.7343%2028.2439C59.1413%2028.6406%2059.6297%2028.8787%2060.1996%2028.8787C60.5252%2028.8787%2060.7695%2028.7993%2061.0138%2028.72C61.2581%2028.6406%2061.5023%2028.482%2061.6651%2028.2439C61.8279%2028.006%2061.9907%2027.7679%2062.0721%2027.5299C62.1536%2027.2126%2062.235%2026.8953%2062.235%2026.5778C62.235%2025.8638%2062.0722%2025.3084%2061.6651%2024.9119C61.2581%2024.5152%2060.7695%2024.2771%2060.1996%2024.2771C59.874%2024.2771%2059.6297%2024.3565%2059.3855%2024.4358C59.1413%2024.5152%2058.8971%2024.6738%2058.7343%2024.9119C58.5714%2025.1498%2058.4086%2025.3879%2058.3272%2025.6259C58.1642%2025.8638%2058.1642%2026.1813%2058.1642%2026.5778Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M106.93%2024.6736C106.686%2024.1182%20106.442%2023.6422%20106.034%2023.2455C105.627%2022.8488%20105.22%2022.5315%20104.732%2022.2935C104.243%2022.0556%20103.673%2021.9762%20103.022%2021.9762C102.289%2021.9762%20101.72%2022.1348%20101.231%2022.3729C100.905%2022.5315%20100.58%2022.7696%20100.335%2023.0869V22.1348H97.5674V34.67H100.335V29.5924C100.58%2030.0685%20100.987%2030.4652%20101.557%2030.7825C102.045%2031.0998%20102.696%2031.1792%20103.348%2031.1792C103.918%2031.1792%20104.406%2031.0998%20104.895%2030.8618C105.383%2030.6239%20105.79%2030.3064%20106.116%2029.9099C106.442%2029.5131%20106.767%2029.037%20106.93%2028.4817C107.093%2027.9263%20107.256%2027.2917%20107.256%2026.6569C107.256%2025.8637%20107.174%2025.2289%20106.93%2024.6736ZM104.488%2027.4504C104.406%2027.7677%20104.243%2028.0057%20104.081%2028.1644C103.918%2028.4024%20103.673%2028.5611%20103.429%2028.6405C103.185%2028.7197%20102.941%2028.7991%20102.615%2028.7991C102.045%2028.7991%20101.557%2028.5611%20101.149%2028.1644C100.742%2027.7677%20100.58%2027.2123%20100.58%2026.4983C100.58%2026.181%20100.661%2025.8637%20100.742%2025.5464C100.824%2025.2289%20100.987%2024.991%20101.149%2024.8322C101.312%2024.5943%20101.557%2024.4357%20101.801%2024.3562C102.045%2024.2768%20102.289%2024.1976%20102.615%2024.1976C103.185%2024.1976%20103.673%2024.4357%20104.081%2024.8322C104.488%2025.2289%20104.65%2025.7843%20104.65%2026.4983C104.65%2026.895%20104.569%2027.2123%20104.488%2027.4504Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M106.93%2024.6736C106.686%2024.1182%20106.442%2023.6422%20106.034%2023.2455C105.627%2022.8488%20105.22%2022.5315%20104.732%2022.2935C104.243%2022.0556%20103.673%2021.9762%20103.022%2021.9762C102.289%2021.9762%20101.72%2022.1348%20101.231%2022.3729C100.905%2022.5315%20100.58%2022.7696%20100.335%2023.0869V22.1348H97.5674V34.67H100.335V29.5924C100.58%2030.0685%20100.987%2030.4652%20101.557%2030.7825C102.045%2031.0998%20102.696%2031.1792%20103.348%2031.1792C103.918%2031.1792%20104.406%2031.0998%20104.895%2030.8618C105.383%2030.6239%20105.79%2030.3064%20106.116%2029.9099C106.442%2029.5131%20106.767%2029.037%20106.93%2028.4817C107.093%2027.9263%20107.256%2027.2917%20107.256%2026.6569C107.256%2025.8637%20107.174%2025.2289%20106.93%2024.6736ZM104.488%2027.4504C104.406%2027.7677%20104.243%2028.0057%20104.081%2028.1644C103.918%2028.4024%20103.673%2028.5611%20103.429%2028.6405C103.185%2028.7197%20102.941%2028.7991%20102.615%2028.7991C102.045%2028.7991%20101.557%2028.5611%20101.149%2028.1644C100.742%2027.7677%20100.58%2027.2123%20100.58%2026.4983C100.58%2026.181%20100.661%2025.8637%20100.742%2025.5464C100.824%2025.2289%20100.987%2024.991%20101.149%2024.8322C101.312%2024.5943%20101.557%2024.4357%20101.801%2024.3562C102.045%2024.2768%20102.289%2024.1976%20102.615%2024.1976C103.185%2024.1976%20103.673%2024.4357%20104.081%2024.8322C104.488%2025.2289%20104.65%2025.7843%20104.65%2026.4983C104.65%2026.895%20104.569%2027.2123%20104.488%2027.4504Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M158.709%2024.6736C158.465%2024.1182%20158.221%2023.6422%20157.814%2023.2455C157.407%2022.8488%20157%2022.5315%20156.511%2022.2935C156.023%2022.0556%20155.453%2021.9762%20154.801%2021.9762C154.069%2021.9762%20153.499%2022.1348%20153.01%2022.3729C152.685%2022.5315%20152.359%2022.7696%20152.115%2023.0869V22.1348H149.347V34.67H152.115V29.5924C152.359%2030.0685%20152.766%2030.4652%20153.336%2030.7825C153.824%2031.0998%20154.476%2031.1792%20155.127%2031.1792C155.697%2031.1792%20156.185%2031.0998%20156.674%2030.8618C157.162%2030.6239%20157.569%2030.3064%20157.895%2029.9099C158.221%2029.5131%20158.546%2029.037%20158.709%2028.4817C158.872%2027.9263%20159.035%2027.2917%20159.035%2026.6569C159.035%2025.8637%20158.953%2025.2289%20158.709%2024.6736ZM156.267%2027.4504C156.185%2027.7677%20156.023%2028.0057%20155.86%2028.1644C155.697%2028.4024%20155.453%2028.5611%20155.209%2028.6405C154.964%2028.7197%20154.72%2028.7991%20154.394%2028.7991C153.824%2028.7991%20153.336%2028.5611%20152.929%2028.1644C152.522%2027.7677%20152.359%2027.2123%20152.359%2026.4983C152.359%2026.181%20152.441%2025.8637%20152.522%2025.5464C152.603%2025.2289%20152.766%2024.991%20152.929%2024.8322C153.092%2024.5943%20153.336%2024.4357%20153.58%2024.3562C153.824%2024.2768%20154.069%2024.1976%20154.394%2024.1976C154.964%2024.1976%20155.453%2024.4357%20155.86%2024.8322C156.267%2025.2289%20156.43%2025.7843%20156.43%2026.4983C156.43%2026.895%20156.348%2027.2123%20156.267%2027.4504Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M158.709%2024.6736C158.465%2024.1182%20158.221%2023.6422%20157.814%2023.2455C157.407%2022.8488%20157%2022.5315%20156.511%2022.2935C156.023%2022.0556%20155.453%2021.9762%20154.801%2021.9762C154.069%2021.9762%20153.499%2022.1348%20153.01%2022.3729C152.685%2022.5315%20152.359%2022.7696%20152.115%2023.0869V22.1348H149.347V34.67H152.115V29.5924C152.359%2030.0685%20152.766%2030.4652%20153.336%2030.7825C153.824%2031.0998%20154.476%2031.1792%20155.127%2031.1792C155.697%2031.1792%20156.185%2031.0998%20156.674%2030.8618C157.162%2030.6239%20157.569%2030.3064%20157.895%2029.9099C158.221%2029.5131%20158.546%2029.037%20158.709%2028.4817C158.872%2027.9263%20159.035%2027.2917%20159.035%2026.6569C159.035%2025.8637%20158.953%2025.2289%20158.709%2024.6736ZM156.267%2027.4504C156.185%2027.7677%20156.023%2028.0057%20155.86%2028.1644C155.697%2028.4024%20155.453%2028.5611%20155.209%2028.6405C154.964%2028.7197%20154.72%2028.7991%20154.394%2028.7991C153.824%2028.7991%20153.336%2028.5611%20152.929%2028.1644C152.522%2027.7677%20152.359%2027.2123%20152.359%2026.4983C152.359%2026.181%20152.441%2025.8637%20152.522%2025.5464C152.603%2025.2289%20152.766%2024.991%20152.929%2024.8322C153.092%2024.5943%20153.336%2024.4357%20153.58%2024.3562C153.824%2024.2768%20154.069%2024.1976%20154.394%2024.1976C154.964%2024.1976%20155.453%2024.4357%20155.86%2024.8322C156.267%2025.2289%20156.43%2025.7843%20156.43%2026.4983C156.43%2026.895%20156.348%2027.2123%20156.267%2027.4504Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M69.562%2025.2289H72.6556V22.0554H75.4237V31.0204H72.6556V27.609H69.562V31.0204H66.7939V22.0554H69.562V25.2289Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M69.562%2025.2289H72.6556V22.0554H75.4237V31.0204H72.6556V27.609H69.562V31.0204H66.7939V22.0554H69.562V25.2289Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M93.1718%2031.0204H90.4038V24.4355H87.6357V22.0554H95.8584V24.4355H93.1718V31.0204Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M93.1718%2031.0204H90.4038V24.4355H87.6357V22.0554H95.8584V24.4355H93.1718V31.0204Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M109.209%2032.2897C109.372%2032.3689%20109.616%2032.4483%20109.779%2032.4483C109.942%2032.4483%20110.105%2032.5276%20110.268%2032.5276C110.512%2032.5276%20110.756%2032.4483%20110.919%2032.2103C111.082%2031.9722%20111.407%2031.5755%20111.326%2031.0201C111.244%2030.4649%20107.825%2022.1345%20107.825%2022.1345H110.756L112.791%2028.0848L114.583%2022.1345H117.269L113.931%2032.1309C113.605%2033.0829%20113.198%2033.7969%20112.629%2034.273C112.059%2034.749%20111.407%2034.9871%20110.593%2034.9871C110.349%2034.9871%20110.105%2034.9871%20109.942%2034.9077C109.698%2034.8284%20109.535%2034.8284%20109.291%2034.749V32.2897H109.209Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M109.209%2032.2897C109.372%2032.3689%20109.616%2032.4483%20109.779%2032.4483C109.942%2032.4483%20110.105%2032.5276%20110.268%2032.5276C110.512%2032.5276%20110.756%2032.4483%20110.919%2032.2103C111.082%2031.9722%20111.407%2031.5755%20111.326%2031.0201C111.244%2030.4649%20107.825%2022.1345%20107.825%2022.1345H110.756L112.791%2028.0848L114.583%2022.1345H117.269L113.931%2032.1309C113.605%2033.0829%20113.198%2033.7969%20112.629%2034.273C112.059%2034.749%20111.407%2034.9871%20110.593%2034.9871C110.349%2034.9871%20110.105%2034.9871%20109.942%2034.9077C109.698%2034.8284%20109.535%2034.8284%20109.291%2034.749V32.2897H109.209Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M124.433%2022.0554H127.446L123.863%2026.4189L127.771%2031.0204H124.515L121.909%2027.8471H121.502V31.0204H118.734V22.0554H121.502V25.3876H121.828L124.433%2022.0554Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M124.433%2022.0554H127.446L123.863%2026.4189L127.771%2031.0204H124.515L121.909%2027.8471H121.502V31.0204H118.734V22.0554H121.502V25.3876H121.828L124.433%2022.0554Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M134.204%2031.0204H131.436V24.4355H128.668V22.0554H136.891V24.4355H134.204V31.0204Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M134.204%2031.0204H131.436V24.4355H128.668V22.0554H136.891V24.4355H134.204V31.0204Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M142.751%2031.1791C141.937%2031.1791%20141.286%2031.0205%20140.635%2030.7824C140.065%2030.5445%20139.495%2030.2272%20139.088%2029.7511C138.681%2029.3544%20138.355%2028.799%20138.111%2028.2437C137.867%2027.6883%20137.785%2027.1329%20137.785%2026.4983C137.785%2025.8636%20137.867%2025.3082%20138.111%2024.7528C138.355%2024.1976%20138.681%2023.7215%20139.088%2023.2456C139.495%2022.8489%20139.983%2022.4522%20140.635%2022.2141C141.204%2021.9762%20141.937%2021.8175%20142.751%2021.8175C143.565%2021.8175%20144.217%2021.9762%20144.787%2022.2141C145.357%2022.4522%20145.926%2022.7695%20146.333%2023.2456C146.741%2023.6423%20147.066%2024.1976%20147.31%2024.7528C147.555%2025.3082%20147.636%2025.8636%20147.636%2026.4983C147.636%2027.1329%20147.555%2027.6883%20147.31%2028.2437C147.066%2028.799%20146.741%2029.2751%20146.333%2029.7511C145.926%2030.1478%20145.438%2030.5445%20144.787%2030.7824C144.217%2031.0205%20143.484%2031.1791%20142.751%2031.1791ZM140.716%2026.5776C140.716%2027.2917%20140.879%2027.8471%20141.286%2028.2437C141.693%2028.6404%20142.181%2028.8784%20142.751%2028.8784C143.077%2028.8784%20143.321%2028.799%20143.565%2028.7198C143.81%2028.6404%20144.054%2028.4817%20144.217%2028.2437C144.38%2028.0058%20144.542%2027.7677%20144.624%2027.5296C144.705%2027.2123%20144.787%2026.895%20144.787%2026.5776C144.787%2025.8636%20144.624%2025.3082%20144.217%2024.9117C143.81%2024.5149%20143.321%2024.2769%20142.751%2024.2769C142.426%2024.2769%20142.181%2024.3563%20141.937%2024.4355C141.693%2024.5149%20141.449%2024.6736%20141.286%2024.9117C141.123%2025.1496%20140.96%2025.3876%20140.879%2025.6257C140.716%2025.8636%20140.716%2026.181%20140.716%2026.5776Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M142.751%2031.1791C141.937%2031.1791%20141.286%2031.0205%20140.635%2030.7824C140.065%2030.5445%20139.495%2030.2272%20139.088%2029.7511C138.681%2029.3544%20138.355%2028.799%20138.111%2028.2437C137.867%2027.6883%20137.785%2027.1329%20137.785%2026.4983C137.785%2025.8636%20137.867%2025.3082%20138.111%2024.7528C138.355%2024.1976%20138.681%2023.7215%20139.088%2023.2456C139.495%2022.8489%20139.983%2022.4522%20140.635%2022.2141C141.204%2021.9762%20141.937%2021.8175%20142.751%2021.8175C143.565%2021.8175%20144.217%2021.9762%20144.787%2022.2141C145.357%2022.4522%20145.926%2022.7695%20146.333%2023.2456C146.741%2023.6423%20147.066%2024.1976%20147.31%2024.7528C147.555%2025.3082%20147.636%2025.8636%20147.636%2026.4983C147.636%2027.1329%20147.555%2027.6883%20147.31%2028.2437C147.066%2028.799%20146.741%2029.2751%20146.333%2029.7511C145.926%2030.1478%20145.438%2030.5445%20144.787%2030.7824C144.217%2031.0205%20143.484%2031.1791%20142.751%2031.1791ZM140.716%2026.5776C140.716%2027.2917%20140.879%2027.8471%20141.286%2028.2437C141.693%2028.6404%20142.181%2028.8784%20142.751%2028.8784C143.077%2028.8784%20143.321%2028.799%20143.565%2028.7198C143.81%2028.6404%20144.054%2028.4817%20144.217%2028.2437C144.38%2028.0058%20144.542%2027.7677%20144.624%2027.5296C144.705%2027.2123%20144.787%2026.895%20144.787%2026.5776C144.787%2025.8636%20144.624%2025.3082%20144.217%2024.9117C143.81%2024.5149%20143.321%2024.2769%20142.751%2024.2769C142.426%2024.2769%20142.181%2024.3563%20141.937%2024.4355C141.693%2024.5149%20141.449%2024.6736%20141.286%2024.9117C141.123%2025.1496%20140.96%2025.3876%20140.879%2025.6257C140.716%2025.8636%20140.716%2026.181%20140.716%2026.5776Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M44.7305%202.69725H54.0116V5.15667H47.6615V7.45742H50.6737C51.9763%207.45742%2053.0347%207.77477%2053.7674%208.40946C54.5001%209.04416%2054.9071%209.91686%2054.9071%2011.0276C54.9071%2012.2176%2054.5815%2013.0903%2053.8488%2013.725C53.1161%2014.3597%2052.1391%2014.677%2050.8365%2014.677H44.8119V2.69725H44.7305ZM50.3481%2012.3763C50.8365%2012.3763%2051.2436%2012.2176%2051.4878%2011.9796C51.732%2011.7416%2051.8948%2011.4242%2051.8948%2010.9482C51.8948%2010.5515%2051.732%2010.2342%2051.4878%209.99618C51.2436%209.75817%2050.8365%209.59951%2050.3481%209.59951H47.5801V12.2969H50.3481V12.3763Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M44.7305%202.69725H54.0116V5.15667H47.6615V7.45742H50.6737C51.9763%207.45742%2053.0347%207.77477%2053.7674%208.40946C54.5001%209.04416%2054.9071%209.91686%2054.9071%2011.0276C54.9071%2012.2176%2054.5815%2013.0903%2053.8488%2013.725C53.1161%2014.3597%2052.1391%2014.677%2050.8365%2014.677H44.8119V2.69725H44.7305ZM50.3481%2012.3763C50.8365%2012.3763%2051.2436%2012.2176%2051.4878%2011.9796C51.732%2011.7416%2051.8948%2011.4242%2051.8948%2010.9482C51.8948%2010.5515%2051.732%2010.2342%2051.4878%209.99618C51.2436%209.75817%2050.8365%209.59951%2050.3481%209.59951H47.5801V12.2969H50.3481V12.3763Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M56.624%2014.7606V5.81352H59.3932V14.7606H56.624ZM56.624%204.69758V2.2265H59.3932V4.69758H56.624Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M61.324%206.66414C61.8125%206.26746%2062.3825%205.95012%2063.0338%205.79144C63.6036%205.63277%2064.2549%205.47411%2064.8249%205.47411C65.2319%205.47411%2065.639%205.55343%2066.046%205.63277C66.4531%205.71212%2066.7787%205.87078%2067.1043%206.10879C67.4301%206.26746%2067.6743%206.58481%2067.8371%206.90215C68%207.2195%2068.0814%207.53685%2068.0814%208.01287C68.0814%208.48889%2067.9186%208.88556%2067.6743%209.28224C67.4301%209.67892%2067.0229%209.91693%2066.5345%209.99627C67.1857%2010.1549%2067.6743%2010.4723%2068%2010.869C68.3256%2011.2657%2068.4884%2011.7417%2068.4884%2012.3764C68.4884%2012.773%2068.407%2013.1697%2068.1628%2013.4871C68%2013.8044%2067.6743%2014.1218%2067.3487%2014.3598C67.0229%2014.5978%2066.6159%2014.7564%2066.1274%2014.9151C65.639%2015.0738%2065.1505%2015.1531%2064.6619%2015.1531C63.8478%2015.1531%2063.1966%2015.0738%2062.4639%2014.8358C61.8125%2014.5978%2061.324%2014.2804%2060.917%2013.8837L62.2197%2012.1384C62.3825%2012.3764%2062.7081%2012.535%2063.0338%2012.6937C63.3594%2012.8524%2063.7664%2012.9317%2064.1735%2012.9317C64.6619%2012.9317%2064.9877%2012.8524%2065.2319%2012.6937C65.4762%2012.535%2065.639%2012.297%2065.639%2011.9797C65.639%2011.6623%2065.4762%2011.4243%2065.2319%2011.1863C64.9877%2011.0276%2064.4991%2010.9483%2063.7664%2010.9483H62.9524V9.52025H63.685C64.2549%209.52025%2064.6619%209.44091%2064.9063%209.20291C65.1505%209.04423%2065.3133%208.72689%2065.3133%208.48888C65.3133%208.25088%2065.2319%208.01287%2064.9877%207.93353C64.8249%207.77486%2064.4991%207.77486%2064.2549%207.77486C63.9292%207.77486%2063.6036%207.85418%2063.1966%208.01287C62.7895%208.17153%2062.4639%208.3302%2062.2197%208.56821L61.324%206.66414Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M61.324%206.66414C61.8125%206.26746%2062.3825%205.95012%2063.0338%205.79144C63.6036%205.63277%2064.2549%205.47411%2064.8249%205.47411C65.2319%205.47411%2065.639%205.55343%2066.046%205.63277C66.4531%205.71212%2066.7787%205.87078%2067.1043%206.10879C67.4301%206.26746%2067.6743%206.58481%2067.8371%206.90215C68%207.2195%2068.0814%207.53685%2068.0814%208.01287C68.0814%208.48889%2067.9186%208.88556%2067.6743%209.28224C67.4301%209.67892%2067.0229%209.91693%2066.5345%209.99627C67.1857%2010.1549%2067.6743%2010.4723%2068%2010.869C68.3256%2011.2657%2068.4884%2011.7417%2068.4884%2012.3764C68.4884%2012.773%2068.407%2013.1697%2068.1628%2013.4871C68%2013.8044%2067.6743%2014.1218%2067.3487%2014.3598C67.0229%2014.5978%2066.6159%2014.7564%2066.1274%2014.9151C65.639%2015.0738%2065.1505%2015.1531%2064.6619%2015.1531C63.8478%2015.1531%2063.1966%2015.0738%2062.4639%2014.8358C61.8125%2014.5978%2061.324%2014.2804%2060.917%2013.8837L62.2197%2012.1384C62.3825%2012.3764%2062.7081%2012.535%2063.0338%2012.6937C63.3594%2012.8524%2063.7664%2012.9317%2064.1735%2012.9317C64.6619%2012.9317%2064.9877%2012.8524%2065.2319%2012.6937C65.4762%2012.535%2065.639%2012.297%2065.639%2011.9797C65.639%2011.6623%2065.4762%2011.4243%2065.2319%2011.1863C64.9877%2011.0276%2064.4991%2010.9483%2063.7664%2010.9483H62.9524V9.52025H63.685C64.2549%209.52025%2064.6619%209.44091%2064.9063%209.20291C65.1505%209.04423%2065.3133%208.72689%2065.3133%208.48888C65.3133%208.25088%2065.2319%208.01287%2064.9877%207.93353C64.8249%207.77486%2064.4991%207.77486%2064.2549%207.77486C63.9292%207.77486%2063.6036%207.85418%2063.1966%208.01287C62.7895%208.17153%2062.4639%208.3302%2062.2197%208.56821L61.324%206.66414Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M73.0473%209.04427H76.0597V5.87082H78.8278V14.7565H76.0597V11.345H73.0473V14.7565H70.2793V5.87082H73.0473V9.04427Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M73.0473%209.04427H76.0597V5.87082H78.8278V14.7565H76.0597V11.345H73.0473V14.7565H70.2793V5.87082H73.0473V9.04427Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M89.9807%2012.2969C89.7365%2013.0903%2089.0037%2013.8043%2088.1896%2014.2804C87.4569%2014.7564%2086.5613%2014.915%2085.503%2014.915C84.7703%2014.915%2084.0375%2014.7564%2083.4676%2014.5184C82.8977%2014.2804%2082.3279%2013.963%2081.9207%2013.487C81.5137%2013.0903%2081.188%2012.6143%2080.9438%2012.0589C80.6996%2011.5036%2080.6182%2010.9482%2080.6182%2010.3135C80.6182%209.67884%2080.6996%209.04415%2080.9438%208.48881C81.188%207.93345%2081.5137%207.37809%2081.9207%206.98141C82.3279%206.58473%2082.8163%206.18805%2083.4676%205.95005C84.0375%205.71204%2084.7703%205.55335%2085.5844%205.55335C86.3985%205.55335%2087.0497%205.71204%2087.6197%205.95005C88.1896%206.18805%2088.7594%206.50539%2089.1665%206.98141C89.5735%207.37809%2089.8993%207.93345%2090.1435%208.40946C90.3878%208.96482%2090.4692%209.52017%2090.4692%2010.1549C90.4692%2010.3135%2090.4692%2010.4722%2090.4692%2010.6309C90.4692%2010.7896%2090.4692%2010.9482%2090.3878%2011.0276H83.6304C83.7118%2011.6623%2083.8746%2012.0589%2084.2817%2012.3763C84.6889%2012.6936%2085.1773%2012.8523%2085.6658%2012.8523C86.0728%2012.8523%2086.4799%2012.773%2086.8055%2012.5349C87.0497%2012.4556%2087.2127%2012.2969%2087.2941%2012.1383L89.9807%2012.2969ZM87.4569%209.44083C87.3755%208.88548%2087.2127%208.40946%2086.8055%208.09211C86.4799%207.77478%2085.9914%207.6161%2085.503%207.6161C84.9331%207.6161%2084.5261%207.77478%2084.1189%208.09211C83.7932%208.40946%2083.549%208.88548%2083.4676%209.44083H87.4569Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M89.9807%2012.2969C89.7365%2013.0903%2089.0037%2013.8043%2088.1896%2014.2804C87.4569%2014.7564%2086.5613%2014.915%2085.503%2014.915C84.7703%2014.915%2084.0375%2014.7564%2083.4676%2014.5184C82.8977%2014.2804%2082.3279%2013.963%2081.9207%2013.487C81.5137%2013.0903%2081.188%2012.6143%2080.9438%2012.0589C80.6996%2011.5036%2080.6182%2010.9482%2080.6182%2010.3135C80.6182%209.67884%2080.6996%209.04415%2080.9438%208.48881C81.188%207.93345%2081.5137%207.37809%2081.9207%206.98141C82.3279%206.58473%2082.8163%206.18805%2083.4676%205.95005C84.0375%205.71204%2084.7703%205.55335%2085.5844%205.55335C86.3985%205.55335%2087.0497%205.71204%2087.6197%205.95005C88.1896%206.18805%2088.7594%206.50539%2089.1665%206.98141C89.5735%207.37809%2089.8993%207.93345%2090.1435%208.40946C90.3878%208.96482%2090.4692%209.52017%2090.4692%2010.1549C90.4692%2010.3135%2090.4692%2010.4722%2090.4692%2010.6309C90.4692%2010.7896%2090.4692%2010.9482%2090.3878%2011.0276H83.6304C83.7118%2011.6623%2083.8746%2012.0589%2084.2817%2012.3763C84.6889%2012.6936%2085.1773%2012.8523%2085.6658%2012.8523C86.0728%2012.8523%2086.4799%2012.773%2086.8055%2012.5349C87.0497%2012.4556%2087.2127%2012.2969%2087.2941%2012.1383L89.9807%2012.2969ZM87.4569%209.44083C87.3755%208.88548%2087.2127%208.40946%2086.8055%208.09211C86.4799%207.77478%2085.9914%207.6161%2085.503%207.6161C84.9331%207.6161%2084.5261%207.77478%2084.1189%208.09211C83.7932%208.40946%2083.549%208.88548%2083.4676%209.44083H87.4569Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M35.3685%2022.6108V15.4706L31.7862%2013.0905V5.55354L24.2962%200.793364L20.2256%203.72881L14.201%200L7.1181%205.07752V6.66425L0.0351562%2011.8211V18.9613L4.10581%2021.5795V29.3544L11.5958%2034.1146L15.8293%2031.0999L21.8539%2034.908L28.9367%2029.8305V27.4504L35.3685%2022.6108ZM7.68799%2013.0905V7.37828L13.3869%203.25279V9.04434L7.68799%2013.0905ZM14.2824%208.965V3.17345L20.7955%207.37828V12.9318L14.2824%208.965ZM8.25787%2025.229L14.201%2020.9447L20.4698%2024.9117L14.5267%2029.1957L8.25787%2025.229ZM13.7125%2014.5979V20.2307L7.93223%2024.4355V18.8027L13.7125%2014.5979ZM7.93223%2013.8839L13.8754%209.67903L20.4698%2013.5665L17.7832%2015.5499L14.201%2013.3285L10.8631%2015.7086L7.93223%2013.8839ZM7.03667%2022.5316L1.17494%2018.7234L7.19951%2014.4392L10.1304%2016.1845L7.03667%2018.406V22.5316ZM20.7141%2021.9762V24.1182L14.6081%2020.2307V14.5185L17.3762%2016.2639V19.834L20.7141%2021.9762ZM6.87386%207.93364V13.6458L0.9307%2017.8506V12.2178L6.87386%207.93364ZM15.0152%2030.5445L11.5144%2033.0833L5.24559%2029.1165L8.74635%2026.5777L15.0152%2030.5445ZM27.7156%2029.5924L21.7724%2033.8767L15.178%2029.6718L21.1211%2025.3876L27.7156%2029.5924ZM31.7862%2020.0721V14.1219L34.5542%2015.9466V21.6587L31.7862%2020.0721ZM24.7034%207.93364V2.06274L30.8907%206.02956V12.0591L24.7034%207.93364ZM24.7034%2014.6772V8.88567L30.8907%2012.9318V18.5646L29.4252%2017.6127L24.7034%2014.6772ZM30.6465%2019.4375L24.7848%2023.6423L18.5159%2019.6754L24.2962%2015.4706L30.6465%2019.4375ZM21.5281%2022.5316L24.7848%2024.5942L28.0413%2022.2935V23.0869V28.8784L21.5281%2024.7529V22.5316ZM30.7279%2020.3894L34.2286%2022.4522L28.9367%2026.3397V22.6902V21.6587L30.7279%2020.3894ZM19.4929%204.28415L18.5973%204.91886L14.6081%202.38009V1.19005L19.4929%204.28415Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M35.3685%2022.6108V15.4706L31.7862%2013.0905V5.55354L24.2962%200.793364L20.2256%203.72881L14.201%200L7.1181%205.07752V6.66425L0.0351562%2011.8211V18.9613L4.10581%2021.5795V29.3544L11.5958%2034.1146L15.8293%2031.0999L21.8539%2034.908L28.9367%2029.8305V27.4504L35.3685%2022.6108ZM7.68799%2013.0905V7.37828L13.3869%203.25279V9.04434L7.68799%2013.0905ZM14.2824%208.965V3.17345L20.7955%207.37828V12.9318L14.2824%208.965ZM8.25787%2025.229L14.201%2020.9447L20.4698%2024.9117L14.5267%2029.1957L8.25787%2025.229ZM13.7125%2014.5979V20.2307L7.93223%2024.4355V18.8027L13.7125%2014.5979ZM7.93223%2013.8839L13.8754%209.67903L20.4698%2013.5665L17.7832%2015.5499L14.201%2013.3285L10.8631%2015.7086L7.93223%2013.8839ZM7.03667%2022.5316L1.17494%2018.7234L7.19951%2014.4392L10.1304%2016.1845L7.03667%2018.406V22.5316ZM20.7141%2021.9762V24.1182L14.6081%2020.2307V14.5185L17.3762%2016.2639V19.834L20.7141%2021.9762ZM6.87386%207.93364V13.6458L0.9307%2017.8506V12.2178L6.87386%207.93364ZM15.0152%2030.5445L11.5144%2033.0833L5.24559%2029.1165L8.74635%2026.5777L15.0152%2030.5445ZM27.7156%2029.5924L21.7724%2033.8767L15.178%2029.6718L21.1211%2025.3876L27.7156%2029.5924ZM31.7862%2020.0721V14.1219L34.5542%2015.9466V21.6587L31.7862%2020.0721ZM24.7034%207.93364V2.06274L30.8907%206.02956V12.0591L24.7034%207.93364ZM24.7034%2014.6772V8.88567L30.8907%2012.9318V18.5646L29.4252%2017.6127L24.7034%2014.6772ZM30.6465%2019.4375L24.7848%2023.6423L18.5159%2019.6754L24.2962%2015.4706L30.6465%2019.4375ZM21.5281%2022.5316L24.7848%2024.5942L28.0413%2022.2935V23.0869V28.8784L21.5281%2024.7529V22.5316ZM30.7279%2020.3894L34.2286%2022.4522L28.9367%2026.3397V22.6902V21.6587L30.7279%2020.3894ZM19.4929%204.28415L18.5973%204.91886L14.6081%202.38009V1.19005L19.4929%204.28415Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M98.7737%2011.2659C98.6923%2011.5832%2098.5294%2011.8212%2098.3666%2012.0592C98.2038%2012.2972%2097.9596%2012.4559%2097.7154%2012.5352C97.471%2012.6146%2097.2268%2012.6939%2096.9011%2012.6939C96.3313%2012.6939%2095.8428%2012.4559%2095.4358%2012.0592C95.0286%2011.6625%2094.8658%2011.0279%2094.8658%2010.3932C94.8658%2010.0758%2094.9472%209.75847%2095.0286%209.44112C95.1102%209.12378%2095.273%208.88577%2095.4358%208.72711C95.5986%208.4891%2095.8428%208.33041%2096.0871%208.25109C96.3313%208.17175%2096.5755%208.0924%2096.9011%208.0924C97.471%208.0924%2097.9596%208.33041%2098.3666%208.72711C98.5294%208.96512%2098.6923%209.20312%2098.7737%209.52046H101.705C101.623%209.20312%20101.542%208.96512%20101.46%208.64776C101.216%208.0924%20100.89%207.61639%20100.483%207.14037C100.076%206.74369%2099.5878%206.34701%2098.9365%206.109C98.3666%205.87099%2097.6338%205.71233%2096.8197%205.71233C96.0056%205.71233%2095.3544%205.87099%2094.703%206.109C94.0517%206.34701%2093.5632%206.74369%2093.1562%207.14037C92.7492%207.53706%2092.4234%208.0924%2092.1791%208.64776C91.9349%209.20312%2091.8535%209.83781%2091.8535%2010.3932C91.8535%2011.0279%2091.9349%2011.5832%2092.1791%2012.1386C92.4234%2012.6939%2092.7492%2013.1699%2093.1562%2013.6459C93.5632%2014.0426%2094.1331%2014.4393%2094.703%2014.6773C95.3544%2014.9153%2096.0056%2015.074%2096.8197%2015.074C97.6338%2015.074%2098.2852%2014.9153%2098.9365%2014.6773C99.5878%2014.4393%20100.076%2014.122%20100.483%2013.6459C100.89%2013.2493%20101.216%2012.6939%20101.46%2012.1386C101.542%2011.8212%20101.623%2011.5832%20101.705%2011.2659H98.7737Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M98.7737%2011.2659C98.6923%2011.5832%2098.5294%2011.8212%2098.3666%2012.0592C98.2038%2012.2972%2097.9596%2012.4559%2097.7154%2012.5352C97.471%2012.6146%2097.2268%2012.6939%2096.9011%2012.6939C96.3313%2012.6939%2095.8428%2012.4559%2095.4358%2012.0592C95.0286%2011.6625%2094.8658%2011.0279%2094.8658%2010.3932C94.8658%2010.0758%2094.9472%209.75847%2095.0286%209.44112C95.1102%209.12378%2095.273%208.88577%2095.4358%208.72711C95.5986%208.4891%2095.8428%208.33041%2096.0871%208.25109C96.3313%208.17175%2096.5755%208.0924%2096.9011%208.0924C97.471%208.0924%2097.9596%208.33041%2098.3666%208.72711C98.5294%208.96512%2098.6923%209.20312%2098.7737%209.52046H101.705C101.623%209.20312%20101.542%208.96512%20101.46%208.64776C101.216%208.0924%20100.89%207.61639%20100.483%207.14037C100.076%206.74369%2099.5878%206.34701%2098.9365%206.109C98.3666%205.87099%2097.6338%205.71233%2096.8197%205.71233C96.0056%205.71233%2095.3544%205.87099%2094.703%206.109C94.0517%206.34701%2093.5632%206.74369%2093.1562%207.14037C92.7492%207.53706%2092.4234%208.0924%2092.1791%208.64776C91.9349%209.20312%2091.8535%209.83781%2091.8535%2010.3932C91.8535%2011.0279%2091.9349%2011.5832%2092.1791%2012.1386C92.4234%2012.6939%2092.7492%2013.1699%2093.1562%2013.6459C93.5632%2014.0426%2094.1331%2014.4393%2094.703%2014.6773C95.3544%2014.9153%2096.0056%2015.074%2096.8197%2015.074C97.6338%2015.074%2098.2852%2014.9153%2098.9365%2014.6773C99.5878%2014.4393%20100.076%2014.122%20100.483%2013.6459C100.89%2013.2493%20101.216%2012.6939%20101.46%2012.1386C101.542%2011.8212%20101.623%2011.5832%20101.705%2011.2659H98.7737Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M83.7276%2027.4505C83.7276%2027.5298%2083.7276%2027.5298%2083.7276%2027.4505C83.6462%2027.7678%2083.4834%2028.0059%2083.3206%2028.2438C83.1577%2028.4818%2082.9135%2028.6405%2082.6693%2028.7199C82.4251%2028.7991%2082.1809%2028.8785%2081.8551%2028.8785C81.2852%2028.8785%2080.7968%2028.6405%2080.3897%2028.2438C79.9827%2027.8472%2079.8199%2027.2125%2079.8199%2026.5777C79.8199%2026.2604%2079.9013%2025.9431%2079.9827%2025.6258C80.0641%2025.3083%2080.2269%2025.0704%2080.3897%2024.9118C80.5525%2024.6737%2080.7968%2024.5151%2081.041%2024.4357C81.2852%2024.3564%2081.5294%2024.277%2081.8551%2024.277C82.4251%2024.277%2082.9135%2024.5151%2083.3206%2024.9118C83.4834%2025.1497%2083.6462%2025.3877%2083.7276%2025.705H86.6585C86.577%2025.3877%2086.4956%2025.1497%2086.4142%2024.8324C86.17%2024.277%2085.8444%2023.801%2085.4373%2023.3249C85.0303%2022.9282%2084.5418%2022.5317%2083.8904%2022.2936C83.3206%2022.0556%2082.5879%2021.8969%2081.7737%2021.8969C80.9596%2021.8969%2080.3083%2022.0556%2079.6571%2022.2936C79.0056%2022.5317%2078.5172%2022.9282%2078.1101%2023.3249C77.7031%2023.7216%2077.3775%2024.277%2077.1332%2024.8324C76.889%2025.3877%2076.8076%2026.0225%2076.8076%2026.5777C76.8076%2027.2125%2076.889%2027.7678%2077.1332%2028.3232C77.3775%2028.8785%2077.7031%2029.3545%2078.1101%2029.8306C78.5172%2030.2272%2079.087%2030.6239%2079.6571%2030.8619C80.3083%2031.1%2080.9596%2031.2586%2081.7737%2031.2586C82.5879%2031.2586%2083.2392%2031.1%2083.8904%2030.8619C84.5418%2030.6239%2085.0303%2030.3066%2085.4373%2029.8306C85.8444%2029.4339%2086.17%2028.8785%2086.4142%2028.3232C86.4956%2028.0059%2086.577%2027.7678%2086.6585%2027.4505H83.7276Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M83.7276%2027.4505C83.7276%2027.5298%2083.7276%2027.5298%2083.7276%2027.4505C83.6462%2027.7678%2083.4834%2028.0059%2083.3206%2028.2438C83.1577%2028.4818%2082.9135%2028.6405%2082.6693%2028.7199C82.4251%2028.7991%2082.1809%2028.8785%2081.8551%2028.8785C81.2852%2028.8785%2080.7968%2028.6405%2080.3897%2028.2438C79.9827%2027.8472%2079.8199%2027.2125%2079.8199%2026.5777C79.8199%2026.2604%2079.9013%2025.9431%2079.9827%2025.6258C80.0641%2025.3083%2080.2269%2025.0704%2080.3897%2024.9118C80.5525%2024.6737%2080.7968%2024.5151%2081.041%2024.4357C81.2852%2024.3564%2081.5294%2024.277%2081.8551%2024.277C82.4251%2024.277%2082.9135%2024.5151%2083.3206%2024.9118C83.4834%2025.1497%2083.6462%2025.3877%2083.7276%2025.705H86.6585C86.577%2025.3877%2086.4956%2025.1497%2086.4142%2024.8324C86.17%2024.277%2085.8444%2023.801%2085.4373%2023.3249C85.0303%2022.9282%2084.5418%2022.5317%2083.8904%2022.2936C83.3206%2022.0556%2082.5879%2021.8969%2081.7737%2021.8969C80.9596%2021.8969%2080.3083%2022.0556%2079.6571%2022.2936C79.0056%2022.5317%2078.5172%2022.9282%2078.1101%2023.3249C77.7031%2023.7216%2077.3775%2024.277%2077.1332%2024.8324C76.889%2025.3877%2076.8076%2026.0225%2076.8076%2026.5777C76.8076%2027.2125%2076.889%2027.7678%2077.1332%2028.3232C77.3775%2028.8785%2077.7031%2029.3545%2078.1101%2029.8306C78.5172%2030.2272%2079.087%2030.6239%2079.6571%2030.8619C80.3083%2031.1%2080.9596%2031.2586%2081.7737%2031.2586C82.5879%2031.2586%2083.2392%2031.1%2083.8904%2030.8619C84.5418%2030.6239%2085.0303%2030.3066%2085.4373%2029.8306C85.8444%2029.4339%2086.17%2028.8785%2086.4142%2028.3232C86.4956%2028.0059%2086.577%2027.7678%2086.6585%2027.4505H83.7276Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_4293_55%22%3E%0A%3Crect%20width%3D%22159%22%20height%3D%2235%22%20fill%3D%22white%22%20transform%3D%22translate(0.0351562)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A')
    center/contain no-repeat;
}

.header__logos .item:nth-child(3) a:after {
  content: '';
  display: block;
  padding-bottom: 22.0125786164%;
}

.header__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 38px;
}

.header__menu a {
  color: var(--text-color);
  transition: var(--transition);
}

.header__menu a:hover {
  color: var(--accent);
}

.header__hamburger {
  display: none;
}

.header__hamburger span {
  width: 100%;
  height: 3px;
  background: var(--text-color);
  transition: 0.3s all;
  border-radius: 2px;
}

.header__hamburger.is-active span:nth-child(1) {
  transform: translate(0px, 14px) rotate(45deg);
  width: 100%;
}

.header__hamburger.is-active span:nth-child(2) {
  width: 100%;
  transform: translate(0px, -7px) rotate(-45deg);
}

.header__hamburger.is-active span:nth-child(3) {
  display: none;
}

.hero__promo {
  position: absolute;
  bottom: 8.5%;
  right: 0;
  z-index: 100;
  max-width: 257px;
  height: 247px;
  width: 100%;
}

.promo-badge-1 {
  width: 63.45%;
  position: absolute;
  right: 12px;
  top: 9px;
  aspect-ratio: 163 / 172;
  background: url(../img/hero/hero__promo-badge-1.webp) center / contain no-repeat;
  box-shadow: 0px 6.59px 24.1px rgba(0, 0, 0, 0.1);
  transform: rotate(8.91deg);
}

.promo-badge-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 77.5%;
  height: 37%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='195' height='85' viewBox='0 0 195 85' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.11407 10.8233L1.62657 11.8099L1.3647 12.4623L0.466685 13.8613L0.905374 15.2731L0.653588 16.0507L1.04864 16.9621L1.7548 17.7841C1.7548 17.7841 1.69412 19.3011 1.50474 19.3168C1.31537 19.3325 1.01723 20.3033 1.01723 20.3033L1.07096 20.9288L0.640972 21.8472L0.77975 23.4737L0.875987 24.5997L0.939784 25.3503L1.63475 26.0472L1.97788 27.0893L1.72161 27.8043L1.22852 28.7283C1.22852 28.7283 0.813524 29.0781 0.829195 29.2658C0.844866 29.4535 0.956774 30.7671 0.956774 30.7671L1.02615 31.5803L1.24545 34.144L1.41667 36.1457L0.723016 36.9604C0.723016 36.9604 0.22433 37.8218 0.182427 38.0765C0.140584 38.3324 0.29435 39.3902 0.29435 39.3902L0.000646542 40.4225L0.44874 41.2032L0.856298 43.7512L1.45254 45.5272L1.28511 46.5494L1.9539 47.6898L2.67014 48.6368L3.2382 48.5886L3.10289 49.608L2.90447 50.633L2.08011 51.3962L2.7601 52.6616L3.49794 54.2371L4.00884 54.6351C4.00884 54.6351 4.17758 55.1243 4.13015 55.3176C4.08271 55.5109 3.69491 56.5516 3.69491 56.5516C3.69491 56.5516 3.90026 57.1006 3.75871 57.3023C3.61712 57.5029 3.87063 58.616 3.87063 58.616L4.19215 59.0297L4.97708 60.0337L4.59454 60.7588L4.96385 61.3575L5.25499 62.5292L5.91931 63.6069L6.70423 64.6109L6.78481 65.5492L6.90792 66.988L6.45176 68.3499L6.05241 68.8874L5.89998 69.341L5.48007 70.3845L4.88102 70.4355L4.2669 71.054L3.63573 71.1079L3.06767 71.1561L3.18517 72.5323L3.56454 73.2561C3.56454 73.2561 3.70194 73.3699 3.71761 73.5576C3.73328 73.7453 3.84071 74.9964 3.84071 74.9964L4.34632 75.7089L4.60501 76.5053L4.70685 77.6939L4.72496 79.3929L4.35248 80.2432C4.35248 80.2432 4.01245 81.4687 3.83315 81.6096C3.65496 81.7504 3.57689 82.3246 3.57689 82.3246L3.9981 82.7925L5.13425 82.696L6.24353 82.2868L7.46962 82.4975L8.22707 82.4335L9.65193 81.9974L10.9237 81.2597L12.4549 82.0746L13.9129 82.7701L14.8597 82.6893L15.7496 83.433L16.7595 83.3477L17.8326 83.2568L19.0144 82.2119L19.4444 81.2935L20.1599 81.4843L20.8336 81.9309L22.7547 82.8385L24.3327 82.705L25.1533 82.6354L26.1269 82.8674L27.3693 84.0221C27.3693 84.0221 28.0068 84.787 28.1962 84.7713C28.3855 84.7556 29.2061 84.6861 29.2061 84.6861L30.811 84.8653L32.014 84.0707L33.0871 83.9798L34.5026 84.1748L35.6969 84.7664C35.6969 84.7664 36.5275 84.822 36.7699 84.6756C37.0112 84.5292 38.3991 83.6551 38.3991 83.6551L40.2596 82.3631L41.1896 82.0958L42.4353 81.8016L43.329 81.8516L44.6377 81.5518L45.537 81.6643L46.8364 81.9956L47.8889 82.4108L48.467 82.4877L49.735 82.4437L50.3662 82.3898L51.1923 82.3828L52.711 81.5612L53.9734 81.4547L55.2822 81.1548L56.3022 81.1947L57.2227 81.5575L58.0227 81.994L58.392 82.5926L59.7538 82.162L61.0312 81.4868L62.9498 80.883L64.1173 81.1619C64.1173 81.1619 64.6128 81.7493 64.8067 81.7962C65.0016 81.843 65.6391 82.608 65.6391 82.608L65.6928 83.2335L66.5402 83.4767C66.5402 83.4767 67.1815 83.548 67.4239 83.4016C67.6652 83.2552 68.8494 83.7217 68.8494 83.7217L69.86 84.3916L70.6805 84.322L71.6905 84.2368L72.8472 83.6342L73.8609 82.8553L74.5127 82.2965L75.3538 81.7209L76.4213 81.5675L77.6731 82.091L78.0518 82.0585L78.983 81.7911C78.983 81.7911 79.4723 81.5608 79.6616 81.5451C79.851 81.5294 80.7235 81.3291 80.7235 81.3291L81.6127 81.3165L82.812 81.2144L83.727 81.5147L84.4844 81.4507L85.6206 81.3542L86.8511 81.6275L87.8505 82.1724L88.7293 82.7909C88.7293 82.7909 89.1449 83.1963 89.403 83.2375C89.661 83.2788 90.6447 83.6359 90.6447 83.6359L91.2759 83.5821L92.5003 83.0376L93.5939 82.4407L94.8619 82.3967L95.6036 82.145L96.8929 82.3512L98.4653 82.1552L100.085 81.7659L101.631 81.257L102.76 81.4762L104.187 81.4181L105.38 81.2535L106.417 81.481L107.074 80.9848L107.725 80.426L109.04 80.1888L109.597 80.0154L110.779 79.7257L112.73 79.4972L114.119 79.3794L115.539 79.637L117.121 79.5661L118.447 79.4539L120.209 79.9973L121.535 79.8851L122.986 79.7617L124.249 79.6551L125.621 79.3497L127.461 79.32L129.286 79.1027L130.101 78.9706L131.421 78.7959C131.421 78.7959 132.6 79.1998 132.852 79.1785C133.105 79.1572 135.27 78.4695 135.27 78.4695L136.884 78.0176L138.067 77.7279L140.129 78.0567L142.159 78.0102L144.021 78.2308C144.021 78.2308 144.725 78.2976 144.978 78.2751C145.23 78.2538 146.219 77.9183 146.219 77.9183L148.197 78.7588L150.721 78.5446L152.867 78.3629L154.445 78.2294L156.627 77.7293L157.727 77.9512L158.485 77.8872L160.568 77.7111L161.615 78.0637L163.004 78.7022L164.834 78.5474L166.106 77.8097L167.752 77.7332L170.78 77.4763L172.091 77.9316L172.974 77.8565L174.363 77.7387L175.569 78.4554L176.952 79.0314L178.12 79.3103L179.356 79.6461L181.185 78.7351L181.599 77.629L182.988 77.5112L184.313 77.399L185.449 76.5473L186.23 75.2837L187.276 74.1237L187.805 72.1262L188.776 70.8468L189.906 69.9326L190.934 68.5851L192.164 68.1032L193.006 67.5276L193.297 65.739L193.974 64.7368L194.535 63.1145L194.349 60.9251L194.199 59.1736L194.692 58.2496L194.58 56.9359C194.58 56.9359 194.779 56.2891 194.495 55.935C194.21 55.581 194.606 54.6027 194.479 54.4243C194.35 54.246 194.368 52.9221 194.368 52.9221C194.368 52.9221 194.542 52.0252 194.636 51.6398C194.73 51.2543 194.524 50.3261 194.524 50.3261L194.463 48.9457L193.621 47.1907L193.257 45.8984L193.103 44.8405L193.722 43.9064L194.268 42.8528L193.562 42.0308L192.768 41.6569L192.719 40.3376L193.155 39.4818L193.374 38.3289L193.74 36.6598L193.093 35.7697L192.708 34.9834L192.696 34.102L192.851 32.1995L192.725 31.4544L192.396 29.8448L192.116 28.7982L192.047 27.985L192.098 27.0991L192.544 26.3684L193.226 25.4287L193.851 24.5571L193.803 23.9941L193.771 23.6188L193.738 23.2435L194.332 22.7518L194.251 21.8135L194.208 21.3131L193.25 20.5125C193.25 20.5125 193.108 20.336 193.087 20.0858C193.065 19.8355 193.054 19.7105 193.028 19.3976C193.002 19.0849 192.712 18.6683 192.523 18.6851C192.333 18.7008 191.822 17.9257 191.822 17.9257L192.011 17.1537L191.205 15.8995L190.252 15.1614L189.409 14.2245L188.014 13.5234L187.514 12.8734L187.046 13.354L186.384 13.0325L185.542 12.8518L184.879 12.5303L183.99 11.7866L183.999 11.1555L183.382 9.88442L182.588 9.51046L181.405 9.80017L180.653 9.17148L180.136 8.33385C180.136 8.33385 179.3 8.21572 179.284 8.02803C179.268 7.84035 178.915 7.42942 178.915 7.42942L177.943 7.95253L177.453 7.42767C177.453 7.42767 177.521 6.72943 177.32 6.62006C177.12 6.51069 176.322 6.83041 176.048 6.6015C175.774 6.37259 175.531 5.76387 175.337 5.71697C175.142 5.67015 173.659 5.41817 173.659 5.41817L172.26 4.65454C172.26 4.65454 171.518 4.151 171.324 4.10411C171.129 4.05728 169.604 4.06113 169.604 4.06113L168.678 4.39102L167.923 5.96637L166.82 6.43815C166.82 6.43815 166.037 6.94556 165.848 6.96127C165.658 6.97698 164.165 7.35621 164.165 7.35621L163.387 7.92621L162.004 8.10655C162.004 8.10655 161.041 7.99962 161.009 7.62431C160.976 7.249 161.208 7.73374 160.976 7.249C160.744 6.76427 159.577 6.48538 159.535 6.7412C159.493 6.99703 159.153 7.46631 158.963 7.48312C158.774 7.49883 157.706 7.65224 157.706 7.65224L156.701 7.04487L156.117 6.14915C156.117 6.14915 155.563 4.8736 155.232 4.71284C154.901 4.55208 154.353 4.09426 154.337 3.90663C154.321 3.71895 152.864 3.7798 152.864 3.7798C152.864 3.7798 152.67 4.48919 152.149 4.34421C151.628 4.19916 150.134 3.8221 149.933 3.71273C149.733 3.60336 148.619 3.94999 148.339 3.65854C148.06 3.3671 147.528 2.34178 147.191 2.11847C146.854 1.89516 145.843 1.22525 145.843 1.22525L144.644 1.32733L143.667 1.7879L143.182 1.32448C143.182 1.32448 142.798 1.29447 142.541 1.25318C142.283 1.21195 141.326 1.16757 141.326 1.16757L140.258 0.564709L139.684 0.550407L138.671 1.32935L138.039 1.38319C138.039 1.38319 136.84 1.48527 136.746 1.11441C136.65 0.744701 136.814 0.416165 136.545 0.249857C136.276 0.0834885 135.318 0.0391665 134.998 0.00348818C134.677 -0.0321302 133.3 0.210739 133.263 0.528008C133.227 0.846382 132.755 1.26432 132.502 1.28564C132.25 1.30695 130.078 1.17587 130.078 1.17587L129.005 1.26674L127.354 2.03698L125.81 3.30208L125.542 3.89198L124.59 3.9102L122.024 4.38024C122.024 4.38024 120.873 5.04421 120.684 5.06103C120.494 5.07674 118.79 5.22145 118.79 5.22145L117.786 5.36926L116.087 5.57652C116.087 5.57652 115.413 5.1299 115.155 5.08868C114.897 5.04745 113.141 4.56657 113.141 4.56657L112.662 4.16569C112.662 4.16569 112.341 4.13007 111.946 3.97381C111.552 3.81865 110.452 3.59675 110.452 3.59675L108.642 3.24662L108.147 2.65921C108.147 2.65921 107.605 2.26393 107.415 2.28075C107.226 2.29646 105.512 3.07231 105.512 3.07231L104.576 2.52187L103.992 1.62615C103.992 1.62615 103.498 1.79386 103.313 1.87217C103.129 1.95043 102.33 2.2702 102.125 2.09933C101.92 1.92736 101.168 2.05496 100.968 1.94558C100.768 1.83616 99.179 1.84567 99.179 1.84567L99.0433 2.48692L99.1183 3.36268L98.9296 4.13467L98.8615 4.83291C98.8615 4.83291 98.246 5.07444 98.0622 5.15269C97.8784 5.23095 97.5573 5.19533 96.9429 5.4368C96.3274 5.67832 95.0186 5.97813 94.9977 6.10605C94.9768 6.23396 92.6051 6.74979 92.6051 6.74979L91.6433 7.39804C91.6433 7.39804 91.0965 7.69651 90.7865 7.78596C90.4765 7.87543 89.8554 8.05331 89.6716 8.13267C89.4878 8.21092 88.7517 8.5251 88.2468 8.56883C87.7418 8.61146 86.1231 9.00073 86.1231 9.00073C86.1231 9.00073 84.7076 8.80576 84.3244 8.77568C83.9401 8.74566 82.3001 8.88471 82.3001 8.88471C81.874 9.10943 79.7653 8.97383 79.434 8.81306C79.1028 8.6523 78.1766 8.22701 77.4192 8.29096C76.6617 8.35491 74.9993 8.24379 74.81 8.26061C74.6207 8.27632 73.7063 8.73239 73.7063 8.73239L71.9983 9.56968L70.9846 10.3486L70.0384 11.1846L69.3134 11.6238L68.3035 11.7091C68.3035 11.7091 67.6936 12.0132 67.5042 12.0289C67.3148 12.0446 66.5156 12.3644 66.0106 12.407C65.5056 12.4496 64.6063 12.3371 64.6063 12.3371L63.512 12.1777L62.982 12.6638L61.9665 12.6866C61.9665 12.6866 61.5721 12.5314 61.2564 12.5572C60.9409 12.5841 60.0359 12.4091 60.0359 12.4091C60.0359 12.4091 59.8885 12.1701 59.636 12.1914C59.3835 12.2127 57.4118 12.9473 57.4118 12.9473C57.4118 12.9473 57.3068 13.2076 56.4595 12.9655C55.6121 12.7223 54.7183 12.6723 54.4547 12.5686C54.1921 12.4647 52.9297 12.5713 52.9297 12.5713L52.4248 12.614L49.9355 11.7536C49.9355 11.7536 49.9449 11.1224 49.7919 10.8209C49.6388 10.5193 49.6751 10.2009 49.4069 10.0346C49.1387 9.86821 47.7139 10.3044 47.7139 10.3044C47.7139 10.3044 46.7782 10.5091 46.5889 10.5259C46.3995 10.5416 44.7735 10.1133 44.7735 10.1133C44.7735 10.1133 44.3941 9.38949 43.9467 9.36398C43.4992 9.33847 42.7373 9.34092 42.7373 9.34092L41.6068 9.49993L41.038 8.79189L39.6393 8.78454C39.6393 8.78454 39.1975 8.82157 38.8188 8.85409C38.4401 8.88661 38.182 8.84539 37.2827 8.73286C36.3834 8.62034 35.4209 8.51231 35.0997 8.4767C34.7785 8.44108 32.3654 8.45638 32.3654 8.45638L32.0198 9.6194L31.6104 10.0317L30.3905 10.6388L29.0974 11.1263L28.2556 10.9456L27.6838 11.6875C27.6838 11.6875 27.2057 12.0429 26.827 12.0754C26.4483 12.108 25.8115 12.0982 25.8115 12.0982L25.0129 13.1742L24.2767 13.4884L22.8881 13.6062L22.32 13.6544L21.2519 13.0516L20.4575 12.6776L18.627 12.8324L18.2002 12.3019L16.8897 11.8455C16.8897 11.8455 16.2853 12.2121 15.9328 11.8012L15.5803 11.3902L14.9066 10.9436L14.4804 11.1683L13.1455 11.9116L12.1356 11.9969L11.7625 12.0919L10.7732 11.6722L10.3464 11.1418L9.99834 10.7934L9.67716 10.7578L8.81408 10.3269C8.81408 10.3269 8.4929 10.2912 8.29904 10.2444C8.10407 10.1975 7.28848 9.57444 7.28848 9.57444C7.28848 9.57444 6.66291 9.69082 6.41043 9.71214C6.15794 9.73345 5.41727 9.98503 5.41727 9.98503L4.57615 10.5606L3.53936 10.3331L2.53999 9.7883L2.12008 10.8318L2.11407 10.8233Z' fill='%233EC284'/%3E%3C/svg%3E%0A");
}

.promo__text {
  font-family: var(--default-font-family);
  font-weight: 700;
  font-size: var(--fz-default);
  line-height: 111%;
  text-align: center;
  color: var(--white);
  transform: rotate(-3.08deg);
  max-width: 167px;
}

.promo__text-bg {
  background-color: #000000;
  color: var(--white);
  display: inline-block;
}

.hero {
  padding-top: 105px;
  background: url("data:image/svg+xml,%3Csvg width='1366' height='1049' viewBox='0 0 1366 1049' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4' clip-path='url(%23clip0_4293_8)'%3E%3Crect width='1366' height='1049' fill='white'/%3E%3Cg opacity='0.2'%3E%3Cpath d='M3214.75 639.619H-1720' stroke='%23727272' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M3214.75 867.662H-1720' stroke='%23727272' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M3214.75 183.093H-1720' stroke='%23727272' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M3214.75 411.136H-1720' stroke='%23727272' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M104.787 -1942L104.787 2992.75' stroke='%23727272' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M332.83 -1942L332.83 2992.75' stroke='%23727272' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M560.874 -1942L560.874 2992.75' stroke='%23727272' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M788.918 -1940.67L788.918 2992.75' stroke='%23727272' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M1016.96 -1942L1016.96 2992.75' stroke='%23727272' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M1245 -1942L1245 2992.75' stroke='%23727272' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/g%3E%3Crect y='666' width='1366' height='383' fill='url(%23paint0_linear_4293_8)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4293_8' x1='683' y1='666' x2='683' y2='1049' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_4293_8'%3E%3Crect width='1366' height='1049' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    center top/cover;
}

.hero__main {
  position: relative;
  padding-bottom: 48px;
}

.hero__info,
.hero__title,
.hero__subtitle,
.hero__btn,
.hero__circle {
  position: relative;
  z-index: 3;
}

.hero__info {
  position: absolute;
  right: 0;
  top: 40%;
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: flex-end;
}

.hero__info li {
  position: relative;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.hero__info li:first-child::before {
  content: '';
  position: absolute;
  bottom: -13px;
  right: 0;
  width: 46px;
  height: 6px;
  background: var(--accent);
}

.hero__title {
  z-index: 1;
  text-align: center;
}

.hero__title span {
  font-weight: 500;
  color: var(--accent);
}

.hero__subtitle {
  width: 100%;
  margin-top: 30px;
  max-width: 318px;
  font-weight: 500;
  line-height: 1.17;
  font-size: var(--l);
}

.hero__btn {
  margin: 72px auto 0;
}

.hero__circle {
  position: absolute;
  right: 14%;
  top: 50%;
  width: 164px;
  aspect-ratio: 1;
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22164%22%20height%3D%22164%22%20viewBox%3D%220%200%20164%20164%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.399799%22%20y%3D%220.399799%22%20width%3D%22162.319%22%20height%3D%22162.319%22%20rx%3D%2281.1593%22%20fill%3D%22white%22%2F%3E%0A%3Crect%20x%3D%220.399799%22%20y%3D%220.399799%22%20width%3D%22162.319%22%20height%3D%22162.319%22%20rx%3D%2281.1593%22%20stroke%3D%22black%22%20stroke-width%3D%220.799599%22%2F%3E%0A%3Ccircle%20cx%3D%2281.5587%22%20cy%3D%2281.5591%22%20r%3D%2252.3737%22%20stroke%3D%22black%22%20stroke-width%3D%220.799599%22%2F%3E%0A%3Cpath%20d%3D%22M140.503%2081.887L140.621%2080.7569L144.535%2081.1658L144.464%2081.8472C144.38%2082.6449%20145.217%2083.2392%20146.974%2083.6299L155.102%2085.4368L154.328%2092.8409L143.434%2091.7028L143.254%2093.4229L139.34%2093.014L139.457%2091.8922L142.349%2092.1943L143.395%2082.1891L140.503%2081.887ZM153.423%2091.6123L153.975%2086.3355L146.857%2084.7518C146.222%2084.6126%20145.682%2084.4415%20145.239%2084.2383C144.8%2084.0413%20144.532%2083.8705%20144.435%2083.726L144.321%2083.5376L144.287%2083.5341L143.551%2090.5809L153.423%2091.6123Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M148.529%20102.392C148.149%20103.592%20147.445%20104.47%20146.416%20105.027C145.385%20105.572%20144.261%20105.652%20143.045%20105.267C141.824%20104.881%20140.95%20104.169%20140.425%20103.133C139.903%20102.086%20139.832%20100.962%20140.212%2099.7617C140.63%2098.3635%20141.464%2097.4469%20142.711%2097.0119L142.769%2096.9951L142.789%2096.9314L138.153%2095.4653L138.473%2094.4535L149.737%2098.0155L149.417%2099.0273L148.039%2098.5915L148.019%2098.6552L148.065%2098.7047C148.823%2099.7975%20148.978%20101.026%20148.529%20102.392ZM141.209%2099.9894C140.905%20100.951%20140.964%20101.825%20141.387%20102.613C141.809%20103.401%20142.472%20103.938%20143.375%20104.223C144.278%20104.509%20145.129%20104.451%20145.928%20104.049C146.721%20103.646%20147.27%20102.963%20147.574%20102.002C147.873%20101.057%20147.823%20100.188%20147.425%2099.3964C147.022%2098.6028%20146.353%2098.0583%20145.418%2097.7627C144.483%2097.4671%20143.623%2097.528%20142.837%2097.9454C142.054%2098.3521%20141.511%2099.0334%20141.209%2099.9894Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M137.52%20116.3L136.973%20115.944L140.701%20109.126C140.476%20109.003%20140.091%20108.952%20139.547%20108.972C139.23%20108.982%20138.917%20109.033%20138.607%20109.124C138.274%20109.221%20137.935%20109.417%20137.591%20109.711C137.246%20110.005%20136.956%20110.367%20136.721%20110.797C136.55%20111.11%20136.422%20111.43%20136.337%20111.759C136.253%20112.087%20136.219%20112.376%20136.235%20112.626C136.262%20113.111%20136.332%20113.457%20136.447%20113.666L136.512%20113.825L135.899%20114.947C135.841%20114.878%20135.789%20114.805%20135.742%20114.728C135.667%20114.611%20135.571%20114.397%20135.455%20114.086C135.333%20113.752%20135.251%20113.421%20135.208%20113.093C135.163%20112.745%20135.189%20112.321%20135.285%20111.821C135.373%20111.311%20135.554%20110.806%20135.826%20110.308C136.462%20109.145%20137.336%20108.388%20138.449%20108.037C139.568%20107.685%20140.693%20107.817%20141.822%20108.434C142.95%20109.052%20143.669%20109.927%20143.976%20111.06C144.281%20112.185%20144.121%20113.32%20143.496%20114.464C142.87%20115.607%20142.001%20116.354%20140.889%20116.705C139.777%20117.055%20138.654%20116.92%20137.52%20116.3ZM141.589%20109.574L138.354%20115.49C138.95%20115.816%20139.678%20115.877%20140.538%20115.675C141.398%20115.472%20142.083%20114.904%20142.594%20113.971C143.104%20113.037%20143.213%20112.154%20142.919%20111.32C142.624%20110.479%20142.18%20109.897%20141.589%20109.574Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M132.362%20118.284C133.515%20118.137%20134.595%20118.469%20135.603%20119.278C136.611%20120.087%20137.168%20121.07%20137.275%20122.227C137.389%20123.375%20137.036%20124.46%20136.217%20125.481C135.862%20125.924%20135.456%20126.291%20135.001%20126.583C134.55%20126.878%20134.109%20127.071%20133.679%20127.161C133.264%20127.242%20132.86%20127.275%20132.466%20127.259C131.741%20127.227%20131.188%20127.058%20130.805%20126.751L131.501%20125.884C131.596%20125.961%20131.776%20126.027%20132.039%20126.081C132.299%20126.14%20132.608%20126.169%20132.964%20126.17C133.352%20126.167%20133.766%20126.056%20134.206%20125.838C134.664%20125.605%20135.067%20125.272%20135.416%20124.837C136.043%20124.056%20136.303%20123.225%20136.195%20122.345C136.082%20121.462%20135.657%20120.724%20134.918%20120.131C134.18%20119.539%20133.367%20119.283%20132.481%20119.364C131.601%20119.437%20130.844%20119.868%20130.209%20120.659C129.861%20121.093%20129.622%20121.559%20129.495%20122.057C129.373%20122.538%20129.357%20122.967%20129.446%20123.346C129.612%20124.072%20129.809%20124.526%20130.035%20124.708L129.339%20125.574C129.081%20125.389%20128.849%20125.042%20128.643%20124.533C128.433%20124.029%20128.326%20123.472%20128.323%20122.863C128.318%20122.423%20128.409%20121.95%20128.595%20121.442C128.786%20120.938%20129.059%20120.464%20129.414%20120.021C130.23%20119.004%20131.213%20118.425%20132.362%20118.284Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M119.747%20130.042L120.798%20129.086L127.471%20128.686L124.648%20125.584L125.433%20124.87L131.078%20131.075L130.293%20131.789L127.516%20128.736L126.696%20135.061L125.646%20136.017L126.454%20129.679L119.747%20130.042Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M118.775%20132.057C119.928%20132.28%20120.853%20132.932%20121.552%20134.013C122.251%20135.093%20122.465%20136.205%20122.196%20137.347C121.928%20138.482%20121.247%20139.404%20120.152%20140.111C119.058%20140.819%20117.938%20141.062%20116.793%20140.841C115.649%20140.619%20114.725%20139.966%20114.024%20138.881C113.322%20137.796%20113.105%20136.686%20113.373%20135.551C113.64%20134.416%20114.322%20133.494%20115.416%20132.787C116.511%20132.079%20117.63%20131.836%20118.775%20132.057ZM115.97%20133.643C115.123%20134.19%20114.612%20134.902%20114.436%20135.779C114.259%20136.655%20114.429%20137.491%20114.943%20138.286C115.457%20139.082%20116.15%20139.579%20117.022%20139.778C117.89%20139.972%20118.748%20139.796%20119.594%20139.248C120.436%20138.704%20120.949%20137.994%20121.133%20137.119C121.311%20136.235%20121.144%20135.398%20120.633%20134.607C120.122%20133.817%20119.426%20133.321%20118.547%20133.12C117.675%20132.921%20116.816%20133.095%20115.97%20133.643Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M108.384%20134.767L109.363%20134.357L110.572%20137.248L109.956%20137.506C109.411%20137.734%20109.335%20138.569%20109.727%20140.011L111.123%20145.033L105.659%20147.32L102.804%20140.499L101.601%20141.003L100.391%20138.112L101.37%20137.703L102.196%20139.676L109.21%20136.74L108.384%20134.767ZM106.253%20145.993L109.899%20144.468L108.779%20140.407C108.627%20139.855%20108.535%20139.377%20108.505%20138.973C108.472%20138.577%20108.487%20138.332%20108.551%20138.239L108.643%20138.091L108.63%20138.061L103.782%20140.09L106.253%20145.993Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M93.4902%20153.1L97.899%20152.415L98.0567%20153.431L88.1161%20154.974L87.9585%20153.958L92.3673%20153.274L90.6869%20142.45L91.8098%20142.276L93.4902%20153.1Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M83.8039%20144.249C84.6283%20145.084%2085.0231%20146.145%2084.9884%20147.432C84.9536%20148.718%2084.5021%20149.756%2083.6337%20150.546C82.7711%20151.331%2081.6884%20151.705%2080.3855%20151.67C79.0825%20151.635%2078.0216%20151.202%2077.2026%20150.372C76.3836%20149.542%2075.9916%20148.481%2076.0265%20147.189C76.0614%20145.898%2076.5102%20144.859%2077.3728%20144.075C78.2354%20143.29%2079.3182%20142.915%2080.6211%20142.951C81.924%20142.986%2082.985%20143.418%2083.8039%20144.249ZM80.5936%20143.97C79.5857%20143.942%2078.7614%20144.24%2078.1204%20144.864C77.4795%20145.487%2077.1462%20146.272%2077.1207%20147.219C77.0951%20148.166%2077.3854%20148.967%2077.9918%20149.625C78.5982%20150.276%2079.4054%20150.616%2080.4132%20150.643C81.4155%20150.67%2082.2398%20150.375%2082.8861%20149.757C83.5328%20149.128%2083.8688%20148.343%2083.8942%20147.402C83.9197%20146.461%2083.6265%20145.659%2083.0148%20144.996C82.4085%20144.339%2081.6014%20143.997%2080.5936%20143.97Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M71.8936%20145.426L71.1017%20149.758L72.5318%20150.019L72.353%20150.997L70.9229%20150.736L70.5848%20152.585L69.541%20152.394L69.8791%20150.545L66.7148%20149.966L66.8936%20148.988L70.0579%20149.567L70.8272%20145.359C71.1017%20143.857%2070.6039%20142.988%2069.3337%20142.75C69.0487%20142.698%2068.7665%20142.677%2068.487%20142.688C68.2065%20142.705%2067.9935%20142.74%2067.848%20142.792L67.6656%20142.861L67.8459%20141.875C68.2984%20141.691%2068.8836%20141.665%2069.6014%20141.796C70.4616%20141.954%2071.1049%20142.337%2071.5313%20142.948C71.9632%20143.559%2072.0839%20144.385%2071.8936%20145.426Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M65.4507%20143.529C65.1909%20144.299%2064.6441%20144.77%2063.8104%20144.942C62.9837%20145.11%2062.0425%20145.016%2060.9869%20144.66C60.4327%20144.474%2059.9253%20144.226%2059.4649%20143.918C59.0115%20143.606%2058.7005%20143.352%2058.5321%20143.154L58.2637%20142.825L57.7726%20144.282C57.5538%20144.931%2057.632%20145.51%2058.0072%20146.019C58.3895%20146.524%2058.9475%20146.9%2059.6812%20147.147C60.399%20147.389%2061.0717%20147.452%2061.6992%20147.334C62.3248%20147.222%2062.7115%20146.946%2062.8592%20146.508L63.8647%20146.847C63.6177%20147.493%2063.0992%20147.959%2062.3091%20148.245C61.5119%20148.535%2060.5406%20148.486%2059.3953%20148.1C58.3607%20147.752%2057.584%20147.214%2057.065%20146.486C56.5426%20145.752%2056.4433%20144.904%2056.7671%20143.943L57.8987%20140.586C58.0268%20140.206%2058.0595%20139.917%2057.9968%20139.72C57.927%20139.526%2057.7522%20139.382%2057.4724%20139.288C57.293%20139.227%2057.1407%20139.199%2057.0156%20139.204L56.9548%20139.228L57.251%20138.349C57.4237%20138.325%2057.6526%20138.361%2057.9376%20138.457C58.4391%20138.626%2058.7597%20138.86%2058.8996%20139.16C59.0484%20139.451%2059.1225%20139.667%2059.122%20139.808L59.1058%20139.909L59.1534%20139.925C59.2117%20139.874%2059.4083%20139.814%2059.7432%20139.744C59.9794%20139.689%2060.2147%20139.653%2060.449%20139.638C61.0393%20139.579%2061.725%20139.681%2062.5062%20139.944C63.5988%20140.312%2064.4294%20140.804%2064.998%20141.419C65.5667%20142.034%2065.7175%20142.737%2065.4507%20143.529ZM64.4135%20143.179C64.7266%20142.25%2063.9437%20141.469%2062.0646%20140.835C61.5104%20140.649%2060.9681%20140.557%2060.4379%20140.561C59.913%20140.566%2059.5562%20140.595%2059.3676%20140.649C59.1895%20140.707%2059.0493%20140.757%2058.947%20140.799L58.5706%20141.915C58.5916%20141.975%2058.6687%20142.086%2058.802%20142.249C58.9547%20142.423%2059.2357%20142.653%2059.6452%20142.938C60.074%20143.236%2060.5628%20143.477%2061.1118%20143.662C62.2202%20144.036%2063.0848%20144.113%2063.7056%20143.893C64.0601%20143.765%2064.296%20143.527%2064.4135%20143.179Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M50.7676%20148.369L49.8097%20147.913L54.9655%20137.097L55.9233%20137.554L50.7676%20148.369Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M35.992%20139.293L34.6601%20138.216L39.053%20128.079L39.001%20128.037L30.0602%20134.497L29.1377%20133.751L39.2048%20126.483L40.5302%20127.555L36.1148%20137.759L36.1408%20137.78L45.1886%20131.321L46.5205%20132.398L41.5145%20143.758L40.5984%20143.018L45.0432%20132.923L44.9847%20132.876L35.992%20139.293Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M31.0243%20116.951L31.6885%20117.779L28.1893%20120.587C27.3596%20121.253%2026.9227%20121.95%2026.8786%20122.678C26.8336%20123.414%2027.0901%20124.13%2027.6479%20124.825C28.2476%20125.572%2028.9298%20125.963%2029.6945%20126C30.4592%20126.036%2031.2043%20125.763%2031.9297%20125.181L35.3963%20122.398L36.0605%20123.226L26.7163%20130.725L26.0522%20129.898L29.8837%20126.823L29.8418%20126.771C29.7114%20126.804%2029.4878%20126.801%2029.1711%20126.763C28.9249%20126.732%2028.6856%20126.674%2028.4532%20126.589C28.1903%20126.493%2027.8977%20126.324%2027.5755%20126.083C27.2533%20125.841%2026.9614%20125.558%2026.6999%20125.232C26.0201%20124.385%2025.7085%20123.485%2025.7653%20122.532C25.8221%20121.58%2026.3566%20120.697%2027.3688%20119.885L31.0243%20116.951Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M22.5881%20119.209L22.0284%20118.308L29.155%20113.883L29.7148%20114.784L22.5881%20119.209ZM20.3319%20120.581C20.3001%20120.751%2020.2014%20120.888%2020.0357%20120.991C19.8701%20121.094%2019.7015%20121.123%2019.5298%20121.079C19.3628%20121.032%2019.2235%20120.918%2019.1119%20120.738C19.0002%20120.558%2018.9603%20120.383%2018.9921%20120.213C19.0286%20120.039%2019.1297%20119.901%2019.2953%20119.798C19.4609%20119.695%2019.6272%20119.668%2019.7942%20119.715C19.9629%20119.754%2020.1046%20119.866%2020.2192%20120.051C20.3338%20120.235%2020.3713%20120.412%2020.3319%20120.581Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M24.6814%20112.182L20.7425%20114.151L21.3924%20115.451L20.503%20115.896L19.8531%20114.595L18.1715%20115.435L17.6972%20114.486L19.3788%20113.646L17.941%20110.768L18.8304%20110.324L20.2682%20113.201L24.0949%20111.289C25.4602%20110.607%2025.8565%20109.687%2025.2838%20108.528C25.1544%20108.269%2025.0012%20108.031%2024.8244%20107.814C24.6426%20107.6%2024.487%20107.451%2024.3575%20107.366L24.1931%20107.261L25.09%20106.813C25.5084%20107.065%2025.8807%20107.517%2026.2069%20108.17C26.5978%20108.952%2026.6773%20109.697%2026.4455%20110.404C26.2161%20111.117%2025.6281%20111.709%2024.6814%20112.182Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M17.731%2097.8636L18.3675%2097.7149L20.7102%20105.124C20.9545%20105.046%2021.2578%20104.804%2021.6199%20104.398C21.8314%20104.161%2022.0117%20103.9%2022.1605%20103.613C22.3203%20103.306%2022.4134%20102.926%2022.4398%20102.474C22.4662%20102.021%2022.4055%20101.561%2022.2577%20101.094C22.1502%20100.754%2022.0071%20100.44%2021.8283%20100.152C21.6496%2099.8638%2021.4646%2099.639%2021.2733%2099.4775C20.9047%2099.1617%2020.6055%2098.973%2020.3757%2098.9113L20.2155%2098.848L19.8301%2097.6292C19.9198%2097.6358%2020.0086%2097.6487%2020.0964%2097.6676C20.2334%2097.6944%2020.4541%2097.7736%2020.7586%2097.9052C21.084%2098.0476%2021.38%2098.2169%2021.6465%2098.413C21.9287%2098.6218%2022.2172%2098.9336%2022.512%2099.3487C22.8191%2099.7656%2023.0583%20100.245%2023.2296%20100.787C23.6293%20102.051%2023.5709%20103.205%2023.0544%20104.251C22.5343%20105.303%2021.6608%20106.024%2020.434%20106.411C19.2072%20106.799%2018.0784%20106.712%2017.0477%20106.15C16.0241%20105.592%2015.3157%20104.691%2014.9228%20103.449C14.5298%20102.206%2014.5915%20101.062%2015.108%20100.016C15.6245%2098.9707%2016.4988%2098.2532%2017.731%2097.8636ZM19.7723%20105.455L17.7394%2099.0264C17.0915%2099.2313%2016.5432%2099.7143%2016.0945%20100.475C15.6458%20101.237%2015.5819%20102.124%2015.9026%20103.139C16.2234%20104.153%2016.7861%20104.843%2017.5908%20105.207C18.4025%20105.576%2019.1297%20105.658%2019.7723%20105.455Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M16.3868%2088.6803C16.2173%2088.903%2015.9578%2089.0306%2015.6084%2089.063C15.2645%2089.0949%2014.9888%2089.017%2014.7812%2088.8293C14.5675%2088.6366%2014.4439%2088.36%2014.4105%2087.9994C14.3775%2087.6445%2014.4483%2087.3526%2014.6229%2087.1238C14.7924%2086.9011%2015.0491%2086.7738%2015.393%2086.7419C15.7424%2086.7095%2016.0209%2086.7871%2016.2285%2086.9748C16.4422%2087.1675%2016.5655%2087.4414%2016.5985%2087.7964C16.6319%2088.1569%2016.5614%2088.4515%2016.3868%2088.6803Z%22%20fill%3D%22%23FF63C1%22%2F%3E%0A%3Cpath%20d%3D%22M22.6446%2079.4607L22.4918%2080.5867L18.5923%2080.0577L18.6844%2079.3788C18.7922%2078.584%2017.9741%2077.9643%2016.23%2077.5197L8.1615%2075.4639L9.16226%2068.087L20.0165%2069.5595L20.249%2067.8457L24.1485%2068.3747L23.9969%2069.4924L21.1157%2069.1015L19.7634%2079.0699L22.6446%2079.4607ZM10.029%2069.3429L9.31576%2074.6003L16.3816%2076.402C17.0122%2076.5606%2017.546%2076.7483%2017.9832%2076.965C18.4156%2077.1754%2018.678%2077.3543%2018.7704%2077.5018L18.8793%2077.6936L18.9124%2077.6981L19.8648%2070.6772L10.029%2069.3429Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M15.2939%2058.5796C15.7139%2057.3929%2016.4475%2056.5387%2017.4948%2056.0172C18.5436%2055.508%2019.6693%2055.4662%2020.8717%2055.8918C22.0794%2056.3193%2022.9281%2057.0599%2023.4179%2058.1136C23.9039%2059.1778%2023.9368%2060.3033%2023.5168%2061.49C23.0509%2062.8732%2022.1871%2063.761%2020.9255%2064.1535L20.8671%2064.1683L20.8448%2064.2313L25.4289%2065.8538L25.0748%2066.8541L13.9376%2062.9122L14.2917%2061.9119L15.6543%2062.3942L15.6766%2062.3312L15.6326%2062.2802C14.9115%2061.1623%2014.7986%2059.9287%2015.2939%2058.5796ZM22.528%2061.2287C22.8644%2060.2783%2022.8348%2059.4021%2022.4391%2058.6003C22.0434%2057.7985%2021.3992%2057.2396%2020.5065%2056.9236C19.6139%2056.6077%2018.7615%2056.6369%2017.9495%2057.0113C17.1428%2057.3875%2016.5712%2058.0508%2016.2348%2059.0012C15.904%2059.9359%2015.9241%2060.8057%2016.295%2061.6106C16.6713%2062.4173%2017.3215%2062.9843%2018.2456%2063.3114C19.1698%2063.6385%2020.0319%2063.6068%2020.8318%2063.2163C21.6281%2062.8364%2022.1935%2062.1738%2022.528%2061.2287Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M26.5795%2045.2986L27.1165%2045.6713L23.189%2052.3759C23.4101%2052.5054%2023.7929%2052.5683%2024.3374%2052.5645C24.6545%2052.563%2024.9693%2052.5215%2025.2818%2052.4399C25.6172%2052.3523%2025.9615%2052.1667%2026.3149%2051.8831C26.6682%2051.5994%2026.9688%2051.2461%2027.2165%2050.8232C27.3967%2050.5156%2027.5338%2050.1989%2027.6278%2049.8731C27.7219%2049.5473%2027.7647%2049.2593%2027.7563%2049.0091C27.7436%2048.5239%2027.6831%2048.1754%2027.5748%2047.9635L27.5144%2047.8022L28.1605%2046.6992C28.2157%2046.7703%2028.2657%2046.8447%2028.3104%2046.9226C28.3824%2047.0422%2028.4716%2047.2591%2028.5781%2047.5732C28.6905%2047.9102%2028.7633%2048.2433%2028.7964%2048.5726C28.8306%2048.9219%2028.7926%2049.345%2028.6822%2049.842C28.5786%2050.3494%2028.3832%2050.8482%2028.0961%2051.3384C27.426%2052.4823%2026.53%2053.213%2025.4079%2053.5305C24.2783%2053.85%2023.1583%2053.6846%2022.0481%2053.0342C20.9379%2052.3838%2020.2459%2051.4879%2019.9721%2050.3463C19.7003%2049.2123%2019.8938%2048.083%2020.5527%2046.9583C21.2115%2045.8337%2022.1019%2045.1126%2023.2239%2044.7951C24.3459%2044.4776%2025.4645%2044.6454%2026.5795%2045.2986ZM22.3142%2051.9022L25.7223%2046.0843C25.1359%2045.7408%2024.4099%2045.6577%2023.5444%2045.8349C22.6788%2046.0122%2021.9771%2046.5598%2021.4394%2047.4778C20.9017%2048.3957%2020.7671%2049.2756%2021.0358%2050.1173C21.3065%2050.9666%2021.7326%2051.5615%2022.3142%2051.9022Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M31.8494%2043.3499C30.6924%2043.4581%2029.6235%2043.0915%2028.6427%2042.2501C27.6619%2041.4087%2027.137%2040.4079%2027.0681%2039.2479C26.9918%2038.0963%2027.3799%2037.0238%2028.2322%2036.0304C28.6021%2035.5991%2029.0195%2035.2453%2029.4842%2034.9688C29.9447%2034.6887%2030.3912%2034.5103%2030.8239%2034.4338C31.2414%2034.3663%2031.6468%2034.3471%2032.0401%2034.3763C32.7632%2034.4316%2033.3108%2034.6188%2033.6829%2034.938L32.9593%2035.7814C32.8663%2035.7016%2032.689%2035.6302%2032.4274%2035.5673C32.1695%2035.5001%2031.8623%2035.4604%2031.5058%2035.4482C31.118%2035.4383%2030.7007%2035.5354%2030.2542%2035.7394C29.7889%2035.9567%2029.3749%2036.2767%2029.0122%2036.6995C28.3593%2037.4605%2028.0726%2038.2823%2028.152%2039.165C28.2356%2040.0514%2028.6367%2040.8028%2029.3554%2041.4194C30.0741%2042.036%2030.8778%2042.3182%2031.7665%2042.266C32.648%2042.2223%2033.4188%2041.8157%2034.0789%2041.0463C34.4416%2040.6235%2034.6949%2040.1657%2034.8389%2039.6728C34.9763%2039.1961%2035.0067%2038.7672%2034.9301%2038.3859C34.7873%2037.6542%2034.6059%2037.1941%2034.3861%2037.0055L35.1096%2036.1621C35.3615%2036.3561%2035.5822%2036.7106%2035.7716%2037.2254C35.9648%2037.736%2036.053%2038.2961%2036.0364%2038.9057C36.0266%2039.3449%2035.9203%2039.8152%2035.7177%2040.3166C35.5109%2040.8143%2035.2225%2041.2788%2034.8525%2041.71C34.0039%2042.6993%2033.0028%2043.2459%2031.8494%2043.3499Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M44.6552%2032.1051L43.5772%2033.0299L36.8955%2033.2359L39.6266%2036.4192L38.8212%2037.1101L33.3592%2030.7434L34.1645%2030.0525L36.852%2033.1851L37.8552%2026.8863L38.9332%2025.9614L37.9409%2032.273L44.6552%2032.1051Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M45.848%2029.9657C44.7035%2029.7046%2043.7999%2029.0225%2043.1373%2027.9195C42.4748%2026.8165%2042.297%2025.6985%2042.604%2024.5654C42.9091%2023.4399%2043.6203%2022.5416%2044.7376%2021.8704C45.8549%2021.1992%2046.982%2020.9933%2048.1189%2021.2525C49.2558%2021.5117%2050.157%2022.1952%2050.8224%2023.303C51.4879%2024.4108%2051.6681%2025.5274%2051.363%2026.6528C51.0579%2027.7783%2050.3467%2028.6766%2049.2293%2029.3478C48.112%2030.019%2046.9849%2030.225%2045.848%2029.9657ZM48.7044%2028.474C49.5687%2027.9549%2050.1033%2027.2601%2050.3082%2026.3897C50.5131%2025.5194%2050.3718%2024.6783%2049.8842%2023.8666C49.3966%2023.0549%2048.7204%2022.5351%2047.8558%2022.3073C46.994%2022.0842%2046.131%2022.2322%2045.2668%2022.7514C44.4073%2023.2677%2043.8713%2023.96%2043.6587%2024.8285C43.4519%2025.7065%2043.5908%2026.549%2044.0756%2027.3559C44.5603%2028.1629%2045.2388%2028.6812%2046.1111%2028.911C46.9758%2029.1388%2047.8402%2028.9932%2048.7044%2028.474Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M56.1595%2027.6209L55.1674%2027.9974L54.0557%2025.0681L54.6806%2024.8309C55.2327%2024.6215%2055.337%2023.7895%2054.9935%2022.3351L53.7677%2017.2685L59.3061%2015.1666L61.9298%2022.0798L63.1484%2021.6174L64.2601%2024.5467L63.268%2024.9232L62.5091%2022.9234L55.4006%2025.6212L56.1595%2027.6209ZM58.6669%2016.4727L54.972%2017.8749L55.9543%2021.9704C56.0882%2022.5273%2056.1635%2023.0081%2056.1801%2023.4129C56.1999%2023.8105%2056.1764%2024.0548%2056.1096%2024.1457L56.0124%2024.2898L56.0242%2024.321L60.9377%2022.4563L58.6669%2016.4727Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M71.5857%209.71821L67.158%2010.267L67.0315%209.24713L77.0148%208.00975L77.1412%209.02964L72.7134%209.57844L74.0608%2020.4489L72.9331%2020.5887L71.5857%209.71821Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M81.1059%2018.8201C80.3077%2017.9593%2079.9458%2016.8866%2080.0202%2015.602C80.0947%2014.3175%2080.578%2013.2937%2081.4703%2012.5308C82.3567%2011.7732%2083.4505%2011.432%2084.7517%2011.5074C86.053%2011.5828%2087.1001%2012.048%2087.893%2012.903C88.686%2013.758%2089.0451%2014.8305%2088.9703%2016.1206C88.8956%2017.4107%2088.415%2018.4346%2087.5286%2019.1922C86.6422%2019.9499%2085.5484%2020.291%2084.2472%2020.2156C82.9459%2020.1403%2081.8989%2019.6751%2081.1059%2018.8201ZM84.3061%2019.198C85.3126%2019.2563%2086.1458%2018.9838%2086.8057%2018.3804C87.4655%2017.777%2087.8229%2017.0026%2087.8776%2016.0573C87.9324%2015.1119%2087.6669%2014.3015%2087.0812%2013.6259C86.4951%2012.9559%2085.6988%2012.5917%2084.6923%2012.5334C83.6914%2012.4754%2082.8583%2012.7452%2082.1932%2013.3427C81.5275%2013.9513%2081.1674%2014.7255%2081.1129%2015.6653C81.0585%2016.6051%2081.3268%2017.4157%2081.9177%2018.0972C82.5035%2018.7728%2083.2996%2019.1397%2084.3061%2019.198Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M92.9026%2017.957L93.8264%2013.6518L92.405%2013.3468L92.6136%2012.3746L94.0351%2012.6797L94.4295%2010.8416L95.467%2011.0642L95.0725%2012.9023L98.2177%2013.5772L98.0091%2014.5494L94.8639%2013.8744L93.9664%2018.0571C93.6462%2019.5493%2094.1172%2020.4337%2095.3796%2020.7103C95.6628%2020.7711%2095.9442%2020.8001%2096.2239%2020.7975C96.5048%2020.7894%2096.7188%2020.7613%2096.8659%2020.7131L97.0503%2020.6501L96.8399%2021.6304C96.382%2021.7999%2095.7963%2021.8081%2095.0828%2021.655C94.2278%2021.4715%2093.5965%2021.0683%2093.189%2020.4453C92.776%2019.8212%2092.6806%2018.9917%2092.9026%2017.957Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M99.2927%2020.0159C99.5756%2019.2534%20100.136%2018.799%20100.975%2018.6526C101.806%2018.5094%20102.744%2018.6316%20103.789%2019.0191C104.337%2019.2225%20104.837%2019.485%20105.288%2019.8068C105.731%2020.1318%20106.034%2020.3958%20106.197%2020.5986L106.455%2020.9351L106.99%2019.4937C107.228%2018.8513%20107.167%2018.2703%20106.808%2017.7507C106.441%2017.2344%20105.894%2016.8416%20105.168%2016.5723C104.458%2016.3088%20103.788%2016.2265%20103.157%2016.3252C102.528%2016.4187%20102.133%2016.6822%20101.973%2017.1157L100.978%2016.7466C101.244%2016.1087%20101.776%2015.6586%20102.575%2015.3963C103.38%2015.1307%20104.35%2015.2081%20105.483%2015.6285C106.507%2016.0082%20107.267%2016.5694%20107.764%2017.3122C108.264%2018.0621%20108.337%2018.9122%20107.985%2019.8627L106.753%2023.1842C106.613%2023.5602%20106.572%2023.8478%20106.629%2024.0471C106.693%2024.2431%20106.863%2024.3925%20107.14%2024.4951C107.317%2024.561%20107.469%2024.5934%20107.594%2024.5923L107.655%2024.5706L107.333%2025.4401C107.159%2025.459%20106.932%2025.4161%20106.65%2025.3115C106.154%2025.1274%20105.84%2024.8834%20105.709%2024.5794C105.569%2024.284%20105.502%2024.0658%20105.507%2023.925L105.526%2023.8251L105.479%2023.8077C105.419%2023.8568%20105.221%2023.911%20104.884%2023.9702C104.646%2024.0186%20104.41%2024.0469%20104.175%2024.0549C103.583%2024.0967%20102.901%2023.9743%20102.128%2023.6876C101.047%2023.2866%20100.232%2022.7702%2099.6817%2022.1385C99.1318%2021.5068%2099.0022%2020.7992%2099.2927%2020.0159ZM100.319%2020.3966C99.978%2021.3157%20100.737%2022.1201%20102.596%2022.8097C103.145%2023.0132%20103.684%2023.1211%20104.214%2023.1335C104.739%2023.1441%20105.096%2023.1252%20105.286%2023.0769C105.466%2023.0248%20105.608%2022.9793%20105.711%2022.9405L106.121%2021.8359C106.102%2021.7754%20106.028%2021.6619%20105.9%2021.4954C105.753%2021.316%20105.479%2021.0777%20105.078%2020.7806C104.658%2020.4704%20104.177%2020.2146%20103.634%2020.0132C102.537%2019.6063%20101.675%2019.5035%20101.048%2019.7045C100.69%2019.8212%20100.447%2020.0519%20100.319%2020.3966Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M114.088%2015.5749L115.032%2016.0597L109.557%2026.7173L108.613%2026.2325L114.088%2015.5749Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M128.744%2025.1353L130.04%2026.2553L125.318%2036.2428L125.368%2036.2866L134.516%2030.1233L135.414%2030.8991L125.114%2037.8334L123.824%2036.7189L128.571%2026.6643L128.546%2026.6425L119.292%2032.8017L117.996%2031.6817L123.371%2020.4915L124.262%2021.2618L119.489%2031.2057L119.546%2031.2548L128.744%2025.1353Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M133.146%2047.7337L132.509%2046.8848L136.099%2044.1928C136.95%2043.5545%20137.409%2042.8721%20137.477%2042.1458C137.546%2041.4116%20137.314%2040.6881%20136.779%2039.9751C136.204%2039.2087%20135.535%2038.7948%20134.772%2038.7335C134.009%2038.6722%20133.255%2038.9207%20132.511%2039.4788L128.955%2042.1457L128.318%2041.2968L137.903%2034.1081L138.54%2034.957L134.61%2037.9047L134.65%2037.9582C134.781%2037.9292%20135.005%2037.9392%20135.32%2037.9882C135.565%2038.0272%20135.802%2038.093%20136.032%2038.1854C136.291%2038.2901%20136.578%2038.4684%20136.892%2038.7202C137.207%2038.9719%20137.489%2039.2649%20137.74%2039.5991C138.391%2040.4681%20138.673%2041.3777%20138.585%2042.3279C138.497%2043.2782%20137.934%2044.1427%20136.896%2044.9214L133.146%2047.7337Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M141.559%2045.5655L142.092%2046.483L134.838%2050.6964L134.305%2049.7788L141.559%2045.5655ZM143.854%2044.2611C143.891%2044.0915%20143.994%2043.9578%20144.162%2043.8599C144.331%2043.762%20144.5%2043.7376%20144.671%2043.7869C144.836%2043.8389%20144.972%2043.9564%20145.078%2044.1394C145.185%2044.3225%20145.22%2044.4987%20145.183%2044.6683C145.141%2044.8406%20145.036%2044.9757%20144.867%2045.0737C144.699%2045.1716%20144.532%2045.1945%20144.366%2045.1425C144.199%2045.0981%20144.06%2044.9819%20143.951%2044.7941C143.842%2044.6063%20143.81%2044.4286%20143.854%2044.2611Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M139.356%2052.6948L143.359%2050.8593L142.753%2049.5379L143.656%2049.1234L144.262%2050.4449L145.971%2049.6613L146.414%2050.6258L144.705%2051.4094L146.046%2054.3334L145.142%2054.7478L143.801%2051.8239L139.913%2053.6071C138.525%2054.2432%20138.098%2055.1498%20138.632%2056.3268C138.753%2056.5901%20138.898%2056.833%20139.067%2057.0555C139.242%2057.2758%20139.392%2057.4304%20139.519%2057.5194L139.68%2057.6295L138.768%2058.0474C138.359%2057.7819%20138.002%2057.3175%20137.698%2056.6542C137.333%2055.8593%20137.278%2055.1122%20137.534%2054.413C137.787%2053.7087%20138.394%2053.1359%20139.356%2052.6948Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M145.886%2067.3737L145.245%2067.5007L143.156%2060.0165C142.909%2060.0854%20142.598%2060.3169%20142.222%2060.7109C142.002%2060.9399%20141.813%2061.1951%20141.655%2061.4764C141.485%2061.7784%20141.379%2062.1549%20141.337%2062.6061C141.295%2063.0573%20141.34%2063.5189%20141.472%2063.9911C141.568%2064.3344%20141.7%2064.6531%20141.869%2064.9472C142.038%2065.2413%20142.215%2065.4723%20142.401%2065.6402C142.758%2065.9683%20143.051%2066.1671%20143.279%2066.2366L143.437%2066.3053L143.78%2067.5365C143.691%2067.5268%20143.603%2067.511%20143.515%2067.489C143.379%2067.4576%20143.162%2067.371%20142.862%2067.2291C142.541%2067.0757%20142.251%2066.8964%20141.992%2066.6913C141.717%2066.4731%20141.439%2066.1516%20141.158%2065.7268C140.866%2065.2996%20140.643%2064.8124%20140.49%2064.2651C140.134%2062.9883%20140.231%2061.8362%20140.783%2060.8089C141.339%2059.7748%20142.236%2059.0847%20143.476%2058.7388C144.715%2058.3928%20145.84%2058.5182%20146.851%2059.1151C147.855%2059.708%20148.532%2060.6322%20148.883%2061.8876C149.233%2063.143%20149.133%2064.2844%20148.581%2065.3117C148.029%2066.3389%20147.131%2067.0263%20145.886%2067.3737ZM144.104%2059.717L145.917%2066.2113C146.572%2066.0286%20147.136%2065.5645%20147.611%2064.8191C148.085%2064.0737%20148.179%2063.1887%20147.893%2062.1639C147.607%2061.1392%20147.068%2060.4309%20146.276%2060.0389C145.477%2059.6431%20144.754%2059.5358%20144.104%2059.717Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M146.417%2074.8443C146.594%2074.6276%20146.858%2074.5091%20147.209%2074.4888C147.553%2074.4688%20147.826%2074.5562%20148.027%2074.751C148.234%2074.9511%20148.348%2075.2318%20148.369%2075.5932C148.39%2075.9491%20148.309%2076.2384%20148.126%2076.461C147.949%2076.6777%20147.688%2076.796%20147.343%2076.816C146.993%2076.8363%20146.717%2076.749%20146.516%2076.5542C146.31%2076.3542%20146.196%2076.0762%20146.175%2075.7204C146.154%2075.3589%20146.235%2075.0669%20146.417%2074.8443Z%22%20fill%3D%22%23FF63C1%22%2F%3E%0A%3C%2Fsvg%3E%0A')
    center/contain no-repeat;
  animation: rotate 8s linear 0s infinite;
  z-index: 1;
}

.hero__images .img-1 {
  position: absolute;
  left: 4%;
  bottom: 2%;
  transform: rotate(-13.41deg);
  width: 123px;
  aspect-ratio: 123/129;
  background: url('../img/hero/hero__img-1.webp') center/contain no-repeat;
  box-shadow: 0 9.392px 9.447px 0 rgba(0, 0, 0, 0.05);
}

.hero__images .img-2 {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 794px;
  aspect-ratio: 794/396;
  background: url('../img/hero/hero__img-2.webp') center/contain no-repeat;
  z-index: 2;
}

.hero__images .img-3 {
  position: absolute;
  right: 4%;
  bottom: 9%;
  transform: rotate(6.871deg);
  width: 107px;
  aspect-ratio: 107/113;
  background: url('../img/hero/hero__img-3.webp') center/contain no-repeat;
  box-shadow: 0 9.392px 9.447px 0 rgba(0, 0, 0, 0.05);
  display: none;
}

.hero__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 109px;
  flex-wrap: wrap;
  padding: 116px 0 95px;
}

.hero__bottom::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1495px;
  aspect-ratio: 1495/396;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1495' height='396' viewBox='0 0 1495 396' fill='none'%3E%3Cpath d='M1 362C58 379.833 208.388 426.231 286 362C373 290 342.5 8.99969 518 1.49969C636.519 -3.56524 626 334.64 734 326C834 318 683.5 68.0151 866 42.4997C1034.8 18.8997 1245 50.4999 1304 153C1328.46 195.5 1279.5 260 1245 242C1202.89 220.028 1356.5 49.9999 1494 92.9999' stroke='black' stroke-opacity='0.2' stroke-dasharray='22 22'/%3E%3C/svg%3E")
    center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}

.hero__bottom-sticker {
  position: relative;
  transform: rotate(-4.147deg);
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 15px 60px;
  background: var(--white);
  box-shadow: 0 7.24px 25.1px 0 rgba(0, 0, 0, 0.1);
}

.hero__bottom-sticker span {
  display: block;
  padding: 15px 30px;
  background: #f6f6f6;
  font-size: 76px;
  font-weight: 700;
  line-height: 1.03;
}

.hero__bottom-sticker::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0) rotate(-2.51deg);
  width: 296px;
  aspect-ratio: 296/68;
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22296%22%20height%3D%2268%22%20viewBox%3D%220%200%20296%2068%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M287.099%2052.685C286.72%2052.7034%20286.397%2052.5923%20286.132%2052.3515C285.228%2052.015%20284.41%2050.8499%20283.679%2048.8564C283.069%2046.7302%20282.687%2044.0856%20282.533%2040.9227C282.287%2035.862%20282.623%2031.0266%20283.541%2026.4167C280.658%2029.7271%20276.829%2033.1469%20272.055%2036.676C267.768%2039.8009%20263.727%2041.4556%20259.931%2041.6399C258.034%2041.7321%20256.437%2041.4926%20255.141%2040.9215C253.718%2040.3565%20252.802%2039.7669%20252.392%2039.1527C251.843%2038.2917%20251.544%2037.3551%20251.494%2036.343C251.433%2035.0778%20251.754%2033.8574%20252.458%2032.6819C253.035%2031.5125%20253.881%2030.6472%20254.995%2030.0858C255.73%2029.5428%20256.428%2029.5723%20257.092%2030.1742C257.629%2030.7822%20257.729%2031.5382%20257.392%2032.4423C257.056%2033.3463%20256.171%2034.7208%20254.739%2036.5658L255.165%2037.4963C255.581%2038.2369%20256.928%2038.552%20259.205%2038.4414C260.977%2038.3553%20262.862%2038.0101%20264.862%2037.4058C266.855%2036.6748%20268.707%2035.6338%20270.417%2034.2826C273.475%2031.9782%20276.876%2028.8962%20280.62%2025.0367C278.423%2026.7921%20276.692%2027.7005%20275.426%2027.7619C274.794%2027.7926%20274.086%2027.5734%20273.302%2027.1042C272.512%2026.5085%20272.09%2025.6413%20272.034%2024.5026C271.954%2022.8579%20272.879%2019.706%20274.809%2015.0469C275.374%2013.6245%20276.382%2012.1806%20277.832%2010.7151C279.277%209.12318%20280.875%208.09442%20282.628%207.62884C283.002%207.48389%20283.631%207.38991%20284.517%207.34689C285.655%207.29159%20286.68%207.49547%20287.59%207.95853C288.114%208.3135%20288.516%208.73788%20288.793%209.23166C289.96%207.14593%20290.86%206.08771%20291.492%206.05699C292.125%206.02626%20292.707%206.25165%20293.237%206.73314C293.509%207.1004%20293.539%207.73299%20293.329%208.6309C293.24%209.39615%20292.554%2010.9512%20291.273%2013.2961L290.208%2014.8696L288.694%2018.9379C286.418%2026.911%20285.443%2034.2503%20285.769%2040.9557C285.959%2044.8778%20286.401%2047.456%20287.095%2048.6905C287.342%2048.5517%20287.788%2048.5934%20288.433%2048.8157C288.825%2049.0503%20289.093%2049.3543%20289.238%2049.7278C289.383%2050.1012%20289.338%2050.4838%20289.104%2050.8756C288.641%2051.7858%20287.972%2052.389%20287.099%2052.685ZM275.45%2024.3367C276.336%2024.2937%20277.627%2023.4701%20279.325%2021.8658C280.541%2020.7923%20283.015%2018.1992%20286.746%2014.0867L286.691%2012.948C286.63%2011.6828%20286.406%2010.9962%20286.02%2010.8881C285.622%2010.527%20285.107%2010.3618%20284.474%2010.3925C283.095%2010.7132%20281.797%2011.4103%20280.581%2012.4839C279.365%2013.5574%20278.415%2014.8718%20277.729%2016.4268C275.781%2020.7064%20275.021%2023.343%20275.45%2024.3367Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M241.412%208.29902C241.032%208.31746%20240.707%208.14305%20240.435%207.77579C240.29%207.40238%20240.269%206.95956%20240.371%206.44735L240.964%202.9945C241.072%202.6088%20241.246%202.2833%20241.487%202.01798C241.848%201.61999%20242.219%201.41178%20242.598%201.39335C243.231%201.36262%20243.749%201.59107%20244.153%202.07871C244.678%202.43368%20244.889%202.86728%20244.787%203.37949L244.518%205.67524C244.41%206.06094%20243.992%206.58852%20243.263%207.25798C242.535%207.92743%20241.918%208.27445%20241.412%208.29902ZM240.167%2049.2576C238.112%2048.7233%20236.971%2046.1156%20236.744%2041.4345C236.584%2038.145%20236.779%2034.3311%20237.329%2029.9926C237.88%2025.6541%20238.578%2021.7523%20239.424%2018.2872C239.532%2017.9015%20239.77%2017.5729%20240.137%2017.3015C240.504%2017.03%20240.881%2016.9483%20241.266%2017.0564C241.779%2017.1583%20242.107%2017.396%20242.252%2017.7694C242.524%2018.1367%20242.605%2018.5132%20242.497%2018.8989C240.446%2028.8901%20239.556%2036.6691%20239.826%2042.2359C239.943%2044.6397%20240.324%2045.9528%20240.969%2046.1751C241.86%2046.2586%20243.567%2044.8442%20246.089%2041.9317C248.731%2038.8866%20251.415%2035.3957%20254.14%2031.4588C254.863%2030.6629%20255.619%2030.5627%20256.408%2031.1585C256.794%2031.2665%20256.999%2031.5736%20257.024%2032.0797C257.175%2032.5796%20257.13%2032.9622%20256.889%2033.2276C249.416%2043.8626%20244.099%2049.2569%20240.936%2049.4105L240.167%2049.2576Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M226.97%2061.3121C225.831%2061.3674%20224.988%2060.9645%20224.438%2060.1035C223.908%2059.622%20223.612%2058.7487%20223.55%2057.4835C223.501%2056.4713%20223.702%2055.3837%20224.153%2054.2204C223.906%2054.3592%20223.466%2054.444%20222.834%2054.4747C222.327%2054.4993%20221.686%2054.3402%20220.908%2053.9976C220.131%2053.6549%20219.509%2052.6071%20219.043%2050.8543C218.704%2049.0954%20218.483%2047.1405%20218.378%2044.9897C218.298%2043.345%20218.303%2042.14%20218.393%2041.3747C216.51%2044.3829%20214.473%2046.828%20212.281%2048.7098C210.084%2050.4651%20208.169%2051.5093%20206.537%2051.8422L205.588%2051.8883C203.563%2051.9866%20202.069%2051.2349%20201.103%2049.6332C200.415%2048.5252%20200.013%2046.7693%20199.896%2044.3655C199.687%2040.0639%20200.577%2034.8847%20202.566%2028.8277C203.773%2024.9646%20205.219%2022.1044%20206.904%2020.2471C207.145%2019.9818%20207.519%2019.8369%20208.025%2019.8123C209.037%2019.7631%20209.567%2020.2446%20209.617%2021.2568C209.776%2024.5462%20208.399%2027.5299%20205.486%2030.2077C203.732%2035.8728%20202.947%2040.6031%20203.132%2044.3986C203.211%2046.0433%20203.46%2047.236%20203.876%2047.9767C204.286%2048.5909%20204.934%2048.8764%20205.82%2048.8334C207.573%2048.3678%20209.839%2046.7359%20212.62%2043.9378C215.395%2041.013%20217.723%2036.7151%20219.603%2031.0438L220.224%2028.1603C220.866%2025.7196%20221.886%2024.5287%20223.284%2024.5877C223.917%2024.5569%20224.438%2024.8487%20224.849%2025.4628C224.981%2025.5832%20225.057%2025.8331%20225.075%2026.2127C225.1%2026.7188%20224.706%2027.7524%20223.894%2029.3136L222.667%2031.4657L222.505%2032.0442C222.097%2034.0931%20221.856%2036.9582%20221.781%2040.6395C221.7%2044.1943%20221.769%2046.9175%20221.988%2048.8091C222.194%2050.4477%20222.487%2051.2577%20222.867%2051.2393L223.607%2050.8229C224.589%2050.1411%20225.465%2049.9083%20226.237%2050.1245C227.487%2047.147%20229.351%2043.7592%20231.83%2039.9612C234.303%2036.0366%20236.017%2033.4805%20236.974%2032.2926C237.209%2031.9008%20237.579%2031.6926%20238.085%2031.668C238.591%2031.6434%20238.977%2031.7515%20239.242%2031.9923C239.64%2032.3534%20239.852%2032.787%20239.876%2033.293C239.895%2033.6726%20239.72%2033.9981%20239.353%2034.2696C239.239%2034.5287%20237.819%2036.6268%20235.093%2040.5636C232.494%2044.4943%20230.455%2048.2076%20228.976%2051.7035C229.791%2052.8053%20230.238%2054.1785%20230.318%2055.8232C230.373%2056.9619%20230.35%2057.7873%20230.248%2058.2995C229.942%2059.8362%20229.039%2060.8312%20227.539%2061.2845L226.97%2061.3121ZM226.985%2057.6971C227.182%2056.5462%20227.209%2055.784%20227.064%2055.4106C226.734%2056.4412%20226.578%2057.1462%20226.596%2057.5258C226.741%2057.8992%20226.813%2058.0859%20226.813%2058.0859L226.985%2057.6971Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M188.568%2052.905C186.797%2052.991%20185.501%2052.4199%20184.68%2051.1916C184.131%2050.3306%20183.823%2049.2042%20183.755%2047.8125C183.676%2046.1678%20183.957%2044.1251%20184.599%2041.6844C185.235%2039.1171%20186.271%2035.6428%20187.707%2031.2613C190.826%2022.3595%20191.921%2017.4874%20190.992%2016.6447C190.992%2016.6447%20190.865%2016.6509%20190.612%2016.6632C190.48%2016.5428%20190.227%2016.5551%20189.853%2016.7C186.107%2017.8965%20182.811%2020.5295%20179.965%2024.599C177.119%2028.6686%20174.734%2033.0961%20172.811%2037.8817C170.887%2042.6673%20170.106%2044.8611%20170.467%2044.4632C170.378%2045.2284%20169.827%2045.6356%20168.815%2045.6848C167.917%2045.4747%20167.446%2044.9269%20167.403%2044.0413C167.149%2036.1911%20167.279%2031.0487%20167.795%2028.6141C168.311%2026.1796%20169.069%2024.8112%20170.069%2024.509C170.316%2024.3702%20170.629%2024.2916%20171.009%2024.2731C171.768%2024.2363%20172.286%2024.4647%20172.564%2024.9585C173.239%2025.8134%20173.213%2026.5756%20172.484%2027.245C172.244%2027.5104%20171.87%2027.6553%20171.364%2027.6799C171.028%2028.5839%20170.765%2031.0062%20170.576%2034.9467C172.62%2030.0284%20175.131%2025.5947%20178.109%2021.6456C181.208%2017.5638%20184.758%2014.9185%20188.757%2013.7097C189.257%2013.5586%20189.886%2013.4646%20190.646%2013.4278C191.784%2013.3725%20192.685%2013.6457%20193.348%2014.2476C194.024%2015.1025%20194.39%2016.0993%20194.445%2017.2379C194.568%2019.7683%20193.352%2024.7732%20190.799%2032.2525C187.477%2042.1787%20186.295%2047.8794%20187.254%2049.3546C187.381%2049.3484%20187.51%2049.4055%20187.643%2049.5259C187.776%2049.6463%20188.032%2049.6973%20188.411%2049.6788C189.291%2049.5093%20190.988%2047.9051%20193.504%2044.8661C196.02%2041.8272%20198.574%2038.2791%20201.167%2034.2219C201.401%2033.83%20201.708%2033.6249%20202.088%2033.6065C202.588%2033.4554%20203.034%2033.4971%20203.426%2033.7317C204.209%2034.2009%20204.373%2034.9539%20203.916%2035.9906C196.72%2047.1194%20191.605%2052.7575%20188.568%2052.905Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M149.359%2052.7169C147.196%2052.5683%20145.661%2050.9942%20144.755%2047.9947C144.301%2046.4949%20144.038%2044.9859%20143.964%2043.4677C143.915%2042.4556%20144.051%2040.0394%20144.373%2036.2193C144.923%2031.8809%20146.001%2027.9606%20147.606%2024.4586C149.338%2020.9505%20151.195%2018.7045%20153.176%2017.7205C153.923%2017.4306%20154.423%2017.2795%20154.676%2017.2672C155.308%2017.2365%20155.953%2017.4588%20156.61%2017.9342C157.388%2018.2768%20157.985%2018.8185%20158.401%2019.5592C159.077%2020.4141%20159.451%2021.6007%20159.525%2023.1189C159.574%2024.131%20159.485%2024.8963%20159.256%2025.4146C158.614%2027.8553%20157.013%2030.1523%20154.455%2032.3056C151.896%2034.459%20149.503%2036.097%20147.275%2037.2197C147.12%2039.2563%20147.07%2040.8439%20147.126%2041.9826C147.218%2043.8803%20147.491%2045.5791%20147.944%2047.0789C148.397%2048.5787%20149.01%2049.4366%20149.781%2049.6528C151.311%2049.8321%20154.09%2048.3022%20158.118%2045.063C162.146%2041.8238%20165.167%2038.7603%20167.183%2035.8724C167.772%2034.9561%20168.522%2034.7294%20169.433%2035.1925C169.824%2035.4271%20170.033%2035.7974%20170.057%2036.3035C170.202%2036.6769%20170.157%2037.0595%20169.923%2037.4513C169.213%2038.5004%20167.588%2040.2913%20165.048%2042.8242C162.634%2045.3509%20160.018%2047.6338%20157.201%2049.6729C154.383%2051.712%20152.025%2052.7776%20150.127%2052.8698L149.359%2052.7169ZM148.021%2032.9986C152.826%2030.1021%20155.544%2027.3069%20156.174%2024.6132C156.288%2024.354%20156.33%2023.9081%20156.299%2023.2756C156.281%2022.896%20156.12%2022.2063%20155.818%2021.2064C155.667%2020.7065%20155.338%2020.4688%20154.832%2020.4934C153.592%2021.0609%20152.331%2022.5172%20151.05%2024.8621C149.895%2027.2008%20148.886%2029.913%20148.021%2032.9986Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M134.121%2065.8215C132.983%2065.8768%20132.139%2065.4739%20131.59%2064.6129C131.059%2064.1314%20130.763%2063.2581%20130.702%2061.9929C130.653%2060.9807%20130.853%2059.8931%20131.304%2058.7298C131.057%2058.8686%20130.618%2058.9534%20129.985%2058.9841C129.479%2059.0087%20128.837%2058.8496%20128.06%2058.507C127.282%2058.1643%20126.66%2057.1165%20126.195%2055.3637C125.856%2053.6048%20125.634%2051.6499%20125.53%2049.4991C125.45%2047.8544%20125.455%2046.6494%20125.544%2045.8841C123.661%2048.8923%20121.624%2051.3374%20119.433%2053.2192C117.235%2054.9745%20115.32%2056.0187%20113.688%2056.3516L112.739%2056.3977C110.715%2056.496%20109.22%2055.7443%20108.254%2054.1426C107.567%2053.0346%20107.164%2051.2787%20107.048%2048.8749C106.839%2044.5733%20107.728%2039.3941%20109.717%2033.3371C110.924%2029.474%20112.371%2026.6138%20114.056%2024.7565C114.297%2024.4912%20114.67%2024.3463%20115.176%2024.3217C116.188%2024.2725%20116.719%2024.754%20116.768%2025.7662C116.928%2029.0556%20115.551%2032.0393%20112.637%2034.7171C110.883%2040.3822%20110.099%2045.1125%20110.283%2048.908C110.363%2050.5527%20110.611%2051.7454%20111.027%2052.4861C111.438%2053.1003%20112.086%2053.3858%20112.971%2053.3428C114.724%2052.8772%20116.991%2051.2453%20119.772%2048.4472C122.546%2045.5224%20124.874%2041.2245%20126.754%2035.5532L127.375%2032.6697C128.018%2030.229%20129.038%2029.0381%20130.436%2029.0971C131.068%2029.0663%20131.59%2029.3581%20132%2029.9722C132.133%2030.0926%20132.208%2030.3425%20132.227%2030.7221C132.251%2031.2282%20131.857%2032.2618%20131.046%2033.823L129.819%2035.9751L129.656%2036.5536C129.249%2038.6025%20129.007%2041.4676%20128.933%2045.1489C128.852%2048.7037%20128.92%2051.4269%20129.139%2053.3185C129.345%2054.9571%20129.638%2055.7671%20130.018%2055.7487L130.759%2055.3323C131.74%2054.6505%20132.617%2054.4177%20133.388%2054.6339C134.638%2051.6564%20136.503%2048.2686%20138.981%2044.4706C141.454%2040.546%20143.169%2037.9899%20144.126%2036.802C144.36%2036.4102%20144.73%2036.202%20145.237%2036.1774C145.743%2036.1528%20146.128%2036.2609%20146.394%2036.5017C146.792%2036.8628%20147.003%2037.2964%20147.027%2037.8024C147.046%2038.182%20146.871%2038.5075%20146.504%2038.779C146.39%2039.0381%20144.97%2041.1362%20142.245%2045.073C139.645%2049.0037%20137.607%2052.717%20136.128%2056.2129C136.942%2057.3147%20137.389%2058.6879%20137.469%2060.3326C137.524%2061.4713%20137.501%2062.2967%20137.399%2062.8089C137.093%2064.3456%20136.191%2065.3406%20134.691%2065.7939L134.121%2065.8215ZM134.136%2062.2065C134.334%2061.0556%20134.36%2060.2934%20134.215%2059.92C133.885%2060.9506%20133.729%2061.6556%20133.747%2062.0352C133.892%2062.4086%20133.965%2062.5953%20133.965%2062.5953L134.136%2062.2065Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M110.558%2038.2421C111.354%2038.9643%20111.454%2039.7203%20110.858%2040.5102C108.012%2044.5797%20105.021%2048.2758%20101.885%2051.5985C98.87%2054.7885%2096.4133%2056.4296%2094.5156%2056.5218C94.0095%2056.5464%2093.6901%2056.4985%2093.5575%2056.3781C90.978%2055.4888%2089.5776%2052.7669%2089.3564%2048.2123C89.2642%2046.3145%2089.3588%2044.3443%2089.64%2042.3016L78.9057%2044.5349C79.0507%2044.9083%2079.1416%2045.4746%2079.1784%2046.2337C79.2829%2048.3845%2078.7855%2051.1986%2077.6862%2054.676C77.4639%2055.3209%2076.9732%2055.6618%2076.2141%2055.6986L75.8345%2055.7171C75.0631%2055.5009%2074.659%2055.0133%2074.6221%2054.2542L74.7583%2045.307C73.9992%2045.3439%2073.4716%2044.9256%2073.1755%2044.0523L73.1571%2043.6728C73.1202%2042.9137%2073.5385%2042.3861%2074.4118%2042.09L74.7914%2042.0716C75.0148%2036.2272%2075.2223%2032.6663%2075.4139%2031.3888C75.5158%2030.8766%2075.6626%2029.9818%2075.8542%2028.7043C75.9131%2027.3065%2076.0506%2026.2218%2076.2668%2025.4505C76.6034%2024.5464%2077.0216%2024.0188%2077.5215%2023.8677C78.3948%2023.5717%2079.0968%2023.6644%2079.6275%2024.1459C80.152%2024.5009%2080.4265%2024.9314%2080.4511%2025.4375C80.4818%2026.07%2079.9322%2027.8088%2078.8022%2030.6536L77.9899%2041.3456C84.7666%2039.8751%2088.7813%2038.9826%2090.0342%2038.6682C91.2513%2032.3951%2092.5268%2027.3239%2093.8607%2023.4546C93.9626%2022.9424%2094.2003%2022.6138%2094.5737%2022.4689C94.941%2022.1974%2095.3838%2022.1759%2095.9022%2022.4044C96.2879%2022.5124%2096.5532%2022.7532%2096.6981%2023.1266C96.9696%2023.4938%2097.0544%2023.9336%2096.9524%2024.4458C95.6308%2028.5681%2094.5592%2032.6149%2093.7376%2036.5861L94.1263%2036.7574C94.9039%2037.1001%2095.3111%2037.651%2095.348%2038.4101C95.4033%2039.5487%2094.6239%2040.4743%2093.0099%2041.1868C92.6206%2043.6152%2092.4843%2046.0313%2092.601%2048.4351C92.7362%2051.2185%2093.3885%2052.8989%2094.5579%2053.4762C95.8231%2053.4147%2097.5359%2052.1268%2099.6965%2049.6123C101.857%2047.0979%20104.721%2043.4079%20108.29%2038.5424C108.885%2037.7526%20109.641%2037.6525%20110.558%2038.2421Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M53.7274%2060.0247C52.5888%2060.08%2051.5011%2059.8791%2050.4643%2059.4222C46.9623%2057.8169%2045.0977%2054.6737%2044.8703%2049.9925C44.7904%2048.3478%2044.9034%2046.7571%2045.2092%2045.2205C45.3885%2043.69%2045.5924%2042.6655%2045.8209%2042.1472C45.9228%2041.6349%2046.2237%2041.3033%2046.7237%2041.1522C47.0909%2040.8807%2047.4705%2040.8623%2047.8623%2041.0969C48.3745%2041.1988%2048.7031%2041.4365%2048.8481%2041.8099C49.1195%2042.1772%2049.138%2042.5567%2048.9034%2042.9486C48.9095%2043.0751%2048.7535%2043.7802%2048.4354%2045.0638C48.1112%2046.2209%2047.9951%2047.7483%2048.0873%2049.646C48.2594%2053.1885%2049.5117%2055.4738%2051.8443%2056.5019C52.4953%2056.8507%2053.0739%2057.0128%2053.5799%2056.9882C54.8451%2056.9268%2055.8327%2056.3716%2056.5426%2055.3226C57.626%2054.1286%2058.3052%2052.447%2058.5803%2050.2778C55.3375%2048.7867%2052.5516%2046.2588%2050.2226%2042.6943C47.8936%2039.1297%2046.6615%2035.9558%2046.5263%2033.1724C46.2928%2028.3647%2047.5045%2025.8963%2050.1614%2025.7673C51.1735%2025.7182%2052.2072%2026.1118%2053.2623%2026.9483C54.3175%2027.7847%2055.2615%2028.9437%2056.0943%2030.425C59.944%2036.5788%2061.8806%2042.5085%2061.9041%2048.2141C62.9285%2048.418%2063.757%2048.5046%2064.3896%2048.4738C68.0586%2048.2956%2071.6742%2045.7105%2075.2362%2040.7185C75.7054%2039.9348%2076.4584%2039.7715%2077.4951%2040.2284C77.7604%2040.4691%2077.9053%2040.8425%2077.9299%2041.3486C78.081%2041.8485%2078.0362%2042.2312%2077.7955%2042.4965C73.8969%2048.3925%2069.4805%2051.4604%2064.5463%2051.7C63.9137%2051.7307%2062.9587%2051.6503%2061.6812%2051.4587C61.2919%2053.8871%2060.375%2055.8973%2058.9305%2057.4893C57.4861%2059.0812%2055.7517%2059.9263%2053.7274%2060.0247ZM58.6042%2046.8526C58.3768%2042.1714%2056.6159%2037.2477%2053.3214%2032.0815C52.7662%2031.0939%2052.16%2030.3624%2051.5028%2029.8871C50.9722%2029.4056%2050.5803%2029.171%2050.3273%2029.1833C50.2069%2029.316%2050.0325%2029.6415%2049.804%2030.1598C49.7021%2030.672%2049.6849%2031.624%2049.7525%2033.0157C49.857%2035.1665%2050.739%2037.66%2052.3985%2040.4961C54.1784%2043.1996%2056.247%2045.3185%2058.6042%2046.8526Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M48.3505%2040.6927C48.6158%2040.9335%2048.7608%2041.3069%2048.7853%2041.8129C48.9303%2042.1863%2048.8824%2042.5057%2048.6417%2042.7711C44.3635%2048.6855%2040.1536%2053.392%2036.0117%2056.8903C31.9964%2060.3826%2027.9012%2062.2301%2023.7261%2062.4329C22.0814%2062.5127%2020.8733%2062.4446%2020.1019%2062.2284C17.7939%2061.7064%2015.5601%2060.1029%2013.4007%2057.4178C11.3616%2054.6001%209.95202%2051.6884%209.17196%2048.6827C7.68085%2051.9255%206.62333%2054.9571%205.99941%2057.7773C5.6813%2059.0609%205.07944%2059.7242%204.19381%2059.7672L4.00404%2059.7764C3.23879%2059.6868%202.71121%2059.2686%202.42131%2058.5217C2.12526%2057.6484%201.94037%2056.4526%201.86663%2054.9344C1.62699%2050.0002%201.67781%2043.2131%202.01908%2034.5731C2.3542%2025.8065%203.52469%2021.1843%205.53053%2020.7064L5.91009%2020.688C7.30178%2020.6204%208.23041%2021.463%208.69599%2023.2158L8.91342%2023.7759C8.95029%2024.535%208.59531%2025.0595%207.8485%2025.3494C7.34857%2025.5005%206.83943%2025.4618%206.32107%2025.2334C5.79294%2027.4149%205.40488%2031.1748%205.15688%2036.5131C4.90274%2041.7249%204.81687%2046.4847%204.89927%2050.7925C6.80429%2045.6273%209.30013%2040.8773%2012.3868%2036.5424C15.5939%2032.0749%2018.6603%2028.6288%2021.5861%2026.204C24.6323%2023.6466%2026.9237%2022.5207%2028.4604%2022.8266C29.6175%2023.1508%2030.543%2023.9302%2031.2371%2025.1646C31.8169%2026.6582%2031.707%2028.3122%2030.9074%2030.1265C30.1078%2031.9407%2029.1215%2033.8274%2027.9485%2035.7866C27.3528%2036.5765%2026.5967%2036.6766%2025.6804%2036.087C25.2947%2035.9789%2025.0263%2035.6749%2024.8752%2035.175C24.8506%2034.6689%2024.9587%2034.2833%2025.1994%2034.0179C26.144%2032.5771%2026.8957%2031.0822%2027.4545%2029.5333C28.1399%2027.9782%2028.407%2026.9507%2028.256%2026.4507C28.2437%2026.1977%2028.0477%2026.0804%2027.6682%2026.0988C27.0295%2026.003%2025.7348%2026.7634%2023.7843%2028.3799C21.8337%2029.9965%2019.7241%2032.2548%2017.4555%2035.1549C15.1807%2037.9285%2013.1141%2041.0725%2011.2557%2044.5868C11.7741%2044.8152%2012.0486%2045.2458%2012.0793%2045.8783C12.2022%2048.4087%2013.223%2051.1491%2015.1418%2054.0995C17.0605%2057.0499%2018.9177%2058.7351%2020.7136%2059.1551C21.3584%2059.3774%2022.3135%2059.4579%2023.5786%2059.3964C29.778%2059.0954%2037.2793%2052.9609%2046.0824%2040.9931C46.6781%2040.2033%2047.4341%2040.1031%2048.3505%2040.6927Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3C%2Fsvg%3E%0A')
    center/contain no-repeat;
}

.hero__bottom-sticker::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -50%) rotate(-3.506deg);
  width: 133px;
  aspect-ratio: 133/155;
  background: url('../img/hero/hero__bottom-sticker-clip.webp') center/contain no-repeat;
}

.hero__bottom-text {
  width: 100%;
  max-width: 377px;
  line-height: 1.36;
  font-size: var(--m);
}

.hero1__circle {
  position: absolute;
  aspect-ratio: 1;
  right: 13%;
  top: 16%;
  width: 164px;
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22164%22%20height%3D%22164%22%20viewBox%3D%220%200%20164%20164%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.399799%22%20y%3D%220.399799%22%20width%3D%22162.319%22%20height%3D%22162.319%22%20rx%3D%2281.1593%22%20fill%3D%22white%22%2F%3E%0A%3Crect%20x%3D%220.399799%22%20y%3D%220.399799%22%20width%3D%22162.319%22%20height%3D%22162.319%22%20rx%3D%2281.1593%22%20stroke%3D%22black%22%20stroke-width%3D%220.799599%22%2F%3E%0A%3Ccircle%20cx%3D%2281.5587%22%20cy%3D%2281.5591%22%20r%3D%2252.3737%22%20stroke%3D%22black%22%20stroke-width%3D%220.799599%22%2F%3E%0A%3Cpath%20d%3D%22M140.503%2081.887L140.621%2080.7569L144.535%2081.1658L144.464%2081.8472C144.38%2082.6449%20145.217%2083.2392%20146.974%2083.6299L155.102%2085.4368L154.328%2092.8409L143.434%2091.7028L143.254%2093.4229L139.34%2093.014L139.457%2091.8922L142.349%2092.1943L143.395%2082.1891L140.503%2081.887ZM153.423%2091.6123L153.975%2086.3355L146.857%2084.7518C146.222%2084.6126%20145.682%2084.4415%20145.239%2084.2383C144.8%2084.0413%20144.532%2083.8705%20144.435%2083.726L144.321%2083.5376L144.287%2083.5341L143.551%2090.5809L153.423%2091.6123Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M148.529%20102.392C148.149%20103.592%20147.445%20104.47%20146.416%20105.027C145.385%20105.572%20144.261%20105.652%20143.045%20105.267C141.824%20104.881%20140.95%20104.169%20140.425%20103.133C139.903%20102.086%20139.832%20100.962%20140.212%2099.7617C140.63%2098.3635%20141.464%2097.4469%20142.711%2097.0119L142.769%2096.9951L142.789%2096.9314L138.153%2095.4653L138.473%2094.4535L149.737%2098.0155L149.417%2099.0273L148.039%2098.5915L148.019%2098.6552L148.065%2098.7047C148.823%2099.7975%20148.978%20101.026%20148.529%20102.392ZM141.209%2099.9894C140.905%20100.951%20140.964%20101.825%20141.387%20102.613C141.809%20103.401%20142.472%20103.938%20143.375%20104.223C144.278%20104.509%20145.129%20104.451%20145.928%20104.049C146.721%20103.646%20147.27%20102.963%20147.574%20102.002C147.873%20101.057%20147.823%20100.188%20147.425%2099.3964C147.022%2098.6028%20146.353%2098.0583%20145.418%2097.7627C144.483%2097.4671%20143.623%2097.528%20142.837%2097.9454C142.054%2098.3521%20141.511%2099.0334%20141.209%2099.9894Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M137.52%20116.3L136.973%20115.944L140.701%20109.126C140.476%20109.003%20140.091%20108.952%20139.547%20108.972C139.23%20108.982%20138.917%20109.033%20138.607%20109.124C138.274%20109.221%20137.935%20109.417%20137.591%20109.711C137.246%20110.005%20136.956%20110.367%20136.721%20110.797C136.55%20111.11%20136.422%20111.43%20136.337%20111.759C136.253%20112.087%20136.219%20112.376%20136.235%20112.626C136.262%20113.111%20136.332%20113.457%20136.447%20113.666L136.512%20113.825L135.899%20114.947C135.841%20114.878%20135.789%20114.805%20135.742%20114.728C135.667%20114.611%20135.571%20114.397%20135.455%20114.086C135.333%20113.752%20135.251%20113.421%20135.208%20113.093C135.163%20112.745%20135.189%20112.321%20135.285%20111.821C135.373%20111.311%20135.554%20110.806%20135.826%20110.308C136.462%20109.145%20137.336%20108.388%20138.449%20108.037C139.568%20107.685%20140.693%20107.817%20141.822%20108.434C142.95%20109.052%20143.669%20109.927%20143.976%20111.06C144.281%20112.185%20144.121%20113.32%20143.496%20114.464C142.87%20115.607%20142.001%20116.354%20140.889%20116.705C139.777%20117.055%20138.654%20116.92%20137.52%20116.3ZM141.589%20109.574L138.354%20115.49C138.95%20115.816%20139.678%20115.877%20140.538%20115.675C141.398%20115.472%20142.083%20114.904%20142.594%20113.971C143.104%20113.037%20143.213%20112.154%20142.919%20111.32C142.624%20110.479%20142.18%20109.897%20141.589%20109.574Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M132.362%20118.284C133.515%20118.137%20134.595%20118.469%20135.603%20119.278C136.611%20120.087%20137.168%20121.07%20137.275%20122.227C137.389%20123.375%20137.036%20124.46%20136.217%20125.481C135.862%20125.924%20135.456%20126.291%20135.001%20126.583C134.55%20126.878%20134.109%20127.071%20133.679%20127.161C133.264%20127.242%20132.86%20127.275%20132.466%20127.259C131.741%20127.227%20131.188%20127.058%20130.805%20126.751L131.501%20125.884C131.596%20125.961%20131.776%20126.027%20132.039%20126.081C132.299%20126.14%20132.608%20126.169%20132.964%20126.17C133.352%20126.167%20133.766%20126.056%20134.206%20125.838C134.664%20125.605%20135.067%20125.272%20135.416%20124.837C136.043%20124.056%20136.303%20123.225%20136.195%20122.345C136.082%20121.462%20135.657%20120.724%20134.918%20120.131C134.18%20119.539%20133.367%20119.283%20132.481%20119.364C131.601%20119.437%20130.844%20119.868%20130.209%20120.659C129.861%20121.093%20129.622%20121.559%20129.495%20122.057C129.373%20122.538%20129.357%20122.967%20129.446%20123.346C129.612%20124.072%20129.809%20124.526%20130.035%20124.708L129.339%20125.574C129.081%20125.389%20128.849%20125.042%20128.643%20124.533C128.433%20124.029%20128.326%20123.472%20128.323%20122.863C128.318%20122.423%20128.409%20121.95%20128.595%20121.442C128.786%20120.938%20129.059%20120.464%20129.414%20120.021C130.23%20119.004%20131.213%20118.425%20132.362%20118.284Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M119.747%20130.042L120.798%20129.086L127.471%20128.686L124.648%20125.584L125.433%20124.87L131.078%20131.075L130.293%20131.789L127.516%20128.736L126.696%20135.061L125.646%20136.017L126.454%20129.679L119.747%20130.042Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M118.775%20132.057C119.928%20132.28%20120.853%20132.932%20121.552%20134.013C122.251%20135.093%20122.465%20136.205%20122.196%20137.347C121.928%20138.482%20121.247%20139.404%20120.152%20140.111C119.058%20140.819%20117.938%20141.062%20116.793%20140.841C115.649%20140.619%20114.725%20139.966%20114.024%20138.881C113.322%20137.796%20113.105%20136.686%20113.373%20135.551C113.64%20134.416%20114.322%20133.494%20115.416%20132.787C116.511%20132.079%20117.63%20131.836%20118.775%20132.057ZM115.97%20133.643C115.123%20134.19%20114.612%20134.902%20114.436%20135.779C114.259%20136.655%20114.429%20137.491%20114.943%20138.286C115.457%20139.082%20116.15%20139.579%20117.022%20139.778C117.89%20139.972%20118.748%20139.796%20119.594%20139.248C120.436%20138.704%20120.949%20137.994%20121.133%20137.119C121.311%20136.235%20121.144%20135.398%20120.633%20134.607C120.122%20133.817%20119.426%20133.321%20118.547%20133.12C117.675%20132.921%20116.816%20133.095%20115.97%20133.643Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M108.384%20134.767L109.363%20134.357L110.572%20137.248L109.956%20137.506C109.411%20137.734%20109.335%20138.569%20109.727%20140.011L111.123%20145.033L105.659%20147.32L102.804%20140.499L101.601%20141.003L100.391%20138.112L101.37%20137.703L102.196%20139.676L109.21%20136.74L108.384%20134.767ZM106.253%20145.993L109.899%20144.468L108.779%20140.407C108.627%20139.855%20108.535%20139.377%20108.505%20138.973C108.472%20138.577%20108.487%20138.332%20108.551%20138.239L108.643%20138.091L108.63%20138.061L103.782%20140.09L106.253%20145.993Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M93.4902%20153.1L97.899%20152.415L98.0567%20153.431L88.1161%20154.974L87.9585%20153.958L92.3673%20153.274L90.6869%20142.45L91.8098%20142.276L93.4902%20153.1Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M83.8039%20144.249C84.6283%20145.084%2085.0231%20146.145%2084.9884%20147.432C84.9536%20148.718%2084.5021%20149.756%2083.6337%20150.546C82.7711%20151.331%2081.6884%20151.705%2080.3855%20151.67C79.0825%20151.635%2078.0216%20151.202%2077.2026%20150.372C76.3836%20149.542%2075.9916%20148.481%2076.0265%20147.189C76.0614%20145.898%2076.5102%20144.859%2077.3728%20144.075C78.2354%20143.29%2079.3182%20142.915%2080.6211%20142.951C81.924%20142.986%2082.985%20143.418%2083.8039%20144.249ZM80.5936%20143.97C79.5857%20143.942%2078.7614%20144.24%2078.1204%20144.864C77.4795%20145.487%2077.1462%20146.272%2077.1207%20147.219C77.0951%20148.166%2077.3854%20148.967%2077.9918%20149.625C78.5982%20150.276%2079.4054%20150.616%2080.4132%20150.643C81.4155%20150.67%2082.2398%20150.375%2082.8861%20149.757C83.5328%20149.128%2083.8688%20148.343%2083.8942%20147.402C83.9197%20146.461%2083.6265%20145.659%2083.0148%20144.996C82.4085%20144.339%2081.6014%20143.997%2080.5936%20143.97Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M71.8936%20145.426L71.1017%20149.758L72.5318%20150.019L72.353%20150.997L70.9229%20150.736L70.5848%20152.585L69.541%20152.394L69.8791%20150.545L66.7148%20149.966L66.8936%20148.988L70.0579%20149.567L70.8272%20145.359C71.1017%20143.857%2070.6039%20142.988%2069.3337%20142.75C69.0487%20142.698%2068.7665%20142.677%2068.487%20142.688C68.2065%20142.705%2067.9935%20142.74%2067.848%20142.792L67.6656%20142.861L67.8459%20141.875C68.2984%20141.691%2068.8836%20141.665%2069.6014%20141.796C70.4616%20141.954%2071.1049%20142.337%2071.5313%20142.948C71.9632%20143.559%2072.0839%20144.385%2071.8936%20145.426Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M65.4507%20143.529C65.1909%20144.299%2064.6441%20144.77%2063.8104%20144.942C62.9837%20145.11%2062.0425%20145.016%2060.9869%20144.66C60.4327%20144.474%2059.9253%20144.226%2059.4649%20143.918C59.0115%20143.606%2058.7005%20143.352%2058.5321%20143.154L58.2637%20142.825L57.7726%20144.282C57.5538%20144.931%2057.632%20145.51%2058.0072%20146.019C58.3895%20146.524%2058.9475%20146.9%2059.6812%20147.147C60.399%20147.389%2061.0717%20147.452%2061.6992%20147.334C62.3248%20147.222%2062.7115%20146.946%2062.8592%20146.508L63.8647%20146.847C63.6177%20147.493%2063.0992%20147.959%2062.3091%20148.245C61.5119%20148.535%2060.5406%20148.486%2059.3953%20148.1C58.3607%20147.752%2057.584%20147.214%2057.065%20146.486C56.5426%20145.752%2056.4433%20144.904%2056.7671%20143.943L57.8987%20140.586C58.0268%20140.206%2058.0595%20139.917%2057.9968%20139.72C57.927%20139.526%2057.7522%20139.382%2057.4724%20139.288C57.293%20139.227%2057.1407%20139.199%2057.0156%20139.204L56.9548%20139.228L57.251%20138.349C57.4237%20138.325%2057.6526%20138.361%2057.9376%20138.457C58.4391%20138.626%2058.7597%20138.86%2058.8996%20139.16C59.0484%20139.451%2059.1225%20139.667%2059.122%20139.808L59.1058%20139.909L59.1534%20139.925C59.2117%20139.874%2059.4083%20139.814%2059.7432%20139.744C59.9794%20139.689%2060.2147%20139.653%2060.449%20139.638C61.0393%20139.579%2061.725%20139.681%2062.5062%20139.944C63.5988%20140.312%2064.4294%20140.804%2064.998%20141.419C65.5667%20142.034%2065.7175%20142.737%2065.4507%20143.529ZM64.4135%20143.179C64.7266%20142.25%2063.9437%20141.469%2062.0646%20140.835C61.5104%20140.649%2060.9681%20140.557%2060.4379%20140.561C59.913%20140.566%2059.5562%20140.595%2059.3676%20140.649C59.1895%20140.707%2059.0493%20140.757%2058.947%20140.799L58.5706%20141.915C58.5916%20141.975%2058.6687%20142.086%2058.802%20142.249C58.9547%20142.423%2059.2357%20142.653%2059.6452%20142.938C60.074%20143.236%2060.5628%20143.477%2061.1118%20143.662C62.2202%20144.036%2063.0848%20144.113%2063.7056%20143.893C64.0601%20143.765%2064.296%20143.527%2064.4135%20143.179Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M50.7676%20148.369L49.8097%20147.913L54.9655%20137.097L55.9233%20137.554L50.7676%20148.369Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M35.992%20139.293L34.6601%20138.216L39.053%20128.079L39.001%20128.037L30.0602%20134.497L29.1377%20133.751L39.2048%20126.483L40.5302%20127.555L36.1148%20137.759L36.1408%20137.78L45.1886%20131.321L46.5205%20132.398L41.5145%20143.758L40.5984%20143.018L45.0432%20132.923L44.9847%20132.876L35.992%20139.293Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M31.0243%20116.951L31.6885%20117.779L28.1893%20120.587C27.3596%20121.253%2026.9227%20121.95%2026.8786%20122.678C26.8336%20123.414%2027.0901%20124.13%2027.6479%20124.825C28.2476%20125.572%2028.9298%20125.963%2029.6945%20126C30.4592%20126.036%2031.2043%20125.763%2031.9297%20125.181L35.3963%20122.398L36.0605%20123.226L26.7163%20130.725L26.0522%20129.898L29.8837%20126.823L29.8418%20126.771C29.7114%20126.804%2029.4878%20126.801%2029.1711%20126.763C28.9249%20126.732%2028.6856%20126.674%2028.4532%20126.589C28.1903%20126.493%2027.8977%20126.324%2027.5755%20126.083C27.2533%20125.841%2026.9614%20125.558%2026.6999%20125.232C26.0201%20124.385%2025.7085%20123.485%2025.7653%20122.532C25.8221%20121.58%2026.3566%20120.697%2027.3688%20119.885L31.0243%20116.951Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M22.5881%20119.209L22.0284%20118.308L29.155%20113.883L29.7148%20114.784L22.5881%20119.209ZM20.3319%20120.581C20.3001%20120.751%2020.2014%20120.888%2020.0357%20120.991C19.8701%20121.094%2019.7015%20121.123%2019.5298%20121.079C19.3628%20121.032%2019.2235%20120.918%2019.1119%20120.738C19.0002%20120.558%2018.9603%20120.383%2018.9921%20120.213C19.0286%20120.039%2019.1297%20119.901%2019.2953%20119.798C19.4609%20119.695%2019.6272%20119.668%2019.7942%20119.715C19.9629%20119.754%2020.1046%20119.866%2020.2192%20120.051C20.3338%20120.235%2020.3713%20120.412%2020.3319%20120.581Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M24.6814%20112.182L20.7425%20114.151L21.3924%20115.451L20.503%20115.896L19.8531%20114.595L18.1715%20115.435L17.6972%20114.486L19.3788%20113.646L17.941%20110.768L18.8304%20110.324L20.2682%20113.201L24.0949%20111.289C25.4602%20110.607%2025.8565%20109.687%2025.2838%20108.528C25.1544%20108.269%2025.0012%20108.031%2024.8244%20107.814C24.6426%20107.6%2024.487%20107.451%2024.3575%20107.366L24.1931%20107.261L25.09%20106.813C25.5084%20107.065%2025.8807%20107.517%2026.2069%20108.17C26.5978%20108.952%2026.6773%20109.697%2026.4455%20110.404C26.2161%20111.117%2025.6281%20111.709%2024.6814%20112.182Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M17.731%2097.8636L18.3675%2097.7149L20.7102%20105.124C20.9545%20105.046%2021.2578%20104.804%2021.6199%20104.398C21.8314%20104.161%2022.0117%20103.9%2022.1605%20103.613C22.3203%20103.306%2022.4134%20102.926%2022.4398%20102.474C22.4662%20102.021%2022.4055%20101.561%2022.2577%20101.094C22.1502%20100.754%2022.0071%20100.44%2021.8283%20100.152C21.6496%2099.8638%2021.4646%2099.639%2021.2733%2099.4775C20.9047%2099.1617%2020.6055%2098.973%2020.3757%2098.9113L20.2155%2098.848L19.8301%2097.6292C19.9198%2097.6358%2020.0086%2097.6487%2020.0964%2097.6676C20.2334%2097.6944%2020.4541%2097.7736%2020.7586%2097.9052C21.084%2098.0476%2021.38%2098.2169%2021.6465%2098.413C21.9287%2098.6218%2022.2172%2098.9336%2022.512%2099.3487C22.8191%2099.7656%2023.0583%20100.245%2023.2296%20100.787C23.6293%20102.051%2023.5709%20103.205%2023.0544%20104.251C22.5343%20105.303%2021.6608%20106.024%2020.434%20106.411C19.2072%20106.799%2018.0784%20106.712%2017.0477%20106.15C16.0241%20105.592%2015.3157%20104.691%2014.9228%20103.449C14.5298%20102.206%2014.5915%20101.062%2015.108%20100.016C15.6245%2098.9707%2016.4988%2098.2532%2017.731%2097.8636ZM19.7723%20105.455L17.7394%2099.0264C17.0915%2099.2313%2016.5432%2099.7143%2016.0945%20100.475C15.6458%20101.237%2015.5819%20102.124%2015.9026%20103.139C16.2234%20104.153%2016.7861%20104.843%2017.5908%20105.207C18.4025%20105.576%2019.1297%20105.658%2019.7723%20105.455Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M16.3868%2088.6803C16.2173%2088.903%2015.9578%2089.0306%2015.6084%2089.063C15.2645%2089.0949%2014.9888%2089.017%2014.7812%2088.8293C14.5675%2088.6366%2014.4439%2088.36%2014.4105%2087.9994C14.3775%2087.6445%2014.4483%2087.3526%2014.6229%2087.1238C14.7924%2086.9011%2015.0491%2086.7738%2015.393%2086.7419C15.7424%2086.7095%2016.0209%2086.7871%2016.2285%2086.9748C16.4422%2087.1675%2016.5655%2087.4414%2016.5985%2087.7964C16.6319%2088.1569%2016.5614%2088.4515%2016.3868%2088.6803Z%22%20fill%3D%22%23FF63C1%22%2F%3E%0A%3Cpath%20d%3D%22M22.6446%2079.4607L22.4918%2080.5867L18.5923%2080.0577L18.6844%2079.3788C18.7922%2078.584%2017.9741%2077.9643%2016.23%2077.5197L8.1615%2075.4639L9.16226%2068.087L20.0165%2069.5595L20.249%2067.8457L24.1485%2068.3747L23.9969%2069.4924L21.1157%2069.1015L19.7634%2079.0699L22.6446%2079.4607ZM10.029%2069.3429L9.31576%2074.6003L16.3816%2076.402C17.0122%2076.5606%2017.546%2076.7483%2017.9832%2076.965C18.4156%2077.1754%2018.678%2077.3543%2018.7704%2077.5018L18.8793%2077.6936L18.9124%2077.6981L19.8648%2070.6772L10.029%2069.3429Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M15.2939%2058.5796C15.7139%2057.3929%2016.4475%2056.5387%2017.4948%2056.0172C18.5436%2055.508%2019.6693%2055.4662%2020.8717%2055.8918C22.0794%2056.3193%2022.9281%2057.0599%2023.4179%2058.1136C23.9039%2059.1778%2023.9368%2060.3033%2023.5168%2061.49C23.0509%2062.8732%2022.1871%2063.761%2020.9255%2064.1535L20.8671%2064.1683L20.8448%2064.2313L25.4289%2065.8538L25.0748%2066.8541L13.9376%2062.9122L14.2917%2061.9119L15.6543%2062.3942L15.6766%2062.3312L15.6326%2062.2802C14.9115%2061.1623%2014.7986%2059.9287%2015.2939%2058.5796ZM22.528%2061.2287C22.8644%2060.2783%2022.8348%2059.4021%2022.4391%2058.6003C22.0434%2057.7985%2021.3992%2057.2396%2020.5065%2056.9236C19.6139%2056.6077%2018.7615%2056.6369%2017.9495%2057.0113C17.1428%2057.3875%2016.5712%2058.0508%2016.2348%2059.0012C15.904%2059.9359%2015.9241%2060.8057%2016.295%2061.6106C16.6713%2062.4173%2017.3215%2062.9843%2018.2456%2063.3114C19.1698%2063.6385%2020.0319%2063.6068%2020.8318%2063.2163C21.6281%2062.8364%2022.1935%2062.1738%2022.528%2061.2287Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M26.5795%2045.2986L27.1165%2045.6713L23.189%2052.3759C23.4101%2052.5054%2023.7929%2052.5683%2024.3374%2052.5645C24.6545%2052.563%2024.9693%2052.5215%2025.2818%2052.4399C25.6172%2052.3523%2025.9615%2052.1667%2026.3149%2051.8831C26.6682%2051.5994%2026.9688%2051.2461%2027.2165%2050.8232C27.3967%2050.5156%2027.5338%2050.1989%2027.6278%2049.8731C27.7219%2049.5473%2027.7647%2049.2593%2027.7563%2049.0091C27.7436%2048.5239%2027.6831%2048.1754%2027.5748%2047.9635L27.5144%2047.8022L28.1605%2046.6992C28.2157%2046.7703%2028.2657%2046.8447%2028.3104%2046.9226C28.3824%2047.0422%2028.4716%2047.2591%2028.5781%2047.5732C28.6905%2047.9102%2028.7633%2048.2433%2028.7964%2048.5726C28.8306%2048.9219%2028.7926%2049.345%2028.6822%2049.842C28.5786%2050.3494%2028.3832%2050.8482%2028.0961%2051.3384C27.426%2052.4823%2026.53%2053.213%2025.4079%2053.5305C24.2783%2053.85%2023.1583%2053.6846%2022.0481%2053.0342C20.9379%2052.3838%2020.2459%2051.4879%2019.9721%2050.3463C19.7003%2049.2123%2019.8938%2048.083%2020.5527%2046.9583C21.2115%2045.8337%2022.1019%2045.1126%2023.2239%2044.7951C24.3459%2044.4776%2025.4645%2044.6454%2026.5795%2045.2986ZM22.3142%2051.9022L25.7223%2046.0843C25.1359%2045.7408%2024.4099%2045.6577%2023.5444%2045.8349C22.6788%2046.0122%2021.9771%2046.5598%2021.4394%2047.4778C20.9017%2048.3957%2020.7671%2049.2756%2021.0358%2050.1173C21.3065%2050.9666%2021.7326%2051.5615%2022.3142%2051.9022Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M31.8494%2043.3499C30.6924%2043.4581%2029.6235%2043.0915%2028.6427%2042.2501C27.6619%2041.4087%2027.137%2040.4079%2027.0681%2039.2479C26.9918%2038.0963%2027.3799%2037.0238%2028.2322%2036.0304C28.6021%2035.5991%2029.0195%2035.2453%2029.4842%2034.9688C29.9447%2034.6887%2030.3912%2034.5103%2030.8239%2034.4338C31.2414%2034.3663%2031.6468%2034.3471%2032.0401%2034.3763C32.7632%2034.4316%2033.3108%2034.6188%2033.6829%2034.938L32.9593%2035.7814C32.8663%2035.7016%2032.689%2035.6302%2032.4274%2035.5673C32.1695%2035.5001%2031.8623%2035.4604%2031.5058%2035.4482C31.118%2035.4383%2030.7007%2035.5354%2030.2542%2035.7394C29.7889%2035.9567%2029.3749%2036.2767%2029.0122%2036.6995C28.3593%2037.4605%2028.0726%2038.2823%2028.152%2039.165C28.2356%2040.0514%2028.6367%2040.8028%2029.3554%2041.4194C30.0741%2042.036%2030.8778%2042.3182%2031.7665%2042.266C32.648%2042.2223%2033.4188%2041.8157%2034.0789%2041.0463C34.4416%2040.6235%2034.6949%2040.1657%2034.8389%2039.6728C34.9763%2039.1961%2035.0067%2038.7672%2034.9301%2038.3859C34.7873%2037.6542%2034.6059%2037.1941%2034.3861%2037.0055L35.1096%2036.1621C35.3615%2036.3561%2035.5822%2036.7106%2035.7716%2037.2254C35.9648%2037.736%2036.053%2038.2961%2036.0364%2038.9057C36.0266%2039.3449%2035.9203%2039.8152%2035.7177%2040.3166C35.5109%2040.8143%2035.2225%2041.2788%2034.8525%2041.71C34.0039%2042.6993%2033.0028%2043.2459%2031.8494%2043.3499Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M44.6552%2032.1051L43.5772%2033.0299L36.8955%2033.2359L39.6266%2036.4192L38.8212%2037.1101L33.3592%2030.7434L34.1645%2030.0525L36.852%2033.1851L37.8552%2026.8863L38.9332%2025.9614L37.9409%2032.273L44.6552%2032.1051Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M45.848%2029.9657C44.7035%2029.7046%2043.7999%2029.0225%2043.1373%2027.9195C42.4748%2026.8165%2042.297%2025.6985%2042.604%2024.5654C42.9091%2023.4399%2043.6203%2022.5416%2044.7376%2021.8704C45.8549%2021.1992%2046.982%2020.9933%2048.1189%2021.2525C49.2558%2021.5117%2050.157%2022.1952%2050.8224%2023.303C51.4879%2024.4108%2051.6681%2025.5274%2051.363%2026.6528C51.0579%2027.7783%2050.3467%2028.6766%2049.2293%2029.3478C48.112%2030.019%2046.9849%2030.225%2045.848%2029.9657ZM48.7044%2028.474C49.5687%2027.9549%2050.1033%2027.2601%2050.3082%2026.3897C50.5131%2025.5194%2050.3718%2024.6783%2049.8842%2023.8666C49.3966%2023.0549%2048.7204%2022.5351%2047.8558%2022.3073C46.994%2022.0842%2046.131%2022.2322%2045.2668%2022.7514C44.4073%2023.2677%2043.8713%2023.96%2043.6587%2024.8285C43.4519%2025.7065%2043.5908%2026.549%2044.0756%2027.3559C44.5603%2028.1629%2045.2388%2028.6812%2046.1111%2028.911C46.9758%2029.1388%2047.8402%2028.9932%2048.7044%2028.474Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M56.1595%2027.6209L55.1674%2027.9974L54.0557%2025.0681L54.6806%2024.8309C55.2327%2024.6215%2055.337%2023.7895%2054.9935%2022.3351L53.7677%2017.2685L59.3061%2015.1666L61.9298%2022.0798L63.1484%2021.6174L64.2601%2024.5467L63.268%2024.9232L62.5091%2022.9234L55.4006%2025.6212L56.1595%2027.6209ZM58.6669%2016.4727L54.972%2017.8749L55.9543%2021.9704C56.0882%2022.5273%2056.1635%2023.0081%2056.1801%2023.4129C56.1999%2023.8105%2056.1764%2024.0548%2056.1096%2024.1457L56.0124%2024.2898L56.0242%2024.321L60.9377%2022.4563L58.6669%2016.4727Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M71.5857%209.71821L67.158%2010.267L67.0315%209.24713L77.0148%208.00975L77.1412%209.02964L72.7134%209.57844L74.0608%2020.4489L72.9331%2020.5887L71.5857%209.71821Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M81.1059%2018.8201C80.3077%2017.9593%2079.9458%2016.8866%2080.0202%2015.602C80.0947%2014.3175%2080.578%2013.2937%2081.4703%2012.5308C82.3567%2011.7732%2083.4505%2011.432%2084.7517%2011.5074C86.053%2011.5828%2087.1001%2012.048%2087.893%2012.903C88.686%2013.758%2089.0451%2014.8305%2088.9703%2016.1206C88.8956%2017.4107%2088.415%2018.4346%2087.5286%2019.1922C86.6422%2019.9499%2085.5484%2020.291%2084.2472%2020.2156C82.9459%2020.1403%2081.8989%2019.6751%2081.1059%2018.8201ZM84.3061%2019.198C85.3126%2019.2563%2086.1458%2018.9838%2086.8057%2018.3804C87.4655%2017.777%2087.8229%2017.0026%2087.8776%2016.0573C87.9324%2015.1119%2087.6669%2014.3015%2087.0812%2013.6259C86.4951%2012.9559%2085.6988%2012.5917%2084.6923%2012.5334C83.6914%2012.4754%2082.8583%2012.7452%2082.1932%2013.3427C81.5275%2013.9513%2081.1674%2014.7255%2081.1129%2015.6653C81.0585%2016.6051%2081.3268%2017.4157%2081.9177%2018.0972C82.5035%2018.7728%2083.2996%2019.1397%2084.3061%2019.198Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M92.9026%2017.957L93.8264%2013.6518L92.405%2013.3468L92.6136%2012.3746L94.0351%2012.6797L94.4295%2010.8416L95.467%2011.0642L95.0725%2012.9023L98.2177%2013.5772L98.0091%2014.5494L94.8639%2013.8744L93.9664%2018.0571C93.6462%2019.5493%2094.1172%2020.4337%2095.3796%2020.7103C95.6628%2020.7711%2095.9442%2020.8001%2096.2239%2020.7975C96.5048%2020.7894%2096.7188%2020.7613%2096.8659%2020.7131L97.0503%2020.6501L96.8399%2021.6304C96.382%2021.7999%2095.7963%2021.8081%2095.0828%2021.655C94.2278%2021.4715%2093.5965%2021.0683%2093.189%2020.4453C92.776%2019.8212%2092.6806%2018.9917%2092.9026%2017.957Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M99.2927%2020.0159C99.5756%2019.2534%20100.136%2018.799%20100.975%2018.6526C101.806%2018.5094%20102.744%2018.6316%20103.789%2019.0191C104.337%2019.2225%20104.837%2019.485%20105.288%2019.8068C105.731%2020.1318%20106.034%2020.3958%20106.197%2020.5986L106.455%2020.9351L106.99%2019.4937C107.228%2018.8513%20107.167%2018.2703%20106.808%2017.7507C106.441%2017.2344%20105.894%2016.8416%20105.168%2016.5723C104.458%2016.3088%20103.788%2016.2265%20103.157%2016.3252C102.528%2016.4187%20102.133%2016.6822%20101.973%2017.1157L100.978%2016.7466C101.244%2016.1087%20101.776%2015.6586%20102.575%2015.3963C103.38%2015.1307%20104.35%2015.2081%20105.483%2015.6285C106.507%2016.0082%20107.267%2016.5694%20107.764%2017.3122C108.264%2018.0621%20108.337%2018.9122%20107.985%2019.8627L106.753%2023.1842C106.613%2023.5602%20106.572%2023.8478%20106.629%2024.0471C106.693%2024.2431%20106.863%2024.3925%20107.14%2024.4951C107.317%2024.561%20107.469%2024.5934%20107.594%2024.5923L107.655%2024.5706L107.333%2025.4401C107.159%2025.459%20106.932%2025.4161%20106.65%2025.3115C106.154%2025.1274%20105.84%2024.8834%20105.709%2024.5794C105.569%2024.284%20105.502%2024.0658%20105.507%2023.925L105.526%2023.8251L105.479%2023.8077C105.419%2023.8568%20105.221%2023.911%20104.884%2023.9702C104.646%2024.0186%20104.41%2024.0469%20104.175%2024.0549C103.583%2024.0967%20102.901%2023.9743%20102.128%2023.6876C101.047%2023.2866%20100.232%2022.7702%2099.6817%2022.1385C99.1318%2021.5068%2099.0022%2020.7992%2099.2927%2020.0159ZM100.319%2020.3966C99.978%2021.3157%20100.737%2022.1201%20102.596%2022.8097C103.145%2023.0132%20103.684%2023.1211%20104.214%2023.1335C104.739%2023.1441%20105.096%2023.1252%20105.286%2023.0769C105.466%2023.0248%20105.608%2022.9793%20105.711%2022.9405L106.121%2021.8359C106.102%2021.7754%20106.028%2021.6619%20105.9%2021.4954C105.753%2021.316%20105.479%2021.0777%20105.078%2020.7806C104.658%2020.4704%20104.177%2020.2146%20103.634%2020.0132C102.537%2019.6063%20101.675%2019.5035%20101.048%2019.7045C100.69%2019.8212%20100.447%2020.0519%20100.319%2020.3966Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M114.088%2015.5749L115.032%2016.0597L109.557%2026.7173L108.613%2026.2325L114.088%2015.5749Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M128.744%2025.1353L130.04%2026.2553L125.318%2036.2428L125.368%2036.2866L134.516%2030.1233L135.414%2030.8991L125.114%2037.8334L123.824%2036.7189L128.571%2026.6643L128.546%2026.6425L119.292%2032.8017L117.996%2031.6817L123.371%2020.4915L124.262%2021.2618L119.489%2031.2057L119.546%2031.2548L128.744%2025.1353Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M133.146%2047.7337L132.509%2046.8848L136.099%2044.1928C136.95%2043.5545%20137.409%2042.8721%20137.477%2042.1458C137.546%2041.4116%20137.314%2040.6881%20136.779%2039.9751C136.204%2039.2087%20135.535%2038.7948%20134.772%2038.7335C134.009%2038.6722%20133.255%2038.9207%20132.511%2039.4788L128.955%2042.1457L128.318%2041.2968L137.903%2034.1081L138.54%2034.957L134.61%2037.9047L134.65%2037.9582C134.781%2037.9292%20135.005%2037.9392%20135.32%2037.9882C135.565%2038.0272%20135.802%2038.093%20136.032%2038.1854C136.291%2038.2901%20136.578%2038.4684%20136.892%2038.7202C137.207%2038.9719%20137.489%2039.2649%20137.74%2039.5991C138.391%2040.4681%20138.673%2041.3777%20138.585%2042.3279C138.497%2043.2782%20137.934%2044.1427%20136.896%2044.9214L133.146%2047.7337Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M141.559%2045.5655L142.092%2046.483L134.838%2050.6964L134.305%2049.7788L141.559%2045.5655ZM143.854%2044.2611C143.891%2044.0915%20143.994%2043.9578%20144.162%2043.8599C144.331%2043.762%20144.5%2043.7376%20144.671%2043.7869C144.836%2043.8389%20144.972%2043.9564%20145.078%2044.1394C145.185%2044.3225%20145.22%2044.4987%20145.183%2044.6683C145.141%2044.8406%20145.036%2044.9757%20144.867%2045.0737C144.699%2045.1716%20144.532%2045.1945%20144.366%2045.1425C144.199%2045.0981%20144.06%2044.9819%20143.951%2044.7941C143.842%2044.6063%20143.81%2044.4286%20143.854%2044.2611Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M139.356%2052.6948L143.359%2050.8593L142.753%2049.5379L143.656%2049.1234L144.262%2050.4449L145.971%2049.6613L146.414%2050.6258L144.705%2051.4094L146.046%2054.3334L145.142%2054.7478L143.801%2051.8239L139.913%2053.6071C138.525%2054.2432%20138.098%2055.1498%20138.632%2056.3268C138.753%2056.5901%20138.898%2056.833%20139.067%2057.0555C139.242%2057.2758%20139.392%2057.4304%20139.519%2057.5194L139.68%2057.6295L138.768%2058.0474C138.359%2057.7819%20138.002%2057.3175%20137.698%2056.6542C137.333%2055.8593%20137.278%2055.1122%20137.534%2054.413C137.787%2053.7087%20138.394%2053.1359%20139.356%2052.6948Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M145.886%2067.3737L145.245%2067.5007L143.156%2060.0165C142.909%2060.0854%20142.598%2060.3169%20142.222%2060.7109C142.002%2060.9399%20141.813%2061.1951%20141.655%2061.4764C141.485%2061.7784%20141.379%2062.1549%20141.337%2062.6061C141.295%2063.0573%20141.34%2063.5189%20141.472%2063.9911C141.568%2064.3344%20141.7%2064.6531%20141.869%2064.9472C142.038%2065.2413%20142.215%2065.4723%20142.401%2065.6402C142.758%2065.9683%20143.051%2066.1671%20143.279%2066.2366L143.437%2066.3053L143.78%2067.5365C143.691%2067.5268%20143.603%2067.511%20143.515%2067.489C143.379%2067.4576%20143.162%2067.371%20142.862%2067.2291C142.541%2067.0757%20142.251%2066.8964%20141.992%2066.6913C141.717%2066.4731%20141.439%2066.1516%20141.158%2065.7268C140.866%2065.2996%20140.643%2064.8124%20140.49%2064.2651C140.134%2062.9883%20140.231%2061.8362%20140.783%2060.8089C141.339%2059.7748%20142.236%2059.0847%20143.476%2058.7388C144.715%2058.3928%20145.84%2058.5182%20146.851%2059.1151C147.855%2059.708%20148.532%2060.6322%20148.883%2061.8876C149.233%2063.143%20149.133%2064.2844%20148.581%2065.3117C148.029%2066.3389%20147.131%2067.0263%20145.886%2067.3737ZM144.104%2059.717L145.917%2066.2113C146.572%2066.0286%20147.136%2065.5645%20147.611%2064.8191C148.085%2064.0737%20148.179%2063.1887%20147.893%2062.1639C147.607%2061.1392%20147.068%2060.4309%20146.276%2060.0389C145.477%2059.6431%20144.754%2059.5358%20144.104%2059.717Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M146.417%2074.8443C146.594%2074.6276%20146.858%2074.5091%20147.209%2074.4888C147.553%2074.4688%20147.826%2074.5562%20148.027%2074.751C148.234%2074.9511%20148.348%2075.2318%20148.369%2075.5932C148.39%2075.9491%20148.309%2076.2384%20148.126%2076.461C147.949%2076.6777%20147.688%2076.796%20147.343%2076.816C146.993%2076.8363%20146.717%2076.749%20146.516%2076.5542C146.31%2076.3542%20146.196%2076.0762%20146.175%2075.7204C146.154%2075.3589%20146.235%2075.0669%20146.417%2074.8443Z%22%20fill%3D%22%23FF63C1%22%2F%3E%0A%3C%2Fsvg%3E%0A')
    center/contain no-repeat;
  animation: rotate 8s linear 0s infinite;
  z-index: 1;
}

.hero1 {
  position: relative;
  padding: 131px 0 158px;
  background: url("data:image/svg+xml,%3Csvg width='1366' height='1049' viewBox='0 0 1366 1049' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4' clip-path='url(%23clip0_4293_8)'%3E%3Crect width='1366' height='1049' fill='white'/%3E%3Cg opacity='0.2'%3E%3Cpath d='M3214.75 639.619H-1720' stroke='%23727272' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M3214.75 867.662H-1720' stroke='%23727272' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M3214.75 183.093H-1720' stroke='%23727272' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M3214.75 411.136H-1720' stroke='%23727272' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M104.787 -1942L104.787 2992.75' stroke='%23727272' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M332.83 -1942L332.83 2992.75' stroke='%23727272' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M560.874 -1942L560.874 2992.75' stroke='%23727272' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M788.918 -1940.67L788.918 2992.75' stroke='%23727272' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M1016.96 -1942L1016.96 2992.75' stroke='%23727272' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M1245 -1942L1245 2992.75' stroke='%23727272' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/g%3E%3Crect y='666' width='1366' height='383' fill='url(%23paint0_linear_4293_8)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4293_8' x1='683' y1='666' x2='683' y2='1049' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_4293_8'%3E%3Crect width='1366' height='1049' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    center top/cover;
}

.hero1__container {
  position: relative;
  display: flex;
  flex-direction: column;
}

.hero1__title {
  font-size: 98px;
  text-align: center;
  line-height: 87%;
}

.hero1__title span {
  font-weight: 500;
  color: var(--accent2);
}

.hero1__info {
  margin: 122px 52px 0 auto;
  display: flex;
  gap: 58px;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero1__info li {
  position: relative;
}

.hero1__info li:first-child::after {
  content: '';
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  width: 10px;
  border-radius: 5px;
  background-color: var(--accent);
}

.hero1__subtitle {
  display: block;
  margin: 15px auto 0 325px;
  text-align: start;
  font-size: 24px;
}

.hero1__subtitle.hero1__subtitle--mob {
  display: none;
}

.hero1__btn {
  margin: 23px auto 0;
  padding: 13px 70px 10px 70px;
}

.hero1__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 109px;
  flex-wrap: wrap;
  padding: 116px 0 95px;
}

.hero1__bottom::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1495px;
  aspect-ratio: 1495/396;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1495' height='396' viewBox='0 0 1495 396' fill='none'%3E%3Cpath d='M1 362C58 379.833 208.388 426.231 286 362C373 290 342.5 8.99969 518 1.49969C636.519 -3.56524 626 334.64 734 326C834 318 683.5 68.0151 866 42.4997C1034.8 18.8997 1245 50.4999 1304 153C1328.46 195.5 1279.5 260 1245 242C1202.89 220.028 1356.5 49.9999 1494 92.9999' stroke='black' stroke-opacity='0.2' stroke-dasharray='22 22'/%3E%3C/svg%3E")
    center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}

.hero1__bottom-sticker {
  position: relative;
  transform: rotate(-4.147deg);
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 15px 60px;
  background: var(--white);
  box-shadow: 0 7.24px 25.1px 0 rgba(0, 0, 0, 0.1);
}

.hero1__bottom-sticker span {
  display: block;
  padding: 15px 30px;
  background: #f6f6f6;
  font-size: 76px;
  font-weight: 700;
  line-height: 1.03;
}

.hero1__bottom-sticker::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0) rotate(-2.51deg);
  width: 296px;
  aspect-ratio: 296/68;
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22296%22%20height%3D%2268%22%20viewBox%3D%220%200%20296%2068%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M287.099%2052.685C286.72%2052.7034%20286.397%2052.5923%20286.132%2052.3515C285.228%2052.015%20284.41%2050.8499%20283.679%2048.8564C283.069%2046.7302%20282.687%2044.0856%20282.533%2040.9227C282.287%2035.862%20282.623%2031.0266%20283.541%2026.4167C280.658%2029.7271%20276.829%2033.1469%20272.055%2036.676C267.768%2039.8009%20263.727%2041.4556%20259.931%2041.6399C258.034%2041.7321%20256.437%2041.4926%20255.141%2040.9215C253.718%2040.3565%20252.802%2039.7669%20252.392%2039.1527C251.843%2038.2917%20251.544%2037.3551%20251.494%2036.343C251.433%2035.0778%20251.754%2033.8574%20252.458%2032.6819C253.035%2031.5125%20253.881%2030.6472%20254.995%2030.0858C255.73%2029.5428%20256.428%2029.5723%20257.092%2030.1742C257.629%2030.7822%20257.729%2031.5382%20257.392%2032.4423C257.056%2033.3463%20256.171%2034.7208%20254.739%2036.5658L255.165%2037.4963C255.581%2038.2369%20256.928%2038.552%20259.205%2038.4414C260.977%2038.3553%20262.862%2038.0101%20264.862%2037.4058C266.855%2036.6748%20268.707%2035.6338%20270.417%2034.2826C273.475%2031.9782%20276.876%2028.8962%20280.62%2025.0367C278.423%2026.7921%20276.692%2027.7005%20275.426%2027.7619C274.794%2027.7926%20274.086%2027.5734%20273.302%2027.1042C272.512%2026.5085%20272.09%2025.6413%20272.034%2024.5026C271.954%2022.8579%20272.879%2019.706%20274.809%2015.0469C275.374%2013.6245%20276.382%2012.1806%20277.832%2010.7151C279.277%209.12318%20280.875%208.09442%20282.628%207.62884C283.002%207.48389%20283.631%207.38991%20284.517%207.34689C285.655%207.29159%20286.68%207.49547%20287.59%207.95853C288.114%208.3135%20288.516%208.73788%20288.793%209.23166C289.96%207.14593%20290.86%206.08771%20291.492%206.05699C292.125%206.02626%20292.707%206.25165%20293.237%206.73314C293.509%207.1004%20293.539%207.73299%20293.329%208.6309C293.24%209.39615%20292.554%2010.9512%20291.273%2013.2961L290.208%2014.8696L288.694%2018.9379C286.418%2026.911%20285.443%2034.2503%20285.769%2040.9557C285.959%2044.8778%20286.401%2047.456%20287.095%2048.6905C287.342%2048.5517%20287.788%2048.5934%20288.433%2048.8157C288.825%2049.0503%20289.093%2049.3543%20289.238%2049.7278C289.383%2050.1012%20289.338%2050.4838%20289.104%2050.8756C288.641%2051.7858%20287.972%2052.389%20287.099%2052.685ZM275.45%2024.3367C276.336%2024.2937%20277.627%2023.4701%20279.325%2021.8658C280.541%2020.7923%20283.015%2018.1992%20286.746%2014.0867L286.691%2012.948C286.63%2011.6828%20286.406%2010.9962%20286.02%2010.8881C285.622%2010.527%20285.107%2010.3618%20284.474%2010.3925C283.095%2010.7132%20281.797%2011.4103%20280.581%2012.4839C279.365%2013.5574%20278.415%2014.8718%20277.729%2016.4268C275.781%2020.7064%20275.021%2023.343%20275.45%2024.3367Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M241.412%208.29902C241.032%208.31746%20240.707%208.14305%20240.435%207.77579C240.29%207.40238%20240.269%206.95956%20240.371%206.44735L240.964%202.9945C241.072%202.6088%20241.246%202.2833%20241.487%202.01798C241.848%201.61999%20242.219%201.41178%20242.598%201.39335C243.231%201.36262%20243.749%201.59107%20244.153%202.07871C244.678%202.43368%20244.889%202.86728%20244.787%203.37949L244.518%205.67524C244.41%206.06094%20243.992%206.58852%20243.263%207.25798C242.535%207.92743%20241.918%208.27445%20241.412%208.29902ZM240.167%2049.2576C238.112%2048.7233%20236.971%2046.1156%20236.744%2041.4345C236.584%2038.145%20236.779%2034.3311%20237.329%2029.9926C237.88%2025.6541%20238.578%2021.7523%20239.424%2018.2872C239.532%2017.9015%20239.77%2017.5729%20240.137%2017.3015C240.504%2017.03%20240.881%2016.9483%20241.266%2017.0564C241.779%2017.1583%20242.107%2017.396%20242.252%2017.7694C242.524%2018.1367%20242.605%2018.5132%20242.497%2018.8989C240.446%2028.8901%20239.556%2036.6691%20239.826%2042.2359C239.943%2044.6397%20240.324%2045.9528%20240.969%2046.1751C241.86%2046.2586%20243.567%2044.8442%20246.089%2041.9317C248.731%2038.8866%20251.415%2035.3957%20254.14%2031.4588C254.863%2030.6629%20255.619%2030.5627%20256.408%2031.1585C256.794%2031.2665%20256.999%2031.5736%20257.024%2032.0797C257.175%2032.5796%20257.13%2032.9622%20256.889%2033.2276C249.416%2043.8626%20244.099%2049.2569%20240.936%2049.4105L240.167%2049.2576Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M226.97%2061.3121C225.831%2061.3674%20224.988%2060.9645%20224.438%2060.1035C223.908%2059.622%20223.612%2058.7487%20223.55%2057.4835C223.501%2056.4713%20223.702%2055.3837%20224.153%2054.2204C223.906%2054.3592%20223.466%2054.444%20222.834%2054.4747C222.327%2054.4993%20221.686%2054.3402%20220.908%2053.9976C220.131%2053.6549%20219.509%2052.6071%20219.043%2050.8543C218.704%2049.0954%20218.483%2047.1405%20218.378%2044.9897C218.298%2043.345%20218.303%2042.14%20218.393%2041.3747C216.51%2044.3829%20214.473%2046.828%20212.281%2048.7098C210.084%2050.4651%20208.169%2051.5093%20206.537%2051.8422L205.588%2051.8883C203.563%2051.9866%20202.069%2051.2349%20201.103%2049.6332C200.415%2048.5252%20200.013%2046.7693%20199.896%2044.3655C199.687%2040.0639%20200.577%2034.8847%20202.566%2028.8277C203.773%2024.9646%20205.219%2022.1044%20206.904%2020.2471C207.145%2019.9818%20207.519%2019.8369%20208.025%2019.8123C209.037%2019.7631%20209.567%2020.2446%20209.617%2021.2568C209.776%2024.5462%20208.399%2027.5299%20205.486%2030.2077C203.732%2035.8728%20202.947%2040.6031%20203.132%2044.3986C203.211%2046.0433%20203.46%2047.236%20203.876%2047.9767C204.286%2048.5909%20204.934%2048.8764%20205.82%2048.8334C207.573%2048.3678%20209.839%2046.7359%20212.62%2043.9378C215.395%2041.013%20217.723%2036.7151%20219.603%2031.0438L220.224%2028.1603C220.866%2025.7196%20221.886%2024.5287%20223.284%2024.5877C223.917%2024.5569%20224.438%2024.8487%20224.849%2025.4628C224.981%2025.5832%20225.057%2025.8331%20225.075%2026.2127C225.1%2026.7188%20224.706%2027.7524%20223.894%2029.3136L222.667%2031.4657L222.505%2032.0442C222.097%2034.0931%20221.856%2036.9582%20221.781%2040.6395C221.7%2044.1943%20221.769%2046.9175%20221.988%2048.8091C222.194%2050.4477%20222.487%2051.2577%20222.867%2051.2393L223.607%2050.8229C224.589%2050.1411%20225.465%2049.9083%20226.237%2050.1245C227.487%2047.147%20229.351%2043.7592%20231.83%2039.9612C234.303%2036.0366%20236.017%2033.4805%20236.974%2032.2926C237.209%2031.9008%20237.579%2031.6926%20238.085%2031.668C238.591%2031.6434%20238.977%2031.7515%20239.242%2031.9923C239.64%2032.3534%20239.852%2032.787%20239.876%2033.293C239.895%2033.6726%20239.72%2033.9981%20239.353%2034.2696C239.239%2034.5287%20237.819%2036.6268%20235.093%2040.5636C232.494%2044.4943%20230.455%2048.2076%20228.976%2051.7035C229.791%2052.8053%20230.238%2054.1785%20230.318%2055.8232C230.373%2056.9619%20230.35%2057.7873%20230.248%2058.2995C229.942%2059.8362%20229.039%2060.8312%20227.539%2061.2845L226.97%2061.3121ZM226.985%2057.6971C227.182%2056.5462%20227.209%2055.784%20227.064%2055.4106C226.734%2056.4412%20226.578%2057.1462%20226.596%2057.5258C226.741%2057.8992%20226.813%2058.0859%20226.813%2058.0859L226.985%2057.6971Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M188.568%2052.905C186.797%2052.991%20185.501%2052.4199%20184.68%2051.1916C184.131%2050.3306%20183.823%2049.2042%20183.755%2047.8125C183.676%2046.1678%20183.957%2044.1251%20184.599%2041.6844C185.235%2039.1171%20186.271%2035.6428%20187.707%2031.2613C190.826%2022.3595%20191.921%2017.4874%20190.992%2016.6447C190.992%2016.6447%20190.865%2016.6509%20190.612%2016.6632C190.48%2016.5428%20190.227%2016.5551%20189.853%2016.7C186.107%2017.8965%20182.811%2020.5295%20179.965%2024.599C177.119%2028.6686%20174.734%2033.0961%20172.811%2037.8817C170.887%2042.6673%20170.106%2044.8611%20170.467%2044.4632C170.378%2045.2284%20169.827%2045.6356%20168.815%2045.6848C167.917%2045.4747%20167.446%2044.9269%20167.403%2044.0413C167.149%2036.1911%20167.279%2031.0487%20167.795%2028.6141C168.311%2026.1796%20169.069%2024.8112%20170.069%2024.509C170.316%2024.3702%20170.629%2024.2916%20171.009%2024.2731C171.768%2024.2363%20172.286%2024.4647%20172.564%2024.9585C173.239%2025.8134%20173.213%2026.5756%20172.484%2027.245C172.244%2027.5104%20171.87%2027.6553%20171.364%2027.6799C171.028%2028.5839%20170.765%2031.0062%20170.576%2034.9467C172.62%2030.0284%20175.131%2025.5947%20178.109%2021.6456C181.208%2017.5638%20184.758%2014.9185%20188.757%2013.7097C189.257%2013.5586%20189.886%2013.4646%20190.646%2013.4278C191.784%2013.3725%20192.685%2013.6457%20193.348%2014.2476C194.024%2015.1025%20194.39%2016.0993%20194.445%2017.2379C194.568%2019.7683%20193.352%2024.7732%20190.799%2032.2525C187.477%2042.1787%20186.295%2047.8794%20187.254%2049.3546C187.381%2049.3484%20187.51%2049.4055%20187.643%2049.5259C187.776%2049.6463%20188.032%2049.6973%20188.411%2049.6788C189.291%2049.5093%20190.988%2047.9051%20193.504%2044.8661C196.02%2041.8272%20198.574%2038.2791%20201.167%2034.2219C201.401%2033.83%20201.708%2033.6249%20202.088%2033.6065C202.588%2033.4554%20203.034%2033.4971%20203.426%2033.7317C204.209%2034.2009%20204.373%2034.9539%20203.916%2035.9906C196.72%2047.1194%20191.605%2052.7575%20188.568%2052.905Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M149.359%2052.7169C147.196%2052.5683%20145.661%2050.9942%20144.755%2047.9947C144.301%2046.4949%20144.038%2044.9859%20143.964%2043.4677C143.915%2042.4556%20144.051%2040.0394%20144.373%2036.2193C144.923%2031.8809%20146.001%2027.9606%20147.606%2024.4586C149.338%2020.9505%20151.195%2018.7045%20153.176%2017.7205C153.923%2017.4306%20154.423%2017.2795%20154.676%2017.2672C155.308%2017.2365%20155.953%2017.4588%20156.61%2017.9342C157.388%2018.2768%20157.985%2018.8185%20158.401%2019.5592C159.077%2020.4141%20159.451%2021.6007%20159.525%2023.1189C159.574%2024.131%20159.485%2024.8963%20159.256%2025.4146C158.614%2027.8553%20157.013%2030.1523%20154.455%2032.3056C151.896%2034.459%20149.503%2036.097%20147.275%2037.2197C147.12%2039.2563%20147.07%2040.8439%20147.126%2041.9826C147.218%2043.8803%20147.491%2045.5791%20147.944%2047.0789C148.397%2048.5787%20149.01%2049.4366%20149.781%2049.6528C151.311%2049.8321%20154.09%2048.3022%20158.118%2045.063C162.146%2041.8238%20165.167%2038.7603%20167.183%2035.8724C167.772%2034.9561%20168.522%2034.7294%20169.433%2035.1925C169.824%2035.4271%20170.033%2035.7974%20170.057%2036.3035C170.202%2036.6769%20170.157%2037.0595%20169.923%2037.4513C169.213%2038.5004%20167.588%2040.2913%20165.048%2042.8242C162.634%2045.3509%20160.018%2047.6338%20157.201%2049.6729C154.383%2051.712%20152.025%2052.7776%20150.127%2052.8698L149.359%2052.7169ZM148.021%2032.9986C152.826%2030.1021%20155.544%2027.3069%20156.174%2024.6132C156.288%2024.354%20156.33%2023.9081%20156.299%2023.2756C156.281%2022.896%20156.12%2022.2063%20155.818%2021.2064C155.667%2020.7065%20155.338%2020.4688%20154.832%2020.4934C153.592%2021.0609%20152.331%2022.5172%20151.05%2024.8621C149.895%2027.2008%20148.886%2029.913%20148.021%2032.9986Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M134.121%2065.8215C132.983%2065.8768%20132.139%2065.4739%20131.59%2064.6129C131.059%2064.1314%20130.763%2063.2581%20130.702%2061.9929C130.653%2060.9807%20130.853%2059.8931%20131.304%2058.7298C131.057%2058.8686%20130.618%2058.9534%20129.985%2058.9841C129.479%2059.0087%20128.837%2058.8496%20128.06%2058.507C127.282%2058.1643%20126.66%2057.1165%20126.195%2055.3637C125.856%2053.6048%20125.634%2051.6499%20125.53%2049.4991C125.45%2047.8544%20125.455%2046.6494%20125.544%2045.8841C123.661%2048.8923%20121.624%2051.3374%20119.433%2053.2192C117.235%2054.9745%20115.32%2056.0187%20113.688%2056.3516L112.739%2056.3977C110.715%2056.496%20109.22%2055.7443%20108.254%2054.1426C107.567%2053.0346%20107.164%2051.2787%20107.048%2048.8749C106.839%2044.5733%20107.728%2039.3941%20109.717%2033.3371C110.924%2029.474%20112.371%2026.6138%20114.056%2024.7565C114.297%2024.4912%20114.67%2024.3463%20115.176%2024.3217C116.188%2024.2725%20116.719%2024.754%20116.768%2025.7662C116.928%2029.0556%20115.551%2032.0393%20112.637%2034.7171C110.883%2040.3822%20110.099%2045.1125%20110.283%2048.908C110.363%2050.5527%20110.611%2051.7454%20111.027%2052.4861C111.438%2053.1003%20112.086%2053.3858%20112.971%2053.3428C114.724%2052.8772%20116.991%2051.2453%20119.772%2048.4472C122.546%2045.5224%20124.874%2041.2245%20126.754%2035.5532L127.375%2032.6697C128.018%2030.229%20129.038%2029.0381%20130.436%2029.0971C131.068%2029.0663%20131.59%2029.3581%20132%2029.9722C132.133%2030.0926%20132.208%2030.3425%20132.227%2030.7221C132.251%2031.2282%20131.857%2032.2618%20131.046%2033.823L129.819%2035.9751L129.656%2036.5536C129.249%2038.6025%20129.007%2041.4676%20128.933%2045.1489C128.852%2048.7037%20128.92%2051.4269%20129.139%2053.3185C129.345%2054.9571%20129.638%2055.7671%20130.018%2055.7487L130.759%2055.3323C131.74%2054.6505%20132.617%2054.4177%20133.388%2054.6339C134.638%2051.6564%20136.503%2048.2686%20138.981%2044.4706C141.454%2040.546%20143.169%2037.9899%20144.126%2036.802C144.36%2036.4102%20144.73%2036.202%20145.237%2036.1774C145.743%2036.1528%20146.128%2036.2609%20146.394%2036.5017C146.792%2036.8628%20147.003%2037.2964%20147.027%2037.8024C147.046%2038.182%20146.871%2038.5075%20146.504%2038.779C146.39%2039.0381%20144.97%2041.1362%20142.245%2045.073C139.645%2049.0037%20137.607%2052.717%20136.128%2056.2129C136.942%2057.3147%20137.389%2058.6879%20137.469%2060.3326C137.524%2061.4713%20137.501%2062.2967%20137.399%2062.8089C137.093%2064.3456%20136.191%2065.3406%20134.691%2065.7939L134.121%2065.8215ZM134.136%2062.2065C134.334%2061.0556%20134.36%2060.2934%20134.215%2059.92C133.885%2060.9506%20133.729%2061.6556%20133.747%2062.0352C133.892%2062.4086%20133.965%2062.5953%20133.965%2062.5953L134.136%2062.2065Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M110.558%2038.2421C111.354%2038.9643%20111.454%2039.7203%20110.858%2040.5102C108.012%2044.5797%20105.021%2048.2758%20101.885%2051.5985C98.87%2054.7885%2096.4133%2056.4296%2094.5156%2056.5218C94.0095%2056.5464%2093.6901%2056.4985%2093.5575%2056.3781C90.978%2055.4888%2089.5776%2052.7669%2089.3564%2048.2123C89.2642%2046.3145%2089.3588%2044.3443%2089.64%2042.3016L78.9057%2044.5349C79.0507%2044.9083%2079.1416%2045.4746%2079.1784%2046.2337C79.2829%2048.3845%2078.7855%2051.1986%2077.6862%2054.676C77.4639%2055.3209%2076.9732%2055.6618%2076.2141%2055.6986L75.8345%2055.7171C75.0631%2055.5009%2074.659%2055.0133%2074.6221%2054.2542L74.7583%2045.307C73.9992%2045.3439%2073.4716%2044.9256%2073.1755%2044.0523L73.1571%2043.6728C73.1202%2042.9137%2073.5385%2042.3861%2074.4118%2042.09L74.7914%2042.0716C75.0148%2036.2272%2075.2223%2032.6663%2075.4139%2031.3888C75.5158%2030.8766%2075.6626%2029.9818%2075.8542%2028.7043C75.9131%2027.3065%2076.0506%2026.2218%2076.2668%2025.4505C76.6034%2024.5464%2077.0216%2024.0188%2077.5215%2023.8677C78.3948%2023.5717%2079.0968%2023.6644%2079.6275%2024.1459C80.152%2024.5009%2080.4265%2024.9314%2080.4511%2025.4375C80.4818%2026.07%2079.9322%2027.8088%2078.8022%2030.6536L77.9899%2041.3456C84.7666%2039.8751%2088.7813%2038.9826%2090.0342%2038.6682C91.2513%2032.3951%2092.5268%2027.3239%2093.8607%2023.4546C93.9626%2022.9424%2094.2003%2022.6138%2094.5737%2022.4689C94.941%2022.1974%2095.3838%2022.1759%2095.9022%2022.4044C96.2879%2022.5124%2096.5532%2022.7532%2096.6981%2023.1266C96.9696%2023.4938%2097.0544%2023.9336%2096.9524%2024.4458C95.6308%2028.5681%2094.5592%2032.6149%2093.7376%2036.5861L94.1263%2036.7574C94.9039%2037.1001%2095.3111%2037.651%2095.348%2038.4101C95.4033%2039.5487%2094.6239%2040.4743%2093.0099%2041.1868C92.6206%2043.6152%2092.4843%2046.0313%2092.601%2048.4351C92.7362%2051.2185%2093.3885%2052.8989%2094.5579%2053.4762C95.8231%2053.4147%2097.5359%2052.1268%2099.6965%2049.6123C101.857%2047.0979%20104.721%2043.4079%20108.29%2038.5424C108.885%2037.7526%20109.641%2037.6525%20110.558%2038.2421Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M53.7274%2060.0247C52.5888%2060.08%2051.5011%2059.8791%2050.4643%2059.4222C46.9623%2057.8169%2045.0977%2054.6737%2044.8703%2049.9925C44.7904%2048.3478%2044.9034%2046.7571%2045.2092%2045.2205C45.3885%2043.69%2045.5924%2042.6655%2045.8209%2042.1472C45.9228%2041.6349%2046.2237%2041.3033%2046.7237%2041.1522C47.0909%2040.8807%2047.4705%2040.8623%2047.8623%2041.0969C48.3745%2041.1988%2048.7031%2041.4365%2048.8481%2041.8099C49.1195%2042.1772%2049.138%2042.5567%2048.9034%2042.9486C48.9095%2043.0751%2048.7535%2043.7802%2048.4354%2045.0638C48.1112%2046.2209%2047.9951%2047.7483%2048.0873%2049.646C48.2594%2053.1885%2049.5117%2055.4738%2051.8443%2056.5019C52.4953%2056.8507%2053.0739%2057.0128%2053.5799%2056.9882C54.8451%2056.9268%2055.8327%2056.3716%2056.5426%2055.3226C57.626%2054.1286%2058.3052%2052.447%2058.5803%2050.2778C55.3375%2048.7867%2052.5516%2046.2588%2050.2226%2042.6943C47.8936%2039.1297%2046.6615%2035.9558%2046.5263%2033.1724C46.2928%2028.3647%2047.5045%2025.8963%2050.1614%2025.7673C51.1735%2025.7182%2052.2072%2026.1118%2053.2623%2026.9483C54.3175%2027.7847%2055.2615%2028.9437%2056.0943%2030.425C59.944%2036.5788%2061.8806%2042.5085%2061.9041%2048.2141C62.9285%2048.418%2063.757%2048.5046%2064.3896%2048.4738C68.0586%2048.2956%2071.6742%2045.7105%2075.2362%2040.7185C75.7054%2039.9348%2076.4584%2039.7715%2077.4951%2040.2284C77.7604%2040.4691%2077.9053%2040.8425%2077.9299%2041.3486C78.081%2041.8485%2078.0362%2042.2312%2077.7955%2042.4965C73.8969%2048.3925%2069.4805%2051.4604%2064.5463%2051.7C63.9137%2051.7307%2062.9587%2051.6503%2061.6812%2051.4587C61.2919%2053.8871%2060.375%2055.8973%2058.9305%2057.4893C57.4861%2059.0812%2055.7517%2059.9263%2053.7274%2060.0247ZM58.6042%2046.8526C58.3768%2042.1714%2056.6159%2037.2477%2053.3214%2032.0815C52.7662%2031.0939%2052.16%2030.3624%2051.5028%2029.8871C50.9722%2029.4056%2050.5803%2029.171%2050.3273%2029.1833C50.2069%2029.316%2050.0325%2029.6415%2049.804%2030.1598C49.7021%2030.672%2049.6849%2031.624%2049.7525%2033.0157C49.857%2035.1665%2050.739%2037.66%2052.3985%2040.4961C54.1784%2043.1996%2056.247%2045.3185%2058.6042%2046.8526Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M48.3505%2040.6927C48.6158%2040.9335%2048.7608%2041.3069%2048.7853%2041.8129C48.9303%2042.1863%2048.8824%2042.5057%2048.6417%2042.7711C44.3635%2048.6855%2040.1536%2053.392%2036.0117%2056.8903C31.9964%2060.3826%2027.9012%2062.2301%2023.7261%2062.4329C22.0814%2062.5127%2020.8733%2062.4446%2020.1019%2062.2284C17.7939%2061.7064%2015.5601%2060.1029%2013.4007%2057.4178C11.3616%2054.6001%209.95202%2051.6884%209.17196%2048.6827C7.68085%2051.9255%206.62333%2054.9571%205.99941%2057.7773C5.6813%2059.0609%205.07944%2059.7242%204.19381%2059.7672L4.00404%2059.7764C3.23879%2059.6868%202.71121%2059.2686%202.42131%2058.5217C2.12526%2057.6484%201.94037%2056.4526%201.86663%2054.9344C1.62699%2050.0002%201.67781%2043.2131%202.01908%2034.5731C2.3542%2025.8065%203.52469%2021.1843%205.53053%2020.7064L5.91009%2020.688C7.30178%2020.6204%208.23041%2021.463%208.69599%2023.2158L8.91342%2023.7759C8.95029%2024.535%208.59531%2025.0595%207.8485%2025.3494C7.34857%2025.5005%206.83943%2025.4618%206.32107%2025.2334C5.79294%2027.4149%205.40488%2031.1748%205.15688%2036.5131C4.90274%2041.7249%204.81687%2046.4847%204.89927%2050.7925C6.80429%2045.6273%209.30013%2040.8773%2012.3868%2036.5424C15.5939%2032.0749%2018.6603%2028.6288%2021.5861%2026.204C24.6323%2023.6466%2026.9237%2022.5207%2028.4604%2022.8266C29.6175%2023.1508%2030.543%2023.9302%2031.2371%2025.1646C31.8169%2026.6582%2031.707%2028.3122%2030.9074%2030.1265C30.1078%2031.9407%2029.1215%2033.8274%2027.9485%2035.7866C27.3528%2036.5765%2026.5967%2036.6766%2025.6804%2036.087C25.2947%2035.9789%2025.0263%2035.6749%2024.8752%2035.175C24.8506%2034.6689%2024.9587%2034.2833%2025.1994%2034.0179C26.144%2032.5771%2026.8957%2031.0822%2027.4545%2029.5333C28.1399%2027.9782%2028.407%2026.9507%2028.256%2026.4507C28.2437%2026.1977%2028.0477%2026.0804%2027.6682%2026.0988C27.0295%2026.003%2025.7348%2026.7634%2023.7843%2028.3799C21.8337%2029.9965%2019.7241%2032.2548%2017.4555%2035.1549C15.1807%2037.9285%2013.1141%2041.0725%2011.2557%2044.5868C11.7741%2044.8152%2012.0486%2045.2458%2012.0793%2045.8783C12.2022%2048.4087%2013.223%2051.1491%2015.1418%2054.0995C17.0605%2057.0499%2018.9177%2058.7351%2020.7136%2059.1551C21.3584%2059.3774%2022.3135%2059.4579%2023.5786%2059.3964C29.778%2059.0954%2037.2793%2052.9609%2046.0824%2040.9931C46.6781%2040.2033%2047.4341%2040.1031%2048.3505%2040.6927Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3C%2Fsvg%3E%0A')
    center/contain no-repeat;
}

.hero1__bottom-sticker::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -50%) rotate(-3.506deg);
  width: 133px;
  aspect-ratio: 133/155;
  background: url('../img/hero/hero__bottom-sticker-clip.webp') center/contain no-repeat;
}

.hero1__bottom-text {
  width: 100%;
  max-width: 377px;
  line-height: 1.36;
  font-size: var(--m);
}

.hero1__decor {
  position: absolute;
  left: 0%;
  top: 20%;
  aspect-ratio: 300 / 547;
  width: 300px;
  background: url('../img//hero1/flowers.webp') center/contain no-repeat;
}

.hero1__early-birds {
  position: absolute;
  top: 22%;
  left: 20%;
  aspect-ratio: 470 / 180;
  width: 470px;
  background: url('../img/hero1/early-birds.webp') center/contain no-repeat;
  z-index: 1;
}

.hero1__photo1,
.hero1__photo2,
.hero1__photo3,
.hero1__photo4 {
  position: absolute;
  box-shadow: 0 9.392px 9.447px 0 rgba(0, 0, 0, 0.05);
}

.hero1__photo1 {
  top: -0.5%;
  left: -4%;
  aspect-ratio: 125 / 132;
  width: 125px;
  background: url('../img/hero1/photo1.webp') center / contain no-repeat;
  transform: rotate(-11.686deg);
}

.hero1__photo2 {
  top: -6%;
  left: 82%;
  aspect-ratio: 127 / 132;
  width: 127px;
  background: url('../img/hero1/photo2.webp') center / contain no-repeat;
  transform: rotate(7deg);
}

.hero1__photo3 {
  top: 31%;
  left: 9%;
  aspect-ratio: 146 / 154;
  width: 146px;
  background: url('../img/hero1/photo3.webp') center / contain no-repeat;
  transform: rotate(-13.41deg);
}

.hero1__photo3::before {
  content: '';
  position: absolute;
  top: -57px;
  left: 55px;
  width: 38px;
  height: 114px;
  background: url('../img/hero1/photo3-decor.webp') center / contain no-repeat;
  transform: rotate(93deg);
}

.hero1__photo4 {
  position: absolute;
  top: 17%;
  left: 86%;
  aspect-ratio: 146 / 154;
  width: 146px;
  background: url('../img/hero1/photo4.webp') center / contain no-repeat;
  transform: rotate(10.8deg);
  z-index: 2;
}

.hero1__photo4::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 77px;
  width: 84px;
  height: 32px;
  background: url('../img/hero1/photo4-decor.webp') center / contain no-repeat;
  transform: rotate(357deg);
}

.about {
  position: relative;
  padding: 70px 0;
  background: #f8f8f8;
}

.about__bg-top,
.about__bg-bottom {
  position: absolute;
  left: -22px;
  right: -35px;
  z-index: 1;
  aspect-ratio: 1423/278;
}

.about__bg-top {
  top: -70px;
}

.about__bg-bottom {
  bottom: -43px;
  background: bottom center;
}

.about__container {
  position: relative;
  z-index: 2;
}

.about__flower {
  position: absolute;
  top: 250px;
  left: 0;
  transform: translateX(-100%) rotate(24.34deg);
  width: 191px;
  aspect-ratio: 191/512;
  background: center/contain no-repeat;
  z-index: 5;
}

.about__tag {
  position: absolute;
  top: 57px;
  right: 207px;
  transform: rotate(-6.683deg);
  width: 447px;
  aspect-ratio: 447/190;
  background: center/contain no-repeat;
}

.about__title {
  font-size: 70px;
}

.about__title span {
  color: var(--accent);
  font-weight: 500;
}

.about__subtitle {
  width: 100%;
  max-width: 886px;
  font-weight: 600;
  font-size: var(--m);
}

.about__wrap {
  position: relative;
  padding-left: 536px;
  margin-top: 36px;
}

.about__images::before {
  content: '';
  position: absolute;
  left: -179px;
  top: 0;
  width: 625px;
  aspect-ratio: 626/227;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='625' height='227' viewBox='0 0 625 227' fill='none'%3E%3Cpath d='M0.5 184C22 201.5 76.3 234.2 121.5 225C178 213.5 134.5 38 204 12.0003C249.98 -5.20058 321.5 173.499 415.5 161.5C481.5 153.076 533.5 0.000331315 581.5 1.50033C606.078 2.2684 607.57 50.3141 624.192 95.5' stroke='black' stroke-opacity='0.2' stroke-dasharray='22 22'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

.about__images .img {
  position: absolute;
  aspect-ratio: 146/154;
  background: center/contain no-repeat;
  z-index: 3;
}

.about__images .img:nth-child(1) {
  left: 0;
  top: 0;
  transform: rotate(7.295deg) translateX(-50%);
  width: 146px;
  box-shadow: 0 11.195px 11.261px 0 rgba(0, 0, 0, 0.05);
}

.about__images .img:nth-child(2) {
  left: 10%;
  top: 0;
  transform: rotate(-11.799deg);
  width: 108px;
  box-shadow: 0 8.285px 8.334px 0 rgba(0, 0, 0, 0.05);
}

.about__images .img:nth-child(3) {
  left: 25%;
  top: 0;
  transform: rotate(7.281deg);
  width: 131px;
  box-shadow: 0 10.083px 10.142px 0 rgba(0, 0, 0, 0.05);
}

.about__desc {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}

.about__desc span {
  display: inline-block;
  position: relative;
}

.about__desc span::before {
  content: '';
  position: absolute;
  top: 0;
  right: -7px;
  bottom: 0;
  left: -7px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='52' viewBox='0 0 90 52' fill='none'%3E%3Cpath d='M11.017 51C9.39793 48.5738 6.29382 43.8404 4.45173 40.3504C2.76986 37.164 2.16619 34.7277 1.99474 32.8025C1.60147 28.3863 2.07596 24.2792 2.71921 22.2161C3.18935 20.7082 4.13591 19.1334 5.46366 17.0728C6.90561 14.835 9.88004 12.3078 13.6957 9.5717C15.5074 8.27259 17.2562 7.42003 19.9194 6.32079C22.5826 5.22155 26.156 3.96925 29.5707 3.03192C32.9855 2.0946 36.1334 1.51019 40.7754 1.20913C45.4174 0.908077 51.458 0.908077 55.846 1.36725C60.234 1.82643 62.7864 2.74478 65.5051 4.05274C68.2238 5.36069 71.0314 7.03042 73.4136 8.64197C75.7958 10.2535 77.6676 11.7563 79.4826 13.4488C81.2976 15.1413 82.9992 16.978 84.4288 18.8008C87.1365 22.2532 88.3592 25.3519 88.7885 27.7073C89.2135 30.0393 88.965 32.9365 88.3669 36.0508C87.8326 38.8326 85.1958 41.2042 82.7929 43.4786C81.7751 44.442 81.0707 44.9181 79.1887 45.7606C77.3066 46.603 74.2438 47.7719 69.7307 48.6662C65.2176 49.5605 59.3472 50.1449 54.7916 50.446C50.236 50.747 47.1731 50.747 42.3623 50.3713C37.5514 49.9956 31.0854 49.2443 24.4789 47.5214' stroke='%23FF63C1' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

.about__text {
  margin-top: 27px;
  font-size: 20px;
  font-weight: 500;
}

.about__text span {
  color: var(--accent2);
}

.about__list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 44px;
}

.about__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 8px 10px;
  background: #ffeef8;
}

.about__list li:nth-child(1) {
  max-width: 262px;
}

.about__list li:nth-child(2) {
  max-width: 329px;
}

.about__list li:nth-child(3) {
  max-width: 420px;
}

.about__list .icon {
  flex: 0 0 50px;
  height: 50px;
  background: var(--accent) center no-repeat;
  background-size: 26px;
}

.about__list p {
  flex: 1 1 auto;
  font-size: var(--s);
  line-height: normal;
}

.about__bottom {
  display: flex;
  gap: 23px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 12px;
}

.about__bottom-text {
  width: 100%;
  max-width: 730px;
  font-style: italic;
  font-weight: 700;
  font-size: var(--m);
  line-height: 1.37;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(-360deg);
  }
}

.structure {
  padding: 82px 0 38px;
}

.structure__header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.structure__content {
  width: 100%;
  max-width: 450px;
}

.structure__title {
  font-size: 52px;
}

.structure__title ._mark-green::before,
.structure__title ._mark-pink::before {
  bottom: 5px;
}

.structure__title ._mark-green ._cursor-left::before,
.structure__title ._mark-green ._cursor-right::before,
.structure__title ._mark-pink ._cursor-left::before,
.structure__title ._mark-pink ._cursor-right::before {
  bottom: -5px;
  width: 15px;
}

.structure__title ._mark-green ._cursor-left {
  margin-left: -8px;
  width: 8px;
}

.structure__title ._mark-green ._cursor-right {
  width: 8px;
}

.structure__subtitle {
  margin-top: 21px;
  font-size: var(--m);
  text-transform: uppercase;
  line-height: 1.41;
  font-weight: 500;
}

.structure__subtitle span {
  position: relative;
}

.structure__subtitle span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='218' height='9' viewBox='0 0 218 9' fill='none'%3E%3Cpath d='M1 3.52759C1.13236 3.52571 1.26471 3.52383 36.7475 3.6797C72.2303 3.83558 143.06 4.14927 216.035 4.47247' stroke='%23FF63C1' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M40.0176 8H116.759' stroke='%23FF63C1' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

.structure__info {
  position: relative;
  width: 100%;
  max-width: 610px;
  padding-bottom: 160px;
}

.structure__indicators {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px 14px;
}

.structure__indicators .item {
  max-width: 169px;
  width: 100%;
}

.structure__indicators .item:nth-child(3) {
  margin-left: auto;
  margin-top: -50px;
  z-index: 1;
}

.structure__indicators .item__value {
  text-transform: uppercase;
  color: var(--accent);
}

.structure__indicators .item__value-count,
.structure__indicators .item__value-plus {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.14;
}

.structure__indicators .item__value-title {
  display: block;
  width: 100%;
  margin-top: 4px;
  font-size: 24px;
  font-weight: 600;
}

.structure__indicators .item__desc {
  margin-top: 6px;
  font-size: 16px;
}

.structure__images {
  position: absolute;
  bottom: 0;
  left: -25px;
  right: -115px;
  display: flex;
  justify-content: space-between;
}

.structure__images::before {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  left: 30px;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='727' height='153' viewBox='0 0 727 153' fill='none'%3E%3Cpath d='M0.5 91C10 73 44.5 9.50002 85 13.5C125.5 17.5 133.5 149.5 179 146C224.5 142.5 281 -0.499907 331 0.500093C381 1.50009 481.752 143.629 418 151.5C377.5 156.5 382.5 15.099 561.5 8.5C694 3.61526 416.5 189 738.5 146' stroke='black' stroke-opacity='0.2' stroke-dasharray='22 22'/%3E%3C/svg%3E")
    center top/contain no-repeat;
  z-index: -1;
}

.structure__images img {
  display: block;
  width: auto;
  height: 145px;
}

.structure__items {
  position: relative;
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.structure__items-bg-desctop,
.structure__items-bg-mobile {
  position: absolute;
  background: center/contain no-repeat;
  z-index: -1;
}

.structure__items-bg-desctop {
  top: -70px;
  left: -90px;
  bottom: -44px;
  right: -323px;
}

.structure__items-bg-mobile {
  display: none;
}

.structure__items .item {
  width: 100%;
  max-width: 200px;
}

.structure__items .item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--accent);
  font-size: 16px;
}

.structure__items .item__text {
  margin-top: 14px;
  font-size: 16px;
  line-height: normal;
}

.structure__items .item__text span {
  display: inline-block;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}

.speakers {
  padding: 90px 0 38px;
}

.speakers__container {
  position: relative;
}

.speakers__title,
.speakers__subtitle {
  text-align: center;
}

.speakers__title {
  font-size: 56px;
}

.speakers__subtitle {
  margin-top: 20px;
  font-weight: 500;
  font-size: var(--m);
}

.speakers__agreed {
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%) rotate(-2.001deg);
  width: 490px;
  aspect-ratio: 490/106;
  background: center/contain no-repeat;
  z-index: 1;
}

.speakers__list {
  display: grid;
  gap: 58px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 90px;
}

.speakers__list .item {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.speakers__list .item:nth-child(4n + 1),
.speakers__list .item:nth-child(4n + 4) {
  transform: translateY(-54px);
}

.speakers__list .item__image {
  aspect-ratio: 227/265;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.speakers__list .item__name {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.speakers__list .item__name ._accent {
  color: var(--accent2);
}

.speakers__list .item__description {
  font-size: 14px;
  font-weight: 700;
}

.speakers__list .item__full-info {
  display: none;
}

.speakers__list .item__button {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  line-height: 1;
  font-size: var(--s);
}

.speakers__list .item__button:before {
  content: '';
  display: block;
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2217%22%20height%3D%2218%22%20viewBox%3D%220%200%2017%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.30054%2014.8384L0.585868%2015.5379L1.98479%2016.9672L2.69946%2016.2678L1.30054%2014.8384ZM16.6994%202.56574C17.0941%202.17944%2017.1009%201.54631%2016.7146%201.15161C16.3283%200.75691%2015.6951%200.750103%2015.3004%201.13641L16.6994%202.56574ZM2%2015.5531L2.69946%2016.2678L16.6994%202.56574L15.9999%201.85107L15.3004%201.13641L1.30054%2014.8384L2%2015.5531Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M16%202.14893V16.1488%22%20stroke%3D%22%233EC284%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%2F%3E%0A%3Cpath%20d%3D%22M16%201.85107L2.0001%201.85107%22%20stroke%3D%22%233EC284%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  aspect-ratio: 1/1;
  width: 16px;
}

.ticker {
  padding: 15px 0;
  width: 200%;
}

.ticker .swiper-wrapper {
  transition-timing-function: linear !important;
}

.dating {
  position: relative;
  padding: 34px 0 30px;
}

.dating::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  background: var(--white) 3FA;
}

.dating__bg-top,
.dating__bg-bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 22px;
}

.dating__bg-top {
  background: url("data:image/svg+xml,%3Csvg width='32' height='22' viewBox='0 0 32 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_6034_13' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='22'%3E%3Crect width='32' height='22' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_6034_13)'%3E%3Ccircle cx='15.5825' cy='11.0259' r='10.0073' transform='rotate(180 15.5825 11.0259)' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A")
    center/contain repeat;
  top: 0;
  transform: translateY(-50%);
}

.dating__bg-bottom {
  background: url("data:image/svg+xml,%3Csvg width='32' height='22' viewBox='0 0 32 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_6034_13' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='22'%3E%3Crect width='32' height='22' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_6034_13)'%3E%3Ccircle cx='15.5825' cy='11.0259' r='10.0073' transform='rotate(180 15.5825 11.0259)' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A")
    center/contain repeat;
  bottom: 0;
  transform: translateY(50%);
}

.dating__container {
  position: relative;
}

.dating__title {
  text-transform: uppercase;
  font-size: 76px;
}

.dating__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 28px;
}

.dating__left {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 400px;
}

.dating__subtitle {
  font-size: 44px;
  font-weight: 500;
  text-transform: uppercase;
}

.dating__subtitle ._mark-green ._cursor-left::before,
.dating__subtitle ._mark-green ._cursor-right::before {
  width: 16px;
}

.dating__subtitle ._mark-green ._cursor-left,
.dating__subtitle ._mark-green ._cursor-right {
  width: 10px;
}

.dating__sticker {
  margin-top: 10px;
  z-index: 111;
  position: relative;
  transform: rotate(-7.469deg);
  width: 100%;
  max-width: 340px;
  padding: 14px 14px 40px;
  background: var(--white);
  box-shadow: 0 7.24px 25.1px 0 rgba(0, 0, 0, 0.1);
}

.dating__sticker::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  transform: translate(0, -50%) rotate(-3.506deg);
  width: 133px;
  aspect-ratio: 133/155;
  background: url(../img/hero/hero__bottom-sticker-clip.webp) center/contain no-repeat;
}

.dating__sticker-text {
  padding: 16px 19px;
  background: #f6f6f6;
  font-weight: 500;
  line-height: 1.2;
  font-size: 20px;
}

.dating__right {
  width: 100%;
  max-width: 700px;
  position: relative;
  padding-top: 300px;
  z-index: 2;
}

.dating__image {
  position: absolute;
  top: -50px;
  left: -20px;
  right: -37px;
  bottom: 0;
  background: center top/contain no-repeat;
  pointer-events: none;
}

.dating__image::before {
  content: '';
  position: absolute;
  top: 44px;
  left: 26px;
  right: -80px;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='739' height='253' viewBox='0 0 739 253' fill='none'%3E%3Cpath d='M1 99.1238C10.5 81.1238 9 1.11864 59.5 1.11865C117.855 1.11867 86.2075 251.619 185.5 251.619C267 251.619 242.5 28.6134 309 10.1187C375.612 -8.4073 483.752 154.748 420 162.619C379.5 167.619 383 23.2228 562 16.6238C694.5 11.739 417 197.124 739 154.124' stroke='%23FF63C1' stroke-dasharray='22 22'/%3E%3C/svg%3E")
    center top/contain no-repeat;
  z-index: -1;
}

.dating__text {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.dating__list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 25px;
}

.dating__list .item {
  display: flex;
  gap: 12px;
  width: calc((100% - 60px) / 3);
}

.dating__list .item__icon {
  flex: 0 0 30px;
  font-size: 28px;
}

.dating__list .item__text {
  font-weight: 500;
  line-height: 1.11;
}

.dating__flowers {
  position: absolute;
  top: 35%;
  transform: translateX(-64%);
  width: 210px;
  aspect-ratio: 210/354;
  background: center/contain no-repeat;
  z-index: 2;
}

.discount {
  position: relative;
  padding: 207px 0 75px;
}

.discount .ticker_gray {
  padding: 5px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  transform: translateX(-50%) rotate(1.74deg);
  z-index: 2;
}

.discount .ticker_gray .ticker__el {
  aspect-ratio: 186/34;
  width: 186px;
}

.discount .ticker_green {
  padding: 4px 0;
  position: absolute;
  top: 0px;
  right: 0;
  width: 200%;
  transform: translateX(50%) rotate(-3.93deg);
  z-index: 1;
}

.discount .ticker_green .ticker__el {
  aspect-ratio: 107/48;
  width: 107px;
}

.discount__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.discount__title {
  line-height: 1.02;
  font-size: 72px;
  position: relative;
  z-index: 4;
  text-transform: uppercase;
}

.discount__mockup {
  position: relative;
  padding: 0 110px;
}

.discount__mockup-gradient {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  height: 280px;
  z-index: 3;
  background: linear-gradient(0deg, var(--white) 0%, rgba(255, 255, 255, 0) 100%);
}

.discount__mockup-image {
  aspect-ratio: 668/1349;
  width: 335px;
  position: absolute;
  top: -165px;
  left: 50%;
  transform: translateX(-50%);
  background: center/contain no-repeat;
  z-index: 2;
}

.discount__mockup-text {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #f7f7f7;
  width: 420px;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  border-radius: 14px;
  position: relative;
  z-index: 4;
}

.discount__mockup-text-bottom {
  padding: 12px 24px;
  text-align: center;
}

.discount__mockup-text-bottom a,
.discount__mockup-text-bottom a:visited {
  color: var(--accent);
  font-size: 22px;
  font-weight: 700;
}

.discount__mockup-text-main {
  padding: 28px 24px 20px;
  border-bottom: 1px solid rgba(60, 60, 67, 0.36);
  font-size: 22px;
}

.discount__mockup-text-main > * {
  margin-bottom: 0.5em;
}

.discount__mockup-text-main h1,
.discount__mockup-text-main h2,
.discount__mockup-text-main h3,
.discount__mockup-text-main h4,
.discount__mockup-text-main h5,
.discount__mockup-text-main h6 {
  margin-bottom: 12px;
  font-size: 30px;
  text-transform: uppercase;
}

.discount__mockup-text-main b {
  font-weight: 700;
}

.discount__mockup-text-main ._mark-pink {
  color: var(--white);
  font-weight: 700;
}

.discount__mockup-text-main ._mark-pink::before {
  top: -1px;
  right: -4px;
  left: -4px;
  background: #ff63c1;
}

.packages {
  position: relative;
  z-index: 2;
  padding: 42px 0;
  background: var(--bg);
}

.packages__title {
  text-align: center;
  font-size: 76px;
}

.packages__title ._mark-green::before {
  bottom: 8px;
  top: -4px;
}

.packages__title ._mark-green ._cursor-left::before,
.packages__title ._mark-green ._cursor-right::before {
  width: 30px;
}

.packages__title ._mark-green ._cursor-left,
.packages__title ._mark-green ._cursor-right {
  width: 20px;
}

.packages__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 32px;
}

.packages__list .package {
  width: calc((100% - 75px) / 4);
  position: relative;
}

.packages__list .package .hero__promo {
  max-width: 180px;
  height: 104px;
  right: 5.5%;
  top: -5%;
}

.packages__list .package .promo-badge-1 {
  width: 46.45%;
  transform: rotate(13.3deg);
  right: 10px;
}

.packages__list .package .promo-badge-2 {
  transform: rotate(0deg);
  width: 58%;
  height: 49%;
  padding-top: 5px;
  top: 5px;
  bottom: unset;
}

.packages__list .package .promo-badge-2 .promo__text {
  font-size: 14px;
  transform: rotate(-3.08deg);
}

.packages__list .package:hover .package__btn {
  background: #fbcfe9;
}

.packages__list .package__image {
  width: 100%;
  aspect-ratio: 262/160;
  background: center/contain no-repeat;
}

.packages__list .package__btn {
  position: relative;
  left: 50%;
  transform: translate(-55%, -19%);
  z-index: -1;
  width: 100%;
  max-width: 174px;
  padding: 10px 18px;
  border-radius: 3.933px;
  border: 1px solid #ff63c1;
  background: var(--white) 3FA;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.02;
  transition: var(--transition);
}

.packages__list .package__btn::before {
  content: '';
  position: absolute;
  top: 8px;
  right: 6px;
  width: 10px;
  aspect-ratio: 10/11;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' viewBox='0 0 10 11' fill='none'%3E%3Cpath d='M8.47256 0.829543L8.9311 0.361031L9.86812 1.27812L9.40958 1.74663L8.94107 1.28809L8.47256 0.829543ZM1.13648 10.1996C0.883233 10.4583 0.468177 10.4628 0.209425 10.2095C-0.0493267 9.9563 -0.0537896 9.54124 0.199457 9.28249L0.667968 9.74104L1.13648 10.1996ZM8.94107 1.28809L9.40958 1.74663L1.13648 10.1996L0.667968 9.74104L0.199457 9.28249L8.47256 0.829543L8.94107 1.28809Z' fill='%23FF63C1'/%3E%3Cpath d='M0.847656 9.74121L9.30061 9.74121' stroke='%23FF63C1' stroke-width='1.31113' stroke-linecap='square'/%3E%3Cpath d='M0.667969 9.74121L0.667969 1.28826' stroke='%23FF63C1' stroke-width='1.31113' stroke-linecap='square'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

.history {
  padding: 60px 0;
  text-align: center;
}

.history__container {
  position: relative;
}

.history__title {
  font-size: 46px;
}

.history__title ._mark-pink ._cursor-left,
.history__title ._mark-pink ._cursor-right {
  width: 5px;
}

.history__title ._mark-pink ._cursor-left::before,
.history__title ._mark-pink ._cursor-right::before {
  width: 15px;
}

.history__subtitle {
  position: relative;
  margin-top: 20px;
  font-size: 26px;
  text-transform: uppercase;
  line-height: normal;
}

.history__subtitle::before {
  content: '';
  position: absolute;
  left: 12px;
  bottom: -4px;
  transform: translateY(100%);
  width: 153px;
  aspect-ratio: 153/39;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='153' height='39' viewBox='0 0 153 39' fill='none'%3E%3Cpath d='M148.604 1.11133C148.856 1.36314 149.108 1.61495 125.568 1.74467C102.027 1.87439 54.6867 1.87439 29.5438 2.0003C4.40084 2.1262 2.88998 2.37801 1.73394 2.63364C0.577895 2.88926 -0.177537 3.14108 7.36534 4.02623C14.9082 4.91138 30.7723 6.42225 50.528 9.21506C70.2837 12.0079 93.4503 16.0368 105.762 18.2383C118.074 20.4397 118.83 20.6915 118.589 20.9471C118.349 21.2028 117.09 21.4546 108.006 24.2283C98.9214 27.0021 82.0501 32.2901 72.9811 35.1401C63.9121 37.9902 63.1567 38.242 65.5374 37.3644C67.9182 36.4869 73.458 34.4724 81.5999 32.3015C89.7418 30.1306 100.318 27.8643 108.158 26.5709C115.999 25.2775 120.783 25.0257 122.367 25.0219C123.95 25.0181 122.187 25.2699 120.02 26.0291C117.853 26.7884 115.335 28.0474 118.948 28.9479C122.561 29.8483 132.382 30.3519 138.952 30.4854C145.522 30.619 148.543 30.3672 151.657 30.1077' stroke='%23FF63C1' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

.history__indicators {
  display: flex;
  justify-content: center;
  gap: 73px;
  margin-top: 20px;
}

.history__indicators-title {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 32px;
}

.history__indicators .item__title {
  text-transform: uppercase;
  line-height: 0.98;
  font-size: 58px;
  color: var(--accent2);
  font-weight: 500;
}

.history__indicators .item__desc {
  margin-top: 7px;
}

.history__bottom {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 74px;
  text-align: left;
}

.history__bottom-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(7.384deg) translate(0, -50%);
  width: 634px;
  aspect-ratio: 634/214;
  background: center/contain no-repeat;
  z-index: -1;
}

.history__desc {
  width: 100%;
  max-width: 520px;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1.39;
}

.history__desc span {
  position: relative;
  font-weight: 700;
}

.history__desc span::before {
  content: '';
  position: absolute;
  top: -8px;
  right: -11px;
  bottom: -8px;
  left: -11px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='257' height='48' viewBox='0 0 257 48' fill='none'%3E%3Cpath d='M239.501 41.0529C239.501 41.1755 239.501 41.2982 206.387 41.484C173.273 41.6699 107.046 41.9152 72.5557 41.9802C38.0656 42.0453 35.5869 41.9802 32.2451 41.9802C27.6864 41.9802 25.1649 41.7763 21.2347 41.2151C16.9159 40.5983 16.4453 40.75 11.1818 39.6404C8.68789 39.1148 5.91589 37.5499 3.78804 34.1876C2.37613 31.9566 -1.74325 25.4687 3.85132 16.4076C5.10507 14.377 10.0008 11.4584 16.9255 8.91233C20.2334 7.69606 26.3362 6.51489 35.8237 5.082C45.3112 3.64912 58.1391 2.29986 82.2737 1.54346C106.408 0.787059 141.461 0.664399 167.275 2.19579C193.089 3.72717 208.602 6.91632 217.264 8.80454C230.108 11.6041 235.107 13.1682 238.585 14.0399C243.088 15.1682 250.909 19.9628 254.184 23.0758C256.4 25.1824 256.225 29.0174 255.553 32.3552C254.857 35.8161 249.77 38.1908 243.022 40.9079C238.66 42.3984 232.395 44.1156 220.815 45.1843C209.234 46.2529 192.528 46.6209 175.316 47' stroke='%23FF63C1' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

.history__text {
  margin-left: 90px;
  max-width: 308px;
  font-weight: 500;
  font-size: 20px;
}

.history__images .img {
  position: absolute;
  background: center/contain no-repeat;
}

.history__images .img:nth-child(1) {
  left: -11%;
  top: 36%;
  transform: rotate(-11.686deg);
  width: 126px;
  aspect-ratio: 126/133;
  box-shadow: 0 9.663px 9.72px 0 rgba(0, 0, 0, 0.05);
}

.history__images .img:nth-child(2) {
  left: 5%;
  top: 50%;
  transform: rotate(6.871deg);
  width: 114px;
  aspect-ratio: 114/120;
  box-shadow: 0 8.755px 8.807px 0 rgba(0, 0, 0, 0.05);
}

.history__images .img:nth-child(3) {
  right: -9%;
  top: 34%;
  transform: rotate(10.8deg);
  width: 221px;
  aspect-ratio: 221/233;
  box-shadow: 0 17px 17.1px 0 rgba(0, 0, 0, 0.05);
}

.history__images .img:nth-child(4) {
  top: 92%;
  right: 7%;
  transform: rotate(-13.41deg);
  width: 134px;
  aspect-ratio: 134/141;
  box-shadow: 0 10.278px 10.338px 0 rgba(0, 0, 0, 0.05);
}

.summit {
  position: relative;
  padding: 60px 0 66px;
  text-align: center;
}

.summit__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 1500px;
  aspect-ratio: 1423/465;
  background: center/contain no-repeat;
  z-index: 1;
}

.summit__container {
  position: relative;
  z-index: 2;
}

.summit__title {
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 1.29;
  font-weight: 600;
}

.summit__img {
  aspect-ratio: 1126/143;
  background: center/cover no-repeat;
}

.summit__subtitle {
  margin-top: 20px;
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
}

.summit__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  /* Styling the entire scrollbar */
  /* Styling the scrollbar thumb */
  /* Styling the scrollbar track */
}

.summit__items .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 40px) / 5);
  padding: 8px 10px;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
}

.summit__items .item::before {
  content: '';
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 8px;
  aspect-ratio: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cpath d='M0.650268 1.61213L0.292934 1.2624L0.992397 0.547727L1.34973 0.897459L1 1.25479L0.650268 1.61213ZM7.34905 6.76913C7.5464 6.96228 7.5498 7.27885 7.35665 7.4762C7.1635 7.67355 6.84694 7.67695 6.64959 7.4838L6.99932 7.12646L7.34905 6.76913ZM1 1.25479L1.34973 0.897459L7.34905 6.76913L6.99932 7.12646L6.64959 7.4838L0.650268 1.61213L1 1.25479Z' fill='%233EC284'/%3E%3Cpath d='M7 6.99951V1.00019' stroke='%233EC284' stroke-linecap='square'/%3E%3Cpath d='M7 7.12646L1.00068 7.12646' stroke='%233EC284' stroke-linecap='square'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

.summit__items .item:nth-child(1) span {
  color: #ff63c1;
}

.summit__items .item:nth-child(2) span {
  color: #3ec284;
}

.summit__items .item:nth-child(3) span {
  color: #f60f1a;
}

.summit__items .item:nth-child(4) span {
  color: #ff8129;
}

.summit__items .item:nth-child(5) span {
  color: #3ec284;
}

.summit__items .item__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.summit__items .item__title {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: normal;
}

.summit__items .item__title span {
  font-weight: 700;
}

.summit__items .item__subtitle {
  font-size: 14px;
  text-decoration: underline;
}

.summit__items::-webkit-scrollbar {
  height: 5px;
  /* Adjust width as needed */
}

.summit__items::-webkit-scrollbar-thumb {
  background: var(--accent);
  /* Color of the draggable handle */
}

.summit__items::-webkit-scrollbar-track {
  background: #333;
  /* Color of the scrollbar background */
}

.partners {
  position: relative;
  padding: 105px 0 60px;
}

.partners .ticker {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(1.3deg);
  width: 200%;
  padding: 5px 0;
}

.partners .ticker__el {
  aspect-ratio: 237/31;
  width: 238px;
}

.partners__container {
  position: relative;
}

.partners__main {
  display: grid;
  gap: 0 32px;
  grid-template-columns: 457px 588px;
  justify-content: space-between;
}

.partners__title {
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

.partners__title ._mark-pink ._cursor-left,
.partners__title ._mark-pink ._cursor-right {
  width: 5px;
}

.partners__title ._mark-pink ._cursor-left::before,
.partners__title ._mark-pink ._cursor-right::before {
  width: 17px;
}

.partners__statistic {
  position: relative;
  display: grid;
  gap: 8px 48px;
  grid-template-columns: repeat(3, 1fr);
  height: -moz-fit-content;
  height: fit-content;
}

.partners__statistic .item {
  width: 164px;
}

.partners__statistic .item__title {
  color: var(--accent2);
  font-size: 48px;
  font-weight: 500;
}

.partners__statistic .item__text {
  font-size: 16px;
  font-weight: 400;
}

.partners__statistic .item__text span {
  font-weight: 700;
}

.partners__sticker {
  margin-left: 20px;
  z-index: 1;
  position: relative;
  transform: rotate(-7.469deg);
  width: 100%;
  max-width: 422px;
  padding: 11px 13px 28px;
  background: var(--white);
  box-shadow: 0 7.24px 25.1px 0 rgba(0, 0, 0, 0.1);
}

.partners__sticker::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  transform: translate(0, -50%) rotate(-3.506deg);
  width: 133px;
  aspect-ratio: 133/155;
  background: url(../img/hero/hero__bottom-sticker-clip.webp) center/contain no-repeat;
}

.partners__sticker-text {
  padding: 17px;
  background: #f6f6f6;
  font-weight: 500;
  line-height: 1.2;
  font-size: 20px;
}

.partners__sticker-text span {
  font-weight: 700;
}

.partners__video {
  position: relative;
  margin: 32px 0 0;
  grid-area: 2/2/4/3;
  align-self: end;
  aspect-ratio: 548/270;
  max-width: 548px;
  width: 100%;
  background: center/contain no-repeat;
  cursor: pointer;
}

.partners__video:hover .partners__video-btn {
  transform: translate(-50%, -50%) scale(1.2);
}

.partners__video-message {
  margin: 40px 0 68px 98px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  text-wrap: nowrap;
  align-self: center;
}

.partners__video-message::before {
  content: '';
  position: absolute;
  left: 66%;
  top: 30px;
  width: 174px;
  height: 70px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='177' height='71' viewBox='0 0 177 71' fill='none'%3E%3Cpath d='M1.00446 17.9786C0.99165 17.8578 0.978838 17.737 4.95168 21.2223C8.92452 24.7075 16.8834 31.8024 22.9681 36.8957C29.0528 41.9891 33.0222 44.8658 37.4744 47.7413C41.9267 50.6168 46.7415 53.4039 50.9293 55.3914C55.1171 57.3789 58.5319 58.4823 64.1442 59.6803C69.7565 60.8782 77.4628 62.1372 87.8085 61.8651C98.1542 61.5931 110.906 59.7519 125.74 55.545C140.574 51.338 157.105 44.8211 174.136 38.1067' stroke='%23FF63C1' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M162.594 61.0521C164.64 57.687 167.353 52.3618 170.663 45.625C172.229 42.4369 173.907 39.8903 174.779 38.366C175.651 36.8418 175.753 36.4614 172.325 36.4717C168.896 36.482 154.765 37.5124 147.592 37.9374' stroke='%23FF63C1' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

.partners__video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center/cover no-repeat;
}

.partners__video-btn {
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  width: 100px;
  left: 50%;
  top: 50%;
  background: url("data:image/svg+xml,%3Csvg width='102' height='102' viewBox='0 0 102 102' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='15.0078' y='14.8545' width='71.9858' height='71.9858' rx='35.9929' fill='%23FF63C1'/%3E%3Cpath d='M64.6758 50.8482L44.1598 62.6931L44.1598 39.0033L64.6758 50.8482Z' fill='white'/%3E%3Ccircle cx='50.9984' cy='50.8495' r='50.0301' stroke='%23FF63C1' stroke-width='0.719858'/%3E%3C/svg%3E%0A")
    center/contain no-repeat;
  transform: translate(-50%, -50%);
  transition: var(--transition);
}

.partners__footer {
  position: relative;
  margin-top: 98px;
}

.partners__footer-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1499px;
  aspect-ratio: 1499/341;
  background: center/contain no-repeat;
  z-index: 1;
}

.partners__footer-title,
.partners__footer-list {
  position: relative;
  z-index: 2;
}

.partners__footer-title {
  width: 100%;
  max-width: 765px;
  margin: 0 auto;
  text-align: center;
  font-size: 34px;
}

.partners__footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 32px;
}

.partners__footer-list .item {
  position: relative;
  width: calc((100% - 68px) / 3);
  padding-left: 38px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 1.25;
}

.partners__footer-list .item__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 100%;
  background: left top/contain no-repeat;
}

.partners__footer-list .item__title {
  font-weight: 700;
  color: var(--text-color);
}

.partners__flowers {
  position: absolute;
  right: 0;
  top: 100px;
  transform: translate(23%, 0%);
  width: 452px;
  aspect-ratio: 452/488;
  background: center/contain no-repeat;
  z-index: -1;
}

.partners-packages {
  padding: 40px 0 60px;
}

.partners-packages__title {
  text-align: center;
  font-size: 56px;
}

.partners-packages__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: -10px;
}

.partners-packages__list .package {
  position: relative;
  width: calc((100% - 40px) / 3);
}

.partners-packages__list .package:hover .package__btn {
  background: #25ac6d;
}

.partners-packages__list .package__image {
  width: 100%;
  aspect-ratio: 364/180;
  background: center/contain no-repeat;
}

.partners-packages__list .package__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-40%);
  width: 100%;
  max-width: 160px;
  padding: 9px 18px;
  border-radius: 3px;
  background: var(--accent2);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--white);
  transition: var(--transition);
}

.partners-packages__list .package__btn::before {
  content: '';
  position: absolute;
  top: 8px;
  right: 7px;
  width: 8px;
  aspect-ratio: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cpath d='M6.51434 0.64978L6.86407 0.292446L7.57874 0.991909L7.22901 1.34924L6.87167 0.999512L6.51434 0.64978ZM1.35733 7.34856C1.16418 7.54591 0.847619 7.54931 0.650268 7.35616C0.452918 7.16301 0.449514 6.84645 0.642665 6.6491L1 6.99883L1.35733 7.34856ZM6.87167 0.999512L7.22901 1.34924L1.35733 7.34856L1 6.99883L0.642665 6.6491L6.51434 0.64978L6.87167 0.999512Z' fill='white'/%3E%3Cpath d='M1.12695 6.99951L7.12627 6.99951' stroke='white' stroke-linecap='square'/%3E%3Cpath d='M1 6.99951L1 1.00019' stroke='white' stroke-linecap='square'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

.partners-logos {
  position: relative;
  padding: 25px 0 38px;
  text-align: center;
}

.partners-logos::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  background: #ffeef8;
}

.partners-logos__bg-top,
.partners-logos__bg-bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 22px;
  z-index: 11;
}

.partners-logos__bg-top {
  background: url("data:image/svg+xml,%3Csvg width='32' height='22' viewBox='0 0 32 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_6034_13' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='22'%3E%3Crect width='32' height='22' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_6034_13)'%3E%3Ccircle cx='15.5825' cy='11.0259' r='10.0073' transform='rotate(180 15.5825 11.0259)' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A")
    center/contain repeat;
  top: 0;
  transform: translateY(-50%);
}

.partners-logos__bg-bottom {
  background: url("data:image/svg+xml,%3Csvg width='32' height='22' viewBox='0 0 32 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_6034_13' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='22'%3E%3Crect width='32' height='22' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_6034_13)'%3E%3Ccircle cx='15.5825' cy='11.0259' r='10.0073' transform='rotate(180 15.5825 11.0259)' fill='%23FFEEF8'/%3E%3C/g%3E%3C/svg%3E%0A")
    center/contain repeat;
  bottom: 0;
  transform: translateY(50%);
}

.partners-logos__container {
  position: relative;
}

.partners-logos__title {
  font-size: 56px;
}

.partners-logos__wrapper {
  margin-top: 15px;
}

.partners-logos__group {
  margin-bottom: 30px;
}

.partners-logos__group-title {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  opacity: 0.7;
}

.partners-logos__group-list {
  margin-top: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.partners-logos__group-list li {
  width: 178px;
  height: 90px;
  display: flex;
  justify-content: center;
  padding: 16px 24px;
  border-radius: 8px;
  background: var(--white);
}

.partners-logos__group-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.contact-organizers {
  position: relative;
  z-index: 1;
  padding: 50px 0 70px;
  background: #f8f8f8;
}

.contact-organizers__title {
  text-align: center;
  font-size: 56px;
}

.contact-organizers__subtitle {
  position: relative;
  margin-top: 6px;
  font-size: 44px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.contact-organizers__main {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px;
}

.contact-organizers__main::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 112%;
  transform: translate(0, 100%);
  width: 175px;
  aspect-ratio: 175/18;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='175' height='18' viewBox='0 0 175 18' fill='none'%3E%3Cpath d='M0.349949 8.24765C-0.101132 8.24765 -0.552214 8.24765 13.4245 8.24765C55.8193 8.24765 82.8431 9.14981 78.7492 11.1933C76.813 12.1598 75.5575 13.688 73.7326 15.2872C69.6524 18.6909 91.236 15.1369 133.098 6.48433C151.052 3.24475 162.329 2.34259 173.948 1.41309' stroke='%23FF63C1' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

.contact-organizers__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  max-width: 685px;
}

.contact-organizers__list .item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: calc((100% - 60px) / 3);
}

.contact-organizers__list .item__icon {
  width: 66px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: center/cover no-repeat;
}

.contact-organizers__list .item__name {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
}

.contact-organizers__list .item__status {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.12;
}

.contact-organizers__list .item__about {
  font-size: 14px;
  line-height: normal;
}

.contact-organizers__list .item__about span {
  font-weight: 700;
}

.contact-organizers__list .item__social {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: auto;
  font-size: 16px;
}

.contact-organizers__list .item__social::before {
  content: '';
  display: block;
  width: 18px;
  aspect-ratio: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19' fill='none'%3E%3Cg clip-path='url(%23clip0_4293_1148)'%3E%3Cpath d='M9 18.5C13.9706 18.5 18 14.4706 18 9.5C18 4.52944 13.9706 0.5 9 0.5C4.02944 0.5 0 4.52944 0 9.5C0 14.4706 4.02944 18.5 9 18.5Z' fill='url(%23paint0_linear_4293_1148)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.07426 9.40497C6.69794 8.26186 8.44749 7.50825 9.32285 7.14418C11.8222 6.10461 12.3416 5.92401 12.6801 5.91803C12.7546 5.91673 12.921 5.93519 13.0288 6.02269C13.1888 6.15249 13.1897 6.43423 13.172 6.6207C13.0365 8.04382 12.4505 11.4973 12.1523 13.0912C12.0261 13.7657 11.7777 13.9918 11.5372 14.014C11.0146 14.062 10.6177 13.6685 10.1115 13.3367C9.3194 12.8175 8.8719 12.4943 8.10299 11.9876C7.21442 11.402 7.79046 11.0802 8.29685 10.5542C8.42939 10.4166 10.7322 8.32202 10.7767 8.132C10.7823 8.10823 10.7875 8.01964 10.7349 7.97288C10.6822 7.92612 10.6046 7.94208 10.5485 7.95481C10.4691 7.97284 9.20367 8.80925 6.75229 10.464C6.3931 10.7106 6.06776 10.8308 5.77628 10.8245C5.45492 10.8176 4.8368 10.6428 4.37728 10.4934C3.81365 10.3102 3.36569 10.2134 3.40471 9.90222C3.42503 9.74011 3.64821 9.57439 4.07426 9.40497Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4293_1148' x1='9' y1='0.5' x2='9' y2='18.3594' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232AABEE'/%3E%3Cstop offset='1' stop-color='%23229ED9'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_4293_1148'%3E%3Crect width='18' height='18' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    center/contain no-repeat;
}

.contact-organizers__list .item__btn {
  padding: 7px;
  border-radius: 10000px;
  background: linear-gradient(180deg, #3ebdff 0%, #2199d3 100%);
  font-size: 14px;
  text-align: center;
  color: var(--white);
  transition: var(--transition);
}

.contact-organizers__list .item__btn:hover {
  transform: scale(1.1);
}

.contact-organizers__image {
  width: 100%;
  max-width: 425px;
  aspect-ratio: 425/330;
  background: center/contain no-repeat;
}

.reviews {
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}

.reviews__inner {
  position: relative;
}

.reviews__title {
  position: absolute;
  left: 0;
  top: 16px;
  width: 100%;
  max-width: 398px;
  font-size: 53px;
}

.reviews__items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.reviews__items--mob {
  display: none;
}

.reviews__items img {
  display: block;
  width: 100%;
  height: auto;
}

.reviews__col {
  display: flex;
  flex-direction: column;
  gap: 17px;
  width: calc((100% - 60px) / 6);
}

.reviews__col:nth-child(1),
.reviews__col:nth-child(2) {
  margin-top: 318px;
}

.reviews__col:nth-child(3) {
  margin-top: 34px;
}

.reviews__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(15deg);
  width: 607px;
  aspect-ratio: 607/287;
  background: center/contain no-repeat;
  z-index: -1;
}

.reviews__bg-top {
  position: absolute;
  left: 0;
  right: 0;
  top: -43px;
  bottom: 0;
  z-index: -1;
  background: center top/contain no-repeat;
}

.insta {
  padding: 44px 0 73px;
}

.insta__container {
  position: relative;
}

.insta__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 132px;
}

.insta__title {
  font-size: 34px;
}

.insta__title ._small {
  display: block;
  margin-top: 14px;
  font-size: 22px;
  font-weight: 400;
  text-transform: lowercase;
}

.insta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  font-size: 22px;
  transition: var(--transition);
}

.insta__btn:hover {
  color: var(--accent);
}

.insta__btn-icon {
  width: 77px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='77' height='78' viewBox='0 0 77 78' fill='none'%3E%3Cg clip-path='url(%23clip0_1687_140)'%3E%3Cpath d='M4.81255 5.73904C-1.23837 12.0242 4.92781e-05 18.7007 4.92781e-05 38.9838C4.92781e-05 55.8275 -2.93878 72.713 12.442 76.6881C17.2448 77.9233 59.8002 77.9233 64.5966 76.6817C71.0005 75.0294 76.2108 69.8351 76.923 60.778C77.0225 59.5139 77.0225 18.4761 76.9198 17.1864C76.1627 7.53892 70.224 1.97888 62.3989 0.85275C60.6055 0.592875 60.2461 0.515875 51.0446 0.499834C18.4063 0.515875 11.2517 -0.9375 4.81255 5.73904Z' fill='url(%23paint0_linear_1687_140)'/%3E%3Cpath d='M38.4936 10.5711C26.8442 10.5711 15.7818 9.53485 11.5565 20.379C9.81114 24.8579 10.0646 30.6746 10.0646 39.0034C10.0646 46.312 9.83039 53.181 11.5565 57.6246C15.7722 68.4751 26.9244 67.4356 38.4872 67.4356C49.6426 67.4356 61.1445 68.5971 65.4212 57.6246C67.1697 53.1008 66.9131 47.3707 66.9131 39.0034C66.9131 27.8961 67.5258 20.7255 62.1391 15.3419C56.6849 9.88776 49.3089 10.5711 38.4808 10.5711H38.4936ZM35.9462 15.6948C60.2461 15.6563 63.339 12.9549 61.6321 50.4828C61.0258 63.7557 50.9195 62.2991 38.4968 62.2991C15.846 62.2991 15.1947 61.651 15.1947 38.9906C15.1947 16.067 16.9914 15.7077 35.9462 15.6884V15.6948ZM53.6691 20.4143C51.7858 20.4143 50.2586 21.9415 50.2586 23.8248C50.2586 25.7081 51.7858 27.2352 53.6691 27.2352C55.5523 27.2352 57.0795 25.7081 57.0795 23.8248C57.0795 21.9415 55.5523 20.4143 53.6691 20.4143ZM38.4936 24.4023C30.4311 24.4023 23.8957 30.9409 23.8957 39.0034C23.8957 47.0659 30.4311 53.6013 38.4936 53.6013C46.5562 53.6013 53.0883 47.0659 53.0883 39.0034C53.0883 30.9409 46.5562 24.4023 38.4936 24.4023ZM38.4936 29.526C51.0222 29.526 51.0382 48.4808 38.4936 48.4808C25.9683 48.4808 25.9491 29.526 38.4936 29.526Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1687_140' x1='4.9602' y1='72.5818' x2='76.5236' y2='10.6445' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFDD55'/%3E%3Cstop offset='0.5' stop-color='%23FF543E'/%3E%3Cstop offset='1' stop-color='%23C837AB'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_1687_140'%3E%3Crect width='77' height='77' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    center/contain no-repeat;
}

.insta__btn-icon:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.footer {
  background: var(--text-color);
  position: relative;
  padding: 73px 0;
  border-top: 2px solid var(--accent2);
  overflow: hidden;
  color: var(--white);
}

.footer a,
.footer a:visited {
  color: inherit;
}

.footer__wrap {
  display: flex;
  justify-content: center;
  gap: 100px;
}

.footer__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 22px;
  color: var(--accent2);
}

.footer__menu-links li {
  font-size: 16px;
}

.footer__menu-links li:not(:last-child) {
  margin-bottom: 16px;
}

.footer__menu-links li a {
  transition: var(--transition);
}

.footer__menu-links li a:hover {
  color: var(--accent2);
}

.footer__menu-social {
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.footer__menu-social path {
  transition: var(--transition);
}

.footer__menu-social a:hover path {
  fill: var(--accent2);
}

.footer__ellipse-1,
.footer__ellipse-2 {
  position: absolute;
  opacity: 0.3;
  background: var(--accent2);
  filter: blur(150px);
}

.footer__ellipse-1 {
  left: 0;
  top: 0;
  width: 361.556px;
  height: 444.334px;
  transform: rotate(-22.939deg) translate3d(-135px, 0, 0);
  border-radius: 444.334px;
}

.footer__ellipse-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 378.317px;
  height: 464.933px;
  transform: rotate(-22.939deg) translate3d(17%, 91%, 0);
  border-radius: 464.933px;
}

.modal-overlay {
  display: none;
  padding-top: 1px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  overflow: auto;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

.modal-overlay .modal-content {
  position: relative;
  margin-bottom: 0px;
  border-radius: 4px;
}

.modal-overlay .close-button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: 0.2s linear;
  z-index: 2;
}

.modal-overlay .close-button:before {
  background: #fff;
  content: '';
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(-45deg);
}

.modal-overlay .close-button:after {
  background: #fff;
  content: '';
  margin-top: -50px;
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(45deg);
  transition: 0.2s linear;
}

#modal-video .modal-content {
  height: auto;
  width: 100%;
}

#modal-video .video {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

#modal-video .video iframe {
  height: 80vh;
  width: 45vh;
}

#modal-video .modal-content {
  height: auto;
  width: 100%;
}

#modal-booking .modal-content {
  max-width: 518px;
  background: var(--bg);
  border-radius: 10px;
  padding: 30px 42px;
}

#modal-booking .close-button {
  top: 10px;
  right: 10px;
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2034%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M26.9168%209.08087L24.9193%207.08337L17.0002%2015.0025L9.081%207.08337L7.0835%209.08087L15.0027%2017L7.0835%2024.9192L9.081%2026.9167L17.0002%2018.9975L24.9193%2026.9167L26.9168%2024.9192L18.9977%2017L26.9168%209.08087Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}

#modal-booking .title {
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}

#modal-booking .form .input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  color: var(--text-color);
}

#modal-booking .form .input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

#modal-booking .form .input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

#modal-booking .form .input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

#modal-booking .form .input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

#modal-booking .form .input.not_error {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6) !important;
}

#modal-booking .form__bottom-text {
  max-width: 370px;
  margin: 0 auto;
}

#modal-discount .modal-content {
  max-width: 518px;
  background: var(--bg);
  border-radius: 10px;
  padding: 30px 42px;
}

#modal-discount .close-button {
  top: 10px;
  right: 10px;
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2034%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M26.9168%209.08087L24.9193%207.08337L17.0002%2015.0025L9.081%207.08337L7.0835%209.08087L15.0027%2017L7.0835%2024.9192L9.081%2026.9167L17.0002%2018.9975L24.9193%2026.9167L26.9168%2024.9192L18.9977%2017L26.9168%209.08087Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}

#modal-discount .title {
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}

#modal-discount .form .input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  color: var(--text-color);
}

#modal-discount .form .input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

#modal-discount .form .input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

#modal-discount .form .input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

#modal-discount .form .input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

#modal-discount .form .input.not_error {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6) !important;
}

#modal-discount .form__bottom-text {
  max-width: 370px;
  margin: 0 auto;
}

.modal-packages {
  overflow-x: hidden;
}

.modal-packages .modal-content {
  border-radius: 0;
}

.modal-packages .close-button {
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2034%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M26.9168%209.08087L24.9193%207.08337L17.0002%2015.0025L9.081%207.08337L7.0835%209.08087L15.0027%2017L7.0835%2024.9192L9.081%2026.9167L17.0002%2018.9975L24.9193%2026.9167L26.9168%2024.9192L18.9977%2017L26.9168%209.08087Z%22%20fill%3D%22black%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A');
}

.modal-packages .packages-slider {
  position: relative;
  max-width: 980px;
}

.modal-packages .packages-slider__slide {
  background: #ffffff;
  padding: 16px 42px 30px;
  transition: opacity var(--tr);
}

.modal-packages .packages-slider__slide.swiper-slide-active {
  opacity: 1;
}

.modal-packages .packages-slider__btn-prev,
.modal-packages .packages-slider__btn-next {
  position: absolute;
  top: 50%;
  left: 0;
  height: 40px;
  width: 40px;
  z-index: 5;
  transform: translate(-50%, -50%) rotate(180deg);
  background: #ffffff
    url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5053 0.158172L8.65557 2.00787L15.9756 9.34107L0.0105282 9.34107L0.010528 11.9647L15.9756 11.9648L8.64245 19.2848L10.5053 21.1476L21 10.6529L10.5053 0.158172Z' fill='%233EB27C'/%3E%3C/svg%3E%0A")
    center/75% no-repeat;
  cursor: pointer;
}

.modal-packages .packages-slider__btn-prev.swiper-button-disabled,
.modal-packages .packages-slider__btn-next.swiper-button-disabled {
  cursor: default;
  background: #ffffff
    url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5053 0.158172L8.65557 2.00787L15.9756 9.34107L0.0105282 9.34107L0.010528 11.9647L15.9756 11.9648L8.64245 19.2848L10.5053 21.1476L21 10.6529L10.5053 0.158172Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A")
    center/75% no-repeat;
}

.modal-packages .packages-slider__btn-next {
  transform: translate(50%, -50%) rotate(0deg);
  left: auto;
  right: 0;
}

.modal-packages .modal-package {
  color: var(--bg);
  height: auto;
}

.modal-packages .modal-package__title {
  font-size: 112px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text-color);
}

.modal-packages .modal-package__body {
  display: flex;
  position: relative;
}

.modal-packages .modal-package__info {
  font-size: 14px;
  line-height: normal;
  padding-right: 34px;
}

.modal-packages .modal-package__info sup {
  font-size: smaller;
  vertical-align: super;
}

.modal-packages .modal-package__info ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px;
  color: var(--text-color);
}

.modal-packages .modal-package__info ul li:last-child {
  margin-bottom: 0;
}

.modal-packages .modal-package__info ul li:before {
  content: '';
  display: block;
  height: 18px;
  width: 18px;
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2219%22%20height%3D%2218%22%20viewBox%3D%220%200%2019%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.28677%209L3.86279%207.57436L5.6494%204.42565L8.07479%205.84883L8.07616%203H11.6494L11.6508%205.84883L14.0762%204.42565L15.8628%207.57436L13.4388%209L15.8628%2010.4256L14.0762%2013.5744L11.6508%2012.1512L11.6494%2015H8.07616L8.07479%2012.1512L5.6494%2013.5744L3.86279%2010.4256L6.28677%209Z%22%20fill%3D%22%233EC284%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A');
  position: absolute;
  top: -1px;
  left: 0;
}

.modal-packages .modal-package__info ul li.off {
  color: #d9d9d9;
}

.modal-packages .modal-package__info ul li.off:before {
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2219%22%20height%3D%2218%22%20viewBox%3D%220%200%2019%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.28677%209L3.86279%207.57436L5.6494%204.42565L8.07479%205.84883L8.07616%203H11.6494L11.6508%205.84883L14.0762%204.42565L15.8628%207.57436L13.4388%209L15.8628%2010.4256L14.0762%2013.5744L11.6508%2012.1512L11.6494%2015H8.07616L8.07479%2012.1512L5.6494%2013.5744L3.86279%2010.4256L6.28677%209Z%22%20fill%3D%22%23D9D9D9%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A');
}

.modal-packages .modal-package__info ul li b {
  font-weight: 700;
}

.modal-packages .modal-package__price {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  font-size: 26px;
}

.modal-packages .modal-package__price-full {
  color: var(--accent);
  font-weight: 700;
}

.modal-packages .modal-package__price-discount {
  position: relative;
  font-weight: 500;
}

.modal-packages .modal-package__price-discount::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(2.401deg);
  height: 1.5px;
  background: var(--bg);
}

.modal-packages .modal-package__timer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}

.modal-packages .modal-package__form {
  flex: 0 0 424px;
}

.modal-packages .modal-package__form-inner {
  padding: 34px 24px;
  background: var(--accent);
}

.modal-packages .modal-package__form-title {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 33px;
}

#modal-speaker .speaker-modal {
  position: relative;
  background: var(--accent2);
  display: flex;
  gap: 62px;
  width: 100%;
  max-width: 835px;
  padding: 70px 82px;
}

#modal-speaker .speaker-modal__photo {
  flex: 0 0 auto;
  width: 227px;
  height: 265px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

#modal-speaker .speaker-modal__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#modal-speaker .speaker-modal__info > * {
  margin-bottom: 0.5em;
}

#modal-speaker .speaker-modal__info ._name {
  font-size: 32px;
  font-weight: 600;
  line-height: 0.9;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: var(--white);
}

#modal-speaker .speaker-modal__info ._name ._end {
  font-size: 24px;
  line-height: 1.2;
}

#modal-speaker .speaker-modal__info ._position {
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 700;
  color: var(--white);
}

#modal-speaker .speaker-modal__info b {
  font-weight: 600;
}

.modal-package__additional-info {
  display: flex;
  align-items: center;
  column-gap: 16px;
  color: var(--text-color);
  font-weight: 700;
  max-width: 380px;
  margin-bottom: 8px;
}

.additional-info__fire {
  width: 69px;
  height: 23px;
  background: url(../img/hero/modal_fire.png) center/contain no-repeat;
}

.additional-info__text {
  flex: 1;
}

.additional-info__green-badge {
  background-color: var(--accent2);
  padding: 5px 10px 2px;
  max-width: 231px;
  text-align: center;
  position: absolute;
  right: -13px;
  top: -18px;
  transform: rotate(9.29deg);
  font-size: 16px;
}

.countdownHolder {
  margin: 0 auto;
  font: 30px/1 Gilroy, sans-serif;
  text-align: center;
  letter-spacing: -3px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /*Параметры цифр */
  /*Параметры подложки для секций */
  /*Параметры секций разделения (:)*/
  /*Параметры вспомогательного текста (дни, часы, минуты, секунды)*/
}

.countdownHolder .position {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  position: relative;
  width: 0.5em;
}

.countdownHolder .digit {
  position: absolute;
  display: block;
  border-radius: 0.2em;
  text-align: center;
  color: #000;
  letter-spacing: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.countdownHolder .countDays,
.countdownHolder .countHours,
.countdownHolder .countMinutes,
.countdownHolder .countSeconds {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.countdownHolder .countDiv {
  display: none;
  width: 10px;
  height: 1em;
  position: relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after {
  background: #444;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.2em;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: '';
}

.countdownHolder .countDiv:after {
  top: 0.6em;
}

.countdownHolder .textdigit {
  font-size: 15px;
  letter-spacing: 0px;
}

.events {
  padding: 42px 0;
}

.events__title {
  font-size: 46px;
  font-weight: 400;
  text-align: center;
}

.events__title ._cursor-left::before {
  width: 17px;
}

.events__title ._cursor-right::before {
  width: 17px;
}

.events__title.events__title--mobile {
  display: none;
}

.events__title b {
  font-weight: 700;
}

.smartass {
  margin-top: 32px;
  background: #fff3fa;
  position: relative;
  padding: 47px 0 56px;
}

.smartass__bg-top,
.smartass__bg-bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 22px;
  z-index: 11;
}

.smartass__bg-top {
  background: url('../img/smartass/bg-top.png') center/contain repeat-x;
  top: 0;
  transform: translateY(-50%);
}

.smartass__bg-bottom {
  background: url('../img/smartass/bg-top.png') center/contain repeat-x;

  bottom: 0;
  transform: translateY(50%) scaleY(-1);
}

.smartass__title {
  position: relative;
  font-size: 46px;
  line-height: 54px;
}

.smartass__title ._cursor-left::before {
  width: 17px;
}

.smartass__title ._cursor-right::before {
  width: 17px;
}

.smartass__title::before {
  content: '';
  position: absolute;
  right: -6px;
  top: -9px;
  aspect-ratio: 428/132;
  width: 428px;
  transform: rotate(-7.483deg);
  background: url(../img/smartass/24h.png) center/contain no-repeat;
  z-index: 1;
}

.smartass__body {
  margin-top: 12px;
  display: flex;
  align-items: end;
  gap: 58px;
}

.smartass__body-text {
  font-size: 22px;
  max-width: 561px;
  text-transform: uppercase;
}

.smartass__body-text span {
  font-weight: 700;
}

.smartass__body-text b {
  font-weight: 700;
}

.smartass__body-logo {
  aspect-ratio: 463/100;
  width: 463px;
  background: center/contain no-repeat;
  transform: translateY(-8px);
}

.smartass__footer {
  display: flex;
  align-items: center;
  margin-top: 26px;
  gap: 44px;
}

.smartass__footer-text {
  width: 587px;
  flex-shrink: 0;
  font-size: 18px;
}

.smartass__footer-text b {
  font-weight: 600;
}

.smartass__footer-chance {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  gap: 10px;
  background: #fff;
}

.smartass__footer-chance-img {
  flex-shrink: 0;
  aspect-ratio: 1;
  width: 50px;
}

.smartass__footer-chance-text {
  font-size: 18px;
  font-weight: 700;
}

.zarina {
  margin-top: 60px;
  padding: 47px 0;
  background: #ebfeff;
  position: relative;
}

.zarina__bg-top,
.zarina__bg-bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 22px;
  z-index: 11;
}

.zarina__bg-top {
  background: url('../img/zarina/bg-border.png') center/contain repeat-x;
  top: 0;
  transform: translateY(-50%);
}

.zarina__bg-bottom {
  background: url('../img/zarina/bg-border.png') center/contain repeat-x;
  bottom: 0;
  transform: translateY(50%) rotate(180deg);
}

.zarina__title {
  max-width: 527px;
  font-size: 46px;
  margin-left: auto;
}

.zarina__body {
  display: flex;
  align-items: start;
  gap: 65px;
}

.zarina__body-logo {
  position: relative;
  aspect-ratio: 495 / 94;
  width: 495px;
  height: auto;
  flex-shrink: 0;
  background: center / contain no-repeat;
}

.zarina__body-logo::before {
  content: '';
  position: absolute;
  left: 13px;
  top: -122px;
  aspect-ratio: 965/302;
  width: 482px;
  transform: rotate(-3.432deg);
  background: url('../img/zarina/logo-decor.png') center / contain no-repeat;
  z-index: 1;
}

.zarina__body-title {
  margin-top: 34px;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}

.zarina__body-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 500;
}

.zarina__body-list li {
  position: relative;
  padding-left: 21px;
}

.zarina__body-list li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff63c1;
}

.zarina__appointment {
  /* position: absolute; */
  text-transform: uppercase;
  max-width: 488px;
  font-size: 18px;
  font-weight: 700;
}

.zarina__appointment--mobile {
  display: none;
}

.zarina__bottom {
  margin-top: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zarina__brunch {
  width: 566px;
}

.zarina__brunch-title {
  font-size: 16px;
}

.zarina__brunch-text-wrapper {
  margin-top: 8px;
  padding: 14px;
  background: #fff;
  font-weight: 500;
  box-shadow: 0 6.568px 22.769px 0 rgba(0, 0, 0, 0.1);
}

.zarina__brunch-text {
  padding: 8px;
  background: #f6f6f6;
  font-size: 16px;
}

.program {
  padding: 74px 0 50px;
}

.program__container {
  position: relative;
}

.program__title {
  text-transform: uppercase;
  font-size: 74px;
  text-align: center;
}

.program__block {
  overflow: hidden;
  /* max-height: 450px; */
  position: relative;
  max-width: 760px;
  margin: 36px auto 0 auto;
  border-top: 2px solid #3ec284;
}

.program__block_text {
  width: 100%;
}

.program__block_active {
  max-height: 100% !important;
  height: auto;
}

.program__block_active::after {
  display: none;
}

.program__item {
  display: flex;
  column-gap: 10px;
  padding: 23px 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='756' height='2' viewBox='0 0 756 2' fill='none'%3E%3Cpath d='M0 1H756' stroke='%23D2D2D2' stroke-width='0.5' stroke-dasharray='10 10'/%3E%3C/svg%3E")
    center bottom/contain no-repeat;
}

.program__block_time {
  display: block;
  width: 100%;
  max-width: 106px;
  font-size: 16px;
  font-weight: 500;
}

.program .speaker__title {
  text-transform: uppercase;
  margin-left: 125px;
}

.program__block_title {
  color: var(--accent);
  font-size: 18px;
  font-weight: 700;
}

.program__block_title span {
  color: #fff;
}

.theme .program__block_title {
  color: #000;
  font-weight: 400;
}

.theme .program__block_title b {
  font-weight: 700;
}

.program__block_descr {
  font-size: 16px;
  font-weight: 400;
  margin-top: 6px;
}

.program__item.coffee-break {
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}

.program__item.coffee-break .program__block_descr {
  margin-top: 0;
}

.program__item_btn {
  display: flex;
  justify-content: center;
}

.program__btn {
  position: relative;
  display: inline-block;
  padding: 10px 14px 10px 38px;
  background: #3ec284;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
  z-index: 10;
}

.program__btn::before {
  content: '';
  position: absolute;
  left: 14px;
  display: block;
  width: 16px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 16 15' fill='none'%3E%3Cpath d='M15.8045 4.9846C15.5438 4.74024 15.1225 4.74024 14.8619 4.9846L7.99998 11.4176L1.13812 4.9846C0.877473 4.74024 0.456139 4.74024 0.195488 4.9846C-0.0651627 5.22896 -0.0651627 5.62396 0.195488 5.86832L7.52867 12.7432C7.65867 12.8651 7.82932 12.9263 8.00001 12.9263C8.17069 12.9263 8.34134 12.8651 8.47134 12.7432L15.8045 5.86832C16.0651 5.62396 16.0651 5.22896 15.8045 4.9846Z' fill='white'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

.program__decor-1 {
  left: auto;
  right: -14%;
  top: -2%;
  width: 240px;
  height: 240px;
}

.program__decor-2 {
  height: 290px;
  width: 290px;
  bottom: -5%;
  top: auto;
  left: -16%;
}

.program__decor-3 {
  width: 118px;
  height: 118px;
  bottom: 36%;
  left: -5%;
  animation-name: rotate;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: reverse;
}

.program__decor-4 {
  width: 64px;
  height: 65px;
  top: 45%;
  right: -4%;
  animation-name: rotate;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: reverse;
}

.program__circle .item {
  position: absolute;
  width: 236px;
  height: 236px;
  border-radius: 50%;
}

.program__circle .item:nth-child(1) {
  top: 0;
  left: 0;
  transform: translate3d(-100%, 0, 0);
  background: #ff63c1;
  filter: blur(150px);
}

.program__circle .item:nth-child(2) {
  top: 0;
  right: 0;
  transform: translate3d(100%, 0, 0);
  background: #3ec284;
  filter: blur(160px);
}

.program__circle .item:nth-child(3) {
  top: 50%;
  right: 0;
  transform: translate3d(100%, 0, 0);
  background: #3ec284;
  filter: blur(150px);
}

.donation {
  position: relative;
  padding: 64px 0 36px;
  background-color: var(--accent2);
  color: #fff;
  overflow: visible;
}

.donation__container {
  position: relative;
}

.donation__title {
  max-width: 581px;
}

.donation__subtitle {
  margin-top: 32px;
  font-size: 22px;
  font-weight: 700;
  max-width: 533px;
}

.donation__text {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 500;
  max-width: 463px;
}

.donation__bottom {
  margin-top: 32px;
  display: flex;
  gap: 14px;
}

.donation .item {
}

.donation .item__title {
  padding: 7px 26px;
  font-size: 20px;
  font-weight: 500;
  background-color: var(--accent);
  width: fit-content;
  text-transform: none;
}

.donation .item__text {
  padding: 12px 26px;
  border: 2px solid #fff;
  max-width: 236px;
  font-size: 16px;
  font-weight: 500;
  width: fit-content;
}

.donation .donation__bg-bottom {
  position: absolute;
  height: 22px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='32' height='22' viewBox='0 0 32 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_6034_13' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='22'%3E%3Crect width='32' height='22' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_6034_13)'%3E%3Ccircle cx='15.5825' cy='11.0259' r='10.0073' transform='rotate(180 15.5825 11.0259)' fill='%233EC284'/%3E%3C/g%3E%3C/svg%3E%0A")
    center/contain repeat;
  transform: translateY(50%);
  z-index: 11;
}

.donation__image {
  position: absolute;
  width: 390px;
  height: auto;
  top: -6%;
  left: 54%;
}

@media (max-width: 1260px) {
  :root {
    --container-width: 760px;
    --h1: 80px;
    --h2: 40px;
    --fz-default: 16px;
    --l: 22px;
    --m: 20px;
    --s: 14px;
  }

  .header__wrap {
    padding: 17px 0;
  }

  .header__logos {
    gap: 7px;
  }

  .header__logos .item:nth-child(1) a {
    width: 125px;
  }

  .header__logos .item:nth-child(3) a {
    width: 136px;
  }

  .header__menu {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 15px 0;
    transform: translateY(-200%);
    transition: transform 0.3s ease 0s;
    z-index: 1;
  }

  .header__menu--active {
    transform: translateY(0%);
  }

  .header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 24px;
    width: 31px;
    cursor: pointer;
    z-index: 101;
  }

  .hero__info {
    top: 52%;
  }

  .hero__circle {
    width: 97px;
  }

  .hero__images .img-1 {
    width: 68px;
  }

  .hero__images .img-2 {
    width: 600px;
  }

  .hero__images .img-3 {
    width: 62px;
  }

  .hero__bottom {
    gap: 20px;
  }

  .hero__bottom-sticker {
    padding: 8px 9px 39px;
  }

  .hero__bottom-sticker span {
    padding: 9px 19px;
    font-size: 46px;
  }

  .hero__bottom-sticker::before {
    width: 182px;
  }

  .hero__bottom-sticker::after {
    width: 82px;
  }

  .hero1 {
    padding: 75px 0;
  }

  .hero1__container {
    align-items: center;
  }

  .hero1__info {
    margin: 0 auto;
    gap: 22px;
    font-size: 18px;
    order: -1;
  }

  .hero1__info li:first-child::after {
    right: -12px;
    width: 2px;
    height: 18px;
    border-radius: 0;
  }

  .hero1__title {
    margin-top: 18px;
    width: 348px;
    font-size: 48px;
  }

  .hero1__subtitle {
    margin: 122px auto 0;
    font-size: 22px;
    width: 292px;
    display: none;
  }

  .hero1__subtitle.hero1__subtitle--mob {
    display: block;
    margin: 122px auto 0;
    font-size: 22px;
    font-weight: 500;
    width: 292px;
  }

  .hero1__early-birds {
    width: 305px;
    top: 40%;
    left: 29%;
  }

  .hero1__circle {
    width: 96px;
    right: 26%;
    top: 38%;
  }

  .hero1__photo1,
  .hero1__photo4 {
    display: none;
  }

  .hero1__photo2 {
    width: 56px;
    top: 21%;
    left: 68%;
  }

  .hero1__photo3 {
    width: 61px;
    top: 23%;
    left: 25%;
  }

  .hero1__photo3::before {
    display: none;
  }

  .hero1__decor {
    left: auto;
    right: 0;
    top: 57%;
    width: 155px;
    transform: scaleX(-1);
  }

  .hero1__btn {
    padding: 10px 34px 7px;
    font-size: 22px;
  }

  .hero1__bottom {
    display: none;
  }

  .about__tag {
    width: 204px;
  }

  .about__title {
    font-size: 50px;
  }

  .about__wrap {
    padding-left: 340px;
  }

  .about__images::before {
    width: 500px;
    left: -112px;
  }

  .about__images .img:nth-child(1) {
    left: 13px;
    top: 47px;
    transform: rotate(7.295deg);
    width: 98px;
  }

  .about__images .img:nth-child(2) {
    width: 73px;
    left: 132px;
  }

  .about__images .img:nth-child(3) {
    left: 230px;
    top: 27px;
    width: 88px;
  }

  .about__desc {
    font-size: 27px;
  }

  .about__text {
    margin-top: 13px;
    font-size: 18px;
  }

  .about__list {
    margin-top: 24px;
  }

  .about__list .icon {
    flex-basis: 38px;
    height: 38px;
    background-size: 20px;
  }

  .structure__info {
    margin-top: 18px;
  }

  .structure__items .item__text span {
    font-size: 20px;
  }

  .speakers__subtitle ._mark-pink::before {
    display: none;
  }

  .speakers__subtitle ._mark-pink ._cursor-left,
  .speakers__subtitle ._mark-pink ._cursor-right {
    display: none;
  }

  .speakers__agreed {
    top: 200px;
  }

  .speakers__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 37px 40px;
  }

  .speakers__list .item:nth-child(4n + 1),
  .speakers__list .item:nth-child(4n + 4) {
    transform: none;
  }

  .speakers__list .item:nth-child(3n + 1),
  .speakers__list .item:nth-child(3n + 3) {
    transform: translateY(-54px);
  }

  .speakers__list .item__name {
    font-size: 18px;
  }

  .dating__title {
    font-size: 52px;
  }

  .dating__left {
    max-width: 350px;
  }

  .dating__subtitle {
    font-size: 24px;
  }

  .dating__subtitle br {
    display: none;
  }

  .dating__subtitle ._mark-green ._cursor-left::before,
  .dating__subtitle ._mark-green ._cursor-right::before {
    width: 10px;
  }

  .dating__sticker {
    max-width: 305px;
    margin-top: 85px;
  }

  .dating__sticker-text {
    font-size: 16px;
  }

  .dating__right {
    padding-top: 140px;
    max-width: 380px;
  }

  .dating__text {
    font-size: 24px;
  }

  .dating__list {
    gap: 20px;
  }

  .dating__list .item {
    width: calc((100% - 40px) / 2);
  }

  .discount__container {
    flex-direction: column;
  }

  .discount__title {
    font-size: 47px;
    margin-bottom: 180px;
    text-align: center;
  }

  .packages__title {
    font-size: 54px;
  }

  .packages__title ._mark-green ._cursor-left::before,
  .packages__title ._mark-green ._cursor-right::before {
    width: 20px;
  }

  .packages__list .package {
    width: calc((100% - 50px) / 2);
  }

  .history__title {
    font-size: 26px;
  }

  .history__title ._mark-pink ._cursor-left::before,
  .history__title ._mark-pink ._cursor-right::before {
    width: 10px;
  }

  .history__subtitle {
    margin-top: 12px;
    font-size: 20px;
  }

  .history__indicators-title {
    margin-top: 12px;
    font-size: 24px;
  }

  .history__indicators .item__title {
    font-size: 48px;
    line-height: 1.19;
  }

  .history__desc {
    max-width: 350px;
    font-size: 22px;
  }

  .history__text {
    margin-left: auto;
    font-size: 18px;
  }

  .history__images .img:nth-child(1) {
    width: 105px;
  }

  .history__images .img:nth-child(2) {
    left: -10%;
    top: 54%;
    width: 90px;
  }

  .history__images .img:nth-child(3) {
    width: 98px;
  }

  .history__images .img:nth-child(4) {
    width: 120px;
  }

  .summit__title {
    margin: 14px;
    font-size: 25px;
  }

  .summit__subtitle {
    margin-top: 14px;
    font-size: 24px;
  }

  .summit__items {
    flex-wrap: nowrap;
    overflow: auto;
  }

  .summit__items .item {
    width: 220px;
    min-width: 220px;
  }

  .partners__main {
    grid-template-columns: 1fr;
  }

  .partners__statistic {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
    grid-area: auto;
  }

  .partners__statistic .item {
    width: auto;
  }

  .partners__sticker {
    max-width: 330px;
    margin-left: 15%;
    grid-area: 2/1/3/2;
  }

  .partners__sticker::before {
    transform: translate(0, -56%) rotate(-3.506deg);
    width: 105px;
  }

  .partners__sticker-text {
    font-size: 16px;
  }

  .partners__video {
    grid-area: auto;
    margin: 0 auto;
  }

  .partners__video-message {
    margin: 16px 0 18px;
    text-align: center;
  }

  .partners__video-message::before {
    display: none;
  }

  .partners__footer {
    margin-top: 45px;
  }

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

  .partners__footer-list {
    gap: 20px;
    margin-top: 20px;
  }

  .partners__footer-list .item {
    width: calc((100% - 40px) / 3);
  }

  .partners__flowers {
    display: none;
  }

  .contact-organizers__main {
    flex-direction: column-reverse;
    align-items: center;
    gap: 44px;
    margin-top: 15px;
  }

  .reviews__title {
    position: relative;
    top: auto;
    margin: 0 auto;
    text-align: center;
  }

  .reviews__items {
    gap: 20px;
    margin-top: 34px;
  }

  .reviews__items--desctop {
    display: none;
  }

  .reviews__items--mob {
    display: flex;
  }

  .reviews__col {
    width: calc((100% - 20px) / 2);
    gap: 20px;
  }

  .reviews__col:nth-child(1),
  .reviews__col:nth-child(2) {
    margin-top: 0;
  }

  .reviews__col:nth-child(3) {
    margin-top: 0;
  }

  .reviews__bg {
    display: none;
  }

  .reviews__bg-top {
    bottom: 100%;
    background-size: cover;
  }

  .insta__wrap {
    gap: 28px;
  }

  .footer {
    padding: 81px 0 85px;
  }

  .footer__wrap {
    gap: 40px;
  }

  .modal-packages .packages-slider {
    max-width: 715px;
  }

  .modal-packages .packages-slider__slide {
    padding: 20px;
  }

  .modal-packages .packages-slider__btn-prev,
  .modal-packages .packages-slider__btn-next {
    height: 30px;
    width: 30px;
  }

  .modal-packages .modal-package__title {
    margin-bottom: 10px;
    font-size: 76px;
  }

  .modal-packages .modal-package__info {
    padding-right: 20px;
  }

  .modal-packages .modal-package__timer {
    flex-direction: column;
    gap: 10px;
  }

  .modal-packages .modal-package__form {
    flex: 0 0 335px;
  }

  .modal-packages .modal-package__form-inner {
    padding: 20px 15px;
  }

  .modal-packages .modal-package__form-title {
    font-size: 32px;
  }

  #modal-speaker .speaker-modal {
    padding: 50px 60px;
    max-width: calc(var(--container-width) - 20px);
  }

  .events {
    padding: 35px 0;
  }

  .events__title {
    font-size: 31px;
  }

  .events__title ._cursor-left::before {
    width: 10px;
  }

  .events__title ._cursor-right::before {
    width: 10px;
  }

  .smartass {
    padding: 25px 0 34px;
  }

  .smartass__bg-top {
    background: url(../img/smartass/bg-top.png) center / cover repeat-x;
  }

  .smartass__bg-bottom {
    background: url(../img/smartass/bg-top.png) center / cover repeat-x;
  }

  .smartass__title ._cursor-left::before {
    width: 10px;
  }

  .smartass__title ._cursor-right::before {
    width: 10px;
  }

  .smartass__title {
    text-align: center;
    font-size: 28px;
    line-height: normal;
  }

  .smartass__title::before {
    left: 52%;
    top: auto;
    bottom: -87px;
    width: 358px;
    transform: rotate(-3deg) translateX(-50%);
  }

  .smartass__body {
    margin-top: 86px;
    flex-direction: column;
    gap: 22px;
    align-items: center;
  }

  .smartass__body-text {
    font-size: 17px;
    text-align: center;
  }

  .smartass__body-logo {
    width: 282px;
  }

  .smartass__footer {
    margin-top: 20px;
    flex-direction: column;
    gap: 26px;
  }

  .smartass__footer-text {
    width: 100%;
  }

  .smartass__footer-chance-text {
    font-size: 16px;
  }

  .zarina {
    padding: 25px 0 34px;
  }

  .zarina__bg-top {
    background: url(../img/zarina/bg-border.png) center / cover repeat-x;
  }

  .zarina__bg-bottom {
    background: url(../img/zarina/bg-border.png) center / cover repeat-x;
  }

  .zarina__title {
    margin: 0 auto;
    font-size: 28px;
    max-width: 349px;
    text-align: center;
  }

  .zarina__body {
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    max-width: 349px;
    flex-direction: column;
    align-items: center;
    gap: 17px;
  }

  .zarina__body-logo {
    width: 344px;
  }

  .zarina__body-logo::before {
    width: 458px;
    transform: rotate(-3.432deg);
    left: -24px;
    top: -132px;
  }

  .zarina__body-title {
    margin-top: 0;
    text-align: center;
  }

  .zarina__body-list {
    margin-top: 17px;
  }

  .zarina__appointment {
    display: none;
  }

  .zarina__appointment--mobile {
    max-width: 341px;
    position: static;
    display: block;
  }

  .zarina__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 19px;
  }

  .zarina__brunch {
    width: 100%;
  }

  .zarina__brunch-title {
    font-size: 17px;
    text-align: center;
  }

  .hero__promo {
    max-width: 215px;
    height: 192px;
    bottom: -2.5%;
  }

  .packages__list .package .hero__promo {
    max-width: 238px;
    height: 144px;
  }

  .program__title {
    font-size: 67px;
  }

  .program__block {
    max-width: 600px;
  }

  .program__decor-1 {
    left: auto;
    right: -19%;
    top: -6%;
  }

  .program__decor-2 {
    width: 200px;
    height: 123px;
  }
  .program__decor-3 {
    left: -10%;
  }

  .program__decor-4 {
    width: 316px;
    height: 203px;
    right: -26%;
  }

  .donation {
    padding: 36px 0 72px;
  }

  .donation__title {
    font-size: 38px;
  }

  .donation__subtitle {
    margin-top: 20px;
    font-size: 20px;
  }

  .donation__text {
    margin-top: 30px;
    font-size: 16px;
  }

  .donation__bottom {
    margin-top: 40px;
    flex-direction: column;
    gap: 19px;
  }

  .donation__image {
    width: 260px;
    top: 45%;
    left: 51%;
  }
}

@media (max-width: 760px) {
  :root {
    --container-width: 360px;
    --h1: 48px;
    --h2: 34px;
    --l: 18px;
    --m: 18px;
  }

  [class*='__container'] {
    flex-wrap: wrap;
  }

  br._mob {
    display: block;
  }

  .btn {
    width: 100%;
    padding: 10px 13px 7px;
    font-size: 22px;
  }

  .form__inputs {
    margin-bottom: 20px;
    gap: 20px;
  }

  .form .input {
    padding: 0 0 10px 10px;
  }

  .form__bottom-text {
    padding-top: 10px;
  }

  .header__menu {
    flex-direction: column;
    bottom: 0;
    background: var(--bg);
  }

  .hero {
    padding-top: 75px;
  }

  .hero__main {
    padding-bottom: 34px;
  }

  .hero__info {
    position: relative;
    flex-direction: row;
    gap: 22px;
    justify-content: center;
    top: auto;
    margin-bottom: 18px;
  }

  .hero__info li {
    font-size: 18px;
  }

  .hero__info li:first-child::before {
    top: 2px;
    bottom: 2px;
    right: -11px;
    width: 2px;
    height: auto;
  }

  .hero__subtitle {
    margin: 254px auto 0;
    max-width: 310px;
  }

  .hero__btn {
    margin-top: 27px;
  }

  .hero__circle {
    right: -6%;
    top: 32%;
  }

  .hero__images .img-1 {
    left: -8%;
    bottom: 69%;
  }

  .hero__images .img-2 {
    bottom: 270px;
    width: 355px;
  }

  .hero__images .img-3 {
    right: -8%;
    bottom: 72%;
    display: block;
  }

  .hero__bottom {
    padding: 50px 0;
  }

  .hero__bottom::before {
    bottom: 56%;
    min-width: 627px;
    aspect-ratio: 627/165;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='375' height='167' viewBox='0 0 375 167' fill='none'%3E%3Cpath d='M-65 152.189C-41.0623 159.666 22.0945 179.122 54.6885 152.189C91.2251 121.998 78.4163 4.16852 152.119 1.02362C201.893 -1.10021 197.475 140.716 242.831 137.093C284.827 133.739 221.623 28.9149 298.265 18.2158C369.154 8.3198 457.43 21.5704 482.208 64.5507C492.481 82.3718 471.919 109.418 457.43 101.87C439.744 92.657 504.256 21.3607 562 39.3915' stroke='black' stroke-opacity='0.2' stroke-dasharray='22 22'/%3E%3C/svg%3E")
      center/contain no-repeat;
  }

  .hero__bottom-text {
    max-width: 300px;
    margin: 0 auto;
  }

  .hero1__subtitle.hero1__subtitle--mob {
    margin: 122px auto 0 25px;
  }

  .hero1__photo2 {
    top: 20%;
    left: 88%;
  }

  .hero1__photo3 {
    left: -2%;
  }

  .hero1__early-birds {
    left: 7%;
  }

  .hero1__circle {
    right: -1px;
  }

  .hero1__decor {
    top: 54%;
    right: -4%;
  }

  .about {
    padding: 40px 0 30px;
  }

  .about__bg-top,
  .about__bg-bottom {
    left: -300px;
    right: -165px;
  }

  .about__bg-top {
    top: -34px;
  }

  .about__bg-bottom {
    bottom: -5px;
  }

  .about__flower {
    top: 169px;
    transform: translateX(-68%) rotate(24.34deg);
  }

  .about__tag {
    right: 0;
    top: 32px;
  }

  .about__title {
    font-size: 32px;
  }

  .about__wrap {
    padding-left: 0;
    padding-top: 180px;
    margin-top: 0;
  }

  .about__list li:nth-child(1),
  .about__list li:nth-child(2),
  .about__list li:nth-child(3) {
    max-width: -moz-max-content;
    max-width: max-content;
  }

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

  .structure {
    padding: 30px 0;
  }

  .structure__title {
    font-size: 32px;
  }

  .structure__title ._mark-green ._cursor-left::before,
  .structure__title ._mark-green ._cursor-right::before,
  .structure__title ._mark-pink ._cursor-left::before,
  .structure__title ._mark-pink ._cursor-right::before {
    width: 11px;
  }

  .structure__subtitle {
    margin-top: 3px;
    font-size: 20px;
  }

  .structure__info {
    padding-bottom: 236px;
  }

  .structure__indicators .item:nth-child(1) {
    max-width: 117px;
  }

  .structure__indicators .item:nth-child(2),
  .structure__indicators .item:nth-child(3) {
    max-width: 202px;
  }

  .structure__indicators .item__value-count,
  .structure__indicators .item__value-plus {
    font-size: 38px;
  }

  .structure__indicators .item__value-title {
    font-size: 18px;
  }

  .structure__images {
    left: 0;
    right: 0;
  }

  .structure__images::before {
    top: auto;
    left: -28px;
    bottom: 70px;
    width: 738px;
    height: 152px;
    transform: rotate(10.158deg);
  }

  .structure__images img {
    position: absolute;
  }

  .structure__images img:nth-child(1) {
    left: -10px;
    bottom: 183px;
  }

  .structure__images img:nth-child(2) {
    left: 48%;
    bottom: 121px;
    height: 116px;
  }

  .structure__images img:nth-child(3) {
    display: none;
  }

  .structure__images img:nth-child(4) {
    left: 50px;
    bottom: 62px;
  }

  .structure__images img:nth-child(5) {
    right: -15px;
    bottom: 54px;
  }

  .structure__images img:nth-child(6) {
    display: none;
  }

  .structure__items {
    margin-top: 0;
  }

  .structure__items-bg-desctop {
    display: none;
  }

  .structure__items-bg-mobile {
    display: block;
    top: -126px;
    bottom: -126px;
    left: -273px;
    right: -273px;
  }

  .structure__items .item {
    max-width: calc(50% - 12px);
  }

  /* .speakers {
    padding-top: 0;
  } */

  .speakers__title {
    font-size: 36px;
  }

  .speakers__subtitle {
    margin-top: 10px;
  }

  .speakers__agreed {
    top: 175px;
    width: 315px;
  }

  .speakers__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 54px 20px;
    position: relative;
    margin-top: 74px;
  }

  .speakers__list .item:nth-child(3n + 1),
  .speakers__list .item:nth-child(3n + 3) {
    transform: none;
  }

  .speakers__list .item__button:before {
    font-size: 14px;
  }

  .ticker {
    padding: 10px 0;
  }

  .dating {
    padding: 45px 0;
  }

  .dating__wrap {
    margin-top: 9px;
  }

  .dating__sticker {
    transform: rotate(-4.307deg);
    margin-top: 11px;
    margin-right: -20px;
    margin-left: auto;
    padding: 7px 9px 30px;
  }

  .dating__sticker::before {
    right: 0px;
    transform: translate(0, -55%) rotate(-3.506deg);
    width: 89px;
  }

  .dating__sticker-text {
    padding: 10px;
  }

  .dating__right {
    padding-top: 165px;
    margin-top: 34px;
  }

  .dating__text {
    max-width: 280px;
  }

  .dating__list .item {
    width: 100%;
  }

  .dating__flowers {
    top: 25%;
    transform: translateX(-26%);
    width: 136px;
  }

  .discount {
    padding-top: 100px;
    margin-top: 15px;
  }

  .discount .ticker_gray {
    transform: translateX(-50%) rotate(-2.35deg);
  }

  .discount .ticker_gray .ticker__el {
    width: 150px;
  }

  .discount .ticker_green {
    transform: translateX(50%) rotate(1.271deg);
    padding: 0px 0;
    top: 37px;
    z-index: 2;
  }

  .discount .ticker_green .ticker__el {
    width: 86px;
  }

  .discount__title {
    margin-bottom: 140px;
  }

  .discount__mockup {
    padding: 0;
  }

  .discount__mockup::before {
    content: '';
    position: absolute;
    left: 50%;
    left: 50%;
    transform: translate(-50%, -52%);
    width: 362px;
    aspect-ratio: 1;
    z-index: -1;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='362' height='363' viewBox='0 0 362 363' fill='none'%3E%3Cg filter='url(%23filter0_f_4293_1990)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M124.749 125.796L107.994 66.339L183.694 45.5874L200.507 105.028L243.504 61.2437L299.905 116.575L256.951 160.402L316.703 176.075L297.404 252.158L237.637 236.544L254.392 296.002L178.692 316.753L161.879 257.313L118.882 301.097L62.4807 245.765L105.434 201.938L45.6827 186.265L64.9819 110.183L124.749 125.796Z' fill='%23FF63C1' fill-opacity='0.4'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_4293_1990' x='0.410892' y='0.315678' width='361.564' height='361.709' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='22.6359' result='effect1_foregroundBlur_4293_1990'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E")
      center/contain no-repeat;
  }

  .discount__mockup-gradient {
    display: none;
  }

  .discount__mockup-image {
    top: -125px;
    width: 189px;
  }

  .discount__mockup-text {
    width: 305px;
  }

  .discount__mockup-text-bottom a,
  .discount__mockup-text-bottom a:visited {
    font-size: 17px;
  }

  .discount__mockup-text-main {
    padding: 16px 16px 0;
    text-align: center;
    font-size: 18px;
  }

  .discount__mockup-text-main h1,
  .discount__mockup-text-main h2,
  .discount__mockup-text-main h3,
  .discount__mockup-text-main h4,
  .discount__mockup-text-main h5,
  .discount__mockup-text-main h6 {
    margin-bottom: 2px;
    font-size: 23px;
  }

  .packages {
    padding-bottom: 35px;
  }

  .packages__title ._mark-green::before {
    display: none;
  }

  .packages__title ._mark-green ._cursor-left,
  .packages__title ._mark-green ._cursor-right {
    display: none;
  }

  .packages__list {
    gap: 0;
    margin-top: 15px;
  }

  .packages__list .package {
    width: 50%;
  }

  .packages__list .package:nth-child(2) .package__btn,
  .packages__list .package:nth-child(4) .package__btn {
    margin-left: auto;
  }

  .packages__list .package__image {
    margin: 0 -15px;
    width: auto;
  }

  .packages__list .package__btn {
    left: 0;
    transform: translate(0%, -19%);
    max-width: 160px;
    font-size: 16px;
  }

  .history {
    padding: 35px 0;
  }

  .history__title br {
    display: none;
  }

  .history__title ._mark-pink::before {
    display: none;
  }

  .history__title ._mark-pink ._cursor-left,
  .history__title ._mark-pink ._cursor-right {
    display: none;
  }

  .history__subtitle::before {
    left: 60%;
  }

  .history__indicators {
    flex-direction: column;
    gap: 16px;
  }

  .history__bottom {
    margin-top: 18px;
  }

  .history__bottom-bg {
    transform: rotate(-8.9deg) translate(-45%, -40%);
  }

  .history__text {
    margin-left: 0;
    margin-top: 53px;
  }

  .history__images .img:nth-child(1) {
    left: -3%;
    top: 204px;
  }

  .history__images .img:nth-child(2) {
    left: -4%;
    top: 440px;
  }

  .history__images .img:nth-child(3) {
    top: 257px;
  }

  .history__images .img:nth-child(4) {
    bottom: -95px;
    right: -5%;
  }

  .summit__img {
    aspect-ratio: 347/143;
  }

  .partners {
    padding: 60px 0 35px;
  }

  .partners__title {
    max-width: 310px;
    font-size: 24px;
  }

  .partners__title ._mark-pink ._cursor-left::before,
  .partners__title ._mark-pink ._cursor-right::before {
    width: 9px;
  }

  .partners__statistic .item__title {
    font-size: 46px;
  }

  .partners__sticker {
    transform: rotate(-2.4deg);
    margin-top: 11px;
    margin-left: auto;
    padding: 7px 9px 22px;
  }

  .partners__sticker::before {
    right: -12px;
    transform: translate(0, -55%) rotate(-3.506deg);
    width: 61px;
  }

  .partners__sticker-text {
    padding: 8px 10px;
  }

  .partners__video-message {
    font-size: 28px;
  }

  .partners__video-message::before {
    display: block;
    left: 58%;
    top: -107px;
    transform: rotate(280deg) scale(-1, 1);
    width: 98px;
  }

  .partners__video-btn {
    width: 84px;
  }

  .partners__footer-bg {
    width: 2500px;
  }

  .partners__footer-list .item {
    width: 100%;
  }

  .partners-packages {
    padding: 35px 0 70px;
  }

  .partners-packages__title {
    font-size: 34px;
    text-align: left;
  }

  .partners-packages__list {
    gap: 3px;
  }

  .partners-packages__list .package {
    width: 100%;
  }

  .partners-logos__title {
    font-size: 34px;
  }

  .partners-logos__wrapper {
    margin-top: 17px;
  }

  .partners-logos__group {
    margin-bottom: 18px;
  }

  .partners-logos__group-title {
    font-size: 20px;
  }

  .partners-logos__group-list {
    margin-top: 14px;
    gap: 10px;
  }

  .partners-logos__group-list li {
    padding: 12px;
    width: 108px;
    height: 56px;
    border-radius: 5px;
  }

  .contact-organizers {
    padding: 60px 0 102px;
  }

  .contact-organizers__title {
    font-size: 34px;
  }

  .contact-organizers__subtitle {
    font-size: 30px;
  }

  .contact-organizers__main::before {
    left: 64%;
    bottom: 52px;
  }

  .contact-organizers__list {
    gap: 28px 20px;
  }

  .contact-organizers__list .item {
    width: calc((100% - 20px) / 2);
    gap: 17px;
  }

  .reviews {
    padding-bottom: 50px;
  }

  .reviews__title {
    font-size: 34px;
  }

  .insta {
    margin-bottom: 47px;
  }

  .insta__wrap {
    flex-direction: column;
  }

  .insta__title {
    text-align: center;
  }

  .footer__wrap {
    gap: 63px;
    flex-direction: column;
    text-align: center;
  }

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

  .footer__ellipse-1,
  .footer__ellipse-2 {
    filter: blur(75px);
  }

  .footer__ellipse-1 {
    width: 210.088px;
    height: 258.188px;
    border-radius: 258.188px;
    transform: rotate(-22.939deg) translate3d(30%, -154%, 0);
  }

  .footer__ellipse-2 {
    width: 210.088px;
    height: 258.188px;
    border-radius: 258.188px;
    transform: rotate(-22.939deg) translate3d(-9%, 102%, 0);
  }

  #modal-booking .modal-content {
    max-width: 360px;
    padding: 20px;
  }

  #modal-booking .title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #modal-discount .modal-content {
    max-width: 360px;
    padding: 20px;
  }

  #modal-discount .title {
    font-size: 24px;
    margin-bottom: 20px;
  }

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

  .modal-packages .packages-slider {
    max-width: 360px;
  }

  .modal-packages .packages-slider__btn-prev,
  .modal-packages .packages-slider__btn-next {
    transform: translate(0%, 0%) rotate(180deg);
  }

  .modal-packages .packages-slider__btn-next {
    transform: translate(0%, 0%) rotate(0deg);
  }

  .modal-packages .modal-package__title {
    font-size: 36px;
  }

  .modal-packages .modal-package__body {
    flex-direction: column;
  }

  .modal-packages .modal-package__info {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .modal-packages .modal-package__info ul li {
    margin-bottom: 4px;
  }

  .modal-packages .modal-package__price {
    justify-content: center;
    gap: 12px;
    margin-top: 26px;
  }

  .modal-packages .modal-package__price-discount {
    font-weight: 400;
  }

  .modal-packages .modal-package__form-title {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }

  #modal-speaker .speaker-modal {
    flex-direction: column;
    padding: 50px 20px;
    gap: 40px;
  }

  #modal-speaker .speaker-modal__photo {
    margin: 0 auto;
    aspect-ratio: 1/1;
    height: auto;
    width: 100%;
    -o-object-position: center top;
    object-position: center top;
  }

  .btn--float {
    display: block;
  }

  .events__title {
    display: none;
  }

  .events__title.events__title--mobile {
    font-size: 31px;
    display: block;
  }

  .hero__promo {
    max-width: 305px;
    height: 146px;
    bottom: 30%;
    right: 3%;
  }

  .promo-badge-1 {
    width: 41.7%;
    right: unset;
    left: 5px;
    top: 9px;
    transform: rotate(-5.98deg);
  }

  .promo-badge-2 {
    left: unset;
    right: 0;
    bottom: 10%;
    width: 59%;
    height: 57%;
    transform: rotate(8.5deg);
  }

  .packages__list .package .hero__promo {
    max-width: 150px;
    height: 87px;
    right: -0.5%;
    top: -14%;
  }

  .packages__list .package .promo-badge-1 {
    width: 46.45%;
    transform: rotate(13.3deg);
    right: 7px;
    left: unset;
    top: 5px;
  }

  .packages__list .package .promo-badge-2 {
    transform: rotate(0deg);
    width: 58%;
    height: 49%;
    padding-top: 5px;
    top: 5px;
    bottom: unset;
    right: unset;
  }

  .packages__list .package .promo-badge-2 .promo__text {
    font-size: 12px;
  }

  .modal-package__additional-info {
    font-size: 12px;
  }

  .additional-info__green-badge {
    max-width: 100%;
    position: static;
    transform: rotate(0deg);
    margin-bottom: 6px;
    min-height: 45px;
  }

  .program {
    padding: 57px 0;
  }

  .program .speaker__title {
    margin-left: 0;
    font-size: 54px;
  }

  .program__title {
    font-size: 48px;
  }

  .program__decor-1 {
    top: auto;
    bottom: -9%;
    width: 61px;
    height: 53px;
    left: -8%;
  }

  .program__decor-2 {
    width: 70px;
    height: 60px;
    bottom: auto;
    top: 16%;
    left: -7%;
  }

  .program__decor-3 {
    width: 44px;
    height: 66px;
    top: auto;
    right: -2%;
    bottom: 11%;
  }

  .program__decor-4 {
    position: absolute;
    bottom: auto;
    top: 9%;
    width: 121px;
    height: 126px;
    right: -31%;
  }

  .program__block_time {
    width: 110%;
  }

  .donation__image {
    width: 236px;
    top: 57%;
    left: 57%;
  }
}
