html {
  box-sizing: border-box;
}

*, *::before {
  box-sizing: inherit;
}

a {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  cursor: pointer;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: inherit;
  height: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

span {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}

body {
  margin: 0;
  overflow-x: hidden;
  position: relative;
}

main {
  display: block;
  margin: 0;
}

::placeholder {
  color: inherit;
}

select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
}

button {
  font-family: inherit;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1248px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
}
@media (max-width: 1248px) {
  .container {
    padding-inline: 14px;
  }
}

body {
  color: #2f2f2f;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #f4f4f4;
}

main {
  flex: 1 1 0;
}

a {
  transition: 0.35s;
}

.elevation-1 {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.btn, .category_page_content__main-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.btn, .category_page_content__main-btn {
  font-size: 14px;
  padding: 8px 16px;
  font-weight: 700;
  background-color: #fff;
  color: #2f2f2f;
}

header .btn.large, header .large.category_page_content__main-btn {
  border-radius: 0;
  padding: 32px 24px;
}

.btn-default:not(.cselectpicker-button) {
  background-color: #ed1c24;
  border-color: #ed1c24;
}

.btn.large, .large.category_page_content__main-btn {
  font-size: 16px;
  letter-spacing: 1.6px;
  padding: 16px 32px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default {
  color: #fff;
  box-shadow: none;
}

.btn-secondary {
  color: #fff;
  background-color: #414042;
  border-color: #414042;
  box-shadow: none;
}

.btn-secondary.white {
  color: #414042;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
  box-shadow: none;
}

btn-default:not(.cselectpicker-button):focus, .btn-default:not(.cselectpicker-button):active, .btn-default:not(.cselectpicker-button):hover {
  color: #fff;
  background-color: #d91119;
  border-color: #d91119;
  box-shadow: none;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #2f2f2f;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

form .form-entity {
  position: relative;
  padding-bottom: 24px;
}
form .form-entity input {
  min-height: 40px;
}

h2, .h2 {
  font-size: 36px;
}

h3, .h3 {
  font-size: 30px;
}

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

h5, .h5 {
  font-size: 21px;
}

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

.home_form textarea {
  resize: none;
  height: 295px;
}

.arrow {
  cursor: pointer;
}

.swiper-pagination {
  position: relative !important;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 22px;
}
.header__left {
  display: flex;
  align-items: center;
  gap: 42px;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__right_nav {
  display: flex;
  align-items: center;
}
.header__right_nav-item {
  position: relative;
}
.header__right_nav-item-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 32px 30px;
  font-size: 20px;
  color: #2f2f2f;
  line-height: 20px;
}
.header__right_nav-item-link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ed1c24;
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%) scale(0);
  transition: transform 0.2s ease-in-out;
}
.header__right_nav-item-link:hover::after {
  transform: translateX(-50%) scale(1);
}
.header__right_nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.header__right_nav-item .dropdown-menu li {
  font-size: 18px;
  line-height: 44px;
  color: #2f2f2f;
  min-width: 208px;
}
.header__right_nav-item .dropdown-menu a {
  display: block;
  padding: 0px 24px;
  line-height: 44px;
  white-space: nowrap;
}
.header__right_nav-item.active .dropdown-menu {
  display: block;
}
.header__burger {
  display: none;
}

.header .search-container {
  position: relative;
}

.header .search-container .navbar-form {
  display: none;
  align-items: center;
  position: absolute;
  right: 55px;
  top: 50%;
  transform: translateY(-50%);
  width: 400px;
  padding: 0;
  margin: 0;
  border-color: #e7e7e7;
}

header .search-container .search-trigger {
  margin-right: 24px;
  cursor: pointer;
}

header .search-container .close-search {
  display: none;
}

header .search-container .navbar-form .form-group {
  margin-right: 16px;
  width: 100%;
}

header .header__right.search-active .header__right_nav {
  visibility: hidden;
  opacity: 0;
}

header .mobile {
  display: none;
}

header .header__right.search-active .navbar-form {
  display: flex;
}

header .header__right.search-active .close-search {
  display: block;
}

header .header__right.search-active .search {
  display: none;
}

.header .search-container .btn, .header .search-container .category_page_content__main-btn {
  width: fit-content;
}

header .topbar {
  display: flex;
  justify-content: flex-end;
  padding: 8px 16px;
  background-color: #efefef;
  font-size: 14px;
}

header .topbar .item {
  display: flex;
  align-items: center;
  margin-left: 32px;
}

header .topbar .separator {
  margin-left: 32px;
  border-left: 1px solid #808285;
}

header .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #2f2f2f;
}

@media (max-width: 1100px) {
  .header__right_nav-item-link {
    padding: 30px 20px;
  }
}
@media (max-width: 1000px) {
  .header__left-img {
    display: none;
  }
}
@media (max-width: 870px) {
  .header__burger {
    display: block;
  }
  .header__right {
    display: none;
  }
  .header__left-img {
    display: block;
  }
}
@media (max-width: 450px) {
  .header .topbar {
    padding: 8px 5px;
  }
  .header .topbar .item {
    margin-left: 0;
  }
}
.burger {
  padding: 50px 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #f4f4f4;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  flex-direction: column-reverse;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-101%);
}
.burger.open {
  max-height: 2000px;
  padding: 24px;
}
.burger .header__right_nav {
  flex-direction: column;
}
.burger .dropdown-menu {
  background: white;
  border: none;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.burger .header__right_nav-item-link {
  justify-content: center;
}
.burger .navbar-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.burger__cross {
  padding: 10px;
  position: fixed;
  top: 30px;
  right: 20px;
}
.burger__cross span {
  width: 30px;
  border-radius: 2px;
  height: 4px;
  background: #af0e14;
  display: block;
}
.burger__cross span:last-child {
  transform: rotate(45deg);
  margin-top: -4px;
}
.burger__cross span:first-child {
  transform: rotate(-45deg);
}
.burger.active {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.header-banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
  overflow: hidden;
  background-color: #000;
}

.header-banner video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%) scale(1.1);
  background-color: #000;
  display: inline-block;
  vertical-align: baseline;
}

.header-banner .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 200px 24px;
}

.header-banner h1, .header-banner .sub-title {
  font-size: 58px;
  margin-bottom: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 138%;
  margin-top: 0;
  text-align: center;
}

.header-banner .sub-title {
  font-size: 48px;
  font-weight: 200;
}

.header-banner .dot {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #ed1c24;
  margin-bottom: 40px;
}

@media (max-width: 950px) {
  .header-banner video {
    transform: none;
    height: 120%;
    left: 0;
    top: -10%;
    object-fit: cover;
    right: 0;
    bottom: 0;
  }
}
.banner {
  position: relative;
  margin-bottom: 108px;
}

.banner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.banner .content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding: 120px 16px;
}

.banner .content img {
  margin-bottom: 16px;
}

.banner .content .body-large {
  margin-bottom: 48px;
  font-weight: 700;
}

.banner .content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding: 120px 16px;
}

.banner .content h3 {
  margin-bottom: 32px;
}

.banner .content .body-large {
  margin-bottom: 48px;
  font-weight: 700;
}

.banner.alt {
  background-color: #000;
  margin-bottom: 0;
}

.banner.alt .container {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.banner.alt img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 50%;
}

.banner.alt .content {
  width: 50%;
  max-width: 575px;
  text-align: left;
}

.banner.alt .content h5 {
  margin-top: 0;
  margin-bottom: 8px;
}

.banner .content h3 {
  margin-bottom: 32px;
}

