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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "dcm";
  src: url("/fonts/DCM-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "dcm";
  src: url("/fonts/DCM-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "dcm";
  src: url("/fonts/DCM-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "dcm";
  src: url("/fonts/DCM-ExtraBoldItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "dcm";
  src: url("/fonts/DCM-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "dcm";
  src: url("/fonts/DCM-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "dcm";
  src: url("/fonts/DCM-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "dcm";
  src: url("/fonts/DCM-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "dcm";
  src: url("/fonts/DCM-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "dcm";
  src: url("/fonts/DCM-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "dcm";
  src: url("/fonts/DCM-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "dcm";
  src: url("/fonts/DCM-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "dcm";
  src: url("/fonts/DCM-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "dcm";
  src: url("/fonts/DCM-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "dcm";
  src: url("/fonts/DCM-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "dcm";
  src: url("/fonts/DCM-ExtraLightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "dcm";
  src: url("/fonts/DCM-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "dcm";
  src: url("/fonts/DCM-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/*----------------------------- */
/*------ Dark theme ----------- */
/*----------------------------- */
/*-------------------*/
/*  Fonts  */
/*-------------------*/
/* colors */
/* break points responsive */
::-moz-selection {
  color: #001123;
  background: #62DEBB;
}

::selection {
  color: #001123;
  background: #62DEBB;
}

* {
  font-family: "dcm", Arial, Helvetica, sans-serif;
}
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: transparent;
}
*::-webkit-scrollbar-track {
  box-shadow: none;
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background: #62DEBB;
  border: 0px solid #62DEBB;
  border-radius: 8px;
}

html {
  scroll-behavior: smooth;
}

a, .all {
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}

.all {
  min-height: 100vh;
  overflow: hidden;
}

body {
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  color: #001123;
}
body.menu-opened {
  height: 100vh;
  overflow: hidden;
}

h1, h2, h3, h4, h5 {
  font-weight: unset;
}

strong, b {
  font-weight: 600;
}

p {
  font-size: 18px;
  line-height: 120%;
}
@media only screen and (max-width: 600px) {
  p {
    font-size: 15px;
  }
}
p + p {
  margin-top: 15px;
}
p a {
  color: #444F59;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  p a:hover {
    color: #C31F4A;
  }
}

label {
  display: none;
}

input[type=text],
input[type=text],
input[type=number],
input[type=email],
input[type=mail],
input[type=tel],
input[type=password],
textarea {
  border: 1px solid #C31F4A;
  padding: 0px 15px;
  height: 46px;
  background-color: transparent;
  color: #001123;
  font-size: 16px;
  border-radius: 0px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 300;
  transition: all 0.3s ease-out;
  transition-property: color, background-color, border;
  vertical-align: bottom;
  box-sizing: border-box;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  input[type=text]:hover,
  input[type=text]:hover,
  input[type=number]:hover,
  input[type=email]:hover,
  input[type=mail]:hover,
  input[type=tel]:hover,
  input[type=password]:hover,
  textarea:hover {
    border-color: #001123;
  }
}
input[type=text]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=mail]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
  border-color: #001123;
}
input[type=text]:disabled,
input[type=text]:disabled,
input[type=number]:disabled,
input[type=email]:disabled,
input[type=mail]:disabled,
input[type=tel]:disabled,
input[type=password]:disabled,
textarea:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
input[type=text]::placeholder,
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=mail]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
  color: #ccc;
}
input[type=text].error,
input[type=text].error,
input[type=number].error,
input[type=email].error,
input[type=mail].error,
input[type=tel].error,
input[type=password].error,
textarea.error {
  border-color: #751119;
}

textarea {
  min-height: 100px;
  padding-top: 7px;
}

.error-msg {
  display: block;
  font-size: 15px;
  color: #490a10;
  padding-top: 8px;
}

.input + .input {
  margin-top: 15px;
}

.qty-group {
  display: flex;
}
.qty-group button {
  height: 46px;
  width: 46px;
  justify-content: center;
  padding: 0;
  color: #C31F4A;
  border-color: #C31F4A;
  background-color: #F2F0E9;
  border-radius: 0;
}
.qty-group button:first-child {
  margin-right: -1px;
}
.qty-group button:last-child {
  margin-left: -2px;
}
.qty-group input {
  text-align: center;
  background-color: #F2F0E9;
}

button,
.btn,
input[type=submit] {
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  font-feature-settings: "tnum" on, "lnum" on;
  background-color: #62DEBB;
  border: 1px solid #62DEBB;
  color: #001123;
  height: 60px;
  display: inline-flex;
  align-items: center;
  padding: 0 25px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  transition-property: color, background-color, border;
  vertical-align: bottom;
  box-sizing: border-box;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  button,
  .btn,
  input[type=submit] {
    font-size: 16px;
  }
}
button > span,
.btn > span,
input[type=submit] > span {
  position: relative;
}
button i,
.btn i,
input[type=submit] i {
  transition: transform 0.3s ease-out;
}
button:hover, button:focus,
.btn:hover,
.btn:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: #C31F4A;
  border-color: #C31F4A;
  color: #fff;
}
button.btn-ico * + *,
.btn.btn-ico * + *,
input[type=submit].btn-ico * + * {
  margin-left: 20px;
}
button.btn-ico:hover i,
.btn.btn-ico:hover i,
input[type=submit].btn-ico:hover i {
  transform: scale(1.2);
}
button.btn-ico:hover .fa-arrow-right-long,
.btn.btn-ico:hover .fa-arrow-right-long,
input[type=submit].btn-ico:hover .fa-arrow-right-long {
  transform: translateX(60px) scale(1.2);
}
button.btn-full,
.btn.btn-full,
input[type=submit].btn-full {
  width: 100%;
  justify-content: space-between;
}
button.btn-buy,
.btn.btn-buy,
input[type=submit].btn-buy {
  background-color: #62DEBB;
  border-color: #62DEBB;
  color: #001123;
}
@media (hover: hover) and (pointer: fine) {
  button.btn-buy:hover,
  .btn.btn-buy:hover,
  input[type=submit].btn-buy:hover {
    background-color: #C31F4A;
    border-color: #C31F4A;
    color: #fff;
  }
}
button.disabled,
.btn.disabled,
input[type=submit].disabled {
  pointer-events: none;
}

.radio,
.checkbox {
  margin-top: 20px;
  position: relative;
}
.radio + .checkbox, .radio + .radio,
.checkbox + .checkbox,
.checkbox + .radio {
  margin-top: 10px;
}
.radio .group,
.checkbox .group {
  position: relative;
}
.radio .group + .group,
.checkbox .group + .group {
  margin-top: 20px;
}
.radio .group label span,
.checkbox .group label span {
  margin-top: 4px;
  display: block;
  font-size: 0.8em;
  line-height: 130%;
}
.radio label a,
.checkbox label a {
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .radio label a:hover,
  .checkbox label a:hover {
    color: #001123;
  }
}
.radio label .except,
.checkbox label .except {
  color: #444F59;
  font-weight: normal;
}
.radio + .submit,
.checkbox + .submit {
  margin-top: 20px;
}
.radio + .submit input,
.checkbox + .submit input {
  width: 100%;
  justify-content: center;
}

.checkbox.short .group + .group {
  margin-top: 5px;
}

input[type=radio] {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

input[type=radio] + label,
input[type=checkbox] + label {
  display: block;
  padding: 5px;
  padding-left: 32px;
  cursor: pointer;
  font-size: 21px;
  color: #444F59;
  transition: color 0.3s ease-out;
  font-weight: 350;
}
@media only screen and (max-width: 1250px) {
  input[type=radio] + label,
  input[type=checkbox] + label {
    font-size: 18.9px;
  }
}

input[type=radio]:focus + label,
input[type=checkbox]:focus + label {
  color: #001123;
}

input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: "";
  background: #fff;
  border: 2px solid #444F59;
  background-color: #fff;
  display: block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  margin-left: -32px;
  margin-top: 0.15em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0px;
}

input[type=radio].error + label:before,
input[type=checkbox].error + label:before {
  border-color: #751119;
}

input[type=radio]:hover + label:before,
input[type=checkbox]:hover + label:before,
input[type=radio] + label:hover:before,
input[type=checkbox] + label:hover:before {
  border-color: #001123;
}

input[type=radio] + label:hover,
input[type=checkbox] + label:hover {
  color: #001123;
}

input[type=radio] + label:before {
  border-radius: 100%;
}

input[type=radio]:disabled + label:before,
input[type=checkbox]:disabled + label:before {
  border-color: #dadada;
  background-color: #eaeaea;
  pointer-events: none;
  cursor: default;
}

input[type=radio]:disabled + label,
input[type=checkbox]:disabled + label {
  color: #ccc;
  pointer-events: none;
  cursor: default;
}

input[type=radio]:checked + label:before {
  background-color: #001123;
  border-color: #001123;
}

input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
  color: #001123;
  font-weight: 500;
}

input[type=checkbox] {
  position: absolute;
  top: 10px;
  border-radius: 2px;
}

input[type=checkbox] + label {
  padding-top: 10px;
}

input[type=checkbox] + label:before {
  margin-top: 8px;
}

input[type=checkbox] + label:before {
  content: "×";
  text-align: center;
  line-height: 24px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  padding: 0px 0 2px 0px;
  font-weight: 350;
}

input[type=checkbox]:checked + label:before {
  background-color: #001123;
  color: #fff;
  border-color: #001123;
}

input[type=checkbox]:disabled + label:before {
  color: rgba(255, 255, 255, 0);
  pointer-events: none;
  cursor: default;
}

input[type=checkbox]:checked:disabled + label:before {
  color: #bbb;
  text-shadow: 0.05em 0 0 #bbb, -0.05em 0 0 #bbb;
}

.small input[type=checkbox] {
  top: 13px;
}
.small input[type=checkbox] + label:before {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  margin-left: -24px;
  top: 7px;
  padding-bottom: 2px;
}
.small input[type=checkbox] + label {
  font-size: 16px;
}
@media only screen and (max-width: 1250px) {
  .small input[type=checkbox] + label {
    font-size: 14.4px;
  }
}
.small input[type=checkbox] + label {
  padding-left: 24px;
}

.multiple-check {
  position: relative;
}
.multiple-check > .name {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out;
  transition-property: color, background-color, border;
  cursor: pointer;
  padding: 0px 18px 0 12px;
  padding-right: 40px;
  height: 46px;
  background: url("../img/angle-down-grey.svg") no-repeat;
  background-position: right 14px center;
  background-color: #fff;
  background-size: 16px;
  color: #444F59;
  font-family: "dcm", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 300;
}
@media only screen and (max-width: 1250px) {
  .multiple-check > .name {
    font-size: 18.9px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .multiple-check > .name:hover {
    color: #001123;
    background-image: url("../img/angle-down-black.svg");
  }
}
.multiple-check > .name:focus {
  outline: none;
  border-color: #001123;
  color: #001123;
}
.multiple-check > .input.checkbox {
  display: none;
  margin-top: 0;
  position: absolute;
  background-color: #fff;
  padding: 0 15px 6px;
  right: -2px;
  bottom: 45px;
  border: 2px solid #444F59;
  border-radius: 4px 4px 0 0;
}
.multiple-check > .input.checkbox label {
  white-space: nowrap;
  font-size: 18px !important;
}
.multiple-check > .input.checkbox .group + .group {
  margin-top: -10px;
}
.multiple-check:hover > .input.checkbox {
  display: block;
}

.all.darkTheme input[type=radio] + label:hover,
.all.darkTheme input[type=checkbox] + label:hover {
  color: #fff;
}
.all.darkTheme input[type=checkbox]:checked + label,
.all.darkTheme input[type=radio]:checked + label {
  color: #fff;
}
.all.darkTheme input[type=radio]:disabled + label,
.all.darkTheme input[type=checkbox]:disabled + label {
  color: #333;
}
.all.darkTheme input[type=radio]:disabled + label:before,
.all.darkTheme input[type=checkbox]:disabled + label:before {
  border-color: #333;
}
.all.darkTheme input[type=radio] + label:before,
.all.darkTheme input[type=checkbox] + label:before {
  border-color: #444F59;
  background-color: #001123;
}
.all.darkTheme input[type=radio]:checked + label:before {
  background-color: #fff;
}
.all.darkTheme .multiple-check > .name {
  background-color: #001123;
}
@media (hover: hover) and (pointer: fine) {
  .all.darkTheme .multiple-check > .name:hover {
    color: #fff;
    background-image: url("../img/angle-down-white.svg");
  }
}
.all.darkTheme .multiple-check > .name:focus {
  outline: none;
  border-color: #fff;
  color: #fff;
}
.all.darkTheme .multiple-check > .input.checkbox {
  background-color: #001123;
}

select {
  transition: all 0.3s ease-out;
  transition-property: color, background-color, border;
  cursor: pointer;
  border: 2px solid #444F59;
  border-radius: 5px;
  padding: 0px 18px 0 12px;
  padding-right: 40px;
  height: 46px;
  background: url("../img/angle-down-grey.svg") no-repeat;
  background-position: right 14px center;
  background-color: transparent;
  background-size: 16px;
  color: #444F59;
  font-family: "dcm", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  -webkit-appearance: none;
}
@media (hover: hover) and (pointer: fine) {
  select:hover {
    border-color: #001123;
    color: #001123;
    background-image: url("../img/angle-down-black.svg");
  }
}
@media only screen and (max-width: 1250px) {
  select {
    font-size: 21.6px;
  }
}
@media only screen and (max-width: 600px) {
  select {
    font-size: 16px;
  }
}
select:focus {
  outline: none;
  border-color: #001123;
  color: #001123;
}
select:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
select.error {
  border-color: #751119;
}

option {
  font-size: 16px;
}
@media only screen and (max-width: 1250px) {
  option {
    font-size: 14.4px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .all.darkTheme select:hover {
    border-color: #fff;
    color: #fff;
    background-image: url("../img/angle-down-white.svg");
  }
}
.all.darkTheme select:focus {
  border-color: #fff;
  color: #fff;
}

.row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.3s ease-out, transform 0.6s ease-out;
}
@media only screen and (max-width: 600px) {
  .row {
    display: block;
    padding: 0 15px;
  }
}
.row + .row {
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .row + .row {
    margin-top: 15px;
  }
}
.row.margin-top-double {
  padding-top: 30px;
}
@media only screen and (max-width: 600px) {
  .row.margin-top-double {
    padding-top: 15px;
  }
}
.row .col {
  width: calc(33.333% - 20px);
}
@media only screen and (max-width: 600px) {
  .row .col {
    width: 100%;
  }
}
.row .col + .col {
  margin-left: 30px;
}
@media only screen and (max-width: 600px) {
  .row .col + .col {
    margin-left: 0;
    margin-top: 15px;
  }
}
.row .col.col-2 {
  width: calc(66.666% - 10px);
}
@media only screen and (max-width: 600px) {
  .row .col.col-2 {
    width: 100%;
  }
}
.row .col.col-1-2 {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 600px) {
  .row .col.col-1-2 {
    width: 100%;
  }
}
.row .col.col-3, .row .col.full {
  width: 100%;
}
.row .col.col-right {
  margin-left: auto;
}
.row .col.col-center {
  margin-left: auto;
  margin-right: auto;
}
.row .col.sidebar .page-composer-html {
  font-size: 21px;
  line-height: 140%;
}
@media only screen and (max-width: 1250px) {
  .row .col.sidebar .page-composer-html {
    font-size: 18.9px;
  }
}
@media only screen and (max-width: 600px) {
  .row .col.sidebar .page-composer-html {
    font-size: 16.8px;
  }
}
.row .col img {
  width: 100%;
  height: auto;
}
.row .col .image + .caption {
  transition: color 0.3s ease-out;
  display: block;
  margin-top: 20px;
  font-size: 24px;
}
@media only screen and (max-width: 1250px) {
  .row .col .image + .caption {
    font-size: 21.6px;
  }
}
@media only screen and (max-width: 600px) {
  .row .col .image + .caption {
    font-size: 19.2px;
    margin-top: 8px;
  }
}
.row .col .image + .caption:empty {
  display: none;
}
.row.full {
  max-width: none;
}
.row[class*=inview] {
  opacity: 0;
  transform: translateY(30px);
}
.row.visible {
  opacity: 1;
  transform: translateY(0px);
}
.row .row {
  padding: 0;
}

@keyframes rotar {
  100% {
    transform: rotate(-359deg);
  }
}
sup {
  font-size: 0.7em;
  vertical-align: super;
}

.title {
  font-weight: 700;
  font-size: 50px;
  line-height: 90%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .title {
    font-size: 26px;
  }
}

.subtitle {
  font-size: 36px;
  line-height: 110%;
  font-weight: 700;
  margin-bottom: 18px;
}
@media only screen and (max-width: 600px) {
  .subtitle {
    font-size: 20px;
  }
}
.subtitle + p {
  margin-top: 5px;
}

.review {
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  max-width: 500px;
}
@media only screen and (max-width: 600px) {
  .review {
    font-size: 0.8em;
  }
}
.review .head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
  font-size: 1.2em;
}
.review .head .user {
  font-weight: bold;
  color: #C31F4A;
  margin-right: 5px;
}
.review .head .stars {
  color: #62DEBB;
}
.review .head .stars i + i {
  margin-left: -4px;
}
.review .head .rating {
  margin-left: 5px;
  font-size: 0.8em;
}
.review p {
  font-size: 1em;
}

section {
  transition: opacity 0.3s ease-out 0.3s, transform 0.3s ease-out 0.3s;
  opacity: 0;
  transform: translateY(100px);
  min-height: 100vh;
}
section .image img {
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(50px);
}
section .image img:nth-child(2) {
  transition-delay: 0.9s;
}
section .image img:nth-child(3) {
  transition-delay: 1.2s;
}
section .image img:nth-child(4) {
  transition-delay: 1.5s;
}
section.visible {
  opacity: 1;
  transform: translateY(0px);
}
section.visible .image img {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
section .section-intro {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 600px) {
  section .section-intro {
    margin-bottom: 0px;
    text-align: left;
    padding: 10px 15px;
  }
}
section > .row {
  max-width: 1600px;
  margin: 0 auto;
  min-height: 100vh;
  align-items: center;
}
section > .row .text {
  padding: 60px;
  max-width: 750px;
}
@media only screen and (max-width: 600px) {
  section > .row .text {
    padding: 30px 10px;
  }
}
section > .row .text .dest {
  color: #C31F4A;
}
section > .row .text p:not(.title) {
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  section > .row .text p:not(.title) {
    font-size: 18px;
  }
}
section > .row .text cite {
  font-size: 30px;
  line-height: 120%;
  margin: 15px 0;
  display: block;
}
section > .row .text .buttons {
  margin-top: 30px;
  margin-left: -5px;
}
@media only screen and (min-width: 600px) {
  section > .row .text .buttons {
    display: flex;
  }
}
@media only screen and (max-width: 600px) {
  section > .row .text .buttons > * {
    width: 100%;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 600px) {
  section > .row .text .buttons > * + * {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 600px) {
  section > .row .text .buttons > * + * {
    margin-top: 10px;
  }
}

.section-one {
  background: url("/img/bckg_line_01.svg") no-repeat #F2F0E9;
  background-position: -10% 0%;
  background-size: 100vh auto;
}
@media only screen and (max-width: 600px) {
  .section-one {
    background-position: 0% 0%;
    background-size: auto 90%;
  }
}
.section-one .image img {
  width: 70%;
  position: relative;
}
.section-one .image img:first-child {
  float: right;
  z-index: 1;
}
.section-one .image img:last-child {
  margin-top: -25%;
}
@media only screen and (max-width: 600px) {
  .section-one .image {
    padding: 50px 0 0;
    margin-bottom: -20px;
  }
}
.section-one .text p {
  font-size: 30px;
}

.section-two {
  background: url("/img/bckg_line_02.svg") no-repeat #fff;
  background-position: 130% top;
  background-size: 100vh auto;
}
@media only screen and (max-width: 600px) {
  .section-two {
    background-position: 0% 0%;
    background-size: auto 70%;
  }
}
.section-two .image img {
  width: 70%;
  position: relative;
}
.section-two .image img:first-child {
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .section-two .image img:first-child {
    float: right;
  }
}
.section-two .image img:last-child {
  margin-top: -25%;
  float: right;
}
@media only screen and (max-width: 600px) {
  .section-two .image img:last-child {
    float: none;
    clear: both;
  }
}
.section-two .text ul li {
  list-style: none;
}
.section-two .text ul li + li {
  margin-top: 10px;
}

.section-products {
  background-image: url("/img/bckg_line_03.svg"), url("/img/home_03.webp");
  background-repeat: no-repeat;
  background-color: #EAE9E8;
  background-position: right top, bottom center;
  background-size: 70% auto, auto 100vw;
  padding: 120px 90px 55vh;
  min-height: 0;
}
@media only screen and (max-width: 600px) {
  .section-products {
    padding: 60px 10px;
    background-position: 0% 0%, bottom center;
    background-size: auto 70%, auto 100vw;
  }
}
.section-products .row {
  max-width: 1000px;
  align-items: flex-start;
  min-height: 0;
}
.section-products .row .col {
  width: auto;
  flex: 1;
}
@media only screen and (max-width: 600px) {
  .section-products .row .col + .col {
    margin-top: 60px;
  }
}
.section-products .product {
  text-align: center;
}
.section-products .product .head {
  display: flex;
}
.section-products .product .head img {
  height: 100px;
  width: auto;
  margin-right: -20px;
  position: relative;
  z-index: 1;
}
.section-products .product .head i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #C31F4A;
  color: #F4CDB9;
  font-style: normal;
  font-size: 30px;
  transition: transform 0.3s ease-out 0.6s;
  transform: scale(0);
}
@media only screen and (max-width: 600px) {
  .section-products .product.c31 {
    margin-top: 30px;
  }
}
.section-products .product.c31 .head i {
  background-color: #FF615E;
}
.section-products .product .text {
  padding: 0;
  margin-top: 20px;
  text-align: left;
}
.section-products .product .text ul {
  background-color: #fff;
  padding: 25px 25px 60px;
}
@media only screen and (max-width: 600px) {
  .section-products .product .text ul {
    padding: 15px 15px 60px;
  }
}
.section-products .product .text ul li {
  list-style: none;
}
.section-products .product .text ul li + li {
  margin-top: 12px;
}
.section-products .product .price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -25px 0 0;
}
.section-products .product .price > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #001123;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  font-size: 30px;
}
.section-products .product .price > *.old {
  text-decoration: line-through;
  font-weight: lighter;
}
.section-products .product .price > *.offer {
  transform: scale(1.2);
  position: relative;
  z-index: 1;
  background-color: #F4CDB9;
  color: #001123;
  position: relative;
}
.section-products .product .price > *.offer:before {
  content: "";
  position: absolute;
  left: -30px;
  top: -30px;
  width: 160px;
  height: 160px;
  background: url(/img/offer.svg) no-repeat center center;
  background-size: 100%;
  animation: rotar 6s linear 0s infinite;
}
@media only screen and (min-width: 600px) {
  .section-products .product > .btn {
    margin-top: 40px;
    transform: scale(1.4);
  }
}
@media only screen and (max-width: 600px) {
  .section-products .product > .btn {
    margin-top: 20px;
  }
}
.section-products .buttons {
  margin-top: 90px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .section-products .buttons {
    margin-top: 30px;
    text-align: left;
    margin-bottom: 120px;
  }
}
.section-products.visible .product .head i {
  transform: scale(1);
}

.section-reviews {
  background-image: url("/img/bckg_line_04.svg");
  background-repeat: no-repeat;
  background-color: #F4CDB9;
  background-position: 50% top;
  background-size: 100vh auto;
  padding: 120px 90px;
  min-height: 0;
}
@media only screen and (max-width: 600px) {
  .section-reviews {
    padding: 30px 10px;
    background-position: 0% 0%;
    background-size: auto 70%;
  }
}
.section-reviews .row {
  min-height: 0;
}
.section-reviews .image {
  transform: scale(0.9);
}
@media only screen and (max-width: 600px) {
  .section-reviews .image {
    transform: scale(1);
  }
}
.section-reviews .image img {
  width: 55%;
  position: relative;
}
.section-reviews .image img:first-child {
  z-index: 1;
  margin-left: 15%;
}
@media only screen and (max-width: 600px) {
  .section-reviews .image img:first-child {
    float: right;
  }
}
.section-reviews .image img:nth-child(2) {
  margin-top: -30%;
  float: right;
}
@media only screen and (max-width: 600px) {
  .section-reviews .image img:nth-child(2) {
    float: none;
    clear: both;
  }
}
.section-reviews .image img:nth-child(3) {
  margin-top: -35%;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  .section-reviews .image img:nth-child(3) {
    float: right;
  }
}
.section-reviews .image img:nth-child(4) {
  margin-top: -30%;
  float: right;
  margin-right: 10%;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .section-reviews .image img:nth-child(4) {
    float: none;
    clear: both;
  }
}
.section-reviews .tns-outer {
  max-width: 530px;
  position: relative;
  margin-bottom: 20px;
}
.section-reviews .tns-outer > button {
  display: none;
  margin-bottom: 0;
}
.section-reviews .tns-outer .tns-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media only screen and (min-width: 600px) {
  .section-reviews .tns-outer .tns-nav {
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .section-reviews .tns-outer .tns-nav {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.section-reviews .tns-outer .tns-nav button {
  padding: 0;
  height: 12px;
  width: 12px;
  background-color: #fff;
  border: none;
}
.section-reviews .tns-outer .tns-nav button.tns-nav-active {
  background-color: #62DEBB;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
header .box {
  display: flex;
  padding: 0 40px;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  height: calc(40px * 3);
  transition: height 0.3s ease-out;
}
@media only screen and (max-width: 600px) {
  header .box {
    height: 56px;
    padding: 0 20px 0 15px;
  }
}
header .logo {
  transition: width 0.3s ease-out;
  width: 150px;
}
header .logo img {
  height: 60px;
  transition: height 0.3s ease-out;
}
@media only screen and (max-width: 600px) {
  header .logo img {
    height: 34px;
  }
}
@media only screen and (max-width: 600px) {
  header nav {
    position: fixed;
    right: 0;
    width: 100%;
    height: calc(100vh - 56px);
    background-color: #F2F0E9;
    top: 56px;
    z-index: 100;
    margin: 0;
    transition: transform 0.3s ease-out;
    transform: translateX(100%);
  }
  header nav.open {
    transform: translateX(0%);
  }
}
header nav > ul {
  display: flex;
}
@media only screen and (max-width: 600px) {
  header nav > ul {
    display: block;
    overflow-y: scroll;
    height: calc(100vh - 56px);
    margin-right: -12px;
    border-top: 1px solid #444F59;
  }
}
@media only screen and (min-width: 600px) {
  header nav > ul > li {
    display: flex;
    align-items: center;
    position: relative;
  }
  header nav > ul > li + li {
    margin-left: 30px;
  }
}
header nav > ul > li > a,
header nav > ul > li > span {
  color: #221;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}
@media (hover: hover) and (pointer: fine) {
  header nav > ul > li > a:hover,
  header nav > ul > li > span:hover {
    color: #C31F4A;
  }
}
@media only screen and (max-width: 600px) {
  header nav > ul > li > a,
  header nav > ul > li > span {
    font-size: 24px;
    color: #001123;
    padding: 20px;
    border-bottom: 1px solid #444F59;
    display: block;
    width: 100%;
    text-align: right;
  }
}
@media only screen and (min-width: 600px) {
  header nav > ul > li > ul {
    position: absolute;
    top: 0;
    left: 0px;
    padding-top: 36px;
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  header nav > ul > li > ul {
    text-align: right;
  }
}
header nav > ul > li > ul > li {
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 600px) {
  header nav > ul > li > ul > li:first-child {
    border-top: none;
  }
}
header nav > ul > li > ul > li a {
  color: #221;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  header nav > ul > li > ul > li a:hover {
    color: #444F59;
  }
}
@media only screen and (max-width: 600px) {
  header nav > ul > li > ul > li a {
    padding: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  header nav > ul > li:hover > ul {
    display: block;
  }
}
header nav > ul > li.user-menu a {
  color: #C31F4A;
}
@media (hover: hover) and (pointer: fine) {
  header nav > ul > li.user-menu a:hover {
    color: #221;
  }
  header nav > ul > li.user-menu a:hover:before {
    color: #C31F4A;
  }
}
@media only screen and (min-width: 600px) {
  header nav > ul > li.user-menu a + a:before {
    content: "/";
    margin: 0 8px;
  }
}
@media only screen and (max-width: 600px) {
  header nav > ul > li.user-menu .btn {
    font-size: 20px;
    justify-content: center;
    height: 50px;
  }
}

body.mini header {
  background-color: #F2F0E9;
}
@media only screen and (min-width: 600px) {
  body.mini header .box {
    height: 56px;
  }
  body.mini header .box .logo {
    overflow: hidden;
    width: 32px;
  }
  body.mini header .box .logo img {
    height: 32px;
  }
}

.show-menu {
  display: none;
}
@media only screen and (max-width: 600px) {
  .show-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
    padding: 18px 17px 17px;
  }
}
.show-menu i {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #001123;
  transition: transform 0.3s ease-out;
}
.show-menu.open i:first-child {
  transform: translateY(9px) rotate(-45deg);
}
.show-menu.open i:nth-child(2) {
  transform: scale(0);
}
.show-menu.open i:last-child {
  transform: translateY(-9px) rotate(45deg);
}

footer {
  background-color: #F2F0E9;
  color: #001123;
  padding: 20px 40px;
}
@media only screen and (max-width: 600px) {
  footer {
    padding: 20px;
  }
}
footer ul {
  padding: 0;
  margin: 0;
  font-size: 1em;
}
@media only screen and (min-width: 600px) {
  footer ul {
    display: flex;
    align-items: flex-end;
    gap: 15px;
  }
}
footer ul li {
  list-style: none;
  font-size: 0.8em;
}
@media only screen and (max-width: 600px) {
  footer ul li + li {
    margin-top: 10px;
  }
}
footer ul li a {
  color: #001123;
  text-decoration: none;
  font-size: 1.4em;
}
@media (hover: hover) and (pointer: fine) {
  footer ul li a:hover {
    color: #C31F4A;
  }
}
footer ul li.policy {
  margin-left: auto;
}
.about .section-two {
  background-color: #FDC3CA;
}
.about .section-one {
  background-color: #fff;
}

@media only screen and (max-width: 600px) {
  .buy-license section:not(.section-reviews) {
    padding: 60px 0 30px;
  }
}
.buy-license section:not(.section-reviews) .row {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr 0.9fr;
  gap: 30px;
}
@media only screen and (max-width: 600px) {
  .buy-license section:not(.section-reviews) .row {
    display: flex;
    flex-direction: column;
  }
}
.buy-license section:not(.section-reviews) .row .col {
  width: 100%;
  margin: 0;
  background-color: #F2F0E9;
}
.buy-license section:not(.section-reviews) .row .col .image {
  padding: 30px;
  margin-top: -30%;
}
.buy-license section:not(.section-reviews) .row .col .text {
  position: relative;
  z-index: 1;
  padding: 30px;
}
.buy-license section:not(.section-reviews) .row .col:nth-child(1), .buy-license section:not(.section-reviews) .row .col:nth-child(3) {
  margin-top: 60px;
}
@media only screen and (max-width: 600px) {
  .buy-license section:not(.section-reviews) .row .col:nth-child(1), .buy-license section:not(.section-reviews) .row .col:nth-child(3) {
    order: 1;
  }
}
.buy-license section:not(.section-reviews) .row .col:nth-child(1) .image, .buy-license section:not(.section-reviews) .row .col:nth-child(3) .image {
  margin-bottom: -30px;
}
@media only screen and (max-width: 600px) {
  .buy-license section:not(.section-reviews) .row .col:nth-child(2) {
    order: 0;
    margin-bottom: 50px;
  }
}
.buy-license section:not(.section-reviews) .row .col:nth-child(2) .image {
  margin-top: -20%;
  margin-bottom: -20%;
}
.buy-license section:not(.section-reviews) .row .col form {
  margin-top: 20px;
}
.buy-license section:not(.section-reviews) .row .col form > button {
  margin-top: 15px;
}

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