@font-face {
  font-family: FontRegular;
  src: url("../../fonts/Inter-Regular.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontItalic;
  src: url("../../fonts/Inter-Italic.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontBold;
  src: url("../../fonts/Inter-Bold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontBoldItalic;
  src: url("../../fonts/Inter-BoldItalic.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontSemiBold;
  src: url("../../fonts/Inter-SemiBold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontThin;
  src: url("../../fonts/Inter-Thin.ttf") format("truetype");
  font-display: block;
}
.font-regular {
  font-family: FontRegular;
}

.font-italic {
  font-family: FontItalic;
}

.font-bold {
  font-family: FontBold;
}

.font-bold-italic {
  font-family: FontBoldItalic;
}

.font-semi-bold {
  font-family: FontSemiBold;
}

.font-thin {
  font-family: FontThin;
}

strong, b {
  font-family: FontBold;
}

i, em {
  font-family: FontItalic;
}

strong i, strong em, b i, b em, i strong, i b, em strong, em b {
  font-family: FontBoldItalic;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.default-color {
  color: #161A1E;
}

.background-white {
  background-color: #fff;
}

.background-black {
  background-color: #000;
}

.background-default {
  background-color: #161A1E;
}

.background-additional {
  background-color: #A31DE1;
}

.default-link {
  position: relative;
  color: #161A1E;
}
.default-link:hover:before, .default-link:hover:after {
  width: 100%;
  opacity: 1;
}
.default-link:after {
  left: 0;
  background-color: #161A1E;
}
.default-link:before, .default-link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.default-link:hover {
  color: #161A1E;
}

a {
  text-decoration: none;
  transition: all 0.2s linear;
}
a:hover {
  transition: all 0.2s linear;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:before, a:after {
  transition: all 0.2s linear;
}

input, textarea, button {
  -webkit-appearance: none;
  border-radius: 0;
  transition: all 0.2s linear;
}
input:hover, textarea:hover, button:hover {
  transition: all 0.2s linear;
}
input:focus, textarea:focus, button:focus {
  transition: all 0.2s linear;
  outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, button::-webkit-input-placeholder {
  transition: all 0.2s linear;
}
input::-moz-placeholder, textarea::-moz-placeholder, button::-moz-placeholder {
  transition: all 0.2s linear;
}
input:-moz-placeholder, textarea:-moz-placeholder, button:-moz-placeholder {
  transition: all 0.2s linear;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, button:-ms-input-placeholder {
  transition: all 0.2s linear;
}

input[type=submit], button {
  cursor: pointer;
}

.transition-default {
  transition: all 0.2s linear;
}
.transition-default:hover {
  transition: all 0.2s linear;
}

.transition-default-longer {
  transition: all 0.4s linear;
}
.transition-default-longer:hover {
  transition: all 0.4s linear;
}

.transition-default-long {
  transition: all 0.6s linear;
}
.transition-default-long:hover {
  transition: all 0.6s linear;
}

.absolute-cover-img, .darkness-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.darkness-effect {
  background-color: rgba(22, 26, 30, 0.8);
}

.radius-50-px {
  border-radius: 50px;
}

.radius-50-percents {
  border-radius: 50%;
}

.m-auto-horizontal {
  margin: 0 auto;
}

.m-auto-vertical {
  margin: auto 0;
}

.object-cover {
  object-fit: cover;
}

.object-contain {
  object-fit: contain;
}

.background-image-default {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.backface-hidden {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.non-default-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fz-0 {
  font-size: 0;
}

.last-child-without-margin > *:last-child {
  margin-bottom: 0 !important;
}

.default-menu-styles > ul > li:nth-last-of-type(1) {
  margin: 0 !important;
}

.white-color-wrapper * {
  color: #fff;
}

.white-color-wrapper.wysiwyg-styles .wp-caption-text {
  color: #fff;
}
.white-color-wrapper.wysiwyg-styles > h2 {
  color: #fff;
}
.white-color-wrapper.wysiwyg-styles > ul li {
  background-image: url("../../images/dot-white.svg");
}

.thumb-placeholder {
  object-fit: contain;
  padding: 16px;
}

.mix-blend-mode {
  mix-blend-mode: multiply;
}

.no-select {
  user-select: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.default-border-radius {
  border-radius: 20px;
}

.body-with-admin-bar .navbar-header {
  top: 32px;
}

.body-with-admin-bar .mobile-menu {
  top: calc(100px + 32px);
}

.prevent-shaking-animation {
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.prevent-shaking-animation:hover {
  transform: translateY(-5px) perspective(1000px);
  -webkit-transform: translateY(-5px) perspective(1000px);
}

.prevent-shaking-animation-small:hover {
  transform: translateY(-3px) perspective(1000px);
  -webkit-transform: translateY(-3px) perspective(1000px);
}

@media screen and (min-width: 1181px) {
  .modal-open body, .modal-open .navbar-header {
    padding-right: 8px !important;
  }
}
@media screen and (max-width: 782px) {
  .body-with-admin-bar .navbar-header {
    top: 46px;
  }
  .body-with-admin-bar .mobile-menu {
    top: calc(100px + 46px);
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
body {
  font-family: FontRegular;
  color: #161A1E;
  font-size: 16px;
  padding-top: 100px;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: #161A1E;
}

.default-page-height {
  min-height: calc(100vh - 100px);
}

.default-text {
  font-size: 16px;
  line-height: 25px;
}

.default-small-text {
  font-size: 14px;
  line-height: 17px;
}

.default-big-text {
  font-size: 18px;
  line-height: 28px;
}

.main-container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1664px;
}

.big-title {
  font-size: 120px;
  line-height: 145px;
  margin-bottom: 16px;
  font-family: FontSemiBold;
}
.big-title span {
  font-family: FontThin;
}

.main-title {
  font-size: 30px;
  line-height: 45px;
}

.main-title-smaller-lh {
  line-height: 36px;
}

.main-title-big {
  font-size: 50px;
  line-height: 61px;
  font-family: FontSemiBold;
}

.main-title-small {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
}

.default-wrapper-bigger {
  padding: 96px 0;
}

.default-wrapper {
  padding: 64px 0;
}

.default-wrapper-smaller {
  padding: 48px 0;
}

.default-button {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap;
  position: relative;
  border-radius: 50px;
}

.default-button-small {
  padding: 8px 12px;
}

.default-button-normal {
  padding: 12.5px 25px;
}

.default-button-big {
  padding: 19.5px 32px;
}

.default-button-with-heart {
  padding: 12px 32px;
  gap: 12px;
}
.default-button-with-heart svg {
  width: 36px;
  height: 32px;
}
.default-button-with-heart svg path {
  fill: #fff;
  transition: all 0.2s linear;
}
.default-button-with-heart:hover svg path {
  fill: #161A1E;
}

.default-button-with-heart-green:hover svg path {
  fill: #3DBA97 !important;
}

.default-button-with-success {
  padding: 12px 32px;
  gap: 20px;
}
.default-button-with-success svg {
  width: 32px;
  height: 32px;
}
.default-button-with-success svg path {
  fill: #fff;
  transition: all 0.2s linear;
}
.default-button-with-success:hover svg path {
  fill: #3DBA97;
}

.default-button-with-arrow {
  transition: all 0.2s linear;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 16px;
  padding: 7px 8px 7px 24px;
}
.default-button-with-arrow .button-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: all 0.2s linear;
}
.default-button-with-arrow .button-arrow svg {
  width: 16px;
  height: 15px;
}
.default-button-with-arrow .button-arrow svg path {
  transition: all 0.2s linear;
}

.default-button-with-arrow-dark {
  color: #fff !important;
  background-color: #161A1E !important;
}
.default-button-with-arrow-dark .button-arrow {
  background-color: #fff;
}
.default-button-with-arrow-dark .button-arrow svg path {
  fill: #161A1E;
}

.default-button-with-arrow-light {
  color: #161A1E !important;
  background-color: #fff !important;
}
.default-button-with-arrow-light .button-arrow {
  background-color: #D9D9D9;
}
.default-button-with-arrow-light .button-arrow svg path {
  fill: #fff;
}

.default-button-with-arrow-violet {
  color: #161A1E !important;
  background-color: #fff !important;
}
.default-button-with-arrow-violet .button-arrow {
  background-color: #E643FF;
}
.default-button-with-arrow-violet .button-arrow svg path {
  fill: #fff;
}

.default-button-with-arrow-hover:hover {
  color: #fff !important;
  background-color: #3DBA97 !important;
}
.default-button-with-arrow-hover:hover .button-arrow {
  background-color: #161A1E;
}
.default-button-with-arrow-hover:hover .button-arrow svg path {
  fill: #fff;
}

.default-button-with-arrow-green {
  color: #fff !important;
  background-color: #3DBA97 !important;
}
.default-button-with-arrow-green .button-arrow {
  background-color: #161A1E;
}
.default-button-with-arrow-green .button-arrow svg path {
  fill: #fff;
}

.default-button-with-arrow-green-hover:hover {
  color: #fff !important;
  background-color: #161A1E !important;
}
.default-button-with-arrow-green-hover:hover .button-arrow {
  background-color: #fff;
}
.default-button-with-arrow-green-hover:hover .button-arrow svg path {
  fill: #161A1E;
}

.default-button-simple {
  color: #fff !important;
  background-color: #161A1E !important;
  border: 1px solid #161A1E !important;
}
.default-button-simple:hover {
  color: #161A1E !important;
  background-color: #fff !important;
  border: 1px solid #CDCDCD !important;
}

.default-button-reversed {
  color: #161A1E !important;
  background-color: #fff !important;
  border: 1px solid #CDCDCD !important;
}
.default-button-reversed:hover {
  color: #fff !important;
  background-color: #161A1E !important;
  border: 1px solid #161A1E !important;
}

.default-button-green {
  color: #fff !important;
  background-color: #3DBA97 !important;
  border: 1px solid #3DBA97 !important;
}
.default-button-green:hover {
  color: #3DBA97 !important;
  background-color: #fff !important;
  border: 1px solid #3DBA97 !important;
}

.default-rounding-top {
  border-radius: 40px 40px 0 0;
}

.default-rounding-bottom {
  border-radius: 0 0 40px 40px;
}

.specific-underline {
  text-decoration: underline !important;
  text-underline-offset: 8.5px !important;
  text-decoration-thickness: 2px !important;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-8 {
  margin-bottom: 8px;
}

@media screen and (max-width: 1680px) {
  .default-wrapper-bigger {
    padding: 64px 0;
  }
}
@media screen and (max-width: 1366px) {
  .big-title {
    font-size: 90px;
    line-height: 110px;
  }
  .main-title-big {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 1280px) {
  .default-wrapper-bigger, .default-wrapper {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .big-title {
    font-size: 80px;
    line-height: 88px;
  }
}
@media screen and (max-width: 500px) {
  .main-container {
    padding: 0 16px;
  }
  .default-rounding-top {
    border-radius: 20px 20px 0 0;
  }
  .default-rounding-bottom {
    border-radius: 0 0 20px 20px;
  }
  .big-title {
    font-size: 60px;
    line-height: 72px;
  }
  .main-title-big {
    font-size: 30px;
    line-height: 36px;
  }
}
@keyframes scaling {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scalingBigger {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  75% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@keyframes sideMovingAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes verticalSideMovingAnimation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes verticalSideMovingAnimationSmall {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounce-link-with-image-on-hover:hover img, .bounce-link-with-image-on-hover:hover svg {
  animation: bounce 0.5s linear infinite;
  -webkit-animation: bounce 0.5s linear infinite;
}

@keyframes movement-rotation-effect-first {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  17% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  34% {
    transform: translate(4px, 0);
    -webkit-transform: translate(4px, 0);
  }
  51% {
    transform: translate(0, 4px);
    -webkit-transform: translate(0, 4px);
  }
  68% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  85% {
    transform: translate(-4px, 0);
    -webkit-transform: translate(-4px, 0);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes movement-rotation-effect-second {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  20% {
    transform: translate(-4px, 4px);
    -webkit-transform: translate(-4px, 4px);
  }
  40% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  60% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  80% {
    transform: translate(0, 4px);
    -webkit-transform: translate(0, 4px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes movement-rotation-effect-third {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  17% {
    transform: translate(4px, 4px);
    -webkit-transform: translate(4px, 4px);
  }
  34% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  51% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  68% {
    transform: translate(-4px, 4px);
    -webkit-transform: translate(-4px, 4px);
  }
  85% {
    transform: translate(0, -4px);
    -webkit-transform: translate(0, -4px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes movement-rotation-effect-fourth {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  20% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  40% {
    transform: translate(0px, 4px);
    -webkit-transform: translate(0px, 4px);
  }
  60% {
    transform: translate(4px, 0);
    -webkit-transform: translate(4px, 0);
  }
  80% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
.first-animation-move {
  animation: movement-rotation-effect-first 10s linear infinite;
  -webkit-animation: movement-rotation-effect-first 10s linear infinite;
}

.second-animation-move {
  animation: movement-rotation-effect-second 10s linear infinite;
  -webkit-animation: movement-rotation-effect-second 10s linear infinite;
}

.third-animation-move {
  animation: movement-rotation-effect-third 10s linear infinite;
  -webkit-animation: movement-rotation-effect-third 10s linear infinite;
}

.fourth-animation-move {
  animation: movement-rotation-effect-fourth 10s linear infinite;
  -webkit-animation: movement-rotation-effect-fourth 10s linear infinite;
}

.before-animation-visibility-backface {
  opacity: 0;
  visibility: hidden;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.before-animation-visibility-gallery {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.1) rotate(90deg);
  -webkit-transform: scale(0.1) rotate(90deg);
}

.before-animation-visibility {
  opacity: 0;
  visibility: hidden;
}

.before-animation-left {
  transform: translateX(-100vw);
  -webkit-transform: translateX(-100vw);
}

.before-animation-right {
  transform: translateX(100vw);
  -webkit-transform: translateX(100vw);
}

@keyframes leftSideAnimationSimple {
  0% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes rightSideAnimationSimple {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.left-side-animation-simple {
  -webkit-animation: leftSideAnimationSimple 1s ease-out forwards;
  animation: leftSideAnimationSimple 1s ease-out forwards;
  opacity: 1 !important;
}

.right-side-animation-simple {
  -webkit-animation: rightSideAnimationSimple 1s ease-out forwards;
  animation: rightSideAnimationSimple 1s ease-out forwards;
  opacity: 1 !important;
}

.animation-fix {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  will-change: transform;
}

.before-fade-in {
  opacity: 0;
}

@keyframes bottomSideFadeIn {
  0% {
    opacity: 0;
    transform: translateY(32px);
    -webkit-transform: translateY(32px);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@keyframes leftSideFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-32px);
    -webkit-transform: translateX(-32px);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@keyframes simpleFadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.left-side-fade-in {
  -webkit-animation: leftSideFadeIn 1.25s ease forwards;
  animation: leftSideFadeIn 1.25s ease forwards;
}

.bottom-side-fade-in {
  -webkit-animation: bottomSideFadeIn 1.25s ease forwards;
  animation: bottomSideFadeIn 1.25s ease forwards;
}

.bottom-side-fade-in-small-delay {
  -webkit-animation: bottomSideFadeIn 1.25s ease 0.25s forwards;
  animation: bottomSideFadeIn 1.25s ease 0.25s forwards;
}

.simple-fade-in {
  -webkit-animation: simpleFadeIn 1.25s ease 0.25s forwards;
  animation: simpleFadeIn 1.25s ease 0.25s forwards;
}

.no-lazy-load {
  animation: none !important;
  -webkit-animation: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.navbar-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1020;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-color: #F0F2F4;
  transition: background-color 0.2s linear;
}

.home-header {
  padding-top: 0;
}
.home-header .navbar-header:not(.navbar-scrolled):not(.navbar-header-opened) {
  background-color: transparent;
}
.home-header .navbar-header:not(.navbar-scrolled):not(.navbar-header-opened) .header-logo-link {
  background-color: #BDC5CC;
}
.home-header .navbar-header:not(.navbar-scrolled):not(.navbar-header-opened) .header-menu {
  background-color: rgba(255, 255, 255, 0.3);
}
.home-header .navbar-header:not(.navbar-scrolled):not(.navbar-header-opened) .header-button a {
  color: #161A1E !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
}
.home-header .navbar-header:not(.navbar-scrolled):not(.navbar-header-opened) .header-button a:hover {
  color: #fff !important;
  background-color: #161A1E !important;
  border: 1px solid #161A1E !important;
}
.home-header .navbar-header:not(.navbar-scrolled):not(.navbar-header-opened) .header-burger svg path {
  fill: #fff;
}
.home-header .navbar-header:not(.navbar-scrolled):not(.navbar-header-opened) .header-profile-name {
  color: #fff;
}
.home-header .navbar-header:not(.navbar-scrolled):not(.navbar-header-opened) .header-profile-dropdown svg path {
  fill: #fff;
}

.header-content {
  min-height: 100px;
  gap: 32px;
}

.header-logo-link {
  display: block;
  padding: 8px 21px;
  background-color: #161A1E;
}
.header-logo-link img {
  max-width: 145px;
  max-height: 34px;
}
.header-logo-link .header-logo-black {
  opacity: 1;
  visibility: visible;
}
.header-logo-link .header-logo-white {
  opacity: 0;
  visibility: hidden;
}

.header-menu {
  background-color: rgba(189, 197, 204, 0.3);
  padding: 8px;
}
.header-menu > ul > li {
  font-size: 0;
}
.header-menu > ul > li > a {
  border-radius: 50px;
  color: #161A1E;
  padding: 8px 12px;
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
}
.header-menu > ul > li > a:hover {
  background-color: #fff;
}
.header-menu > ul .current-menu-item > a, .header-menu > ul .current-page-ancestor > a, .header-menu > ul .current-menu-ancestor > a {
  background-color: #fff;
}

.header-menu-desktop {
  border-radius: 50px;
}
.header-menu-desktop > ul {
  display: flex;
  display: -webkit-flex;
}
.header-menu-desktop > ul > li {
  margin-right: 24px;
}

.header-profile .header-profile-main-link {
  gap: 10px;
}
.header-profile .header-profile-main-link.premium:hover .header-profile-image-inner {
  border: 1px solid #A31DE1 !important;
}
.header-profile .header-profile-main-link.premium:hover .header-profile-name {
  color: #A31DE1 !important;
}
.header-profile .header-profile-main-link.premium:hover .header-profile-dropdown svg path {
  fill: #A31DE1 !important;
}
.header-profile .header-profile-main-link.default:hover .header-profile-image-inner, .header-profile .header-profile-main-link.unsubscribed:hover .header-profile-image-inner {
  border: 1px solid #FFB743 !important;
}
.header-profile .header-profile-main-link.default:hover .header-profile-name, .header-profile .header-profile-main-link.unsubscribed:hover .header-profile-name {
  color: #FFB743 !important;
}
.header-profile .header-profile-main-link.default:hover .header-profile-dropdown svg path, .header-profile .header-profile-main-link.unsubscribed:hover .header-profile-dropdown svg path {
  fill: #FFB743 !important;
}
.header-profile .header-profile-main-link.premium.active .header-profile-image-inner {
  border: 1px solid #A31DE1 !important;
}
.header-profile .header-profile-main-link.premium.active .header-profile-name {
  color: #A31DE1 !important;
}
.header-profile .header-profile-main-link.premium.active .header-profile-dropdown svg path {
  fill: #A31DE1 !important;
}
.header-profile .header-profile-main-link.default.active .header-profile-image-inner, .header-profile .header-profile-main-link.unsubscribed.active .header-profile-image-inner {
  border: 1px solid #FFB743 !important;
}
.header-profile .header-profile-main-link.default.active .header-profile-name, .header-profile .header-profile-main-link.unsubscribed.active .header-profile-name {
  color: #FFB743 !important;
}
.header-profile .header-profile-main-link.default.active .header-profile-dropdown svg path, .header-profile .header-profile-main-link.unsubscribed.active .header-profile-dropdown svg path {
  fill: #FFB743 !important;
}
.header-profile .header-profile-image-inner {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}
.header-profile .header-profile-status {
  border: 2px solid #DDDDDD;
  width: 20px;
  height: 20px;
  top: -3px;
  left: -6px;
}
.header-profile .header-profile-status svg {
  width: 11px;
  height: 7px;
}
.header-profile .header-profile-status:not(.default):not(.premium):before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  top: -2px;
  left: 0;
  background-color: #DE1418;
  border-radius: 50%;
}
.header-profile .header-profile-status.default {
  border: 2px solid #FFB743 !important;
}
.header-profile .header-profile-status.premium {
  border: 2px solid #E643FF !important;
}
.header-profile .header-profile-dropdown {
  top: 1px;
}
.header-profile .header-profile-dropdown svg {
  width: 13px;
  height: 8px;
}
.header-profile .header-profile-dropdown svg path {
  transition: all 0.2s linear;
  fill: #000;
}
.header-profile .header-profile-menu {
  padding: 24px 16px 32px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  top: calc(100% + 12px);
  right: 0;
  min-width: 240px;
  z-index: 10;
}
.header-profile .header-profile-close-link-wrapper {
  margin-bottom: 20px;
}
.header-profile .header-profile-close-link svg {
  width: 20px;
  height: 20px;
}
.header-profile .header-profile-close-link svg path {
  fill: #161A1E;
}
.header-profile .header-profile-close-link:hover svg {
  animation: rotating 0.5s linear;
  -webkit-animation: rotating 0.5s linear;
}
.header-profile .header-profile-menu-inner {
  gap: 20px;
}
.header-profile .header-profile-menu-inner > li > a {
  font-size: 18px;
  line-height: 28px;
  position: relative;
  color: #161A1E;
}
.header-profile .header-profile-menu-inner > li > a:hover:before, .header-profile .header-profile-menu-inner > li > a:hover:after {
  width: 100%;
  opacity: 1;
}
.header-profile .header-profile-menu-inner > li > a:after {
  left: 0;
  background-color: #161A1E;
}
.header-profile .header-profile-menu-inner > li > a:before, .header-profile .header-profile-menu-inner > li > a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.header-profile .header-profile-menu-inner > li > a:hover {
  color: #161A1E;
}
.header-profile .header-profile-menu-inner .current-menu-item > a:before, .header-profile .header-profile-menu-inner .current-menu-item > a:after, .header-profile .header-profile-menu-inner .current-page-ancestor > a:before, .header-profile .header-profile-menu-inner .current-page-ancestor > a:after, .header-profile .header-profile-menu-inner .current-menu-ancestor > a:before, .header-profile .header-profile-menu-inner .current-menu-ancestor > a:after {
  width: 100%;
  opacity: 1;
}
.header-profile .header-profile-menu-hidden {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1366px) {
  .header-menu-desktop > ul > li {
    margin-right: 12px;
  }
}
@media screen and (min-width: 1272px) {
  .header-burger, .mobile-menu {
    display: none !important;
  }
}
@media screen and (max-width: 1271px) {
  .header-burger {
    cursor: pointer;
  }
  .header-burger:hover svg path {
    fill: #A31DE1;
  }
  .header-burger svg {
    width: 24px;
    height: 12px;
  }
  .header-burger svg path {
    transition: all 0.2s linear;
    fill: #161A1E;
  }
  .mobile-menu {
    background-color: #F0F2F4;
    max-width: 265px;
    width: 100%;
    height: calc(100vh - 100px);
    top: 100px;
    right: 0;
    padding: 24px 24px 96px;
    overflow: auto;
  }
  .mobile-menu::-webkit-scrollbar {
    width: 0;
  }
  .mobile-menu::-webkit-scrollbar-track, .mobile-menu::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  .mobile-menu-hidden {
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
  }
  .mobile-background {
    width: 100%;
    height: calc(100vh - 100px);
    top: 100px;
    left: 0;
    z-index: 1019;
    background-color: rgba(22, 26, 30, 0.8);
  }
  .mobile-background-hidden {
    visibility: hidden;
    opacity: 0;
  }
  .header-menu-desktop {
    display: none !important;
  }
  .header-menu-mobile {
    margin-bottom: 32px;
    border-radius: 20px;
  }
  .header-menu-mobile > ul > li {
    margin-bottom: 8px;
  }
  .header-menu-mobile > ul > li > a {
    width: 100%;
    text-align: center;
  }
  .header-button, .header-profile {
    margin-left: auto;
  }
}
@media screen and (min-width: 501px) {
  .header-button-mobile, .header-profile-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .header-button-desktop, .header-profile-desktop {
    display: none !important;
  }
  .header-button-mobile, .header-profile-mobile {
    text-align: center;
  }
  .header-profile .header-profile-inner {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .header-profile .header-profile-menu {
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}
.footer .footer-content {
  gap: 32px;
}
.footer .footer-info {
  color: #7F8589;
}
.footer .footer-subtext {
  font-size: 14px;
  line-height: 25px;
}
.footer .footer-copyright {
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 2.456px;
}
.footer .footer-menu > ul {
  gap: 20px;
}
.footer .footer-menu > ul > li {
  font-size: 0;
}
.footer .footer-menu > ul > li > a {
  color: #7F8589;
  font-size: 14px;
  line-height: 25px;
  position: relative;
}
.footer .footer-menu > ul > li > a:hover:before, .footer .footer-menu > ul > li > a:hover:after {
  width: 100%;
  opacity: 1;
}
.footer .footer-menu > ul > li > a:after {
  left: 0;
  background-color: #161A1E;
}
.footer .footer-menu > ul > li > a:before, .footer .footer-menu > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.footer .footer-menu > ul > li > a:hover {
  color: #161A1E;
}
.footer .footer-menu > ul .current-menu-item > a, .footer .footer-menu > ul .current-page-ancestor > a, .footer .footer-menu > ul .current-menu-ancestor > a {
  color: #161A1E;
}
.footer .footer-menu > ul .current-menu-item > a:before, .footer .footer-menu > ul .current-menu-item > a:after, .footer .footer-menu > ul .current-page-ancestor > a:before, .footer .footer-menu > ul .current-page-ancestor > a:after, .footer .footer-menu > ul .current-menu-ancestor > a:before, .footer .footer-menu > ul .current-menu-ancestor > a:after {
  width: 100%;
  opacity: 1;
}

@media screen and (max-width: 1279px) {
  .footer .footer-menu {
    order: 1;
  }
  .footer .footer-socials {
    order: 2;
  }
  .footer .footer-info {
    order: 3;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-content {
    gap: 24px;
  }
  .footer .footer-menu > ul {
    gap: 12px;
  }
}
@media screen and (max-width: 600px) {
  .footer .footer-menu, .footer .footer-socials, .footer .footer-info {
    text-align: center;
  }
  .footer .footer-menu, .footer .footer-socials {
    width: 100%;
  }
  .footer .footer-subtext {
    margin-bottom: 12px;
  }
  .footer .footer-socials, .footer .footer-menu > ul {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .footer .footer-menu > ul > li {
    width: 100%;
  }
}
.wysiwyg-styles .wp-caption {
  width: 100% !important;
  margin: 0 0 25px;
}
.wysiwyg-styles .wp-caption-text {
  font-size: 12px;
  line-height: 18px;
  margin: 8px 0 0;
  color: #161A1E;
  font-family: FontBold;
}
.wysiwyg-styles > p > img, .wysiwyg-styles .wp-caption > img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}
.wysiwyg-styles > p {
  margin-bottom: 25px;
}
.wysiwyg-styles > p .alignleft, .wysiwyg-styles > p .alignright {
  max-width: 50% !important;
  max-height: 500px !important;
  height: auto !important;
  object-fit: cover !important;
}
.wysiwyg-styles > p .alignleft {
  float: left;
  margin: 0 25px 25px 0;
}
.wysiwyg-styles > p .alignright {
  float: right;
  margin: 0 0 25px 25px;
}
.wysiwyg-styles > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}
.wysiwyg-styles > ul li {
  display: table;
  background-repeat: no-repeat;
  background-image: url("../../images/dot.svg");
  background-size: 4px 4px;
  background-position: 8px 10.5px;
  padding: 0 0 0 20px;
}
.wysiwyg-styles > p > a:not(.default-button), .wysiwyg-styles > ul li > a:not(.default-button) {
  color: #161A1E;
  position: relative;
}
.wysiwyg-styles > p > a:not(.default-button):hover:before, .wysiwyg-styles > p > a:not(.default-button):hover:after, .wysiwyg-styles > ul li > a:not(.default-button):hover:before, .wysiwyg-styles > ul li > a:not(.default-button):hover:after {
  width: 100%;
  opacity: 1;
}
.wysiwyg-styles > p > a:not(.default-button):after, .wysiwyg-styles > ul li > a:not(.default-button):after {
  left: 0;
  background-color: #161A1E;
}
.wysiwyg-styles > p > a:not(.default-button):before, .wysiwyg-styles > p > a:not(.default-button):after, .wysiwyg-styles > ul li > a:not(.default-button):before, .wysiwyg-styles > ul li > a:not(.default-button):after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.wysiwyg-styles > p > a:not(.default-button):hover, .wysiwyg-styles > ul li > a:not(.default-button):hover {
  color: #161A1E;
}
.wysiwyg-styles > p {
  font-size: 16px;
  line-height: 25px;
}
.wysiwyg-styles > ul li {
  font-size: 14px;
  line-height: 25px;
}
.wysiwyg-styles > h2 {
  font-size: 30px;
  line-height: 36px;
  color: #161A1E;
  margin-bottom: 16px;
}
.wysiwyg-styles > h3 {
  font-size: 20px;
  line-height: 24px;
  font-family: FontRegular;
  color: #161A1E;
  margin-bottom: 16px;
}
.wysiwyg-styles .wysiwyg-button {
  margin-bottom: 25px;
}
.wysiwyg-styles > *:last-child {
  margin-bottom: 0 !important;
}
.wysiwyg-styles > *:last-child > img {
  margin-bottom: 0 !important;
}
.wysiwyg-styles > *:first-child {
  margin-top: 0 !important;
}

.video-wysiwyg {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.video-wysiwyg:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-wysiwyg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wysiwyg-gallery {
  margin: 0 0 25px;
  gap: 16px;
}
.wysiwyg-gallery .single-gallery-element {
  width: calc((100% - 48px) / 4.001);
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.wysiwyg-gallery .single-gallery-element img, .wysiwyg-gallery .single-gallery-element .darkness-effect {
  border-radius: 20px;
}
.wysiwyg-gallery .single-gallery-element:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.wysiwyg-gallery .slider-image-link {
  overflow: hidden;
}
.wysiwyg-gallery .additional-number {
  right: 16px;
  bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .wysiwyg-styles > p .alignleft, .wysiwyg-styles > p .alignright {
    float: none !important;
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .wysiwyg-gallery .single-gallery-element {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 500px) {
  .wysiwyg-gallery {
    gap: 12px;
  }
  .wysiwyg-gallery .single-gallery-element {
    width: calc(50% - 6px);
  }
}
.preloader {
  position: absolute;
  width: 80px;
  height: 15px;
  transition: all 0.1s linear;
  visibility: hidden;
  opacity: 0;
}
.preloader div {
  background-color: #161A1E;
  position: absolute;
  top: 1px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.preloader div:nth-child(1) {
  left: 8px;
  animation: preloader-animation-1 0.6s infinite;
}
.preloader div:nth-child(2) {
  left: 8px;
  animation: preloader-animation-2 0.6s infinite;
}
.preloader div:nth-child(3) {
  left: 32px;
  animation: preloader-animation-2 0.6s infinite;
}
.preloader div:nth-child(4) {
  left: 56px;
  animation: preloader-animation-3 0.6s infinite;
}

.preloader-visible {
  visibility: visible;
  opacity: 1;
}

@keyframes preloader-animation-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes preloader-animation-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes preloader-animation-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.common-form-preloader {
  top: calc(100% + 12px);
  left: calc(50% - 40px);
}

.right-center-preloader {
  left: calc(100% + 8px);
  top: calc(50% - 7.5px);
}

.preloader-circle {
  width: 32px;
  height: 32px;
  animation: rotating 5s linear infinite;
  -webkit-animation: rotating 5s linear infinite;
  display: none;
}

.preloader-circle-small {
  width: 24px;
  height: 24px;
}

.left-side-preloader-circle {
  right: calc(100% + 8px);
  top: calc(50% - 16px);
}

.right-side-preloader-circle {
  left: calc(100% + 8px);
  top: calc(50% - 16px);
}

.preloader-circle-small.right-side-preloader-circle {
  top: calc(50% - 12px);
}

.inputs-wrapper-flex {
  gap: 12px 40px;
  margin-bottom: 24px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.inputs-wrapper-flex .common-input-styling {
  width: calc(50% - 20px);
  margin-bottom: 0;
}

.common-input-styling {
  font-size: 0;
  margin-bottom: 12px;
  position: relative;
}
.common-input-styling > input {
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  border: none;
  border-bottom: 1px solid #E4E4E4;
  color: #161A1E;
  background-color: #fff;
  -webkit-appearance: none;
  padding: 24px 0;
}
.common-input-styling > input:focus + .input-title {
  opacity: 0;
  visibility: hidden;
}
.common-input-styling .input-title {
  font-size: 14px;
  line-height: 17px;
  color: #7F8589;
  margin-bottom: 0;
  transition: all 0.2s linear;
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 24px;
  left: 0;
}
.common-input-styling .input-title span {
  color: #DE1418;
}

.common-input-styling.has-value .input-title, .common-input-styling.is-focused .input-title {
  opacity: 0;
  visibility: hidden;
}

.checkboxes-wrapper {
  margin-bottom: 24px;
}

.checkbox-single {
  margin-bottom: 12px;
  font-size: 0;
}
.checkbox-single input {
  left: -9999px;
}
.checkbox-single input:checked ~ .checkbox-label .checkbox-back .checkbox-mark {
  opacity: 1;
  transition: all 0.2s linear;
}
.checkbox-single .checkbox-label {
  cursor: pointer;
  margin: 0;
}
.checkbox-single .checkbox-title {
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  color: #7F8589;
  position: relative;
  top: 4px;
}
.checkbox-single .checkbox-title a {
  position: relative;
  color: #161A1E;
}
.checkbox-single .checkbox-title a:hover:before, .checkbox-single .checkbox-title a:hover:after {
  width: 100%;
  opacity: 1;
}
.checkbox-single .checkbox-title a:after {
  left: 0;
  background-color: #161A1E;
}
.checkbox-single .checkbox-title a:before, .checkbox-single .checkbox-title a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.checkbox-single .checkbox-title a:hover {
  color: #161A1E;
}
.checkbox-single .checkbox-back {
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-right: 14px;
  transition: all 0.2s linear;
  border: 1px solid #E4E4E4;
  background-color: #fff;
  border-radius: 5px;
}
.checkbox-single .checkbox-back .checkbox-mark {
  transition: all 0.2s linear;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
}
.checkbox-single .checkbox-back .checkbox-mark img {
  width: 16px;
}

.warning-box {
  display: none;
  padding: 24px 0;
}

.single-warning {
  margin-bottom: 12px;
  display: flex;
  display: -webkit-flex;
}
.single-warning:nth-last-of-type(1) {
  margin-bottom: 0;
}

.single-warning-icon {
  font-size: 0;
  margin-right: 6px;
  position: relative;
  top: 1.5px;
}
.single-warning-icon svg {
  width: 12px;
  height: 12px;
}

.single-warning-text {
  font-size: 12px;
  line-height: 15px;
  color: #DE1418;
}

.warning-validation .input-title {
  color: #DE1418;
}
.warning-validation > input {
  border-bottom: 1px solid #DE1418;
}
.warning-validation .checkbox-back {
  border: 1px solid #DE1418;
}

.success-wrapper {
  padding: 64px 0;
  text-align: center;
}

.success-icon {
  margin-bottom: 12px;
}
.success-icon svg {
  width: 58px;
  height: 54px;
}

.success-subtext {
  margin: 0 auto 40px;
  max-width: 465px;
}

.success-title {
  margin-bottom: 28px;
}

@media screen and (max-width: 500px) {
  .inputs-wrapper-flex .common-input-styling {
    width: 100%;
  }
}
.image-modal-window .modal {
  overflow-y: scroll;
}
.image-modal-window .modal::-webkit-scrollbar {
  width: 0;
}
.image-modal-window .modal::-webkit-scrollbar-track, .image-modal-window .modal::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.image-modal-window .modal.show {
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.image-modal-window .modal-dialog {
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: none;
}
.image-modal-window .modal-dialog .modal-content {
  background-color: transparent;
  border: none !important;
  border-radius: 0;
  height: 100%;
}
.image-modal-window .modal-dialog .modal-content .align-modal-helper {
  padding: 16px !important;
  height: 100%;
}
.image-modal-window .modal-dialog .modal-content .slide-image {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper {
  width: 1420px;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  position: relative;
  margin: auto;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.image-modal-window .modal-dialog .modal-content .carousel, .image-modal-window .modal-dialog .modal-content .carousel-inner, .image-modal-window .modal-dialog .modal-content .carousel-item {
  height: 100% !important;
  background-color: transparent !important;
}
.image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
  width: 48px;
  height: 48px;
  background-color: #161A1E;
  color: #fff;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0.75;
  transition: all 0.2s linear;
}
.image-modal-window .carousel-control-prev img, .image-modal-window .carousel-control-next img {
  width: 22px !important;
  height: 15px !important;
}
.image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover {
  opacity: 1;
  transition: all 0.2s linear;
}
.image-modal-window .carousel-control-prev {
  margin-left: 16px;
}
.image-modal-window .carousel-control-next {
  margin-right: 16px;
}
.image-modal-window .modal-cross {
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  background-color: #161A1E;
  opacity: 0.75;
  padding: 0;
  border: none;
  cursor: pointer;
}
.image-modal-window .modal-cross img {
  width: 20px !important;
  height: 20px !important;
}
.image-modal-window .modal-cross:hover {
  opacity: 1;
}
.image-modal-window .modal-cross:focus {
  outline: none;
}

.modal-backdrop {
  opacity: 0.8 !important;
}

@media screen and (max-width: 767px) {
  .image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover, .image-modal-window .modal-cross:hover {
    opacity: 0.75;
  }
  .image-modal-window .carousel-control-prev:focus, .image-modal-window .carousel-control-next:focus, .image-modal-window .modal-cross:focus {
    opacity: 0.75;
  }
}
.common-slick-carousel .slick-track {
  display: flex;
  display: -webkit-flex;
  margin: 0;
}
.common-slick-carousel .slick-slide {
  font-size: 0;
  height: inherit;
}
.common-slick-carousel .slick-slide > div {
  height: 100%;
}
.common-slick-carousel .slick-slide > div > div {
  height: 100%;
}
.common-slick-carousel .slick-slide {
  opacity: 1;
  transition: opacity 0.5s;
}
.common-slick-carousel .slick-current,
.common-slick-carousel .slick-current-clone-animate {
  opacity: 0.999;
}

.common-slick-carousel.slick-slider {
  margin: 0;
}

.common-selectize-wrapper .selectize-control {
  font-size: 0;
}
.common-selectize-wrapper .selectize-input {
  font-size: 0 !important;
  line-height: normal !important;
  box-shadow: none !important;
  transition: all 0.2s linear !important;
  width: 100% !important;
}
.common-selectize-wrapper .selectize-input:focus {
  outline: none;
}
.common-selectize-wrapper .selectize-input:before, .common-selectize-wrapper .selectize-input:after {
  display: none !important;
}
.common-selectize-wrapper .selectize-input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100% !important;
  margin: 0 !important;
}
.common-selectize-wrapper .selectize-input .item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100% !important;
}
.common-selectize-wrapper .selectize-input .item ~ input {
  display: none !important;
}
.common-selectize-wrapper .selectize-dropdown {
  background-color: #fff !important;
  overflow: hidden !important;
  cursor: pointer;
  box-shadow: none;
  width: 100% !important;
  left: 0 !important;
  border: 1px solid #E4E4E4 !important;
  border-radius: 0 !important;
  position: absolute !important;
  z-index: 1;
}
.common-selectize-wrapper .selectize-dropdown .selectize-dropdown-content {
  overflow: auto;
  max-height: 228px;
}
.common-selectize-wrapper .selectize-dropdown .active {
  background-color: #161A1E !important;
  color: #fff !important;
}
.common-selectize-wrapper .selectize-dropdown .selected {
  background-color: #fff;
  color: #161A1E;
}

.default-selectize .selectize-input {
  padding: 24px 25px 24px 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #E4E4E4 !important;
  background-color: #fff !important;
  background-image: url("../../images/dropdown.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 100% 50% !important;
  background-size: 13px 7px !important;
}
.default-selectize .selectize-input input, .default-selectize .selectize-input .item {
  font-size: 16px !important;
  line-height: 17px !important;
  color: #161A1E;
  transition: all 0.2s linear;
  border: none;
  padding: 0;
  min-height: 0;
}
.default-selectize .selectize-input input::-webkit-input-placeholder {
  color: #7F8589;
}
.default-selectize .selectize-input input::-moz-placeholder {
  color: #7F8589;
}
.default-selectize .selectize-input input:-moz-placeholder {
  color: #7F8589;
}
.default-selectize .selectize-input input:-ms-input-placeholder {
  color: #7F8589;
}
.default-selectize .selectize-dropdown {
  top: 65px !important;
}
.default-selectize .selectize-dropdown .option {
  padding: 12px;
  font-size: 16px;
  line-height: 17px;
  color: #161A1E;
}
.default-selectize .selectize-dropdown-content::-webkit-scrollbar {
  width: 4px;
}
.default-selectize .selectize-dropdown-content::-webkit-scrollbar-track {
  background-color: #fff;
}
.default-selectize .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background-color: #161A1E;
}
.default-selectize .input-active {
  background-color: #fff !important;
  border-radius: 0 !important;
}
.default-selectize .input-active ~ .selectize-dropdown {
  border-radius: 0 !important;
}

.warning-validation .selectize-input {
  border-bottom: 1px solid #DE1418 !important;
  background-image: url("../../images/dropdown-warning.svg") !important;
}
.warning-validation .selectize-input input::-webkit-input-placeholder {
  color: #DE1418;
}
.warning-validation .selectize-input input::-moz-placeholder {
  color: #DE1418;
}
.warning-validation .selectize-input input:-moz-placeholder {
  color: #DE1418;
}
.warning-validation .selectize-input input:-ms-input-placeholder {
  color: #DE1418;
}
.warning-validation .selectize-dropdown {
  border: 1px solid #DE1418 !important;
}
.warning-validation .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background-color: #DE1418;
}

.common-socials {
  gap: 20px;
}
.common-socials .single-social-link svg {
  width: 32px;
  height: 32px;
}
.common-socials .single-social-link svg path {
  transition: all 0.2s linear;
  fill: #161A1E;
}
.common-socials .single-social-link:hover svg path {
  fill: #A31DE1;
}

.blog-template {
  gap: 80px;
}
.blog-template .blog-template-carousel {
  width: calc(100% - 465px - 80px - ((100% - 1664px) / 2 + 32px));
}
.blog-template .blog-template-carousel-full-width {
  width: 100% !important;
}
.blog-template .blog-template-carousel-full-width .slick-list {
  padding: 0 260px;
}
.blog-template .blog-template-content {
  margin-left: calc((100% - 1664px) / 2 + 32px);
}
.blog-template .slick-list {
  width: calc(100% + 24px);
  margin: 0 -12px;
  padding-right: 260px;
}
.blog-template .slick-slide {
  padding: 0 12px;
}
.blog-template .blog-template-button a:hover {
  color: #161A1E !important;
  background-color: #fff !important;
}
.blog-template .blog-template-button a:hover .button-arrow {
  background-color: #D9D9D9;
}
.blog-template .blog-template-button a:hover .button-arrow svg path {
  fill: #fff;
}

@media screen and (max-width: 1680px) {
  .blog-template {
    gap: 64px;
  }
  .blog-template .blog-template-content {
    margin-left: 32px;
  }
  .blog-template .blog-template-carousel {
    width: calc(100% - 465px - 64px - 32px);
  }
}
@media screen and (max-width: 1600px) {
  .blog-template .blog-template-carousel-full-width {
    width: 100% !important;
  }
  .blog-template .blog-template-carousel-full-width .slick-list {
    padding: 0 10%;
  }
  .blog-template .slick-list {
    padding-right: 10%;
  }
}
@media screen and (max-width: 1280px) {
  .blog-template {
    gap: 48px;
  }
  .blog-template .blog-template-carousel {
    width: calc(100% - 350px - 48px - 32px);
  }
  .blog-template .slick-list {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
  .blog-template .slick-slide {
    padding: 0 8px;
  }
}
@media screen and (max-width: 1024px) {
  .blog-template .blog-template-content {
    margin: 0 32px;
  }
  .blog-template .blog-template-carousel {
    width: 100%;
  }
  .blog-template .slick-list {
    padding: 0 30% !important;
  }
}
@media screen and (max-width: 820px) {
  .blog-template .slick-list {
    padding: 0 20% !important;
  }
}
@media screen and (max-width: 500px) {
  .blog-template .blog-template-content {
    margin: 0 16px;
  }
  .blog-template .slick-list {
    padding: 0 10% !important;
  }
}
.common-content {
  width: 465px;
}
.common-content .common-content-logo {
  margin-bottom: 64px;
}
.common-content .common-content-logo img {
  max-width: 107px;
}
.common-content .common-content-title {
  margin-bottom: 48px;
}
.common-content .common-content-main, .common-content .common-content-button-wrapper {
  margin-bottom: 64px;
}
.common-content .common-content-link:hover {
  color: #A31DE1 !important;
}

.common-content:not(.white-color-wrapper) .common-content-link {
  color: #161A1E;
}

.common-content.white-color-wrapper .common-content-link {
  color: #fff;
}

@media screen and (max-width: 1680px) {
  .common-content .common-content-logo {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1280px) {
  .common-content {
    gap: 48px;
    width: 350px;
  }
  .common-content .common-content-main, .common-content .common-content-button-wrapper {
    margin-bottom: 48px;
  }
  .common-content .common-content-title, .common-content .common-content-logo {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .common-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .common-content .common-content-main, .common-content .common-content-button-wrapper {
    margin-bottom: 32px;
  }
  .common-content .common-content-title {
    margin-bottom: 24px;
  }
}
@property --animatedGradientColor {
  syntax: "<color>";
  initial-value: rgba(9, 9, 9, 0);
  inherits: false;
}
.single-blog-card .single-blog-card-link:before {
  content: "";
  display: block;
  padding-top: 155.58%;
}
.single-blog-card .single-blog-card-link:hover .single-blog-card-overlay {
  --animatedGradientColor: rgba(230, 67, 255, 0.2);
}
.single-blog-card .single-blog-card-link:hover .single-blog-card-button {
  color: #fff !important;
  background-color: #3DBA97 !important;
}
.single-blog-card .single-blog-card-link:hover .single-blog-card-button .button-arrow {
  background-color: #161A1E !important;
}
.single-blog-card .single-blog-card-link:hover .single-blog-card-button .button-arrow svg path {
  fill: #fff !important;
}
.single-blog-card .single-blog-card-overlay {
  z-index: 0;
  background: linear-gradient(180.05deg, var(--animatedGradientColor) 40.84%, rgba(0, 0, 0, 0.7) 99.95%);
  transition: --animatedGradientColor 0.2s linear;
}
.single-blog-card .single-blog-card-content {
  left: 40px;
  bottom: 48px;
  width: calc(100% - 80px);
  max-height: calc(100% - 48px - 40px - 58px - 32px);
}
.single-blog-card .single-blog-card-title {
  margin-bottom: 16px;
}
.single-blog-card .single-blog-card-button {
  top: 40px;
  left: 40px;
}

@media screen and (max-width: 1680px) {
  .single-blog-card .single-blog-card-content {
    left: 32px;
    bottom: 40px;
    width: calc(100% - 64px);
    max-height: calc(100% - 40px - 32px - 58px - 32px);
  }
  .single-blog-card .single-blog-card-button {
    top: 32px;
    left: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .single-blog-card .single-blog-card-content {
    left: 16px;
    bottom: 32px;
    width: calc(100% - 32px);
    max-height: calc(100% - 32px - 16px - 58px - 24px);
  }
  .single-blog-card .single-blog-card-title {
    margin-bottom: 12px;
  }
  .single-blog-card .single-blog-card-button {
    top: 16px;
    left: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .single-blog-card .single-blog-card-content {
    bottom: 16px;
    max-height: calc(100% - 16px - 16px - 58px - 24px);
  }
}
.plans-template {
  background-color: #F0F2F4;
}
.plans-template:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 96px;
  background-color: #F0F2F4;
  z-index: -1;
}
.plans-template .plans-container {
  gap: 96px;
}
.plans-template .plans-list {
  width: calc(100% - 465px - 96px);
  gap: 20px;
}
.plans-template .single-plan {
  width: calc((100% - 40px) / 3.001);
}
.plans-template .plans-template-content-no-title {
  padding-top: 36px;
}

@media screen and (max-width: 1680px) {
  .plans-template:before {
    height: 64px;
  }
  .plans-template .plans-container {
    gap: 64px;
  }
  .plans-template .plans-list {
    width: calc(100% - 465px - 64px);
  }
}
@media screen and (max-width: 1599px) {
  .plans-template .plans-list, .plans-template .plans-template-content {
    width: 100%;
  }
  .plans-template .plans-template-content .common-home-content-main, .plans-template .plans-template-content .plans-template-title {
    margin-bottom: 32px;
  }
  .plans-template .plans-template-content-no-title {
    padding-top: 0;
  }
}
@media screen and (max-width: 1280px) {
  .plans-template:before {
    height: 48px;
  }
  .plans-template .plans-container {
    gap: 48px;
  }
}
@media screen and (max-width: 1023px) {
  .plans-template .single-plan {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .plans-template .plans-template-content .plans-template-title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 500px) {
  .plans-template .plans-list {
    gap: 16px;
  }
}
.single-plan {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  padding: 48px 32px;
}
.single-plan:nth-of-type(3n) {
  margin-top: 84px;
}
.single-plan:nth-of-type(3n+1) {
  margin-top: 36px;
}
.single-plan .single-plan-overlay {
  background-color: rgba(22, 26, 30, 0.8);
}
.single-plan .single-plan-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}
.single-plan .single-plan-price {
  margin-bottom: 24px;
}
.single-plan .single-plan-content {
  margin-bottom: 32px;
}
.single-plan .single-plan-content > *:not(ul) {
  text-align: center;
}
.single-plan .single-plan-button {
  margin-bottom: 48px;
}
.single-plan .single-plan-recommendation {
  gap: 8px;
}
.single-plan .single-plan-recommendation span {
  font-size: 14px;
  line-height: 17px;
  color: #EFCC5A;
}
.single-plan .single-plan-recommendation svg {
  width: 23px;
  height: 23px;
}

.single-plan-reversed .single-plan-title, .single-plan-reversed .single-plan-price {
  color: #fff;
}
.single-plan-reversed .single-plan-content {
  color: #C6DAEE;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .single-plan {
    padding: 32px 16px;
  }
}
@media screen and (max-width: 1023px) {
  .single-plan {
    margin-top: 0 !important;
  }
  .recommended-plan {
    order: 1;
  }
  .single-plan:not(.recommended-plan) {
    order: 2;
  }
}
@media screen and (max-width: 500px) {
  .single-plan {
    padding: 32px 16px;
  }
}
.home-hero .home-hero-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(9, 9, 9, 0.2) 100%);
}
.home-hero .home-hero-inner {
  min-height: 100vh;
  padding: calc(100px + 64px) 0 64px;
  gap: 48px;
}
.home-hero .home-hero-content {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.home-hero .home-hero-title {
  margin-bottom: 16px;
}
.home-hero .home-hero-wysiwyg {
  margin-bottom: 48px;
}
.home-hero .home-hero-wysiwyg {
  max-width: 700px;
}
.home-hero .home-hero-users {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 4px 0;
}
.home-hero .home-hero-users-images {
  padding: 0 4px;
}
.home-hero .home-hero-users-images:has(.home-hero-users-single:nth-of-type(2)) {
  margin-right: -9px;
}
.home-hero .home-hero-users-images:has(.home-hero-users-single:nth-of-type(3)) {
  margin-right: -18px;
}
.home-hero .home-hero-users-images:has(.home-hero-users-single:nth-of-type(4)) {
  margin-right: -27px;
}
.home-hero .home-hero-users-images:has(.home-hero-users-single:nth-of-type(5)) {
  margin-right: -36px;
}
.home-hero .home-hero-users-images:has(.home-hero-users-single:nth-of-type(6)) {
  margin-right: -45px;
}
.home-hero .home-hero-users-images:has(.home-hero-users-single:nth-of-type(7)) {
  margin-right: -54px;
}
.home-hero .home-hero-users-images:has(.home-hero-users-single:nth-of-type(8)) {
  margin-right: -63px;
}
.home-hero .home-hero-users-images:has(.home-hero-users-single:nth-of-type(9)) {
  margin-right: -72px;
}
.home-hero .home-hero-users-images:has(.home-hero-users-single:nth-of-type(10)) {
  margin-right: -81px;
}
.home-hero .home-hero-users-single {
  width: 40px;
  height: 40px;
}
.home-hero .home-hero-users-single .image-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.home-hero .home-hero-users-single:nth-of-type(2) {
  left: -9px;
}
.home-hero .home-hero-users-single:nth-of-type(3) {
  left: -18px;
}
.home-hero .home-hero-users-single:nth-of-type(4) {
  left: -27px;
}
.home-hero .home-hero-users-single:nth-of-type(5) {
  left: -36px;
}
.home-hero .home-hero-users-single:nth-of-type(6) {
  left: -45px;
}
.home-hero .home-hero-users-single:nth-of-type(7) {
  left: -54px;
}
.home-hero .home-hero-users-single:nth-of-type(8) {
  left: -63px;
}
.home-hero .home-hero-users-single:nth-of-type(9) {
  left: -72px;
}
.home-hero .home-hero-users-single:nth-of-type(10) {
  left: -81px;
}
.home-hero .home-hero-users-separator {
  width: 1px;
  height: 32px;
  margin: 4px -8px 4px 12px;
  background-color: rgba(255, 255, 255, 0.2);
}
.home-hero .home-hero-users-title {
  padding: 0 24px;
}
.home-hero .home-hero-link:hover {
  color: #A31DE1 !important;
}
.home-hero .home-hero-main {
  margin-bottom: 144px;
}

@media screen and (max-width: 1680px) {
  .home-hero .home-hero-main {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 1366px) {
  .home-hero .home-hero-inner {
    padding: calc(100px + 48px) 0 48px;
    gap: 32px;
  }
  .home-hero .home-hero-wysiwyg {
    margin-bottom: 32px;
  }
  .home-hero .home-hero-main {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1179px) {
  .home-hero .home-hero-inner {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 48px;
  }
  .home-hero .home-hero-content {
    width: 100%;
    text-align: center;
  }
  .home-hero .home-hero-wysiwyg {
    margin: 0 auto 32px;
  }
  .home-hero .home-hero-main {
    margin-bottom: 32px;
  }
}
.auth-reg-box {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  padding: 32px 24px 48px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}
.auth-reg-box .authorization-pane, .auth-reg-box .reset-password-pane, .auth-reg-box .reset-password-success-pane {
  width: 388px;
}
.auth-reg-box .registration-pane, .auth-reg-box .registration-success-pane {
  width: 524px;
}
.auth-reg-box .auth-reg-box-tabs {
  margin-bottom: 24px;
  gap: 20px;
}
.auth-reg-box .auth-reg-box-tabs li {
  font-size: 0;
}
.auth-reg-box .auth-reg-box-tabs button {
  border: 1px solid #fff;
  background-color: #fff;
  font-size: 14px;
  line-height: 17px;
  border-radius: 50px;
  padding: 8px 12px;
}
.auth-reg-box .auth-reg-box-tabs button:hover {
  border: 1px solid #CDCDCD;
}
.auth-reg-box .auth-reg-box-tabs .active {
  border: 1px solid #CDCDCD;
}
.auth-reg-box .reset-password-toggle-wrapper {
  text-align: right;
  padding-top: 8px;
  font-size: 0;
  margin-bottom: 24px;
}
.auth-reg-box .reset-password-toggle {
  font-size: 12px;
  line-height: 15px;
  color: #7F8589;
  text-decoration: underline;
}
.auth-reg-box .reset-password-toggle:hover {
  color: #A31DE1;
}
.auth-reg-box .authorization-form {
  margin-bottom: 24px;
}
.auth-reg-box .auth-reg-box-separator {
  margin: 24px 0;
}
.auth-reg-box .authorization-form-preloader, .auth-reg-box .reset-password-form-preloader {
  top: calc(100% + 7px);
  left: calc(50% - 40px);
}
.auth-reg-box .registration-form-preloader {
  top: calc(100% + 12px);
  left: calc(50% - 40px);
}
.auth-reg-box .registration-submit-wrapper {
  max-width: 391px;
}

@media screen and (max-width: 1179px) {
  .auth-reg-box {
    flex-shrink: 1;
    -webkit-flex-shrink: 1;
    margin: 0 auto;
  }
  .auth-reg-box .authorization-pane, .auth-reg-box .reset-password-pane, .auth-reg-box .reset-password-success-pane, .auth-reg-box .registration-pane, .auth-reg-box .registration-success-pane {
    max-width: 100%;
  }
}
.services-template .services-main {
  width: 653px;
}
.services-template .services-main-title-wrapper {
  top: 96px;
  right: 120px;
  width: 0;
  height: 0;
}
.services-template .services-main-title {
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: 100% 100%;
}
.services-template .services-list {
  width: calc(100% - 653px - (100% - 1664px) / 2);
  margin-right: calc((100% - 1664px) / 2);
  padding: 32px;
}

@media screen and (max-width: 1672px) {
  .services-template .services-list {
    width: calc(100% - 653px);
    margin-right: 0;
  }
}
@media screen and (max-width: 1600px) {
  .services-template .services-main {
    width: 420px;
  }
  .services-template .services-main-title-wrapper {
    top: 48px;
    right: 24px;
  }
  .services-template .services-main-title {
    font-size: 60px;
    line-height: 72px;
  }
  .services-template .services-list {
    width: calc(100% - 420px);
  }
}
@media screen and (max-width: 1271px) {
  .services-template .services-main {
    display: none;
  }
  .services-template .services-list {
    width: 100%;
    padding: 48px 32px;
  }
}
@media screen and (max-width: 500px) {
  .services-template .services-list {
    padding: 48px 16px;
  }
}
.single-service {
  margin-bottom: 24px;
}
.single-service .single-service-gradient {
  background: linear-gradient(179.55deg, rgba(9, 9, 9, 0) 0.39%, rgba(0, 0, 0, 0.7) 99.61%);
}
.single-service .single-service-container {
  min-height: 360px;
  padding: 40px;
  gap: 32px;
}
.single-service .single-service-content-wrapper {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.single-service .single-service-button {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.single-service .single-service-title {
  margin-bottom: 16px;
}
.single-service .single-service-preview {
  max-width: 585px;
}

@media screen and (max-width: 1271px) {
  .single-service .single-service-container {
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .single-service .single-service-container {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    flex-direction: column;
    -webkit-flex-direction: column;
    min-height: 0;
  }
  .single-service .single-service-content-wrapper, .single-service .single-service-button {
    width: 100%;
  }
  .single-service .single-service-content-wrapper {
    align-items: flex-start !important;
    -webkit-align-items: flex-start !important;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-grow: 0;
    -webkit-flex-grow: 0;
  }
}
@media screen and (max-width: 500px) {
  .single-service {
    margin-bottom: 16px;
  }
}
.hero-wrapper {
  padding: 48px 0;
}

.hero {
  gap: 16px 32px;
}

.hero-title {
  margin-bottom: 0;
}

.hero-button-wrapper {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  margin-left: auto;
}

.hero-button {
  color: #161A1E;
}
.hero-button:hover {
  color: #A31DE1 !important;
}

.pagination {
  width: 100%;
  gap: 56px;
  padding-top: 64px;
}
.pagination .page-numbers {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: auto;
  height: auto;
  font-size: 30px;
  line-height: 45px;
  color: #A3AEBA;
}
.pagination .page-numbers:hover {
  color: #fff;
}
.pagination .page-numbers.current {
  color: #fff;
}
.pagination .page-numbers.dots {
  color: #A3AEBA;
}
.pagination .page-numbers.dots:hover {
  color: #A3AEBA;
}

@media screen and (max-width: 1680px) {
  .pagination {
    gap: 48px;
    padding-top: 48px;
  }
}
@media screen and (max-width: 1280px) {
  .pagination {
    gap: 32px;
    padding-top: 32px;
  }
}
.single-hero .single-hero-overlay {
  background: linear-gradient(180deg, rgba(9, 9, 9, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.single-hero .single-hero-inner {
  min-height: calc(100vh - 100px);
  padding: 128px 0;
}
.single-hero .single-hero-content {
  max-width: 682px;
}
.single-hero .single-hero-date {
  margin-bottom: 96px;
}
.single-hero .single-hero-title {
  margin-bottom: 24px;
}

@media screen and (max-width: 1680px) {
  .single-hero .single-hero-inner {
    padding: 64px 0;
  }
  .single-hero .single-hero-date {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1366px) {
  .single-hero .single-hero-inner {
    padding: 48px 0;
  }
  .single-hero .single-hero-content {
    max-width: 500px;
  }
  .single-hero .single-hero-date {
    margin-bottom: 32px;
  }
}
.blog-simple {
  padding: 64px 0 96px;
}
.blog-simple .blog-articles-title {
  margin-bottom: 64px;
}

@media screen and (max-width: 1680px) {
  .blog-simple {
    padding: 64px 0;
  }
  .blog-simple .blog-articles-title {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1280px) {
  .blog-simple {
    padding: 48px 0;
  }
  .blog-simple .blog-articles-title {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .blog-simple .single-blog-card:nth-of-type(odd):nth-last-of-type(1) {
    width: 100%;
  }
}
.sidebar-articles {
  margin-bottom: 64px;
}
.sidebar-articles .sidebar-articles-list {
  margin-bottom: 32px;
}
.sidebar-articles .single-sidebar-article {
  margin-bottom: 32px;
}
.sidebar-articles .single-sidebar-article a {
  gap: 20px;
}
.sidebar-articles .single-sidebar-article a:hover .single-sidebar-article-title, .sidebar-articles .single-sidebar-article a:hover .single-sidebar-article-excerpt {
  color: #A31DE1;
}
.sidebar-articles .single-sidebar-article-image {
  width: 86px;
}
.sidebar-articles .single-sidebar-article-image-inner:before {
  content: "";
  display: block;
  padding-top: 139.53%;
}
.sidebar-articles .single-sidebar-article-image-inner img {
  border-radius: 10px;
}
.sidebar-articles .single-sidebar-article-content {
  width: calc(100% - 20px - 86px);
}
.sidebar-articles .single-sidebar-article-title {
  font-size: 17px;
  line-height: 21px;
}
.sidebar-articles .single-sidebar-article-excerpt {
  font-size: 14px;
  line-height: 22px;
}
.sidebar-articles .sidebar-articles-button {
  color: #161A1E;
}
.sidebar-articles .sidebar-articles-button:hover {
  color: #A31DE1 !important;
}

@media screen and (max-width: 1680px) {
  .sidebar-articles {
    margin-bottom: 48px;
  }
}
.common-sidebar {
  width: 337px;
  border-right: 1px solid #D9D9D9;
}
.common-sidebar .common-sidebar-inner {
  padding: 0 32px 64px 0;
}

@media screen and (max-width: 1680px) {
  .common-sidebar .common-sidebar-inner {
    padding: 0 32px 48px 0;
  }
}
@media screen and (max-width: 1024px) {
  .common-sidebar {
    width: 100%;
    order: 2;
    border-right: none;
  }
  .common-sidebar .common-sidebar-inner {
    padding: 0;
  }
  .common-sidebar .sidebar-menu {
    display: none !important;
  }
}
.training-programs-list {
  gap: 48px;
}

.training-programs-title {
  margin-bottom: 48px;
}

.single-program {
  width: calc(50% - 24px);
}
.single-program:before {
  content: "";
  display: block;
  padding-top: 84.31%;
}
.single-program .single-program-gradient {
  background: linear-gradient(179.55deg, rgba(9, 9, 9, 0) 0.39%, rgba(0, 0, 0, 0.7) 99.61%);
}
.single-program .single-program-gradient-premium {
  background: linear-gradient(179.55deg, rgba(9, 9, 9, 0) 0.39%, #2F1333 99.61%);
}
.single-program .single-program-inner {
  position: absolute;
  left: 48px;
  bottom: 64px;
  width: calc(100% - 96px);
  max-height: calc(100% - 128px);
  overflow: auto;
}
.single-program .single-program-inner::-webkit-scrollbar {
  width: 0;
}
.single-program .single-program-inner::-webkit-scrollbar-track, .single-program .single-program-inner::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.single-program .single-program-main, .single-program .single-program-subtext {
  margin-bottom: 32px;
}
.single-program .single-program-title {
  margin-bottom: 16px;
}
.single-program .single-program-subtext {
  max-width: 580px;
}
.single-program .single-program-content > ul li {
  font-size: 16px;
}
.single-program .single-program-auth {
  background: linear-gradient(179.55deg, rgba(0, 0, 0, 0.7) 0.39%, rgba(9, 9, 9, 0.7) 99.61%);
  overflow: auto;
}
.single-program .single-program-auth::-webkit-scrollbar {
  width: 0;
}
.single-program .single-program-auth::-webkit-scrollbar-track, .single-program .single-program-auth::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.single-program .single-program-auth-inner {
  padding: 64px 32px;
  margin: 80px 32px;
  max-width: 546px;
}
.single-program .single-program-auth-main {
  margin-bottom: 48px;
}
.single-program .single-program-auth-title-wrapper {
  margin-bottom: 24px;
}
.single-program .single-program-auth-icon {
  margin-bottom: 12px;
}
.single-program .single-program-auth-icon img {
  width: 50px;
  height: 50px;
}
.single-program .single-program-auth-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.single-program .single-program-auth-content {
  max-width: 360px;
  margin: 0 auto;
}
.single-program .single-program-auth-buttons {
  margin-bottom: 48px;
  gap: 32px;
}
.single-program .single-program-premium svg {
  width: 44px;
  height: 30px;
}

.additional-programs-data {
  padding: 24px 0;
  width: calc(50% - 24px);
}

.additional-programs-main {
  margin-bottom: 32px;
}

.additional-programs-title {
  margin-bottom: 16px;
}

@media screen and (max-width: 1680px) {
  .single-program .single-program-auth-inner {
    margin: 64px 32px;
  }
}
@media screen and (max-width: 1280px) {
  .training-programs-list {
    gap: 32px;
  }
  .training-programs-title {
    margin-bottom: 32px;
  }
  .single-program {
    width: calc(50% - 16px);
  }
  .single-program .single-program-inner {
    left: 24px;
    bottom: 32px;
    width: calc(100% - 48px);
    max-height: calc(100% - 64px);
  }
  .single-program .single-program-auth-inner {
    padding: 48px 24px;
    margin: 48px 24px;
  }
  .single-program .single-program-auth-main {
    margin-bottom: 32px;
  }
  .single-program .single-program-auth-title-wrapper {
    margin-bottom: 16px;
  }
  .single-program .single-program-auth-buttons {
    margin-bottom: 32px;
  }
  .additional-programs-data {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 1179px) {
  .single-program {
    width: 100%;
    min-height: 352px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .single-program:before {
    content: none;
  }
  .single-program .single-program-inner {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    max-height: none;
    padding: 32px 24px;
  }
  .single-program .single-program-auth-inner {
    padding: 32px 16px;
    margin: 32px 16px;
  }
  .additional-programs-data {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .single-program {
    min-height: 376px;
  }
  .single-program .single-program-inner {
    padding: 24px 16px;
  }
}
.sidebar-menu {
  margin-bottom: 48px;
}
.sidebar-menu .sidebar-menu-inner {
  gap: 18px;
}
.sidebar-menu .sidebar-menu-inner > li > a {
  font-size: 16px;
  line-height: 25px;
  position: relative;
  color: #161A1E;
}
.sidebar-menu .sidebar-menu-inner > li > a:hover:before, .sidebar-menu .sidebar-menu-inner > li > a:hover:after {
  width: 100%;
  opacity: 1;
}
.sidebar-menu .sidebar-menu-inner > li > a:after {
  left: 0;
  background-color: #161A1E;
}
.sidebar-menu .sidebar-menu-inner > li > a:before, .sidebar-menu .sidebar-menu-inner > li > a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.sidebar-menu .sidebar-menu-inner > li > a:hover {
  color: #161A1E;
}
.sidebar-menu .sidebar-menu-inner .current-menu-item > a:before, .sidebar-menu .sidebar-menu-inner .current-menu-item > a:after, .sidebar-menu .sidebar-menu-inner .current-page-ancestor > a:before, .sidebar-menu .sidebar-menu-inner .current-page-ancestor > a:after, .sidebar-menu .sidebar-menu-inner .current-menu-ancestor > a:before, .sidebar-menu .sidebar-menu-inner .current-menu-ancestor > a:after {
  width: 100%;
  opacity: 1;
}

.menu-dropdown-container {
  width: 100%;
}

.menu-dropdown-wrapper {
  text-align: right;
}

.menu-dropdown-link {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 25px;
  color: #161A1E;
}
.menu-dropdown-link svg {
  width: 13px;
  height: 8px;
}
.menu-dropdown-link svg path {
  transition: all 0.2s linear;
  fill: #000;
}
.menu-dropdown-link:hover {
  color: #A31DE1;
}
.menu-dropdown-link:hover svg path {
  fill: #A31DE1;
}

.menu-dropdown-link.active {
  color: #A31DE1;
}
.menu-dropdown-link.active svg path {
  fill: #A31DE1;
}

.menu-dropdown {
  display: none;
}
.menu-dropdown > *:last-child {
  margin-bottom: 0 !important;
}
.menu-dropdown .sidebar-menu {
  padding-top: 18px;
  text-align: right;
}

@media screen and (min-width: 1025px) {
  .menu-dropdown-container {
    display: none !important;
  }
}
.video-category-main-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 48px;
}

.single-video {
  width: calc((100% - 96px) / 3.001);
}
.single-video .single-video-link:hover .single-video-title {
  color: #A31DE1;
}
.single-video .single-video-link:hover .single-video-image-play {
  animation: scaling 1s linear infinite;
  -webkit-animation: scaling 1s linear infinite;
}
.single-video .single-video-image {
  margin-bottom: 14px;
}
.single-video .single-video-image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.single-video .single-video-image-gradient {
  background: linear-gradient(179.55deg, rgba(9, 9, 9, 0) 0.39%, rgba(0, 0, 0, 0.7) 99.61%);
}
.single-video .single-video-title {
  font-size: 18px;
  line-height: 22px;
  color: #161A1E;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
.single-video .single-video-image-play {
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: 24px;
  left: 32px;
}
.single-video .single-video-image-play svg {
  width: 13px;
  height: 15px;
}
.single-video .single-video-image-time {
  gap: 6px;
  font-size: 14px;
  line-height: 21px;
  bottom: 16px;
  right: 24px;
}
.single-video .single-video-image-time svg {
  width: 21px;
  height: 21px;
}
.single-video .delete-from-favorites-wrapper {
  margin-bottom: 8px;
}
.single-video .delete-from-favorites {
  color: #696969;
}
.single-video .delete-from-favorites:hover:before, .single-video .delete-from-favorites:hover:after {
  width: 100%;
  opacity: 1;
}
.single-video .delete-from-favorites:after {
  left: 0;
  background-color: #A31DE1;
}
.single-video .delete-from-favorites:before, .single-video .delete-from-favorites:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.single-video .delete-from-favorites:hover {
  color: #A31DE1;
}
.single-video .single-video-completed-badge {
  top: 16px;
  right: 16px;
}
.single-video .single-video-completed-badge:hover {
  color: #fff !important;
  background-color: #3DBA97 !important;
  border: 1px solid #3DBA97 !important;
}
.single-video .single-video-completed-badge:hover:hover svg path {
  fill: #fff !important;
}

@media screen and (max-width: 1680px) {
  .video-category-main-list {
    gap: 32px;
  }
  .single-video {
    width: calc((100% - 64px) / 3.001);
  }
  .single-video .single-video-image-play {
    left: 24px;
    bottom: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .single-video {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .single-video {
    width: 100%;
  }
}
.profile-page .profile-inner-common {
  width: calc(100% - 337px);
  padding-left: 64px;
}

@media screen and (max-width: 1680px) {
  .profile-page .profile-inner-common {
    padding-left: 48px;
  }
}
@media screen and (max-width: 1280px) {
  .profile-page .profile-inner-common {
    padding-left: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .profile-page .profile-sidebar {
    display: none !important;
  }
  .profile-page .profile-wrapper-common .menu-dropdown-container {
    margin: 0 0 32px;
  }
  .profile-page .profile-inner-common {
    width: 100%;
    padding-left: 0;
  }
}
.common-modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(22, 26, 30, 0.8);
  padding: 64px 64px 84px;
  top: 0;
  left: 0;
  z-index: 1023;
  visibility: hidden;
  opacity: 0;
}
.common-modal::-webkit-scrollbar {
  width: 8px;
}
.common-modal::-webkit-scrollbar-track {
  background-color: #fff;
}
.common-modal::-webkit-scrollbar-thumb {
  background-color: #161A1E;
}
.common-modal .common-modal-content {
  margin: 0 auto;
}
.common-modal .common-modal-inner {
  border-radius: 20px;
}

.common-modal-visible {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .common-modal {
    padding: 32px 32px 48px;
  }
}
@media screen and (max-width: 500px) {
  .common-modal {
    padding: 16px 16px 24px;
  }
  .common-modal .common-modal-inner {
    border-radius: 20px;
  }
}
.delete-profile-modal .delete-profile-modal-content {
  max-width: 546px;
}
.delete-profile-modal .delete-profile-modal-inner {
  padding: 24px 32px 48px;
  text-align: center;
}
.delete-profile-modal .delete-profile-modal-icon {
  margin-bottom: 24px;
}
.delete-profile-modal .delete-profile-modal-icon img {
  width: 58px;
}
.delete-profile-modal .delete-profile-modal-title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
.delete-profile-modal .delete-profile-modal-wysiwyg {
  margin-bottom: 32px;
}
.delete-profile-modal .delete-profile-modal-wysiwyg > p, .delete-profile-modal .delete-profile-modal-wysiwyg > ul {
  margin-bottom: 20px;
}
.delete-profile-modal .delete-profile-modal-main {
  max-width: 366px;
  margin: 0 auto;
}
.delete-profile-modal .delete-profile-modal-buttons {
  gap: 12px;
}

@media screen and (max-width: 500px) {
  .delete-profile-modal .delete-profile-modal-inner {
    padding: 24px 16px 48px;
  }
}
.home-propositions-wrapper .home-propositions-inner {
  padding: 24px 0 96px;
  gap: 64px;
}
.home-propositions-wrapper .home-propositions {
  width: calc(100% - 465px - 64px);
  gap: 24px;
}
.home-propositions-wrapper .single-proposition:nth-of-type(1) {
  width: calc(45% - 12px);
}
.home-propositions-wrapper .single-proposition:nth-of-type(1) .single-blog-card-button {
  color: #161A1E !important;
  background-color: #fff !important;
}
.home-propositions-wrapper .single-proposition:nth-of-type(1) .single-blog-card-button .button-arrow {
  background-color: #D9D9D9 !important;
}
.home-propositions-wrapper .single-proposition:nth-of-type(1) .single-blog-card-button .button-arrow svg path {
  fill: #fff !important;
}
.home-propositions-wrapper .single-proposition:nth-of-type(1):hover .single-blog-card-button {
  color: #fff !important;
  background-color: #3DBA97 !important;
}
.home-propositions-wrapper .single-proposition:nth-of-type(1):hover .single-blog-card-button .button-arrow {
  background-color: #161A1E !important;
}
.home-propositions-wrapper .single-proposition:nth-of-type(1):hover .single-blog-card-button .button-arrow svg path {
  fill: #fff !important;
}
.home-propositions-wrapper .single-proposition:nth-of-type(2) {
  width: calc(55% - 12px);
}
.home-propositions-wrapper .single-proposition:nth-of-type(2) .single-blog-card-link:before {
  padding-top: 126.6%;
}

@media screen and (max-width: 1680px) {
  .home-propositions-wrapper .home-propositions-inner {
    padding: 24px 0 64px;
    gap: 48px;
  }
  .home-propositions-wrapper .home-propositions {
    width: calc(100% - 465px - 48px);
  }
}
@media screen and (max-width: 1280px) {
  .home-propositions-wrapper .home-propositions-inner {
    padding: 24px 0 48px;
    gap: 32px;
  }
  .home-propositions-wrapper .home-propositions {
    width: calc(100% - 350px - 32px);
  }
}
@media screen and (max-width: 1024px) {
  .home-propositions-wrapper .home-propositions-inner {
    gap: 48px;
  }
  .home-propositions-wrapper .home-propositions {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home-propositions-wrapper .single-proposition {
    width: 100% !important;
  }
  .home-propositions-wrapper .single-proposition .single-blog-card-link:before {
    padding-top: 155.58% !important;
  }
}
.home-reviews-wrapper {
  gap: 80px;
}
.home-reviews-wrapper .reviews-carousel {
  width: calc(100% - 465px - 80px - ((100% - 1664px) / 2 + 32px));
}
.home-reviews-wrapper .reviews-content {
  margin-right: calc((100% - 1664px) / 2 + 32px);
}
.home-reviews-wrapper .slick-list {
  width: calc(100% + 24px);
  margin: 0 -12px;
  padding-left: 260px;
}
.home-reviews-wrapper .slick-slide {
  padding: 8px 12px;
  font-size: 0;
}
.home-reviews-wrapper .single-review {
  padding: 32px 24px 40px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
}
.home-reviews-wrapper .single-review-image {
  width: 62px;
  height: 62px;
  margin-bottom: 20px;
}
.home-reviews-wrapper .single-review-name {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
}
.home-reviews-wrapper .single-review-text {
  color: #67727D;
}
.home-reviews-wrapper .slick-list {
  margin-bottom: 32px;
}
.home-reviews-wrapper .slick-dots {
  position: relative;
  bottom: auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  gap: 8px;
  text-align: left;
}
.home-reviews-wrapper .slick-dots:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  background-color: #D9D9D9;
  width: 100%;
  height: 1px;
}
.home-reviews-wrapper .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.home-reviews-wrapper .slick-dots .slick-active button {
  opacity: 1;
}
.home-reviews-wrapper .slick-dots button {
  opacity: 0;
  width: 37px;
  height: 37px;
  padding: 0;
  background-color: #161A1E;
  border-radius: 50%;
  background-image: url("../../images/white-arrow-horizontal.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 25px 9px;
}
.home-reviews-wrapper .slick-dots button:before {
  content: none;
}
.home-reviews-wrapper .show-more-review-text, .home-reviews-wrapper .show-less-review-text {
  font-size: 14px;
  line-height: 17px;
  color: #9CA6B0;
  font-family: FontRegular;
  position: relative;
}
.home-reviews-wrapper .show-more-review-text:hover:before, .home-reviews-wrapper .show-more-review-text:hover:after, .home-reviews-wrapper .show-less-review-text:hover:before, .home-reviews-wrapper .show-less-review-text:hover:after {
  width: 100%;
  opacity: 1;
}
.home-reviews-wrapper .show-more-review-text:after, .home-reviews-wrapper .show-less-review-text:after {
  left: 0;
  background-color: #A31DE1;
}
.home-reviews-wrapper .show-more-review-text:before, .home-reviews-wrapper .show-more-review-text:after, .home-reviews-wrapper .show-less-review-text:before, .home-reviews-wrapper .show-less-review-text:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.home-reviews-wrapper .show-more-review-text:hover, .home-reviews-wrapper .show-less-review-text:hover {
  color: #A31DE1;
}

@media screen and (max-width: 1680px) {
  .home-reviews-wrapper {
    gap: 64px;
  }
  .home-reviews-wrapper .reviews-carousel {
    width: calc(100% - 465px - 64px - 32px);
  }
  .home-reviews-wrapper .reviews-content {
    margin-right: 32px;
  }
}
@media screen and (max-width: 1600px) {
  .home-reviews-wrapper .slick-list {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1280px) {
  .home-reviews-wrapper {
    gap: 48px;
  }
  .home-reviews-wrapper .reviews-carousel {
    width: calc(100% - 350px - 48px - 32px);
  }
  .home-reviews-wrapper .slick-list {
    width: calc(100% + 16px);
    margin: 0 -8px 32px;
  }
  .home-reviews-wrapper .slick-slide {
    padding: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .home-reviews-wrapper .reviews-content {
    margin: 0 32px;
    order: 1;
  }
  .home-reviews-wrapper .reviews-carousel {
    width: 100%;
    order: 2;
  }
  .home-reviews-wrapper .slick-list {
    padding: 0 30%;
  }
}
@media screen and (max-width: 820px) {
  .home-reviews-wrapper .slick-list {
    padding: 0 20%;
  }
}
@media screen and (max-width: 500px) {
  .home-reviews-wrapper .reviews-content {
    margin: 0 16px;
  }
  .home-reviews-wrapper .slick-list {
    padding: 0 10%;
  }
  .home-reviews-wrapper .single-review {
    padding: 24px 16px 32px;
  }
}
.single-service-page .single-service-image:before {
  content: "";
  display: block;
  padding-top: 21.77%;
}
.single-service-page .single-service-image-logo-container {
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: right;
}
.single-service-page .single-service-image-logo {
  max-height: 69px;
}
.single-service-page .single-service-wrapper {
  padding: 48px 0 24px;
}
.single-service-page .single-service-content {
  width: calc(100% - 96px - 395px);
}
.single-service-page .single-service-additional {
  width: 395px;
  margin-left: auto;
}
.single-service-page .single-service-additional-inner {
  border-radius: 40px;
}
.single-service-page .single-service-additional-inner:before {
  content: "";
  display: block;
  padding-top: 186.58%;
}
.single-service-page .single-service-additional-button {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

@media screen and (max-width: 1680px) {
  .single-service-page .single-service-content {
    width: calc(100% - 64px - 395px);
  }
}
@media screen and (max-width: 1280px) {
  .single-service-page .single-service-wrapper {
    padding: 48px 0 0;
  }
  .single-service-page .single-service-content {
    width: calc(100% - 48px - 395px);
  }
}
@media screen and (max-width: 1023px) {
  .single-service-page .single-service-image:before {
    padding-top: 43.54%;
  }
  .single-service-page .single-service-content {
    width: 100%;
  }
  .single-service-page .single-service-additional {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .single-service-page .single-service-image-logo-container {
    bottom: 16px;
  }
  .single-service-page .single-service-additional-inner {
    border-radius: 20px;
  }
}
.blog-page .blog-container {
  padding: 48px 0 96px;
}
.blog-page .blog-categories {
  gap: 24px 64px;
  margin-bottom: 36px;
}
.blog-page .single-category a {
  color: #A3AEBA;
}
.blog-page .single-category a:hover:before, .blog-page .single-category a:hover:after {
  width: 100%;
  opacity: 1;
}
.blog-page .single-category a:after {
  left: 0;
  background-color: #fff;
}
.blog-page .single-category a:before, .blog-page .single-category a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.blog-page .single-category a:before, .blog-page .single-category a:after {
  height: 2px;
  bottom: -7px;
}
.blog-page .single-category a:hover {
  color: #fff;
}
.blog-page .single-category .active {
  color: #fff;
}
.blog-page .single-category .active:before, .blog-page .single-category .active:after {
  width: 100%;
  opacity: 1;
}
.blog-page .blog-main {
  margin-bottom: 96px;
}
.blog-page .blog-main-title {
  margin-bottom: 20px;
}

.blog-articles {
  gap: 96px;
}
.blog-articles .single-blog-card {
  width: calc((100% - 192px) / 3.001);
}

@media screen and (max-width: 1680px) {
  .blog-page .blog-container {
    padding: 48px 0 64px;
  }
  .blog-page .blog-categories {
    gap: 24px 48px;
  }
  .blog-page .blog-main {
    margin-bottom: 64px;
  }
  .blog-articles {
    gap: 64px;
  }
  .blog-articles .single-blog-card {
    width: calc((100% - 128px) / 3.001);
  }
}
@media screen and (max-width: 1280px) {
  .blog-page .blog-container {
    padding: 48px 0;
  }
  .blog-page .blog-categories {
    gap: 24px 32px;
  }
  .blog-page .blog-main {
    margin-bottom: 48px;
  }
  .blog-articles {
    gap: 32px;
  }
  .blog-articles .single-blog-card {
    width: calc((100% - 64px) / 3.001);
  }
}
@media screen and (max-width: 1024px) {
  .blog-page .blog-main {
    margin-bottom: 32px;
  }
  .blog-articles {
    gap: 32px;
  }
  .blog-articles .single-blog-card {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .blog-articles .single-blog-card {
    width: 100%;
  }
}
.single-page .single-page-main {
  padding: 48px 0 96px;
  gap: 96px;
}
.single-page .single-page-main-wysiwyg {
  width: calc(100% - 470px - 96px);
}
.single-page .single-page-main-sidebar {
  width: 470px;
}

@media screen and (max-width: 1680px) {
  .single-page .single-page-main {
    padding: 48px 0 64px;
    gap: 64px;
  }
  .single-page .single-page-main-wysiwyg {
    width: calc(100% - 470px - 64px);
  }
}
@media screen and (max-width: 1280px) {
  .single-page .single-page-main {
    padding: 48px 0;
    gap: 48px;
  }
  .single-page .single-page-main-wysiwyg {
    width: calc(100% - 295px - 48px);
  }
  .single-page .single-page-main-sidebar {
    width: 295px;
  }
}
@media screen and (max-width: 1024px) {
  .single-page .single-page-main-wysiwyg, .single-page .single-page-main-sidebar {
    width: 100%;
  }
}
.single-plan-page .plan-selection-wrapper {
  padding: 64px 0 96px;
  background-color: #F0F2F4;
}
.single-plan-page .plan-selection-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 96px;
  background-color: #F0F2F4;
  z-index: -1;
}
.single-plan-page .plan-selection-inner {
  max-width: 946px;
  gap: 48px;
}
.single-plan-page .single-plan {
  width: 326px;
  margin-top: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.single-plan-page .plan-form {
  height: 100%;
}
.single-plan-page .plan-form-wrapper {
  width: calc(100% - 326px - 48px);
  padding: 32px 24px 48px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
}
.single-plan-page .plan-form-preloader {
  top: calc(100% + 12px);
  left: calc(50% - 40px);
}
.single-plan-page .plan-submit-wrapper {
  max-width: 390px;
  margin-top: auto;
}
.single-plan-page .plan-form-wysiwyg {
  max-width: 450px;
}
.single-plan-page .plan-selection-image {
  width: 600px;
  height: calc(100% - 96px);
  top: 0;
  right: 0;
}

@media screen and (max-width: 1680px) {
  .single-plan-page .plan-selection-wrapper {
    padding: 64px 0;
  }
  .single-plan-page .plan-selection-wrapper:before {
    height: 64px;
  }
  .single-plan-page .plan-selection-image {
    height: calc(100% - 64px);
  }
}
@media screen and (max-width: 1679px) {
  .single-plan-page .plan-selection-inner {
    gap: 32px;
    max-width: 800px;
  }
  .single-plan-page .plan-form-wrapper {
    width: calc(100% - 326px - 32px);
  }
  .single-plan-page .plan-selection-image {
    width: 494px;
  }
}
@media screen and (max-width: 1365px) {
  .single-plan-page .plan-selection-inner, .single-plan-page .plan-form-wysiwyg {
    max-width: none;
  }
  .single-plan-page .plan-selection-image {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .single-plan-page .plan-selection-wrapper {
    padding: 48px 0;
  }
  .single-plan-page .plan-selection-wrapper:before {
    height: 48px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .single-plan-page .single-plan {
    padding: 48px 32px;
  }
}
@media screen and (min-width: 1024px) {
  .single-plan-page .plan-form-success {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  .single-plan-page .single-plan, .single-plan-page .plan-form-wrapper {
    width: 100%;
  }
  .single-plan-page .single-plan {
    order: 1;
  }
  .single-plan-page .plan-form {
    height: auto;
  }
  .single-plan-page .plan-form-wrapper {
    order: 2;
  }
  .single-plan-page .plan-submit-wrapper {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .single-plan-page .plan-form-wrapper {
    padding: 32px 16px 48px;
  }
}
.contacts-page .contacts-container {
  max-width: 572px;
  padding: 32px 24px 48px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}
.contacts-page .contacts-inner {
  min-height: calc(100vh - 100px);
}
.contacts-page .contact-form-preloader {
  top: calc(100% + 12px);
  left: calc(50% - 40px);
}

@media screen and (max-width: 500px) {
  .contacts-page .contacts-container {
    padding: 32px 16px 48px;
  }
}
.studio-page .studio-subscription {
  background-color: #F0F2F4;
}
.studio-page .studio-subscription-container {
  gap: 64px;
}
.studio-page .studio-plans-wrapper {
  width: 690px;
}
.studio-page .studio-information-wrapper {
  width: calc(100% - 690px - 64px);
}
.studio-page .studio-plans-wysiwyg {
  max-width: 600px;
  margin-bottom: 48px;
}
.studio-page .studio-plans-wysiwyg-with-plans {
  margin-bottom: 112px;
}
.studio-page .plans-spacer {
  height: 64px;
}
.studio-page .studio-plans {
  gap: 32px;
}
.studio-page .single-studio-plan {
  width: calc(50% - 16px);
  padding: 32px 24px 48px;
}
.studio-page .single-studio-plan:nth-of-type(2n) {
  bottom: 64px;
}
.studio-page .single-studio-plan:nth-last-of-type(1):nth-of-type(odd) {
  width: 100%;
}
.studio-page .studio-plan-icon svg {
  width: 27px;
  height: 18px;
}
.studio-page .studio-plan-price span {
  font-size: 15px;
}
.studio-page .studio-information-video-wrapper {
  margin-bottom: 48px;
}
.studio-page .studio-information-video-inner:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.studio-page .studio-information-video-gradient {
  background: linear-gradient(236.37deg, rgba(0, 0, 0, 0.1) 1.39%, rgba(0, 0, 0, 0.5) 69.97%);
}
.studio-page .studio-information-video-badge {
  top: 0;
  left: 48px;
  padding: 13.5px 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1;
}
.studio-page .studio-information-video-data {
  left: 48px;
  bottom: 48px;
  z-index: 1;
  width: calc(100% - 96px);
  gap: 16px;
}
.studio-page .studio-information-video-play {
  width: 94px;
  height: 94px;
  animation: scaling 1.5s linear infinite;
  -webkit-animation: scaling 1.5s linear infinite;
}
.studio-page .studio-information-video-play svg {
  width: 19px;
  height: 22px;
}
.studio-page .studio-information-video-title {
  width: calc(100% - 94px - 16px);
}
.studio-page .wysiwyg-show-more {
  color: #161A1E;
}
.studio-page .wysiwyg-show-more:hover {
  color: #A31DE1 !important;
}
.studio-page .studio-information-about-main {
  gap: 32px;
}
.studio-page .studio-information-about-image {
  width: 104px;
  height: 104px;
  border: 1px solid #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}
.studio-page .studio-information-about-content {
  width: calc(100% - 104px - 32px);
  max-width: 376px;
}
.studio-page .studio-information-about-content-title {
  font-size: 20px;
  line-height: 24px;
}
.studio-page .studio-subscription-success {
  background-color: #3DBA97;
  padding: 16px 0;
}
.studio-page .studio-subscription-success-inner {
  gap: 20px;
}
.studio-page .studio-subscription-success-image svg {
  width: 33px;
  height: 33px;
}
.studio-page .studio-subscription-success-title {
  width: calc(100% - 33px - 20px);
  margin-bottom: 0;
  top: 4px;
}

@media screen and (max-width: 1366px) {
  .studio-page .studio-information-video-badge {
    left: 32px;
  }
  .studio-page .studio-information-video-data {
    left: 32px;
    bottom: 32px;
    width: calc(100% - 64px);
  }
  .studio-page .studio-information-video-play {
    width: 80px;
    height: 80px;
  }
  .studio-page .studio-information-video-title {
    width: calc(100% - 80px - 16px);
  }
}
@media screen and (max-width: 1280px) {
  .studio-page .studio-subscription-container {
    gap: 48px;
  }
  .studio-page .studio-information-wrapper {
    width: calc(100% - 690px - 48px);
  }
  .studio-page .studio-plans-wysiwyg, .studio-page .studio-information-video-wrapper {
    margin-bottom: 32px;
  }
  .studio-page .studio-plans-wysiwyg-with-plans {
    margin-bottom: 80px;
  }
  .studio-page .plans-spacer {
    height: 48px;
  }
  .studio-page .single-studio-plan:nth-of-type(2n) {
    bottom: 48px;
  }
}
@media screen and (max-width: 1271px) {
  .studio-page .studio-plans-wrapper, .studio-page .studio-information-wrapper {
    width: 100%;
  }
  .studio-page .studio-plans-wysiwyg {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .studio-page .single-studio-plan {
    width: 100%;
  }
  .studio-page .single-studio-plan:nth-of-type(2n) {
    bottom: auto;
  }
  .studio-page .studio-plans-wysiwyg-with-plans {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 500px) {
  .studio-page .single-studio-plan {
    padding: 32px 16px 48px;
  }
  .studio-page .studio-information-about-main {
    gap: 16px;
  }
  .studio-page .studio-information-about-image {
    width: 80px;
    height: 80px;
  }
  .studio-page .studio-information-about-content {
    width: calc(100% - 80px - 16px);
  }
}
.video-category-page .video-category-hero {
  padding: 96px 0;
}
.video-category-page .video-category-hero-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(9, 9, 9, 0.2) 100%);
}
.video-category-page .video-category-main-inner {
  gap: 48px;
}
.video-category-page .video-category-main {
  width: calc(100% - 337px - 48px);
}

@media screen and (max-width: 1680px) {
  .video-category-page .video-category-hero {
    padding: 64px 0;
  }
}
@media screen and (max-width: 1280px) {
  .video-category-page .video-category-hero {
    padding: 48px 0;
  }
  .video-category-page .video-category-main-inner {
    gap: 32px;
  }
  .video-category-page .video-category-main {
    width: calc(100% - 337px - 32px);
  }
}
@media screen and (max-width: 1024px) {
  .video-category-page .video-category-main {
    width: 100%;
    order: 1;
  }
}
@media screen and (min-width: 1921px) {
  .single-video-page .video-description-image-title {
    left: calc((1920px - 1664px) / 2 + 32px - 4px) !important;
  }
}
.single-video-page .video-description-container {
  max-width: 1920px;
  margin: 0 auto;
}
.single-video-page .video-description-image {
  width: 837px;
}
.single-video-page .video-description-image-inner:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.single-video-page .video-description-image-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(9, 9, 9, 0.2) 100%);
}
.single-video-page .video-description-image-title {
  font-size: 50px;
  line-height: 61px;
  margin-bottom: 0;
  left: calc((100vw - 1664px) / 2 + 32px - 4px);
  bottom: 144px;
  max-height: calc(100% - 144px - 32px);
  max-width: calc(100% - 32px - ((100vw - 1664px) / 2 + 32px - 4px));
}
.single-video-page .video-description-image-title::-webkit-scrollbar {
  width: 0;
}
.single-video-page .video-description-image-title::-webkit-scrollbar-track, .single-video-page .video-description-image-title::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.single-video-page .video-description-content {
  width: calc(100% - 837px);
  padding: 0 32px 0 80px;
  max-width: 955px;
}
.single-video-page .video-description-content-inner {
  margin-bottom: 64px;
}
.single-video-page .video-description-wysiwyg, .single-video-page .video-description-wysiwyg-additional {
  max-width: 643px;
}
.single-video-page .video-description-wysiwyg {
  margin-bottom: 40px;
}
.single-video-page .video-description-wysiwyg-additional, .single-video-page .video-description-timing {
  margin-bottom: 25px;
}
.single-video-page .video-description-timing {
  gap: 14px;
}
.single-video-page .video-description-timing-inner {
  gap: 7px;
  font-size: 14px;
  line-height: 21px;
  color: #7F8589;
  font-family: FontSemiBold;
}
.single-video-page .video-description-attachment {
  gap: 8px;
}
.single-video-page .video-description-attachment svg {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.single-video-page .video-description-attachment span {
  font-size: 14px;
  line-height: 21px;
  max-width: calc(100% - 42px - 8px);
  color: #161A1E;
  transition: all 0.2s linear;
}
.single-video-page .video-description-attachment:hover span {
  color: #A31DE1;
}
.single-video-page .video-description-button a .button-arrow svg {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: all 0.2s linear;
}
.single-video-page .video-container {
  margin-bottom: 96px;
}
.single-video-page .video-navigation {
  margin-bottom: 24px;
  gap: 24px;
}
.single-video-page .video-inner:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.single-video-page .video-gradient {
  background: linear-gradient(179.55deg, rgba(9, 9, 9, 0) 0.39%, rgba(0, 0, 0, 0.7) 99.61%);
}
.single-video-page .video-gradient-play {
  width: 210px;
  height: 210px;
  top: calc(50% - 105px);
  left: calc(50% - 105px);
  animation: scaling 1.5s linear infinite;
  -webkit-animation: scaling 1.5s linear infinite;
}
.single-video-page .video-gradient-play svg {
  width: 49px;
  height: 57px;
}
.single-video-page .video-description-container, .single-video-page .additional-videos-titles {
  margin-bottom: 48px;
}

@media screen and (max-width: 1680px) {
  .single-video-page .video-description-content {
    padding: 0 32px;
  }
  .single-video-page .video-description-content-inner {
    margin-bottom: 48px;
  }
  .single-video-page .video-container {
    margin-bottom: 64px;
  }
  .single-video-page .video-description-image-title {
    left: 32px;
    max-width: calc(100% - 64px);
  }
}
@media screen and (min-width: 1281px) {
  .single-video-page .additional-videos-container .video-category-main-list {
    gap: 32px;
  }
  .single-video-page .additional-videos-container .single-video {
    width: calc((100% - 96px) / 4.001);
  }
}
@media screen and (max-width: 1280px) {
  .single-video-page .video-description-image {
    width: 420px;
  }
  .single-video-page .video-description-content {
    width: calc(100% - 420px);
  }
  .single-video-page .video-description-content-inner {
    margin-bottom: 40px;
  }
  .single-video-page .video-description-image-title {
    bottom: 32px;
    max-height: calc(100% - 32px - 32px);
    font-size: 30px;
    line-height: 36px;
  }
  .single-video-page .video-container {
    margin-bottom: 48px;
  }
  .single-video-page .additional-videos-titles {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .single-video-page .video-description-image {
    width: 300px;
  }
  .single-video-page .video-description-content {
    width: calc(100% - 300px);
  }
  .single-video-page .video-gradient-play {
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
  }
  .single-video-page .video-gradient-play svg {
    width: 24px;
    height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .single-video-page .video-description-image, .single-video-page .video-description-content {
    width: 100%;
  }
  .single-video-page .video-description-image {
    margin-bottom: 32px;
  }
  .single-video-page .video-gradient-play {
    width: 64px;
    height: 64px;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
  }
  .single-video-page .video-gradient-play svg {
    width: 15px;
    height: 17px;
  }
}
@media screen and (max-width: 500px) {
  .single-video-page .video-description-image-title {
    left: 16px;
    max-width: calc(100% - 32px);
  }
  .single-video-page .video-description-content {
    padding: 0 16px;
  }
}
@media screen and (min-width: 1921px) {
  .profile-info-page .profile-sidebar {
    margin-left: calc((1920px - 1664px) / 2 + 32px - 4px) !important;
  }
  .profile-info-page .profile-info-image {
    width: calc(100% - 586px - 337px - ((1920px - 1664px) / 2 + 32px - 4px)) !important;
  }
}
.profile-info-page .profile-info-main {
  margin-top: 32px;
  width: 586px;
  padding: 0 64px 128px;
}
.profile-info-page .inputs-wrapper-flex {
  margin-bottom: 48px;
}
.profile-info-page .inputs-wrapper-flex .common-input-styling {
  width: 100%;
}
.profile-info-page .profile-info-form-preloader {
  top: calc(50% - 7.5px);
  left: calc(100% + 8px);
}
.profile-info-page .profile-info-form {
  margin-bottom: 160px;
}
.profile-info-page .delete-profile-link {
  color: #696969;
}
.profile-info-page .delete-profile-link:hover:before, .profile-info-page .delete-profile-link:hover:after {
  width: 100%;
  opacity: 1;
}
.profile-info-page .delete-profile-link:after {
  left: 0;
  background-color: #A31DE1;
}
.profile-info-page .delete-profile-link:before, .profile-info-page .delete-profile-link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.profile-info-page .delete-profile-link:hover {
  color: #A31DE1;
}
.profile-info-page .profile-info-form-success {
  color: #3DBA97;
  top: calc(100% + 8px);
  left: 0;
  display: none;
}
.profile-info-page .profile-info-image-inner:before {
  content: "";
  display: block;
  padding-top: 88.41%;
}
.profile-info-page .profile-info-image {
  width: calc(100% - 586px - 337px - ((100vw - 1664px) / 2 + 32px - 4px));
}
.profile-info-page .profile-common-container {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.profile-info-page .profile-sidebar {
  margin-left: calc((100vw - 1664px) / 2 + 32px - 4px);
  margin-top: 32px;
}

@media screen and (max-width: 1680px) {
  .profile-info-page .profile-info-main {
    padding: 0 48px 96px;
  }
  .profile-info-page .profile-info-form {
    margin-bottom: 96px;
  }
  .profile-info-page .profile-info-image {
    width: calc(100% - 586px - 337px - 32px);
  }
  .profile-info-page .profile-sidebar {
    margin-left: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .profile-info-page .profile-info-form {
    margin-bottom: 64px;
  }
  .profile-info-page .profile-info-main {
    margin-top: 0;
    padding: 0 32px 48px;
  }
  .profile-info-page .profile-sidebar {
    margin-top: 0;
  }
}
@media screen and (max-width: 1271px) {
  .profile-info-page .profile-info-main {
    width: calc(100% - 337px - 32px);
  }
  .profile-info-page .profile-info-image {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .profile-info-page .profile-info-main {
    width: 100%;
  }
  .profile-info-page .profile-info-form {
    margin-bottom: 48px;
  }
  .profile-info-page .inputs-wrapper-flex {
    margin-bottom: 40px;
  }
  .profile-info-page .menu-dropdown-container {
    margin: 0 32px 32px;
  }
}
@media screen and (max-width: 500px) {
  .profile-info-page .profile-info-main {
    padding: 0 16px 32px;
  }
  .profile-info-page .menu-dropdown-container {
    margin: 0 16px 32px;
  }
}
.profile-favorites-page .profile-favorites-title {
  order: 1;
}
.profile-favorites-page .profile-favorites {
  order: 2;
}

.profile-subscription-page .profile-subscription-inner {
  width: calc(100% - 337px - 255px);
  padding-right: 64px;
}
.profile-subscription-page .profile-subscription-status {
  margin-bottom: 48px;
}
.profile-subscription-page .profile-subscription-status span {
  font-family: FontBold;
  color: #3DBA97;
}
.profile-subscription-page .profile-subscription-status-inactive {
  color: #DE1418;
}
.profile-subscription-page .profile-subscription-wysiwyg {
  margin-bottom: 64px;
}
.profile-subscription-page .profile-subscription-plans {
  gap: 32px;
  margin-bottom: 32px;
}
.profile-subscription-page .profile-single-subscription-plan {
  width: calc((100% - 64px) / 3.001);
}
.profile-subscription-page .profile-single-subscription-plan-inner {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  padding: 32px;
}
.profile-subscription-page .profile-single-subscription-plan-type svg {
  width: 27px;
  height: 18px;
}
.profile-subscription-page .profile-single-subscription-plan-price span {
  font-size: 15px;
}
.profile-subscription-page .profile-single-subscription-badge {
  padding: 4px 18px;
  top: -12.5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-color: #3DBA97;
}
.profile-subscription-page .profile-single-subscription-plan-status {
  color: #696969;
  margin-top: 16px;
}
.profile-subscription-page .profile-single-subscription-plan-status .cancel-subscription-toggle-wrapper {
  margin: 0 0 8px;
}
.profile-subscription-page .profile-single-subscription-plan-status .cancel-subscription-toggle {
  color: #696969;
}
.profile-subscription-page .profile-single-subscription-plan-status .cancel-subscription-toggle:hover:before, .profile-subscription-page .profile-single-subscription-plan-status .cancel-subscription-toggle:hover:after {
  width: 100%;
  opacity: 1;
}
.profile-subscription-page .profile-single-subscription-plan-status .cancel-subscription-toggle:after {
  left: 0;
  background-color: #A31DE1;
}
.profile-subscription-page .profile-single-subscription-plan-status .cancel-subscription-toggle:before, .profile-subscription-page .profile-single-subscription-plan-status .cancel-subscription-toggle:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.profile-subscription-page .profile-single-subscription-plan-status .cancel-subscription-toggle:hover {
  color: #A31DE1;
}
.profile-subscription-page .profile-single-subscription-plan-status .cancel-subscription-wrapper {
  font-size: 12px;
  line-height: 17px;
  color: #696969;
  display: none;
}
.profile-subscription-page .profile-single-subscription-plan-status .cancel-subscription-wrapper a {
  color: #DE1418;
}
.profile-subscription-page .profile-single-subscription-plan-status .cancel-subscription-wrapper a:hover:before, .profile-subscription-page .profile-single-subscription-plan-status .cancel-subscription-wrapper a:hover:after {
  width: 100%;
  opacity: 1;
}
.profile-subscription-page .profile-single-subscription-plan-status .cancel-subscription-wrapper a:after {
  left: 0;
  background-color: #DE1418;
}
.profile-subscription-page .profile-single-subscription-plan-status .cancel-subscription-wrapper a:before, .profile-subscription-page .profile-single-subscription-plan-status .cancel-subscription-wrapper a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.profile-subscription-page .profile-single-subscription-plan-status .cancel-subscription-wrapper a:hover {
  color: #DE1418;
}
.profile-subscription-page .profile-single-subscription-plan-status .canceled-subscription span {
  color: #DE1418;
}
.profile-subscription-page .profile-vertical-image {
  margin-left: auto;
  width: 255px;
}
.profile-subscription-page .profile-vertical-image img, .profile-subscription-page .profile-vertical-image svg {
  width: 100%;
}

@media screen and (max-width: 1680px) {
  .profile-subscription-page .profile-subscription-inner {
    padding-right: 48px;
  }
}
@media screen and (max-width: 1599px) {
  .profile-subscription-page .profile-single-subscription-plan {
    width: calc(50% - 16px);
  }
  .profile-subscription-page .profile-single-subscription-plan:nth-last-of-type(1):nth-of-type(odd) {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .profile-subscription-page .profile-subscription-inner {
    padding-right: 32px;
  }
}
@media screen and (max-width: 1271px) {
  .profile-subscription-page .profile-subscription-inner {
    padding-right: 0;
    width: calc(100% - 337px);
  }
  .profile-subscription-page .profile-vertical-image {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .profile-subscription-page .profile-subscription-status, .profile-subscription-page .profile-subscription-wysiwyg {
    margin-bottom: 32px;
  }
  .profile-subscription-page .profile-subscription-inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .profile-subscription-page .profile-single-subscription-plan {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .profile-subscription-page .profile-single-subscription-plan-inner {
    padding: 32px 16px;
  }
}
.enter-page .enter-main-inner {
  min-height: calc(100vh - 100px);
  padding: 64px 0;
}
.enter-page .enter-main-background {
  height: calc(100% + 96px);
}
.enter-page .enter-main-background-hidden {
  opacity: 0;
  visibility: hidden;
}
.enter-page .auth-reg-box {
  margin: 0;
}

@media screen and (max-width: 1680px) {
  .enter-page .enter-main-background {
    height: calc(100% + 64px);
  }
}
@media screen and (max-width: 1366px) {
  .enter-page .enter-main-inner {
    padding: 48px 0;
  }
}
@media screen and (max-width: 1280px) {
  .enter-page .enter-main-background {
    height: calc(100% + 48px);
  }
  .enter-page .enter-main-inner {
    min-height: 0;
  }
}
.order-status-page .order-status-icon {
  margin-bottom: 24px;
}
.order-status-page .order-status-icon img {
  width: 200px;
}
.order-status-page .order-status-title {
  margin-bottom: 8px;
}
.order-status-page .order-status-content {
  margin-bottom: 32px;
}

.toplevel_page_subscribers {
  padding-top: 0;
}

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

#wpbody-content {
  padding-bottom: 0 !important;
}

.main-container-admin-panel {
  padding: 0 16px;
  margin: 0 auto;
}
.main-container-admin-panel a:focus {
  box-shadow: none;
}
.main-container-admin-panel input:focus {
  box-shadow: none;
  outline: none;
  border-color: #161A1E;
}
.main-container-admin-panel .default-admin-wrapper {
  padding: 32px 0;
}
.main-container-admin-panel .single-row-subscribe {
  margin-bottom: 3px;
}
.main-container-admin-panel .single-row-subscribe {
  font-size: 16px;
}
.main-container-admin-panel .row-id {
  width: 60px;
  color: #161A1E;
  margin-right: 16px;
}
.main-container-admin-panel .row-value {
  width: 300px;
}
.main-container-admin-panel .row-value a {
  color: #161A1E;
  position: relative;
}
.main-container-admin-panel .row-value a:hover:before, .main-container-admin-panel .row-value a:hover:after {
  width: 100%;
  opacity: 1;
}
.main-container-admin-panel .row-value a:after {
  left: 0;
  background-color: #161A1E;
}
.main-container-admin-panel .row-value a:before, .main-container-admin-panel .row-value a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.main-container-admin-panel .row-value a:hover {
  color: #161A1E;
}
.main-container-admin-panel .row-date {
  width: 100px;
  color: #161A1E;
  margin-right: 16px;
  white-space: nowrap;
}
.main-container-admin-panel .delete-wrapper .delete-toggle {
  width: 16px;
  height: 16px;
  cursor: pointer;
  object-fit: contain;
  margin-right: 16px;
}
.main-container-admin-panel .delete-wrapper .delete-toggle:hover {
  -webkit-animation: rotating 0.5s 0.1s ease-out;
  animation: rotating 0.5s 0.1s ease-out;
}
.main-container-admin-panel .delete-wrapper .are-you-sure {
  font-size: 12px;
}
.main-container-admin-panel .delete-wrapper .delete-it {
  color: #161A1E;
  text-decoration: underline;
  margin-left: 4px;
}
.main-container-admin-panel .single-admin-panel-select {
  width: 200px;
}
.main-container-admin-panel .export-button {
  font-size: 0;
}
.main-container-admin-panel .subscribers-export-wrapper {
  margin-bottom: 32px;
  gap: 16px;
}
.main-container-admin-panel .filters-selectize .selectize-input {
  padding: 13px 25px 13px 0 !important;
}
.main-container-admin-panel .filters-selectize .selectize-dropdown {
  top: 43px !important;
}

@media screen and (max-width: 1024px) {
  .main-container-admin-panel .row-subscribe-date {
    width: 100%;
    text-align: right;
  }
  .main-container-admin-panel .row-value {
    width: 100%;
  }
  .main-container-admin-panel .single-row-subscribe {
    margin-bottom: 12px;
  }
  .main-container-admin-panel .single-row-subscribe {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .main-container-admin-panel .delete-wrapper .delete-toggle-subscribe {
    margin: 0 0 0 16px;
    order: 2;
  }
  .main-container-admin-panel .delete-wrapper .are-you-sure-subscribe {
    order: 1;
  }
}
@media screen and (max-width: 500px) {
  .main-container-admin-panel .single-admin-panel-select {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
