/* X-Small devices (mobiles, 630px and up) */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Extra large devices*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
.transition {
  transition: all 0.3s;
}
.container-settings {
  width: auto;
  max-width: 100%;
}
.container-settings--no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (min-width: 1280px) {
  .container-settings {
    width: 1236px;
    max-width: 1236px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-settings {
    width: 1480px;
    max-width: 1480px;
    padding: 0;
  }
}
.container-settings .custom-container-row {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1280px) {
  .container-settings .custom-container-row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-settings .custom-container-row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .container-settings .custom-container-row--wide-margin {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.open-sans {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.open-sans-12 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
}
.open-sans-14 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.open-sans-16 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}
.open-sans-21 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
}
.open-sans-22 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
}
.open-sans-24 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
}
.open-sans-26 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
}
.raleway-20 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
}
.raleway-14 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.raleway-34 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  line-height: 44px;
}
.raleway-25 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
}
.bebas-neue {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Kusanagi';
  src: url('/frontend/v2/font/kusanagi/Kusanagi.eot');
  src: url('/frontend/v2/font/kusanagi/Kusanagi.eot?#iefix') format('embedded-opentype'), url('/frontend/v2/font/kusanagi/Kusanagi.woff2') format('woff2'), url('/frontend/v2/font/kusanagi/Kusanagi.woff') format('woff'), url('/frontend/v2/font/kusanagi/Kusanagi.ttf') format('truetype'), url('/frontend/v2/font/kusanagi/Kusanagi.svg#Kusanagi') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.container {
  width: auto;
  max-width: 100%;
}
.container--no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (min-width: 1280px) {
  .container {
    width: 1236px;
    max-width: 1236px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .container {
    width: 1480px;
    max-width: 1480px;
    padding: 0;
  }
}
.container .custom-container-row {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1280px) {
  .container .custom-container-row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media only screen and (min-width: 1800px) {
  .container .custom-container-row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .container .custom-container-row--wide-margin {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.assets {
  position: relative;
}
.assets-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.assets-row-col {
  padding: 30px;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .assets-row {
    flex-wrap: nowrap;
  }
  .assets-row-col {
    width: 50%;
    flex: 1;
    max-width: 620px;
  }
  .assets-row-col:before {
    display: block;
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    background: #ffffff;
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.16) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.16) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.16) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
  }
  .assets-row-col:last-child:before {
    display: none;
  }
}
.assets h2 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  font-weight: 600;
  color: #575757;
  display: block;
  margin-bottom: 30px;
}
.assets h2.isLighter {
  font-weight: 300;
  text-transform: uppercase;
}
.assets-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.assets-content-item {
  width: 33.3333%;
  display: block;
  padding: 10px;
  margin-bottom: 40px;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
}
.assets-content-item.assets-content-item__layout2 {
  width: 33.3333%;
}
.assets-content-item.assets-content-item__layout2.assets-content-item__big {
  width: 15%;
}
.assets-content-item.assets-content-item__layout2.assets-content-item__full {
  width: 14.25%;
}
.assets-content-item.assets-content-item__layout3 {
  width: 66.6666%;
}
.assets-content-item.assets-content-item__layout3.assets-content-item__big {
  width: 30%;
}
.assets-content-item.assets-content-item__layout3.assets-content-item__full {
  width: 14.25%;
}
.assets-content-item img {
  width: 100%;
  height: auto;
}
.assets-content-item-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  color: #575757;
  text-decoration: none;
  text-transform: uppercase;
}
.assets-content-item:hover .assets-content-item-title {
  text-decoration: underline;
}
.assets-content-item-date {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  color: #7c7c7c;
}
.assets-content-item-tags {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.assets-content-item-tags-tag {
  width: 70px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 70px 40px;
  margin-bottom: 5px;
}
.assets-content-item-tags-tag__soon {
  background-image: url('/images/hp/decorations/soon.svg');
}
.assets-content-item-tags-tag__new {
  background-image: url('/images/hp/decorations/new.svg');
}
.assets-content-item-tags-tag__v1 {
  background-image: url('/images/hp/decorations/v1.svg');
}
.assets-content-item-tags-tag__v2 {
  background-image: url('/images/hp/decorations/v2.svg');
}
.assets-content-item-tags-tag__arrivals {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url('/images/hp/decorations/arrivals.svg');
}
.assets-more {
  text-align: center;
}
.assets-more a {
  display: inline-block;
  background-color: #C4C4C4;
  border-radius: 4px;
  padding: 10px 20px;
  color: #111112;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.assets-more a:hover {
  background-color: #ababab;
}
.btn-v2 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  transition: all 0.3s;
  text-decoration: none !important;
  padding: 12px 32px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border: 1px solid transparent;
  font-weight: normal;
}
.btn-v2--sm {
  font-size: 14px;
  padding: 14.5px 16px;
}
.btn-v2--xs {
  font-size: 14px;
  padding: 8px 10px;
}
.btn-v2--xxs {
  font-size: 12px;
  padding: 6px 8px;
}
.btn-v2--xxs > i {
  font-size: 12px !important;
}
.btn-v2.disabled {
  pointer-events: none;
}
.btn-v2--block {
  display: block;
  text-align: center;
  width: 100%;
}
.btn-group .btn-v2:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .btn-v2:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-blue {
  background-color: #059FFF;
  color: white;
  border: 1px solid #059FFF;
}
.btn-blue.disabled {
  color: #059FFF;
  background-color: white;
}
.btn-blue:hover,
.btn-blue.active {
  color: white;
  background-color: #40b0ff;
}
.btn-light-blue {
  background-color: #40b0ff;
  color: white;
  border: 1px solid #40b0ff;
}
.btn-light-blue.disabled {
  color: #40b0ff;
  background-color: white;
}
.btn-light-blue:hover,
.btn-light-blue.active {
  color: white;
  background-color: #059FFF;
}
.btn-grey {
  background-color: #C4C4C4;
  color: #111112;
  border: 1px solid #C4C4C4;
}
.btn-primary {
  background-color: #27436d;
  color: #FFF;
  border: 1px solid #27436d;
}
.btn-primary:hover {
  background: #1a2c47;
  border-color: #1a2c47;
}
.btn-light-grey {
  background-color: #F5F5F5;
  color: #111112;
  border: 1px solid #F5F5F5;
}
.load_more_button > i,
.addToBasket > i {
  display: none;
  transform: rotate(0);
  font-size: 20px;
}
.load_more_button.loading,
.addToBasket.loading {
  pointer-events: none;
}
.load_more_button.loading > i,
.addToBasket.loading > i {
  display: inline-block;
  animation: spin 2s linear infinite;
}
.load_more_button.loading > span,
.addToBasket.loading > span {
  display: none;
}
.btn-red {
  background-color: #ea0100;
  color: white;
}
.btn-red:hover {
  background-color: #b70100;
}
.btn-gray {
  background-color: #ebebeb;
  color: #6F6F6F;
  border: 1px solid #ebebeb;
}
.btn-gray:hover {
  background-color: #C4C4C4;
}
.btn-v3 {
  display: inline-block;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  color: white;
  padding: 10px 17px;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  background: #059FFF;
  opacity: 0.8;
  box-shadow: 0 0 16px rgba(8, 150, 238, 0.24);
  border-radius: 16px;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
}
.btn-v3--success {
  background-color: #1B9D18;
}
.btn-v3--gray {
  background-color: #C4C4C4;
}
.btn-v3--gray:hover {
  background-color: #ababab;
}
.btn-v3--xs {
  font-size: 12px;
  padding: 6px 15px;
}
.btn-block-sm {
  display: block;
}
.btn-block-sm:not(:first-child) {
  margin-top: 15px;
}
@media only screen and (min-width: 630px) {
  .btn-block-sm {
    display: inline-block;
  }
  .btn-block-sm:not(:first-child) {
    margin-top: 0;
  }
}
.left-bar {
  color: #575757;
}
@media only screen and (min-width: 768px) {
  .left-bar {
    padding-bottom: 15px;
  }
}
.left-bar .pikto {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -5px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.left-bar .pikto.image {
  background-image: url('/frontend/v2/img/pikto/photo.svg');
}
.left-bar .pikto.object {
  background-image: url('/frontend/v2/img/pikto/scan.svg');
}
.left-bar__header {
  border-bottom: 1px solid #575757;
  padding: 28px 10px 21px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.left-bar__header i {
  color: #C4C4C4;
  margin-left: 16px;
}
.left-bar__header .fa-sort-desc {
  transform: translateY(-3px);
}
.left-bar__header .fa-sort-asc {
  transform: translateY(4px);
}
@media only screen and (min-width: 768px) {
  .left-bar__header {
    cursor: auto;
  }
}
.left-bar__form-group {
  padding-top: 32px;
}
.left-bar__form-label {
  font-size: 14px;
  margin-bottom: 7px;
  display: block;
}
.left-bar__input {
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #575757;
}
.left-bar__body {
  display: none;
}
@media only screen and (min-width: 768px) {
  .left-bar__body {
    display: block !important;
  }
}
.left-bar__body--visible-always {
  display: block !important;
}
.left-bar__radio-group .left-bar__radio:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
}
.left-bar__radio-group--borderless .left-bar__radio {
  border-bottom: 0 !important;
}
.left-bar__radio.checked .left-bar__radio-header:after {
  background: #F56425;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 0 4px #A30100;
}
.left-bar__radio-header {
  padding: 12.5px 15px 12.5px 29px;
  position: relative;
  line-height: 22px;
  cursor: pointer;
  font-size: 14px;
}
.left-bar__radio-header a {
  color: #575757;
  text-decoration: none;
}
.left-bar__radio-header i {
  color: #C4C4C4;
  position: absolute;
  top: 13px;
  right: 0;
}
.left-bar__radio-header__as-link {
  padding: 5px 5px 5px 29px;
}
.left-bar__radio-header__as-link:before,
.left-bar__radio-header__as-link:after {
  display: none;
}
.left-bar__radio-header__as-link i {
  left: 5px;
  right: auto;
  top: 7px;
}
.left-bar__radio-header:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50%;
  background-color: #C4C4C4;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.64);
}
.left-bar__radio-header:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 18px;
  left: 3px;
  border-radius: 50%;
  background: rgba(122, 122, 122, 0.48);
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.24);
}
.left-bar__radio-body {
  padding-left: 20px;
  padding-top: 10px;
  display: none;
}
.left-bar__radio-footer {
  font-size: 12px;
  margin-bottom: 10px;
}
.left-bar__radio-footer a {
  color: #059FFF;
  text-decoration: none;
  display: inline-block;
}
.left-bar__radio-footer a:hover {
  text-decoration: underline;
}
.left-bar__radio-footer a:visited {
  color: #059FFF;
}
.left-bar .photo-tech-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
.left-bar .photo-tech-buttons button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  border: 0;
  width: 100%;
  color: #FFF;
}
.left-bar .photo-tech-buttons button img {
  max-width: 20px;
  min-width: 20px;
}
.left-bar .photo-tech-buttons .multiangle button {
  background: #7696FF;
}
.left-bar .photo-tech-buttons .dynamic button {
  background: #B7B7B7;
}
.left-bar .photo-tech-buttons .stereoscopic button {
  background: #FFA06A;
}
.hidden {
  display: none;
}
.left-bar.fixed-bottom {
  padding-bottom: 60px;
}
.left-bar.fixed-bottom .left-bar__buttons {
  background-color: #F5F5F5;
  padding-bottom: 10px;
}
.photo-card {
  position: relative;
  min-height: 120px;
  height: 100%;
}
.photo-card__img_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.photo-card__img_wrap img {
  width: 100%;
  max-width: 100%;
}
.photo-card__img_wrap--scale-up img {
  transform: scale(1.05);
}
.photo-card__img_wrap--inline {
  display: inline-block;
  width: auto;
}
.photo-card__pikto {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
.photo-card__pikto.image {
  background-image: url('/frontend/v2/img/pikto/photo.svg');
}
.photo-card__pikto.object {
  background-image: url('/frontend/v2/img/pikto/scan.svg');
}
.photo-card__label {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  padding: 6px 16px;
  background-color: rgba(255, 255, 255, 0.72);
  color: #111112;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.03em;
  font-weight: normal;
}
.photo-card:hover .photo-card__label {
  opacity: 1;
}
.photo-card__badge-container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.photo-card__badge-wrap:not(:last-child) {
  margin-bottom: 15px;
}
.photo-card__badge {
  font-size: 13px;
  padding: 5px 10px 15px 10px;
  margin-top: -7px;
  margin-left: -7px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 4px;
  font-family: 'Kusanagi';
  font-style: normal;
  font-weight: normal;
}
.photo-card__badge--blue {
  background-color: #059FFF;
  color: white;
}
.photo-card__badge--red {
  background-image: url("/frontend/v2/img/badge-red.png");
  background-size: 100% 100%;
  color: white;
}
.photo-card__badge--gray {
  background-color: #C4C4C4;
  color: #111112;
}
.photo-card .premium-lock {
  position: absolute;
  display: block;
  background: url("../images/premium-mini-lock.png") no-repeat scroll left top transparent;
  width: 27px;
  height: 27px;
  margin-left: -5px;
  margin-top: -14px;
  z-index: 20;
}
.photo-card .premium-lock-small {
  margin-top: 0;
  left: 7px;
}
.photo-card .premium-lock-large {
  margin-top: 0;
  left: 25px;
}
.photo-card .premium-lock-set-small {
  margin-top: 0;
  left: 43px;
}
.photo-card .premium-lock-set-large {
  margin-top: 0;
  left: 68px;
}
.photo-card .decorator {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 50%;
}
.photo-card .decorator.multiangle {
  background: #7696FF;
}
.photo-card .decorator.dynamic {
  background: #B7B7B7;
}
.photo-card .decorator.stereoscopic {
  background: #FFA06A;
}
.photo-card .decorator img {
  max-width: 25px;
  min-width: 25px;
}
.photo-card-wrap {
  position: relative;
}
.photo-card-wrap:hover .photo-card__label {
  opacity: 1;
}
.photo-card-wrap .btn-v2 {
  display: none;
}
.photo-card-wrap:hover .btn-v2 {
  display: block;
}
.photo-btn-group {
  display: flex;
  justify-content: space-around;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10px;
  z-index: 9999;
}
.photo-btn-group .dropdown {
  z-index: 9999;
}
.photo-btn-group--downloads {
  display: flex;
  align-items: center;
  gap: 4px;
}
.photo-btn-group--downloads ul {
  margin: 0;
  display: flex;
  list-style: none;
  padding: 0;
  flex-direction: column;
  gap: 6px;
}
.photo-btn-group .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  width: 150px;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.photo-btn-group .dropdown-menu__item {
  color: #575757;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  display: block;
  font-size: 12px;
  z-index: 9999;
  position: relative;
}
.photo-btn-group .dropdown-menu__item:hover {
  color: #ea0100;
}
.photo-btn-group .dropdown-menu__item:not(:first-child):before {
  content: " ";
  position: absolute;
  top: 0;
  width: 30%;
  left: 9px;
  border-top: 1px solid #636363;
}
.photo-btn-group .dropdown-menu.show {
  display: block;
}
.photo-btn-group .dropdown-menu.show:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.75px 5px 3.75px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -5px;
  left: 25px;
}
.photo-btn-group .dropdown-menu--center-dropdown:after {
  left: 50% !important;
  transform: translate(-50%);
}
.search {
  background: conic-gradient(from 90deg at 50% 50%, rgba(122, 122, 122, 0.64) -9.11deg, #7A7A7A 67.5deg, rgba(122, 122, 122, 0.64) 350.89deg, #7A7A7A 427.5deg);
  padding: 16px 0;
  position: relative;
}
.search-container {
  padding: 0 15px;
  width: auto;
  max-width: 100%;
}
.search-container--no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (min-width: 1280px) {
  .search-container {
    width: 1236px;
    max-width: 1236px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .search-container {
    width: 1480px;
    max-width: 1480px;
    padding: 0;
  }
}
.search-container .custom-container-row {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1280px) {
  .search-container .custom-container-row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media only screen and (min-width: 1800px) {
  .search-container .custom-container-row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .search-container .custom-container-row--wide-margin {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.search .hero-search {
  position: relative;
  bottom: 0;
  padding: 5px 24px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.search .hero-search .hero-search-advanced {
  width: 100%;
  padding: 10px;
}
.search .hero-search .hero-search-advanced-menu {
  padding-top: 5px;
}
.search .hero-search .hero-search-form input[type="text"] {
  width: 100%;
}
.form-check {
  margin-bottom: 15px;
}
.form-check__input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-check__label {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 33px;
  font-size: 14px;
  padding-top: 2px;
}
.form-check__label:before {
  content: '';
  -webkit-appearance: none;
  background-color: white;
  padding: 12.5px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 4px;
  top: 0;
  left: 0;
}
.form-check__input:checked + .form-check__label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url("/frontend/v2/img/check.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.form-check-inline {
  display: flex;
  flex-wrap: wrap;
}
.form-check-inline .form-check,
.form-check-inline .form-radio {
  margin-right: 15px;
}
.form-check-title {
  font-size: 12px;
  margin-bottom: 4px;
}
.radio-link {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 23px;
  font-size: 14px;
  padding-top: 2px;
  text-decoration: none;
  color: #111112;
}
.radio-link:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50%;
  background-color: #C4C4C4;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.64);
}
.radio-link:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 3px;
  border-radius: 50%;
  background: rgba(122, 122, 122, 0.48);
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.24);
}
.radio-link.checked:after {
  background: #F56425;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 0 4px #A30100;
}
.form-radio {
  margin-bottom: 15px;
}
.form-radio__input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-radio__label {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 23px;
  font-size: 14px;
  padding-top: 2px;
}
.form-radio__label:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50%;
  background-color: #C4C4C4;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.64);
}
.form-radio__label:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 3px;
  border-radius: 50%;
  background: rgba(122, 122, 122, 0.48);
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.24);
}
.form-radio__input:checked + .form-radio__label:after {
  background: #F56425;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 0 4px #A30100;
}
.link-toggle {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
}
.link-toggle__toggle {
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 99px;
  background: #D9D9D9;
  border: 1px solid #A3A3A3;
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.25);
  width: 40px;
  height: 24px;
  position: relative;
}
.link-toggle__label {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  display: flex;
  letter-spacing: -0.01em;
  color: #111112;
}
.link-toggle__bullett {
  width: 24px;
  height: 24px;
  position: absolute;
  right: -1px;
  top: -1px;
  border-radius: 50%;
  background: #A2B8A2;
  border: 3px solid #90A390;
}
.link-toggle.active .link-toggle__bullett {
  left: -1px;
  right: auto;
  background: radial-gradient(50% 50% at 50% 50%, rgba(5, 235, 0, 0.64) 0%, rgba(3, 163, 0, 0.64) 62.5%);
  border: 3px solid #1B9D18;
}
.link-separator {
  font-size: 24px;
  line-height: 24px;
  margin: 0 15px;
  font-weight: lighter;
}
.text-underline {
  text-decoration: underline !important;
}
.pricing-page-item {
  padding-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.pricing-page-item-image {
  display: none;
  flex: 0 0 48px;
  margin-right: 15px;
}
.pricing-page-item-image img {
  display: block;
  width: 100%;
}
.pricing-page-item-portal {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px dashed #6F6F6F;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.pricing-page-item-portal-detail {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #575757;
}
.pricing-page-item-portal-detail-name {
  font-weight: 700;
  text-transform: uppercase;
}
.pricing-page-item-portal-detail-name.pricing-page-item-portal-detail-name__promoted {
  color: #059FFF;
}
.pricing-page-item-portal-detail-description {
  font-weight: 300;
  font-size: 14px;
}
.pricing-page-item-portal-detail-description a {
  color: #059FFF !important;
}
.pricing-page-item-portal-price {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  white-space: nowrap;
  flex-direction: column;
}
.pricing-page-item-portal-price small {
  display: block;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .pricing-page-item-image {
    display: block;
  }
}
.subscribe-page-gutter {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-gutter {
    margin-bottom: 30px;
  }
}
.subscribe-page {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.subscribe-page * {
  box-sizing: border-box;
}
.subscribe-page-pricing {
  text-align: center;
  margin-bottom: 50px;
}
.subscribe-page-pricing h2 {
  color: #575757;
}
.subscribe-page-pricing .assets {
  margin: 0 auto;
  display: inline-block;
}
.subscribe-page-pricing .assets .assetType {
  border: 1px solid #CCC;
  text-align: center;
  display: inline-block;
  width: 170px;
  position: relative;
}
.subscribe-page-pricing .assets .assetType ul {
  list-style: none;
}
.subscribe-page-pricing .assets .assetType .assetImage {
  color: lightblue;
  height: 120px;
  text-align: center;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  position: relative;
}
.subscribe-page-pricing .assets .assetType .assetImage .label {
  top: 50%;
  font-size: 1.1em;
  transform: translate(-50%);
  position: absolute;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.subscribe-page-pricing .assets .assetType .arrow {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translate(-50%);
  font-size: 1.5em;
}
.subscribe-page-pricing .assets .assetType .creditCount {
  padding: 20px;
}
.subscribe-page-pricing .assets .assetType span {
  font-size: 2em;
  font-weight: bold;
}
.subscribe-page-confirm {
  background-color: #E7E7E7;
  padding: 24px 0;
}
.subscribe-page-confirm h1,
.subscribe-page-confirm h2 {
  text-align: center;
  color: #575757;
  max-width: 362px;
  margin: 0 auto 24px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}
.subscribe-page-confirm p {
  font-size: 16px;
  line-height: 20px;
}
.subscribe-page-confirm-wrapper {
  position: relative;
  background-color: white;
  width: 622px;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px 24px;
}
.subscribe-page-confirm-wrapper-pay {
  display: block;
  padding: 16px;
  background-color: #1B9D18;
  color: white !important;
  text-align: center;
  border-radius: 12px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 48px;
}
.subscribe-page-confirm-wrapper-pay:hover {
  background-color: #137111;
}
.subscribe-page-confirm-wrapper-footer {
  padding-top: 100px;
}
.subscribe-page-confirm-wrapper-footer img {
  display: block;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
.subscribe-page-confirm-wrapper h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 40px;
}
.subscribe-page-confirm-wrapper-items-item {
  padding-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.subscribe-page-confirm-wrapper-items-item-image {
  display: none;
  flex: 0 0 48px;
  margin-right: 15px;
}
.subscribe-page-confirm-wrapper-items-item-image img {
  display: block;
  width: 100%;
}
.subscribe-page-confirm-wrapper-items-item-portal {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px dashed #6F6F6F;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.subscribe-page-confirm-wrapper-items-item-portal-detail {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #575757;
}
.subscribe-page-confirm-wrapper-items-item-portal-detail-name {
  font-weight: 700;
  text-transform: uppercase;
}
.subscribe-page-confirm-wrapper-items-item-portal-detail-name.subscribe-page-confirm-wrapper-items-item-portal-detail-name__promoted {
  color: #059FFF;
}
.subscribe-page-confirm-wrapper-items-item-portal-detail-description {
  font-weight: 300;
  font-size: 14px;
}
.subscribe-page-confirm-wrapper-items-item-portal-detail-description a {
  color: #059FFF !important;
}
.subscribe-page-confirm-wrapper-items-item-portal-price {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  white-space: nowrap;
  flex-direction: column;
}
.subscribe-page-confirm-wrapper-items-item-portal-price small {
  display: block;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-confirm-wrapper-items-item-image {
    display: block;
  }
}
.subscribe-page-content {
  margin-bottom: 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-content {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .subscribe-page-content {
    margin-bottom: 45px;
  }
}
.subscribe-page-content h2 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
  font-weight: 300;
  margin-bottom: 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-content h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .subscribe-page-content h2 {
    margin-bottom: 45px;
  }
}
.subscribe-page-content-switcher {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-content-switcher {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .subscribe-page-content-switcher {
    margin-bottom: 45px;
  }
}
.subscribe-page-content-switcher-switch {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 12px;
  text-decoration: none;
  font-weight: 300;
}
.subscribe-page-content-switcher-switch.subscribe-page-content-switcher-switch__active {
  text-decoration: underline;
}
.subscribe-page-content-subscriptions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-content-subscriptions {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .subscribe-page-content-subscriptions {
    margin-bottom: 45px;
  }
}
.subscribe-page-content-subscriptions-subscription {
  box-sizing: border-box;
  background: #EAEBF1;
  color: #575757;
  padding: 30px 30px 15px;
  border-radius: 8px;
  margin: 0 8px;
  width: 305px;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}
.subscribe-page-content-subscriptions-subscription-period {
  font-weight: 600;
  font-size: 21px;
  line-height: 29px;
  text-transform: uppercase;
}
.subscribe-page-content-subscriptions-subscription-name {
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.subscribe-page-content-subscriptions-subscription-detail-credits {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}
.subscribe-page-content-subscriptions-subscription-detail-switch {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.subscribe-page-content-subscriptions-subscription-detail-switch-option {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0 3px;
  display: block;
  padding: 5px 12px;
  border: 1px solid #000000;
  color: black;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
  opacity: 0.5;
}
.subscribe-page-content-subscriptions-subscription-detail-switch-option:hover {
  opacity: 1;
}
.subscribe-page-content-subscriptions-subscription-detail-switch-option.subscribe-page-content-subscriptions-subscription-detail-switch-option__active {
  border: 2px solid #1B9D18;
  color: #1B9D18;
  font-weight: bold;
  opacity: 1;
}
.subscribe-page-content-subscriptions-subscription-detail-price-origin {
  font-size: 20px;
  color: #ea0100;
  text-decoration: line-through;
}
.subscribe-page-content-subscriptions-subscription-detail-price-final {
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
  color: #575757;
}
.subscribe-page-content-subscriptions-subscription-detail-pricePerCredit {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}
.subscribe-page-content-subscriptions-subscription-detail-button {
  margin-bottom: 25px;
}
.subscribe-page-content-subscriptions-subscription-detail-button a {
  display: block;
  background: #FFFFFF;
  padding: 17px 35px;
  text-decoration: none;
  opacity: 0.8;
  box-shadow: 0px 0px 24px rgba(17, 17, 18, 0.08);
  border-radius: 16px;
  font-size: 19px;
  line-height: 23px;
  text-transform: uppercase;
  color: #000000;
}
.subscribe-page-content-subscriptions-subscription-detail-button a:hover {
  opacity: 1;
}
.subscribe-page-content-subscriptions-subscription-detail-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #111112;
}
.subscribe-page-content-packages {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-content-packages {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .subscribe-page-content-packages {
    margin-bottom: 45px;
  }
}
.subscribe-page-content-packages-package {
  display: block;
  width: 45%;
  margin: 0 9px;
  margin-bottom: 15px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  transition: all 0.3s;
}
.subscribe-page-content-packages-package:hover {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.subscribe-page-content-packages-package-top {
  background-color: #EAEBF1;
  padding: 10px;
  margin-bottom: 2px;
}
.subscribe-page-content-packages-package-top-credits {
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  text-transform: uppercase;
  color: #000000;
}
.subscribe-page-content-packages-package-top-label {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #575757;
  margin-bottom: 25px;
}
.subscribe-page-content-packages-package-top-selector-select {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #C4C4C4;
  opacity: 0.16;
  border: 2px solid rgba(111, 111, 111, 0.72);
  box-sizing: border-box;
  box-shadow: inset 0px 0px 16px 2px rgba(0, 0, 0, 0.48);
}
.subscribe-page-content-packages-package-top-selector-select svg {
  display: none;
}
.subscribe-page-content-packages-package-top-selector-select.subscribe-page-content-packages-package-top-selector-select__active {
  background-color: #1B9D18;
  opacity: 1;
  box-shadow: none;
  border-color: #1B9D18;
}
.subscribe-page-content-packages-package-top-selector-select.subscribe-page-content-packages-package-top-selector-select__active svg {
  display: block;
  width: 35px;
  height: 35px;
  fill: white;
}
.subscribe-page-content-packages-package-bottom {
  background-color: #F4F4F4;
  padding: 10px;
}
.subscribe-page-content-packages-package-bottom-previous-price {
  font-size: 24px;
  line-height: 35px;
  min-height: 35px;
  text-transform: uppercase;
  color: #ea0100;
  margin-bottom: 5px;
  text-decoration: line-through;
}
.subscribe-page-content-packages-package-bottom-price {
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  text-transform: uppercase;
  color: #575757;
  margin-bottom: 5px;
}
.subscribe-page-content-packages-package-bottom-save {
  font-size: 18px;
  line-height: 25px;
  color: #6F6F6F;
  text-transform: uppercase;
}
.subscribe-page-content-packages-buy {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-content-packages-buy {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .subscribe-page-content-packages-buy {
    margin-bottom: 45px;
  }
}
.subscribe-page-content-packages-buy-button {
  cursor: pointer;
  background: #1B9D18;
  border-radius: 16px;
  padding: 15px 45px;
  color: white;
  box-shadow: none;
  border: none;
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  transition: all 0.3s;
}
.subscribe-page-content-packages-buy-button:hover {
  background-color: #137111;
}
.subscribe-page-content-packages-buy-button:disabled {
  background-color: #aaa;
}
.subscribe-page-content-description {
  max-width: 900px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #111112;
  padding: 0 10px;
}
.subscribe-page-content-description a {
  color: #111112;
  text-decoration: underline;
  font-weight: normal;
}
.subscribe-page-payment-image {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
.subscribe-page-payment-image img {
  display: inline-block;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-confirm {
    padding: 48px 0;
  }
  .subscribe-page-confirm h1,
  .subscribe-page-confirm h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 auto 48px;
  }
  .subscribe-page-confirm-wrapper {
    padding: 48px 64px;
  }
  .subscribe-page-confirm-wrapper-pay {
    font-size: 19px;
    line-height: 23px;
  }
  .subscribe-page-content {
    padding: 50px 0 100px;
  }
  .subscribe-page-content h1,
  .subscribe-page-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .subscribe-page-content-switcher-switch {
    font-size: 18px;
    line-height: 22px;
  }
  .subscribe-page-content-packages-package {
    width: 30%;
  }
  .subscribe-page-content-packages-package-top {
    padding: 20px;
  }
  .subscribe-page-content-packages-package-bottom {
    padding: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .subscribe-page-content-packages-package {
    width: 170px;
  }
  .subscribe-page-content-packages-package--buy-credit {
    width: 190px;
  }
}
.subscribe-page-gutter {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-gutter {
    margin-bottom: 45px;
  }
}
.subscribe-page-test {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.subscribe-page-test * {
  box-sizing: border-box;
}
.subscribe-page-test-confirm {
  background-color: #E7E7E7;
  padding: 24px 0;
}
.subscribe-page-test-confirm h1,
.subscribe-page-test-confirm h2 {
  text-align: center;
  color: #575757;
  max-width: 362px;
  margin: 0 auto 24px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}
.subscribe-page-test-confirm p {
  font-size: 16px;
  line-height: 20px;
}
.subscribe-page-test-confirm-wrapper {
  position: relative;
  background-color: white;
  width: 622px;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px 24px;
}
.subscribe-page-test-confirm-wrapper-pay {
  display: block;
  padding: 16px;
  background-color: #1B9D18;
  color: white !important;
  text-align: center;
  border-radius: 12px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 48px;
}
.subscribe-page-test-confirm-wrapper-pay:hover {
  background-color: #137111;
}
.subscribe-page-test-confirm-wrapper-footer {
  padding-top: 100px;
}
.subscribe-page-test-confirm-wrapper-footer img {
  display: block;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
.subscribe-page-test-confirm-wrapper h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 40px;
}
.subscribe-page-test-confirm-wrapper-items-item {
  padding-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.subscribe-page-test-confirm-wrapper-items-item-image {
  display: none;
  flex: 0 0 48px;
  margin-right: 15px;
}
.subscribe-page-test-confirm-wrapper-items-item-image img {
  display: block;
  width: 100%;
}
.subscribe-page-test-confirm-wrapper-items-item-portal {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px dashed #6F6F6F;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.subscribe-page-test-confirm-wrapper-items-item-portal-detail {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #575757;
}
.subscribe-page-test-confirm-wrapper-items-item-portal-detail-name {
  font-weight: 700;
  text-transform: uppercase;
}
.subscribe-page-test-confirm-wrapper-items-item-portal-detail-name.subscribe-page-test-confirm-wrapper-items-item-portal-detail-name__promoted {
  color: #059FFF;
}
.subscribe-page-test-confirm-wrapper-items-item-portal-detail-description {
  font-weight: 300;
  font-size: 14px;
}
.subscribe-page-test-confirm-wrapper-items-item-portal-detail-description a {
  color: #059FFF !important;
}
.subscribe-page-test-confirm-wrapper-items-item-portal-price {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  white-space: nowrap;
  flex-direction: column;
}
.subscribe-page-test-confirm-wrapper-items-item-portal-price small {
  display: block;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-test-confirm-wrapper-items-item-image {
    display: block;
  }
}
.subscribe-page-test-content h2 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
  font-weight: 300;
  margin-bottom: 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-test-content h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .subscribe-page-test-content h2 {
    margin-bottom: 45px;
  }
}
.subscribe-page-test-content-switcher {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-test-content-switcher {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .subscribe-page-test-content-switcher {
    margin-bottom: 45px;
  }
}
.subscribe-page-test-content-switcher-switch {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 12px;
  text-decoration: none;
  font-weight: 300;
}
.subscribe-page-test-content-switcher-switch.subscribe-page-content-switcher-switch__active {
  text-decoration: underline;
}
.subscribe-page-test-content-subscriptions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-test-content-subscriptions {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .subscribe-page-test-content-subscriptions {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .subscribe-page-test-content-subscriptions {
    margin-bottom: 80px !important;
  }
}
.subscribe-page-test-content-subscriptions-subscription {
  box-sizing: border-box;
  background: #FAFAFA;
  color: #575757;
  padding: 30px;
  border-radius: 4px;
  border: 1px solid #B2B2B2;
  margin: 0 8px;
  text-align: center;
  box-shadow: 0px 0px 8px -4px rgba(7, 14, 26, 0.16), 0px 48px 64px -32px rgba(7, 14, 26, 0.56);
  width: 100%;
  max-width: 280px;
  margin-bottom: 15px;
}
.subscribe-page-test-content-subscriptions-subscription--selected {
  border-color: #059FFF;
  background-color: #cfe9fa;
  max-width: 290px;
  padding: 40px 30px;
}
.subscribe-page-test-content-subscriptions-subscription-period {
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #111112;
}
.subscribe-page-test-content-subscriptions-subscription-name {
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.subscribe-page-test-content-subscriptions-subscription-detail-credits {
  font-weight: lighter;
  font-size: 24px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 16px;
}
.subscribe-page-test-content-subscriptions-subscription-detail-description {
  text-align: left;
  min-height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}
.subscribe-page-test-content-subscriptions-subscription-detail-description p {
  margin-top: 0;
  margin-bottom: 10px;
}
.subscribe-page-test-content-subscriptions-subscription-detail-description ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
.subscribe-page-test-content-subscriptions-subscription-detail-description ul li {
  position: relative;
  padding-left: 25px;
}
.subscribe-page-test-content-subscriptions-subscription-detail-description ul li:before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url("/images/list-check.png");
  background-position: center center;
}
.subscribe-page-test-content-subscriptions-subscription-detail-description ul li.danger:before {
  top: 0;
  background-image: url("/images/list-times.png");
}
.subscribe-page-test-content-subscriptions-subscription-detail-switch {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.subscribe-page-test-content-subscriptions-subscription-detail-switch-option {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0 3px;
  display: block;
  padding: 5px 12px;
  border: 1px solid #000000;
  color: black;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
  opacity: 0.5;
}
.subscribe-page-test-content-subscriptions-subscription-detail-switch-option:hover {
  opacity: 1;
}
.subscribe-page-test-content-subscriptions-subscription-detail-switch-option.subscribe-page-content-subscriptions-subscription-detail-switch-option__active {
  border: 2px solid #1B9D18;
  color: #1B9D18;
  font-weight: bold;
  opacity: 1;
}
.subscribe-page-test-content-subscriptions-subscription-detail-price-origin {
  font-size: 20px;
  color: #ea0100;
  text-decoration: line-through;
  font-weight: bold;
}
.subscribe-page-test-content-subscriptions-subscription-detail-price-final {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
  color: #111112;
}
.subscribe-page-test-content-subscriptions-subscription-detail-price-final-interval {
  font-weight: lighter;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #111112;
  margin-bottom: 30px;
}
.subscribe-page-test-content-subscriptions-subscription-detail-pricePerCredit {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}
.subscribe-page-test-content-subscriptions-subscription-detail-button {
  margin-bottom: 25px;
}
.subscribe-page-test-content-subscriptions-subscription-detail-button a {
  display: block;
  background: #FFFFFF;
  padding: 17px 35px;
  text-decoration: none;
  opacity: 0.8;
  box-shadow: 0px 0px 24px rgba(17, 17, 18, 0.08);
  border-radius: 16px;
  font-size: 19px;
  line-height: 23px;
  text-transform: uppercase;
  color: #000000;
}
.subscribe-page-test-content-subscriptions-subscription-detail-button a:hover {
  opacity: 1;
}
.subscribe-page-test-content-subscriptions-subscription-detail-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #111112;
  margin-top: 15px;
}
.subscribe-page-test-content-packages {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-test-content-packages {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .subscribe-page-test-content-packages {
    margin-bottom: 45px;
  }
}
.subscribe-page-test-content-packages-package {
  display: block;
  width: 45%;
  margin: 0 9px;
  margin-bottom: 15px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  transition: all 0.3s;
}
.subscribe-page-test-content-packages-package:hover {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.subscribe-page-test-content-packages-package-top {
  background-color: #EAEBF1;
  padding: 10px;
  margin-bottom: 2px;
}
.subscribe-page-test-content-packages-package-top-credits {
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  text-transform: uppercase;
  color: #000000;
}
.subscribe-page-test-content-packages-package-top-label {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #575757;
  margin-bottom: 25px;
}
.subscribe-page-test-content-packages-package-top-selector-select {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #C4C4C4;
  opacity: 0.16;
  border: 2px solid rgba(111, 111, 111, 0.72);
  box-sizing: border-box;
  box-shadow: inset 0px 0px 16px 2px rgba(0, 0, 0, 0.48);
}
.subscribe-page-test-content-packages-package-top-selector-select svg {
  display: none;
}
.subscribe-page-test-content-packages-package-top-selector-select.subscribe-page-content-packages-package-top-selector-select__active {
  background-color: #1B9D18;
  opacity: 1;
  box-shadow: none;
  border-color: #1B9D18;
}
.subscribe-page-test-content-packages-package-top-selector-select.subscribe-page-content-packages-package-top-selector-select__active svg {
  display: block;
  width: 35px;
  height: 35px;
  fill: white;
}
.subscribe-page-test-content-packages-package-bottom {
  background-color: #F4F4F4;
  padding: 10px;
}
.subscribe-page-test-content-packages-package-bottom-price {
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  text-transform: uppercase;
  color: #575757;
  margin-bottom: 5px;
}
.subscribe-page-test-content-packages-package-bottom-save {
  font-size: 18px;
  line-height: 25px;
  color: #6F6F6F;
  text-transform: uppercase;
}
.subscribe-page-test-content-packages-buy {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-test-content-packages-buy {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .subscribe-page-test-content-packages-buy {
    margin-bottom: 45px;
  }
}
.subscribe-page-test-content-packages-buy-button {
  cursor: pointer;
  background: #1B9D18;
  border-radius: 16px;
  padding: 15px 45px;
  color: white;
  box-shadow: none;
  border: none;
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  transition: all 0.3s;
}
.subscribe-page-test-content-packages-buy-button:hover {
  background-color: #137111;
}
.subscribe-page-test-content-packages-buy-button:disabled {
  background-color: #aaa;
}
.subscribe-page-test-content-description {
  max-width: 900px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #111112;
  padding: 0 10px;
}
.subscribe-page-test-content-description .text-normal {
  font-weight: normal;
  color: #059FFF;
}
.subscribe-page-test-content-description a {
  color: #111112;
  text-decoration: underline;
  font-weight: normal;
}
.subscribe-page-test-content-description a:hover {
  text-decoration: none;
}
.subscribe-page-test-content-description a.toggle {
  color: #059FFF;
}
.subscribe-page-test-content-description-sm {
  font-size: 16px;
}
.subscribe-page-test-payment-image {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
.subscribe-page-test-payment-image img {
  display: inline-block;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .subscribe-page-test-confirm {
    padding: 48px 0;
  }
  .subscribe-page-test-confirm h1,
  .subscribe-page-test-confirm h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 auto 48px;
  }
  .subscribe-page-test-confirm-wrapper {
    padding: 48px 64px;
  }
  .subscribe-page-test-confirm-wrapper-pay {
    font-size: 19px;
    line-height: 23px;
  }
  .subscribe-page-test-content {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .subscribe-page-test-content h1,
  .subscribe-page-test-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .subscribe-page-test-content-switcher-switch {
    font-size: 18px;
    line-height: 22px;
  }
  .subscribe-page-test-content-packages-package {
    width: 30%;
  }
  .subscribe-page-test-content-packages-package-top {
    padding: 20px;
  }
  .subscribe-page-test-content-packages-package-bottom {
    padding: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .subscribe-page-test-content-packages-package {
    width: 170px;
  }
  .subscribe-page-test-content-packages-package--buy-credit {
    width: 190px;
  }
}
.register-page {
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0 10px 50px;
  box-sizing: border-box;
}
.register-page .row {
  display: flex;
  flex-direction: row;
}
.register-page .row .col:first-child {
  width: 372px;
  max-width: 100%;
}
.register-page .footer {
  margin-top: 50px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}
.register-page .footer a {
  text-decoration: underline;
}
.login-page *,
.register-page *,
.contact-page *,
.affiliates-page * {
  box-sizing: border-box;
}
.login-page h2,
.register-page h2,
.contact-page h2,
.affiliates-page h2 {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 37px;
  color: #575757;
}
.login-page label,
.register-page label,
.contact-page label,
.affiliates-page label {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 4px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #575757;
}
.login-page input,
.register-page input,
.contact-page input,
.affiliates-page input,
.login-page select,
.register-page select,
.contact-page select,
.affiliates-page select,
.login-page textarea,
.register-page textarea,
.contact-page textarea,
.affiliates-page textarea {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #FBFBFB;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: none;
  margin-bottom: 16px;
  padding: 16px 24px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #575757;
  font-weight: normal;
}
.login-page textarea,
.register-page textarea,
.contact-page textarea,
.affiliates-page textarea,
.login-page select,
.register-page select,
.contact-page select,
.affiliates-page select {
  height: auto;
}
.login-page input[type="submit"],
.register-page input[type="submit"],
.contact-page input[type="submit"],
.affiliates-page input[type="submit"] {
  transition: all 0.3s;
  margin-top: 40px;
  border-radius: 32px;
  background-color: #1B9D18;
  color: white;
  text-align: center;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
}
.login-page input[type="submit"]:hover,
.register-page input[type="submit"]:hover,
.contact-page input[type="submit"]:hover,
.affiliates-page input[type="submit"]:hover {
  background-color: #137111;
}
.login-page input[type="submit"].submit-primary,
.register-page input[type="submit"].submit-primary,
.contact-page input[type="submit"].submit-primary,
.affiliates-page input[type="submit"].submit-primary {
  background-color: #4285F4;
}
.login-page input[type="submit"].submit-primary:hover,
.register-page input[type="submit"].submit-primary:hover,
.contact-page input[type="submit"].submit-primary:hover,
.affiliates-page input[type="submit"].submit-primary:hover {
  background-color: #1266f1;
}
.login-page .captcha,
.register-page .captcha,
.contact-page .captcha,
.affiliates-page .captcha {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}
.login-page .captcha img,
.register-page .captcha img,
.contact-page .captcha img,
.affiliates-page .captcha img {
  margin-right: 50px;
}
.login-page .captcha a,
.register-page .captcha a,
.contact-page .captcha a,
.affiliates-page .captcha a {
  text-decoration: none;
  font-size: 12px;
}
.login-page .checkbox,
.register-page .checkbox,
.contact-page .checkbox,
.affiliates-page .checkbox {
  display: flex;
  flex-direction: row;
  padding-left: 40px;
  position: relative;
}
.login-page .checkbox input[type="checkbox"],
.register-page .checkbox input[type="checkbox"],
.contact-page .checkbox input[type="checkbox"],
.affiliates-page .checkbox input[type="checkbox"] {
  display: none;
}
.login-page .checkbox input[type="checkbox"] + div,
.register-page .checkbox input[type="checkbox"] + div,
.contact-page .checkbox input[type="checkbox"] + div,
.affiliates-page .checkbox input[type="checkbox"] + div {
  cursor: pointer;
}
.login-page .checkbox input[type="checkbox"] + div:before,
.register-page .checkbox input[type="checkbox"] + div:before,
.contact-page .checkbox input[type="checkbox"] + div:before,
.affiliates-page .checkbox input[type="checkbox"] + div:before {
  display: none;
  content: "";
  border: 1px solid #eee;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.login-page .checkbox input[type="checkbox"]:checked + div:after,
.register-page .checkbox input[type="checkbox"]:checked + div:after,
.contact-page .checkbox input[type="checkbox"]:checked + div:after,
.affiliates-page .checkbox input[type="checkbox"]:checked + div:after {
  content: "";
  height: 10px;
  width: 20px;
  border-left: 2px solid #1B9D18;
  border-bottom: 2px solid #1B9D18;
  border-top: none;
  border-right: none;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  transform: rotate(-45deg);
}
.login-page-container {
  background-color: #F5F5F5;
}
.login-page {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 50px 0 50px;
  box-sizing: border-box;
}
.contact-page h3 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 16px;
}
.credit-content-usage {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.credit-content-usage h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
  text-align: center;
  color: #575757;
}
.credit-content-usage h2 strong {
  font-weight: bold;
}
.credit-content-usage-slider {
  background: rgba(234, 235, 241, 0.8);
  display: block;
  text-align: center;
}
.credit-content-usage .splide {
  padding: 35px;
  display: inline-block;
  max-width: 100%;
}
.credit-content-usage .splide .splide__arrows .splide__arrow {
  width: 4em;
  height: 4em;
}
.credit-content-usage .splide .splide__arrows .splide__arrow svg {
  fill: white;
}
.credit-content-usage .splide .splide__arrows .splide__arrow:disabled {
  opacity: 0;
}
.credit-content-usage .splide .asset {
  width: 200px;
  display: inline-block;
}
.credit-content-usage .splide .asset .asset-image {
  width: 200px;
  height: 200px;
  background-position: center center;
  background-size: cover;
}
.credit-content-usage .splide .asset .asset-count {
  text-align: left;
  border-left: 1px solid rgba(175, 175, 175, 0.72);
  padding: 0 25px;
  margin-bottom: 20px;
  font-size: 19px;
}
.credit-content-usage .splide .asset .asset-count strong {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  .credit-content-usage .splide .splide__arrows .splide__arrow--prev {
    left: -2em;
  }
  .credit-content-usage .splide .splide__arrows .splide__arrow--next {
    right: -2em;
  }
}
.btn-landing {
  transition: all 0.3s;
  padding: 18px;
  min-width: 240px;
  box-shadow: 0 0 24px rgba(17, 17, 18, 0.08);
  border-radius: 16px;
  background-color: #F56426;
  color: white !important;
  text-decoration: none;
  display: inline-block;
}
.btn-landing:hover {
  background-color: #ea0100 !important;
  text-decoration: none !important;
}
.dark-mode {
  background-color: #0F0F0F;
}
.dark-mode .page-header-wrapper {
  background: linear-gradient(360deg, rgba(41, 41, 41, 0.96) 0%, rgba(46, 46, 46, 0.96) 100%);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.64);
}
.dark-mode #page-header .page-header-menu .page-header-menu-item a {
  color: #C4C4C4;
}
.dark-mode #page-header .page-header-menu .page-header-menu-item a:hover {
  color: #EAEBF1;
}
.dark-mode #page-header .page-header-user .page-header-user-button__signup {
  border-right: 0;
}
.dark-mode .landing-page-container {
  color: #EAEBF1;
}
.dark-mode .landing-page-container h1,
.dark-mode .landing-page-container h2,
.dark-mode .landing-page-container h3 {
  color: #EAEBF1;
}
.dark-mode .btn-landing {
  background-color: #FFFFFF;
  color: black !important;
}
.dark-mode .btn-landing:hover {
  background-color: #C5C5C5 !important;
}
.landing-page-container {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  padding: 30px 12px;
}
.landing-page-container a {
  color: #059FFF;
  text-decoration: none;
}
.landing-page-container a:hover {
  color: #07649f;
}
.landing-page-container img {
  width: 100%;
  height: auto;
}
.landing-page-container h1,
.landing-page-container h2,
.landing-page-container h3,
.landing-page-container h4,
.landing-page-container h5,
.landing-page-container h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #27436d;
}
.landing-page-container h1 {
  font-size: 32px;
}
.landing-page-container h2 {
  font-size: 26px;
}
.landing-page-container h3 {
  font-size: 20px;
}
.landing-page-container p {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 10px;
}
.landing-block-4 {
  text-align: center;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-60 {
  margin-bottom: 60px;
}
.landing-img-description {
  padding: 20px 0;
}
.landing-img-description h1,
.landing-img-description h2,
.landing-img-description h3,
.landing-img-description h4,
.landing-img-description h5,
.landing-img-description h6,
.landing-img-description p {
  margin: 0;
}
.align-items-center {
  align-items: center;
}
.alert-beta {
  background-color: #ea0100;
  color: white;
  text-align: center;
  padding: 8px;
  font-size: 12px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .alert-beta {
    padding: 10px;
    font-size: 14px;
  }
}
.admin-menu + .alert-beta {
  margin-top: 30px;
}
.alert-beta a {
  color: white;
  text-decoration: underline;
}
.alert-beta a:hover {
  color: white;
  text-decoration: none;
}
.text-color-dark-gray {
  color: #575757;
}
.form-box {
  padding: 32px;
  border-radius: 4px;
  box-sizing: border-box;
}
.form-box--grey {
  background-color: #C4C4C4;
  box-shadow: 0 0 16px #F4F4F4;
}
.form-box--white {
  background-color: white;
  box-shadow: 0 0 16px #F4F4F4;
}
@media only screen and (min-width: 768px) {
  .form-box {
    padding: 64px;
  }
}
.form-box--md {
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .form-box--md {
    padding: 48px;
  }
}
.form-box label {
  font-weight: 600;
}
.form-box--thin label {
  font-weight: lighter;
}
.affiliates-page .form-box {
  max-width: 600px;
}
.text-box {
  padding: 16px;
  color: #575757;
}
.normalized-links a {
  color: #575757;
  text-decoration: underline;
}
.normalized-links a:hover {
  text-decoration: none;
}
.normalized-paragraphs p {
  margin-top: 0;
  margin-bottom: 8px;
}
.margin-bottom-24 {
  margin-bottom: 24px;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.color-dark-1 {
  color: #111112;
}
.color-dark-2 {
  color: #202524;
}
.color-light-1 {
  color: #575757;
}
.min-height-225 {
  min-height: 225px;
}
.btn-socials {
  display: flex;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  color: white;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}
.btn-socials img {
  margin-right: 8px;
}
.btn-facebook {
  background-color: #4A66AD;
}
@media only screen and (min-width: 992px) {
  .col-500px {
    width: 524px !important;
  }
}
.socials-box {
  padding: 16px 0;
}
@media only screen and (min-width: 992px) {
  .socials-box {
    padding-left: 48px;
  }
}
.copy-to-clipboard {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  padding: 15px 24px;
  background-color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  align-items: center;
}
.copy-to-clipboard__text {
  color: #575757;
  margin-left: 24px;
  overflow: auto;
}
.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1100;
  box-sizing: border-box;
  display: none;
}
.popup-wrapper * {
  box-sizing: border-box;
}
.popup-wrapper .popup {
  background-color: white;
  max-width: 1334px;
  width: calc(100% - 30px);
  margin: 40px auto;
  position: relative;
  box-sizing: border-box;
}
.popup-wrapper .popup.popup--sm {
  max-width: 322px;
}
.popup-wrapper .popup.popup--md {
  max-width: 676px;
}
@media only screen and (min-width: 992px) {
  .popup-wrapper .popup {
    padding-top: 48px;
  }
  .popup-wrapper .popup.popup--sm,
  .popup-wrapper .popup.popup--md {
    padding-top: 0;
  }
}
.popup-wrapper .popup img {
  max-width: 100%;
}
.popup-wrapper .popup .popup__content {
  padding: 32px 15px;
}
@media only screen and (min-width: 992px) {
  .popup-wrapper .popup.popup--sm .popup__content,
  .popup-wrapper .popup.popup--md .popup__content {
    padding: 32px 40px;
  }
}
.popup-wrapper .popup .popup__title {
  font-size: 24px;
  margin-top: 0;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .popup-wrapper .popup .popup__title {
    font-size: 32px;
  }
}
.popup-wrapper .popup.popup--sm .popup__title {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .popup-wrapper .popup.popup--sm .popup__title {
    font-size: 16px;
  }
}
.popup-wrapper .popup.popup--sm .popup__title--thin {
  font-size: 18px;
  font-weight: 100;
}
@media only screen and (min-width: 992px) {
  .popup-wrapper .popup.popup--sm .popup__title--thin {
    font-size: 24px;
  }
}
.popup-wrapper .popup.popup--md .popup__title {
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .popup-wrapper .popup.popup--md .popup__title {
    font-size: 22px;
  }
}
.popup-wrapper .popup .popup__subtitle {
  font-size: 20px;
  margin-top: 0;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .popup-wrapper .popup .popup__subtitle {
    font-size: 24px;
  }
}
.popup-wrapper .popup a,
.popup-wrapper .popup a:visited {
  color: #059FFF;
}
.popup-wrapper .popup a:hover,
.popup-wrapper .popup a:visited:hover {
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .popup-wrapper .popup p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .popup-wrapper .popup.popup--sm p {
    font-size: 16px;
  }
}
.popup-wrapper .popup .popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #ea0100 !important;
  font-size: 20px;
}
.popup-wrapper .popup .popup-close > i {
  color: #ea0100 !important;
}
.text-black-like {
  color: #111112;
}
.text-color-primary-blue {
  color: #4285F4;
}
.text-color-primary-blue a {
  color: #4285F4;
}
.text-normal {
  font-weight: normal !important;
}
.text-bold {
  font-weight: bold !important;
}
.spinner {
  animation: spin 1s infinite linear;
}
.text-lines-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.table {
  border-collapse: collapse;
}
.table td,
.table th {
  text-align: left;
  padding: 10px 5px;
}
.table th {
  border-bottom: 2px solid #E0E0E0;
  color: #111112;
  font-weight: normal;
}
.table tr:not(:last-child) td {
  border-bottom: 1px solid #E0E0E0;
}
.overflow-initial {
  overflow: initial !important;
}
.layout-column-two {
  display: flex;
  flex-wrap: wrap;
}
.layout-column-two .layout-column {
  padding: 60px 15px;
  width: 100%;
}
@media (min-width: 991px) {
  .layout-column-two .layout-column {
    padding: 150px 15px;
    width: 50%;
  }
}
.bg-white {
  background-color: white;
}
.bg-grey-6 {
  background-color: #F7F7F7;
}
@media (min-width: 991px) {
  .left-shadow-lg {
    box-shadow: inset 10px 0 9px -7px rgba(0, 0, 0, 0.2);
  }
}
.text-danger {
  color: #F56425;
}
.text-danger .link-danger {
  font-weight: bold;
  color: #F56425;
}
.text-danger .link-danger:visited {
  color: #F56425;
}
.mosaic-gallery {
  box-sizing: border-box;
  overflow: visible;
}
.mosaic-gallery__item {
  -webkit-animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  box-sizing: border-box;
}
.mosaic-loader {
  font-size: 46px;
  box-sizing: border-box;
  color: #575757;
}
.mosaic-loader .spinner-container {
  box-sizing: border-box;
  padding: 60px 40px;
}
.mosaic-loader .spinner-container i {
  animation: spin 2s linear infinite;
}
.jQueryMosaic {
  float: none !important;
}
.tabs__header {
  display: flex;
  flex-wrap: wrap;
}
.tabs__link {
  transition: all 0.3s;
  display: inline-block;
  font-weight: 200;
  color: #575757;
  background-color: #C4C4C4;
  box-shadow: inset 0px -4px 16px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  position: relative;
  font-size: 16px;
  line-height: 19px;
  padding: 8px 30px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1200px) {
  .tabs__link {
    font-size: 19px;
    line-height: 22px;
    padding: 12px 40px;
    min-width: 225px;
  }
}
.tabs__link:before {
  content: ' ';
  position: absolute;
  top: -3px;
  left: -11px;
  border-style: solid;
  border-width: 0 16.5px 16.5px 16.5px;
  transform: rotate(-45deg);
  border-color: transparent transparent #F5F5F5 transparent;
}
@media only screen and (min-width: 1200px) {
  .tabs__link:before {
    font-size: 19px;
    line-height: 22px;
  }
}
.tabs__link.selected,
.tabs__link:hover {
  background: linear-gradient(180deg, #FCFCFC 0%, #F5F5F5 100%);
  mix-blend-mode: normal;
  box-shadow: none;
}
.tabs__link.selected {
  font-weight: 400;
}
.tabs__body {
  padding: 32px 0;
}
@media only screen and (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
  }
}
.models__letter-list {
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) {
  .models__letter-list {
    font-size: 26px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.models__letter {
  margin-right: 10px;
  font-weight: normal;
  text-decoration: none;
  color: black;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .models__letter {
    margin-right: 0;
    font-size: 26px;
  }
}
.models__letter:hover {
  text-decoration: underline;
}
.models__header {
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 24px;
  color: black;
}
.models__body {
  margin-bottom: 30px;
}
.models ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.models ul li {
  padding-right: 15px;
  padding-left: 0;
  padding-bottom: 10px;
}
.models ul a,
.models ul a:visited {
  color: #575757;
  text-decoration: none;
}
.models ul a:hover,
.models ul a:visited:hover {
  text-decoration: underline;
}
.models__search {
  position: relative;
  margin-bottom: 48px;
}
.models__search .hero-search {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
}
.models__search .hero-search-form input[type="text"] {
  max-width: none;
  width: 100%;
}
.models-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.models-title h1.v2__title {
  margin-right: 10px;
}
.models-title span {
  font-weight: 100;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .models-title {
    flex-direction: row;
    align-items: end;
  }
}
.models-detail__img-wrap {
  margin-bottom: 24px;
}
.models-detail__img-wrap img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.models-detail__title {
  font-weight: normal;
  font-size: 21px;
  line-height: 29px;
  color: #575757;
  margin-top: 0;
  margin-bottom: 32px;
}
.models-detail__card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.models-detail__card ul.simple-list {
  margin-top: 24.5px;
  text-transform: uppercase;
}
.models-detail__card ul.simple-list li {
  font-size: 16px;
}
.models-detail__card ul.simple-list li a {
  color: #575757;
  font-weight: bold;
}
.models-detail__card ul li {
  font-size: 14px;
  line-height: 19px;
}
.models-detail__card ul li:not(:last-child) {
  border-bottom: 0.5px solid rgba(5, 159, 255, 0.24);
}
.models-detail__card ul li a,
.models-detail__card ul li a:visited {
  transition: all 0.3s;
  color: #6F6F6F;
  text-decoration: none;
  padding: 13px 5px;
  display: inline-block;
}
.models-detail__card ul li .arrow {
  transition: all 0.3s;
  left: 0;
  color: #059FFF;
  position: relative;
}
.models-detail__card ul li a:hover {
  color: #575757;
}
.models-detail__card ul li a:hover .arrow {
  left: 5px;
}
.models-detail__card-header {
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 26px;
  color: #575757;
  text-transform: uppercase;
  padding: 7.5px 0;
  border-bottom: 2px solid black;
}
.models-detail__set-list-header {
  margin-top: 24.5px;
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 22px;
  color: #575757;
  text-transform: uppercase;
  font-weight: bold;
}
.models-grid * {
  box-sizing: border-box;
}
.models-grid__link {
  text-decoration: none;
}
.models-grid__item {
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  -webkit-animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  box-sizing: border-box;
}
.models-grid__item--outline {
  border: 1px solid #6F6F6F;
}
.models-grid__item:hover .models-grid__item-label {
  opacity: 1;
}
.models-grid__item--first {
  height: 264px;
}
@media only screen and (min-width: 768px) {
  .models-grid__item--first {
    height: 344px;
  }
}
.models-grid__item--second {
  height: 124px;
}
@media only screen and (min-width: 768px) {
  .models-grid__item--second {
    height: 164px;
  }
}
.models-grid__item-label {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.72);
  color: #111112;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  letter-spacing: -0.03em;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  padding: 6px 12px;
  bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .models-grid__item-label {
    font-size: 14px;
    line-height: 16px;
    padding: 6px 16px;
    bottom: 30px;
  }
}
.models-grid__item-wrap {
  position: relative;
}
.models-grid__btn-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  display: flex;
  justify-content: space-between;
}
.gx-16px {
  --bs-gutter-x: 16px;
}
.error-wrapper {
  background-color: white;
  background-image: url("/images/404_v2.jpg");
  background-size: cover;
  background-position: 70% center;
  padding-top: 136px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 1200px) {
  .error-wrapper {
    background-position: 100% center;
  }
}
.error-wrapper h1 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 88px;
  font-weight: normal;
  color: #111112;
}
@media only screen and (min-width: 1200px) {
  .error-wrapper h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.error-wrapper p {
  margin: 0;
  font-size: 16px;
  color: #575757;
}
@media only screen and (min-width: 1200px) {
  .error-wrapper p {
    font-size: 21px;
    line-height: 40px;
  }
}
.accordion {
  font-weight: normal;
  color: #575757;
  margin-bottom: 25px;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid #E0E0E0;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-header {
  margin-bottom: 0;
  margin-top: 0;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 48px 16px 20px;
  font-size: 1rem;
  color: #575757;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  cursor: pointer;
}
.accordion-button:hover {
  background-color: #F4F4F4;
}
.accordion-button i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #C4C4C4;
  transition: color 0.15s ease-in-out;
}
.accordion-button.visible {
  background-color: #059FFF;
  color: white;
}
.accordion-button.visible i {
  color: white;
}
.accordion-button.visible:hover {
  background-color: #059FFF;
}
.accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-body {
  padding: 1rem 1.25rem;
  font-size: 14px;
}
.accordion .collapse {
  display: none;
}
.accordion a,
.accordion a:visited {
  color: #059FFF;
  text-decoration: none;
}
.accordion a:hover,
.accordion a:visited:hover {
  text-decoration: underline;
}
.social-btn-group .social-btn {
  transition: all 0.3s;
  display: inline-block;
  position: relative;
  font-size: 20px;
  margin-right: 16px;
  height: 48px;
  width: 48px;
  background-color: white;
  color: black !important;
  border-radius: 50%;
}
.social-btn-group .social-btn:hover {
  background-color: #C4C4C4;
}
.social-btn-group .social-btn--dark {
  background-color: #F3F3F3;
}
.social-btn-group .social-btn--dark:hover {
  background-color: #C4C4C4;
}
.social-btn-group .social-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wishlist-toolbar a,
.wishlist-grid a,
.wishlist-rows a,
.wishlist-toolbar a:visited,
.wishlist-grid a:visited,
.wishlist-rows a:visited {
  color: #059FFF;
}
.wishlist-toolbar a i,
.wishlist-grid a i,
.wishlist-rows a i,
.wishlist-toolbar a:visited i,
.wishlist-grid a:visited i,
.wishlist-rows a:visited i {
  color: #059FFF;
}
.wishlist-toolbar a.simple,
.wishlist-grid a.simple,
.wishlist-rows a.simple {
  text-decoration: none;
}
.wishlist-toolbar a:hover,
.wishlist-grid a:hover,
.wishlist-rows a:hover {
  text-decoration: none;
}
.wishlist-toolbar .wishlist-title {
  font-size: 24px;
  margin: 0;
  color: #111112;
}
.wishlist-toolbar .text-danger {
  font-size: 1.3em;
}
.wishlist-grid .grid-item {
  background-color: white;
  padding: 20px;
  height: 100%;
  margin-bottom: 15px;
  position: relative;
}
.wishlist-grid .grid-item-content {
  max-width: 253px;
  width: 100%;
  margin: 0 auto;
}
.wishlist-grid .grid-item-content .grid-item-img-container {
  position: relative;
  text-align: center;
}
.wishlist-grid .grid-item-content .grid-item-img-container .photo-card {
  display: inline-block;
}
.wishlist-grid .grid-item-content .grid-item-img-container img.grid-item-img {
  width: auto !important;
  margin: 0 auto;
  max-width: 100%;
}
.wishlist-grid .grid-item-content .grid-item-link {
  font-size: 14px;
  line-height: 1.6em;
}
.wishlist-list {
  padding: 0;
  margin: 10px 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.wishlist-list > li {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  margin-right: 18px;
}
.wishlist-list > li:not(:first-child):before {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #4285F4;
}
.wishlist-list > li:last-child {
  margin-right: 0;
}
.wishlist-items .wishlist-rows .item-row {
  background-color: white;
  padding: 0 15px;
  position: relative;
}
.wishlist-items .wishlist-rows .item-row-link {
  font-size: 14px;
  line-height: 1.6em;
}
@media only screen and (min-width: 1200px) {
  .wishlist-items .wishlist-rows .item-row-link {
    line-height: 32px;
    font-size: 16px;
  }
}
.wishlist-items .wishlist-rows .item-row-img-container {
  overflow: hidden;
  position: relative;
}
.wishlist-items .wishlist-rows .item-row-img-container img {
  width: auto !important;
  height: 100% !important;
  max-height: 170px !important;
  display: inline-block;
  max-width: 100%;
  margin: 0;
}
.wishlist-items .wishlist-rows .item-row-description > a {
  text-decoration: none;
}
.wishlist-items .wishlist-rows .item-row-description .item-row-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #111112;
}
.wishlist-items .wishlist-rows .item-row-description p {
  font-size: 14px;
}
.wishlist-files {
  margin-top: 20px;
}
.wishlist-files .wishlist-file {
  overflow: hidden;
  position: relative;
}
.wishlist-files .wishlist-file [class*="col"] {
  z-index: 6;
}
.wishlist-files .wishlist-file .progress {
  background-color: rgba(5, 159, 255, 0.08);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: 1;
}
.wishlist-files .wishlist-file .progress:before {
  content: " ";
  position: absolute;
  background-color: rgba(5, 159, 255, 0.08);
  top: 0;
  left: 100%;
  height: 100%;
  width: 50px;
  z-index: 2;
}
.wishlist-files .wishlist-file .progress:after {
  content: " ";
  position: absolute;
  background-color: white;
  top: 0;
  left: 100%;
  height: 100%;
  width: 80px;
  transform: skewX(330deg);
  transform-origin: bottom left;
  z-index: 2;
}
.wishlist-badge {
  position: absolute;
  top: 10px;
  left: -12px;
  background-color: #4285F4;
  color: white;
  padding: 6px 12px;
  font-size: 11px;
  border-radius: 20px;
  line-height: 1;
  z-index: 1;
  display: flex;
  align-items: center;
}
.wishlist-badge i {
  font-size: 14px;
  color: white;
  margin-right: 5px;
}
.wishlist-badge-icon,
.wishlist-badge-text {
  color: white;
}
.wishlist-badge-right {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.wishlist-badge-right-icon {
  color: #f1c40f !important;
  text-decoration: none;
}
.wishlist-badge-right-icon i {
  color: #f1c40f !important;
}
.wishlist-badge-right-icon:hover {
  color: #f39c12 !important;
}
.wishlist-badge-right-icon:hover i {
  color: #f39c12 !important;
}
.wishlist-button {
  font-size: 12px !important;
  padding: 0 10px !important;
  min-height: 0 !important;
}
.wishlist-price {
  font-weight: lighter !important;
  font-size: 12px !important;
}
.wishlist-price-free {
  font-weight: normal !important;
  font-size: 12px !important;
}
.card {
  background: red;
  margin-top: 25px;
  color: #575757;
  background-color: white;
  padding: 15px;
  border: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.banner-statics img {
  max-width: 100%;
}
.checkout-summary h2 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 30px;
  display: inline-flex;
  align-items: center;
}
.checkout-summary h2 img {
  max-width: 90px;
  margin-right: 16px;
}
.checkout-summary .checkout-summary-item {
  padding: 42px 0;
  border-bottom: 1px solid rgba(176, 176, 176, 0.64);
}
.checkout-summary .checkout-summary-item p {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: lighter;
}
.checkout-summary .checkout-summary-item p:last-child {
  margin-bottom: 0;
}
.checkout-summary .checkout-summary-item:last-child {
  border-bottom: 0;
}
.checkout-summary .checkout-summary-price {
  font-size: 20px;
  font-weight: bold;
}
.checkout-summary .checkout-summary-hint {
  font-weight: lighter;
  font-size: 24px;
  margin-bottom: 24px;
  margin-top: 24px;
}
.checkout-summary .checkout-summary-plan {
  border: 1px solid rgba(178, 178, 178, 0.64);
  padding: 24px 40px;
  margin-bottom: 24px;
  border-radius: 4px;
  font-size: 20px;
  transition: all 0.2s;
}
.checkout-summary .checkout-summary-plan.selected {
  background: rgba(250, 250, 250, 0.72);
  border: 2px solid #B0B0B0;
}
.checkout-summary .checkout-summary-plan:hover {
  border-color: #059FFF;
}
.checkout-summary .checkout-summary-price-hint {
  font-weight: lighter;
}
.checkout-summary .plan-link {
  text-decoration: none;
  color: #111112;
}
.checkout-link {
  color: #059FFF;
  text-decoration: underline;
}
.checkout-link:hover {
  text-decoration: none;
}
.carousel .fa-angle-left,
.carousel .fa-angle-right {
  font-size: 40px;
  color: #27436d;
}
.video-widget-content {
  width: calc(100% + 60px);
  margin: 0 -30px 0 -30px;
  pointer-events: auto;
  cursor: pointer;
}
.video-widget-content.invisible {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .video-widget-content {
    background-color: unset !important;
    margin: 0;
    width: 100%;
  }
}
.video-widget {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  padding: 30px;
  box-shadow: 1px 1px 29px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 20px;
  top: -40px;
  z-index: 10;
  background-color: #FFF;
  width: 100%;
  max-width: 740px;
}
@media (max-width: 768px) {
  .video-widget {
    left: 8px;
    width: calc(100% - 13px);
  }
}
.video-widget__close {
  background: #FFF;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 10;
}
.video-widget__close:hover {
  background-color: #C4C4C4;
}
.video-widget__text {
  margin-top: 10px;
  font-size: 21px;
  color: #575757;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.video-widget__text span {
  font-weight: 200;
  display: block;
  margin-bottom: 5px;
}
.video-widget__text h5 {
  margin: 0;
  font-weight: 400;
}
.video-widget .btn-primary {
  border-radius: 4px;
  padding: 8px 20px;
}
.upcoming-updates {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
}
.page-header-wrapper {
  background-color: white;
}
.page-header-container {
  width: auto;
  max-width: 100%;
}
.page-header-container--no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (min-width: 1280px) {
  .page-header-container {
    width: 1236px;
    max-width: 1236px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .page-header-container {
    width: 1480px;
    max-width: 1480px;
    padding: 0;
  }
}
.page-header-container .custom-container-row {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1280px) {
  .page-header-container .custom-container-row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media only screen and (min-width: 1800px) {
  .page-header-container .custom-container-row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .page-header-container .custom-container-row--wide-margin {
    margin-left: -16px;
    margin-right: -16px;
  }
}
#page-header {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: end;
  position: relative;
  padding: 10px;
}
@media only screen and (min-width: 992px) {
  #page-header {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 1280px) {
  #page-header {
    padding: 10px 0;
  }
}
#page-header .page-header-logo {
  display: block;
  width: 200px;
}
@media only screen and (min-width: 992px) {
  #page-header .page-header-logo {
    width: 500px;
  }
}
#page-header .page-header-logo img {
  width: auto;
}
#page-header .page-header-menu {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 100%;
  background: white;
  z-index: 999999;
  flex-direction: column;
  right: 0;
  overflow: hidden;
  transition: all 0.3s;
  width: 0;
}
#page-header .page-header-menu.open {
  width: 200px;
}
#page-header .page-header-menu .show-on-big-desktop {
  display: none;
}
@media only screen and (min-width: 1800px) {
  #page-header .page-header-menu .show-on-big-desktop {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  #page-header .page-header-menu {
    position: static;
    top: auto;
    background: transparent;
    flex-direction: row;
    right: auto;
    overflow: visible;
    width: 100%;
    justify-content: center;
  }
}
#page-header .page-header-menu .page-header-menu-item {
  width: 100%;
  border-top: 1px solid #EAEBF1;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) {
  #page-header .page-header-menu .page-header-menu-item {
    width: auto;
    border-top: none;
    border-left: 1px solid #EAEBF1;
  }
}
#page-header .page-header-menu .page-header-menu-item a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  display: block;
  color: #6F6F6F;
  text-decoration: none;
  line-height: 19px;
  padding: 10px 15px;
  text-align: center;
}
#page-header .page-header-menu .page-header-menu-item a:hover {
  color: black;
}
@media only screen and (min-width: 1280px) {
  #page-header .page-header-menu .page-header-menu-item a {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 1800px) {
  #page-header .page-header-menu .page-header-menu-item a {
    padding: 10px 25px;
  }
}
#page-header .page-header-menu .page-header-menu-item:first-child {
  border-top: none;
  border-left: none;
}
#page-header .page-header-menu .page-header-menu-item__portals {
  display: none;
}
@media only screen and (min-width: 1200px) {
  #page-header .page-header-menu .page-header-menu-item__portals {
    display: block;
  }
}
#page-header .page-header-menu .page-header-menu-item__portals #portals_banner {
  position: relative;
  text-align: left;
  float: none;
  margin-top: 0;
}
#page-header .page-header-menu .page-header-menu-item__portals #portals_banner .dropdown-menu {
  font-size: 14px;
}
#page-header .page-header-menu .page-header-menu-item__portals #portals_banner:hover .dropdown-menu {
  display: flex;
  z-index: 2;
  right: -150px;
}
#page-header .page-header-menu .page-header-menu-item__portals #portals_banner:hover .dropdown-menu > li {
  width: 20%;
}
@media only screen and (min-width: 1200px) {
  #page-header .page-header-menu-item--megamenu:hover .page-header-megamenu-wrapper {
    display: block;
  }
}
#page-header .page-header-menu-item--megamenu .page-header-megamenu-wrapper {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 10px;
  z-index: 999;
}
#page-header .page-header-menu-item--megamenu .page-header-megamenu {
  background: #1d1d1d;
  color: white;
  padding: 10px 40px 30px 40px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