@media (max-width: 750px) {
  .banner {
    margin-bottom: 40px;
  }
  .header-banner h1, .header-banner .sub-title {
    font-size: 40px;
  }
}
@media (max-width: 450px) {
  .header-banner h1, .header-banner .sub-title {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .banner.alt .container {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
  .banner .content {
    width: 100% !important;
    padding: 30px 16px;
  }
  .banner .content .btn, .banner .content .category_page_content__main-btn {
    margin-inline: auto;
    display: block;
  }
  .banner.alt img {
    width: 100%;
  }
}
.about .banner .body-large {
  margin-inline: auto;
  max-width: 700px;
  text-align: center;
}

.contact-form {
  display: flex;
  margin-left: -41.6px;
  margin-bottom: 128px;
}

.contact-form .image {
  width: 43.9102564103%;
}

.contact-form .form {
  width: 56.0897435897%;
}

.contact-form .image img {
  width: 100%;
}

.contact-form > div {
  padding-left: 41.6px;
}

.body-large {
  font-size: 18px;
}

form .input-row {
  display: flex;
  margin-left: -32px;
}

form .form-row {
  padding-left: 32px;
  width: 50%;
}

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

form .form-entity.checkbox.body-small, form .form-entity.radio.body-small {
  padding-bottom: 16px;
}

form .form-entity input[type=checkbox] {
  display: none;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

form .form-entity.checkbox.body-small input[type=checkbox] + label {
  font-size: 12px;
}

form .form-entity input[type=checkbox] + label {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  padding-left: 0;
}

.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

form .form-entity input[type=checkbox] + label:before {
  content: "";
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M4%2016C4%2017.5759%204.31039%2019.1363%204.91345%2020.5922C5.5165%2022.0481%206.40042%2023.371%207.51472%2024.4853C8.62902%2025.5996%209.95189%2026.4835%2011.4078%2027.0866C12.8637%2027.6896%2014.4241%2028%2016%2028C17.5759%2028%2019.1363%2027.6896%2020.5922%2027.0866C22.0481%2026.4835%2023.371%2025.5996%2024.4853%2024.4853C25.5996%2023.371%2026.4835%2022.0481%2027.0866%2020.5922C27.6896%2019.1363%2028%2017.5759%2028%2016C28%2014.4241%2027.6896%2012.8637%2027.0866%2011.4078C26.4835%209.95189%2025.5996%208.62902%2024.4853%207.51472C23.371%206.40042%2022.0481%205.5165%2020.5922%204.91345C19.1363%204.31039%2017.5759%204%2016%204C14.4241%204%2012.8637%204.31039%2011.4078%204.91345C9.95189%205.5165%208.62902%206.40042%207.51472%207.51472C6.40042%208.62902%205.5165%209.95189%204.91345%2011.4078C4.31039%2012.8637%204%2014.4241%204%2016Z%22%20stroke%3D%22%236D6D6E%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M4%2016C4%2017.5759%204.31039%2019.1363%204.91345%2020.5922C5.5165%2022.0481%206.40042%2023.371%207.51472%2024.4853C8.62902%2025.5996%209.95189%2026.4835%2011.4078%2027.0866C12.8637%2027.6896%2014.4241%2028%2016%2028C17.5759%2028%2019.1363%2027.6896%2020.5922%2027.0866C22.0481%2026.4835%2023.371%2025.5996%2024.4853%2024.4853C25.5996%2023.371%2026.4835%2022.0481%2027.0866%2020.5922C27.6896%2019.1363%2028%2017.5759%2028%2016C28%2014.4241%2027.6896%2012.8637%2027.0866%2011.4078C26.4835%209.95189%2025.5996%208.62902%2024.4853%207.51472C23.371%206.40042%2022.0481%205.5165%2020.5922%204.91345C19.1363%204.31039%2017.5759%204%2016%204C14.4241%204%2012.8637%204.31039%2011.4078%204.91345C9.95189%205.5165%208.62902%206.40042%207.51472%207.51472C6.40042%208.62902%205.5165%209.95189%204.91345%2011.4078C4.31039%2012.8637%204%2014.4241%204%2016Z%22%20stroke%3D%22%236D6D6E%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  background: #808285;
  margin-right: 8px;
}

form .form-entity input[type=checkbox]:checked + label:before {
  -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2016L14.6667%2018.6667L20%2013.3333M4%2016C4%2017.5759%204.31039%2019.1363%204.91345%2020.5922C5.5165%2022.0481%206.40042%2023.371%207.51472%2024.4853C8.62902%2025.5996%209.95189%2026.4835%2011.4078%2027.0866C12.8637%2027.6896%2014.4241%2028%2016%2028C17.5759%2028%2019.1363%2027.6896%2020.5922%2027.0866C22.0481%2026.4835%2023.371%2025.5996%2024.4853%2024.4853C25.5996%2023.371%2026.4835%2022.0481%2027.0866%2020.5922C27.6896%2019.1363%2028%2017.5759%2028%2016C28%2014.4241%2027.6896%2012.8637%2027.0866%2011.4078C26.4835%209.95189%2025.5996%208.62902%2024.4853%207.51472C23.371%206.40042%2022.0481%205.5165%2020.5922%204.91345C19.1363%204.31039%2017.5759%204%2016%204C14.4241%204%2012.8637%204.31039%2011.4078%204.91345C9.95189%205.5165%208.62902%206.40042%207.51472%207.51472C6.40042%208.62902%205.5165%209.95189%204.91345%2011.4078C4.31039%2012.8637%204%2014.4241%204%2016Z%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
  mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2016L14.6667%2018.6667L20%2013.3333M4%2016C4%2017.5759%204.31039%2019.1363%204.91345%2020.5922C5.5165%2022.0481%206.40042%2023.371%207.51472%2024.4853C8.62902%2025.5996%209.95189%2026.4835%2011.4078%2027.0866C12.8637%2027.6896%2014.4241%2028%2016%2028C17.5759%2028%2019.1363%2027.6896%2020.5922%2027.0866C22.0481%2026.4835%2023.371%2025.5996%2024.4853%2024.4853C25.5996%2023.371%2026.4835%2022.0481%2027.0866%2020.5922C27.6896%2019.1363%2028%2017.5759%2028%2016C28%2014.4241%2027.6896%2012.8637%2027.0866%2011.4078C26.4835%209.95189%2025.5996%208.62902%2024.4853%207.51472C23.371%206.40042%2022.0481%205.5165%2020.5922%204.91345C19.1363%204.31039%2017.5759%204%2016%204C14.4241%204%2012.8637%204.31039%2011.4078%204.91345C9.95189%205.5165%208.62902%206.40042%207.51472%207.51472C6.40042%208.62902%205.5165%209.95189%204.91345%2011.4078C4.31039%2012.8637%204%2014.4241%204%2016Z%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
  background: #414042;
}

.contact-form .mobile-form-trigger {
  display: none;
  width: 100%;
}

form .form-entity input[type=text], form .form-entity input[type=email], form .form-entity input[type=password], form .form-entity textarea, form .form-entity select {
  width: 100%;
  padding: 8px 16px;
  background-color: #fdfdfd;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  border-radius: 4px;
  line-height: normal;
  outline: none;
}

form p {
  margin-bottom: 16px;
}

@media (max-width: 880px) {
  .contact-form .image {
    display: none;
  }
  .contact-form .form {
    width: 100%;
  }
  .contact-form {
    margin-bottom: 50px;
  }
}
@media (max-width: 430px) {
  .form-row:last-child {
    padding-left: 10px !important;
  }
}
.news {
  padding: 30px 0;
}
.news__inner {
  display: flex;
  margin: 64px 0 32px;
  flex-wrap: wrap;
  justify-content: center;
}
.news .article {
  display: flex;
  width: 33.3333333333%;
  padding-left: 32px;
  padding-bottom: 32px;
}
.news .article .article-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.news .article.w-logo .content {
  padding-top: 32px;
}
.news .article .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: left;
  padding: 16px 32px 32px 32px;
  background-color: #efefef;
  height: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.news .article .date {
  font-size: 14px;
  margin-bottom: 8px;
}
.news .article .title {
  font-weight: 700;
  margin-bottom: 8px;
}
.news .article .summary {
  margin-bottom: 16px;
  flex: 1 0 auto;
}
.news .article .btn, .news .article .category_page_content__main-btn {
  width: 100%;
  margin-top: auto;
}
.news .btn, .news .category_page_content__main-btn {
  margin-inline: auto;
  display: block;
  width: fit-content;
}

@media (max-width: 900px) {
  .news__inner {
    flex-wrap: wrap;
  }
  .article.w-logo {
    width: 100%;
    padding-left: 20px;
  }
}
@media (max-width: 500px) {
  .news__inner {
    margin-bottom: 10px;
  }
  .article.w-logo {
    padding-bottom: 20px;
  }
}
footer.page-footer {
  background-color: #1a1a1a;
  padding: 48px 0;
  color: #fff;
  margin-top: 40px;
}

footer.page-footer img {
  max-width: unset;
  height: 100%;
}

footer.page-footer a {
  color: #fff;
}

footer.page-footer a:hover {
  text-decoration: none;
  color: #fff;
}

footer.page-footer .menu {
  display: flex;
  justify-content: space-between;
  margin-left: -28px;
  margin-bottom: 32px;
}

footer.page-footer .menu .icon:before {
  background: #fff;
}

footer.page-footer .menu .menu-item {
  width: 100%;
  max-width: 185px;
  padding-left: 28px;
}

footer.page-footer .menu ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 14px;
}

footer.page-footer .menu h6 {
  position: relative;
  margin-bottom: 16px;
  padding-top: 16px;
  margin-top: 0;
}

footer.page-footer .menu h6:before {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background-color: #ed1c24;
  position: absolute;
  top: 0;
  left: 0;
}

footer.page-footer p {
  font-size: 14px;
}

footer.page-footer .icons-row {
  display: flex;
  margin-left: -4px;
}

footer.page-footer .icons-row .row-icon {
  padding-left: 4px;
}

footer.page-footer .icons-row.app {
  margin-left: -32px;
  flex-direction: row;
  justify-content: space-between;
}

footer.page-footer .icons-row.app .row-icon {
  padding-left: 32px;
  height: 40px;
}

@media (min-width: 576px) {
  footer.page-footer .icons-row.app {
    justify-content: start;
  }
  footer.page-footer .icons-row.app .row-icon {
    height: auto;
  }
}
footer.page-footer .copy {
  margin-top: 32px;
}

@media (max-width: 768px) {
  footer.page-footer .social {
    justify-content: space-between;
  }
  footer.page-footer .menu {
    flex-direction: column;
  }
  footer.page-footer .menu .menu-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
  footer.page-footer .menu li {
    margin-bottom: 2px;
  }
}
.icon {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon.icon-search {
  width: 24px;
  height: 24px;
}

.icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.icon.icon-search::before {
  -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21%2021L15%2015M3%2010C3%2010.9193%203.18106%2011.8295%203.53284%2012.6788C3.88463%2013.5281%204.40024%2014.2997%205.05025%2014.9497C5.70026%2015.5998%206.47194%2016.1154%207.32122%2016.4672C8.1705%2016.8189%209.08075%2017%2010%2017C10.9193%2017%2011.8295%2016.8189%2012.6788%2016.4672C13.5281%2016.1154%2014.2997%2015.5998%2014.9497%2014.9497C15.5998%2014.2997%2016.1154%2013.5281%2016.4672%2012.6788C16.8189%2011.8295%2017%2010.9193%2017%2010C17%209.08075%2016.8189%208.1705%2016.4672%207.32122C16.1154%206.47194%2015.5998%205.70026%2014.9497%205.05025C14.2997%204.40024%2013.5281%203.88463%2012.6788%203.53284C11.8295%203.18106%2010.9193%203%2010%203C9.08075%203%208.1705%203.18106%207.32122%203.53284C6.47194%203.88463%205.70026%204.40024%205.05025%205.05025C4.40024%205.70026%203.88463%206.47194%203.53284%207.32122C3.18106%208.1705%203%209.08075%203%2010Z%22%20stroke%3D%22%23354052%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21%2021L15%2015M3%2010C3%2010.9193%203.18106%2011.8295%203.53284%2012.6788C3.88463%2013.5281%204.40024%2014.2997%205.05025%2014.9497C5.70026%2015.5998%206.47194%2016.1154%207.32122%2016.4672C8.1705%2016.8189%209.08075%2017%2010%2017C10.9193%2017%2011.8295%2016.8189%2012.6788%2016.4672C13.5281%2016.1154%2014.2997%2015.5998%2014.9497%2014.9497C15.5998%2014.2997%2016.1154%2013.5281%2016.4672%2012.6788C16.8189%2011.8295%2017%2010.9193%2017%2010C17%209.08075%2016.8189%208.1705%2016.4672%207.32122C16.1154%206.47194%2015.5998%205.70026%2014.9497%205.05025C14.2997%204.40024%2013.5281%203.88463%2012.6788%203.53284C11.8295%203.18106%2010.9193%203%2010%203C9.08075%203%208.1705%203.18106%207.32122%203.53284C6.47194%203.88463%205.70026%204.40024%205.05025%205.05025C4.40024%205.70026%203.88463%206.47194%203.53284%207.32122C3.18106%208.1705%203%209.08075%203%2010Z%22%20stroke%3D%22%23354052%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  background: #000;
}

.icon.icon-x::before {
  -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18%206L6%2018M6%206L18%2018%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18%206L6%2018M6%206L18%2018%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  background: #000;
}

.icon.icon-x {
  width: 24px;
  height: 24px;
}

.icon.icon-chevron_down {
  width: 24px;
  height: 24px;
}

.icon.icon-chevron_down:before {
  -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12.071%2013.314L17.021%208.364C17.1133%208.26849%2017.2236%208.19231%2017.3456%208.1399C17.4676%208.08749%2017.5988%208.05991%2017.7316%208.05875C17.8644%208.0576%2017.9961%208.0829%2018.119%208.13318C18.2419%208.18346%2018.3535%208.25772%2018.4474%208.35161C18.5413%208.4455%2018.6155%208.55715%2018.6658%208.68005C18.7161%208.80295%2018.7414%208.93463%2018.7403%209.06741C18.7391%209.20018%2018.7115%209.3314%2018.6591%209.45341C18.6067%209.57541%2018.5305%209.68576%2018.435%209.778L12.778%2015.435C12.5905%2015.6225%2012.3362%2015.7278%2012.071%2015.7278C11.8058%2015.7278%2011.5515%2015.6225%2011.364%2015.435L5.70701%209.778C5.6115%209.68576%205.53531%209.57541%205.4829%209.45341C5.4305%209.3314%205.40291%209.20018%205.40176%209.06741C5.4006%208.93463%205.4259%208.80295%205.47618%208.68005C5.52647%208.55715%205.60072%208.4455%205.69461%208.35161C5.7885%208.25772%205.90016%208.18346%206.02305%208.13318C6.14595%208.0829%206.27763%208.0576%206.41041%208.05875C6.54319%208.05991%206.67441%208.08749%206.79641%208.1399C6.91841%208.19231%207.02876%208.26849%207.12101%208.364L12.071%2013.314Z%22%20fill%3D%22%23414042%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12.071%2013.314L17.021%208.364C17.1133%208.26849%2017.2236%208.19231%2017.3456%208.1399C17.4676%208.08749%2017.5988%208.05991%2017.7316%208.05875C17.8644%208.0576%2017.9961%208.0829%2018.119%208.13318C18.2419%208.18346%2018.3535%208.25772%2018.4474%208.35161C18.5413%208.4455%2018.6155%208.55715%2018.6658%208.68005C18.7161%208.80295%2018.7414%208.93463%2018.7403%209.06741C18.7391%209.20018%2018.7115%209.3314%2018.6591%209.45341C18.6067%209.57541%2018.5305%209.68576%2018.435%209.778L12.778%2015.435C12.5905%2015.6225%2012.3362%2015.7278%2012.071%2015.7278C11.8058%2015.7278%2011.5515%2015.6225%2011.364%2015.435L5.70701%209.778C5.6115%209.68576%205.53531%209.57541%205.4829%209.45341C5.4305%209.3314%205.40291%209.20018%205.40176%209.06741C5.4006%208.93463%205.4259%208.80295%205.47618%208.68005C5.52647%208.55715%205.60072%208.4455%205.69461%208.35161C5.7885%208.25772%205.90016%208.18346%206.02305%208.13318C6.14595%208.0829%206.27763%208.0576%206.41041%208.05875C6.54319%208.05991%206.67441%208.08749%206.79641%208.1399C6.91841%208.19231%207.02876%208.26849%207.12101%208.364L12.071%2013.314Z%22%20fill%3D%22%23414042%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  background: #000;
}

.icon.icon-check_yes:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2016L14.6667%2018.6667L20%2013.3333M4%2016C4%2017.5759%204.31039%2019.1363%204.91345%2020.5922C5.5165%2022.0481%206.40042%2023.371%207.51472%2024.4853C8.62902%2025.5996%209.95189%2026.4835%2011.4078%2027.0866C12.8637%2027.6896%2014.4241%2028%2016%2028C17.5759%2028%2019.1363%2027.6896%2020.5922%2027.0866C22.0481%2026.4835%2023.371%2025.5996%2024.4853%2024.4853C25.5996%2023.371%2026.4835%2022.0481%2027.0866%2020.5922C27.6896%2019.1363%2028%2017.5759%2028%2016C28%2014.4241%2027.6896%2012.8637%2027.0866%2011.4078C26.4835%209.95189%2025.5996%208.62902%2024.4853%207.51472C23.371%206.40042%2022.0481%205.5165%2020.5922%204.91345C19.1363%204.31039%2017.5759%204%2016%204C14.4241%204%2012.8637%204.31039%2011.4078%204.91345C9.95189%205.5165%208.62902%206.40042%207.51472%207.51472C6.40042%208.62902%205.5165%209.95189%204.91345%2011.4078C4.31039%2012.8637%204%2014.4241%204%2016Z%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2016L14.6667%2018.6667L20%2013.3333M4%2016C4%2017.5759%204.31039%2019.1363%204.91345%2020.5922C5.5165%2022.0481%206.40042%2023.371%207.51472%2024.4853C8.62902%2025.5996%209.95189%2026.4835%2011.4078%2027.0866C12.8637%2027.6896%2014.4241%2028%2016%2028C17.5759%2028%2019.1363%2027.6896%2020.5922%2027.0866C22.0481%2026.4835%2023.371%2025.5996%2024.4853%2024.4853C25.5996%2023.371%2026.4835%2022.0481%2027.0866%2020.5922C27.6896%2019.1363%2028%2017.5759%2028%2016C28%2014.4241%2027.6896%2012.8637%2027.0866%2011.4078C26.4835%209.95189%2025.5996%208.62902%2024.4853%207.51472C23.371%206.40042%2022.0481%205.5165%2020.5922%204.91345C19.1363%204.31039%2017.5759%204%2016%204C14.4241%204%2012.8637%204.31039%2011.4078%204.91345C9.95189%205.5165%208.62902%206.40042%207.51472%207.51472C6.40042%208.62902%205.5165%209.95189%204.91345%2011.4078C4.31039%2012.8637%204%2014.4241%204%2016Z%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background: #000;
}

.icon.icon-check_no {
  width: 20px;
  height: 20px;
}

.icon.icon-check_no:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M4%2016C4%2017.5759%204.31039%2019.1363%204.91345%2020.5922C5.5165%2022.0481%206.40042%2023.371%207.51472%2024.4853C8.62902%2025.5996%209.95189%2026.4835%2011.4078%2027.0866C12.8637%2027.6896%2014.4241%2028%2016%2028C17.5759%2028%2019.1363%2027.6896%2020.5922%2027.0866C22.0481%2026.4835%2023.371%2025.5996%2024.4853%2024.4853C25.5996%2023.371%2026.4835%2022.0481%2027.0866%2020.5922C27.6896%2019.1363%2028%2017.5759%2028%2016C28%2014.4241%2027.6896%2012.8637%2027.0866%2011.4078C26.4835%209.95189%2025.5996%208.62902%2024.4853%207.51472C23.371%206.40042%2022.0481%205.5165%2020.5922%204.91345C19.1363%204.31039%2017.5759%204%2016%204C14.4241%204%2012.8637%204.31039%2011.4078%204.91345C9.95189%205.5165%208.62902%206.40042%207.51472%207.51472C6.40042%208.62902%205.5165%209.95189%204.91345%2011.4078C4.31039%2012.8637%204%2014.4241%204%2016Z%22%20stroke%3D%22%236D6D6E%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M4%2016C4%2017.5759%204.31039%2019.1363%204.91345%2020.5922C5.5165%2022.0481%206.40042%2023.371%207.51472%2024.4853C8.62902%2025.5996%209.95189%2026.4835%2011.4078%2027.0866C12.8637%2027.6896%2014.4241%2028%2016%2028C17.5759%2028%2019.1363%2027.6896%2020.5922%2027.0866C22.0481%2026.4835%2023.371%2025.5996%2024.4853%2024.4853C25.5996%2023.371%2026.4835%2022.0481%2027.0866%2020.5922C27.6896%2019.1363%2028%2017.5759%2028%2016C28%2014.4241%2027.6896%2012.8637%2027.0866%2011.4078C26.4835%209.95189%2025.5996%208.62902%2024.4853%207.51472C23.371%206.40042%2022.0481%205.5165%2020.5922%204.91345C19.1363%204.31039%2017.5759%204%2016%204C14.4241%204%2012.8637%204.31039%2011.4078%204.91345C9.95189%205.5165%208.62902%206.40042%207.51472%207.51472C6.40042%208.62902%205.5165%209.95189%204.91345%2011.4078C4.31039%2012.8637%204%2014.4241%204%2016Z%22%20stroke%3D%22%236D6D6E%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background: #000;
}

.icon.icon-user {
  width: 24px;
  height: 24px;
}

.icon.icon-user:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M8.224%2025.132C8.55401%2024.0336%209.22929%2023.0709%2010.1497%2022.3866C11.07%2021.7024%2012.1865%2021.333%2013.3333%2021.3333H18.6667C19.815%2021.3329%2020.9328%2021.7032%2021.8538%2022.389C22.7749%2023.0749%2023.45%2024.0397%2023.7787%2025.14M4%2016C4%2017.5759%204.31039%2019.1363%204.91345%2020.5922C5.5165%2022.0481%206.40042%2023.371%207.51472%2024.4853C8.62902%2025.5996%209.95189%2026.4835%2011.4078%2027.0866C12.8637%2027.6896%2014.4241%2028%2016%2028C17.5759%2028%2019.1363%2027.6896%2020.5922%2027.0866C22.0481%2026.4835%2023.371%2025.5996%2024.4853%2024.4853C25.5996%2023.371%2026.4835%2022.0481%2027.0866%2020.5922C27.6896%2019.1363%2028%2017.5759%2028%2016C28%2014.4241%2027.6896%2012.8637%2027.0866%2011.4078C26.4835%209.95189%2025.5996%208.62902%2024.4853%207.51472C23.371%206.40042%2022.0481%205.5165%2020.5922%204.91345C19.1363%204.31039%2017.5759%204%2016%204C14.4241%204%2012.8637%204.31039%2011.4078%204.91345C9.95189%205.5165%208.62902%206.40042%207.51472%207.51472C6.40042%208.62902%205.5165%209.95189%204.91345%2011.4078C4.31039%2012.8637%204%2014.4241%204%2016ZM12%2013.3333C12%2014.3942%2012.4214%2015.4116%2013.1716%2016.1618C13.9217%2016.9119%2014.9391%2017.3333%2016%2017.3333C17.0609%2017.3333%2018.0783%2016.9119%2018.8284%2016.1618C19.5786%2015.4116%2020%2014.3942%2020%2013.3333C20%2012.2725%2019.5786%2011.2551%2018.8284%2010.5049C18.0783%209.75476%2017.0609%209.33333%2016%209.33333C14.9391%209.33333%2013.9217%209.75476%2013.1716%2010.5049C12.4214%2011.2551%2012%2012.2725%2012%2013.3333Z%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M8.224%2025.132C8.55401%2024.0336%209.22929%2023.0709%2010.1497%2022.3866C11.07%2021.7024%2012.1865%2021.333%2013.3333%2021.3333H18.6667C19.815%2021.3329%2020.9328%2021.7032%2021.8538%2022.389C22.7749%2023.0749%2023.45%2024.0397%2023.7787%2025.14M4%2016C4%2017.5759%204.31039%2019.1363%204.91345%2020.5922C5.5165%2022.0481%206.40042%2023.371%207.51472%2024.4853C8.62902%2025.5996%209.95189%2026.4835%2011.4078%2027.0866C12.8637%2027.6896%2014.4241%2028%2016%2028C17.5759%2028%2019.1363%2027.6896%2020.5922%2027.0866C22.0481%2026.4835%2023.371%2025.5996%2024.4853%2024.4853C25.5996%2023.371%2026.4835%2022.0481%2027.0866%2020.5922C27.6896%2019.1363%2028%2017.5759%2028%2016C28%2014.4241%2027.6896%2012.8637%2027.0866%2011.4078C26.4835%209.95189%2025.5996%208.62902%2024.4853%207.51472C23.371%206.40042%2022.0481%205.5165%2020.5922%204.91345C19.1363%204.31039%2017.5759%204%2016%204C14.4241%204%2012.8637%204.31039%2011.4078%204.91345C9.95189%205.5165%208.62902%206.40042%207.51472%207.51472C6.40042%208.62902%205.5165%209.95189%204.91345%2011.4078C4.31039%2012.8637%204%2014.4241%204%2016ZM12%2013.3333C12%2014.3942%2012.4214%2015.4116%2013.1716%2016.1618C13.9217%2016.9119%2014.9391%2017.3333%2016%2017.3333C17.0609%2017.3333%2018.0783%2016.9119%2018.8284%2016.1618C19.5786%2015.4116%2020%2014.3942%2020%2013.3333C20%2012.2725%2019.5786%2011.2551%2018.8284%2010.5049C18.0783%209.75476%2017.0609%209.33333%2016%209.33333C14.9391%209.33333%2013.9217%209.75476%2013.1716%2010.5049C12.4214%2011.2551%2012%2012.2725%2012%2013.3333Z%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background: #000;
}

