/*
 	Project: PhiLink
	Developed by: Eximius-Solutions

	Table of content:
	01. Backgrounds
	02. Fonts
	03. Variables (All combined from subfolders)
	04. Global CSS
	05. Partials
	06. Sections
	07. Components
	08. Page Specifics
	09. Spacing
*/
/* 
	==== Backgrounds ==== 
*/
.text-color-black {
  color: #0a0909;
}

.text-color-gold {
  color: #a37c51;
}

.text-color-gray {
  color: #f2f2f2;
}

.text-color-green {
  color: #00B574;
}

.text-color-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-black {
  background-color: #0a0909 !important;
}
.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6,
.bg-black p,
.bg-black span {
  color: white;
}
.bg-black .heading-line-decoration > h1::after, .bg-black .heading-line-decoration > h2::after, .bg-black .heading-line-decoration > h3::after, .bg-black .heading-line-decoration > h4::after, .bg-black .heading-line-decoration > h5::after, .bg-black .heading-line-decoration > h6::after {
  background-color: #ffffff;
}

.bg-pure-black {
  background-color: #000000 !important;
}
.bg-pure-black h1,
.bg-pure-black h2,
.bg-pure-black h3,
.bg-pure-black h4,
.bg-pure-black h5,
.bg-pure-black h6,
.bg-pure-black p,
.bg-pure-black span {
  color: white;
}
.bg-pure-black .heading-line-decoration > h1::after, .bg-pure-black .heading-line-decoration > h2::after, .bg-pure-black .heading-line-decoration > h3::after, .bg-pure-black .heading-line-decoration > h4::after, .bg-pure-black .heading-line-decoration > h5::after, .bg-pure-black .heading-line-decoration > h6::after {
  background-color: #ffffff;
}

.bg-light-gray {
  background-color: #f2f2f2 !important;
}

.bg-black-curtain {
  background-image: url("../img/backgrounds/black-curtain.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-black-curtain h1,
.bg-black-curtain h2,
.bg-black-curtain h3,
.bg-black-curtain h4,
.bg-black-curtain h5,
.bg-black-curtain h6,
.bg-black-curtain p,
.bg-black-curtain a,
.bg-black-curtain .subtitle {
  color: #ffffff;
}
.bg-black-curtain .heading-line-decoration > h1::after, .bg-black-curtain .heading-line-decoration > h2::after, .bg-black-curtain .heading-line-decoration > h3::after, .bg-black-curtain .heading-line-decoration > h4::after, .bg-black-curtain .heading-line-decoration > h5::after, .bg-black-curtain .heading-line-decoration > h6::after {
  background-color: #ffffff;
}

.bg-black-curtain-with-gradient {
  background-image: url("../img/backgrounds/black-curtain-with-gradient.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-black-curtain-with-gradient h1,
.bg-black-curtain-with-gradient h2,
.bg-black-curtain-with-gradient h3,
.bg-black-curtain-with-gradient h4,
.bg-black-curtain-with-gradient h5,
.bg-black-curtain-with-gradient h6,
.bg-black-curtain-with-gradient p,
.bg-black-curtain-with-gradient a,
.bg-black-curtain-with-gradient .subtitle {
  color: #ffffff;
}
.bg-black-curtain-with-gradient .heading-line-decoration > h1::after, .bg-black-curtain-with-gradient .heading-line-decoration > h2::after, .bg-black-curtain-with-gradient .heading-line-decoration > h3::after, .bg-black-curtain-with-gradient .heading-line-decoration > h4::after, .bg-black-curtain-with-gradient .heading-line-decoration > h5::after, .bg-black-curtain-with-gradient .heading-line-decoration > h6::after {
  background-color: #ffffff;
}

/* 
	==== Fonts ==== 
*/
@font-face {
  font-family: "Arimo-Regular";
  src: url("../fonts/Arimo-Regular.woff");
  font-display: swap;
}
@font-face {
  font-family: "Arimo-Medium";
  src: url("../fonts/Arimo-Medium.woff");
  font-display: swap;
}
@font-face {
  font-family: "Arimo-Bold";
  src: url("../fonts/Arimo-Bold.woff");
  font-display: swap;
}
@font-face {
  font-family: "SaolDisplay-Regular";
  src: url("../fonts/SaolDisplay-Regular.woff");
  font-display: swap;
}
@font-face {
  font-family: "SaolDisplay-LightItalic";
  src: url("../fonts/SaolDisplay-LightItalic.woff");
  font-display: swap;
}
@font-face {
  font-family: "SaolDisplay-Bold";
  src: url("../fonts/SaolDisplay-Bold.woff");
  font-display: swap;
}
.arimo-regular {
  font-family: "Arimo-Regular", Arial, Helvetica, sans-serif;
}

.arimo-medium {
  font-family: "Arimo-Medium", Arial, Helvetica, sans-serif;
}

.arimo-bold {
  font-family: "Arimo-Bold", Arial, Helvetica, sans-serif;
}

.saol-regular {
  font-family: "SaolDisplay-Regular", Arial, Helvetica, sans-serif;
}

.saol-light-italic {
  font-family: "SaolDisplay-LightItalic", Arial, Helvetica, sans-serif;
}

.saol-bold {
  font-family: "SaolDisplay-Bold", Arial, Helvetica, sans-serif;
}

/* 
	==== Variables ==== 
*/
.text-color-black {
  color: #0a0909;
}

.text-color-gold {
  color: #a37c51;
}

.text-color-gray {
  color: #f2f2f2;
}

.text-color-green {
  color: #00B574;
}

.text-color-white {
  color: #ffffff;
}

/* 
	==== Global ==== 
*/
.text-color-black {
  color: #0a0909;
}

.text-color-gold {
  color: #a37c51;
}

.text-color-gray {
  color: #f2f2f2;
}

.text-color-green {
  color: #00B574;
}

.text-color-white {
  color: #ffffff;
}

:root {
  font-size: 62.5%;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Arimo-Regular", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  color: #0a0909;
  -webkit-touch-callout: none !important;
}

.page-wrapper {
  min-height: 100dvh;
  margin: 0;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SaolDisplay-Regular", Arial, Helvetica, sans-serif;
  margin-top: 0;
  font-weight: 500;
}
h1.separator:after,
h2.separator:after,
h3.separator:after,
h4.separator:after,
h5.separator:after,
h6.separator:after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  background-color: #ffffff;
  bottom: -20px;
  left: 0;
}

.heading-separator h1:after,
.heading-separator h2:after,
.heading-separator h3:after,
.heading-separator h4:after,
.heading-separator h5:after,
.heading-separator h6:after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  background-color: #ffffff;
  bottom: -20px;
  left: 0;
}

h1 {
  font-size: 6rem;
  margin-bottom: 90px;
}

h2 {
  font-size: 5rem;
  margin-bottom: 70px;
}

h3 {
  font-size: 4rem;
  margin-bottom: 50px;
}

h4 {
  font-size: 3rem;
  margin-bottom: 30px;
}

a {
  text-decoration: underline;
  color: #a37c51;
  font-size: 1.7rem;
}

.kill-pseudo::before {
  content: none !important;
}
.kill-pseudo::after {
  content: none !important;
}

a.add-new-link,
span.add-new-link {
  text-decoration: none;
  color: #A7A9AC;
  display: inline-block;
  width: 100%;
  max-width: 220px;
}
a.add-new-link .add-new-link__inner,
span.add-new-link .add-new-link__inner {
  padding: 10px 17px 10px 34px;
  font-size: 12px;
  border: 1px dashed #A7A9AC;
  border-radius: 15px;
  position: relative;
}
a.add-new-link .add-new-link__inner .button--delete,
span.add-new-link .add-new-link__inner .button--delete {
  display: none;
}
a.add-new-link .add-new-link__inner::before,
span.add-new-link .add-new-link__inner::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: url("../img/icons/icon--plus.svg") no-repeat;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
}
a.add-new-link .add-new-link-plus,
span.add-new-link .add-new-link-plus {
  vertical-align: middle;
  margin-left: -13px;
  margin-right: 5px;
}
a.add-new-link .input-wrapper,
span.add-new-link .input-wrapper {
  margin-bottom: 0 !important;
}

p {
  margin-top: 0;
  font-size: 1.7rem;
  line-height: 2.6rem;
}

strong {
  font-family: "Arimo-Bold", Arial, Helvetica, sans-serif;
}

ul {
  margin-top: 0;
  padding-left: 30px;
  font-size: 1.7rem;
}

ul li {
  padding-left: 10px;
  position: relative;
  font-size: 1.7rem;
  line-height: 2.6rem;
}
ul li::marker {
  content: none;
}
ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0a0909;
  height: 4px;
  width: 4px;
  border-radius: 50%;
}

ol {
  margin-top: 0;
}

ul.listed-content li,
ol.listed-content li {
  margin-bottom: 10px;
}

ol,
ul.listed-content,
ol.listed-content {
  counter-reset: item;
  list-style-type: none;
  font-size: 1.7rem;
}
ol li,
ul.listed-content li,
ol.listed-content li {
  position: relative;
  line-height: 2.6rem;
}
ol li p,
ul.listed-content li p,
ol.listed-content li p {
  margin-bottom: 0;
}
ol > li,
ul.listed-content > li,
ol.listed-content > li {
  counter-increment: item;
}
ol > li::before,
ul.listed-content > li::before,
ol.listed-content > li::before {
  content: counters(item, ".") ". ";
  left: -22px;
  position: absolute;
  font-family: "SaolDisplay-Regular", Arial, Helvetica, sans-serif;
}
ol > li > ol, ol > li > ul.listed-content, ol > li > ol.listed-content,
ul.listed-content > li > ol,
ul.listed-content > li > ul.listed-content,
ul.listed-content > li > ol.listed-content,
ol.listed-content > li > ol,
ol.listed-content > li > ul.listed-content,
ol.listed-content > li > ol.listed-content {
  margin: 10px 0 10px 0;
}
ol > li > ol > li::before, ol > li > ul.listed-content > li::before, ol > li > ol.listed-content > li::before,
ul.listed-content > li > ol > li::before,
ul.listed-content > li > ul.listed-content > li::before,
ul.listed-content > li > ol.listed-content > li::before,
ol.listed-content > li > ol > li::before,
ol.listed-content > li > ul.listed-content > li::before,
ol.listed-content > li > ol.listed-content > li::before {
  left: -45px;
}
ol li.heading::before,
ul.listed-content li.heading::before,
ol.listed-content li.heading::before {
  vertical-align: top;
  margin-top: 8px;
  display: inline-block;
  font-size: 4.5rem;
}
ol li.heading h2,
ul.listed-content li.heading h2,
ol.listed-content li.heading h2 {
  padding-left: 40px;
  line-height: 4.5rem;
}
ol li.heading h3,
ul.listed-content li.heading h3,
ol.listed-content li.heading h3 {
  padding-left: 35px;
  line-height: 4rem;
}
ol li.heading h4,
ul.listed-content li.heading h4,
ol.listed-content li.heading h4 {
  padding-left: 30px;
  line-height: 3rem;
}

table {
  border-collapse: collapse;
  border: 1px solid #d3d3d3;
  width: 100%;
  font-size: 1.7rem;
  margin: 20px 0;
}
table a {
  line-height: 1.7rem;
  vertical-align: middle;
}
table th,
table td {
  border: 1px solid #d3d3d3;
  text-align: left;
  padding: 10px 15px;
}
table th {
  background-color: #f2f2f2;
  font-family: "Arimo-SemiBold", Arial, Helvetica, sans-serif;
}

.table-wrapper {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.table-wrapper::-webkit-scrollbar {
  display: none;
}

img {
  max-width: 100%;
}

.subtitle {
  color: #0a0909;
  font-size: 1.7rem;
  line-height: 2.2rem;
}

.lock-screen {
  overflow-y: hidden !important;
  padding-right: 17px;
}
.lock-screen header {
  padding-right: 17px;
}
.lock-screen .header__links-container {
  right: 17px;
  transition: none;
}
.lock-screen .no-padding {
  padding-right: 0;
}

.icon-circle-wrapper {
  background: #ffffff;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0a0909;
}
.icon-circle-wrapper svg {
  height: 15px;
  width: auto;
}

.long-line {
  position: relative;
  display: inline-block;
  width: 75px;
}
.long-line:after {
  content: "";
  width: 75px;
  height: 1px;
  position: absolute;
  background-color: #ffffff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.fa-linkedin {
  color: #0A66C2;
}

.fa-square-facebook {
  color: #4267B2;
}

.fa-whatsapp {
  color: #25D366;
}

.fa-viber {
  color: #7360f2;
}

.fullheight {
  height: calc(var(--vh, 1vh) * 100);
}

.shadow-image {
  position: relative;
}
.shadow-image::after {
  content: "";
  width: 340px;
  height: 40px;
  position: absolute;
  display: block;
  bottom: -25px;
  background-image: url("../img/image-shadow.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-not-initialized .swiper-wrapper {
  justify-content: center;
  gap: 100px;
}
.swiper-not-initialized .swiper-wrapper .box.swiper-slide {
  width: 35%;
}

.blury-slider .swiper-slide {
  padding-bottom: 22px;
}
.blury-slider .shadow-image::after {
  bottom: -14px;
}
.blury-slider .swiper-slide.swiper-slide-prev {
  filter: blur(3px);
}
.blury-slider .swiper-slide.swiper-slide-next {
  filter: blur(3px);
}
.blury-slider .swiper-slide-active {
  z-index: 99;
}
.blury-slider.swiper-backface-hidden .swiper-slide {
  transform: none;
}

.blur-swiper .swiper-wrapper {
  align-items: center;
}

.blur-slide {
  filter: blur(5px);
}
.blur-slide .frame-image-container {
  height: 500px;
}

.popover-header {
  margin-bottom: 0;
}

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

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

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.display-block {
  display: block;
}

.display-flex {
  display: flex;
}

.display-grid {
  display: grid;
}

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

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

.disable-element {
  position: relative;
}
.disable-element::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffffff;
  opacity: 0.8;
}

.just-validate-error-label {
  margin-top: -20px;
}

.heading-line-decoration > h1, .heading-line-decoration > h2, .heading-line-decoration > h3, .heading-line-decoration > h4, .heading-line-decoration > h5, .heading-line-decoration > h6 {
  position: relative;
  padding-bottom: 25px;
}
.heading-line-decoration > h1::after, .heading-line-decoration > h2::after, .heading-line-decoration > h3::after, .heading-line-decoration > h4::after, .heading-line-decoration > h5::after, .heading-line-decoration > h6::after {
  content: "";
  width: 95px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0a0909;
}
.heading-line-decoration.line-left > h1::after, .heading-line-decoration.line-left > h2::after, .heading-line-decoration.line-left > h3::after, .heading-line-decoration.line-left > h4::after, .heading-line-decoration.line-left > h5::after, .heading-line-decoration.line-left > h6::after {
  bottom: 0;
  left: 0;
  transform: none;
}
.heading-line-decoration.line-right > h1::after, .heading-line-decoration.line-right > h2::after, .heading-line-decoration.line-right > h3::after, .heading-line-decoration.line-right > h4::after, .heading-line-decoration.line-right > h5::after, .heading-line-decoration.line-right > h6::after {
  bottom: 0;
  right: 0;
  left: initial;
  transform: none;
}

.os-scrollbar {
  --os-handle-max-size: 55px !important;
}

section.legal-page h2 {
  margin-bottom: 30px;
  margin-top: 50px;
}
section.legal-page h3 {
  margin-bottom: 25px;
  margin-top: 40px;
}
section.legal-page h4 {
  margin-bottom: 20px;
  margin-top: 30px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1500px !important;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3.8rem;
  }
  h3 {
    font-size: 3.4rem;
  }
  body.hide-header header {
    height: 0;
  }
  body.hide-header header .header__inner .logo {
    display: none;
  }
  body.hide-header header .links-container .log-in {
    display: none;
  }
  body.hide-header header .links-container .header__habmurger-holder {
    display: none;
  }
  body.hide-header .header {
    padding: 0;
  }
  .just-validate-error-label {
    margin-top: -10px;
  }
  body.hide-footer footer {
    display: none;
  }
  .icon-circle-wrapper {
    width: 35px;
    height: 35px;
  }
  .icon-circle-wrapper svg {
    width: auto;
    height: 16px;
  }
  ol li.heading::before,
  ul.listed-content li.heading::before,
  ol.listed-content li.heading::before {
    font-size: 3.8rem;
    margin-top: 5px;
  }
}
.public-profile .profile-links,
.profile-for-edit:not(.try-it) .profile-links {
  display: none;
}

.public-profile .dock-to-bottom-mobile,
.profile-for-edit .dock-to-bottom-mobile {
  display: none;
}

select.select-2 {
  display: none;
}

.input-wrapper.select-wrapper {
  min-height: 56px;
  border: 2px solid #b6b6bd;
  border-radius: 8px;
}