#page-header .page-header-menu-item--megamenu .page-header-megamenu .page-header-megamenu-inner {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
#page-header .page-header-menu-item--megamenu .page-header-megamenu .page-header-megamenu-column {
  min-width: 180px;
}
#page-header .page-header-menu-item--megamenu .page-header-megamenu .page-header-megamenu-column h3 {
  margin: 20px 0 10px 0px;
  font-weight: 700;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
}
#page-header .page-header-menu-item--megamenu .page-header-megamenu .page-header-megamenu-column a {
  display: flex;
  align-items: flex-start;
  color: white;
  text-decoration: none;
  margin: 4px 0;
  padding: 5px 0;
  text-align: left;
}
#page-header .page-header-menu-item--megamenu .page-header-megamenu .page-header-megamenu-column a span {
  margin-top: 3px;
  display: inline-block;
  margin-left: 5px;
  background-color: white;
  color: #1d1d1d;
  text-transform: uppercase;
  padding: 3px 4px;
  border-radius: 2px;
  font-size: 8px;
  line-height: 1em;
}
#page-header .page-header-menu-item--megamenu .page-header-megamenu .page-header-megamenu-column a:hover {
  text-decoration: underline;
}
#page-header .page-header-menu-item--megamenu .page-header-megamenu .page-header-megamenu-column .divider {
  margin: 10px 0;
  width: 30px;
  border-bottom: 1px solid white;
}
#page-header .page-header-menu-item--megamenu .page-header-megamenu .page-header-megamenu-feature {
  margin-left: auto;
  min-width: 180px;
  max-width: 270px;
}
#page-header .page-header-menu-item--megamenu .page-header-megamenu .page-header-megamenu-feature a {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#page-header .page-header-menu-item--megamenu .page-header-megamenu .page-header-megamenu-feature img {
  display: block;
  height: auto;
  width: 100%;
}
#page-header .page-header-menu-item--megamenu .page-header-megamenu .page-header-megamenu-feature h3 {
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
  font-size: 14px;
}
#page-header .page-header-user {
  display: flex;
  flex-direction: row;
}
#page-header .page-header-user .page-header-user-button {
  display: flex;
  border: none;
  box-shadow: none;
  cursor: pointer;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  background-color: transparent;
  text-decoration: none;
  color: #059FFF;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  font-weight: 500;
}
#page-header .page-header-user .page-header-user-button__signup {
  border-right: 1px solid #EAEBF1;
  padding-right: 10px;
}
#page-header .page-header-user .page-header-user-button__login .page-header-user-button-icon-avatar {
  display: none;
}
#page-header .page-header-user .page-header-user-button__account .page-header-user-button-icon-avatar {
  display: none;
}
#page-header .page-header-user .page-header-user-button__account .page-header-user-button-icon-chevron {
  width: 15px;
  height: 15px;
  fill: #059FFF;
}
#page-header .page-header-user .page-header-user-button__cart {
  padding: 3px 6px;
}
#page-header .page-header-user .page-header-user-button__cart .page-header-user-button-icon-chevron {
  margin-left: 5px;
  width: 15px;
  height: 15px;
  fill: #059FFF;
}
#page-header .page-header-user .page-header-user-button__cart-count {
  position: absolute;
  bottom: -5px;
  left: -5px;
  line-height: 1;
  font-size: 10px;
  width: 20px;
  height: 20px;
  color: #27436d;
  border: 2px solid #27436d;
  border-radius: 50%;
  background-color: white;
  display: none;
}
@media only screen and (min-width: 1200px) {
  #page-header .page-header-user .page-header-user-button__cart-count {
    display: block;
  }
}
#page-header .page-header-user .page-header-user-button__cart-count-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page-header .page-header-user .page-header-user-button .page-header-user-button-credits {
  border-right: 1px solid #EAEBF1;
  padding-right: 10px;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) {
  #page-header .page-header-user .page-header-user-button {
    margin-left: 8px;
    padding: 8px 20px;
    border-radius: 4px;
    color: white;
    line-height: 19px;
    font-weight: 400;
    transform: all 0.3s;
  }
  #page-header .page-header-user .page-header-user-button img {
    margin-right: 6px;
  }
  #page-header .page-header-user .page-header-user-button__signup,
  #page-header .page-header-user .page-header-user-button__account,
  #page-header .page-header-user .page-header-user-button__cart {
    background-color: #27436d;
  }
  #page-header .page-header-user .page-header-user-button__signup:hover,
  #page-header .page-header-user .page-header-user-button__account:hover,
  #page-header .page-header-user .page-header-user-button__cart:hover {
    background-color: #1a2c47;
  }
  #page-header .page-header-user .page-header-user-button__signup .page-header-user-button-icon-avatar,
  #page-header .page-header-user .page-header-user-button__account .page-header-user-button-icon-avatar,
  #page-header .page-header-user .page-header-user-button__cart .page-header-user-button-icon-avatar {
    display: block;
  }
  #page-header .page-header-user .page-header-user-button__signup .page-header-user-button-icon-chevron,
  #page-header .page-header-user .page-header-user-button__account .page-header-user-button-icon-chevron,
  #page-header .page-header-user .page-header-user-button__cart .page-header-user-button-icon-chevron {
    display: none;
  }
  #page-header .page-header-user .page-header-user-button__cart {
    padding: 11.5px 20px;
  }
  #page-header .page-header-user .page-header-user-button__login {
    background-color: #6F6F6F;
  }
  #page-header .page-header-user .page-header-user-button__login:hover {
    background-color: #565656;
  }
  #page-header .page-header-user .page-header-user-button .page-header-user-button-credits {
    display: block;
    color: white;
    border-right: 1px solid white;
  }
}
#page-header .page-header-user .page-header-user-menu {
  position: relative;
}
#page-header .page-header-user .page-header-user-menu .page-header-user-menu-content {
  display: none;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  flex-direction: column;
  z-index: 10000;
}
#page-header .page-header-user .page-header-user-menu .page-header-user-menu-content:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -9px;
  right: 10px;
}
#page-header .page-header-user .page-header-user-menu .page-header-user-menu-content--cart {
  width: 300px;
}
#page-header .page-header-user .page-header-user-menu .page-header-user-menu-content .page-header-user-menu-item {
  color: #6F6F6F;
  padding: 12px 16px 12px 16px;
  text-decoration: none;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
}
#page-header .page-header-user .page-header-user-menu .page-header-user-menu-content .page-header-user-menu-item:hover {
  color: #27436d;
}
#page-header .page-header-user .page-header-user-menu .page-header-user-menu-content .page-header-user-menu-item.disabled:hover {
  color: #6F6F6F;
}
#page-header .page-header-user .page-header-user-menu .page-header-user-menu-content .page-header-user-menu-item:before {
  content: " ";
  position: absolute;
  top: 0;
  width: 30%;
  left: 16px;
  border-top: 1px solid #EAEBF1;
}
#page-header .page-header-user .page-header-user-menu .page-header-user-menu-content .page-header-user-menu-item:first-child:before {
  display: none;
}
#page-header .page-header-user .page-header-user-menu:hover .page-header-user-menu-content {
  display: flex;
}
@media only screen and (min-width: 992px) {
  #page-header .page-header-nav {
    display: none;
  }
}
#page-header .page-header-nav .page-header-nav-icon {
  fill: #059FFF;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