.icon.icon-chevron_left {
  width: 24px;
  height: 24px;
}

.icon.icon-chevron_left:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.6503%2011.8933L15.6003%2016.8433C15.6958%2016.9355%2015.772%2017.0458%2015.8244%2017.1679C15.8768%2017.2899%2015.9044%2017.4211%2015.9055%2017.5539C15.9067%2017.6866%2015.8814%2017.8183%2015.8311%2017.9412C15.7808%2018.0641%2015.7065%2018.1758%2015.6127%2018.2697C15.5188%2018.3635%2015.4071%2018.4378%2015.2842%2018.4881C15.1613%2018.5384%2015.0296%2018.5637%2014.8969%2018.5625C14.7641%2018.5614%2014.6329%2018.5338%2014.5109%2018.4814C14.3889%2018.4289%2014.2785%2018.3528%2014.1863%2018.2573L8.52926%2012.6003C8.34179%2012.4127%208.23647%2012.1584%208.23647%2011.8933C8.23647%2011.6281%208.34179%2011.3738%208.52926%2011.1863L14.1863%205.52926C14.2785%205.43375%2014.3889%205.35756%2014.5109%205.30516C14.6329%205.25275%2014.7641%205.22516%2014.8969%205.22401C15.0296%205.22285%2015.1613%205.24815%2015.2842%205.29844C15.4071%205.34872%2015.5188%205.42297%2015.6127%205.51686C15.7065%205.61075%2015.7808%205.72241%2015.8311%205.8453C15.8814%205.9682%2015.9067%206.09988%2015.9055%206.23266C15.9044%206.36544%2015.8768%206.49666%2015.8244%206.61866C15.772%206.74067%2015.6958%206.85101%2015.6003%206.94326L10.6503%2011.8933Z%22%20fill%3D%22%23414042%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.6503%2011.8933L15.6003%2016.8433C15.6958%2016.9355%2015.772%2017.0458%2015.8244%2017.1679C15.8768%2017.2899%2015.9044%2017.4211%2015.9055%2017.5539C15.9067%2017.6866%2015.8814%2017.8183%2015.8311%2017.9412C15.7808%2018.0641%2015.7065%2018.1758%2015.6127%2018.2697C15.5188%2018.3635%2015.4071%2018.4378%2015.2842%2018.4881C15.1613%2018.5384%2015.0296%2018.5637%2014.8969%2018.5625C14.7641%2018.5614%2014.6329%2018.5338%2014.5109%2018.4814C14.3889%2018.4289%2014.2785%2018.3528%2014.1863%2018.2573L8.52926%2012.6003C8.34179%2012.4127%208.23647%2012.1584%208.23647%2011.8933C8.23647%2011.6281%208.34179%2011.3738%208.52926%2011.1863L14.1863%205.52926C14.2785%205.43375%2014.3889%205.35756%2014.5109%205.30516C14.6329%205.25275%2014.7641%205.22516%2014.8969%205.22401C15.0296%205.22285%2015.1613%205.24815%2015.2842%205.29844C15.4071%205.34872%2015.5188%205.42297%2015.6127%205.51686C15.7065%205.61075%2015.7808%205.72241%2015.8311%205.8453C15.8814%205.9682%2015.9067%206.09988%2015.9055%206.23266C15.9044%206.36544%2015.8768%206.49666%2015.8244%206.61866C15.772%206.74067%2015.6958%206.85101%2015.6003%206.94326L10.6503%2011.8933Z%22%20fill%3D%22%23414042%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background: #000;
}

.icon.icon-chevron_right {
  width: 24px;
  height: 24px;
}

.icon.icon-chevron_right:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M13.4918%2011.8932L8.54175%206.94324C8.44624%206.851%208.37006%206.74065%208.31765%206.61865C8.26524%206.49664%208.23766%206.36542%208.2365%206.23264C8.23535%206.09986%208.26065%205.96818%208.31093%205.84529C8.36121%205.72239%208.43547%205.61074%208.52936%205.51685C8.62325%205.42295%208.7349%205.3487%208.8578%205.29842C8.9807%205.24814%209.11237%205.22284%209.24515%205.22399C9.37793%205.22515%209.50915%205.25273%209.63116%205.30514C9.75316%205.35755%209.86351%205.43373%209.95575%205.52924L15.6128%2011.1862C15.8002%2011.3738%2015.9055%2011.6281%2015.9055%2011.8932C15.9055%2012.1584%2015.8002%2012.4127%2015.6128%2012.6002L9.95575%2018.2572C9.86351%2018.3528%209.75316%2018.4289%209.63116%2018.4813C9.50915%2018.5338%209.37793%2018.5613%209.24515%2018.5625C9.11238%2018.5636%208.9807%2018.5383%208.8578%2018.4881C8.7349%2018.4378%208.62325%2018.3635%208.52936%2018.2696C8.43547%2018.1757%208.36121%2018.0641%208.31093%2017.9412C8.26065%2017.8183%208.23535%2017.6866%208.2365%2017.5538C8.23766%2017.4211%208.26524%2017.2898%208.31765%2017.1678C8.37006%2017.0458%208.44624%2016.9355%208.54175%2016.8432L13.4918%2011.8932Z%22%20fill%3D%22%23414042%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M13.4918%2011.8932L8.54175%206.94324C8.44624%206.851%208.37006%206.74065%208.31765%206.61865C8.26524%206.49664%208.23766%206.36542%208.2365%206.23264C8.23535%206.09986%208.26065%205.96818%208.31093%205.84529C8.36121%205.72239%208.43547%205.61074%208.52936%205.51685C8.62325%205.42295%208.7349%205.3487%208.8578%205.29842C8.9807%205.24814%209.11237%205.22284%209.24515%205.22399C9.37793%205.22515%209.50915%205.25273%209.63116%205.30514C9.75316%205.35755%209.86351%205.43373%209.95575%205.52924L15.6128%2011.1862C15.8002%2011.3738%2015.9055%2011.6281%2015.9055%2011.8932C15.9055%2012.1584%2015.8002%2012.4127%2015.6128%2012.6002L9.95575%2018.2572C9.86351%2018.3528%209.75316%2018.4289%209.63116%2018.4813C9.50915%2018.5338%209.37793%2018.5613%209.24515%2018.5625C9.11238%2018.5636%208.9807%2018.5383%208.8578%2018.4881C8.7349%2018.4378%208.62325%2018.3635%208.52936%2018.2696C8.43547%2018.1757%208.36121%2018.0641%208.31093%2017.9412C8.26065%2017.8183%208.23535%2017.6866%208.2365%2017.5538C8.23766%2017.4211%208.26524%2017.2898%208.31765%2017.1678C8.37006%2017.0458%208.44624%2016.9355%208.54175%2016.8432L13.4918%2011.8932Z%22%20fill%3D%22%23414042%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background: #000;
}