@media (max-width: 500px) {
  .input-wrapper.select-wrapper {
    min-height: 42px;
  }
  .blury-slider .swiper-slide.swiper-slide-prev,
  .blury-slider .swiper-slide.swiper-slide-next {
    filter: none;
  }
}
/* 
	==== Partials ==== 
*/
/* Header */
header {
  padding: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 101;
  transition: transform 0.3s ease-out;
  background-color: #141414 !important;
}
header.white-header {
  background-color: transparent !important;
  color: #0a0909;
}
header.white-header .header__inner a,
header.white-header .header__inner .log-in a,
header.white-header .header__inner .logo a {
  color: #0a0909;
}
header.white-header .header__inner .logo svg path {
  fill: #0a0909;
}
header.white-header .nav-mobile__btn .line {
  background-color: #5a5a5a;
}
header.white-header .nav-mobile__btn.nav-mobile__btn.open-sidebar .line {
  background-color: #0a0909;
}
header.white-header .header__inner .header__links-container a {
  color: #5a5a5a;
}
header .container {
  max-width: 1640px !important;
}
header.floating-header:not(.white-header) {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.06);
}
header.white-header.floating-header {
  background-color: white !important;
}
header.hide {
  transform: translateY(-100%);
  transition: transform 0.3s ease-out;
  display: initial !important;
}
header .header {
  padding-top: 35px;
  padding-bottom: 35px;
}
header .header.header-secondary {
  padding-top: 80px;
  padding-bottom: 110px;
}
header .header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header__inner .links-container {
  margin-left: 25px;
  padding-right: 60px;
}
header .header__inner a {
  color: #5a5a5a;
  text-decoration: none;
  padding-right: 30px;
}
header .header__inner .logo {
  font-family: "SaolDisplay-Regular", Arial, Helvetica, sans-serif;
  font-weight: 900;
}
header .header__inner .logo svg {
  width: 147px;
}
header .header__inner .logo svg path {
  fill: #ffffff;
}
header .header__inner .logo a {
  display: inline-block;
  transition: 0.2s ease;
  padding-right: 0;
  color: #ffffff;
}
header .header__inner .logo a:hover {
  opacity: 0.8;
  transition: 0.2s ease;
}
header .header__inner .log-in {
  display: inline-block;
  margin-right: 20px;
}
header .header__inner .log-in a {
  font-family: "Arimo-Regular", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  padding-right: 0;
  color: #ffffff;
}
header .header__habmurger-holder {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .nav-mobile__btn {
  display: block;
  position: relative;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 0;
  color: #fff;
  cursor: pointer;
  padding: 15px;
}
header .nav-mobile__btn:focus {
  outline: none;
}
header .nav-mobile__btn .line {
  display: block;
  height: 2px;
  width: 25px;
  margin: 6px auto;
  background: #5a5a5a;
}
header .nav-mobile__btn.open-sidebar .line {
  background-color: #ffffff;
}
header .nav-mobile__btn .line:nth-child(1) {
  top: 0;
  transition: transform 0.3s 0.1s;
}
header .nav-mobile__btn .line:nth-child(2) {
  top: calc(50% - 2px);
  transition: opacity 0.2s 0.3s;
}
header .nav-mobile__btn .line:nth-child(3) {
  bottom: 0;
  transition: transform 0.3s 0.1s;
}
header .nav-mobile__btn.close .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
header .nav-mobile__btn.close .line:nth-child(2) {
  opacity: 0;
  transition: opacity 0.2s 0s;
}
header .nav-mobile__btn.close .line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Dropdown */
.dropdown-parent .active {
  display: block;
}

.dropdown-parent ul {
  display: none;
  color: #0a0909;
}
.dropdown-parent ul a {
  color: #5a5a5a;
}

.dropdown-button {
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  right: 0;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.dropdown-button.active {
  transform: rotate(180deg);
  transition: 0.3s ease-out;
}

.header__links__title {
  padding: 20px 50px 20px 50px;
  color: #ffffff;
  font-family: "SaolDisplay-Regular", Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #5a5a5a;
}
.header__links__title h1,
.header__links__title h2,
.header__links__title h3,
.header__links__title h4,
.header__links__title h5,
.header__links__title h6 {
  margin-bottom: 0;
  color: #ffffff;
  font-family: "SaolDisplay-Regular", Arial, Helvetica, sans-serif;
}

.header__links-container .header__links__content-wrapper {
  width: 100%;
  max-height: 100%;
  overflow-y: scroll;
}
.header__links-container .header__links__content-wrapper::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.header__links-container .header__links__content-wrapper {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

.header__links-container .header__links__content-wrapper ul li {
  position: relative;
}

.header__links-container .header__links__content-wrapper > ul > li {
  font-family: "Arimo-Regular", Arial, Helvetica, sans-serif;
}

.header__links-container .header__links__content-wrapper ul li a:hover {
  text-decoration: underline;
}

.header__links-container .header__links__content-wrapper li::marker {
  content: none;
}

.header__links__content-wrapper .nav-mobile__btn.close {
  position: absolute;
  right: 25px;
  top: 25px;
}

.header__links-container.active {
  transform: translateX(0);
}

.header__links-container__inner > .dropdown-parent > ul {
  background-color: transparent;
  padding: 0 0 0 35px;
  position: static;
  z-index: 2;
  min-width: 339px;
  border-radius: 10px;
  margin: 20px 0 0 0;
}

.header__links-container__inner li {
  list-style: none !important;
}
.header__links-container__inner li::before {
  content: none;
}

.dropdown-parent > ul > li {
  padding: 30px 0 5px 0;
  border-bottom: 1px solid #ececec;
}
.dropdown-parent > ul > li:first-child {
  padding-top: 0;
}
.dropdown-parent > ul > li:last-child {
  border: none;
}

.dropdown-parent > ul > li > ul + .dropdown-button {
  top: 33px;
  right: 0;
}

.dropdown-parent > ul > li > ul {
  border-left: 2px solid #a37c51;
}

.dropdown-parent > ul > li > ul > li {
  margin-bottom: 20px;
  padding-left: 32px;
}
.dropdown-parent > ul > li > ul > li:first-child {
  margin-top: 29px;
}
.dropdown-parent > ul > li > ul > li:last-child {
  margin-bottom: 0;
}

.header__links-container {
  right: 0;
  top: 0;
  position: fixed;
  transform: translateX(140%);
  background: #ffffff;
  z-index: 55555555;
  height: calc(var(--vh, 1vh) * 100);
  width: 450px;
  transition: transform 0.3s ease-out;
  margin: 0;
  box-shadow: 5px 40px 43px 8px rgba(0, 0, 0, 0.5);
  padding: 70px 0 50px 0;
}

.header__links-container .header__links__content-wrapper > ul {
  flex-direction: column;
  margin-right: 0;
}

.header__links-container__inner {
  padding: 0;
  margin-bottom: 0;
}

.header__links-container .header__links__content-wrapper > ul > li {
  padding: 27px 0 5px 0;
  border-bottom: 1px solid #ececec;
  margin: 0 50px;
}

@media (max-width: 600px) {
  .header__links-container {
    position: fixed;
    width: 100%;
    max-height: unset;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .header__links-container__inner > .dropdown-parent > ul {
    min-width: unset;
  }
  .header__links-container .header__links__content-wrapper > ul > li {
    margin: 0 25px;
  }
}
@media (max-width: 500px) {
  .links-container.mobile-menu {
    display: block;
  }
}
@media (max-width: 450px) {
  .dropdown-button {
    right: 20px;
  }
}
@media (max-width: 400px) {
  header .container {
    padding: 0 !important;
  }
  .header__links-container__inner > .dropdown-parent > ul {
    padding-left: 20px;
  }
  .header__links-container .header__links__content-wrapper > ul > li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 350px) {
  header .header__inner .log-in {
    margin-right: 19px;
  }
}
@media (min-width: 1400px) {
  header .container {
    max-width: 1550px;
  }
}
/* Page Headers */
.page-header {
  background-image: url("../img/backgrounds/black-curtain.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 225px 0 120px 0;
}
.page-header .page-header__title {
  text-align: center;
}
.page-header .page-header__title h1,
.page-header .page-header__title h2,
.page-header .page-header__title h3,
.page-header .page-header__title h4,
.page-header .page-header__title h5,
.page-header .page-header__title h6 {
  margin-bottom: 0;
  font-size: 5rem;
  line-height: 5.2rem;
}
.page-header .page-header__title .subtitle {
  max-width: 900px;
  color: #ffffff;
  opacity: 0.8;
  margin: 30px auto 0 auto;
}
.page-header .page-header__form {
  margin-top: 50px;
  margin-bottom: -60px;
  display: flex;
  gap: 45px;
  justify-content: center;
  flex-wrap: wrap;
}
.page-header .page-header__form .input-wrapper {
  display: inline-block;
  position: relative;
  max-height: 39px;
}
.page-header .page-header__form .input-wrapper::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  background-image: url("../img/icons/icon--loop--gray.svg");
  background-size: cover;
  left: 13px;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
}
.page-header .page-header__form .input-wrapper input {
  width: 350px;
  text-align: left;
  display: inline-block;
  margin: 0 auto;
  padding: 9px 20px 9px 45px;
  font-size: 16px;
}
.page-header .page-header__form .page-header__form__inner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.page-header .page-header__form .page-header__form__inner .input-wrapper:not(:last-child) {
  margin-bottom: 0;
}
.page-header .heading-line-decoration > h1::after, .page-header .heading-line-decoration > h2::after, .page-header .heading-line-decoration > h3::after, .page-header .heading-line-decoration > h4::after, .page-header .heading-line-decoration > h5::after, .page-header .heading-line-decoration > h6::after {
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .page-header {
    padding: 175px 0 70px 0;
  }
  .page-header .page-header__form {
    margin-bottom: 0;
  }
}
@media (max-width: 400px) {
  .custom-select {
    width: 100% !important;
  }
  .page-header .page-header__form .input-wrapper {
    width: 100%;
  }
  .page-header .page-header__form .input-wrapper input {
    width: 100%;
  }
}
/* Footer */
footer {
  padding: 0;
  color: #ffffff;
  background-color: #141414;
  border-bottom: 10px solid black;
}
footer .footer__inner {
  padding: 50px 0 35px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer__logo {
  font-family: "SaolDisplay-Regular", Arial, Helvetica, sans-serif;
  font-weight: 900;
}
footer .footer__logo svg {
  width: 147px;
}
footer .footer__logo svg path {
  fill: #ffffff;
}
footer .footer__logo a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.2s ease;
}
footer .footer__logo a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.2s ease;
}
footer .footer__links {
  color: #ffffff;
  margin-left: 50px;
}
footer .footer__links ul {
  margin-bottom: 0;
}
footer .footer__links li {
  display: inline-block;
  margin-right: 50px;
}
footer .footer__links li:last-child {
  margin-right: 0;
}
footer .footer__links li::before {
  content: none;
}
footer .footer__links li::marker {
  content: none;
}
footer .footer__links li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.5rem;
  font-size: "Arimo-Medium", Arial, Helvetica, sans-serif;
}
footer .footer__links li a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  footer .footer__links li {
    display: block;
  }
  footer .footer__links li:last-child {
    margin-right: 50px;
  }
}
@media (max-width: 500px) {
  footer .footer__inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
  }
  footer .footer__links {
    margin-left: 0;
  }
  footer .footer__links ul {
    padding-left: 0;
    text-align: center;
  }
  footer .footer__links li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  footer .footer__links li:first-child {
    margin-top: 15px;
  }
  footer .footer__links li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
/* 
	==== Sections ==== 
*/
.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.cards-section .cards-section__title {
  text-align: center;
}
.cards-section .cards-section__inner > h1,
.cards-section .cards-section__inner > h2,
.cards-section .cards-section__inner > h3,
.cards-section .cards-section__inner > h4,
.cards-section .cards-section__inner > h5,
.cards-section .cards-section__inner > h6 {
  text-align: center;
  font-size: 5rem;
  margin-bottom: 70px;
}
.cards-section .subtitle {
  max-width: 750px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 1.7rem;
  line-height: 2.2rem;
  margin-top: -35px;
  margin-bottom: 60px;
}
.cards-section .cards-container {
  display: flex;
  gap: 70px;
  flex-wrap: wrap;
  justify-content: center;
}
.cards-section .card {
  padding: 40px 30px;
  border-radius: 29px;
  background-color: #ffffff;
  width: 360px;
  border: 2px solid #969698;
}
.cards-section .card p {
  font-size: 1.7rem;
  line-height: 22px;
  text-align: center;
}
.cards-section .card p:last-child {
  margin-bottom: 0;
}
.cards-section .card .card__heading h1,
.cards-section .card .card__heading h2,
.cards-section .card .card__heading h3,
.cards-section .card .card__heading h4,
.cards-section .card .card__heading h5,
.cards-section .card .card__heading h6 {
  font-size: 2.5rem;
  font-family: "Arimo-Bold", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
}
.cards-section .card .icon-and-heading-container {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-direction: column;
}
.cards-section .card .icon-and-heading-container .card__icon img {
  height: 50px;
  width: auto;
}
.cards-section .general-cta-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

@media (min-width: 830px) and (max-width: 992px) {
  .cards-section .container {
    max-width: unset;
  }
}
@media (min-width: 1400px) {
  .cards-section .cards-section__inner {
    margin: 0 120px;
  }
}
@media (max-width: 829px) {
  .cards-section .card {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cards-section .card .icon-and-heading-container {
    flex-direction: column;
  }
  .cards-section .cards-section__inner > h1,
  .cards-section .cards-section__inner > h2,
  .cards-section .cards-section__inner > h3,
  .cards-section .cards-section__inner > h4,
  .cards-section .cards-section__inner > h5,
  .cards-section .cards-section__inner > h6 {
    font-size: 3.8rem;
  }
  .cards-section .subtitle {
    font-size: 18px;
    line-height: 24px;
    max-width: unset;
  }
  .cards-section .card .card__heading h1,
  .cards-section .card .card__heading h2,
  .cards-section .card .card__heading h3,
  .cards-section .card .card__heading h4,
  .cards-section .card .card__heading h5,
  .cards-section .card .card__heading h6 {
    text-align: center;
  }
}
.text-color-black {
  color: #0a0909;
}

.text-color-gold {
  color: #a37c51;
}

.text-color-gray {
  color: #f2f2f2;
}

.text-color-green {
  color: #00B574;
}

.text-color-white {
  color: #ffffff;
}

.testimonial {
  padding: 70px 0;
  font-size: 35px;
  line-height: 42px;
}
.testimonial .testimonial__inner > h1,
.testimonial .testimonial__inner > h2,
.testimonial .testimonial__inner > h3,
.testimonial .testimonial__inner > h4,
.testimonial .testimonial__inner > h5,
.testimonial .testimonial__inner > h6 {
  text-align: center;
  margin-bottom: 67px;
  font-size: 5rem;
}
.testimonial .testimonial__title {
  max-width: 80%;
  margin: 0 auto 70px auto;
}
.testimonial .testimonial__title h1,
.testimonial .testimonial__title h2,
.testimonial .testimonial__title h3,
.testimonial .testimonial__title h4,
.testimonial .testimonial__title h5,
.testimonial .testimonial__title h6 {
  font-size: 5rem;
  text-align: center;
  margin-bottom: 0;
}
.testimonial .testimonial__title .subtitle {
  max-width: 80%;
  margin: 25px auto 0 auto;
  text-align: center;
  line-height: 28px;
}
.testimonial .subtitle {
  max-width: 80%;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  line-height: 28px;
  margin-top: -35px;
  margin-bottom: 60px;
}
.testimonial .testimonial__card__wrapper {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
}
.testimonial .testimonial__card__wrapper + .general-cta-wrapper a {
  display: block;
}
.testimonial .testimonial__card {
  max-width: 460px;
}
.testimonial .testimonial__card:last-child {
  margin-bottom: 0;
}
.testimonial .testimonial__card .testimonial__card__user {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.testimonial .testimonial__card .image-container {
  border-radius: 50%;
  width: 110px;
  height: 110px;
  background-color: #7A7C80;
  border: 5px solid #0a0909;
  margin-right: 30px;
  margin-left: 15px;
  overflow: hidden;
}
.testimonial .testimonial__card .testimonial-card__excerpt {
  max-width: 820px;
}
.testimonial .testimonial__card .testimonial-card__excerpt p {
  font-size: 1.6rem;
  line-height: 22px;
}
.testimonial .testimonial__card .testimonial-card__excerpt p:last-child {
  margin-bottom: 0;
}
.testimonial .testimonial__card .username a {
  color: #a37c51;
  text-decoration: none;
  font-size: 2.5rem;
}
.testimonial .testimonial__card .username a:hover {
  text-decoration: underline;
}
.testimonial .testimonial__card .first-last-name {
  font-size: 3rem;
  line-height: 3rem;
}
.testimonial .general-cta-wrapper {
  margin-bottom: 0;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .testimonial .container {
    max-width: 1200px;
  }
}
@media (max-width: 1000px) {
  .testimonial .testimonial__card {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .testimonial .testimonial__title {
    max-width: unset;
  }
  .testimonial .testimonial__title .subtitle {
    max-width: unset;
  }
}
@media (max-width: 700px) {
  .testimonial {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 500px) {
  .testimonial .testimonial__card .image-container {
    margin-bottom: 30px;
    margin-left: 0;
  }
  .testimonial .testimonial__card .testimonial__card__user {
    flex-direction: column;
    align-items: flex-start;
  }
  .testimonial .testimonial__inner > h1,
  .testimonial .testimonial__inner > h2,
  .testimonial .testimonial__inner > h3,
  .testimonial .testimonial__inner > h4,
  .testimonial .testimonial__inner > h5,
  .testimonial .testimonial__inner > h6 {
    text-align: center;
    margin-bottom: 67px;
    font-size: 3.8rem;
  }
  .testimonial .subtitle {
    font-size: 18px;
    line-height: 24px;
    max-width: unset;
  }
}
.packages {
  padding-top: 70px;
  padding-bottom: 150px;
}
.packages .packages__inner {
  max-width: 1200px;
  padding: 7px;
}
.packages h2 {
  text-align: center;
}
.packages .box h3 {
  position: relative;
  margin-bottom: 40px;
}
.packages .box {
  color: #ffffff;
  cursor: grab;
}
.packages .box a :not(.button--primary),
.packages .box a :not(.button--secondary),
.packages .box a :not(.button--tertiary),
.packages .box a :not(.button--fourth),
.packages .box p,
.packages .box h1,
.packages .box h2,
.packages .box h3,
.packages .box h4,
.packages .box h5,
.packages .box h6 {
  color: #ffffff;
}
.packages ul {
  padding-left: 8px;
  margin-top: 0;
}
.packages ul li::marker {
  display: none;
  content: "-";
}

@media (max-width: 767px) {
  .packages .packages__inner {
    padding: 5px;
  }
}
@media (max-width: 500px) {
  .packages {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.registration {
  display: flex;
  align-items: center;
  padding: 100px 0;
}
.registration .box {
  width: 500px;
  margin: 0 auto;
  border-radius: 25px;
  padding: 45px 40px;
  border: 2px solid #969698;
}
.registration .box h1,
.registration .box h2,
.registration .box h3,
.registration .box h4,
.registration .box h5,
.registration .box h6 {
  font-family: "Arimo-Regular", Arial, Helvetica, sans-serif;
  text-align: center;
  margin-bottom: 45px;
  font-size: 4rem;
  font-weight: 600;
}
.registration input {
  width: 100%;
}
.registration button[type=submit] {
  margin: 70px auto 0 auto;
}
.registration .additional-text {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
}
.registration .additional-text a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  margin-left: -5px;
}
.registration .additional-text a:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .registration {
    padding: 70px 0;
  }
  .registration .box {
    width: auto;
    margin: 0 15px;
  }
  .registration .additional-text {
    flex-direction: column;
    align-items: center;
  }
  .registration input {
    min-width: unset;
  }
}
@media (max-width: 500px) {
  .registration {
    min-height: unset;
    margin-bottom: 20px;
  }
  .registration .box h1,
  .registration .box h2,
  .registration .box h3,
  .registration .box h4,
  .registration .box h5,
  .registration .box h6 {
    margin-bottom: 45px;
    font-size: 3.8rem;
  }
  .registration .box input {
    font-size: 16px;
    padding: 10px 15px;
    line-height: 18px;
  }
  .registration .box input:not(:last-child) {
    margin-bottom: 20px;
  }
  .registration button[type=submit] {
    margin-top: 40px;
  }
}
.mobile-and-text {
  padding-top: 100px;
  padding-bottom: 100px;
}
.mobile-and-text .container {
  max-width: 1250px !important;
}
.mobile-and-text .mobile-and-text__inner {
  display: flex;
  align-items: center;
  gap: 100px;
}
.mobile-and-text .mobile-and-text__inner .text-wrapper-title h1,
.mobile-and-text .mobile-and-text__inner .text-wrapper-title h2,
.mobile-and-text .mobile-and-text__inner .text-wrapper-title h3,
.mobile-and-text .mobile-and-text__inner .text-wrapper-title h4,
.mobile-and-text .mobile-and-text__inner .text-wrapper-title h5,
.mobile-and-text .mobile-and-text__inner .text-wrapper-title h6 {
  margin-bottom: 25px;
}
.mobile-and-text .mobile-and-text__inner .text-wrapper-paragraph .button, .mobile-and-text .mobile-and-text__inner .text-wrapper-paragraph .button--fourth, .mobile-and-text .mobile-and-text__inner .text-wrapper-paragraph .button--tertiary, .mobile-and-text .mobile-and-text__inner .text-wrapper-paragraph .button--secondary, .mobile-and-text .mobile-and-text__inner .text-wrapper-paragraph .button--primary {
  margin-top: 40px;
}
.mobile-and-text .mobile-and-text__inner .mobile-wrapper {
  width: 320px;
}
.mobile-and-text .general-cta-wrapper {
  margin-top: 50px;
  margin-bottom: 0;
}
.mobile-and-text .general-cta-wrapper .button, .mobile-and-text .general-cta-wrapper .button--fourth, .mobile-and-text .general-cta-wrapper .button--tertiary, .mobile-and-text .general-cta-wrapper .button--secondary, .mobile-and-text .general-cta-wrapper .button--primary {
  margin: 0 auto;
}

@media (max-width: 1310px) {
  .mobile-and-text .mobile-and-text__inner .text-cloud {
    position: static;
    margin: 0 auto 65px auto;
    transform: none;
  }
  .mobile-and-text .text-cloud .text-cloud__inner::after {
    top: unset;
    bottom: -48px;
    transform: none;
    right: 60px;
  }
}
@media (min-width: 768px) {
  .mobile-and-text .text-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .mobile-and-text .profile-link-bar {
    text-align: left;
  }
  .mobile-and-text .text-wrapper-title {
    text-align: center;
  }
  .mobile-and-text .text-wrapper-title.heading-line-decoration > h1::after, .mobile-and-text .text-wrapper-title.heading-line-decoration > h2::after, .mobile-and-text .text-wrapper-title.heading-line-decoration > h3::after, .mobile-and-text .text-wrapper-title.heading-line-decoration > h4::after, .mobile-and-text .text-wrapper-title.heading-line-decoration > h5::after, .mobile-and-text .text-wrapper-title.heading-line-decoration > h6::after {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .mobile-and-text .text-wrapper-paragraph {
    text-align: center;
  }
  .mobile-and-text .mobile-and-text__inner {
    align-items: center;
    flex-direction: column-reverse;
  }
  .mobile-and-text .mobile-and-text__inner .mobile-wrapper {
    width: auto;
  }
}
.users-section {
  padding: 70px 0;
  text-align: center;
}
.users-section.swiper-not-initialized .swiper-wrapper {
  gap: 50px;
}
.users-section .users-section__title {
  max-width: 80%;
  margin: 0 auto 70px auto;
}
.users-section .users-section__title h1,
.users-section .users-section__title h2,
.users-section .users-section__title h3,
.users-section .users-section__title h4,
.users-section .users-section__title h5,
.users-section .users-section__title h6 {
  font-size: 5rem;
  text-align: center;
  margin-bottom: 0;
}
.users-section .users-section__title .subtitle {
  max-width: 80%;
  margin: 25px auto 0 auto;
  text-align: center;
  line-height: 28px;
}
.users-section .users-section__inner {
  padding: 10px;
}
.users-section h2 {
  text-align: center;
}
.users-section .box__heading h1,
.users-section .box__heading h2,
.users-section .box__heading h3,
.users-section .box__heading h4,
.users-section .box__heading h5,
.users-section .box__heading h6 {
  font-size: 1.8rem;
  font-family: "Arimo-Regular", Arial, Helvetica, sans-serif;
}
.users-section .box {
  padding: 0;
  font-size: 0;
}
.users-section .box img {
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.users-section .general-cta-wrapper {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .users-section.swiper-not-initialized .swiper-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .users-section .users-section__inner {
    padding: 5px 4px;
  }
  .users-section .users-section__title {
    max-width: unset;
  }
  .users-section .users-section__title .subtitle {
    max-width: unset;
  }
}
@media (max-width: 500px) {
  .users-section .users-section__heading {
    max-width: unset;
  }
  .users-section .users-section__heading .subtitle {
    max-width: unset;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 400px) {
  .users-section.swiper-not-initialized .swiper-wrapper .box.swiper-slide {
    width: 100%;
  }
}
@media (min-width: 1199px) {
  .users-section .swiper-wrapper .box.swiper-slide {
    width: 330px !important;
  }
  .users-section .swiper-wrapper {
    justify-content: center;
  }
}
/* DEFAULT STATE - IMAGE IS ON LEFT, AND TEXT ON RIGHT */
.text-and-image {
  padding: 100px 0;
}
.text-and-image.padding-bottom-0 .text-and-image__content {
  align-items: flex-end;
}
.text-and-image.padding-bottom-0 .text-and-image__content .text {
  margin-bottom: 50px;
  align-self: center;
}
.text-and-image .container {
  max-width: 1250px !important;
}
.text-and-image .text-and-image__title {
  margin-bottom: 70px;
  text-align: center;
}
.text-and-image .text-and-image__title h1,
.text-and-image .text-and-image__title h2,
.text-and-image .text-and-image__title h3,
.text-and-image .text-and-image__title h4,
.text-and-image .text-and-image__title h5,
.text-and-image .text-and-image__title h6 {
  margin-bottom: 15px;
  font-size: 5rem;
  max-width: 80%;
  margin: 0 auto 15px auto;
}
.text-and-image .text-and-image__title .subtitle {
  font-size: 22px;
}
.text-and-image .text-and-image__title.heading-line-decoration > h1, .text-and-image .text-and-image__title.heading-line-decoration > h2, .text-and-image .text-and-image__title.heading-line-decoration > h3, .text-and-image .text-and-image__title.heading-line-decoration > h4, .text-and-image .text-and-image__title.heading-line-decoration > h5, .text-and-image .text-and-image__title.heading-line-decoration > h6 {
  margin-bottom: 25px;
}
.text-and-image .text-and-image__title.heading-line-decoration > h1::after, .text-and-image .text-and-image__title.heading-line-decoration > h2::after, .text-and-image .text-and-image__title.heading-line-decoration > h3::after, .text-and-image .text-and-image__title.heading-line-decoration > h4::after, .text-and-image .text-and-image__title.heading-line-decoration > h5::after, .text-and-image .text-and-image__title.heading-line-decoration > h6::after {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.text-and-image .text-and-image__content {
  display: flex;
  align-items: center;
  gap: 50px;
}
.text-and-image .text-and-image__content .text > .general-cta-wrapper {
  margin-top: 50px;
}
.text-and-image .text-and-image__content .text > .general-cta-wrapper > * {
  margin-left: 0;
}
.text-and-image .text-and-image__content .text > .subtitle {
  margin-bottom: 50px;
}
.text-and-image .text-and-image__content + .general-cta-wrapper a {
  display: block;
}
.text-and-image .text-and-image__content .text {
  width: 50%;
}
.text-and-image .text-and-image__content .text h1,
.text-and-image .text-and-image__content .text h2,
.text-and-image .text-and-image__content .text h3,
.text-and-image .text-and-image__content .text h4,
.text-and-image .text-and-image__content .text h5,
.text-and-image .text-and-image__content .text h6 {
  font-size: 5rem;
  line-height: 5.4rem;
  margin-bottom: 30px;
}
.text-and-image .text-and-image__content .text p:last-child {
  margin-bottom: 0;
}
.text-and-image .heading-line-decoration > h1::after, .text-and-image .heading-line-decoration > h2::after, .text-and-image .heading-line-decoration > h3::after, .text-and-image .heading-line-decoration > h4::after, .text-and-image .heading-line-decoration > h5::after, .text-and-image .heading-line-decoration > h6::after {
  bottom: 0;
  left: 0;
  transform: none;
}
.text-and-image .text-and-image__content .image {
  width: 50%;
}
.text-and-image .text-and-image__content .image img {
  width: 100%;
  border-radius: 15px;
  margin-bottom: -5.5px;
  line-height: 0;
  font-size: 0;
}
.text-and-image .general-cta-wrapper {
  margin-bottom: 0;
}

/* REVERSED STATE - IMAGE IS ON RIGHT, AND TEXT ON LEFT */
.text-and-image.image-right .text-and-image__content {
  flex-direction: row-reverse;
}
.text-and-image.image-right .text-and-image__content .text > .general-cta-wrapper > * {
  margin-right: 0;
}

@media (min-width: 992px) {
  .text-and-image.image-right .text {
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  /* DEFAULT STATE */
  .text-and-image {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .text-and-image.padding-top-0 {
    padding-top: 80px !important;
  }
  .text-and-image .text-and-image__title {
    margin-bottom: 70px;
  }
  .text-and-image .text-and-image__title h1,
  .text-and-image .text-and-image__title h2,
  .text-and-image .text-and-image__title h3,
  .text-and-image .text-and-image__title h4,
  .text-and-image .text-and-image__title h5,
  .text-and-image .text-and-image__title h6 {
    max-width: unset;
  }
  .text-and-image .text-and-image__content {
    flex-direction: column-reverse;
  }
  .text-and-image .text-and-image__content .image {
    width: 100%;
  }
  .text-and-image .text-and-image__content .text {
    width: 100%;
    text-align: center;
  }
  .text-and-image .text-and-image__content .text h1,
  .text-and-image .text-and-image__content .text h2,
  .text-and-image .text-and-image__content .text h3,
  .text-and-image .text-and-image__content .text h4,
  .text-and-image .text-and-image__content .text h5,
  .text-and-image .text-and-image__content .text h6 {
    text-align: center;
  }
  .text-and-image .text-and-image__content .text > .general-cta-wrapper > * {
    margin-left: auto;
  }
  .text-and-image .heading-line-decoration > h1::after, .text-and-image .heading-line-decoration > h2::after, .text-and-image .heading-line-decoration > h3::after, .text-and-image .heading-line-decoration > h4::after, .text-and-image .heading-line-decoration > h5::after, .text-and-image .heading-line-decoration > h6::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .text-and-image .general-cta-wrapper {
    margin-top: 50px;
  }
  /* REVERSED STATE */
  .text-and-image.image-right .text-and-image__content {
    flex-direction: column-reverse;
  }
  .text-and-image.image-right .text-and-image__content .text > .general-cta-wrapper > * {
    margin-right: auto;
  }
}
.text-and-heading {
  padding: 100px 0;
}
.text-and-heading .text-and-heading__title {
  margin-bottom: 50px;
}
.text-and-heading .text-and-heading__title h1,
.text-and-heading .text-and-heading__title h2,
.text-and-heading .text-and-heading__title h3,
.text-and-heading .text-and-heading__title h4,
.text-and-heading .text-and-heading__title h5,
.text-and-heading .text-and-heading__title h6 {
  font-size: 3rem;
  margin-bottom: 10px;
  font-family: "Arimo-Regular", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.text-and-heading .text-and-heading__title .subtitle {
  opacity: 0.8;
  font-size: 22px;
}
.text-and-heading .text-and-heading__content p:last-child {
  margin-bottom: 0;
}
.text-and-heading .general-cta-wrapper {
  margin-bottom: 0;
}
.text-and-heading.text-left .general-cta-wrapper > * {
  margin-left: 0;
}
.text-and-heading.text-right .general-cta-wrapper > * {
  margin-right: 0;
}
.text-and-heading .text-and-heading__title + .general-cta-wrapper {
  margin-top: 0;
}

@media (max-width: 991px) {
  .text-and-heading {
    padding: 50px 0;
  }
  .text-and-heading .general-cta-wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .text-and-heading .text-and-heading__title h1,
  .text-and-heading .text-and-heading__title h2,
  .text-and-heading .text-and-heading__title h3,
  .text-and-heading .text-and-heading__title h4,
  .text-and-heading .text-and-heading__title h5,
  .text-and-heading .text-and-heading__title h6 {
    font-size: 2.5rem;
  }
}
.accordion-section {
  padding: 80px 0 100px 0;
}
.accordion-section .accordion__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.accordion-section .accordion-holder {
  margin-bottom: 100px;
}
.accordion-section .accordion-holder:last-child {
  margin-bottom: 0;
}
.accordion-section .accordion-holder .accordion-holder__title h1,
.accordion-section .accordion-holder .accordion-holder__title h2,
.accordion-section .accordion-holder .accordion-holder__title h3,
.accordion-section .accordion-holder .accordion-holder__title h4,
.accordion-section .accordion-holder .accordion-holder__title h5,
.accordion-section .accordion-holder .accordion-holder__title h6 {
  font-style: 5rem;
  margin-bottom: 0;
  text-align: center;
}
.accordion-section .accordion-holder h3 {
  margin-top: 150px;
}
.accordion-section .accordion-holder h3:first-child {
  margin-top: 0;
}
.accordion-section .general-cta-wrapper {
  margin-bottom: 22px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .accordion-section .container {
    max-width: unset;
  }
}
@media (max-width: 500px) {
  .accordion-section {
    padding: 100px 0 50px 0;
  }
  .accordion-section .general-cta-wrapper {
    margin-top: -50px;
  }
}
.default-mobile-frame-wrapper {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 115px);
  margin-top: 115px;
  margin-bottom: 0;
}

@media (max-width: 500px) {
  .default-mobile-frame-wrapper {
    min-height: unset;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .default-mobile-frame-wrapper .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .default-mobile-frame-wrapper .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
}
.default-section {
  padding: 100px 0;
}
.default-section .text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .default-section {
    padding: 50px 0;
  }
}
.text-and-slider {
  padding: 100px 0;
}
.text-and-slider.hero-section {
  width: 100%;
  padding-top: 245px;
  position: relative;
  z-index: 2;
}
.text-and-slider.hero-section .swiper-wrapper {
  padding-bottom: 20px;
}
.text-and-slider.hero-section .text-and-slider__slider-holder {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.text-and-slider.hero-section .slider-control {
  position: absolute;
  top: calc(50% - 40px);
  transform: translateY(-50%);
}
.text-and-slider.hero-section .slider-control:focus {
  outline: none;
}
.text-and-slider.hero-section .slider-control .inner:focus {
  outline: none;
}
.text-and-slider.hero-section .slider-control .inner svg:focus {
  outline: none;
}
.text-and-slider.hero-section .slider-control.left {
  left: -50px;
}
.text-and-slider.hero-section .slider-control.right {
  right: -50px;
}
.text-and-slider.slider-left .text-and-slider__inner {
  flex-direction: row-reverse;
}
.text-and-slider .text-and-slider__inner {
  display: flex;
  align-items: center;
  gap: 90px;
}
.text-and-slider .text-and-slider__inner .text-and-slider__slider-holder,
.text-and-slider .text-and-slider__inner .text-and-slider__text-holder {
  width: 50%;
}
.text-and-slider .text-and-slider__inner .subtitle {
  position: relative;
  color: #ffffff;
}
.text-and-slider .text-and-slider__inner .subtitle + .button, .text-and-slider .text-and-slider__inner .subtitle + .button--fourth, .text-and-slider .text-and-slider__inner .subtitle + .button--tertiary, .text-and-slider .text-and-slider__inner .subtitle + .button--secondary, .text-and-slider .text-and-slider__inner .subtitle + .button--primary {
  margin-top: 60px;
}
.text-and-slider .text-and-slider__inner .text-and-slider__text-holder__inner h1,
.text-and-slider .text-and-slider__inner .text-and-slider__text-holder__inner h2,
.text-and-slider .text-and-slider__inner .text-and-slider__text-holder__inner h3,
.text-and-slider .text-and-slider__inner .text-and-slider__text-holder__inner h4,
.text-and-slider .text-and-slider__inner .text-and-slider__text-holder__inner h5,
.text-and-slider .text-and-slider__inner .text-and-slider__text-holder__inner h6 {
  font-size: 6rem;
  margin-bottom: 30px;
  line-height: 7.2rem;
}
.text-and-slider .text-and-slider__inner .text-and-slider__text-holder__inner .long-line {
  margin-bottom: 15px;
}

@media (max-width: 1400px) {
  .text-and-slider.hero-section .hero__inner > h1,
  .text-and-slider.hero-section .hero__inner > h2,
  .text-and-slider.hero-section .hero__inner > h3,
  .text-and-slider.hero-section .hero__inner > h4,
  .text-and-slider.hero-section .hero__inner > h5,
  .text-and-slider.hero-section .hero__inner > h6 {
    max-width: unset;
  }
}
@media (max-width: 1200px) {
  .text-and-slider.hero-section .hero-section .slider-control.left {
    left: 0;
  }
  .text-and-slider.hero-section .hero-section .slider-control.right {
    right: 0;
  }
}
@media (max-width: 992px) {
  .text-and-slider.hero-section .slider-control {
    display: none;
  }
}
@media (max-width: 767px) {
  .text-and-slider.hero-section {
    padding: 150px 0 80px 0;
  }
  .text-and-slider.hero-section .container-fluid.swiper-container-fluid .container {
    max-width: unset;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .text-and-slider.hero-section .text-and-slider__inner {
    flex-direction: column;
  }
  .text-and-slider.hero-section .text-and-slider__inner .text-and-slider__slider-holder,
  .text-and-slider.hero-section .text-and-slider__inner .text-and-slider__text-holder {
    width: 100%;
  }
  .text-and-slider.hero-section .text-and-slider__inner .text-and-slider__text-holder__inner {
    text-align: center;
  }
  .text-and-slider.hero-section .text-and-slider__inner .text-and-slider__text-holder__inner h1,
  .text-and-slider.hero-section .text-and-slider__inner .text-and-slider__text-holder__inner h2,
  .text-and-slider.hero-section .text-and-slider__inner .text-and-slider__text-holder__inner h3,
  .text-and-slider.hero-section .text-and-slider__inner .text-and-slider__text-holder__inner h4,
  .text-and-slider.hero-section .text-and-slider__inner .text-and-slider__text-holder__inner h5,
  .text-and-slider.hero-section .text-and-slider__inner .text-and-slider__text-holder__inner h6 {
    line-height: 6rem;
  }
  .text-and-slider.hero-section.slider-left .hero__inner {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .text-and-slider.hero-section .text-and-slider__inner > h1,
  .text-and-slider.hero-section .text-and-slider__inner > h2,
  .text-and-slider.hero-section .text-and-slider__inner > h3,
  .text-and-slider.hero-section .text-and-slider__inner > h4,
  .text-and-slider.hero-section .text-and-slider__inner > h5,
  .text-and-slider.hero-section .text-and-slider__inner > h6 {
    font-size: 3.8rem;
  }
  .text-and-slider.hero-section .frame-image-container {
    min-height: unset;
    height: 645px;
  }
  .text-and-slider.hero-section .subtitle {
    font-size: 18px;
    line-height: 24px;
    max-width: unset;
  }
  .text-and-slider.hero-section .frame-image-container .frame-image {
    width: 318px;
    min-height: unset;
    position: absolute;
    height: 99.7%;
    transform: translateX(-50%);
  }
  .text-and-slider.hero-section .frame-image-container .frame-image::after {
    content: "";
  }
}
/* 
==== Components ==== 
*/
.text-color-black {
  color: #0a0909;
}

.text-color-gold {
  color: #a37c51;
}

.text-color-gray {
  color: #f2f2f2;
}

.text-color-green {
  color: #00B574;
}

.text-color-white {
  color: #ffffff;
}

.button, .button--fourth, .button--tertiary, .button--secondary, .button--primary {
  display: block;
  width: auto;
  max-width: 560px;
  padding: 15px 40px;
  border: 1px solid transparent;
  border-radius: 30px;
  outline: none;
  font-family: "Arimo-Bold", Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 1.4rem;
  cursor: pointer;
  transition: 0.3s ease;
  line-height: initial;
  text-transform: uppercase;
}
.button:hover, .button--fourth:hover, .button--tertiary:hover, .button--secondary:hover, .button--primary:hover {
  transition: 0.3s ease;
}

.button--primary {
  color: #0a0909;
  background-color: #ffffff;
  border: 1px solid #0a0909;
}
.button--primary:hover {
  color: #ffffff;
  background-color: #0a0909;
}

.button--secondary {
  color: #ffffff;
  background-color: #8f6b44;
}
.button--secondary:hover {
  color: #8f6b44;
  background-color: #ffffff;
  border: 1px solid #8f6b44;
}

.button--tertiary {
  background-color: #00B574;
  color: #ffffff;
}
.button--tertiary:hover {
  background-color: #ffffff;
  color: #00B574;
  border: 1px solid #00B574;
}

.button--fourth {
  color: white;
  background-color: #0a0909;
  border: 1px solid #0a0909;
}
.button--fourth:hover {
  color: #0a0909;
  background-color: #ffffff;
}

.bg-black .button--fourth,
.bg-pure-black .button--fourth,
.bg-black-curtain .button--fourth,
.bg-black-curtain-with-gradient .button--fourth {
  border-color: #ffffff;
}
.bg-black .button--primary:hover,
.bg-black a.button--primary:hover,
.bg-pure-black .button--primary:hover,
.bg-pure-black a.button--primary:hover,
.bg-black-curtain .button--primary:hover,
.bg-black-curtain a.button--primary:hover,
.bg-black-curtain-with-gradient .button--primary:hover,
.bg-black-curtain-with-gradient a.button--primary:hover {
  border: 1px solid #ffffff;
}
.bg-black .button--fourth,
.bg-pure-black .button--fourth,
.bg-black-curtain .button--fourth,
.bg-black-curtain-with-gradient .button--fourth {
  color: #0a0909;
  background-color: #ffffff;
}
.bg-black .button--fourth:hover,
.bg-pure-black .button--fourth:hover,
.bg-black-curtain .button--fourth:hover,
.bg-black-curtain-with-gradient .button--fourth:hover {
  color: #ffffff;
  background-color: #0a0909;
  border: 1px solid #ffffff;
}
.bg-black .button--primary,
.bg-black a.button--primary,
.bg-pure-black .button--primary,
.bg-pure-black a.button--primary,
.bg-black-curtain .button--primary,
.bg-black-curtain a.button--primary,
.bg-black-curtain-with-gradient .button--primary,
.bg-black-curtain-with-gradient a.button--primary {
  background-color: #0a0909;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.bg-black .button--primary:hover,
.bg-black a.button--primary:hover,
.bg-pure-black .button--primary:hover,
.bg-pure-black a.button--primary:hover,
.bg-black-curtain .button--primary:hover,
.bg-black-curtain a.button--primary:hover,
.bg-black-curtain-with-gradient .button--primary:hover,
.bg-black-curtain-with-gradient a.button--primary:hover {
  color: #0a0909;
  background-color: #ffffff;
}

.button--arrow {
  color: #ffffff;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  text-decoration: none;
  border: none;
  background: transparent;
  font-size: 2rem;
  font-family: "Arimo-Regular", Arial, Helvetica, sans-serif;
}
.button--arrow:hover {
  text-decoration: none;
}
.button--arrow:hover:after {
  bottom: -35px;
  transition: 0.2s ease;
}
.button--arrow::after {
  content: "";
  width: 50px;
  height: 22px;
  position: absolute;
  display: block;
  background: url("../img/icons/icon--arow.svg") no-repeat;
  bottom: -30px;
  transition: 0.2s ease;
}
.button--arrow.black {
  color: #0a0909;
}
.button--arrow.black::after {
  background: url("../img/icons/icon--arow--black.svg") no-repeat;
}

.button--play {
  background-color: transparent;
  border-radius: 50%;
  background-image: url("../img/icons/icon--play.svg");
  background-repeat: no-repeat;
  background-position: 56%;
  background-size: 25px;
  width: 50px;
  height: 50px;
  outline: none;
  border: none;
  transition: 0.2s ease;
  cursor: pointer;
}

a.button--primary {
  display: inline-block;
  color: #0a0909;
  background-color: #ffffff;
  border: 1px solid #0a0909;
  text-decoration: none;
}
a.button--primary:hover {
  color: #ffffff;
  background-color: #0a0909;
}

a.button--secondary {
  display: inline-block;
  color: #ffffff;
  background-color: #8f6b44;
  text-decoration: none;
}
a.button--secondary:hover {
  color: #8f6b44;
  background-color: #ffffff;
  border: 1px solid #8f6b44;
}

a.button--tertiary {
  display: inline-block;
  background-color: #00B574;
  color: #ffffff;
  text-decoration: none;
}
a.button--tertiary:hover {
  background-color: #ffffff;
  color: #00B574;
  border: 1px solid #00B574;
}

a.button--fourth {
  display: inline-block;
  text-decoration: none;
}

.general-cta-wrapper {
  margin: 100px 0;
}
.general-cta-wrapper a.button--primary,
.general-cta-wrapper a.button--secondary,
.general-cta-wrapper a.button--tertiary,
.general-cta-wrapper a.button--arrow,
.general-cta-wrapper button.button--arrow {
  width: -moz-max-content;
  width: max-content;
}
.general-cta-wrapper button,
.general-cta-wrapper a.button--primary,
.general-cta-wrapper a.button--secondary,
.general-cta-wrapper a.button--tertiary,
.general-cta-wrapper a.button--arrow,
.general-cta-wrapper button.button--arrow {
  margin: 0 auto;
}
.general-cta-wrapper.button-right button a.button--primary,
.general-cta-wrapper.button-right a.button--secondary,
.general-cta-wrapper.button-right a.button--tertiary,
.general-cta-wrapper.button-right a.button--arrow,
.general-cta-wrapper.button-right button.button--arrow {
  margin-right: 0;
  margin-left: auto;
}
.general-cta-wrapper.button-left button,
.general-cta-wrapper.button-left a.button--primary,
.general-cta-wrapper.button-left a.button--secondary,
.general-cta-wrapper.button-left a.button--tertiary,
.general-cta-wrapper.button-left a.button--arrow,
.general-cta-wrapper.button-left button.button--arrow {
  margin-right: auto;
  margin-left: 0;
}

button.button--loop {
  position: relative;
  width: auto;
  padding: 9px 40px 9px 20px;
  background-color: #ffffff;
  color: #a37c51;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  max-height: 39px;
  transition: 0.3s ease;
  font-family: "Arimo-Regular", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
button.button--loop::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/icon--loop.svg");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
button.button--loop:hover {
  opacity: 0.8;
  transition: 0.3s ease;
}

a.add-new-link .add-new-link__inner input[type=file],
span.add-new-link .add-new-link__inner input[type=file],
span.add-new-link .add-new-link__inner input.crop-profile-photo {
  min-width: unset;
  margin: 0;
  line-height: 0;
  border: none;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.button--delete {
  outline: none;
  border: none;
  display: block;
  width: 19px;
  height: 25px;
  background-image: url("../img/icons/icon--trash-bin.svg");
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.2s ease;
  cursor: pointer;
}
.button--delete.black {
  background-image: url("../img/icons/icon--trash-bin-black.svg");
}
.button--delete:hover {
  opacity: 0.8;
  transition: 0.2s ease;
}

button.close {
  padding: 0 !important;
}

.text-color-black {
  color: #0a0909;
}

.text-color-gold {
  color: #a37c51;
}

.text-color-gray {
  color: #f2f2f2;
}

.text-color-green {
  color: #00B574;
}

.text-color-white {
  color: #ffffff;
}

input {
  display: block;
  font-family: "Arimo-Regular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #0a0909;
  border: 2px solid #b6b6bd;
  max-width: 100%;
  padding: 15px 20px;
  border-radius: 8px;
}
input:focus {
  outline: none;
}
input:not(:last-child) {
  margin-bottom: 30px;
}
input::-moz-placeholder {
  color: #49494f;
  font-size: 16px;
}
input::placeholder {
  color: #49494f;
  font-size: 16px;
}
input.placeholder-color::-moz-placeholder {
  color: inherit !important;
}
input.placeholder-color::placeholder {
  color: inherit !important;
}

.input-wrapper {
  position: relative;
}
.input-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.input-wrapper .loader-text {
  position: absolute;
  z-index: 1;
  left: 22px;
  font-size: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  color: #8e8e92;
}
.input-wrapper.security-code-wrapper .input-wrapper__inner {
  display: flex;
  align-items: center;
  gap: 15px;
}
.input-wrapper.security-code-wrapper .input-wrapper__inner .securityCode {
  font-family: "Arimo-Bold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #a37c51;
}
.input-wrapper #security-code-error-container {
  margin-top: 9px;
}
.input-wrapper #security-code-error-container .just-validate-error-label {
  margin-top: 0;
}

input.input--secondary {
  border-radius: 30px;
  border: 0;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 18px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  min-width: unset;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 1px;
  background-color: #ffffff;
  transition: 0.4s;
  top: 50%;
  transform: translateY(-50%);
}

input:checked + .slider {
  background-color: #00B574;
}

input:focus + .slider {
  box-shadow: 0 0 1px #00B574;
}

input:checked + .slider:before {
  transform: translate(11px, -50%);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Customize the label (the container) */
.checkbox-label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-label input:checked ~ .checkmark {
  background-color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-label .checkmark:after {
  left: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.checkbox-label + .just-validate-error-label {
  margin-top: 10px;
}

.select2-container {
  width: 100% !important;
}
.select2-container .placeholder {
  color: #8e8e92 !important;
  font-size: 16px !important;
}
.select2-container ul li::before {
  content: none;
}
.select2-container .select2-selection--single {
  border: 2px solid #b6b6bd !important;
  height: auto !important;
  padding: 12px 50px 12px 20px !important;
  border-radius: 8px !important;
  color: #0a0909 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  color: #0a0909 !important;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
}
.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #a37c51 !important;
}
.select2-container.select2-container--open .select2-dropdown--below {
  border: 2px solid #b6b6bd !important;
  border-top: none !important;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.select2-container.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 15px;
  height: 19px;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  left: inherit;
  right: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/icons/icon--arrow-hook-golden.svg");
  transition: 0.2s all ease-in-out;
}
.select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg) translateY(50%);
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
}
.select2-container.select2-container--default .select2-results__option--selected {
  background-color: #f2f2f2;
}
.select2-container.select2-container--default .select2-results__option--selected:last-child {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.select2-container .select2-results__option {
  padding: 12px 20px;
}
.select2-container + .just-validate-error-label {
  margin-top: 10px;
}

.input-field-note {
  font-size: 12px;
  margin-top: -27px;
  display: block;
  color: rgb(167, 169, 172);
}
.input-field-note + .just-validate-error-label {
  margin-top: 5px;
}

@media (max-width: 500px) {
  .input-field-note {
    margin-top: -18px;
  }
  .select2-container .select2-selection--single {
    border: 2px solid #b6b6bd !important;
    height: auto !important;
    padding: 5px 30px 5px 15px !important;
    border-radius: 8px !important;
    color: #0a0909 !important;
  }
  .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
  }
  .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
    right: 10px;
  }
  .select2-container .select2-results__option {
    padding: 5px 15px;
  }
}
@media (max-width: 420px) {
  .input-wrapper.security-code-wrapper .input-wrapper__inner {
    display: block;
  }
  .input-wrapper.security-code-wrapper .input-wrapper__inner .securityCode {
    display: block;
    margin-bottom: 5px;
  }
}
@media (min-width: 360px) {
  input {
    min-width: 320px;
  }
}
.box {
  width: 33%;
  padding: 60px 30px 30px 30px;
  border-radius: 30px;
}
.box .box__inner {
  position: relative;
}
.box .subtext {
  font-size: 24px;
  font-family: "Arimo-Regular", Arial, Helvetica, sans-serif;
}
.box .subtext .price {
  font-weight: bold;
}
.box .box__heading {
  margin-bottom: 40px;
}
.box .box__main-text {
  margin-bottom: 170px;
}
.box .box__main-text p:last-child {
  margin-bottom: 0;
}
.box .box__main-text ul:last-child {
  margin-bottom: 0;
}
.box .box__main-text ul li,
.box .box__main-text p,
.box .box__main-text a {
  font-size: 1.8rem;
}
.box .box__form-container {
  margin-bottom: 20px;
}
.box .box__form-container a {
  font-size: 18px;
}
.box .general-cta-wrapper button,
.box .general-cta-wrapper a.button--primary,
.box .general-cta-wrapper a.button--secondary,
.box .general-cta-wrapper a.button--tertiary,
.box .general-cta-wrapper a.button--fourth {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  padding-left: 0;
  padding-right: 0;
  width: calc(100% - 100px);
}
.box .button--arrow {
  position: absolute;
  bottom: 130px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
}
.box .box__labels-container {
  padding: 20px 40px;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  margin: 0 25px;
}

.box.shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.44);
}

.box.swiper-slide {
  width: 26%;
}

@media (max-width: 615px) {
  .box.swiper-slide {
    width: 100%;
  }
}
.video {
  padding: 100px 0;
}
.video .container {
  max-width: 1250px !important;
}
.video.text-right .video__inner {
  flex-direction: row-reverse;
  text-align: left;
}
.video.text-right .video__text {
  padding-right: 75px;
}
.video .video__inner {
  display: flex;
  align-items: center;
  gap: 70px;
}
.video .video__inner .video__text-title h1,
.video .video__inner .video__text-title h2,
.video .video__inner .video__text-title h3,
.video .video__inner .video__text-title h4,
.video .video__inner .video__text-title h5,
.video .video__inner .video__text-title h6 {
  text-align: left;
  font-size: 5rem;
  line-height: 5.2rem;
  margin-bottom: 25px;
}
.video .video__inner .video__text-title h1::after,
.video .video__inner .video__text-title h2::after,
.video .video__inner .video__text-title h3::after,
.video .video__inner .video__text-title h4::after,
.video .video__inner .video__text-title h5::after,
.video .video__inner .video__text-title h6::after {
  bottom: 0;
  left: 0;
  transform: none;
}
.video .video__text {
  width: 50%;
}
.video .video__wrapper {
  width: 50%;
}
.video .video__text-paragraph .button, .video .video__text-paragraph .button--primary, .video .video__text-paragraph .button--secondary, .video .video__text-paragraph .button--tertiary, .video .video__text-paragraph .button--fourth {
  margin-top: 30px;
}
.video .subtitle {
  max-width: 80%;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  line-height: 28px;
  margin-top: -35px;
  margin-bottom: 60px;
}
.video .video__wrapper {
  display: flex;
  justify-content: center;
}
.video .video__holder {
  width: 100%;
  max-width: 585px;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  line-height: 0;
  border: 2px solid #d3d3d3;
  padding: 5px;
  max-height: 335px;
}
.video .video__holder video {
  border-radius: 20px;
  max-height: 326px;
}
.video .video__holder iframe {
  width: 100%;
}
.video .video__holder .button--play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video .general-cta-wrapper {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .video {
    padding-top: 60px;
  }
  .video .video__inner {
    flex-direction: column;
  }
  .video .video__inner .video__text,
  .video .video__inner .video__wrapper {
    width: 100%;
    padding-right: 0;
  }
  .video .video__inner .video__text-paragraph {
    text-align: center;
  }
  .video .video__inner .video__text-title h1,
  .video .video__inner .video__text-title h2,
  .video .video__inner .video__text-title h3,
  .video .video__inner .video__text-title h4,
  .video .video__inner .video__text-title h5,
  .video .video__inner .video__text-title h6 {
    text-align: center;
  }
  .video .video__inner .video__text-title h1::after,
  .video .video__inner .video__text-title h2::after,
  .video .video__inner .video__text-title h3::after,
  .video .video__inner .video__text-title h4::after,
  .video .video__inner .video__text-title h5::after,
  .video .video__inner .video__text-title h6::after {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .video .video__holder {
    max-width: unset;
    max-height: unset;
  }
  .video .video__holder video {
    max-height: unset;
  }
  .video.text-right .video__inner {
    flex-direction: column;
  }
  .video.text-right .video__inner .video__text-paragraph {
    text-align: center;
  }
  .video.text-right .video__inner .video__text-title h1,
  .video.text-right .video__inner .video__text-title h2,
  .video.text-right .video__inner .video__text-title h3,
  .video.text-right .video__inner .video__text-title h4,
  .video.text-right .video__inner .video__text-title h5,
  .video.text-right .video__inner .video__text-title h6 {
    text-align: center;
  }
  .video.text-right .video__inner .video__text-title h1::after,
  .video.text-right .video__inner .video__text-title h2::after,
  .video.text-right .video__inner .video__text-title h3::after,
  .video.text-right .video__inner .video__text-title h4::after,
  .video.text-right .video__inner .video__text-title h5::after,
  .video.text-right .video__inner .video__text-title h6::after {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 500px) {
  .video .video__inner > h1,
  .video .video__inner > h2,
  .video .video__inner > h3,
  .video .video__inner > h4,
  .video .video__inner > h5,
  .video .video__inner > h6 {
    font-size: 3.8rem;
  }
  .video .subtitle {
    font-size: 18px;
    line-height: 24px;
    max-width: unset;
  }
}
.text-color-black {
  color: #0a0909;
}

.text-color-gold {
  color: #a37c51;
}

.text-color-gray {
  color: #f2f2f2;
}

.text-color-green {
  color: #00B574;
}

.text-color-white {
  color: #ffffff;
}

.text-cloud {
  background-color: #ffffff;
  max-width: 400px;
  text-align: center;
  border-radius: 25px;
  z-index: 1;
}
.text-cloud .text-cloud__inner {
  padding: 25px 20px 35px 20px;
  position: relative;
}
.text-cloud .text-cloud__inner::after {
  content: "";
  display: block;
  width: 90px;
  height: 50px;
  position: absolute;
  right: -68px;
  top: 50px;
  background-image: url("../img/icons/text-cloud-arrow.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: rotate(-90deg);
}
.text-cloud h1,
.text-cloud h2,
.text-cloud h3,
.text-cloud h4,
.text-cloud h5,
.text-cloud h6 {
  font-size: 2.5rem;
  color: #0a0909;
  margin-bottom: 15px;
}
.text-cloud p {
  font-size: 1.6rem;
}
.text-cloud p:last-child {
  margin-bottom: 0;
}

.frame-image-container {
  position: relative;
  margin: 0 auto;
  height: 645px;
}
.frame-image-container .frame-image {
  width: 318px;
  height: 99.7%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding: 40px 20px 20px 20px;
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 43px;
  overflow: hidden;
}
.frame-image-container .frame-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: transparent;
  background-image: url("../img/mobile-frame.png");
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.frame-image-container > img {
  position: absolute;
  left: 50%;
  max-width: 278px;
  top: 15px;
  transform: translateX(-50%);
  z-index: 2;
  max-height: 100%;
}
.frame-image-container .frame-image__bg-holder {
  padding-top: 23px;
  padding-bottom: 11px;
  margin-top: -23px;
  margin-right: -2px;
  margin-left: -2px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: calc(100% + 20px);
}
.frame-image-container .frame-image__inner {
  padding: 2px 20px 0 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
}
.frame-image-container .frame-image__inner .save-changes-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: -6px;
  z-index: 1;
}
.frame-image-container .frame-image__inner .save-changes-controls .confirm-changes {
  padding: 0;
  margin: 0;
  background: transparent;
  outline: none;
  border: none;
  margin-right: 2px;
}
.frame-image-container .frame-image__inner .save-changes-controls img {
  cursor: pointer;
  z-index: 1;
}
.frame-image-container .frame-image__inner .profile-logo {
  width: 50%;
  margin: 0 auto 10px auto;
}
.frame-image-container .frame-image__inner .profile-image-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 7px;
}
.frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__edit {
  width: 13%;
}
.frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__edit img {
  border-radius: 50%;
  width: 29px;
}
.frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__profile-image {
  width: 74%;
  position: relative;
}
.frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__profile-image .profile-image__inner {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  padding: 5px;
  border: 3px solid #a37c51;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__profile-image .profile-image__inner img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: unset;
  max-height: unset;
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  height: 95px;
  min-width: 100%;
}
.frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__profile-image .profile-image__inner input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  cursor: pointer;
}
.frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__profile-image .change-photo {
  display: inline-block;
  width: 30px;
  height: 31px;
  position: absolute;
  bottom: -5px;
  right: 40px;
  cursor: pointer;
}
.frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__profile-image .change-photo .icon-circle-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__profile-image .change-photo input[type=file] {
  position: relative;
  min-width: unset;
  min-height: unset;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin-bottom: 0;
  z-index: 5;
}
.frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__color {
  width: 13%;
}
.frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__color .inner {
  float: right;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 29px;
  height: 29px;
}
.frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__color .inner img {
  border-radius: 50%;
}
.frame-image-container .frame-image__inner .profile-information {
  text-align: center;
  margin-bottom: 12px;
  min-height: 87px;
}
.frame-image-container .frame-image__inner .profile-information .title {
  font-size: 18px;
  margin-bottom: 2px;
}
.frame-image-container .frame-image__inner .profile-information .title > * {
  font-size: 16px;
}
.frame-image-container .frame-image__inner .profile-information .subtitle {
  font-size: 11px;
  line-height: 16px;
  min-height: 24px;
}
.frame-image-container .frame-image__inner .profile-information .subtitle > * {
  font-size: 11px;
  min-height: 28px;
}
.frame-image-container .frame-image__inner .profile-information .public-profile-url {
  position: relative;
  line-height: 11px;
  text-align: left;
  margin-top: 10px;
}
.frame-image-container .frame-image__inner .profile-information .public-profile-url .public-profile-url__inner {
  background: transparent;
  border: 1px solid #0a0909;
  border-radius: 25px;
  padding: 6px 15px 8px 15px;
  width: 100%;
  position: relative;
  white-space: nowrap;
  max-height: 37px;
  overflow-y: hidden;
  vertical-align: middle;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.frame-image-container .frame-image__inner .profile-information .public-profile-url .public-profile-url__inner::-webkit-scrollbar {
  display: none;
}
.frame-image-container .frame-image__inner .profile-information .public-profile-url a {
  font-size: 12px;
  text-decoration: none;
  color: inherit;
  height: 15px;
  padding-top: 2px;
  display: inline-flex;
  max-width: 191px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.frame-image-container .frame-image__inner .profile-information .public-profile-url a::-webkit-scrollbar {
  display: none;
}
.frame-image-container .frame-image__inner .profile-information .public-profile-url input.copy-text-value-holder {
  min-width: unset;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  height: 100%;
  z-index: -1;
  background-color: transparent;
  visibility: hidden;
}
.frame-image-container .frame-image__inner .profile-information .copy-link-wrapper .copy-link-wrapper__inner {
  display: inline-block;
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
  border: 1px solid #0a0909;
  border-radius: 50%;
  padding: 10px;
}
.frame-image-container .frame-image__inner .profile-information .copy-link-wrapper svg {
  width: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.frame-image-container .frame-image__inner .profile-links {
  width: auto;
  height: 175px;
  margin-bottom: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none; /* Internet Explorer 10+ - hide scrollbar */
  scrollbar-width: none; /* Firefox - hide scrollbar */
}
.frame-image-container .frame-image__inner .profile-links::-webkit-scrollbar {
  display: none; /* Safari and Chrome - hide scrollbar */
}
.frame-image-container .frame-image__inner .profile-links .profile-link-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  text-decoration: none;
  min-height: 41px;
}
.frame-image-container .frame-image__inner .profile-links .profile-link-bar:last-child {
  margin-bottom: 0;
}
.frame-image-container .frame-image__inner a.add-new-link,
.frame-image-container .frame-image__inner span.add-new-link {
  margin-bottom: 10px;
  margin-top: 0;
  max-width: unset;
}
.frame-image-container .frame-image__inner .social-media {
  margin-bottom: 13px;
  min-height: 30px;
}
.frame-image-container .frame-image__inner .social-media .social-media-icons {
  position: relative;
}
.frame-image-container .frame-image__inner .social-media .social-media__active {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.frame-image-container .frame-image__inner .social-media .social-media__inner {
  text-align: left;
}
.frame-image-container .frame-image__inner .social-media .icon {
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle;
  width: 32px;
  height: 30px;
  transition: 0.2s ease;
  cursor: pointer;
}
.frame-image-container .frame-image__inner .social-media .icon:last-of-type {
  margin-right: 0;
}
.frame-image-container .frame-image__inner .social-media .icon:hover img {
  opacity: 0.8;
  transition: 0.2s ease;
}
.frame-image-container .frame-image__inner .social-media .icon img {
  vertical-align: middle;
  transition: 0.2s ease;
}
.frame-image-container .frame-image__inner .social-media .icon .social-icon {
  vertical-align: middle;
  transition: 0.2s ease;
  height: 33px;
}
.frame-image-container .frame-image__inner .social-media a.add-new-link,
.frame-image-container .frame-image__inner .social-media span.add-new-link {
  width: auto;
  margin-bottom: 0;
  vertical-align: middle;
  position: absolute;
  right: 47px;
  top: 0;
  margin-top: 0;
}
.frame-image-container .frame-image__inner .social-media a.add-new-link .add-new-link__inner,
.frame-image-container .frame-image__inner .social-media span.add-new-link .add-new-link__inner {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  padding: 0;
}
.frame-image-container .frame-image__inner .social-media a.add-new-link .add-new-link__inner input[type=file],
.frame-image-container .frame-image__inner .social-media span.add-new-link .add-new-link__inner input[type=file] {
  min-width: unset;
  padding: 0;
  margin: 0;
  line-height: 0;
  border: none;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.frame-image-container .frame-image__inner .social-media a.add-new-link .add-new-link__inner::before,
.frame-image-container .frame-image__inner .social-media span.add-new-link .add-new-link__inner::before {
  left: 50%;
  transform: translate(-50%, -50%);
}
.frame-image-container .frame-image__inner .social-media .icon-gear--button {
  display: inline-block;
  vertical-align: middle;
  margin-left: 11px;
  position: absolute;
  right: 0;
  top: 0;
}
.frame-image-container .frame-image__inner .social-media .icon-gear--button .open-sidebar {
  color: inherit;
}
.frame-image-container .frame-image__inner .social-media .icon-gear--button .gear {
  height: 29px;
}
.frame-image-container .frame-image__inner .social-media .icon-gear--button button {
  width: auto;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.frame-image-container .frame-image__inner .social-media .icon-gear--button img {
  vertical-align: middle;
}
.frame-image-container .frame-image__inner .new-page {
  text-align: center;
}
.frame-image-container .frame-image__inner .new-page a {
  text-decoration: none;
  color: #A7A9AC;
  font-size: 16px;
  position: relative;
  padding: 0 34px;
  text-align: center;
}
.frame-image-container .frame-image__inner .new-page a::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: url("../img/icons/icon--plus.svg") no-repeat;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
}

.profile-for-edit .frame-image-container .frame-image__inner .new-page a {
  padding: 0;
  font-size: 14px;
}
.profile-for-edit .frame-image-container .frame-image__inner .new-page .separator {
  margin: 0 7px;
}

.frame-image-container .frame-image__inner .content-editor-wrapper span.add-new-link {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.default-mobile-frame-wrapper__inner.public-profile .frame-image-container .frame-image__inner {
  z-index: 3;
}
.default-mobile-frame-wrapper__inner.public-profile .profile-image-wrapper__profile-image {
  margin: 0 auto;
}
.default-mobile-frame-wrapper__inner.public-profile .frame-image-container .frame-image__bg-holder {
  min-height: calc(100% + 20px);
}
.default-mobile-frame-wrapper__inner.public-profile .frame-image-container .frame-image__inner .profile-links {
  max-height: 330px;
  padding: 0 0 15px 0;
  padding-right: 0px;
  padding-right: 0;
  height: 275px;
}
.default-mobile-frame-wrapper__inner.public-profile .frame-image-container .frame-image__inner .social-media .social-media__active {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  min-height: 40px;
}
.default-mobile-frame-wrapper__inner.public-profile .about-me {
  text-align: center;
  text-transform: uppercase;
  min-height: 24px;
}
.default-mobile-frame-wrapper__inner.public-profile .about-me a {
  text-decoration: none;
  font-size: 1.8rem;
  color: #0a0909;
}
.default-mobile-frame-wrapper__inner.public-profile .frame-image-container .frame-image__inner .profile-logo {
  margin-top: 5px;
}
.default-mobile-frame-wrapper__inner.public-profile .frame-image-container .frame-image__inner .profile-links .profile-link-bar:last-child {
  margin-bottom: 0;
}
.default-mobile-frame-wrapper__inner.public-profile .frame-image-container .frame-image__inner .profile-information {
  min-height: 49px;
}

.try-it .profile-image__inner label {
  font-size: 0;
}
.try-it .profile-link-bar .link-name {
  width: 100%;
}
.try-it .frame-image-container .frame-image {
  position: static;
  left: unset;
  transform: unset;
}
.try-it .frame-image-container .frame-image__inner .profile-information {
  min-height: unset;
  margin-bottom: 0;
}
.try-it .frame-image-container .frame-image__inner {
  position: relative;
}
.try-it .add-new-link.profile-global-text {
  color: #A7A9AC;
  fill: #A7A9AC;
  stroke: #A7A9AC;
}
.try-it .frame-image-container .frame-image__inner .social-media .icon-gear--button {
  color: #A7A9AC;
}
.try-it .frame-image-container .frame-image__inner .social-media .icon-gear--button .gear {
  color: inherit;
}
.try-it .frame-image-container .frame-image__inner .profile-links .profile-link-bar {
  margin-right: 0;
}
.try-it .frame-image-container .frame-image__inner .profile-image-wrapper {
  align-items: center;
}
.try-it .frame-image-container .frame-image {
  background-color: transparent !important;
}
.try-it .frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__profile-image .change-photo {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  padding: 5px;
  border: 3px solid #a37c51;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  right: unset;
  bottom: unset;
}
.try-it .frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__profile-image .change-photo img.plus-icon {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  right: 0;
  transform: translateY(-50%);
  min-width: unset;
  width: 17px;
  height: 17px;
  min-height: unset;
  max-width: unset;
  max-height: unset;
  margin-top: 0;
}
.try-it .frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__profile-image .change-photo img {
  background-image: none;
  height: 95px;
  min-width: 100%;
  min-height: unset;
}
.try-it .frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__edit {
  margin-top: -200px;
}
.try-it .frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__edit .icon-circle-wrapper {
  margin-left: 1px;
}
.try-it .frame-image-container .frame-image__bg-holder {
  padding-bottom: 10px;
  background-color: #ffffff;
  padding-top: 38px;
}
.try-it .frame-image-container .frame-image__inner .profile-links {
  height: 250px;
  margin-bottom: 15px;
}
.try-it .frame-image-container .frame-image__inner .social-media__active .add-new-link {
  margin-top: 0;
}
.try-it .profile-information input {
  width: 100%;
  max-width: 100%;
  min-width: unset;
  text-align: center;
  padding: 0;
  border: 0;
  margin-bottom: 5px;
  font-size: 16px;
  background-color: transparent;
}
.try-it .profile-information input::-moz-placeholder {
  text-align: center;
}
.try-it .profile-information input::placeholder {
  text-align: center;
}
.try-it .profile-information input.enter-title {
  font-size: 11px;
}
.try-it .profile-information input.enter-job-title {
  font-size: 11px;
}
.try-it .profile-link-bar .star-wrapper {
  display: none;
}
.try-it .profile-link-bar .controls {
  display: none;
}
.try-it .popup-container .popup {
  position: absolute;
  width: 260px;
}

.new-profile-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.default-mobile-frame-wrapper.user-loged-in .public-profile .social-media__active {
  max-width: 80%;
  justify-content: flex-start;
}

.public-profile .social-media.logged-in .social-media__active {
  justify-content: flex-start !important;
}

.profile-for-edit .dock-to-bottom-mobile {
  bottom: 30px;
}

.frame-image-container .frame-image__inner .save-changes-controls .discard-changes {
  display: inline-block;
  margin-left: 3px;
}

.public-profile .profile-link-bar .link-name {
  display: block;
  width: 100%;
}
.public-profile .frame-image-container .frame-image__inner .social-media {
  margin-bottom: 0;
}

@media (max-width: 500px) {
  .frame-image-container .frame-image__inner .social-media {
    min-height: 40px;
  }
  .profile-for-edit .frame-image-container .frame-image__inner .new-page a {
    font-size: 21px;
  }
  .frame-image-container .frame-image__inner .save-changes-controls .confirm-changes > * {
    width: 30px;
  }
  .frame-image-container .frame-image__inner .save-changes-controls .discard-changes > * {
    width: 25px;
  }
  .frame-image-container {
    min-height: unset;
    width: 100%;
    height: 100%;
  }
  .frame-image-container .frame-image__inner {
    position: initial;
  }
  .frame-image-container .frame-image__inner .social-media span.add-new-link,
  .frame-image-container .frame-image__inner .social-media a.add-new-link {
    right: 54px;
  }
  .frame-image-container .frame-image__bg-holder {
    padding: 0;
    background-size: auto max(100vh, 900px);
    margin-top: 0;
    background-attachment: local;
    background-position-y: top;
    min-height: 100dvh;
  }
  .frame-image-container .frame-image__bg-holder .frame-image__bg-holder__inner {
    min-height: calc(var(--vh, 1vh) * 100);
    position: relative;
    padding-bottom: 170px;
  }
  .frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__profile-image .change-photo {
    right: 32%;
    width: 35px;
    height: 35px;
    bottom: -10px;
  }
  .frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__profile-image .profile-image__inner {
    width: 120px;
    height: 120px;
  }
  .frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__profile-image .profile-image__inner img {
    min-height: 125px;
    max-width: 155px;
    min-width: 155px;
  }
  .frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__profile-image .profile-image__inner img.default-profile-image {
    min-width: unset;
    height: 145px;
  }
  .frame-image-container .frame-image__inner .profile-image-wrapper {
    margin-bottom: 15px;
  }
  .frame-image-container .frame-image__inner .profile-information .title {
    font-size: 3rem;
  }
  .frame-image-container .frame-image {
    padding: 0;
    border-radius: 0;
    width: 100%;
    height: auto;
    position: static;
    transform: none;
  }
  .frame-image-container .frame-image::after {
    content: none;
  }
  .frame-image-container .frame-image__inner a.add-new-link,
  .frame-image-container .frame-image__inner span.add-new-link {
    max-width: unset;
  }
  .frame-image-container .frame-image__inner .profile-links {
    max-height: 175px;
    margin-bottom: 0;
    margin-top: -10px;
  }
  .frame-image-container .frame-image__inner {
    height: 100%;
  }
  .frame-image-container .frame-image__inner span.add-new-link {
    margin-top: 35px;
  }
  .frame-image-container .social-media span.add-new-link {
    margin-top: 0;
  }
  .frame-image-container .frame-image__inner .profile-information .title {
    font-size: 2.7rem;
  }
  .frame-image-container .frame-image__inner .profile-information .subtitle {
    font-size: 2rem;
    height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .frame-image-container span.add-new-link .add-new-link__inner,
  .frame-image-container span.add-new-link .add-new-link__inner {
    font-size: 17px !important;
  }
  .frame-image-container .frame-image__inner .profile-logo {
    width: 45%;
  }
  .frame-image-container .frame-image__inner .profile-information .public-profile-url .public-profile-url__inner {
    padding: 15px 17px 30px 17px;
  }
  .frame-image-container .frame-image__inner .profile-information .public-profile-url a {
    font-size: 1.7rem;
    max-width: 93%;
    height: 19px;
  }
  .frame-image-container .frame-image__inner .profile-information .copy-link-wrapper .copy-link-wrapper__inner {
    top: 50%;
    transform: translateY(-50%);
    padding: 14px;
  }
  .frame-image-container .frame-image__inner .profile-information .copy-link-wrapper .copy-link-wrapper__inner svg {
    width: 15px;
  }
  .default-mobile-frame-wrapper__inner.public-profile .about-me {
    margin-top: 20px;
  }
  .default-mobile-frame-wrapper__inner.public-profile .about-me a {
    font-size: 21px;
  }
  .default-mobile-frame-wrapper__inner.public-profile .frame-image-container .frame-image__inner .profile-links {
    height: 40%;
    max-width: 100%;
  }
  .default-mobile-frame-wrapper__inner.public-profile .frame-image-container .frame-image__inner .profile-links .profile-link-bar {
    margin-right: 0;
    min-height: 55px;
  }
  .default-mobile-frame-wrapper__inner.public-profile .social-media {
    border-top: 1px solid #BBBDBF;
    padding-top: 20px;
    margin-top: 35px;
  }
  .default-mobile-frame-wrapper__inner.public-profile .frame-image-container .frame-image__inner .profile-links {
    border-bottom: none;
    padding-bottom: 0;
  }
  .default-mobile-frame-wrapper__inner.public-profile .profile-link-bar .link-name {
    width: 100%;
  }
  .frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__color .inner {
    width: 35px;
    height: 35px;
  }
  .frame-image-container .frame-image__inner .profile-information {
    margin-bottom: 25px;
  }
  .frame-image-container .frame-image__inner .social-media .icon {
    width: auto;
    height: 45px;
  }
  .frame-image-container .frame-image__inner .social-media .icon .social-icon {
    height: 100%;
  }
  .frame-image-container .frame-image__inner .social-media span.add-new-link .add-new-link__inner {
    width: 41px;
    height: 41px;
    margin-right: 0;
    margin-top: 2px;
  }
  .frame-image-container .frame-image__inner .save-changes-controls img {
    width: 27px;
  }
  .frame-image-container .frame-image__inner .save-changes-controls img.confirm {
    width: auto;
    height: 24px;
  }
  .frame-image-container .frame-image__inner .social-media .icon-gear--button .gear {
    height: 40px;
  }
  .frame-image-container .frame-image__inner .new-page {
    margin-top: 15px;
  }
  .frame-image-container .frame-image__inner .new-page a {
    font-size: 21px;
  }
  .dock-to-bottom-mobile {
    width: calc(100% - 40px);
    position: absolute;
    bottom: 0;
  }
  .dock-to-bottom-mobile .add-new-link {
    margin-top: 0 !important;
  }
  .frame-image-container .frame-image__inner .save-changes-controls {
    margin-top: 16px;
  }
  .try-it .frame-image-container .frame-image__inner .social-media span.add-new-link, .try-it .frame-image-container .frame-image__inner .social-media a.add-new-link {
    right: 41px;
  }
  .try-it .frame-image__inner a.add-new-link .add-new-link__inner,
  .try-it .frame-image__inner span.add-new-link .add-new-link__inner {
    margin-right: 0;
  }
  .try-it .frame-image-container .frame-image__bg-holder {
    margin-top: 10px;
  }
  .try-it .popup-container .popup {
    width: 100%;
  }
  .try-it .frame-image-container .frame-image__inner .social-media span.add-new-link .add-new-link__inner {
    width: 30px;
    height: 30px;
  }
  .try-it .frame-image-container span.add-new-link .add-new-link__inner {
    font-size: 17px !important;
  }
  .try-it .frame-image-container span.add-new-link .add-new-link__inner::before {
    width: 10px;
    height: 10px;
  }
  .try-it .frame-image-container span.add-new-link .add-new-link__inner .add-new-link-plus {
    margin-left: -30px;
  }
  .try-it .frame-image-container .frame-image__inner .social-media .icon {
    width: 30px;
    height: 30px;
  }
  .try-it .frame-image-container .frame-image__inner .social-media .icon .social-icon {
    height: 33px;
  }
  .try-it .frame-image-container .frame-image__inner .social-media .icon-gear--button .gear {
    height: 29px;
  }
  .try-it .frame-image-container .frame-image__inner .social-media {
    position: static;
    left: initial;
    right: initial;
    bottom: initial;
  }
  .try-it .frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__color .inner {
    width: 35px;
    height: 35px;
  }
  .try-it .frame-image-container .frame-image__inner .add-new-link {
    margin-top: -15px;
  }
  .try-it .frame-image-container {
    min-height: unset;
    width: auto;
    height: 602px;
  }
  .try-it .frame-image-container.shadow-image::after {
    content: "";
  }
  .try-it .frame-image-container .frame-image {
    background-image: none;
    width: 300px;
    min-height: unset;
    border-radius: 43px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    height: 99.7%;
    transform: translateX(-50%);
  }
  .try-it .frame-image-container .frame-image::after {
    content: "";
  }
  .try-it .frame-image-container .frame-image__inner {
    height: auto;
  }
  .try-it .frame-image-container .frame-image__inner .profile-links {
    height: 190px;
  }
  .try-it .profile-information {
    margin-top: 15px;
  }
  .try-it .profile-information input.enter-name {
    font-size: 2rem;
  }
  .try-it .profile-information input.enter-job-title {
    font-size: 1.8rem;
  }
  .try-it .frame-image-container .frame-image__bg-holder {
    min-height: unset;
  }
  .try-it .frame-image-container {
    width: calc(100vw - 20px);
  }
  .try-it .frame-image-container .frame-image {
    left: 50%;
  }
  a.add-new-link .add-new-link__inner::before,
  span.add-new-link .add-new-link__inner::before {
    width: 15px;
    height: 15px;
  }
  .public-profile .dock-to-bottom-mobile {
    bottom: 50px;
  }
  .default-mobile-frame-wrapper__inner.public-profile .frame-image-container .frame-image__inner .profile-logo {
    margin-top: 15px;
  }
  .frame-image-container .frame-image__inner .social-media {
    margin-top: 5px;
  }
}
@media (max-width: 450px) {
  .frame-image-container .frame-image__inner .profile-information .public-profile-url a {
    max-width: 90%;
  }
}
@media (max-width: 400px) {
  .profile-for-edit .frame-image-container .frame-image__inner .new-page a {
    font-size: 17px;
  }
}
@media (max-width: 370px) {
  .try-it .frame-image-container .frame-image__inner .profile-links .profile-link-bar {
    margin-right: 0 !important;
  }
  .public-profile .frame-image-container .frame-image__inner .profile-links .profile-link-bar {
    margin-right: 0 !important;
  }
  .profile-link-bar .star-wrapper svg {
    width: 25px !important;
    height: 25px !important;
  }
}
@media (min-height: 780px) and (max-width: 500px) {
  .public-profile .dock-to-bottom-mobile,
  .profile-for-edit .dock-to-bottom-mobile {
    position: fixed !important;
  }
}
@media (max-width: 500px) {
  .profile-for-edit .dock-to-bottom-mobile {
    bottom: 0 !important;
    padding: 20px 0;
  }
  .public-profile .dock-to-bottom-mobile {
    padding-bottom: 30px;
    bottom: 0 !important;
  }
}
@media (max-width: 325px) {
  .profile-for-edit .frame-image-container .frame-image__inner .new-page a {
    font-size: 16px;
  }
}
.frame-image .loader {
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.frame-image .loader .load {
  display: flex;
  align-items: center;
  justify-content: center;
}
.frame-image .loader .load__spinner {
  border: 5px solid black;
  border-top: 5px solid #f2f2f2;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  animation: loading 2s ease-in-out infinite;
}

.profile-for-edit .frame-image .loader {
  top: 270px;
}

@media (max-width: 500px) {
  .frame-image .loader {
    top: 300px;
  }
  .profile-for-edit .frame-image .loader {
    top: 390px;
  }
}
@media (max-width: 500px) and (min-height: 725px) {
  .profile-for-edit .frame-image-container .frame-image__inner .profile-links {
    display: block;
    position: absolute;
    top: 390px;
    right: 20px;
    left: 20px;
    bottom: 175px;
    max-height: unset;
    height: auto;
  }
  .public-profile .frame-image-container .frame-image__inner .profile-links {
    display: block;
    position: absolute;
    top: 305px;
    right: 20px;
    left: 20px;
    bottom: 160px;
    max-height: unset !important;
    height: auto !important;
  }
}
@media (max-width: 500px) {
  .default-mobile-frame-wrapper__inner.public-profile .frame-image-container .frame-image__inner .profile-links {
    max-height: 235px;
    height: auto !important;
    padding-top: 0 !important;
  }
  .try-it .frame-image-container .frame-image__bg-holder {
    height: 100%;
  }
  .try-it .frame-image-container .frame-image__inner .profile-links {
    height: 200px;
    max-height: unset;
  }
  .default-mobile-frame-wrapper__inner.public-profile .frame-image-container .frame-image__inner .profile-information {
    border-bottom: 1px solid #BBBDBF;
  }
}
@media (min-width: 501px) {
  .public-profile .dock-to-bottom-mobile {
    border-top: 1px solid #BBBDBF;
  }
  .default-mobile-frame-wrapper__inner.public-profile .frame-image-container .frame-image__inner .profile-information {
    border-bottom: 1px solid #BBBDBF;
  }
}
.label {
  border-radius: 15px;
  padding: 16px 24px;
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 20px;
}
.label:last-child {
  margin-bottom: 0;
}
.label.bg-black, .label.bg-pure-black {
  color: #a37c51;
}
.label.bg-black a, .label.bg-pure-black a {
  color: #a37c51;
  font-size: 1.8rem;
  text-decoration: none;
}

.accordion-item {
  border-bottom: 1px solid #BBBDBF;
}
.accordion-item .accordion-item__header {
  position: relative;
  padding: 30px 0 18px 0;
  cursor: pointer;
}
.accordion-item .accordion-item__header::after {
  content: "";
  display: block;
  width: 15px;
  height: 19px;
  position: absolute;
  bottom: 14px;
  right: 0;
  background: url("../img/icons/icon--arrow-hook-gray.svg") no-repeat;
  transition: 0.2s ease;
  background-size: contain;
}
.accordion-item .accordion-item__header h1,
.accordion-item .accordion-item__header h2,
.accordion-item .accordion-item__header h3,
.accordion-item .accordion-item__header h4,
.accordion-item .accordion-item__header h5,
.accordion-item .accordion-item__header h6 {
  font-size: 2rem;
  margin-bottom: 0;
  font-family: "Arimo-Regular", Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.accordion-item .accordion-item__main-content {
  display: none;
  padding-bottom: 40px;
  padding-top: 20px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.accordion-item .accordion-item__main-content .accordion-item__body p {
  font-size: 1.7rem;
  line-height: 2rem;
}
.accordion-item .accordion-item__main-content *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.accordion-item .accordion-item__main-content p + ol,
.accordion-item .accordion-item__main-content p + ul {
  margin-top: 30px;
}
.accordion-item .accordion-item__main-content ol {
  padding-left: 24px;
}
.accordion-item .accordion-item__main-content ul {
  padding-left: 10px;
}
.accordion-item .accordion-item__main-content ol:last-child,
.accordion-item .accordion-item__main-content ul:last-child {
  margin-bottom: 0;
}
.accordion-item .accordion-item__main-content ol li,
.accordion-item .accordion-item__main-content ul li {
  font-size: 1.7rem;
  line-height: 2rem;
  margin-bottom: 9px;
}
.accordion-item.active .accordion-item__header {
  border-bottom: 2px solid #9c9c9c;
}
.accordion-item.active .accordion-item__header::after {
  transform: rotate(180deg);
}
.accordion-item.active .accordion-item__main-content {
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.accordion-item.active:not(:last-child) .accordion-item__main-content {
  padding-bottom: 10px;
}
.accordion-item.active h1,
.accordion-item.active h2,
.accordion-item.active h3,
.accordion-item.active h4,
.accordion-item.active h5,
.accordion-item.active h6 {
  font-weight: 600;
}
.accordion-item.active:not(:last-child) {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .accordion-item {
    padding-right: 50;
  }
  .accordion-item .accordion-item__header h1,
  .accordion-item .accordion-item__header h2,
  .accordion-item .accordion-item__header h3,
  .accordion-item .accordion-item__header h4,
  .accordion-item .accordion-item__header h5,
  .accordion-item .accordion-item__header h6 {
    font-size: 2.4rem;
  }
  .accordion-item .accordion-item__header::after {
    right: 50;
  }
}
@media (max-width: 550px) {
  .accordion-item {
    padding-right: 0;
  }
  .accordion-item .accordion-item__header {
    padding-right: 70px;
  }
  .accordion-item .accordion-item__header h1,
  .accordion-item .accordion-item__header h2,
  .accordion-item .accordion-item__header h3,
  .accordion-item .accordion-item__header h4,
  .accordion-item .accordion-item__header h5,
  .accordion-item .accordion-item__header h6 {
    font-size: 2.4rem;
  }
  .accordion-item .accordion-item__header::after {
    right: 0;
  }
}
.profile-link-bar {
  display: block;
  position: relative;
  padding: 8px 5px 7px 12px;
  background-color: #0a0909;
  border-radius: 15px;
  font-size: 16px;
  margin-bottom: 10px;
  border: 2px solid transparent;
}
.profile-link-bar .link-name {
  color: #DFC475;
  display: inline-block;
  width: 62%;
  vertical-align: middle;
}
.profile-link-bar .controls {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}
.profile-link-bar .chart-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #0a0909;
  width: 21px;
  height: 21px;
  cursor: pointer;
  border-radius: 50%;
  background-position: center;
  border: 1px solid #0a0909;
  margin-right: 9px;
}
.profile-link-bar .chart-img-wrapper .chart {
  width: 9px;
}
.profile-link-bar a.chart-img-wrapper {
  font-size: 16px;
}
.profile-link-bar .star-wrapper > * {
  cursor: pointer;
}
.profile-link-bar.favourite {
  border: 2px solid #E0C374;
}
.profile-link-bar.favourite .star-wrapper .icon--star {
  fill: #D4CA1F;
}

.profile-for-edit .profile-link-bar .link-name {
  cursor: pointer;
}

@media (max-width: 500px) {
  .profile-for-edit .frame-image-container.shadow-image::after,
  .public-profile .frame-image-container.shadow-image::after {
    content: none;
  }
  .try-it .frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__edit .icon-circle-wrapper {
    margin-left: -4px;
    width: 32px;
    height: 32px;
  }
  .try-it .frame-image-container .frame-image__inner .profile-image-wrapper .profile-image-wrapper__color .icon-circle-wrapper {
    margin-left: 2px;
    width: 32px;
    height: 32px;
  }
  .profile-for-edit.try-it .frame-image-container .frame-image__inner {
    margin-top: 10px;
  }
  .profile-link-bar {
    font-size: 2rem;
  }
  .profile-link-bar .chart-img-wrapper {
    width: 29px;
    height: 29px;
    background-size: 15px;
  }
  .profile-link-bar .chart-img-wrapper .chart {
    width: 14px !important;
  }
  .profile-link-bar .star-wrapper svg {
    width: 25px;
    height: 25px;
  }
  .profile-link-bar .chart-img-wrapper .chart {
    width: 16px;
    height: auto;
    margin-top: 1px;
  }
  .profile-link-bar .switch {
    width: 40px;
    height: 22px;
  }
  .profile-link-bar .switch .slider::before {
    height: 20px;
    width: 20px;
  }
  .profile-link-bar .switch input:checked + .slider::before {
    transform: translate(18px, -50%);
  }
  .profile-link-bar .controls {
    width: 30%;
    min-width: 80px;
  }
}
.popup-page-cover {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: 101;
  background: #ffffff;
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 274px;
  transform: translate(-50%, -50%);
  z-index: 102;
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.popup .popup-close-holder {
  width: 100%;
  height: 45px;
}
.popup .popup__inner {
  padding: 15px 25px;
  overflow: scroll;
  max-height: 500px;
  -ms-overflow-style: none; /* Internet Explorer 10+ - hide scrollbar */
  scrollbar-width: none; /* Firefox - hide scrollbar */
}
.popup .popup__inner::-webkit-scrollbar {
  display: none; /* Safari and Chrome - hide scrollbar */
}
.popup .popup__title {
  font-size: 11px;
  color: #807e7f;
  margin-bottom: 15px;
}
.popup .popup-close-wrapper {
  position: absolute;
  right: 18px;
  top: 12px;
  cursor: pointer;
}
.popup .popup-close-wrapper .close-popup {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
.popup .popup-close-wrapper .close-popup img {
  width: 15px;
}
.popup .color-picker {
  margin-bottom: 14px;
}
.popup .add-new-link {
  margin-bottom: 15px;
}
.popup .chart__inner {
  height: 300px;
}
.popup .chart__inner .overflowed {
  display: inline-flex;
  padding: 4px;
}
.popup .chart-wrapper {
  width: 220px;
  max-width: 220px;
  overflow-x: scroll;
}
.popup .button--primary,
.popup .button--secondary,
.popup .button--tertiary {
  font-size: 14px;
  min-width: unset !important;
  margin: 0 auto;
  margin-top: 0px;
  padding: 10px 30px;
  font-family: "Arimo-Regular", Arial, Helvetica, sans-serif;
}
.popup input[type=text]:not(#clr-color-value) {
  max-width: 100%;
  width: 100%;
  min-width: unset;
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  margin-bottom: 15px;
}
.popup .social-media {
  margin-bottom: 15px;
}
.popup .socal-media__inner {
  display: flex;
  justify-content: space-between;
}
.popup .socal-media__inner .icon {
  cursor: pointer;
}
.popup .socal-media__inner .icon .social-icon {
  height: 33px;
}
.popup .socal-media__inner .icon:hover .social-icon,
.popup .socal-media__inner .icon.current-active .social-icon,
.popup .socal-media__inner .icon.permanently-active .social-icon {
  filter: grayscale(0) !important;
  transition: 0.2s ease;
}
.popup .socal-media__inner .icon:not(.active) .social-icon {
  filter: grayscale(1);
  transition: 0.2s ease;
}
.popup .general-cta-wrapper {
  margin: 0;
  margin-top: 25px;
  position: relative;
  text-align: center;
}
.popup .general-cta-wrapper .button--delete {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.popup .general-cta-wrapper button a {
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
}
.popup .edit-link-name {
  margin-bottom: 15px;
  line-height: 1;
}
.popup .choose-background-option {
  margin-top: 0;
  margin-bottom: 15px;
}
.popup .choose-background-option .popup__title {
  vertical-align: middle;
  margin-bottom: 0;
}
.popup .choose-background-option .switch {
  margin-bottom: -4px;
  width: 29px;
  height: 19px;
}
.popup .preview-uploaded-image {
  max-height: 100%;
  width: auto;
  height: auto;
}
.popup .preview-uploaded-image:hover {
  content: "";
}
.popup .input-wrapper:not(:last-child) {
  margin-bottom: 10px;
}
.popup .just-validate-error-label {
  margin-top: -12px;
}

.open-popup {
  cursor: pointer;
}

.popup-container[data-popupId=saveChangesPopup] .button--primary,
.popup-container[data-popupId=confirmChanges] .button--primary {
  max-width: unset;
  text-align: center;
  padding-left: 14px;
  padding-right: 14px;
}
.popup-container[data-popupId=saveChangesPopup] .button--primary:hover,
.popup-container[data-popupId=confirmChanges] .button--primary:hover {
  background-color: #00B574;
  color: #ffffff;
  border: 1px solid transparent;
}
.popup-container[data-popupId=saveChangesPopup] .popup__title,
.popup-container[data-popupId=confirmChanges] .popup__title {
  text-align: center;
  font-size: 14px;
  text-align: center;
  margin: 40px 0 50px 0;
}
.popup-container[data-popupId=saveChangesPopup] .general-cta-wrapper,
.popup-container[data-popupId=confirmChanges] .general-cta-wrapper {
  display: flex;
}
.popup-container[data-popupId=saveChangesPopup] .controls,
.popup-container[data-popupId=confirmChanges] .controls {
  margin-bottom: 20px;
}

.popup-container[data-popupid=updateNewSocialMediaPopup] .socal-media__inner .icon .social-icon {
  filter: none !important;
}

.chart-data-tabs-wrapper {
  margin-bottom: 20px;
}

.chart-data-tabs {
  display: flex;
  width: 100%;
  border: 1px solid #0a0909;
  border-radius: 10px;
}
.chart-data-tabs .tab {
  background-color: #ffffff;
  color: #0a0909;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 4px 0;
  border-right: 1px solid #0a0909;
  cursor: pointer;
}
.chart-data-tabs .tab.active {
  background-color: #00B574;
  color: #ffffff;
}
.chart-data-tabs .tab:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.chart-data-tabs .tab:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: 0;
}
.chart-data-tabs .tab span {
  font-size: 13px;
}

.popup-container[data-popupid=popupChart] .popup .popup__title {
  position: relative;
  margin-bottom: 30px;
  margin-top: 15px;
  text-align: center;
  color: #0a0909;
  font-size: 17px;
  font-weight: 600;
}
.popup-container[data-popupid=popupChart] .popup .popup-close-wrapper {
  top: 0;
}
.popup-container[data-popupid=popupChart] .popup .popup__inner {
  padding-top: 0;
}

.statistics-container {
  display: flex;
  margin-top: 10px;
  margin-right: -15px;
  margin-left: -15px;
}
.statistics-container .statistics {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 33%;
  border-right: 1px solid #BBBDBF;
  padding: 0 7px;
}
.statistics-container .statistics:last-child {
  border-right: none;
}
.statistics-container .value {
  font-size: 22px;
}
.statistics-container .label {
  text-align: center;
  font-size: 10px;
  padding: 0;
}

.backgorund-image-controls {
  display: none;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 15px;
}

.popup-container.profile-image-uploaded .add-new-link__inner {
  padding: 0;
  border: 0;
  border-radius: 0;
  height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.popup-container.profile-image-uploaded .add-new-link__inner .text {
  display: none;
}
.popup-container.profile-image-uploaded .add-new-link__inner::before {
  content: none;
}
.popup-container.profile-image-uploaded .add-new-link__inner .input-wrapper {
  position: relative;
  width: 29px;
  background-image: url("../img/icons/icon--pen-no-border.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  height: 29px;
  opacity: 1;
  transition: 0.3s ease;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #0a0909;
  background-position: center;
  overflow: hidden;
  top: 4px;
  left: 4px;
  display: inline-block;
}
.popup-container.profile-image-uploaded .add-new-link__inner .input-wrapper:hover {
  opacity: 0.8;
  transition: 0.3s ease;
}
.popup-container.profile-image-uploaded .add-new-link__inner .input-wrapper.crop-trigger {
  background-image: url("../img/icons/icon--crop.svg");
}
.popup-container.profile-image-uploaded .add-new-link__inner .button--delete {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 0;
  width: 29px;
  height: 29px;
  background-size: 13px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #0a0909;
  background-position: center;
}

.popup-container.bg-image-uploaded .backgorund-image-controls {
  display: flex;
}
.popup-container.bg-image-uploaded .add-new-link__inner {
  padding: 0;
  border: 0;
  border-radius: 0;
  height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.popup-container.bg-image-uploaded .add-new-link__inner .text {
  display: none;
}
.popup-container.bg-image-uploaded .add-new-link__inner::before {
  content: none;
}
.popup-container.bg-image-uploaded .add-new-link__inner .input-wrapper {
  position: relative;
  width: 29px;
  background-image: url("../img/icons/icon--pen-no-border.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  height: 29px;
  opacity: 1;
  transition: 0.3s ease;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #0a0909;
  background-position: center;
  overflow: hidden;
  top: 4px;
  left: 4px;
  display: inline-block;
}
.popup-container.bg-image-uploaded .add-new-link__inner .input-wrapper:hover {
  opacity: 0.8;
  transition: 0.3s ease;
}
.popup-container.bg-image-uploaded .add-new-link__inner .input-wrapper.crop-trigger {
  background-image: url("../img/icons/icon--crop.svg");
}
.popup-container.bg-image-uploaded .add-new-link__inner .button--delete {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 0;
  width: 29px;
  height: 29px;
  background-size: 13px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #0a0909;
  background-position: center;
}

.popup form.crop-image-form {
  display: none;
}
.popup form.crop-image-form .add-new-link__inner {
  padding-left: 0;
}
.popup form.crop-image-form .add-new-link__inner .input-wrapper {
  left: 0 !important;
}
.popup form.crop-image-form .add-new-link__inner {
  height: auto !important;
}
.popup form.crop-image-form .add-new-link {
  position: relative !important;
}

.popup-close-wrapper {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 40px);
}
.popup-close-wrapper .save-coordinates {
  margin: 0;
  padding: 4px 14px;
  display: none;
  font-size: 14px;
}
.popup-close-wrapper .close-popup {
  margin-left: auto;
}

@media (max-width: 500px) {
  .popup-container {
    height: 100%;
    position: relative;
  }
  .popup-container .popup .popup-close-wrapper .close-popup img {
    width: 20px;
  }
  .statistics-container .label {
    font-size: 17px;
  }
  .popup {
    width: 90%;
  }
  .popup .popup__title {
    font-size: 17px !important;
  }
  .popup .popup__inner {
    max-height: 80vh;
  }
  .popup .socal-media__inner .icon {
    height: 45px;
  }
  .popup .socal-media__inner .icon .social-icon {
    height: 100%;
  }
  .popup .add-new-link {
    max-width: unset;
  }
  .popup .choose-background-option .switch {
    width: 39px;
    height: 25px;
    margin-bottom: -7px;
  }
  .popup .choose-background-option .switch .slider::before {
    width: 23px;
    height: 23px;
  }
  .popup .choose-background-option .switch input:checked + .slider::before {
    transform: translate(14px, -50%);
  }
  .popup-container.bg-image-uploaded .add-new-link__inner {
    height: 220px;
  }
  .popup-container .popup {
    position: fixed;
    top: 50%;
    bottom: unset;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
  }
  .popup input[type=text] {
    font-size: 17px;
  }
  .popup-container[data-popupid=popupChart] .popup {
    width: 100%;
    height: 100%;
    transform: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
  }
  .popup-container[data-popupid=popupChart] .popup .popup__inner {
    padding: 15px 18px;
    max-height: unset;
    height: 100%;
  }
  .popup-container[data-popupid=popupChart] .popup .popup-close-wrapper {
    top: -1px;
  }
  .popup-container[data-popupid=popupChart] .popup .chart-container {
    height: 75%;
  }
  .popup-container[data-popupid=popupChart] .popup .chart-wrapper {
    height: 100%;
  }
  .popup-container[data-popupid=popupChart] .popup #chart-canvas {
    height: 100% !important;
  }
  .popup .button--primary,
  .popup .button--secondary,
  .popup .button--tertiary {
    font-size: 17px;
  }
  .chart-data-tabs .tab span {
    font-size: 17px;
  }
  .chart__inner {
    height: 100% !important;
  }
  .popup .chart-wrapper {
    width: 100%;
    max-width: 464px;
    overflow-x: scroll;
  }
  #chart-canvas {
    height: 100% !important;
  }
  .popup-container.bg-image-uploaded .add-new-link__inner .button--delete {
    width: 29px;
    height: 29px;
    background-size: 13px;
  }
  .popup-container.bg-image-uploaded .add-new-link__inner .input-wrapper {
    width: 29px;
    height: 29px;
    background-size: 14px;
  }
  .popup-container[data-popupid=profile-image-popup].profile-image-uploaded .add-new-link__inner {
    height: 250px;
  }
}
@media (min-width: 501px) {
  .popup-container[data-popupid=popupChart] .popup {
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    width: 318px;
    border-radius: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
  }
  .popup-container[data-popupid=popupChart] .popup::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: transparent;
    background-image: url("../img/mobile-frame.png");
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
}
.cropper-face {
  border-radius: 50% !important;
}

.cropper-view-box,
.cropper-face {
  border-radius: 50%;
}

.cropper-view-box {
  outline: 0;
  box-shadow: 0 0 0 1px #39f;
}

.add-new-link__inner.has-cropped-img {
  background-color: #e9e7e8;
  height: auto !important;
  padding-bottom: 30px !important;
}
.add-new-link__inner.has-cropped-img canvas {
  display: block;
  margin: 0 auto;
}

.profile-image__inner canvas {
  max-width: calc(100% + 10px);
}

.add-new-link canvas {
  max-width: 100%;
}

.popup-container[data-popupid=leavePage] .general-cta-wrapper {
  display: flex;
}

.color-picker {
  font-size: 0;
}
.color-picker .color {
  width: 28px;
  height: 28px;
  background-color: #0a0909;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  margin-right: 13px;
  position: relative;
}
.color-picker .custom-color {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.color-picker .custom-color input[type=color] {
  position: relative;
  min-width: unset;
  min-height: unset;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.color-picker .predetermined-colors {
  display: inline-block;
  font-size: 0;
  overflow-x: scroll;
  max-height: 37px;
  max-width: calc(100% - 40px);
  overflow-y: hidden;
  vertical-align: middle;
  -ms-overflow-style: none; /* Internet Explorer 10+ - hide scrollbar */
  scrollbar-width: none; /* Firefox - hide scrollbar */
}
.color-picker .predetermined-colors::-webkit-scrollbar {
  display: none; /* Safari and Chrome - hide scrollbar */
}
.color-picker .predetermined-colors .overflowed {
  display: inline-flex;
  padding: 4px;
}
.color-picker .custom-color .color {
  margin-right: 0;
  background-size: cover;
  border: 0;
  outline: none;
  padding: 2px;
  background: rgb(63, 94, 251);
  background: linear-gradient(90deg, rgb(63, 94, 251) 0%, rgb(252, 70, 107) 100%);
}
.color-picker .custom-color .color .bootstrap-colorpicker-container {
  opacity: 0;
}
.color-picker .custom-color .color .bootstrap-colorpicker-container input {
  cursor: pointer;
}

.highlighted-color::after {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
  background-color: transparent;
  border: 2px solid #0a0909;
  border-radius: 50%;
  z-index: -5;
}

.popover {
  z-index: 102;
}

.clr-picker input {
  min-width: unset !important;
}
.clr-picker .clr-hue input {
  padding: 0 !important;
  max-width: unset !important;
}

@media (max-width: 500px) {
  .color-picker .color {
    width: 40px;
    height: 40px;
  }
  .color-picker .predetermined-colors {
    max-height: 42px;
  }
  .color-picker .predetermined-colors .overflowed {
    padding: 10px;
    padding-left: 5px;
  }
  .color-picker .predetermined-colors {
    max-height: 60px;
  }
  .clr-picker {
    width: 270px !important;
  }
  input.clr-color {
    font-size: 20px !important;
    height: 36px !important;
  }
}
@media (max-width: 370px) {
  .clr-picker {
    width: 250px !important;
  }
  .color-picker .color {
    width: 36px;
    height: 36px;
  }
}
.pagination {
  margin: 50px 0;
}
.pagination ul {
  padding-left: 0;
  display: flex;
  justify-content: center;
}
.pagination ul li {
  padding: 10px 0;
  background-color: #a37c51;
  transition: 0.3s ease;
}
.pagination ul li:hover {
  opacity: 0.8;
  transition: 0.3s ease;
}
.pagination ul li::marker {
  content: none;
}
.pagination ul li:first-child {
  width: auto;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.pagination ul li:first-child a {
  background-image: url("../img/icons/icon--arrow-left.svg");
  background-repeat: no-repeat;
  background-position: 72% center;
}
.pagination ul li:last-child {
  width: auto;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.pagination ul li:last-child a {
  background-image: url("../img/icons/icon--arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 31% center;
}
.pagination ul li a {
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
}
.pagination ul li a.active {
  background: #807e7f;
}

.default-mobile-frame-wrapper.content-editor h1,
.default-mobile-frame-wrapper.content-editor h2,
.default-mobile-frame-wrapper.content-editor h3,
.default-mobile-frame-wrapper.content-editor h4,
.default-mobile-frame-wrapper.content-editor h5,
.default-mobile-frame-wrapper.content-editor h6 {
  font-size: 17px;
  color: #0a0909;
  font-weight: 500;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 18px;
  font-family: "Arimo-Regular", Arial, Helvetica, sans-serif;
}
.default-mobile-frame-wrapper.content-editor .frame-image__inner {
  padding-left: 10px;
  padding-right: 10px;
}
.default-mobile-frame-wrapper.content-editor .frame-image__inner p {
  font-size: 1.7rem;
}
.default-mobile-frame-wrapper.content-editor .save-changes-controls {
  padding-left: 10px;
  padding-right: 10px;
}
.default-mobile-frame-wrapper.content-editor .alert + .content-editor-wrapper .tox.tox-tinymce {
  height: 285px !important;
}
.default-mobile-frame-wrapper.content-editor.public h1,
.default-mobile-frame-wrapper.content-editor.public h2,
.default-mobile-frame-wrapper.content-editor.public h3,
.default-mobile-frame-wrapper.content-editor.public h4,
.default-mobile-frame-wrapper.content-editor.public h5,
.default-mobile-frame-wrapper.content-editor.public h6 {
  font-size: 2rem;
  color: #0a0909;
  text-align: left;
}
.default-mobile-frame-wrapper.content-editor.public .editor-public-content {
  max-height: 480px;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.default-mobile-frame-wrapper.content-editor.public .editor-public-content::-webkit-scrollbar {
  display: none;
}
.default-mobile-frame-wrapper.content-editor.public .editor-public-content p {
  font-size: 1.7rem;
}

.default-mobile-frame-wrapper.content-editor.edit-gallery .gallery-holder {
  height: 425px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.default-mobile-frame-wrapper.content-editor.edit-gallery .gallery-holder::-webkit-scrollbar {
  display: none;
}
.default-mobile-frame-wrapper.content-editor.edit-gallery .alert + .content-editor-wrapper .gallery-holder {
  height: 315px;
}
.default-mobile-frame-wrapper.content-editor.edit-gallery .content-editor-wrapper label.input-holder {
  cursor: pointer;
}
.default-mobile-frame-wrapper.content-editor.edit-gallery .content-editor-wrapper #gallery-images {
  min-width: unset;
  display: none;
}
.default-mobile-frame-wrapper.content-editor.edit-gallery .content-editor-wrapper #image-name {
  width: 100%;
  color: #807e7f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  font-size: 16px;
  display: none;
}
.default-mobile-frame-wrapper.content-editor.edit-gallery .content-editor-wrapper #image-name ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.default-mobile-frame-wrapper.content-editor.edit-gallery .image-wrapper {
  position: relative;
  font-size: 0;
  margin-bottom: 10px;
  height: 127px;
}
.default-mobile-frame-wrapper.content-editor.edit-gallery .image-wrapper > img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.default-mobile-frame-wrapper.content-editor.edit-gallery .image-wrapper:last-child {
  margin-bottom: 0;
}
.default-mobile-frame-wrapper.content-editor.edit-gallery .image-wrapper .delete-image {
  width: 29px;
  height: 29px;
  position: absolute;
  right: 7px;
  bottom: 7px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #0a0909;
  transition: 0.2s ease;
}
.default-mobile-frame-wrapper.content-editor.edit-gallery .image-wrapper .delete-image:hover {
  opacity: 0.8;
  transition: 0.2s ease;
}
.default-mobile-frame-wrapper.content-editor.edit-gallery .image-wrapper .delete-image .delete-image__inner {
  display: inline-block;
  background-image: url("../img/icons/icon--trash-bin-black.svg");
  background-position: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 13px;
}
.default-mobile-frame-wrapper.content-editor.edit-gallery .sort-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #ffffff;
  border: 1px solid #0a0909;
  border-radius: 50%;
  cursor: grab;
}
.default-mobile-frame-wrapper.content-editor.edit-gallery .sort-icon > * {
  width: 20px;
  height: 20px;
}
.default-mobile-frame-wrapper.content-editor.edit-gallery .icon-pen {
  width: 21px;
  height: 21px;
  background-image: url("../img/icons/icon--pen-no-border.svg");
  background-repeat: no-repeat;
  background-size: 17px;
  display: inline-block;
  background-position: center;
  vertical-align: middle;
}

@media (max-width: 500px) {
  .default-mobile-frame-wrapper.content-editor .frame-image-container {
    height: calc(var(--vh, 1vh) * 100);
  }
  .default-mobile-frame-wrapper.content-editor .frame-image-container.shadow-image::after {
    content: none !important;
  }
  .default-mobile-frame-wrapper.content-editor .alert {
    margin-top: 36px;
  }
  .default-mobile-frame-wrapper.content-editor .alert + .content-editor-wrapper .tox.tox-tinymce {
    height: calc(100vh - 280px) !important;
  }
  .default-mobile-frame-wrapper.content-editor .editor-public-content {
    max-height: calc(100vh - 120px) !important;
  }
  .default-mobile-frame-wrapper.content-editor h1,
  .default-mobile-frame-wrapper.content-editor h2,
  .default-mobile-frame-wrapper.content-editor h3,
  .default-mobile-frame-wrapper.content-editor h4,
  .default-mobile-frame-wrapper.content-editor h5,
  .default-mobile-frame-wrapper.content-editor h6 {
    font-size: 18px;
  }
  .default-mobile-frame-wrapper.content-editor .save-changes-controls {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .default-mobile-frame-wrapper.content-editor .tox.tox-tinymce {
    height: calc(100vh - 120px) !important;
  }
  .default-mobile-frame-wrapper.content-editor.edit-gallery .gallery-holder {
    height: calc(100vh - 185px);
  }
  .default-mobile-frame-wrapper.content-editor.edit-gallery .alert + .content-editor-wrapper .gallery-holder {
    height: calc(100vh - 290px);
  }
  .default-mobile-frame-wrapper.content-editor.edit-gallery .frame-image-container.shadow-image::after {
    content: none;
  }
  .default-mobile-frame-wrapper.content-editor.edit-gallery .icon-pen {
    width: 30px;
    height: 30px;
    background-size: 20px;
  }
  .default-mobile-frame-wrapper.content-editor.edit-gallery .content-editor-wrapper label {
    font-size: 24px;
  }
}
.tooltip {
  position: absolute;
  top: -55px;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
  left: -100%;
}
.tooltip .tooltip__inner {
  text-align: center;
  padding: 10px 15px;
  background-color: #ffffff;
  position: relative;
  border-radius: 15px;
  border: 1px solid black;
}
.tooltip .tooltip__inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("../img/icons/tooltip-arrow.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 10px;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip .tooltip__inner .tooltip__inner__text {
  font-size: 14px;
  text-align: center;
  color: #0a0909;
  vertical-align: middle;
}
.tooltip.active {
  opacity: 1;
  transition: 0.3s ease;
  left: 50%;
  transform: translateX(-50%);
}

.slider-control {
  z-index: 2;
}
.slider-control .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.5s ease;
}
.slider-control .inner:hover {
  opacity: 1;
  transition: 0.5s ease;
}
.slider-control .inner > * {
  font-size: 10rem;
  color: #ffffff;
}

.swiper-pagination {
  bottom: -4px !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  padding: 15px;
  background: url("../img/icons/icon--circle-icon.svg");
  background-size: 15px 15px;
  background-position: center;
  background-repeat: no-repeat;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
.chart-wrapper {
  padding-bottom: 15px;
  -ms-overflow-style: none; /* Internet Explorer 10+ - hide scrollbar */
  scrollbar-width: none; /* Firefox - hide scrollbar */
}
.chart-wrapper::-webkit-scrollbar {
  display: none; /* Safari and Chrome - hide scrollbar */
}

#CybotCookiebotDialog {
  max-width: 996px !important;
  width: 100% !important;
  margin: 0 !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  background: #000;
  color: #fff;
  border: none !important;
  border-radius: 10px;
  background-color: #000000 !important;
  overflow: scroll !important;
  max-height: 100% !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#CybotCookiebotDialog::-webkit-scrollbar {
  display: none;
}

#CybotCookiebotDialog #CybotCookiebotDialogDetailBody {
  max-width: 100% !important;
  padding: 26px 32px !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBody {
  padding: 26px 32px !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContentTitle {
  font-family: "SaolDisplay-Regular";
  font-weight: 300;
  font-size: 24px;
  line-height: 27px;
}

#CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContentText {
  font-family: "Arimo-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContent {
  padding: 0;
}

.CybotCookiebotDialogBodyLevelButtonNecessary {
  font-family: "Arimo-Regular";
}

.CybotCookiebotDialogBodyLevelButtonWrapper label,
.CybotCookiebotDialogBodyLevelButtonWrapper input {
  font-family: "Arimo-Regular";
}

.CybotCookiebotDialogBodyLevelButtonWrapper input {
  min-width: unset !important;
  width: auto;
}

#CybotCookiebotDialogBodyLevelDetailsButton {
  font-family: "Arimo-Medium" !important;
  padding: 10px 34px 10px 16px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

@media (max-width: 991px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper {
    flex-direction: column-reverse !important;
    align-items: flex-start !important;
  }
  #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtons #CybotCookiebotDialogBodyLevelButtonsRow {
    justify-content: flex-start !important;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  #CybotCookiebotDialog {
    background: #000;
  }
}
#CybotCookiebotDialog a, #CybotCookiebotDialog a:hover {
  text-decoration: underline;
  color: #fff;
}

#CybotCookiebotDialog #CybotCookiebotDialogPoweredbyLink {
  display: block !important;
  position: static;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  margin: 0 auto 20px !important;
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='155' height='109' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.774 85.096c-1.035 0-2.3.114-3.105.114-.575 0-1.955-.114-3.104-.114-.345 0-.46 0-.46.228 0 .115.115.229.345.229.345 0 .69 0 .804.114.69.115.92.458.92 1.144v8.006c0 1.945 0 3.546-.115 4.347-.115.572-.23 1.029-.575 1.143-.23 0-.46.115-.804.115-.23 0-.345.114-.345.114 0 .115.115.229.46.229.92 0 2.3-.114 2.76-.114.574 0 1.954.114 3.334.114.23 0 .46-.114.46-.229 0-.114-.115-.114-.345-.114-.345 0-.805 0-1.15-.115-.69-.114-.805-.571-.805-1.143-.115-.915-.115-2.517-.115-4.347v-8.235c0-.228.115-.343.23-.343.23-.114.575-.114.805-.114.46 0 1.38.114 2.185.8 1.264 1.03 1.264 2.402 1.264 3.089 0 2.058-1.724 3.43-2.874 3.43-.46 0-.575.115-.575.23 0 .114.115.114.23.228h.46c3.104 0 5.404-2.058 5.404-4.918 0-1.143-.575-2.058-1.035-2.402-.575-.686-1.495-1.486-4.254-1.486zm23.686 15.097c-.344 0-.69 0-1.034-.114-.575-.115-.69-.458-.805-.915-.115-.8-.115-2.173-.115-3.775v-6.748c0-.572.23-.915.69-.915.23 0 .46-.114.575-.114.23 0 .345-.115.345-.229s-.115-.114-.46-.114h-5.29c-.23 0-.46 0-.46.114s.116.229.346.229c.23 0 .574 0 .69.114.574.115.804.343.804.915v4.232c0 .114-.115.114-.115.114h-7.244c-.115 0-.115 0-.115-.114v-4.232c0-.572.23-.915.69-.915.23 0 .345-.114.575-.114.23 0 .345-.115.345-.229s-.115-.114-.345-.114h-5.29c-.23 0-.46 0-.46.114s.116.229.346.229c.23 0 .575 0 .805.114.575.115.805.343.805.915v6.748c0 1.602 0 2.974-.115 3.775-.115.457-.23.8-.575.915-.23 0-.345.114-.69.114-.23 0-.345.114-.345.229 0 .114.115.229.345.229.805 0 2.07-.115 2.415-.115.574 0 1.84.115 3.104.115.23 0 .345-.115.345-.229 0-.115-.115-.229-.345-.229-.23 0-.69 0-1.035-.114-.575-.115-.69-.458-.69-.915-.115-.8-.115-2.06-.115-3.66V94.13c0-.114.115-.114.115-.114h7.244s.115 0 .115.114v1.373c0 1.6 0 2.973-.115 3.66-.115.457-.23.8-.575.915-.23 0-.345.114-.69.114-.23 0-.345.114-.345.229 0 .114.116.229.46.229.69 0 2.07-.115 2.53-.115.575 0 1.84.115 2.99.115.23 0 .345-.115.345-.229.69-.115.575-.229.345-.229zm26.447 0c-.23 0-.575 0-.92-.114-.46-.115-1.035-.343-1.954-2.288-1.38-3.088-4.83-11.323-5.405-12.467-.23-.457-.345-.686-.575-.686-.23 0-.344.229-.575.8l-5.404 12.925c-.46 1.03-.805 1.716-1.84 1.83h-.919c-.23 0-.69 0-1.035-.114-.575-.115-.69-.343-.805-.8-.115-.687-.115-2.174-.115-3.775V88.755c0-.571.23-.914.69-.914.23 0 .345-.115.575-.115.23 0 .345 0 .345-.229 0-.114-.115-.114-.345-.114H36.68c-.345 0-.46 0-.46.114 0 .115.115.23.345.23.23 0 .46 0 .69.114.46.114.575.343.69.915v6.748c0 1.715 0 3.088-.115 3.774-.115.458-.23.801-.575.801-.23 0-.345.114-.69.114-.23 0-.345.114-.345.229 0 .114.115.229.345.229.805 0 2.07-.115 2.53-.115.575 0 1.84.115 3.105.115h.46c1.15 0 2.3-.115 2.53-.115.69 0 1.609.115 2.299.115.23 0 .345 0 .345-.229 0-.115-.115-.115-.345-.115h-.345c-.69 0-.92-.228-.92-.686 0-.228.115-.686.345-1.258l1.15-2.86c0-.114.115-.114.23-.114h4.944c.115 0 .23 0 .23.115l1.725 4.232c.115.228 0 .457-.23.457s-.345.114-.345.229c0 .114.23.114.69.114h4.14c.804 0 1.034 0 1.034-.229 0-.114-.115-.114-.23-.114zm-7.359-5.833h-4.024c-.115 0-.115-.114-.115-.114l1.955-5.033c0-.114.114-.229.114-.229.115 0 .115.115.115.229l1.955 5.033c.115 0 .115.114 0 .114zm19.778 2.86c-.115 0-.23.114-.23.342-.115.344-.345.801-.69 1.144-.805.8-1.725.915-3.45.915-2.53 0-5.979-1.944-5.979-6.176 0-1.716.345-3.431 1.725-4.575.92-.686 1.955-1.03 3.564-1.03 1.725 0 3.105.458 3.68 1.03.46.457.69 1.03.69 1.601 0 .229 0 .343.23.343s.23-.228.23-.457c0-.343 0-1.258.115-1.945 0-.572.115-.8.115-.915 0-.114-.115-.228-.23-.228a32.783 32.783 0 00-1.955-.344c-.92-.114-1.61-.228-2.76-.228-2.874 0-4.714.686-6.094 1.83-1.84 1.487-2.3 3.545-2.3 4.803 0 1.716.46 3.66 2.415 5.147 1.725 1.373 3.91 1.945 6.554 1.945 1.265 0 2.645-.115 3.45-.343.345-.115.46-.23.46-.458.23-.572.46-2.059.46-2.287.23.114.115-.115 0-.115zm15.753 2.973c-.23 0-.46 0-.69-.114-.345-.115-.92-.343-1.61-1.83-1.265-2.63-4.37-9.722-4.83-10.637-.23-.343-.23-.572-.574-.572-.23 0-.345.229-.575.686l-5.06 10.866c-.345.915-.69 1.372-1.61 1.487h-.574c-.115 0-.23.114-.23.228 0 .115.115.229.345.229 1.034 0 2.07-.114 2.184-.114.575 0 1.495.114 2.185.114.23 0 .345 0 .345-.229 0-.114 0-.228-.23-.228h-.23c-.575 0-.805-.229-.805-.458 0-.228.115-.686.23-1.03l1.035-2.401c0-.114.115-.114.23-.114h4.484c.115 0 .115 0 .23.114l1.495 3.546c.115.228 0 .343-.23.343s-.23.114-.23.228c0 .115.23.115.575.115h3.68c.69 0 .805 0 .805-.229-.115.114-.115 0-.345 0zm-6.44-5.032H77.96c-.115 0-.115 0-.115-.115l1.84-4.346c0-.115 0-.115.115-.115l.115.115 1.724 4.46zm13.224-7.778h-5.865c-.23 0-.46 0-.46.114 0 .115.116.23.346.23.23 0 .575 0 .804.114.575.114.805.343.805.915v6.748c0 1.6 0 2.974-.115 3.774-.115.458-.23.801-.575.915-.23 0-.344.114-.69.114-.23 0-.344.115-.344.229 0 .115.114.229.344.229h2.415c.46 0 1.15 0 1.955.114.805 0 1.61.115 2.3.115 3.564 0 5.519-1.258 6.439-2.06 1.035-1.028 2.07-2.63 2.07-4.917 0-2.059-.805-3.546-1.84-4.46-2.07-2.174-5.29-2.174-7.59-2.174zm5.06 11.209c-1.15.915-2.416 1.144-4.14 1.144-1.495 0-2.3-.344-2.53-.687-.115-.228-.23-.8-.23-1.258V88.642c0-.23.115-.344.23-.344.115-.114.805-.114 1.15-.114 1.495 0 3.564.228 5.404 1.715.805.686 1.84 2.173 1.84 4.347 0 1.83-.46 3.43-1.725 4.346zm16.442-.801c-.115 0-.23.115-.23.229-.115.686-.345 1.144-.805 1.258-.46.229-1.265.229-1.84.229-1.954 0-2.529-.229-2.644-1.487v-4.003c0-.115 0-.229.115-.229.46 0 2.644 0 2.989.114.69.115.92.344 1.035.687 0 .228 0 .457.115.686 0 .114 0 .114.23.114s.23-.228.23-.343c0-.114 0-.8.115-1.144.115-.915.115-1.143.115-1.258 0-.114-.115-.229-.115-.229-.115 0-.115.115-.345.23-.23.114-.46.228-.92.228h-3.334c-.115 0-.115-.114-.115-.229v-4.346c0-.114 0-.114.115-.114.345 0 2.644 0 2.989.114.92.114 1.15.343 1.265.686.115.229.115.458.115.687 0 .114 0 .228.115.228s.23-.228.23-.343c0-.229.115-.915.115-1.144 0-.8.115-1.029.115-1.143 0-.115 0-.115-.115-.115s-.23.115-.345.115c-.115 0-.46.114-.805.114h-7.934c-.23 0-.46 0-.46.114 0 .115.115.23.345.23.23 0 .575 0 .805.114.575.114.805.343.805.915v6.748c0 1.6 0 2.973-.115 3.774-.115.458-.23.801-.575.915-.23 0-.345.114-.69.114-.23 0-.345.115-.345.229 0 .115.115.229.345.229h4.6c1.149-.114 2.299-.114 3.679-.114.69 0 .92 0 1.035-.458.115-.343.23-1.487.23-1.944 0-.23 0-.458-.115-.458zm21.157 2.402c-.23 0-.575 0-1.035-.114-.575-.115-.804-.686-.919-1.716l-1.725-10.751c-.115-.343-.23-.572-.46-.572s-.345.114-.46.457l-5.289 9.722-5.175-9.607c-.23-.458-.345-.572-.575-.572-.115 0-.345.114-.345.457L119.7 98.821c-.115.572-.23 1.258-.805 1.372h-.575a.506.506 0 00-.345.114c0 .115.115.229.345.229.575 0 1.495-.114 1.84-.114.344 0 1.264.114 2.069.114.23 0 .46 0 .46-.229 0-.114-.115-.114-.345-.114-.23 0-.345 0-.69-.114-.345-.115-.575-.229-.575-.458 0-.343 0-.457.115-.8l.92-6.749h.115c.575 1.258 1.725 3.317 1.955 3.66.23.458 1.725 3.203 2.185 4.004.345.571.575.915.805.915.23 0 .345-.115.805-1.03l4.139-7.777h.115l1.035 7.549c.115.457 0 .686-.115.686s-.23.114-.23.228c0 .115.115.229.575.229.805 0 3.449.115 3.909.115.23 0 .46-.115.46-.229 0-.115-.115-.229-.345-.229zm13.224-12.81h-3.91c-.23 0-.345 0-.345.114 0 .115.23.115.345.23.345.114.46.228.46.342 0 .229-.115.572-.23.915-.23.572-2.645 4.232-2.875 4.69-.345-.458-2.874-4.575-3.219-5.147-.115-.229-.23-.458-.23-.572 0-.114.115-.229.23-.229.345-.114.46-.114.46-.229 0-.114-.115-.114-.23-.114h-4.6c-.23 0-.345 0-.345.114 0 .115.115.23.23.23.23 0 .575.114.805.228a4.29 4.29 0 011.265 1.258c.69.915 3.335 4.804 3.45 5.033.23.457.46.915.46 1.83v1.486c0 .344 0 1.03-.115 1.716 0 .458-.23.801-.575.915-.23 0-.46.114-.69.114-.23 0-.345.115-.345.229 0 .115.115.229.46.229.69 0 1.955-.114 2.529-.114.575 0 1.84.114 2.99.114.23 0 .46-.114.46-.229 0-.114-.115-.229-.345-.229-.23 0-.69 0-.92-.114-.575-.114-.69-.457-.805-.915v-3.202c0-.572 0-1.144.23-1.716.345-.686 3.105-4.918 3.68-5.605.46-.457.575-.686 1.035-.8.23-.114.575-.229.805-.229.23 0 .345-.114.345-.229-.115-.114-.23-.114-.46-.114zM60.252 74.115l3.68-4.575.115-.114L76.81 40.603h.805l12.763 28.823s0 .114.115.114l3.68 4.575c.23.23.575.115.575-.228l-.92-5.72v-.228L81.064 39.231c1.265-1.03 2.07-2.516 2.07-4.118 0-1.6-.805-3.088-1.954-4.117l1.61-3.546 5.404-12.581v-.229l.92-5.719c0-.343-.346-.457-.575-.228l-3.68 4.575-.115.114-7.129 16.127h-.92l-7.129-16.127s0-.114-.115-.114l-3.68-4.575c-.23-.23-.574-.115-.574.228l.92 5.72v.228l5.519 12.467 1.61 3.545c-1.265 1.03-2.07 2.517-2.07 4.118 0 1.716.805 3.203 2.07 4.232L60.597 67.939v.229l-.92 5.719c0 .228.345.457.575.228z' fill='%23fff'/%3E%3C/svg%3E");
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyButtons {
  display: flex;
  align-items: center !important;
  justify-content: flex-end;
  padding: 0 0 0 0.5rem !important;
  margin: 0 !important;
}

@media (min-width: 768px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons {
    padding: 0 0 0 3rem !important;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonDecline, #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonDetails, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelDetailsWrapper {
  padding: 0.5rem !important;
  margin: 0 !important;
  border-radius: 40px !important;
  font-family: Arimo, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-align: center !important;
  text-decoration: none !important;
  background-image: none !important;
  transition: all 0.3s ease-in-out;
  color: #fff;
  text-transform: uppercase;
  max-width: 150px !important;
  width: 100% !important;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonDecline, #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonDetails, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelDetailsWrapper {
    padding: 0.5rem !important;
  }
}
@media (max-width: 767.98px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonDecline, #CybotCookiebotDialog #CybotCookiebotDialogBodyButtonDetails, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelDetailsWrapper {
    max-width: calc(45% - 6px) !important;
  }
}
#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #a37c51;
  border-color: #a37c51;
}

#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: #2b2b2d;
  border-color: #2b2b2d;
  margin-right: 12px !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper {
  display: flex !important;
  flex-direction: column-reverse;
  margin-left: 0 !important;
  margin-top: 36px;
  padding: 0 !important;
}

@media (min-width: 768px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtonsTable {
  width: 100% !important;
  margin-bottom: 24px !important;
}

@media (min-width: 768px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtonsTable {
    margin-bottom: 0 !important;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
  flex-shrink: 0;
  display: flex !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtons #CybotCookiebotDialogBodyLevelButtonsTable {
  margin: 0;
}

@media (min-width: 992px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtons #CybotCookiebotDialogBodyLevelButtonsTable {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtons #CybotCookiebotDialogBodyLevelButtonsRow {
  display: flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtons #CybotCookiebotDialogBodyLevelButtonsRow {
    justify-content: space-between;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtons #CybotCookiebotDialogBodyLevelButtonsSelectPane {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  border: unset;
  padding: 0;
}

@media (max-width: 767.98px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtons #CybotCookiebotDialogBodyLevelButtonsSelectPane {
    width: 50%;
    grid-gap: 15px 30px;
    gap: 15px 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtons #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper {
    margin-right: 0;
  }
  #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtons #CybotCookiebotDialogBodyLevelButtonsSelectPane > div {
    width: 40%;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtons #CybotCookiebotDialogBodyLevelDetailsWrapper {
  height: unset;
  border: 1px solid #262626;
  margin-left: 0 !important;
  width: auto !important;
  max-width: unset !important;
  padding: 0 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtons #CybotCookiebotDialogBodyLevelDetailsWrapper a {
  text-decoration: none;
}

@media (min-width: 992px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtons #CybotCookiebotDialogBodyLevelDetailsWrapper {
    margin-left: 40px !important;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtons .CybotCookiebotDialogBodyLevelButtonWrapper label {
  padding-left: 24px;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtons .CybotCookiebotDialogBodyLevelButtonWrapper input:checked + label {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='4' fill='%23A2C614'/%3E%3Cpath d='M13.5 4.5l-7 7L3 8' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtons .CybotCookiebotDialogBodyLevelButtonWrapper input + label {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.5' y='.5' width='15' height='15' rx='3.5' fill='%23fff' stroke='%23979797'/%3E%3C/svg%3E");
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  font-family: "Arimo-Medium" !important;
  padding: 10px 16px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  flex-shrink: unset !important;
  height: auto !important;
}

a#CybotCookiebotDialogBodyLevelDetailsButton {
  background-position-y: 15px !important;
  background-position-x: 90% !important;
  background-image: url("../img/icons/icon--extra-small-arrow.svg");
  background-size: 8px;
}

#CybotCookiebotDialogBodyLevelDetailsButton.CybotCookiebotDialogBodyLevelDetailsButtonExpanded,
#CybotCookiebotDialogBodyLevelDetailsButton.CybotCookiebotDialogBodyLinkExpanded {
  background-image: none !important;
  position: relative;
}
#CybotCookiebotDialogBodyLevelDetailsButton.CybotCookiebotDialogBodyLevelDetailsButtonExpanded::after,
#CybotCookiebotDialogBodyLevelDetailsButton.CybotCookiebotDialogBodyLinkExpanded::after {
  content: "";
  background-image: url("../img/icons/icon--extra-small-arrow.svg");
  background-size: 8px;
  position: absolute;
  top: 14px;
  right: 15px;
  width: 10px;
  height: 6px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

#CybotCookiebotDialogBodyLevelButtons {
  margin-left: 0 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogPoweredbyLink {
  content: url("../img/phi-loho.svg");
}

#CybotCookiebotDialog #CybotCookiebotDialogBody {
  padding-top: 65px !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogPoweredbyLink {
  margin-bottom: 40px !important;
}

#CybotCookiebotDialogBodyContent {
  padding-left: 0 !important;
}

@media (max-width: 430px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtons #CybotCookiebotDialogBodyLevelButtonsRow {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
    flex-direction: column;
    gap: 20px;
  }
  #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
  #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    max-width: 150px !important;
  }
}
/* 
==== Spacing ==== 
*/
/*
    ==== SPACING ====

    Description:
        List of all aviailable spacings (padding and margin) accross the website.

    Modificators:
        No modificators.
*/
.padding-0 {
  padding: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-bottom-70 {
  padding-bottom: 70px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-top-90 {
  padding-top: 90px !important;
}

.padding-bottom-90 {
  padding-bottom: 90px !important;
}

.padding-top-100 {
  padding-top: 100px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.padding-top-110 {
  padding-top: 110px !important;
}

.padding-bottom-110 {
  padding-bottom: 110px !important;
}

.padding-top-120 {
  padding-top: 120px !important;
}

.padding-top-122 {
  padding-top: 122px !important;
}

.padding-bottom-120 {
  padding-bottom: 120px !important;
}

.padding-top-130 {
  padding-top: 130px !important;
}

.padding-bottom-130 {
  padding-bottom: 130px !important;
}

.padding-top-140 {
  padding-top: 140px !important;
}

.padding-bottom-140 {
  padding-bottom: 140px !important;
}

.padding-top-150 {
  padding-top: 150px !important;
}

.padding-bottom-150 {
  padding-bottom: 150px !important;
}

.padding-top-160 {
  padding-top: 160px !important;
}

.padding-bottom-160 {
  padding-bottom: 160px !important;
}

.padding-top-170 {
  padding-top: 170px !important;
}

.padding-bottom-170 {
  padding-bottom: 170px !important;
}

.padding-top-180 {
  padding-top: 180px !important;
}

.padding-bottom-180 {
  padding-bottom: 180px !important;
}

.padding-top-190 {
  padding-top: 190px !important;
}

.padding-bottom-190 {
  padding-bottom: 190px !important;
}

.padding-top-200 {
  padding-top: 200px !important;
}

.padding-bottom-200 {
  padding-bottom: 200px !important;
}

.margin-0 {
  margin: 0 !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-bottom-70 {
  margin-bottom: 80px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-bottom-80 {
  margin-bottom: 90px !important;
}

.margin-top-90 {
  margin-top: 90px !important;
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.margin-top-110 {
  margin-top: 110px !important;
}

.margin-bottom-110 {
  margin-bottom: 110px !important;
}

.margin-top-120 {
  margin-top: 120px !important;
}

.margin-bottom-120 {
  margin-bottom: 120px !important;
}

.margin-top-130 {
  margin-top: 130px !important;
}

.margin-bottom-130 {
  margin-bottom: 130px !important;
}

.margin-top-140 {
  margin-top: 140px !important;
}

.margin-bottom-140 {
  margin-bottom: 140px !important;
}

.margin-top-150 {
  margin-top: 150px !important;
}

.margin-bottom-150 {
  margin-bottom: 150px !important;
}

.margin-top-160 {
  margin-top: 160px !important;
}

.margin-bottom-160 {
  margin-bottom: 160px !important;
}

.margin-top-170 {
  margin-top: 170px !important;
}

.margin-bottom-170 {
  margin-bottom: 170px !important;
}

.margin-top-180 {
  margin-top: 180px !important;
}

.margin-bottom-180 {
  margin-bottom: 180px !important;
}

.margin-top-190 {
  margin-top: 190px !important;
}

.margin-bottom-190 {
  margin-bottom: 190px !important;
}

.margin-top-200 {
  margin-top: 200px !important;
}

.margin-bottom-200 {
  margin-bottom: 200px !important;
}