#page-header .page-header-nav .page-header-nav-icon:hover {
  fill: black;
}
.testimonial-banners {
  color: #575757;
  padding: 20px 0;
}
.testimonial-banners__head-title {
  font-size: 22px;
  font-weight: bold;
  color: #40b0ff;
  margin-bottom: 10px;
  margin-top: 0;
  position: relative;
}
.testimonial-banners__title {
  font-size: 28px;
  font-weight: bold;
  color: #111112;
  margin-top: 0;
  margin-bottom: 80px;
  position: relative;
}
.testimonial-banners__title:after {
  content: " ";
  display: block;
  height: 4px;
  width: 80px;
  overflow: hidden;
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f8f8f8;
}
.testimonial-banners__image-wrap {
  display: inline-block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.testimonial-banners__item {
  padding: 0 15px 15px;
}
.testimonial-banners__content {
  margin-bottom: 15px;
  font-size: 14px;
}
.testimonial-banners__content p {
  margin-top: 0;
}
.testimonial-banners__name {
  color: #111112;
  text-align: center;
}
.testimonial-banners__footer {
  margin-bottom: 10px;
}
.testimonial-banners__rating {
  color: #f1c40f;
}
.testimonial-banners__link a {
  text-decoration: none;
}
.testimonial-banners__dots {
  display: flex;
  width: 100%;
  list-style: none;
  justify-content: center;
  align-items: center;
}
.testimonial-banners__dots li {
  padding: 0 3px;
}
.testimonial-banners__dots button {
  background: #afafaf;
  color: #afafaf;
  border: 0;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  overflow: hidden;
}
.testimonial-banners__dots li.slick-active button {
  background: #40b0ff;
  color: #40b0ff;
}
html,
body {
  padding: 0;
  margin: 0;
}
a {
  color: #40b0ff;
}
.flex-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.v2 .confirmation {
  border-radius: 4px;
  border-left: 4px solid #1B9D18;
  background-color: #d1e7dd;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 15px;
}
.v2 .confirmation .alert-close {
  color: #1B9D18;
}
.v2 .disapproval {
  border-radius: 4px;
  border-left: 4px solid #ea0100;
  background-color: #ffe5e5;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 15px;
}
.v2 .disapproval .alert-close {
  color: #ea0100;
}
.v2 .infoAlert {
  border-radius: 4px;
  border-left: 4px solid #059FFF;
  background-color: #dbf1ff;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 15px;
  color: #575757;
}
.v2 .infoAlert i {
  margin-right: 15px;
  color: #059FFF;
}
.v2 .infoAlert a {
  color: #059FFF;
}
.v2 #alert-container {
  padding-top: 15px;
}
.v2 #alert-container .alert {
  margin-bottom: 0;
  position: relative;
}
.v2 #alert-container .alert:not(:first-child) {
  margin-top: 15px;
}
.v2 #alert-container .alert .alert-close {
  position: absolute;
  right: 15px;
  top: 18px;
  cursor: pointer;
}
.v2.bg-gray {
  background-color: #F5F5F5;
}
.v2 .errorSummary {
  box-sizing: border-box;
  padding: 15px;
  background-color: #ea0100;
  margin-bottom: 15px;
  color: white;
  border-radius: 4px;
}
.v2 .errorSummary p {
  font-weight: bold;
  color: white;
}
.v2 .errorSummary ul {
  padding-left: 20px;
}
.v2 .errorSummary ul a {
  color: white;
}
.v2 .container {
  position: relative;
  width: auto;
  max-width: 100%;
}
.v2 .container--no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (min-width: 1280px) {
  .v2 .container {
    width: 1236px;
    max-width: 1236px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .v2 .container {
    width: 1480px;
    max-width: 1480px;
    padding: 0;
  }
}
.v2 .container .custom-container-row {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1280px) {
  .v2 .container .custom-container-row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media only screen and (min-width: 1800px) {
  .v2 .container .custom-container-row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .v2 .container .custom-container-row--wide-margin {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.v2 ul {
  padding: 0;
}
.v2 #content {
  padding-bottom: 0px;
}
.v2 #mainImage {
  border: none;
}
.v2 .leftpanel {
  background: #f7f7f7;
  margin-bottom: 0;
}
.v2 #leftbar #searchForm {
  padding-top: 10px;
  background-color: #afafaf;
}
.v2 #leftbar #searchForm select {
  appearance: none;
  padding: 5px;
  margin-bottom: 5px;
  background: url('/images/v2/dropdownArrow.png') no-repeat right center;
  width: 240px;
  height: 30px;
  background-color: white;
  color: #575757;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.v2 #leftbar #searchForm .search-criteria {
  display: none;
}
.v2 #leftbar .searchBg {
  padding: 10px;
  background-color: #f9f9f9;
}
.v2 #leftbar .searchTop {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 3px;
  text-align: center;
  color: #f5f5f5;
  background-color: #afafaf;
  height: 50px;
  width: 240px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.v2 #leftbar .searchTop .quickSearch {
  background: url('/images/v2/glass.png') no-repeat left center;
  margin-left: 18px;
  line-height: 2em;
}
.v2 #leftbar .searchButton {
  margin-top: 7px;
  background: #ea0100;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 260px;
  height: 68px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.v2 .userMenu {
  /* The container <div> - needed to position the dropdown content */
}
.v2 .userMenu .buttons {
  height: 85px;
}
.v2 .userMenu .buttons .logout {
  border-top: 1px solid #afafaf;
  background: url('/images/v2/account.png') no-repeat 15px center;
}
.v2 .userMenu .buttons .buyCredits {
  background: url('/images/v2/buyCredits.png') no-repeat 15px center;
}
.v2 .userMenu .buttons .profile {
  background: url('/images/v2/profile.png') no-repeat 15px center;
}
.v2 .userMenu .buttons .payments {
  background: url('/images/v2/payment.png') no-repeat 15px center;
}
.v2 .userMenu .buttons .library {
  background: url('/images/v2/archive.png') no-repeat 15px center;
}
.v2 .userMenu .buttons .myArtworks {
  background: url('/images/v2/artworks.png') no-repeat 15px center;
}
.v2 .userMenu .buttons .myArtworks span {
  font-size: 11px;
}
.v2 .userMenu .buttons .joinNow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
}
.v2 .userMenu .buttons .joinNow a {
  color: white;
  background: #ea0100;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  width: 130px;
  font-weight: 500;
}
.v2 .userMenu .buttons .joinNow a:hover {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}
.v2 .userMenu .buttons .login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
}
.v2 .userMenu .buttons .login a {
  color: white;
  background: #636363;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  width: 130px;
  font-weight: 500;
}
.v2 .userMenu .buttons .login a:hover {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}
.v2 .userMenu .buttons .credits {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  width: 130px;
  color: white;
  height: 40px;
  background: url('/images/v2/bookmark.png') no-repeat 15px center #ea0100;
}
.v2 .userMenu .buttons .dropbtn {
  background-color: #636363;
  background-image: url('/images/v2/user.png'), url('/images/v2/arrow.png');
  background-position: 15px, 115px;
  background-repeat: no-repeat, no-repeat;
  width: 145px;
  height: 40px;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
}
.v2 .userMenu .buttons .freeCredits {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  color: #ea0100;
}
.v2 .userMenu .dropdown {
  position: relative;
  display: inline-block;
  /* Show the dropdown menu on hover */
  /* Dropdown Content (Hidden by Default) */
}
.v2 .userMenu .dropdown:hover {
  /* Change the background color of the dropdown button when the dropdown content is shown */
}
.v2 .userMenu .dropdown:hover .dropdown-content {
  display: block;
}
.v2 .userMenu .dropdown:hover .dropbtn {
  background-color: red;
  color: white;
  background-image: url('/images/v2/user.png'), url('/images/v2/arrow.png'), url('/images/v2/arrowUp.png');
  background-position: 15px, 115px, 115px 33px;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
.v2 .userMenu .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  /* Links inside the dropdown */
}
.v2 .userMenu .dropdown .dropdown-content a {
  color: black;
  padding: 12px 16px 12px 45px;
  text-decoration: none;
  display: block;
  /* Change color of dropdown links on hover */
}
.v2 .userMenu .dropdown .dropdown-content a:hover {
  background-color: #ddd;
}
.v2 .retopv2.cleanName {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  color: #ea0100;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 20px;
}
.v2 .retopv2 .description {
  margin-top: 75px;
}
.v2 .retopv2 h1 {
  color: #303030;
  margin: 30px 0 0 0;
}
.v2 .retopv2 h2 {
  color: #404040;
  border-bottom: none;
  margin: 0;
}
.v2 .retopv2 .bytes {
  position: absolute;
  top: 240px;
}
.v2 .retopv2 figcaption {
  display: none;
}
.v2 .retopv2 .line.hidden-xs {
  display: none;
}
.v2 .retopv2 .btn {
  margin-top: 70px;
  text-align: center;
  padding: 10px !important;
}
.v2 .retopv2 .orange-btn {
  border: none;
  background: red;
  border-radius: 0px;
}
.v2 .retopv2 .orange-btn:hover {
  background: red;
  border: none;
}
.v2 .retopv2 .orange-btn .fa-download {
  display: none;
}
.v2 .retopv2.section {
  background: #f9f9f9;
  padding: 20px 0 0 0;
  margin-bottom: 10px;
}
.v2 .retopv2.section h2 {
  padding-left: 5px;
  margin-bottom: 5px;
}
.v2 .retopv2.section h3 {
  padding-left: 15px;
}
.v2 .glide__arrow {
  border: none;
  box-shadow: none;
}
.v2 .glide__arrow--left {
  background: url('/images/v2/arrowLeft.png') no-repeat center center;
}
.v2 .glide__arrow--right {
  background: url('/images/v2/arrowRight.png') no-repeat center center;
}
.v2 .fullsize {
  padding-top: 25px;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 55;
  transform: translate(calc(50vw - 50%));
}
.v2 .fullsize.glide {
  margin: 0 auto;
}
.v2 .fullsize img {
  width: 90% !important;
}
.v2 .fullsize video {
  width: 90% !important;
}
.v2 .fullsize .close {
  position: absolute;
  font-size: 2em;
  line-height: 1em;
  color: white;
  background: gray;
  width: 25px;
  height: 25px;
  z-index: 56;
  text-align: center;
  border-radius: 50%;
  top: 50px;
  right: 110px;
}
.v2 .techdata ul {
  margin-left: 30px;
  margin-bottom: 5px;
}
.v2 .techdata h2 {
  margin-bottom: 10px;
  margin-left: 15px;
}
.v2 .playButton {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: url('/images/v2/play.png') no-repeat center center;
  padding: 5px;
  border-radius: 5px;
}
.v2 .text-center {
  text-align: center;
}
.v2__link,
.v2__link:visited {
  color: #575757;
  text-decoration: underline;
  font-weight: bold;
}
.v2__link:hover,
.v2__link:visited:hover {
  color: #575757;
  text-decoration: none;
}
.v2__link--light {
  font-weight: lighter;
}
.v2__title {
  font-weight: 200;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #575757;
}
.v2__title--normal {
  font-weight: normal;
}
.v2__title--bold {
  font-weight: bold;
}
.v2__infoBox {
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  background: #F4F4F4;
}
.v2__infoBox a {
  color: #059FFF;
}
.content-wrapper {
  padding-top: 17px;
  padding-bottom: 64px;
  font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  .col-lg-1-5 {
    flex: 0 0 auto;
    width: 20%;
  }
}
.pagination_area {
  text-align: center;
}
.text-right {
  text-align: right;
}
.pb-max-lg-20 {
  padding-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .pb-max-lg-20 {
    padding-bottom: 0;
  }
}
.d-flex {
  display: flex !important;
}
.d-block {
  display: block !important;
}
.w-100 {
  width: 100%;
}
.margin-top-20 {
  margin-top: 20px;
}
.hero {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero-banner.hero-banner__mobil {
  display: block;
}
.hero-banner.hero-banner__desktop {
  display: none;
}
.hero-banner-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transition: all 1s;
  text-decoration: none;
  visibility: hidden;
}
.hero-banner-item.hero-banner-item__active {
  visibility: visible;
  opacity: 1;
}
.hero-banner-item-content {
  color: white;
  padding: 40px;
  text-align: center;
}
.hero-banner-item-content h2 {
  font-family: "Open-sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  margin: 0;
}
.hero-banner-item-content-subtitle {
  font-family: "Open-sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
}
.hero-search {
  display: block;
  position: absolute;
  bottom: 60px;
  width: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #FBFBFB;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.hero-search-form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.hero-search-form button {
  width: 32px;
  height: 32px;
  text-align: center;
  background-color: #059FFF;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  cursor: pointer;
  margin-right: 25px;
  transition: all 0.3s;
}
.hero-search-form button svg {
  fill: white;
  width: 20px;
  height: 20px;
}
.hero-search-form button:hover {
  background-color: #0081d1;
}
.hero-search-form input[type="text"] {
  border: none;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  min-width: 200px;
  height: 32px;
  display: block;
  background-color: transparent;
}
.hero-search-advanced {
  display: none;
  border-left: 1px solid #afafaf;
  width: 150px;
}
.hero-search-advanced-label {
  color: #575757;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0 15px 15px;
  display: flex;
  align-items: center;
}
.hero-search-advanced-label svg {
  fill: #575757;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.hero-search-advanced-menu {
  display: none;
  position: absolute;
  top: 0;
  right: 1px;
  width: 225px;
  box-sizing: border-box;
  background-color: white;
  border-radius: 4px;
  z-index: 2;
  padding: 12px;
  box-shadow: -8px 8px 64px rgba(0, 0, 0, 0.08);
}
.hero-search-advanced-menu .hero-search-advanced-label {
  padding-left: 3px;
}
.hero-search-advanced-menu #leftbar {
  width: 100%;
}
.hero-search-advanced-menu #leftbar .searchBg {
  display: none;
}
.hero-search-advanced-menu #leftbar .leftpanel {
  background-color: transparent;
}
.hero-search-advanced-menu #leftbar #searchForm {
  background-color: transparent;
}
.hero-search-advanced-menu #leftbar #searchForm select {
  height: auto;
  width: 100%;
  display: block;
}
.hero-search-advanced-menu #leftbar .searchButton {
  border: none;
  border-radius: 4px;
  width: 100%;
  height: 32px;
}
.hero-search-advanced:hover .hero-search-advanced-menu {
  display: block;
}
@media (min-width: 600px) {
  .hero-banner.hero-banner__mobil {
    display: none;
  }
  .hero-banner.hero-banner__desktop {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .hero-banner-item-content h2 {
    font-size: 48px;
  }
  .hero-banner-item-content-subtitle {
    font-size: 48px;
  }
  .hero-search {
    bottom: 40px;
    padding: 12px 24px;
  }
  .hero-search-form input[type="text"] {
    min-width: 480px;
  }
}
.partners-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 50px 20px;
  box-sizing: border-box;
}
.partners {
  background-color: white;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  box-sizing: border-box;
  overflow-x: auto;
}
@media (min-width: 950px) {
  .partners {
    justify-content: center;
  }
}
.partners-item {
  display: block;
  padding: 0 15px;
  box-sizing: border-box;
}
.partners-item img {
  display: block;
  height: 50px;
}
.tutorials {
  background-color: #27436d;
  padding: 48px 16px;
  color: white;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.tutorials-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
}
.tutorials-description {
  margin-bottom: 48px;
  font-size: 14px;
  line-height: 19px;
}
.tutorials-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tutorials-items-item {
  box-sizing: border-box;
  width: 32%;
  margin-bottom: 50px;
}
.tutorials-items-item.tutorials-items-item__layout2 {
  width: 32%;
}
.tutorials-items-item.tutorials-items-item__layout3 {
  width: 66.5%;
}
.tutorials-items-item a {
  text-decoration: none;
  display: block;
  color: white;
  text-transform: capitalize;
}
.tutorials-items-item a img {
  width: 100%;
  height: auto;
}
.tutorials-items-item a h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin: 16px 0 8px;
}
.tutorials-items-item a p {
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
}
@media only screen and (min-width: 992px) {
  .tutorials-items-item {
    width: 16%;
  }
  .tutorials-items-item.tutorials-items-item__layout2 {
    width: 16%;
  }
  .tutorials-items-item.tutorials-items-item__layout3 {
    width: 33.4%;
  }
}
.tutorials__list {
  display: flex;
  flex-wrap: wrap;
}
.tutorials__list a {
  color: #575757;
}
.tutorials__item {
  flex: 1 0 25%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}