.icon.icon-chevron_down {
  width: 24px;
  height: 24px;
}

.icon.icon-chevron_down:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12.071%2013.314L17.021%208.364C17.1133%208.26849%2017.2236%208.19231%2017.3456%208.1399C17.4676%208.08749%2017.5988%208.05991%2017.7316%208.05875C17.8644%208.0576%2017.9961%208.0829%2018.119%208.13318C18.2419%208.18346%2018.3535%208.25772%2018.4474%208.35161C18.5413%208.4455%2018.6155%208.55715%2018.6658%208.68005C18.7161%208.80295%2018.7414%208.93463%2018.7403%209.06741C18.7391%209.20018%2018.7115%209.3314%2018.6591%209.45341C18.6067%209.57541%2018.5305%209.68576%2018.435%209.778L12.778%2015.435C12.5905%2015.6225%2012.3362%2015.7278%2012.071%2015.7278C11.8058%2015.7278%2011.5515%2015.6225%2011.364%2015.435L5.70701%209.778C5.6115%209.68576%205.53531%209.57541%205.4829%209.45341C5.4305%209.3314%205.40291%209.20018%205.40176%209.06741C5.4006%208.93463%205.4259%208.80295%205.47618%208.68005C5.52647%208.55715%205.60072%208.4455%205.69461%208.35161C5.7885%208.25772%205.90016%208.18346%206.02305%208.13318C6.14595%208.0829%206.27763%208.0576%206.41041%208.05875C6.54319%208.05991%206.67441%208.08749%206.79641%208.1399C6.91841%208.19231%207.02876%208.26849%207.12101%208.364L12.071%2013.314Z%22%20fill%3D%22%23414042%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12.071%2013.314L17.021%208.364C17.1133%208.26849%2017.2236%208.19231%2017.3456%208.1399C17.4676%208.08749%2017.5988%208.05991%2017.7316%208.05875C17.8644%208.0576%2017.9961%208.0829%2018.119%208.13318C18.2419%208.18346%2018.3535%208.25772%2018.4474%208.35161C18.5413%208.4455%2018.6155%208.55715%2018.6658%208.68005C18.7161%208.80295%2018.7414%208.93463%2018.7403%209.06741C18.7391%209.20018%2018.7115%209.3314%2018.6591%209.45341C18.6067%209.57541%2018.5305%209.68576%2018.435%209.778L12.778%2015.435C12.5905%2015.6225%2012.3362%2015.7278%2012.071%2015.7278C11.8058%2015.7278%2011.5515%2015.6225%2011.364%2015.435L5.70701%209.778C5.6115%209.68576%205.53531%209.57541%205.4829%209.45341C5.4305%209.3314%205.40291%209.20018%205.40176%209.06741C5.4006%208.93463%205.4259%208.80295%205.47618%208.68005C5.52647%208.55715%205.60072%208.4455%205.69461%208.35161C5.7885%208.25772%205.90016%208.18346%206.02305%208.13318C6.14595%208.0829%206.27763%208.0576%206.41041%208.05875C6.54319%208.05991%206.67441%208.08749%206.79641%208.1399C6.91841%208.19231%207.02876%208.26849%207.12101%208.364L12.071%2013.314Z%22%20fill%3D%22%23414042%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background: #000;
}

.icon.icon-chevron_up {
  width: 24px;
  height: 24px;
}

.icon.icon-chevron_up:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12.071%2010.4725L7.12099%2015.4225C7.02874%2015.518%206.9184%2015.5942%206.7964%2015.6466C6.67439%2015.699%206.54317%2015.7266%206.41039%2015.7277C6.27761%2015.7289%206.14593%2015.7036%206.02304%2015.6533C5.90014%2015.603%205.78849%2015.5288%205.6946%2015.4349C5.6007%2015.341%205.52645%2015.2293%205.47617%2015.1065C5.42589%2014.9836%205.40059%2014.8519%205.40174%2014.7191C5.40289%2014.5863%205.43048%2014.4551%205.48289%2014.3331C5.5353%2014.2111%205.61148%2014.1007%205.70699%2014.0085L11.364%208.3515C11.5515%208.16402%2011.8058%208.05871%2012.071%208.05871C12.3362%208.05871%2012.5905%208.16402%2012.778%208.3515L18.435%2014.0085C18.5305%2014.1007%2018.6067%2014.2111%2018.6591%2014.3331C18.7115%2014.4551%2018.7391%2014.5863%2018.7402%2014.7191C18.7414%2014.8519%2018.7161%2014.9836%2018.6658%2015.1064C18.6155%2015.2293%2018.5413%2015.341%2018.4474%2015.4349C18.3535%2015.5288%2018.2418%2015.603%2018.1189%2015.6533C17.996%2015.7036%2017.8644%2015.7289%2017.7316%2015.7277C17.5988%2015.7266%2017.4676%2015.699%2017.3456%2015.6466C17.2236%2015.5942%2017.1132%2015.518%2017.021%2015.4225L12.071%2010.4725Z%22%20fill%3D%22%23414042%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12.071%2010.4725L7.12099%2015.4225C7.02874%2015.518%206.9184%2015.5942%206.7964%2015.6466C6.67439%2015.699%206.54317%2015.7266%206.41039%2015.7277C6.27761%2015.7289%206.14593%2015.7036%206.02304%2015.6533C5.90014%2015.603%205.78849%2015.5288%205.6946%2015.4349C5.6007%2015.341%205.52645%2015.2293%205.47617%2015.1065C5.42589%2014.9836%205.40059%2014.8519%205.40174%2014.7191C5.40289%2014.5863%205.43048%2014.4551%205.48289%2014.3331C5.5353%2014.2111%205.61148%2014.1007%205.70699%2014.0085L11.364%208.3515C11.5515%208.16402%2011.8058%208.05871%2012.071%208.05871C12.3362%208.05871%2012.5905%208.16402%2012.778%208.3515L18.435%2014.0085C18.5305%2014.1007%2018.6067%2014.2111%2018.6591%2014.3331C18.7115%2014.4551%2018.7391%2014.5863%2018.7402%2014.7191C18.7414%2014.8519%2018.7161%2014.9836%2018.6658%2015.1064C18.6155%2015.2293%2018.5413%2015.341%2018.4474%2015.4349C18.3535%2015.5288%2018.2418%2015.603%2018.1189%2015.6533C17.996%2015.7036%2017.8644%2015.7289%2017.7316%2015.7277C17.5988%2015.7266%2017.4676%2015.699%2017.3456%2015.6466C17.2236%2015.5942%2017.1132%2015.518%2017.021%2015.4225L12.071%2010.4725Z%22%20fill%3D%22%23414042%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background: #000;
}

.icon.icon-facebook {
  width: 32px;
  height: 32px;
}

.icon.icon-facebook:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16.7273%2023H13.4545V17.9473H12C11.4477%2017.9473%2011%2017.4996%2011%2016.9473V15.4493C11%2014.897%2011.4477%2014.4493%2012%2014.4493H13.4545V13.2833C13.4545%209.09605%2016.0924%208.98128%2018.9998%209.00156C19.5521%209.00542%2020%209.45565%2020%2010.0079V11.1173C20%2011.6696%2019.5523%2012.1173%2019%2012.1173H17.7273C17.175%2012.1173%2016.7273%2012.565%2016.7273%2013.1173V14.4493H18.7391C19.3834%2014.4493%2019.8596%2015.0497%2019.7128%2015.677L19.3624%2017.1751C19.2566%2017.6274%2018.8533%2017.9473%2018.3887%2017.9473H16.7273V23Z%22%20fill%3D%22%23414042%22%2F%3E%0A%3Crect%20x%3D%225%22%20y%3D%225%22%20width%3D%2222%22%20height%3D%2222%22%20rx%3D%222%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16.7273%2023H13.4545V17.9473H12C11.4477%2017.9473%2011%2017.4996%2011%2016.9473V15.4493C11%2014.897%2011.4477%2014.4493%2012%2014.4493H13.4545V13.2833C13.4545%209.09605%2016.0924%208.98128%2018.9998%209.00156C19.5521%209.00542%2020%209.45565%2020%2010.0079V11.1173C20%2011.6696%2019.5523%2012.1173%2019%2012.1173H17.7273C17.175%2012.1173%2016.7273%2012.565%2016.7273%2013.1173V14.4493H18.7391C19.3834%2014.4493%2019.8596%2015.0497%2019.7128%2015.677L19.3624%2017.1751C19.2566%2017.6274%2018.8533%2017.9473%2018.3887%2017.9473H16.7273V23Z%22%20fill%3D%22%23414042%22%2F%3E%0A%3Crect%20x%3D%225%22%20y%3D%225%22%20width%3D%2222%22%20height%3D%2222%22%20rx%3D%222%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background: #000;
}

.icon.icon-youtube {
  width: 32px;
  height: 32px;
}

.icon.icon-youtube:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M4%2012.1429C4%2010.7789%204.5619%209.47078%205.5621%208.50631C6.56229%207.54183%207.91885%207%209.33333%207H22.6667C24.0812%207%2025.4377%207.54183%2026.4379%208.50631C27.4381%209.47078%2028%2010.7789%2028%2012.1429V19.8571C28%2021.2211%2027.4381%2022.5292%2026.4379%2023.4937C25.4377%2024.4582%2024.0812%2025%2022.6667%2025H9.33333C7.91885%2025%206.56229%2024.4582%205.5621%2023.4937C4.5619%2022.5292%204%2021.2211%204%2019.8571V12.1429Z%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M13.3333%2012.1429L20%2016L13.3333%2019.8571V12.1429Z%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M4%2012.1429C4%2010.7789%204.5619%209.47078%205.5621%208.50631C6.56229%207.54183%207.91885%207%209.33333%207H22.6667C24.0812%207%2025.4377%207.54183%2026.4379%208.50631C27.4381%209.47078%2028%2010.7789%2028%2012.1429V19.8571C28%2021.2211%2027.4381%2022.5292%2026.4379%2023.4937C25.4377%2024.4582%2024.0812%2025%2022.6667%2025H9.33333C7.91885%2025%206.56229%2024.4582%205.5621%2023.4937C4.5619%2022.5292%204%2021.2211%204%2019.8571V12.1429Z%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M13.3333%2012.1429L20%2016L13.3333%2019.8571V12.1429Z%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background: #000;
}

.icon.icon-linkedin {
  width: 32px;
  height: 32px;
}

.icon.icon-linkedin:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.5%2014.625V21.5M10.5%2010.5V10.5138M16%2021.5V14.625M21.5%2021.5V17.375C21.5%2016.6457%2021.2103%2015.9462%2020.6945%2015.4305C20.1788%2014.9147%2019.4793%2014.625%2018.75%2014.625C18.0207%2014.625%2017.3212%2014.9147%2016.8055%2015.4305C16.2897%2015.9462%2016%2016.6457%2016%2017.375M5%207.75C5%207.02065%205.28973%206.32118%205.80546%205.80546C6.32118%205.28973%207.02065%205%207.75%205H24.25C24.9793%205%2025.6788%205.28973%2026.1945%205.80546C26.7103%206.32118%2027%207.02065%2027%207.75V24.25C27%2024.9793%2026.7103%2025.6788%2026.1945%2026.1945C25.6788%2026.7103%2024.9793%2027%2024.25%2027H7.75C7.02065%2027%206.32118%2026.7103%205.80546%2026.1945C5.28973%2025.6788%205%2024.9793%205%2024.25V7.75Z%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.5%2014.625V21.5M10.5%2010.5V10.5138M16%2021.5V14.625M21.5%2021.5V17.375C21.5%2016.6457%2021.2103%2015.9462%2020.6945%2015.4305C20.1788%2014.9147%2019.4793%2014.625%2018.75%2014.625C18.0207%2014.625%2017.3212%2014.9147%2016.8055%2015.4305C16.2897%2015.9462%2016%2016.6457%2016%2017.375M5%207.75C5%207.02065%205.28973%206.32118%205.80546%205.80546C6.32118%205.28973%207.02065%205%207.75%205H24.25C24.9793%205%2025.6788%205.28973%2026.1945%205.80546C26.7103%206.32118%2027%207.02065%2027%207.75V24.25C27%2024.9793%2026.7103%2025.6788%2026.1945%2026.1945C25.6788%2026.7103%2024.9793%2027%2024.25%2027H7.75C7.02065%2027%206.32118%2026.7103%205.80546%2026.1945C5.28973%2025.6788%205%2024.9793%205%2024.25V7.75Z%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background: #000;
}

.icon.icon-instagram {
  width: 32px;
  height: 32px;
}