.tutorials__item h4 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  font-weight: lighter;
}
.home-page-wrapper {
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}
@media only screen and (min-width: 1280px) {
  .home-page-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
.set-description {
  color: #575757;
}
.set-description p {
  margin-top: 0;
  margin-bottom: 15px;
}
.set-description table {
  background-color: transparent !important;
  width: 100%;
}
.set-description table a {
  display: inline-block;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  color: white;
  padding: 10px 17px;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  background: #059FFF;
  opacity: 0.8;
  box-shadow: 0 0 16px rgba(8, 150, 238, 0.24);
  border-radius: 16px;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
}
.set-description table a--success {
  background-color: #1B9D18;
}
.set-description table a--gray {
  background-color: #C4C4C4;
}
.set-description table a--gray:hover {
  background-color: #ababab;
}
.set-description table a--xs {
  font-size: 12px;
  padding: 6px 15px;
}
.content-title {
  padding-top: 20px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .content-title {
    padding: 40px 0;
  }
}
.content-title h1 {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .content-title--sm {
    padding-top: 32px;
    padding-bottom: 7px;
  }
}
.simple-banner {
  margin-bottom: 17px;
}
.simple-banner__img {
  max-width: 100%;
}
.simple-banner__link {
  text-decoration: none;
}
.simple-banner__button-group {
  margin-top: 5px;
}
.tippy-box[data-theme~='tooltip-3d'] {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: #C4C4C4;
  border-radius: 4px;
  box-shadow: 0 109px 43px rgba(0, 0, 0, 0.01), 0 61px 37px rgba(0, 0, 0, 0.05), 0 27px 27px rgba(0, 0, 0, 0.09), 0 7px 15px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1);
  color: #111112;
}
.tippy-box[data-theme~='tooltip-3d'] .tippy-content {
  padding: 8px;
}
.tippy-box[data-theme~='tooltip-3d'] .tippy-content > div.tooltip-img {
  overflow: hidden;
  border-radius: 4px;
}
.tippy-box[data-theme~='tooltip-3d'] .tippy-content > div.tooltip-img > img {
  transform: scale(1.05);
}