.icon.icon-instagram:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M22.1875%209.8125V9.82625M5%2010.5C5%209.04131%205.57946%207.64236%206.61091%206.61091C7.64236%205.57946%209.04131%205%2010.5%205H21.5C22.9587%205%2024.3576%205.57946%2025.3891%206.61091C26.4205%207.64236%2027%209.04131%2027%2010.5V21.5C27%2022.9587%2026.4205%2024.3576%2025.3891%2025.3891C24.3576%2026.4205%2022.9587%2027%2021.5%2027H10.5C9.04131%2027%207.64236%2026.4205%206.61091%2025.3891C5.57946%2024.3576%205%2022.9587%205%2021.5V10.5ZM11.875%2016C11.875%2017.094%2012.3096%2018.1432%2013.0832%2018.9168C13.8568%2019.6904%2014.906%2020.125%2016%2020.125C17.094%2020.125%2018.1432%2019.6904%2018.9168%2018.9168C19.6904%2018.1432%2020.125%2017.094%2020.125%2016C20.125%2014.906%2019.6904%2013.8568%2018.9168%2013.0832C18.1432%2012.3096%2017.094%2011.875%2016%2011.875C14.906%2011.875%2013.8568%2012.3096%2013.0832%2013.0832C12.3096%2013.8568%2011.875%2014.906%2011.875%2016Z%22%20stroke%3D%22%23354052%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M22.1875%209.8125V9.82625M5%2010.5C5%209.04131%205.57946%207.64236%206.61091%206.61091C7.64236%205.57946%209.04131%205%2010.5%205H21.5C22.9587%205%2024.3576%205.57946%2025.3891%206.61091C26.4205%207.64236%2027%209.04131%2027%2010.5V21.5C27%2022.9587%2026.4205%2024.3576%2025.3891%2025.3891C24.3576%2026.4205%2022.9587%2027%2021.5%2027H10.5C9.04131%2027%207.64236%2026.4205%206.61091%2025.3891C5.57946%2024.3576%205%2022.9587%205%2021.5V10.5ZM11.875%2016C11.875%2017.094%2012.3096%2018.1432%2013.0832%2018.9168C13.8568%2019.6904%2014.906%2020.125%2016%2020.125C17.094%2020.125%2018.1432%2019.6904%2018.9168%2018.9168C19.6904%2018.1432%2020.125%2017.094%2020.125%2016C20.125%2014.906%2019.6904%2013.8568%2018.9168%2013.0832C18.1432%2012.3096%2017.094%2011.875%2016%2011.875C14.906%2011.875%2013.8568%2012.3096%2013.0832%2013.0832C12.3096%2013.8568%2011.875%2014.906%2011.875%2016Z%22%20stroke%3D%22%23354052%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background: #000;
}

.icon.icon-tiktok {
  width: 32px;
  height: 32px;
}

.icon.icon-tiktok:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2233%22%20height%3D%2232%22%20viewBox%3D%220%200%2033%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.11091%206.61091C6.07946%207.64236%205.5%209.04131%205.5%2010.5V21.5C5.5%2022.9587%206.07946%2024.3576%207.11091%2025.3891C8.14236%2026.4205%209.54131%2027%2011%2027H22C23.4587%2027%2024.8576%2026.4205%2025.8891%2025.3891C26.9205%2024.3576%2027.5%2022.9587%2027.5%2021.5V10.5C27.5%209.04131%2026.9205%207.64236%2025.8891%206.61091C24.8576%205.57946%2023.4587%205%2022%205H11C9.54131%205%208.14236%205.57946%207.11091%206.61091Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M16.765%2010.01C17.42%2010%2018.07%2010.005%2018.72%2010C18.76%2010.765%2019.035%2011.545%2019.595%2012.085C20.155%2012.64%2020.945%2012.895%2021.715%2012.98V14.995C20.995%2014.97%2020.27%2014.82%2019.615%2014.51C19.33%2014.38%2019.065%2014.215%2018.805%2014.045C18.8%2015.505%2018.81%2016.965%2018.795%2018.42C18.755%2019.12%2018.525%2019.815%2018.12%2020.39C17.465%2021.35%2016.33%2021.975%2015.165%2021.995C14.45%2022.035%2013.735%2021.84%2013.125%2021.48C12.115%2020.885%2011.405%2019.795%2011.3%2018.625C11.29%2018.375%2011.285%2018.125%2011.295%2017.88C11.385%2016.93%2011.855%2016.02%2012.585%2015.4C13.415%2014.68%2014.575%2014.335%2015.66%2014.54C15.67%2015.28%2015.64%2016.02%2015.64%2016.76C15.145%2016.6%2014.565%2016.645%2014.13%2016.945C13.815%2017.15%2013.575%2017.465%2013.45%2017.82C13.345%2018.075%2013.375%2018.355%2013.38%2018.625C13.5%2019.445%2014.29%2020.135%2015.13%2020.06C15.69%2020.055%2016.225%2019.73%2016.515%2019.255C16.61%2019.09%2016.715%2018.92%2016.72%2018.725C16.77%2017.83%2016.75%2016.94%2016.755%2016.045C16.76%2014.03%2016.75%2012.02%2016.765%2010.01Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2233%22%20height%3D%2232%22%20viewBox%3D%220%200%2033%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.11091%206.61091C6.07946%207.64236%205.5%209.04131%205.5%2010.5V21.5C5.5%2022.9587%206.07946%2024.3576%207.11091%2025.3891C8.14236%2026.4205%209.54131%2027%2011%2027H22C23.4587%2027%2024.8576%2026.4205%2025.8891%2025.3891C26.9205%2024.3576%2027.5%2022.9587%2027.5%2021.5V10.5C27.5%209.04131%2026.9205%207.64236%2025.8891%206.61091C24.8576%205.57946%2023.4587%205%2022%205H11C9.54131%205%208.14236%205.57946%207.11091%206.61091Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M16.765%2010.01C17.42%2010%2018.07%2010.005%2018.72%2010C18.76%2010.765%2019.035%2011.545%2019.595%2012.085C20.155%2012.64%2020.945%2012.895%2021.715%2012.98V14.995C20.995%2014.97%2020.27%2014.82%2019.615%2014.51C19.33%2014.38%2019.065%2014.215%2018.805%2014.045C18.8%2015.505%2018.81%2016.965%2018.795%2018.42C18.755%2019.12%2018.525%2019.815%2018.12%2020.39C17.465%2021.35%2016.33%2021.975%2015.165%2021.995C14.45%2022.035%2013.735%2021.84%2013.125%2021.48C12.115%2020.885%2011.405%2019.795%2011.3%2018.625C11.29%2018.375%2011.285%2018.125%2011.295%2017.88C11.385%2016.93%2011.855%2016.02%2012.585%2015.4C13.415%2014.68%2014.575%2014.335%2015.66%2014.54C15.67%2015.28%2015.64%2016.02%2015.64%2016.76C15.145%2016.6%2014.565%2016.645%2014.13%2016.945C13.815%2017.15%2013.575%2017.465%2013.45%2017.82C13.345%2018.075%2013.375%2018.355%2013.38%2018.625C13.5%2019.445%2014.29%2020.135%2015.13%2020.06C15.69%2020.055%2016.225%2019.73%2016.515%2019.255C16.61%2019.09%2016.715%2018.92%2016.72%2018.725C16.77%2017.83%2016.75%2016.94%2016.755%2016.045C16.76%2014.03%2016.75%2012.02%2016.765%2010.01Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background: #000;
}

.icon.icon-mail {
  width: 32px;
  height: 32px;
}

.icon.icon-mail:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M4%209.66667C4%208.95942%204.28095%208.28115%204.78105%207.78105C5.28115%207.28095%205.95942%207%206.66667%207H25.3333C26.0406%207%2026.7189%207.28095%2027.219%207.78105C27.719%208.28115%2028%208.95942%2028%209.66667M4%209.66667V23C4%2023.7072%204.28095%2024.3855%204.78105%2024.8856C5.28115%2025.3857%205.95942%2025.6667%206.66667%2025.6667H25.3333C26.0406%2025.6667%2026.7189%2025.3857%2027.219%2024.8856C27.719%2024.3855%2028%2023.7072%2028%2023V9.66667M4%209.66667L16%2017.6667L28%209.66667%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M4%209.66667C4%208.95942%204.28095%208.28115%204.78105%207.78105C5.28115%207.28095%205.95942%207%206.66667%207H25.3333C26.0406%207%2026.7189%207.28095%2027.219%207.78105C27.719%208.28115%2028%208.95942%2028%209.66667M4%209.66667V23C4%2023.7072%204.28095%2024.3855%204.78105%2024.8856C5.28115%2025.3857%205.95942%2025.6667%206.66667%2025.6667H25.3333C26.0406%2025.6667%2026.7189%2025.3857%2027.219%2024.8856C27.719%2024.3855%2028%2023.7072%2028%2023V9.66667M4%209.66667L16%2017.6667L28%209.66667%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background: #000;
}

.icon.icon-world {
  width: 32px;
  height: 32px;
}

.icon.icon-world:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M4.8%2012H27.2M4.8%2020H27.2M15.3333%204C13.0871%207.59948%2011.8963%2011.7572%2011.8963%2016C11.8963%2020.2428%2013.0871%2024.4005%2015.3333%2028M16.6667%204C18.9129%207.59948%2020.1037%2011.7572%2020.1037%2016C20.1037%2020.2428%2018.9129%2024.4005%2016.6667%2028M4%2016C4%2017.5759%204.31039%2019.1363%204.91345%2020.5922C5.5165%2022.0481%206.40042%2023.371%207.51472%2024.4853C8.62902%2025.5996%209.95189%2026.4835%2011.4078%2027.0866C12.8637%2027.6896%2014.4241%2028%2016%2028C17.5759%2028%2019.1363%2027.6896%2020.5922%2027.0866C22.0481%2026.4835%2023.371%2025.5996%2024.4853%2024.4853C25.5996%2023.371%2026.4835%2022.0481%2027.0866%2020.5922C27.6896%2019.1363%2028%2017.5759%2028%2016C28%2012.8174%2026.7357%209.76516%2024.4853%207.51472C22.2348%205.26428%2019.1826%204%2016%204C12.8174%204%209.76516%205.26428%207.51472%207.51472C5.26428%209.76516%204%2012.8174%204%2016Z%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M4.8%2012H27.2M4.8%2020H27.2M15.3333%204C13.0871%207.59948%2011.8963%2011.7572%2011.8963%2016C11.8963%2020.2428%2013.0871%2024.4005%2015.3333%2028M16.6667%204C18.9129%207.59948%2020.1037%2011.7572%2020.1037%2016C20.1037%2020.2428%2018.9129%2024.4005%2016.6667%2028M4%2016C4%2017.5759%204.31039%2019.1363%204.91345%2020.5922C5.5165%2022.0481%206.40042%2023.371%207.51472%2024.4853C8.62902%2025.5996%209.95189%2026.4835%2011.4078%2027.0866C12.8637%2027.6896%2014.4241%2028%2016%2028C17.5759%2028%2019.1363%2027.6896%2020.5922%2027.0866C22.0481%2026.4835%2023.371%2025.5996%2024.4853%2024.4853C25.5996%2023.371%2026.4835%2022.0481%2027.0866%2020.5922C27.6896%2019.1363%2028%2017.5759%2028%2016C28%2012.8174%2026.7357%209.76516%2024.4853%207.51472C22.2348%205.26428%2019.1826%204%2016%204C12.8174%204%209.76516%205.26428%207.51472%207.51472C5.26428%209.76516%204%2012.8174%204%2016Z%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background: #000;
}

.icon.icon-search {
  width: 24px;
  height: 24px;
}

.icon.icon-search:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21%2021L15%2015M3%2010C3%2010.9193%203.18106%2011.8295%203.53284%2012.6788C3.88463%2013.5281%204.40024%2014.2997%205.05025%2014.9497C5.70026%2015.5998%206.47194%2016.1154%207.32122%2016.4672C8.1705%2016.8189%209.08075%2017%2010%2017C10.9193%2017%2011.8295%2016.8189%2012.6788%2016.4672C13.5281%2016.1154%2014.2997%2015.5998%2014.9497%2014.9497C15.5998%2014.2997%2016.1154%2013.5281%2016.4672%2012.6788C16.8189%2011.8295%2017%2010.9193%2017%2010C17%209.08075%2016.8189%208.1705%2016.4672%207.32122C16.1154%206.47194%2015.5998%205.70026%2014.9497%205.05025C14.2997%204.40024%2013.5281%203.88463%2012.6788%203.53284C11.8295%203.18106%2010.9193%203%2010%203C9.08075%203%208.1705%203.18106%207.32122%203.53284C6.47194%203.88463%205.70026%204.40024%205.05025%205.05025C4.40024%205.70026%203.88463%206.47194%203.53284%207.32122C3.18106%208.1705%203%209.08075%203%2010Z%22%20stroke%3D%22%23354052%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21%2021L15%2015M3%2010C3%2010.9193%203.18106%2011.8295%203.53284%2012.6788C3.88463%2013.5281%204.40024%2014.2997%205.05025%2014.9497C5.70026%2015.5998%206.47194%2016.1154%207.32122%2016.4672C8.1705%2016.8189%209.08075%2017%2010%2017C10.9193%2017%2011.8295%2016.8189%2012.6788%2016.4672C13.5281%2016.1154%2014.2997%2015.5998%2014.9497%2014.9497C15.5998%2014.2997%2016.1154%2013.5281%2016.4672%2012.6788C16.8189%2011.8295%2017%2010.9193%2017%2010C17%209.08075%2016.8189%208.1705%2016.4672%207.32122C16.1154%206.47194%2015.5998%205.70026%2014.9497%205.05025C14.2997%204.40024%2013.5281%203.88463%2012.6788%203.53284C11.8295%203.18106%2010.9193%203%2010%203C9.08075%203%208.1705%203.18106%207.32122%203.53284C6.47194%203.88463%205.70026%204.40024%205.05025%205.05025C4.40024%205.70026%203.88463%206.47194%203.53284%207.32122C3.18106%208.1705%203%209.08075%203%2010Z%22%20stroke%3D%22%23354052%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background: #000;
}

.icon.icon-x {
  width: 24px;
  height: 24px;
}

.icon.icon-x:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18%206L6%2018M6%206L18%2018%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18%206L6%2018M6%206L18%2018%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background: #000;
}

.icon.icon-dots {
  width: 32px;
  height: 32px;
}

.icon.icon-dots:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M5.33333%2016C5.33333%2016.3536%205.4738%2016.6928%205.72385%2016.9428C5.9739%2017.1928%206.31304%2017.3333%206.66666%2017.3333C7.02028%2017.3333%207.35942%2017.1928%207.60947%2016.9428C7.85952%2016.6928%207.99999%2016.3536%207.99999%2016C7.99999%2015.6464%207.85952%2015.3072%207.60947%2015.0572C7.35942%2014.8071%207.02028%2014.6667%206.66666%2014.6667C6.31304%2014.6667%205.9739%2014.8071%205.72385%2015.0572C5.4738%2015.3072%205.33333%2015.6464%205.33333%2016Z%22%20fill%3D%22%23414042%22%2F%3E%0A%3Cpath%20d%3D%22M14.6667%2016C14.6667%2016.3536%2014.8071%2016.6928%2015.0572%2016.9428C15.3072%2017.1928%2015.6464%2017.3333%2016%2017.3333C16.3536%2017.3333%2016.6928%2017.1928%2016.9428%2016.9428C17.1929%2016.6928%2017.3333%2016.3536%2017.3333%2016C17.3333%2015.6464%2017.1929%2015.3072%2016.9428%2015.0572C16.6928%2014.8071%2016.3536%2014.6667%2016%2014.6667C15.6464%2014.6667%2015.3072%2014.8071%2015.0572%2015.0572C14.8071%2015.3072%2014.6667%2015.6464%2014.6667%2016Z%22%20fill%3D%22%23414042%22%2F%3E%0A%3Cpath%20d%3D%22M24%2016C24%2016.3536%2024.1405%2016.6928%2024.3905%2016.9428C24.6406%2017.1928%2024.9797%2017.3333%2025.3333%2017.3333C25.687%2017.3333%2026.0261%2017.1928%2026.2761%2016.9428C26.5262%2016.6928%2026.6667%2016.3536%2026.6667%2016C26.6667%2015.6464%2026.5262%2015.3072%2026.2761%2015.0572C26.0261%2014.8071%2025.687%2014.6667%2025.3333%2014.6667C24.9797%2014.6667%2024.6406%2014.8071%2024.3905%2015.0572C24.1405%2015.3072%2024%2015.6464%2024%2016Z%22%20fill%3D%22%23414042%22%2F%3E%0A%3Cpath%20d%3D%22M5.33333%2016C5.33333%2016.3536%205.4738%2016.6928%205.72385%2016.9428C5.9739%2017.1928%206.31304%2017.3333%206.66666%2017.3333C7.02028%2017.3333%207.35942%2017.1928%207.60947%2016.9428C7.85952%2016.6928%207.99999%2016.3536%207.99999%2016C7.99999%2015.6464%207.85952%2015.3072%207.60947%2015.0572C7.35942%2014.8071%207.02028%2014.6667%206.66666%2014.6667C6.31304%2014.6667%205.9739%2014.8071%205.72385%2015.0572C5.4738%2015.3072%205.33333%2015.6464%205.33333%2016Z%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M14.6667%2016C14.6667%2016.3536%2014.8071%2016.6928%2015.0572%2016.9428C15.3072%2017.1928%2015.6464%2017.3333%2016%2017.3333C16.3536%2017.3333%2016.6928%2017.1928%2016.9428%2016.9428C17.1929%2016.6928%2017.3333%2016.3536%2017.3333%2016C17.3333%2015.6464%2017.1929%2015.3072%2016.9428%2015.0572C16.6928%2014.8071%2016.3536%2014.6667%2016%2014.6667C15.6464%2014.6667%2015.3072%2014.8071%2015.0572%2015.0572C14.8071%2015.3072%2014.6667%2015.6464%2014.6667%2016Z%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M24%2016C24%2016.3536%2024.1405%2016.6928%2024.3905%2016.9428C24.6406%2017.1928%2024.9797%2017.3333%2025.3333%2017.3333C25.687%2017.3333%2026.0261%2017.1928%2026.2761%2016.9428C26.5262%2016.6928%2026.6667%2016.3536%2026.6667%2016C26.6667%2015.6464%2026.5262%2015.3072%2026.2761%2015.0572C26.0261%2014.8071%2025.687%2014.6667%2025.3333%2014.6667C24.9797%2014.6667%2024.6406%2014.8071%2024.3905%2015.0572C24.1405%2015.3072%2024%2015.6464%2024%2016Z%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M5.33333%2016C5.33333%2016.3536%205.4738%2016.6928%205.72385%2016.9428C5.9739%2017.1928%206.31304%2017.3333%206.66666%2017.3333C7.02028%2017.3333%207.35942%2017.1928%207.60947%2016.9428C7.85952%2016.6928%207.99999%2016.3536%207.99999%2016C7.99999%2015.6464%207.85952%2015.3072%207.60947%2015.0572C7.35942%2014.8071%207.02028%2014.6667%206.66666%2014.6667C6.31304%2014.6667%205.9739%2014.8071%205.72385%2015.0572C5.4738%2015.3072%205.33333%2015.6464%205.33333%2016Z%22%20fill%3D%22%23414042%22%2F%3E%0A%3Cpath%20d%3D%22M14.6667%2016C14.6667%2016.3536%2014.8071%2016.6928%2015.0572%2016.9428C15.3072%2017.1928%2015.6464%2017.3333%2016%2017.3333C16.3536%2017.3333%2016.6928%2017.1928%2016.9428%2016.9428C17.1929%2016.6928%2017.3333%2016.3536%2017.3333%2016C17.3333%2015.6464%2017.1929%2015.3072%2016.9428%2015.0572C16.6928%2014.8071%2016.3536%2014.6667%2016%2014.6667C15.6464%2014.6667%2015.3072%2014.8071%2015.0572%2015.0572C14.8071%2015.3072%2014.6667%2015.6464%2014.6667%2016Z%22%20fill%3D%22%23414042%22%2F%3E%0A%3Cpath%20d%3D%22M24%2016C24%2016.3536%2024.1405%2016.6928%2024.3905%2016.9428C24.6406%2017.1928%2024.9797%2017.3333%2025.3333%2017.3333C25.687%2017.3333%2026.0261%2017.1928%2026.2761%2016.9428C26.5262%2016.6928%2026.6667%2016.3536%2026.6667%2016C26.6667%2015.6464%2026.5262%2015.3072%2026.2761%2015.0572C26.0261%2014.8071%2025.687%2014.6667%2025.3333%2014.6667C24.9797%2014.6667%2024.6406%2014.8071%2024.3905%2015.0572C24.1405%2015.3072%2024%2015.6464%2024%2016Z%22%20fill%3D%22%23414042%22%2F%3E%0A%3Cpath%20d%3D%22M5.33333%2016C5.33333%2016.3536%205.4738%2016.6928%205.72385%2016.9428C5.9739%2017.1928%206.31304%2017.3333%206.66666%2017.3333C7.02028%2017.3333%207.35942%2017.1928%207.60947%2016.9428C7.85952%2016.6928%207.99999%2016.3536%207.99999%2016C7.99999%2015.6464%207.85952%2015.3072%207.60947%2015.0572C7.35942%2014.8071%207.02028%2014.6667%206.66666%2014.6667C6.31304%2014.6667%205.9739%2014.8071%205.72385%2015.0572C5.4738%2015.3072%205.33333%2015.6464%205.33333%2016Z%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M14.6667%2016C14.6667%2016.3536%2014.8071%2016.6928%2015.0572%2016.9428C15.3072%2017.1928%2015.6464%2017.3333%2016%2017.3333C16.3536%2017.3333%2016.6928%2017.1928%2016.9428%2016.9428C17.1929%2016.6928%2017.3333%2016.3536%2017.3333%2016C17.3333%2015.6464%2017.1929%2015.3072%2016.9428%2015.0572C16.6928%2014.8071%2016.3536%2014.6667%2016%2014.6667C15.6464%2014.6667%2015.3072%2014.8071%2015.0572%2015.0572C14.8071%2015.3072%2014.6667%2015.6464%2014.6667%2016Z%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M24%2016C24%2016.3536%2024.1405%2016.6928%2024.3905%2016.9428C24.6406%2017.1928%2024.9797%2017.3333%2025.3333%2017.3333C25.687%2017.3333%2026.0261%2017.1928%2026.2761%2016.9428C26.5262%2016.6928%2026.6667%2016.3536%2026.6667%2016C26.6667%2015.6464%2026.5262%2015.3072%2026.2761%2015.0572C26.0261%2014.8071%2025.687%2014.6667%2025.3333%2014.6667C24.9797%2014.6667%2024.6406%2014.8071%2024.3905%2015.0572C24.1405%2015.3072%2024%2015.6464%2024%2016Z%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background: #000;
}

.icon.icon-phone {
  width: 32px;
  height: 32px;
}

.icon.icon-phone:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6.70588%205H12.1176L14.8235%2011.7647L11.4412%2013.7941C12.8901%2016.7321%2015.2679%2019.1099%2018.2059%2020.5588L20.2353%2017.1765L27%2019.8824V25.2941C27%2026.0118%2026.7149%2026.7%2026.2075%2027.2075C25.7%2027.7149%2025.0118%2028%2024.2941%2028C19.0167%2027.6793%2014.039%2025.4382%2010.3004%2021.6996C6.5618%2017.961%204.32071%2012.9833%204%207.70588C4%206.98824%204.28508%206.29999%204.79253%205.79253C5.29999%205.28508%205.98824%205%206.70588%205Z%22%20stroke%3D%22%23354052%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6.70588%205H12.1176L14.8235%2011.7647L11.4412%2013.7941C12.8901%2016.7321%2015.2679%2019.1099%2018.2059%2020.5588L20.2353%2017.1765L27%2019.8824V25.2941C27%2026.0118%2026.7149%2026.7%2026.2075%2027.2075C25.7%2027.7149%2025.0118%2028%2024.2941%2028C19.0167%2027.6793%2014.039%2025.4382%2010.3004%2021.6996C6.5618%2017.961%204.32071%2012.9833%204%207.70588C4%206.98824%204.28508%206.29999%204.79253%205.79253C5.29999%205.28508%205.98824%205%206.70588%205Z%22%20stroke%3D%22%23354052%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background: #000;
}

.icon.icon-browser {
  width: 32px;
  height: 32px;
}

.icon.icon-browser:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6%2011H26M11%206V11M6%207.25C6%206.91848%206.1317%206.60054%206.36612%206.36612C6.60054%206.1317%206.91848%206%207.25%206H24.75C25.0815%206%2025.3995%206.1317%2025.6339%206.36612C25.8683%206.60054%2026%206.91848%2026%207.25V24.75C26%2025.0815%2025.8683%2025.3995%2025.6339%2025.6339C25.3995%2025.8683%2025.0815%2026%2024.75%2026H7.25C6.91848%2026%206.60054%2025.8683%206.36612%2025.6339C6.1317%2025.3995%206%2025.0815%206%2024.75V7.25Z%22%20stroke%3D%22%23354052%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6%2011H26M11%206V11M6%207.25C6%206.91848%206.1317%206.60054%206.36612%206.36612C6.60054%206.1317%206.91848%206%207.25%206H24.75C25.0815%206%2025.3995%206.1317%2025.6339%206.36612C25.8683%206.60054%2026%206.91848%2026%207.25V24.75C26%2025.0815%2025.8683%2025.3995%2025.6339%2025.6339C25.3995%2025.8683%2025.0815%2026%2024.75%2026H7.25C6.91848%2026%206.60054%2025.8683%206.36612%2025.6339C6.1317%2025.3995%206%2025.0815%206%2024.75V7.25Z%22%20stroke%3D%22%23354052%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background: #000;
}

.icon.icon-language {
  width: 32px;
  height: 32px;
}

.icon.icon-language:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M6.55556%207.08824H15.4444M6.55556%2011.5588H13.2222M17.6667%201.5C18.5507%201.5%2019.3986%201.85326%2020.0237%202.48205C20.6488%203.11085%2021%203.96369%2021%204.85294V13.7941C21%2014.6834%2020.6488%2015.5362%2020.0237%2016.165C19.3986%2016.7938%2018.5507%2017.1471%2017.6667%2017.1471H12.1111L6.55556%2020.5V17.1471H4.33333C3.44928%2017.1471%202.60143%2016.7938%201.97631%2016.165C1.35119%2015.5362%201%2014.6834%201%2013.7941V4.85294C1%203.96369%201.35119%203.11085%201.97631%202.48205C2.60143%201.85326%203.44928%201.5%204.33333%201.5H17.6667Z%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M6.55556%207.08824H15.4444M6.55556%2011.5588H13.2222M17.6667%201.5C18.5507%201.5%2019.3986%201.85326%2020.0237%202.48205C20.6488%203.11085%2021%203.96369%2021%204.85294V13.7941C21%2014.6834%2020.6488%2015.5362%2020.0237%2016.165C19.3986%2016.7938%2018.5507%2017.1471%2017.6667%2017.1471H12.1111L6.55556%2020.5V17.1471H4.33333C3.44928%2017.1471%202.60143%2016.7938%201.97631%2016.165C1.35119%2015.5362%201%2014.6834%201%2013.7941V4.85294C1%203.96369%201.35119%203.11085%201.97631%202.48205C2.60143%201.85326%203.44928%201.5%204.33333%201.5H17.6667Z%22%20stroke%3D%22%23414042%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E");
  background: #000;
}

.laser-filter {
  margin-bottom: 88px;
}

.laser-filter .tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 16px 0;
}

.laser-filter .tabs a {
  margin-right: 16px;
  margin-bottom: 16px;
}

.laser-filter .tabs-content h4 {
  margin-bottom: 24px;
}

@media (max-width: 576px) {
  .laser-filter .tabs-content h4 {
    margin-bottom: 32px;
  }
}
.laser-filter .tab-content {
  display: none;
}

.laser-filter .tab-content.active {
  display: block;
}

.laser-filter .slick-track {
  margin-left: 0;
}

.laser-filter .slick-list {
  position: relative;
  overflow: visible;
}

.laser-filter .slick-list:before, .laser-filter .tab_1__inner:after {
  content: "";
  display: block;
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.laser-filter .slick-list:before {
  right: 100%;
  background-color: #f4f4f4;
}

.tab_1__inner:after {
  left: 100%;
  background: linear-gradient(86deg, rgba(244, 244, 244, 0.5242471989) 0%, rgb(244, 244, 244) 8%);
}

@media (max-width: 576px) {
  .laser-filter .slick-list {
    padding: 0 5% 0 0 !important;
  }
  .laser-filter .slick-list:after {
    display: none;
  }
}
@media (max-width: 576px) {
  .laser-filter .swiper {
    margin-bottom: 0;
  }
}
.laser-filter .swiper-slide {
  position: relative;
}

.laser-filter .swiper-slide .image {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}

.laser-filter .swiper-slide .image > img {
  display: block;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.laser-filter .swiper-slide img {
  width: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.laser-filter .swiper-slide .title {
  font-size: 24px;
  padding: 16px;
  background-color: #efefef;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.laser-filter .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.laser-filter .swiper-slide a:focus {
  border: 0;
  outline: none;
}

.filter-badges.treatments {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 72px;
}

@media (max-width: 576px) {
  .filter-badges.treatments {
    margin-bottom: 16px;
  }
}
.filter-badges.treatments .filter-badge {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 5.3333333333px 8px;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  white-space: nowrap;
  color: #2f2f2f;
}

.filter-badges.treatments .filter-badge:not(.active) span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #808285;
  margin-left: 16px;
}

.filter-badges.treatments .filter-badge:focus {
  text-decoration: none;
  outline: none;
}

.filter-badges.treatments .filter-badge.active {
  background-color: #ed1c24;
  color: #fff;
}

.filter-badges.treatments .filter-badge.active span {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background-image: url("../images/icons/x.svg");
  background-position: center;
  background-size: contain;
  margin-left: 12px;
}

.laser-filter .filter-badges.treatments .filter-badge {
  border: 1px solid #414042;
  border-radius: 50px;
  padding: 5.3333333333px 16px;
}

.laser-filter .filter-badges.treatments .filter-badge:not(.active) span {
  display: none;
}

.laser-filter .filter-badges.treatments .filter-badge:hover, .laser-filter .filter-badges.treatments .filter-badge:focus {
  text-decoration: none;
  outline: none;
  background-color: #e1e1e1;
}

#id-loc-result .filter-badge {
  margin-bottom: 0;
  margin-right: 0;
  padding: 4px 8px;
  cursor: default;
}

#id-loc-result .filter-badge .trigger {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #808285;
  margin-left: 16px;
}

#id-loc-result .filter-badge:hover {
  background-color: rgba(0, 0, 0, 0);
}

.tab_1__inner:after {
  display: none !important;
}

.tab-content .nav-container {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab-content .nav-container .navigation {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tab-content .nav-container .navigation .swiper-pagination {
  top: auto !important;
  bottom: auto !important;
}
.tab-content .nav-container .arrow .icon {
  width: 48px;
  height: 48px;
}
.tab-content .nav-container .arrow.swiper-button-disabled .icon::before {
  background: #808285;
}
.tab-content .nav-container .swiper-pagination-bullet {
  background: #e1e1e1;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
  margin: 0 6px !important;
}
.tab-content .nav-container .swiper-pagination-bullet-active {
  background-color: #ed1c24;
}

.tab-content p {
  margin: 0 0 10px;
}
.tab-content p a {
  color: #ed1c24;
}

.mobile-horizontal-scroll::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  width: 4px;
  height: 6px;
  border: 3px solid #e1e1e1;
  border-radius: 10px;
}

.mobile-horizontal-scroll::-webkit-scrollbar-track {
  background: #f4f4f4;
  border-left: 1px solid #fff;
}

@media (max-width: 576px) {
  .laser-filter .tabs a {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .tab-trigger.btn, .tab-trigger.category_page_content__main-btn {
    font-size: 13px;
    padding: 6px 10px;
  }
}
@media (max-width: 490px) {
  .tab-content .nav-container {
    flex-direction: column;
  }
}
.category_page__hero img {
  width: 100%;
  object-fit: cover;
  min-height: 300px;
  max-height: 640px;
}

.category_page_content {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}
.category_page_content__main {
  flex-basis: calc(50% - 10px);
}
.category_page_content__main-title {
  font-size: 40px;
  margin-bottom: 32px;
}
.category_page_content__main-btn {
  display: none;
  color: #fff;
  background-color: #ed1c24;
  border-color: #ed1c24;
  margin-top: 10px;
  margin-inline: auto;
  width: fit-content;
}

.category_page_content__main_awards {
  margin-top: 30px;
}
.category_page_content__main_awards-title {
  margin-bottom: 15px;
}
.category_page_content__main_awards__items {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.category_page_content__main_awards .category_page_content__main_awards__items_item {
  max-width: 150px;
  max-height: 150px;
  height: 100%;
  width: 100%;
}
.category_page_content__main_awards .category_page_content__main_awards__items_item img {
  width: 100%;
  height: 100%;
}

.category_page_content__aside {
  flex-basis: calc(50% - 10px);
}

.aside_cards {
  margin-bottom: 40px;
}
.aside_cards-title {
  font-size: 36px;
  margin-bottom: 7px;
}
.aside_cards__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.aside_cards__list_item {
  max-width: 114px;
  width: 100%;
}
.aside_cards__list_item:hover .aside_cards__list_item-title {
  text-decoration: underline;
  color: #af0e14;
}
.aside_cards__list_item-media {
  width: 114px;
  height: 114px;
}
.aside_cards__list_item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aside_cards__list_item-title {
  transition: 0.3s ease;
  margin-top: 5px;
  font-size: 16px;
  color: rgb(237, 28, 36);
}

.aside_buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 15px;
}
.aside_buttons .btn, .aside_buttons .category_page_content__main-btn {
  width: 100%;
}
.aside_buttons .btn i, .aside_buttons .category_page_content__main-btn i {
  margin-right: 10px;
}

@media (max-width: 600px) {
  .aside_cards__list {
    gap: 5px;
  }
  .aside_cards__list_item {
    max-width: 100px;
  }
  .aside_cards__list_item-media {
    height: 100px;
    width: 100px;
  }
}
@media (max-width: 540px) {
  .aside_buttons {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 960px) {
  .category_page_content {
    flex-direction: column;
  }
}
.info_page {
  padding-top: 30px;
}
.info_page__title {
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 600;
}
.info_page__subtitle, .info_page__place {
  font-size: 30px;
  margin-bottom: 10px;
}
.about_hero img {
  width: 100%;
  height: 100%;
  max-height: 640px;
  object-fit: cover;
}

.about_page {
  padding: 50px 0 70px;
}
.about_page__title {
  font-size: 48px;
  margin-bottom: 32px;
  font-weight: 600;
}

.search_page {
  padding: 50px 0;
}
.search_page__title {
  font-size: 35px !important;
  font-weight: 700 !important;
  text-align: center;
  margin-bottom: 30px !important;
}
.search_page__empty {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}
.search_page__results {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.search__item {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 20px !important;
  font-weight: 500 !important;
  padding: 10px 7px !important;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  width: fit-content;
  border-radius: 10px;
}
.search__item:hover {
  color: rgb(237, 28, 36);
}

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url("../img/flags.webp");
  --iti-path-flags-2x: url("../img/flags@2x.webp");
  --iti-path-globe-1x: url("../img/globe.webp");
  --iti-path-globe-2x: url("../img/globe@2x.webp");
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}

.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: var(--iti-border-width);
}

.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}

.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
}

.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}

.iti__dial-code {
  color: var(--iti-dialcode-color);
}

.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}

.iti__country-list .iti__flag, .iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}

[dir=rtl] .iti__country-list .iti__flag, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}

.iti .iti__selected-dial-code {
  margin-left: 4px;
}

[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}

.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}

.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__ac {
  --iti-flag-offset: 0px;
}

.iti__ad {
  --iti-flag-offset: -16px;
}

.iti__ae {
  --iti-flag-offset: -32px;
}

.iti__af {
  --iti-flag-offset: -48px;
}

.iti__ag {
  --iti-flag-offset: -64px;
}

.iti__ai {
  --iti-flag-offset: -80px;
}

.iti__al {
  --iti-flag-offset: -96px;
}

.iti__am {
  --iti-flag-offset: -112px;
}

.iti__ao {
  --iti-flag-offset: -128px;
}

.iti__ar {
  --iti-flag-offset: -144px;
}

.iti__as {
  --iti-flag-offset: -160px;
}

.iti__at {
  --iti-flag-offset: -176px;
}

.iti__au {
  --iti-flag-offset: -192px;
}

.iti__aw {
  --iti-flag-offset: -208px;
}

.iti__ax {
  --iti-flag-offset: -224px;
}

.iti__az {
  --iti-flag-offset: -240px;
}

.iti__ba {
  --iti-flag-offset: -256px;
}

.iti__bb {
  --iti-flag-offset: -272px;
}

.iti__bd {
  --iti-flag-offset: -288px;
}

.iti__be {
  --iti-flag-offset: -304px;
}

.iti__bf {
  --iti-flag-offset: -320px;
}

.iti__bg {
  --iti-flag-offset: -336px;
}

.iti__bh {
  --iti-flag-offset: -352px;
}

.iti__bi {
  --iti-flag-offset: -368px;
}

.iti__bj {
  --iti-flag-offset: -384px;
}

.iti__bl {
  --iti-flag-offset: -400px;
}

.iti__bm {
  --iti-flag-offset: -416px;
}

.iti__bn {
  --iti-flag-offset: -432px;
}

.iti__bo {
  --iti-flag-offset: -448px;
}

.iti__bq {
  --iti-flag-offset: -464px;
}

.iti__br {
  --iti-flag-offset: -480px;
}

.iti__bs {
  --iti-flag-offset: -496px;
}

.iti__bt {
  --iti-flag-offset: -512px;
}

.iti__bw {
  --iti-flag-offset: -528px;
}

.iti__by {
  --iti-flag-offset: -544px;
}

.iti__bz {
  --iti-flag-offset: -560px;
}

.iti__ca {
  --iti-flag-offset: -576px;
}

.iti__cc {
  --iti-flag-offset: -592px;
}

.iti__cd {
  --iti-flag-offset: -608px;
}

.iti__cf {
  --iti-flag-offset: -624px;
}

.iti__cg {
  --iti-flag-offset: -640px;
}

.iti__ch {
  --iti-flag-offset: -656px;
}

.iti__ci {
  --iti-flag-offset: -672px;
}

.iti__ck {
  --iti-flag-offset: -688px;
}

.iti__cl {
  --iti-flag-offset: -704px;
}

.iti__cm {
  --iti-flag-offset: -720px;
}

.iti__cn {
  --iti-flag-offset: -736px;
}

.iti__co {
  --iti-flag-offset: -752px;
}

.iti__cr {
  --iti-flag-offset: -768px;
}

.iti__cu {
  --iti-flag-offset: -784px;
}

.iti__cv {
  --iti-flag-offset: -800px;
}

.iti__cw {
  --iti-flag-offset: -816px;
}

.iti__cx {
  --iti-flag-offset: -832px;
}

.iti__cy {
  --iti-flag-offset: -848px;
}

.iti__cz {
  --iti-flag-offset: -864px;
}

.iti__de {
  --iti-flag-offset: -880px;
}

.iti__dj {
  --iti-flag-offset: -896px;
}

.iti__dk {
  --iti-flag-offset: -912px;
}

.iti__dm {
  --iti-flag-offset: -928px;
}

.iti__do {
  --iti-flag-offset: -944px;
}

.iti__dz {
  --iti-flag-offset: -960px;
}

.iti__ec {
  --iti-flag-offset: -976px;
}

.iti__ee {
  --iti-flag-offset: -992px;
}

.iti__eg {
  --iti-flag-offset: -1008px;
}

.iti__eh {
  --iti-flag-offset: -1024px;
}

.iti__er {
  --iti-flag-offset: -1040px;
}

.iti__es {
  --iti-flag-offset: -1056px;
}

.iti__et {
  --iti-flag-offset: -1072px;
}

.iti__fi {
  --iti-flag-offset: -1088px;
}

.iti__fj {
  --iti-flag-offset: -1104px;
}

.iti__fk {
  --iti-flag-offset: -1120px;
}

.iti__fm {
  --iti-flag-offset: -1136px;
}

.iti__fo {
  --iti-flag-offset: -1152px;
}

.iti__fr {
  --iti-flag-offset: -1168px;
}

.iti__ga {
  --iti-flag-offset: -1184px;
}

.iti__gb {
  --iti-flag-offset: -1200px;
}

.iti__gd {
  --iti-flag-offset: -1216px;
}

.iti__ge {
  --iti-flag-offset: -1232px;
}

.iti__gf {
  --iti-flag-offset: -1248px;
}

.iti__gg {
  --iti-flag-offset: -1264px;
}

.iti__gh {
  --iti-flag-offset: -1280px;
}

.iti__gi {
  --iti-flag-offset: -1296px;
}

.iti__gl {
  --iti-flag-offset: -1312px;
}

.iti__gm {
  --iti-flag-offset: -1328px;
}

.iti__gn {
  --iti-flag-offset: -1344px;
}

.iti__gp {
  --iti-flag-offset: -1360px;
}

.iti__gq {
  --iti-flag-offset: -1376px;
}

.iti__gr {
  --iti-flag-offset: -1392px;
}

.iti__gt {
  --iti-flag-offset: -1408px;
}

.iti__gu {
  --iti-flag-offset: -1424px;
}

.iti__gw {
  --iti-flag-offset: -1440px;
}

.iti__gy {
  --iti-flag-offset: -1456px;
}

.iti__hk {
  --iti-flag-offset: -1472px;
}

.iti__hn {
  --iti-flag-offset: -1488px;
}

.iti__hr {
  --iti-flag-offset: -1504px;
}

.iti__ht {
  --iti-flag-offset: -1520px;
}

.iti__hu {
  --iti-flag-offset: -1536px;
}

.iti__id {
  --iti-flag-offset: -1552px;
}

.iti__ie {
  --iti-flag-offset: -1568px;
}

.iti__il {
  --iti-flag-offset: -1584px;
}

.iti__im {
  --iti-flag-offset: -1600px;
}

.iti__in {
  --iti-flag-offset: -1616px;
}

.iti__io {
  --iti-flag-offset: -1632px;
}

.iti__iq {
  --iti-flag-offset: -1648px;
}

.iti__ir {
  --iti-flag-offset: -1664px;
}

.iti__is {
  --iti-flag-offset: -1680px;
}

.iti__it {
  --iti-flag-offset: -1696px;
}

.iti__je {
  --iti-flag-offset: -1712px;
}

.iti__jm {
  --iti-flag-offset: -1728px;
}

.iti__jo {
  --iti-flag-offset: -1744px;
}

.iti__jp {
  --iti-flag-offset: -1760px;
}

.iti__ke {
  --iti-flag-offset: -1776px;
}

.iti__kg {
  --iti-flag-offset: -1792px;
}

.iti__kh {
  --iti-flag-offset: -1808px;
}

.iti__ki {
  --iti-flag-offset: -1824px;
}

.iti__km {
  --iti-flag-offset: -1840px;
}

.iti__kn {
  --iti-flag-offset: -1856px;
}

.iti__kp {
  --iti-flag-offset: -1872px;
}

.iti__kr {
  --iti-flag-offset: -1888px;
}

.iti__kw {
  --iti-flag-offset: -1904px;
}

.iti__ky {
  --iti-flag-offset: -1920px;
}

.iti__kz {
  --iti-flag-offset: -1936px;
}

.iti__la {
  --iti-flag-offset: -1952px;
}

.iti__lb {
  --iti-flag-offset: -1968px;
}

.iti__lc {
  --iti-flag-offset: -1984px;
}

.iti__li {
  --iti-flag-offset: -2000px;
}

.iti__lk {
  --iti-flag-offset: -2016px;
}

.iti__lr {
  --iti-flag-offset: -2032px;
}

.iti__ls {
  --iti-flag-offset: -2048px;
}

.iti__lt {
  --iti-flag-offset: -2064px;
}

.iti__lu {
  --iti-flag-offset: -2080px;
}

.iti__lv {
  --iti-flag-offset: -2096px;
}

.iti__ly {
  --iti-flag-offset: -2112px;
}

.iti__ma {
  --iti-flag-offset: -2128px;
}

.iti__mc {
  --iti-flag-offset: -2144px;
}

.iti__md {
  --iti-flag-offset: -2160px;
}

.iti__me {
  --iti-flag-offset: -2176px;
}

.iti__mf {
  --iti-flag-offset: -2192px;
}

.iti__mg {
  --iti-flag-offset: -2208px;
}

.iti__mh {
  --iti-flag-offset: -2224px;
}

.iti__mk {
  --iti-flag-offset: -2240px;
}

.iti__ml {
  --iti-flag-offset: -2256px;
}

.iti__mm {
  --iti-flag-offset: -2272px;
}

.iti__mn {
  --iti-flag-offset: -2288px;
}

.iti__mo {
  --iti-flag-offset: -2304px;
}

.iti__mp {
  --iti-flag-offset: -2320px;
}

.iti__mq {
  --iti-flag-offset: -2336px;
}

.iti__mr {
  --iti-flag-offset: -2352px;
}

.iti__ms {
  --iti-flag-offset: -2368px;
}

.iti__mt {
  --iti-flag-offset: -2384px;
}

.iti__mu {
  --iti-flag-offset: -2400px;
}

.iti__mv {
  --iti-flag-offset: -2416px;
}

.iti__mw {
  --iti-flag-offset: -2432px;
}

.iti__mx {
  --iti-flag-offset: -2448px;
}

.iti__my {
  --iti-flag-offset: -2464px;
}

.iti__mz {
  --iti-flag-offset: -2480px;
}

.iti__na {
  --iti-flag-offset: -2496px;
}

.iti__nc {
  --iti-flag-offset: -2512px;
}

.iti__ne {
  --iti-flag-offset: -2528px;
}

.iti__nf {
  --iti-flag-offset: -2544px;
}

.iti__ng {
  --iti-flag-offset: -2560px;
}

.iti__ni {
  --iti-flag-offset: -2576px;
}

.iti__nl {
  --iti-flag-offset: -2592px;
}

.iti__no {
  --iti-flag-offset: -2608px;
}

.iti__np {
  --iti-flag-offset: -2624px;
}

.iti__nr {
  --iti-flag-offset: -2640px;
}

.iti__nu {
  --iti-flag-offset: -2656px;
}

.iti__nz {
  --iti-flag-offset: -2672px;
}

.iti__om {
  --iti-flag-offset: -2688px;
}

.iti__pa {
  --iti-flag-offset: -2704px;
}

.iti__pe {
  --iti-flag-offset: -2720px;
}

.iti__pf {
  --iti-flag-offset: -2736px;
}

.iti__pg {
  --iti-flag-offset: -2752px;
}

.iti__ph {
  --iti-flag-offset: -2768px;
}

.iti__pk {
  --iti-flag-offset: -2784px;
}

.iti__pl {
  --iti-flag-offset: -2800px;
}

.iti__pm {
  --iti-flag-offset: -2816px;
}

.iti__pr {
  --iti-flag-offset: -2832px;
}

.iti__ps {
  --iti-flag-offset: -2848px;
}

.iti__pt {
  --iti-flag-offset: -2864px;
}

.iti__pw {
  --iti-flag-offset: -2880px;
}

.iti__py {
  --iti-flag-offset: -2896px;
}

.iti__qa {
  --iti-flag-offset: -2912px;
}

.iti__re {
  --iti-flag-offset: -2928px;
}

.iti__ro {
  --iti-flag-offset: -2944px;
}

.iti__rs {
  --iti-flag-offset: -2960px;
}

.iti__ru {
  --iti-flag-offset: -2976px;
}

.iti__rw {
  --iti-flag-offset: -2992px;
}

.iti__sa {
  --iti-flag-offset: -3008px;
}

.iti__sb {
  --iti-flag-offset: -3024px;
}

.iti__sc {
  --iti-flag-offset: -3040px;
}

.iti__sd {
  --iti-flag-offset: -3056px;
}

.iti__se {
  --iti-flag-offset: -3072px;
}

.iti__sg {
  --iti-flag-offset: -3088px;
}

.iti__sh {
  --iti-flag-offset: -3104px;
}

.iti__si {
  --iti-flag-offset: -3120px;
}

.iti__sj {
  --iti-flag-offset: -3136px;
}

.iti__sk {
  --iti-flag-offset: -3152px;
}

.iti__sl {
  --iti-flag-offset: -3168px;
}

.iti__sm {
  --iti-flag-offset: -3184px;
}

.iti__sn {
  --iti-flag-offset: -3200px;
}

.iti__so {
  --iti-flag-offset: -3216px;
}

.iti__sr {
  --iti-flag-offset: -3232px;
}

.iti__ss {
  --iti-flag-offset: -3248px;
}

.iti__st {
  --iti-flag-offset: -3264px;
}

.iti__sv {
  --iti-flag-offset: -3280px;
}

.iti__sx {
  --iti-flag-offset: -3296px;
}

.iti__sy {
  --iti-flag-offset: -3312px;
}

.iti__sz {
  --iti-flag-offset: -3328px;
}

.iti__tc {
  --iti-flag-offset: -3344px;
}

.iti__td {
  --iti-flag-offset: -3360px;
}

.iti__tg {
  --iti-flag-offset: -3376px;
}

.iti__th {
  --iti-flag-offset: -3392px;
}

.iti__tj {
  --iti-flag-offset: -3408px;
}

.iti__tk {
  --iti-flag-offset: -3424px;
}

.iti__tl {
  --iti-flag-offset: -3440px;
}

.iti__tm {
  --iti-flag-offset: -3456px;
}

.iti__tn {
  --iti-flag-offset: -3472px;
}

.iti__to {
  --iti-flag-offset: -3488px;
}

.iti__tr {
  --iti-flag-offset: -3504px;
}

.iti__tt {
  --iti-flag-offset: -3520px;
}

.iti__tv {
  --iti-flag-offset: -3536px;
}

.iti__tw {
  --iti-flag-offset: -3552px;
}

.iti__tz {
  --iti-flag-offset: -3568px;
}

.iti__ua {
  --iti-flag-offset: -3584px;
}

.iti__ug {
  --iti-flag-offset: -3600px;
}

.iti__us {
  --iti-flag-offset: -3616px;
}

.iti__uy {
  --iti-flag-offset: -3632px;
}

.iti__uz {
  --iti-flag-offset: -3648px;
}

.iti__va {
  --iti-flag-offset: -3664px;
}

.iti__vc {
  --iti-flag-offset: -3680px;
}

.iti__ve {
  --iti-flag-offset: -3696px;
}

.iti__vg {
  --iti-flag-offset: -3712px;
}

.iti__vi {
  --iti-flag-offset: -3728px;
}

.iti__vn {
  --iti-flag-offset: -3744px;
}

.iti__vu {
  --iti-flag-offset: -3760px;
}

.iti__wf {
  --iti-flag-offset: -3776px;
}

.iti__ws {
  --iti-flag-offset: -3792px;
}

.iti__xk {
  --iti-flag-offset: -3808px;
}

.iti__ye {
  --iti-flag-offset: -3824px;
}

.iti__yt {
  --iti-flag-offset: -3840px;
}

.iti__za {
  --iti-flag-offset: -3856px;
}

.iti__zm {
  --iti-flag-offset: -3872px;
}

.iti__zw {
  --iti-flag-offset: -3888px;
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}
/**
 * Swiper 10.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

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

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

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

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

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

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

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

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

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

.swiper-button-lock {
  display: none;
}

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

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

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

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

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

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

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

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

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

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

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

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

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

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

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

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

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

.swiper-scrollbar-lock {
  display: none;
}

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

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

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

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

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

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

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

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

.iti, .country_select {
  width: 100%;
  --iti-path-flags-1x: url("  ../../assets/img/input/flags.webp");
  --iti-path-flags-2x: url("  ../../assets/img/input/flags@2x.webp");
  --iti-path-globe-1x: url("  ../../assets/img/input/globe.webp");
  --iti-path-globe-2x: url("  ../../assets/img/input/globe@2x.webp");
}

#phone, .country_select-field {
  width: 100%;
  padding: 8px 16px;
  background-color: #fdfdfd;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  border-radius: 4px;
  line-height: normal;
  outline: none;
}
#phone::placeholder, .country_select-field::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.iti__search-input {
  background-color: #fdfdfd;
  font-size: 14px;
  border-radius: 4px;
  line-height: normal;
  outline: none;
  padding: 4px 10px;
}

.country_select-field {
  border: none;
  width: 100%;
}

.country_select-box {
  width: 100%;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: stretch;
}

.country_select {
  position: relative;
}
.country_select .iti__selected-country {
  width: fit-content;
  height: auto;
  background: #fff;
}
.country_select .iti__country-list {
  max-height: 185px;
}
.country_select .iti__country-list li {
  cursor: pointer;
}
.country_select .iti__search-input {
  background-color: #fdfdfd;
  font-size: 14px;
  border-radius: 4px;
  line-height: normal;
  outline: none;
  padding: 4px 10px;
}
.country_select .iti__dial-code {
  display: none;
}
.country_select .iti__hidden {
  display: none;
}
.country_select .iti__dropdown-content {
  display: none;
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.country_select .iti__dropdown-content.active {
  display: block;
}

.content_box a {
  color: rgb(237, 28, 36);
  text-decoration: underline;
}
.content_box * {
  margin-bottom: 10px;
}

.scroll-to-top {
  position: fixed;
  z-index: 10;
  bottom: 100px;
  right: 60px;
  width: 48px;
  height: 48px;
  background-color: #ed1c24;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: scale(0);
  transition: transform 0.1s ease-in-out;
}
.scroll-to-top .icon.icon-chevron_up:before {
  background: white;
}

.scroll-to-top.active {
  transform: scale(1);
}

@media (max-width: 1250px) {
  .container iframe, frame {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .scroll-to-top {
    right: 10px;
  }
}