@charset "UTF-8";
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../fonts/MyriadPro-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Light.woff2") format("woff2"), url("../fonts/MyriadPro-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
.doz_tilt-neon {
  font-family: "Tilt Neon", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "XROT" 0, "YROT" 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  border-top: 0.5px solid #fff;
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

#doz_m_00 #doz_m_01 #app {
  font-family: "Lato", sans-serif;
  color: #21253d;
  font-weight: 300;
  font-size: 18px;
  font-weight: 400;
  /* ключевые кадры для непрерывного смещения */
}
#doz_m_00 #doz_m_01 #app * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../fonts/MyriadPro-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Light.woff2") format("woff2"), url("../fonts/MyriadPro-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
#doz_m_00 #doz_m_01 #app .doz_tilt-neon {
  font-family: "Tilt Neon", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "XROT" 0, "YROT" 0;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 {
  font-family: "Lato", sans-serif;
  /* ключевые кадры для непрерывного смещения */
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .app-qr {
  background-color: #fff;
  min-height: 100%;
  color: #21253d;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .app-container {
  max-width: 1250px;
  width: auto;
  padding: 0 26px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .app-container {
    padding: 0 20px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_offset-top {
  margin-top: 50px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky { /* for browser compatibility */
  position: sticky;
  top: 0px;
  overflow-x: auto;
  z-index: 100;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky {
    position: relative;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky.sticky .doz_sticky--right {
  opacity: 1;
  visibility: visible;
  width: auto;
  gap: 20px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky.sticky .app-container {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky.sticky div a.active-nav {
  -webkit-box-flex: 1.1;
      -ms-flex: 1.1;
          flex: 1.1;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky .doz_sticky--right {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  visibility: hidden;
  width: 0;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky .app-container {
  border-radius: 40px;
  background: rgba(232, 237, 242, 0.5);
  backdrop-filter: blur(12.5px);
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky .app-container {
    background: none;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky::-webkit-scrollbar {
  display: none;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky .doz_sticky--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding-top: 17px;
  padding-bottom: 17px;
  gap: 20px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky .doz_sticky--wrap {
    gap: 10px;
    padding: 20px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: rgba(232, 237, 242, 0.5);
    border-radius: 30px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky .doz_sticky--wrap {
    gap: 10px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky .doz_sticky--wrap a {
  text-decoration: none;
  padding: 15px 20px;
  position: relative;
  background-color: transparent;
  border: 1px solid #21253d;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky .doz_sticky--wrap a {
    font-size: 18px;
    padding: 15px 20px;
    height: 45px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    max-width: initial;
    width: calc(50% - 15px);
    text-align: center;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky .doz_sticky--wrap a {
    width: calc(90% - 15px);
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky .doz_sticky--wrap a span {
  color: #21253d;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky .doz_sticky--wrap a.active-nav {
  z-index: 10;
  color: #21253d;
  border: 1px solid #21253d;
  background: rgba(151, 161, 195, 0.3);
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky .doz_sticky--wrap a.active-nav span {
  color: #21253d;
  z-index: 10;
  position: relative;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky .doz_sticky--wrap a.active-nav:hover {
  color: #102d69;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky .doz_sticky--wrap a.active-nav:hover span {
  color: #102d69;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky .doz_sticky--wrap a:hover {
  background-color: #fff;
  border: 1px solid #21253d;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky .doz_sticky--wrap a.doz_sticky--all-offer {
  border: 1px solid #f47920;
  background-color: #f47920;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky .doz_sticky--wrap a.doz_sticky--all-offer span {
  color: #fff;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky--right {
    display: none;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 #doz_sticky-element.hide {
  visibility: hidden;
  opacity: 0;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky-element-2 {
  position: fixed;
  z-index: 50;
  top: -100px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky-element-2.show-sticky {
  top: var(--sticky-menu-height);
  margin: 0;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky-element-2.show-sticky .doz_sticky--wrap a {
  height: 40px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky-element-2 .app-container {
  border-radius: 40px;
  background: rgba(232, 237, 242, 0.7);
  backdrop-filter: blur(12.5px);
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky-element-2 .app-container {
    background: none;
    backdrop-filter: none;
    padding: 0;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky-element-2 .doz_sticky--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding-top: 17px;
  padding-bottom: 17px;
  gap: 20px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky-element-2 .doz_sticky--wrap {
    width: 910px;
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: rgba(232, 237, 242, 0.5);
    backdrop-filter: blur(12.5px);
    border-radius: 0;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky-element-2 .doz_sticky--wrap {
    width: 910px;
    gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky-element-2 .doz_sticky--wrap a {
  text-decoration: none;
  padding: 15px 20px;
  position: relative;
  background-color: transparent;
  border: 1px solid #21253d;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky-element-2 .doz_sticky--wrap a {
    font-size: 16px;
    padding: 15px 20px;
    height: 45px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    max-width: initial;
  }
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky-element-2 .doz_sticky--right {
    display: inherit;
    gap: 10px !important;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky-element-2.show {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head--section {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head--section .app-container {
    padding: 0;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head--content {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("/landingpage/dermodays/assets/img/top-slide.webp");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head--content {
    background-image: none;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head--content {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head--content P {
  font-size: 26px;
  font-weight: 400;
  font-family: "Abhaya Libre", serif;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head--content P {
    max-width: 100%;
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head--content P {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head--content .doz_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head--content .doz_btn {
    margin-top: 10px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head--wrap {
  max-width: 425px;
  text-align: center;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head--wrap {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head--decor {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head--img-960 {
  display: none;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head--img-960 {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head--img-960 {
    display: none;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head--img-m {
  display: none;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head--img-m {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head--section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_container-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_container-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 177.778vh;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_header-section {
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  color: #102d69;
  margin: 0;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_header-section {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_header-section {
    gap: 20px;
    font-size: 24px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_header-section img {
    width: 100px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_header-section img {
    width: 70px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider-section {
  background-color: #d5d9e7;
  padding-top: 30px;
  padding-bottom: 30px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hero-section--items {
  width: 100%;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hero-section--items {
    width: 100%;
    margin-bottom: 20px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hero-section--item {
  text-align: center;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hero-section--item-head img {
  max-width: 150px;
  min-height: 150px;
  max-height: 150px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hero-section--item-head img {
    max-width: 90px;
    min-height: 90px;
    max-height: 90px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hero-section--item-head p {
  color: #21253d;
  text-align: center;
  font-family: "Abhaya Libre", serif;
  font-size: 47px;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hero-section--item-head p {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hero-section--item-head p {
    min-height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hero-section--item-body .doz_hero-img {
  position: relative;
  width: 100%;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hero-section--item-body .doz_hero-img .doz_hero--video-wrapper {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hero-section--item-body .doz_hero-img .doz_hero--video-wrapper {
    max-height: 280px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hero-section--item-body .doz_hero-img video {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hero-section--item-body .doz_hero-img img {
  z-index: 5;
  position: relative;
  max-height: 450px;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hero-section--item-body .doz_hero-img img {
    max-height: 310px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hero-section--item-body .doz_hero--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 40px 25px 0;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hero-section--item-body .doz_hero--info {
    padding: 25px 15px 0;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hero-section--item-body .doz_hero--info p {
  margin: 0;
  padding: 0;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hero-section--item-body .doz_hero--brand {
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hero-section--item-body .doz_hero--desc {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 30px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hero-section--item-body .doz_hero--price {
  font-size: 24px;
  font-weight: 300;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hero-section--item-body .doz_hero--price_per_unit {
  font-size: 14px;
  font-weight: 300;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  position: relative;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_video {
  min-width: 290px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 480px) and (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_video {
    width: 50%;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_video {
    width: 100%;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_video--wrapper {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_video--wrapper img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_video--wrapper img {
    display: none;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_video--wrapper img.doz_video-m {
  display: none;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_video--wrapper img.doz_video-m {
    display: block;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_video--wrapper .ring-spin {
  bottom: 10px;
  margin: 0 auto;
  right: 10px;
  text-align: center;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_video--wrapper .ring-spin img {
  width: inherit;
  -webkit-animation: rotate 15s linear infinite;
          animation: rotate 15s linear infinite;
  display: block;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_video--wrapper p {
  font-family: "Abhaya Libre", serif;
  font-size: 65px;
  color: #fff;
  font-weight: 900;
  margin: 0;
  position: absolute;
  left: 10px;
  text-transform: uppercase;
  word-break: break-word;
  line-height: 1;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_video--wrapper.doz_anim-pos-top p {
  bottom: 20px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_video--wrapper.doz_anim-pos-top .marquee-loop {
  top: 0;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_video--wrapper.doz_anim-pos-bottom p {
  top: 20px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_video--wrapper.doz_anim-pos-bottom .marquee-loop {
  bottom: 0;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_video--play {
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #000;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_video--play:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_video--border-top {
  position: absolute;
  top: -8px;
  left: -8px;
  right: 0;
  bottom: 0;
  border: 1px solid #102d69;
  z-index: 1;
  width: 100%;
  height: 2px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_video--border-right {
  position: absolute;
  right: 8px;
  top: -8px;
  border: 1px solid #102d69;
  z-index: 1;
  width: 2px;
  height: 100%;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_video--border-bottom {
  position: absolute;
  left: -8px;
  right: 0;
  bottom: 8px;
  border: 1px solid #102d69;
  z-index: 1;
  width: 100%;
  height: 1;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_video--border-left {
  position: absolute;
  top: -8px;
  left: -8px;
  right: 0;
  bottom: 0;
  border: 1px solid #102d69;
  z-index: 1;
  width: 2px;
  height: 100%;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_video--info {
  position: relative;
  left: -30px;
  display: inline-block;
  color: #000;
  font-size: 14px;
  bottom: 80px;
  background-color: #fff;
  border-radius: 30px;
  z-index: 10;
  width: 80%;
  padding: 4px 20px;
  font-weight: 600;
  color: #102d69;
  -webkit-box-shadow: 0 0 13px 1px #a7a7a7;
          box-shadow: 0 0 13px 1px #a7a7a7;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_video--info {
    text-align: left;
    left: -30px;
    width: 90%;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_product-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_product-section {
    width: 100%;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_product-section.doz_skeleton {
  width: 100%;
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_product-section--sroll {
    overflow: auto;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_product-section--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_product-section--items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 1740px;
  }
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_product-section--items {
    margin-top: 30px;
    gap: 10px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_product-section--items .doz_product-section--item {
  width: calc(33.3333333333% - 10px);
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_product-section .doz_product-section--item {
  background: #fff;
  border-radius: 15px;
  padding: 10px 15px;
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_product-section .doz_product-section--item {
    width: 290px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_product-section .doz_product-section--item:hover .doz_product--info-w {
  top: 100px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_product-section .doz_product-section--item:hover .doz_btn {
  top: -25px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_product-section .doz_product-section--item .doz_go-to-all-product {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_product-section .doz_product-section--item .doz_product-section--item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_product-section .doz_product-section--item .doz_product-section--item-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_product-section .doz_product-section--item .doz_product-section--item-img img {
  position: relative;
  border-radius: 15px;
  max-width: 180px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_product-section .doz_product-section--item-title p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 50px;
  margin: 0;
  color: #000;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_product-section .doz_product--info-w {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_product-section .doz_product--info-w {
    top: 100px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_product-section .doz_btn {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 20px;
  font-size: 18px;
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_product-section .doz_btn {
    top: -25px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_product-section .doz_product--price_per_unit {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_product-section .doz_product--animation {
  max-height: 45px;
  overflow: hidden;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--content .doz_product-section .doz_product--price {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  margin: 0;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_skeleton-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 100%;
  padding: 20px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_skeleton-image {
  width: 100%;
  height: 180px;
  background: #e0e0e0;
  border-radius: 8px;
  -webkit-animation: shimmer 1.5s infinite linear;
          animation: shimmer 1.5s infinite linear;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_skeleton-text {
  width: 100%;
  height: 20px;
  background: #e0e0e0;
  border-radius: 4px;
  -webkit-animation: shimmer 1.5s infinite linear;
          animation: shimmer 1.5s infinite linear;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_skeleton-text.short {
  width: 60%;
}
@-webkit-keyframes shimmer {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: -100%;
  }
}
@keyframes shimmer {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: -100%;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_skeleton-image,
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_skeleton-text {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #e0e0e0), color-stop(50%, #f5f5f5), color-stop(75%, #e0e0e0));
  background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
  background-size: 200% 100%;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_footer {
  padding-top: 30px;
  padding-bottom: 80px;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_footer {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_footer h3 {
  font-size: 22px;
  text-align: left;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_footer h3 {
    font-size: 22px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_footer--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_footer--content {
    gap: 20px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_footer--item {
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_footer--partner {
  margin-top: 50px;
  border-radius: 80px;
  background-color: #fff;
  position: relative;
  height: 110px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 480px) and (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_footer--partner {
    height: 80px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_footer--partner {
    margin-top: 30px;
    height: 60px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_footer--partner:after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: 0;
  bottom: 0;
  border-radius: 80px;
  border: 2px solid #102d69;
  z-index: 2;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_footer--partner img {
  position: relative;
  z-index: 5;
}
@media (min-width: 480px) and (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_footer--partner img {
    width: 100px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_footer--partner img {
    width: 90px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_footer--bottom {
  margin-top: 35px;
  text-align: center;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_footer--partners {
  background-color: #fff;
  border-radius: 80px;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_two-section {
  position: relative;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_two-section--decor {
  position: absolute;
  right: 90px;
  bottom: 0%;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_two-section--decor {
    display: none;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_three-section {
  position: relative;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_three-section--decor {
  position: absolute;
  left: 90px;
  bottom: 30%;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_three-section--decor {
    display: none;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_more--section {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_more--section {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_more--section .doz_full-btn {
  margin: 30px auto 0;
  width: 50%;
}
@media (min-width: 1024px) and (max-width: 1123px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_more--section .doz_full-btn {
    width: 70%;
  }
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_more--section .doz_full-btn {
    width: 100%;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_more--list {
  padding-top: 70px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_more--list {
    padding-top: 20px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_more--list .carousel__slide .doz_more--item {
  padding: 5px 10px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_more--list .carousel__slide .doz_more--item .doz_more--item-info p {
  font-size: 14px;
  min-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_more--list .carousel__slide .doz_more--item .doz_more--item-price .doz_btn {
  width: 100%;
  min-width: inherit;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section-offset {
  padding-top: 50px;
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section-offset {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section-reverse .doz_header-section {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section-reverse .doz_header-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section-reverse .doz_section--content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section-reverse .doz_section--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section-reverse .doz_section--content .doz_product-section--items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section-reverse .doz_section--content .doz_product-section--items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 :root {
  --carousel-transition: 300ms;
  --carousel-opacity-inactive: 0.7;
  --carousel-opacity-active: 1;
  --carousel-opacity-near: 0.9;
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider-section {
    overflow: hidden;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--decor {
  position: absolute;
  top: 50px;
  left: 61%;
  right: 0;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--decor {
    left: 23%;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list {
    width: 85%;
  }
}
@media screen and (max-width: 560px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list {
    width: 100%;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel__viewport {
  padding-top: 80px;
}
@media screen and (max-width: 560px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel__viewport {
    padding-top: 120px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel__track {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel__slide--sliding {
  -webkit-transition: opacity var(--carousel-transition), -webkit-transform var(--carousel-transition);
  transition: opacity var(--carousel-transition), -webkit-transform var(--carousel-transition);
  transition: opacity var(--carousel-transition), transform var(--carousel-transition);
  transition: opacity var(--carousel-transition), transform var(--carousel-transition), -webkit-transform var(--carousel-transition);
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel.is-dragging .carousel__slide {
  -webkit-transition: opacity var(--carousel-transition), -webkit-transform var(--carousel-transition);
  transition: opacity var(--carousel-transition), -webkit-transform var(--carousel-transition);
  transition: opacity var(--carousel-transition), transform var(--carousel-transition);
  transition: opacity var(--carousel-transition), transform var(--carousel-transition), -webkit-transform var(--carousel-transition);
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel__slide {
  opacity: var(--carousel-opacity-inactive);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel__slide--prev {
  opacity: var(--carousel-opacity-near);
  position: relative;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel__slide--prev::before {
  content: "";
  display: block;
  width: calc(100% + 10px);
  padding-bottom: calc(100% + 10px);
  background-color: #edeef5;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel__slide--prev .doz_slider--wrapper {
  position: relative;
  -webkit-transform: scale(0.7) translate(0px, -45px);
          transform: scale(0.7) translate(0px, -45px);
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel__slide--active {
  opacity: var(--carousel-opacity-active);
  -webkit-transform: translate(0px, -30px);
          transform: translate(0px, -30px);
  position: relative;
  z-index: 99;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel__slide--active::before {
  content: "";
  display: block;
  width: calc(100% + 110px);
  padding-bottom: calc(100% + 110px);
  background-color: white;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel__slide--active::before {
    width: calc(100% + 0px);
    padding-bottom: calc(100% + 0px);
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel__slide--active .doz_slider--wrapper {
  position: relative;
  -webkit-transform: scale(1) translate(0px, -45px);
          transform: scale(1) translate(0px, -45px);
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel__slide--active .doz_slider--wrapper {
    -webkit-transform: scale(1) translate(0px, -115px);
            transform: scale(1) translate(0px, -115px);
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel__slide--next {
  opacity: var(--carousel-opacity-near);
  position: relative;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel__slide--next::before {
  content: "";
  display: block;
  width: calc(100% + 10px);
  padding-bottom: calc(100% + 10px);
  background-color: #edeef5;
  border-radius: 50%;
  position: absolute;
  right: 0;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel__slide--next .doz_slider--wrapper {
  position: relative;
  -webkit-transform: scale(0.7) translate(0px, -45px);
          transform: scale(0.7) translate(0px, -45px);
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel__slide--next ~ .carousel__slide {
  -webkit-transform: rotateY(12deg) scale(0.9);
          transform: rotateY(12deg) scale(0.9);
  opacity: var(--carousel-opacity-inactive);
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel__slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel__viewport .doz_slider--item-title {
  background-color: transparent;
  margin-top: -30px;
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel__viewport .doz_slider--item-title {
    padding: 0 20px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel__viewport .doz_slider--item-title p {
  margin: 0;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel__viewport .doz_slider--item-price {
  background-color: transparent;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel__viewport .doz_slider--item-price p {
  margin: 10px 0;
  color: #f47920;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_slider--list .carousel__viewport a.doz_btn--md {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__next {
  background-image: url("/landingpage/dermodays/assets/img/arrow-right.webp");
  width: 71px;
  height: 71px;
  right: -75px;
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__next {
    top: 80%;
    position: absolute;
  }
}
@media screen and (max-width: 560px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__next {
    right: -25px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__next svg {
  display: none;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__next.carousel__next--disabled {
  background-image: url("/landingpage/dermodays/assets/img/arrow-right-d.svg");
  opacity: 1;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__prev {
  background-image: url("/landingpage/dermodays/assets/img/arrow-left.webp");
  width: 71px;
  height: 71px;
  left: -75px;
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__prev {
    top: 80%;
    position: absolute;
  }
}
@media screen and (max-width: 560px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__prev {
    left: -25px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__prev svg {
  display: none;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__prev.carousel__prev--disabled {
  background-image: url("/landingpage/dermodays/assets/img/arrow-left-d.svg");
  opacity: 1;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.0274509804);
  height: 400px;
  font-size: 30px;
  color: #5a5a5a;
  border-radius: 10px;
  margin-top: 50px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_partners {
  padding-bottom: 80px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_partners p {
  margin-bottom: 40px;
  font-size: 22px;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_partners p {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_partners__container {
  border-radius: 10px;
  background: #fff;
  padding: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_partners__container {
    padding: 20px 90px;
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_partners__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_partners__container .doz_align-start {
  -ms-flex-item-align: start;
      align-self: start;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_partners__item {
  text-align: center;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_partners__item {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_partners__item {
    width: 100%;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__track {
  margin: 0;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hide-on-mobile {
    display: none;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_show-on-mobile {
  display: none;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_show-on-mobile {
    display: block;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_show-on-mobile-inline {
  display: none;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_show-on-mobile-inline {
    display: inline-block;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_offers--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 20px;
  margin: 0 5px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1) inset;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_offers--items.doz_m-bioderma {
  background-image: url("/landingpage/dermodays/assets/img/top-bio.webp");
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_offers--items.doz_m-eucerin {
  background-image: url("/landingpage/dermodays/assets/img/top-euc.webp");
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_offers--items.doz_m-svr {
  background-image: url("/landingpage/dermodays/assets/img/top-svr.webp");
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_offers--items.doz_m-make_me_bio {
  background-image: url("/landingpage/dermodays/assets/img/top-mak.webp");
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_offers--items.doz_m-cetaphil {
  background-image: url("/landingpage/dermodays/assets/img/top-cet.webp");
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_offers--items--link {
  min-height: 91px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_offers--items--link {
    min-height: 81px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_offers--items__disc {
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  font-family: "Abhaya Libre", serif;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_offers--items__disc {
    font-size: 60px;
  }
}
@media screen and (max-width: 360px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_offers--items__disc {
    font-size: 40px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_offers--items__disc-to {
  font-size: 26px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_offers--items .doz_btn {
  margin-top: 30px;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_offers--items .doz_btn {
    min-width: inherit;
    margin-top: 10px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_discl {
  font-size: 20px;
  margin-top: 30px;
  font-weight: 300;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_main-offers {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--line {
  height: 10px;
  background-color: #97a1c3;
  border-radius: 16px;
  opacity: 0.25;
  margin-top: 30px;
  margin-bottom: 30px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_surprise--wrapper {
  margin-top: 80px;
  background-color: #e8edf2;
  border-radius: 15px;
  position: relative;
  display: grid;
  grid-template-areas: "img text" "img btn";
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto auto;
}
@media screen and (max-width: 969px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_surprise--wrapper {
    grid-template-areas: "text" "img" "btn";
    border-radius: 16px;
    grid-template-columns: 1fr;
    text-align: center;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_surprise--wrapper {
    margin-top: 50px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_surprise--item {
  grid-area: img;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_surprise--item img {
  margin-top: -50px;
  border-radius: 20px;
}
@media screen and (max-width: 969px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_surprise--item img {
    margin-top: 0px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_surprise--item--text {
  padding: 10px 0;
  grid-area: text;
  align-self: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 969px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_surprise--item--text .doz_text--bg {
    margin: 0;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_surprise--item--text {
    padding: 10px 20px 20px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_surprise--item--text p {
  margin-bottom: 0;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_surprise--item--text .doz_text--bg {
  background-image: url("/landingpage/dermodays/assets/img/surprise-dec.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  font-family: "Abhaya Libre", serif;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_surprise--item--text .doz_text--bg {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_surprise--item--text .doz_text--bg {
    background-image: url("/landingpage/dermodays/assets/img/surprise-dec-mob.svg");
    background-size: auto;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_surprise--item--button {
  grid-area: btn;
  align-self: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_surprise--item--button {
    padding: 20px 20px 10px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_surprise--item--button .doz_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 300px;
  margin-bottom: 30px;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_surprise--item--button .doz_btn {
    margin-bottom: 20px;
    min-width: 100%;
    font-weight: 400;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--tabs {
    margin-top: 0;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 10px 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--tab {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(50% - 5px);
    border-radius: 15px;
    min-height: 60px;
    position: relative;
  }
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--tab::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    background-color: rgba(51, 51, 51, 0.3490196078);
    opacity: 0.5;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--tab.i-cetaphil {
  background: -webkit-gradient(linear, left bottom, left top, from(#afc2d3), to(#cce2f5)), #fff;
  background: linear-gradient(0deg, #afc2d3 0%, #cce2f5 100%), #fff;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--tab.i-cetaphil.active {
  background: #cce2f5;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--tab.i-cetaphil.active::after {
  display: none;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--tab.i-cetaphil {
    background: #cce2f5;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--tab.i-loreal {
  background: -webkit-gradient(linear, left bottom, left top, from(#afcdd8), to(#cceffc)), #fff;
  background: linear-gradient(0deg, #afcdd8 0%, #cceffc 100%), #fff;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--tab.i-loreal.active {
  background: #cceffc;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--tab.i-loreal.active::after {
  display: none;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--tab.i-loreal {
    background: #cceffc;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--tab.i-oceanic {
  background: -webkit-gradient(linear, left bottom, left top, from(#c5d5db), to(#e5f8ff)), #fff;
  background: linear-gradient(0deg, #c5d5db 0%, #e5f8ff 100%), #fff;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--tab.i-oceanic.active {
  background: #e5f8ff;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--tab.i-oceanic.active::after {
  display: none;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--tab.i-oceanic {
    background: #e5f8ff;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--tab.i-bioderma {
  background: -webkit-gradient(linear, left bottom, left top, from(#cfcfcf), to(#f7f7f7)), #fff;
  background: linear-gradient(0deg, #cfcfcf 0%, #f7f7f7 100%), #fff;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--tab.i-bioderma.active {
  background: #f7f7f7;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--tab.i-bioderma.active::after {
  display: none;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--tab.i-bioderma {
    background: #f7f7f7;
  }
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--tab img {
    width: auto;
    max-height: 40px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item {
  padding: 30px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item.i-cetaphil {
  background: -webkit-gradient(linear, left bottom, left top, from(#cce2f5), to(#cce2f5)), #fff;
  background: linear-gradient(0deg, #cce2f5 0%, #cce2f5 100%), #fff;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item.i-loreal {
  background: -webkit-gradient(linear, left bottom, left top, from(#cceffc), to(#cceffc)), #fff;
  background: linear-gradient(0deg, #cceffc 0%, #cceffc 100%), #fff;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item.i-oceanic {
  background: -webkit-gradient(linear, left bottom, left top, from(#e5f8ff), to(#e5f8ff)), #fff;
  background: linear-gradient(0deg, #e5f8ff 0%, #e5f8ff 100%), #fff;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item.i-bioderma {
  background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(#f7f7f7)), #fff;
  background: linear-gradient(0deg, #f7f7f7 0%, #f7f7f7 100%), #fff;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--expert {
  width: 40%;
  position: relative;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--expert {
    width: 100%;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--expert .doz_expert--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--expert .doz_expert--info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--expert .doz_expert--info .doz_expert--name {
  font-size: 42px;
  font-family: "Abhaya Libre", serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--expert .doz_expert--info .doz_expert--name:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #21253d;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--expert .doz_expert--info .doz_expert--name {
    font-size: 26px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--expert .doz_expert--info .doz_expert--from {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  font-family: "Abhaya Libre", serif;
  margin-bottom: 10px;
  line-height: 1;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--expert .doz_expert--info .doz_expert--from {
    font-size: 18px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--expert .doz_expert--info .doz_expert--time {
  font-size: 18px;
  font-style: normal;
  font-family: "Abhaya Libre", serif;
  line-height: 1;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--expert .doz_expert--info .doz_expert--time {
    font-size: 16px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--expert .doz_expert--img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--expert .doz_expert--expert-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--expert .doz_expert--talk {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  margin-top: 20px;
  font-family: "Abhaya Libre", serif;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--expert .doz_expert--talk {
    font-size: 26px;
    text-align: center;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--expert .doz_expert--talk-i {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--expert .doz_expert--talk-i span {
  background-image: url("/landingpage/dermodays/assets/img/experts/text-dec.svg");
  background-repeat: no-repeat;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--expert .doz_expert--talk-i span {
    background-image: url("/landingpage/dermodays/assets/img/experts/text-dec-mob.svg");
    display: block;
    background-position: center;
  }
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--expert .doz_expert--talk-i {
    text-align: center;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--expert .doz_expert--talk-i {
    font-size: 16px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--expert .doz_btn {
  max-width: 300px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--expert .doz_btn {
    text-align: center;
    margin: 0 auto;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--faq {
  width: 60%;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--faq {
    width: 100%;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--faq h3 {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Abhaya Libre", serif;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--faq h3 {
    font-size: 26px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--faq .doz_expert--accordion {
  background-color: #fff;
  border-radius: 40px;
  padding: 10px 20px 10px 50px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--faq .doz_expert--accordion {
    padding: 20px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--faq .doz_expert--accordion-question {
  margin-right: 50px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--faq .doz_expert--accordion-question.active .doz_expert--accordion-icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--faq .doz_expert--accordion-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  margin-right: -60px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--faq .doz_expert--accordion-answer {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  min-height: 130px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--faq .doz_expert--accordion-answer::before {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #21253d;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--item .doz_expert--faq .doz_expert--accordion-answer::before {
    width: 50%;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--products .doz_product--name {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  min-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--products .doz_product--price {
  font-size: 24px;
  font-weight: 300;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--products .carousel__slide > div {
  padding: 20px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--products .carousel__slide:hover .doz_product--info-w {
  top: 100px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--products .carousel__slide:hover .doz_btn {
  top: -50px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--products .doz_go-to-all-product {
  cursor: pointer;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--products .doz_product--info-w {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--products .doz_btn {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--products .doz_product--price_per_unit {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--products .doz_product--animation {
  max-height: 70px;
  overflow: hidden;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--arrow-icon-left {
  position: absolute;
  right: 40px;
  bottom: 48px;
}
@media screen and (max-width: 1250px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_expert--arrow-icon-left {
    display: none;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_influencer--wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_influencer--wrapper .carousel__slide {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_influencer--wrapper .carousel__slide .marquee-loop {
  position: absolute;
  z-index: 5;
  bottom: 20px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_influencer--wrapper .carousel__slide .doz_influencer--text {
  position: absolute;
  left: 0;
  right: 0;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  z-index: 10;
  text-align: center;
  font-family: "Abhaya Libre", serif;
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 90% */
  text-transform: uppercase;
  top: 40%;
  -webkit-transform: translate(0%, -40%);
  transform: translate(0%, -40%);
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_influencer--wrapper .carousel__slide .doz_influencer--text {
    top: 30%;
    -webkit-transform: translate(0%, -30%);
    transform: translate(0%, -30%);
    font-size: 40px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_influencer--wrapper .carousel__slide .doz_influencer--play {
  position: absolute;
  top: 60%;
  cursor: pointer;
  z-index: 15;
  -webkit-transform: translate(0%, -60%) rotate(90deg);
          transform: translate(0%, -60%) rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_influencer--wrapper .carousel__slide .doz_influencer--play:hover svg rect {
  fill: rgba(255, 255, 255, 0.4196078431);
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_influencer--wrapper .carousel__slide .doz_influencer--play {
    top: 70%;
    -webkit-transform: translate(0%, -70%) rotate(90deg);
            transform: translate(0%, -70%) rotate(90deg);
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_influencer--wrapper .carousel__slide .doz_influencer--play {
    top: 60%;
    -webkit-transform: translate(0%, 60%);
    transform: translate(0%, -60%) rotate(90deg);
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_influencer--item {
  --video--width: 370;
  --video--height: 660;
  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
  max-width: 100%;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_influencer--item.doz_influencer--item--play:after {
  display: none;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_influencer--item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_influencer--item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100vh;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .marquee-loop {
  overflow: hidden;
  position: absolute;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .marquee-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; /* шеренга элементов */
  -webkit-animation: loop-scroll 15s linear infinite;
          animation: loop-scroll 15s linear infinite;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .marquee-content span {
  white-space: nowrap;
  font-size: 40px;
  color: #fff;
  font-family: "Abhaya Libre", serif;
  font-weight: 300;
  padding-right: 10px; /* отступ между повторами */
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .marquee-content i {
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  font-family: "Lato", sans-serif;
}
@-webkit-keyframes loop-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes loop-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .ring-spin {
  position: absolute;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--receive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  background: #e8edf2;
  padding: 15px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--receive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 15px;
    gap: 15px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--receive {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--receive p {
  background-image: url("/landingpage/dermodays/assets/img/receive-dec.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  font-family: "Abhaya Libre", serif;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 5px 0;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--receive p {
    font-size: 32px;
    background-image: url("/landingpage/dermodays/assets/img/receive-dec-mob.svg");
    background-position: center;
    background-repeat: no-repeat;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--receive .doz_btn {
  width: 300px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_section--receive .doz_btn {
    width: 100%;
    max-width: 240px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_ask_btn {
  position: fixed;
  bottom: 5%;
  right: 50px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  cursor: pointer;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_ask_btn {
    right: 20px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_ask_btn--icon {
  position: relative;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_ask_btn--icon {
    opacity: 0;
    -webkit-animation: hideShow 25s infinite;
            animation: hideShow 25s infinite;
  }
}
@-webkit-keyframes hideShow {
  0%, 11.7647% {
    opacity: 1;
    visibility: visible;
  }
  /* оставшиеся ~15 с (11.7648%–100%) — скрыт */
  11.7648%, 100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes hideShow {
  0%, 11.7647% {
    opacity: 1;
    visibility: visible;
  }
  /* оставшиеся ~15 с (11.7648%–100%) — скрыт */
  11.7648%, 100% {
    opacity: 0;
    visibility: hidden;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_ask_btn--icon p {
  font-size: 50px;
  font-weight: 800;
  font-family: "Abhaya Libre", serif;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_ask_btn--icon p {
    font-size: 34px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_ask_btn--icon span {
  font-family: "Abhaya Libre", serif;
  font-size: 30px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_ask_btn--icon span {
    font-size: 25px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_ask_btn--icon img {
  position: absolute;
  bottom: -35px;
  left: 35px;
  width: 35px;
  height: 35px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_ask_btn--icon img {
    width: 25px;
    height: 25px;
    left: 25px;
    bottom: -25px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_ask_btn--link img {
  width: 70px;
  height: 70px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_ask_btn--link img {
    width: 50px;
    height: 50px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_show-on-xs {
  display: none;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_show-on-xs {
    display: block;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hide-on-xs {
    display: none;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__pagination {
  display: none;
}
@media screen and (max-width: 700px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 20px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__pagination .carousel__pagination-item .carousel__pagination-button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #21253d;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__pagination .carousel__pagination-item .carousel__pagination-button::after {
  display: none;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__pagination .carousel__pagination-item .carousel__pagination-button--active {
  background-color: #21253d;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__pagination-button {
  height: 5px;
  width: 5px;
  border-radius: 5px;
  background-color: white;
}
#doz_m_00 #doz_m_01 #app .doz_img-center {
  display: block;
  margin: 0 auto;
}
#doz_m_00 #doz_m_01 #app img {
  max-width: 100%;
  height: auto;
}
#doz_m_00 #doz_m_01 #app .doz_text {
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 1.3em;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
#doz_m_00 #doz_m_01 #app .doz_text strong {
  font-family: "Lato", sans-serif;
}
@media (min-width: 1024px) and (max-width: 1123px) {
  #doz_m_00 #doz_m_01 #app .doz_text {
    font-size: 15px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_text {
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_text {
    font-size: 14px;
    text-align: center;
  }
}
#doz_m_00 #doz_m_01 #app .doz_text--white {
  color: #fff;
}
#doz_m_00 #doz_m_01 #app .doz_text--black {
  color: #000;
}
#doz_m_00 #doz_m_01 #app .doz_text--orange {
  color: #f47920;
}
#doz_m_00 #doz_m_01 #app .doz_text--center {
  text-align: center;
}
#doz_m_00 #doz_m_01 #app .doz_text--left {
  text-align: left;
  margin: 0;
}
#doz_m_00 #doz_m_01 #app .doz_text--right {
  text-align: right;
  margin: 0;
}
#doz_m_00 #doz_m_01 #app .doz_text--uppercase {
  text-transform: uppercase;
}
#doz_m_00 #doz_m_01 #app .doz_text--bold {
  font-family: "Lato", sans-serif;
}
#doz_m_00 #doz_m_01 #app .doz_text--small {
  font-size: 14px;
}
#doz_m_00 #doz_m_01 #app .doz_text--12 {
  font-size: 12px;
}
#doz_m_00 #doz_m_01 #app .doz_header-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_header-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_header-line--t {
  font-family: "Abhaya Libre", serif;
  font-size: 56px;
  font-weight: 700;
  color: #21253d;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_header-line--t {
    font-size: 36px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_header-line--l {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 10px;
  background-color: #97a1c3;
  border-radius: 16px;
  opacity: 0.25;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_header-line--l {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_header-line {
    font-size: 50px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_header-line {
    font-size: 44px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_button-wrap {
  text-align: center;
}
#doz_m_00 #doz_m_01 #app .doz_button-wrap a.doz_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
}
#doz_m_00 #doz_m_01 #app .doz_btn {
  background: #f47920;
  height: 50px;
  border-radius: 44px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 22px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  text-align: center;
  border-radius: 30px;
  border: none;
  color: #fff;
  text-decoration: none;
  padding-left: 30px;
  padding-right: 30px;
  min-width: 180px;
  margin: 0;
  cursor: pointer;
}
#doz_m_00 #doz_m_01 #app .doz_btn img {
  padding-left: 10px;
}
#doz_m_00 #doz_m_01 #app .doz_btn:hover {
  color: #fff;
}
#doz_m_00 #doz_m_01 #app .doz_btn:focus {
  color: #fff;
}
@media (min-width: 1024px) and (max-width: 1123px) {
  #doz_m_00 #doz_m_01 #app .doz_btn {
    font-size: 18px;
    height: 50px;
  }
  #doz_m_00 #doz_m_01 #app .doz_btn img {
    width: 35px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_btn {
    font-size: 18px;
    height: 50px;
  }
  #doz_m_00 #doz_m_01 #app .doz_btn img {
    width: 35px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_btn {
    font-size: 18px;
    height: 50px;
    min-width: 180px;
  }
  #doz_m_00 #doz_m_01 #app .doz_btn img {
    width: 30px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_btn:disabled {
  background-color: #cfd5e1;
}
#doz_m_00 #doz_m_01 #app .doz_btn:disabled:hover {
  color: #fff;
  cursor: no-drop;
}
#doz_m_00 #doz_m_01 #app .doz_btn--transparent {
  color: #21253d;
  background-color: transparent;
  border: 1px solid #21253d;
}
#doz_m_00 #doz_m_01 #app .doz_btn--transparent:hover {
  color: #fff;
  background: #f47920;
  border: 1px solid #f47920;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
#doz_m_00 #doz_m_01 #app .doz_btn--transparent:focus {
  color: #fff;
}
#doz_m_00 #doz_m_01 #app .doz_btn--transparent:active {
  color: #fff;
}
#doz_m_00 #doz_m_01 #app .doz_btn--transparent-black {
  border: 1px solid #000;
  color: #000;
}
#doz_m_00 #doz_m_01 #app .doz_btn--transparent-black:hover {
  border: 1px solid #000;
  background: transparent;
  color: #fff;
  text-decoration: none;
  background: #000;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
#doz_m_00 #doz_m_01 #app .doz_btn--transparent-black:hover:visited {
  color: #fff;
}
#doz_m_00 #doz_m_01 #app .doz_btn--transparent-black:focus {
  text-decoration: none;
  color: #000;
  outline: 0;
}
#doz_m_00 #doz_m_01 #app .doz_btn--transparent-black:active {
  text-decoration: none;
  color: #000;
}
#doz_m_00 #doz_m_01 #app .doz_btn--white {
  border: 1px solid #000;
  color: #000;
  background: #fff;
}
#doz_m_00 #doz_m_01 #app .doz_btn--white:hover {
  color: #fff;
  border: 1px solid #fff;
  background: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
#doz_m_00 #doz_m_01 #app .doz_btn--white:focus {
  text-decoration: none;
  color: #000;
}
#doz_m_00 #doz_m_01 #app .doz_btn--white:active {
  text-decoration: none;
  color: #000;
}
#doz_m_00 #doz_m_01 #app .doz_btn--black {
  border: 2px solid #000;
  color: #fff;
  background: #000;
}
#doz_m_00 #doz_m_01 #app .doz_btn--black:hover {
  color: #000;
  border: 2px solid #000;
  background: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
#doz_m_00 #doz_m_01 #app .doz_btn--black:focus {
  text-decoration: none;
  color: #fff;
}
#doz_m_00 #doz_m_01 #app .doz_btn--black:active {
  text-decoration: none;
  color: #fff;
}
#doz_m_00 #doz_m_01 #app .doz_btn--orange {
  background-color: #f47920;
  color: #fff;
}
#doz_m_00 #doz_m_01 #app .doz_btn--orange:hover {
  color: #102d69;
  background: #f47920;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
#doz_m_00 #doz_m_01 #app .doz_btn--orange:focus {
  text-decoration: none;
  color: #fff;
}
#doz_m_00 #doz_m_01 #app .doz_btn--no-margin {
  margin: 0;
}
#doz_m_00 #doz_m_01 #app .doz_btn--md {
  min-width: 180px;
  height: 37px;
  font-size: 14px;
}
#doz_m_00 #doz_m_01 #app .doz_btn--md-x {
  min-width: 250px;
  height: 40px;
  font-size: 16px;
}
#doz_m_00 #doz_m_01 #app .app-qr {
  background-color: #fff;
  min-height: 100%;
  color: #21253d;
}
#doz_m_00 #doz_m_01 #app .app-container {
  max-width: 1250px;
  width: auto;
  padding: 0 26px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .app-container {
    padding: 0 20px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_offset-top {
  margin-top: 50px;
}
#doz_m_00 #doz_m_01 #app .doz_sticky { /* for browser compatibility */
  position: sticky;
  top: 0px;
  overflow-x: auto;
  z-index: 100;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_sticky {
    position: relative;
  }
}
#doz_m_00 #doz_m_01 #app .doz_sticky.sticky .doz_sticky--right {
  opacity: 1;
  visibility: visible;
  width: auto;
  gap: 20px;
}
#doz_m_00 #doz_m_01 #app .doz_sticky.sticky .app-container {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#doz_m_00 #doz_m_01 #app .doz_sticky.sticky div a.active-nav {
  -webkit-box-flex: 1.1;
      -ms-flex: 1.1;
          flex: 1.1;
}
#doz_m_00 #doz_m_01 #app .doz_sticky .doz_sticky--right {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  visibility: hidden;
  width: 0;
}
#doz_m_00 #doz_m_01 #app .doz_sticky .app-container {
  border-radius: 40px;
  background: rgba(232, 237, 242, 0.5);
  backdrop-filter: blur(12.5px);
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_sticky .app-container {
    background: none;
  }
}
#doz_m_00 #doz_m_01 #app .doz_sticky::-webkit-scrollbar {
  display: none;
}
#doz_m_00 #doz_m_01 #app .doz_sticky .doz_sticky--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding-top: 17px;
  padding-bottom: 17px;
  gap: 20px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_sticky .doz_sticky--wrap {
    gap: 10px;
    padding: 20px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: rgba(232, 237, 242, 0.5);
    border-radius: 30px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_sticky .doz_sticky--wrap {
    gap: 10px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_sticky .doz_sticky--wrap a {
  text-decoration: none;
  padding: 15px 20px;
  position: relative;
  background-color: transparent;
  border: 1px solid #21253d;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_sticky .doz_sticky--wrap a {
    font-size: 18px;
    padding: 15px 20px;
    height: 45px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    max-width: initial;
    width: calc(50% - 15px);
    text-align: center;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_sticky .doz_sticky--wrap a {
    width: calc(90% - 15px);
  }
}
#doz_m_00 #doz_m_01 #app .doz_sticky .doz_sticky--wrap a span {
  color: #21253d;
}
#doz_m_00 #doz_m_01 #app .doz_sticky .doz_sticky--wrap a.active-nav {
  z-index: 10;
  color: #21253d;
  border: 1px solid #21253d;
  background: rgba(151, 161, 195, 0.3);
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
#doz_m_00 #doz_m_01 #app .doz_sticky .doz_sticky--wrap a.active-nav span {
  color: #21253d;
  z-index: 10;
  position: relative;
}
#doz_m_00 #doz_m_01 #app .doz_sticky .doz_sticky--wrap a.active-nav:hover {
  color: #102d69;
}
#doz_m_00 #doz_m_01 #app .doz_sticky .doz_sticky--wrap a.active-nav:hover span {
  color: #102d69;
}
#doz_m_00 #doz_m_01 #app .doz_sticky .doz_sticky--wrap a:hover {
  background-color: #fff;
  border: 1px solid #21253d;
}
#doz_m_00 #doz_m_01 #app .doz_sticky .doz_sticky--wrap a.doz_sticky--all-offer {
  border: 1px solid #f47920;
  background-color: #f47920;
}
#doz_m_00 #doz_m_01 #app .doz_sticky .doz_sticky--wrap a.doz_sticky--all-offer span {
  color: #fff;
}
#doz_m_00 #doz_m_01 #app .doz_sticky--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_sticky--right {
    display: none;
  }
}
#doz_m_00 #doz_m_01 #app #doz_sticky-element.hide {
  visibility: hidden;
  opacity: 0;
}
#doz_m_00 #doz_m_01 #app .doz_sticky-element-2 {
  position: fixed;
  z-index: 50;
  top: -100px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#doz_m_00 #doz_m_01 #app .doz_sticky-element-2.show-sticky {
  top: var(--sticky-menu-height);
  margin: 0;
}
#doz_m_00 #doz_m_01 #app .doz_sticky-element-2.show-sticky .doz_sticky--wrap a {
  height: 40px;
}
#doz_m_00 #doz_m_01 #app .doz_sticky-element-2 .app-container {
  border-radius: 40px;
  background: rgba(232, 237, 242, 0.7);
  backdrop-filter: blur(12.5px);
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_sticky-element-2 .app-container {
    background: none;
    backdrop-filter: none;
    padding: 0;
  }
}
#doz_m_00 #doz_m_01 #app .doz_sticky-element-2 .doz_sticky--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding-top: 17px;
  padding-bottom: 17px;
  gap: 20px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_sticky-element-2 .doz_sticky--wrap {
    width: 910px;
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: rgba(232, 237, 242, 0.5);
    backdrop-filter: blur(12.5px);
    border-radius: 0;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_sticky-element-2 .doz_sticky--wrap {
    width: 910px;
    gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_sticky-element-2 .doz_sticky--wrap a {
  text-decoration: none;
  padding: 15px 20px;
  position: relative;
  background-color: transparent;
  border: 1px solid #21253d;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_sticky-element-2 .doz_sticky--wrap a {
    font-size: 16px;
    padding: 15px 20px;
    height: 45px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    max-width: initial;
  }
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_sticky-element-2 .doz_sticky--right {
    display: inherit;
    gap: 10px !important;
  }
}
#doz_m_00 #doz_m_01 #app .doz_sticky-element-2.show {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
}
#doz_m_00 #doz_m_01 #app .doz_head--section {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_head--section .app-container {
    padding: 0;
  }
}
#doz_m_00 #doz_m_01 #app .doz_head--content {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("/landingpage/dermodays/assets/img/top-slide.webp");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_head--content {
    background-image: none;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_head--content {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_head--content P {
  font-size: 26px;
  font-weight: 400;
  font-family: "Abhaya Libre", serif;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_head--content P {
    max-width: 100%;
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_head--content P {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_head--content .doz_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_head--content .doz_btn {
    margin-top: 10px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_head--wrap {
  max-width: 425px;
  text-align: center;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_head--wrap {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_head--decor {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_head--img-960 {
  display: none;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_head--img-960 {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_head--img-960 {
    display: none;
  }
}
#doz_m_00 #doz_m_01 #app .doz_head--img-m {
  display: none;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_head--img-m {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
#doz_m_00 #doz_m_01 #app .doz_head--section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#doz_m_00 #doz_m_01 #app .doz_container-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#doz_m_00 #doz_m_01 #app .doz_container-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 177.778vh;
}
#doz_m_00 #doz_m_01 #app .doz_header-section {
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  color: #102d69;
  margin: 0;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_header-section {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_header-section {
    gap: 20px;
    font-size: 24px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_header-section img {
    width: 100px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_header-section img {
    width: 70px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_slider-section {
  background-color: #d5d9e7;
  padding-top: 30px;
  padding-bottom: 30px;
}
#doz_m_00 #doz_m_01 #app .doz_hero-section--items {
  width: 100%;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_hero-section--items {
    width: 100%;
    margin-bottom: 20px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_hero-section--item {
  text-align: center;
}
#doz_m_00 #doz_m_01 #app .doz_hero-section--item-head img {
  max-width: 150px;
  min-height: 150px;
  max-height: 150px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_hero-section--item-head img {
    max-width: 90px;
    min-height: 90px;
    max-height: 90px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_hero-section--item-head p {
  color: #21253d;
  text-align: center;
  font-family: "Abhaya Libre", serif;
  font-size: 47px;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_hero-section--item-head p {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  #doz_m_00 #doz_m_01 #app .doz_hero-section--item-head p {
    min-height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}
#doz_m_00 #doz_m_01 #app .doz_hero-section--item-body .doz_hero-img {
  position: relative;
  width: 100%;
}
#doz_m_00 #doz_m_01 #app .doz_hero-section--item-body .doz_hero-img .doz_hero--video-wrapper {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_hero-section--item-body .doz_hero-img .doz_hero--video-wrapper {
    max-height: 280px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_hero-section--item-body .doz_hero-img video {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#doz_m_00 #doz_m_01 #app .doz_hero-section--item-body .doz_hero-img img {
  z-index: 5;
  position: relative;
  max-height: 450px;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_hero-section--item-body .doz_hero-img img {
    max-height: 310px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_hero-section--item-body .doz_hero--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 40px 25px 0;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_hero-section--item-body .doz_hero--info {
    padding: 25px 15px 0;
  }
}
#doz_m_00 #doz_m_01 #app .doz_hero-section--item-body .doz_hero--info p {
  margin: 0;
  padding: 0;
}
#doz_m_00 #doz_m_01 #app .doz_hero-section--item-body .doz_hero--brand {
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
#doz_m_00 #doz_m_01 #app .doz_hero-section--item-body .doz_hero--desc {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 30px;
}
#doz_m_00 #doz_m_01 #app .doz_hero-section--item-body .doz_hero--price {
  font-size: 24px;
  font-weight: 300;
}
#doz_m_00 #doz_m_01 #app .doz_hero-section--item-body .doz_hero--price_per_unit {
  font-size: 14px;
  font-weight: 300;
}
#doz_m_00 #doz_m_01 #app .doz_section--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  position: relative;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_section--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_video {
  min-width: 290px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 480px) and (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_section--content .doz_video {
    width: 50%;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_section--content .doz_video {
    width: 100%;
  }
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_video--wrapper {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_video--wrapper img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_section--content .doz_video--wrapper img {
    display: none;
  }
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_video--wrapper img.doz_video-m {
  display: none;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_section--content .doz_video--wrapper img.doz_video-m {
    display: block;
  }
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_video--wrapper .ring-spin {
  bottom: 10px;
  margin: 0 auto;
  right: 10px;
  text-align: center;
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_video--wrapper .ring-spin img {
  width: inherit;
  -webkit-animation: rotate 15s linear infinite;
          animation: rotate 15s linear infinite;
  display: block;
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_video--wrapper p {
  font-family: "Abhaya Libre", serif;
  font-size: 65px;
  color: #fff;
  font-weight: 900;
  margin: 0;
  position: absolute;
  left: 10px;
  text-transform: uppercase;
  word-break: break-word;
  line-height: 1;
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_video--wrapper.doz_anim-pos-top p {
  bottom: 20px;
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_video--wrapper.doz_anim-pos-top .marquee-loop {
  top: 0;
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_video--wrapper.doz_anim-pos-bottom p {
  top: 20px;
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_video--wrapper.doz_anim-pos-bottom .marquee-loop {
  bottom: 0;
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_video--play {
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #000;
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_video--play:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_video--border-top {
  position: absolute;
  top: -8px;
  left: -8px;
  right: 0;
  bottom: 0;
  border: 1px solid #102d69;
  z-index: 1;
  width: 100%;
  height: 2px;
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_video--border-right {
  position: absolute;
  right: 8px;
  top: -8px;
  border: 1px solid #102d69;
  z-index: 1;
  width: 2px;
  height: 100%;
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_video--border-bottom {
  position: absolute;
  left: -8px;
  right: 0;
  bottom: 8px;
  border: 1px solid #102d69;
  z-index: 1;
  width: 100%;
  height: 1;
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_video--border-left {
  position: absolute;
  top: -8px;
  left: -8px;
  right: 0;
  bottom: 0;
  border: 1px solid #102d69;
  z-index: 1;
  width: 2px;
  height: 100%;
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_video--info {
  position: relative;
  left: -30px;
  display: inline-block;
  color: #000;
  font-size: 14px;
  bottom: 80px;
  background-color: #fff;
  border-radius: 30px;
  z-index: 10;
  width: 80%;
  padding: 4px 20px;
  font-weight: 600;
  color: #102d69;
  -webkit-box-shadow: 0 0 13px 1px #a7a7a7;
          box-shadow: 0 0 13px 1px #a7a7a7;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_section--content .doz_video--info {
    text-align: left;
    left: -30px;
    width: 90%;
  }
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_product-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_section--content .doz_product-section {
    width: 100%;
  }
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_product-section.doz_skeleton {
  width: 100%;
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app .doz_section--content .doz_product-section--sroll {
    overflow: auto;
  }
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_product-section--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app .doz_section--content .doz_product-section--items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 1740px;
  }
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_section--content .doz_product-section--items {
    margin-top: 30px;
    gap: 10px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_product-section--items .doz_product-section--item {
  width: calc(33.3333333333% - 10px);
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_product-section .doz_product-section--item {
  background: #fff;
  border-radius: 15px;
  padding: 10px 15px;
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app .doz_section--content .doz_product-section .doz_product-section--item {
    width: 290px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_product-section .doz_product-section--item:hover .doz_product--info-w {
  top: 100px;
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_product-section .doz_product-section--item:hover .doz_btn {
  top: -25px;
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_product-section .doz_product-section--item .doz_go-to-all-product {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_product-section .doz_product-section--item .doz_product-section--item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_product-section .doz_product-section--item .doz_product-section--item-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_product-section .doz_product-section--item .doz_product-section--item-img img {
  position: relative;
  border-radius: 15px;
  max-width: 180px;
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_product-section .doz_product-section--item-title p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 50px;
  margin: 0;
  color: #000;
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_product-section .doz_product--info-w {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app .doz_section--content .doz_product-section .doz_product--info-w {
    top: 100px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_product-section .doz_btn {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 20px;
  font-size: 18px;
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app .doz_section--content .doz_product-section .doz_btn {
    top: -25px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_product-section .doz_product--price_per_unit {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_product-section .doz_product--animation {
  max-height: 45px;
  overflow: hidden;
}
#doz_m_00 #doz_m_01 #app .doz_section--content .doz_product-section .doz_product--price {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  margin: 0;
}
#doz_m_00 #doz_m_01 #app .doz_skeleton-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 100%;
  padding: 20px;
}
#doz_m_00 #doz_m_01 #app .doz_skeleton-image {
  width: 100%;
  height: 180px;
  background: #e0e0e0;
  border-radius: 8px;
  -webkit-animation: shimmer 1.5s infinite linear;
          animation: shimmer 1.5s infinite linear;
}
#doz_m_00 #doz_m_01 #app .doz_skeleton-text {
  width: 100%;
  height: 20px;
  background: #e0e0e0;
  border-radius: 4px;
  -webkit-animation: shimmer 1.5s infinite linear;
          animation: shimmer 1.5s infinite linear;
}
#doz_m_00 #doz_m_01 #app .doz_skeleton-text.short {
  width: 60%;
}
@keyframes shimmer {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: -100%;
  }
}
#doz_m_00 #doz_m_01 #app .doz_skeleton-image,
#doz_m_00 #doz_m_01 #app .doz_skeleton-text {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #e0e0e0), color-stop(50%, #f5f5f5), color-stop(75%, #e0e0e0));
  background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
  background-size: 200% 100%;
}
#doz_m_00 #doz_m_01 #app .doz_footer {
  padding-top: 30px;
  padding-bottom: 80px;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_footer {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_footer h3 {
  font-size: 22px;
  text-align: left;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_footer h3 {
    font-size: 22px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_footer--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_footer--content {
    gap: 20px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_footer--item {
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#doz_m_00 #doz_m_01 #app .doz_footer--partner {
  margin-top: 50px;
  border-radius: 80px;
  background-color: #fff;
  position: relative;
  height: 110px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 480px) and (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_footer--partner {
    height: 80px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_footer--partner {
    margin-top: 30px;
    height: 60px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_footer--partner:after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: 0;
  bottom: 0;
  border-radius: 80px;
  border: 2px solid #102d69;
  z-index: 2;
}
#doz_m_00 #doz_m_01 #app .doz_footer--partner img {
  position: relative;
  z-index: 5;
}
@media (min-width: 480px) and (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_footer--partner img {
    width: 100px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_footer--partner img {
    width: 90px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_footer--bottom {
  margin-top: 35px;
  text-align: center;
}
#doz_m_00 #doz_m_01 #app .doz_footer--partners {
  background-color: #fff;
  border-radius: 80px;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}
#doz_m_00 #doz_m_01 #app .doz_two-section {
  position: relative;
}
#doz_m_00 #doz_m_01 #app .doz_two-section--decor {
  position: absolute;
  right: 90px;
  bottom: 0%;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_two-section--decor {
    display: none;
  }
}
#doz_m_00 #doz_m_01 #app .doz_three-section {
  position: relative;
}
#doz_m_00 #doz_m_01 #app .doz_three-section--decor {
  position: absolute;
  left: 90px;
  bottom: 30%;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_three-section--decor {
    display: none;
  }
}
#doz_m_00 #doz_m_01 #app .doz_more--section {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_more--section {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_more--section .doz_full-btn {
  margin: 30px auto 0;
  width: 50%;
}
@media (min-width: 1024px) and (max-width: 1123px) {
  #doz_m_00 #doz_m_01 #app .doz_more--section .doz_full-btn {
    width: 70%;
  }
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_more--section .doz_full-btn {
    width: 100%;
  }
}
#doz_m_00 #doz_m_01 #app .doz_more--list {
  padding-top: 70px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_more--list {
    padding-top: 20px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_more--list .carousel__slide .doz_more--item {
  padding: 5px 10px;
}
#doz_m_00 #doz_m_01 #app .doz_more--list .carousel__slide .doz_more--item .doz_more--item-info p {
  font-size: 14px;
  min-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#doz_m_00 #doz_m_01 #app .doz_more--list .carousel__slide .doz_more--item .doz_more--item-price .doz_btn {
  width: 100%;
  min-width: inherit;
}
#doz_m_00 #doz_m_01 #app .doz_section-offset {
  padding-top: 50px;
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_section-offset {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_section-reverse .doz_header-section {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_section-reverse .doz_header-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#doz_m_00 #doz_m_01 #app .doz_section-reverse .doz_section--content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_section-reverse .doz_section--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#doz_m_00 #doz_m_01 #app .doz_section-reverse .doz_section--content .doz_product-section--items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app .doz_section-reverse .doz_section--content .doz_product-section--items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#doz_m_00 #doz_m_01 #app :root {
  --carousel-transition: 300ms;
  --carousel-opacity-inactive: 0.7;
  --carousel-opacity-active: 1;
  --carousel-opacity-near: 0.9;
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app .doz_slider-section {
    overflow: hidden;
  }
}
#doz_m_00 #doz_m_01 #app .doz_slider--decor {
  position: absolute;
  top: 50px;
  left: 61%;
  right: 0;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_slider--decor {
    left: 23%;
  }
}
#doz_m_00 #doz_m_01 #app .doz_slider--list {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app .doz_slider--list {
    width: 85%;
  }
}
@media screen and (max-width: 560px) {
  #doz_m_00 #doz_m_01 #app .doz_slider--list {
    width: 100%;
  }
}
#doz_m_00 #doz_m_01 #app .doz_slider--list .carousel__viewport {
  padding-top: 80px;
}
@media screen and (max-width: 560px) {
  #doz_m_00 #doz_m_01 #app .doz_slider--list .carousel__viewport {
    padding-top: 120px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_slider--list .carousel__track {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#doz_m_00 #doz_m_01 #app .doz_slider--list .carousel__slide--sliding {
  -webkit-transition: opacity var(--carousel-transition), -webkit-transform var(--carousel-transition);
  transition: opacity var(--carousel-transition), -webkit-transform var(--carousel-transition);
  transition: opacity var(--carousel-transition), transform var(--carousel-transition);
  transition: opacity var(--carousel-transition), transform var(--carousel-transition), -webkit-transform var(--carousel-transition);
}
#doz_m_00 #doz_m_01 #app .doz_slider--list .carousel.is-dragging .carousel__slide {
  -webkit-transition: opacity var(--carousel-transition), -webkit-transform var(--carousel-transition);
  transition: opacity var(--carousel-transition), -webkit-transform var(--carousel-transition);
  transition: opacity var(--carousel-transition), transform var(--carousel-transition);
  transition: opacity var(--carousel-transition), transform var(--carousel-transition), -webkit-transform var(--carousel-transition);
}
#doz_m_00 #doz_m_01 #app .doz_slider--list .carousel__slide {
  opacity: var(--carousel-opacity-inactive);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
#doz_m_00 #doz_m_01 #app .doz_slider--list .carousel__slide--prev {
  opacity: var(--carousel-opacity-near);
  position: relative;
}
#doz_m_00 #doz_m_01 #app .doz_slider--list .carousel__slide--prev::before {
  content: "";
  display: block;
  width: calc(100% + 10px);
  padding-bottom: calc(100% + 10px);
  background-color: #edeef5;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
#doz_m_00 #doz_m_01 #app .doz_slider--list .carousel__slide--prev .doz_slider--wrapper {
  position: relative;
  -webkit-transform: scale(0.7) translate(0px, -45px);
          transform: scale(0.7) translate(0px, -45px);
}
#doz_m_00 #doz_m_01 #app .doz_slider--list .carousel__slide--active {
  opacity: var(--carousel-opacity-active);
  -webkit-transform: translate(0px, -30px);
          transform: translate(0px, -30px);
  position: relative;
  z-index: 99;
}
#doz_m_00 #doz_m_01 #app .doz_slider--list .carousel__slide--active::before {
  content: "";
  display: block;
  width: calc(100% + 110px);
  padding-bottom: calc(100% + 110px);
  background-color: white;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app .doz_slider--list .carousel__slide--active::before {
    width: calc(100% + 0px);
    padding-bottom: calc(100% + 0px);
  }
}
#doz_m_00 #doz_m_01 #app .doz_slider--list .carousel__slide--active .doz_slider--wrapper {
  position: relative;
  -webkit-transform: scale(1) translate(0px, -45px);
          transform: scale(1) translate(0px, -45px);
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app .doz_slider--list .carousel__slide--active .doz_slider--wrapper {
    -webkit-transform: scale(1) translate(0px, -115px);
            transform: scale(1) translate(0px, -115px);
  }
}
#doz_m_00 #doz_m_01 #app .doz_slider--list .carousel__slide--next {
  opacity: var(--carousel-opacity-near);
  position: relative;
}
#doz_m_00 #doz_m_01 #app .doz_slider--list .carousel__slide--next::before {
  content: "";
  display: block;
  width: calc(100% + 10px);
  padding-bottom: calc(100% + 10px);
  background-color: #edeef5;
  border-radius: 50%;
  position: absolute;
  right: 0;
}
#doz_m_00 #doz_m_01 #app .doz_slider--list .carousel__slide--next .doz_slider--wrapper {
  position: relative;
  -webkit-transform: scale(0.7) translate(0px, -45px);
          transform: scale(0.7) translate(0px, -45px);
}
#doz_m_00 #doz_m_01 #app .doz_slider--list .carousel__slide--next ~ .carousel__slide {
  -webkit-transform: rotateY(12deg) scale(0.9);
          transform: rotateY(12deg) scale(0.9);
  opacity: var(--carousel-opacity-inactive);
}
#doz_m_00 #doz_m_01 #app .doz_slider--list .carousel__slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#doz_m_00 #doz_m_01 #app .doz_slider--list .carousel__viewport .doz_slider--item-title {
  background-color: transparent;
  margin-top: -30px;
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app .doz_slider--list .carousel__viewport .doz_slider--item-title {
    padding: 0 20px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_slider--list .carousel__viewport .doz_slider--item-title p {
  margin: 0;
}
#doz_m_00 #doz_m_01 #app .doz_slider--list .carousel__viewport .doz_slider--item-price {
  background-color: transparent;
}
#doz_m_00 #doz_m_01 #app .doz_slider--list .carousel__viewport .doz_slider--item-price p {
  margin: 10px 0;
  color: #f47920;
}
#doz_m_00 #doz_m_01 #app .doz_slider--list .carousel__viewport a.doz_btn--md {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#doz_m_00 #doz_m_01 #app .carousel__next {
  background-image: url("/landingpage/dermodays/assets/img/arrow-right.webp");
  width: 71px;
  height: 71px;
  right: -75px;
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app .carousel__next {
    top: 80%;
    position: absolute;
  }
}
@media screen and (max-width: 560px) {
  #doz_m_00 #doz_m_01 #app .carousel__next {
    right: -25px;
  }
}
#doz_m_00 #doz_m_01 #app .carousel__next svg {
  display: none;
}
#doz_m_00 #doz_m_01 #app .carousel__next.carousel__next--disabled {
  background-image: url("/landingpage/dermodays/assets/img/arrow-right-d.svg");
  opacity: 1;
}
#doz_m_00 #doz_m_01 #app .carousel__prev {
  background-image: url("/landingpage/dermodays/assets/img/arrow-left.webp");
  width: 71px;
  height: 71px;
  left: -75px;
}
@media screen and (max-width: 760px) {
  #doz_m_00 #doz_m_01 #app .carousel__prev {
    top: 80%;
    position: absolute;
  }
}
@media screen and (max-width: 560px) {
  #doz_m_00 #doz_m_01 #app .carousel__prev {
    left: -25px;
  }
}
#doz_m_00 #doz_m_01 #app .carousel__prev svg {
  display: none;
}
#doz_m_00 #doz_m_01 #app .carousel__prev.carousel__prev--disabled {
  background-image: url("/landingpage/dermodays/assets/img/arrow-left-d.svg");
  opacity: 1;
}
#doz_m_00 #doz_m_01 #app .doz_loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.0274509804);
  height: 400px;
  font-size: 30px;
  color: #5a5a5a;
  border-radius: 10px;
  margin-top: 50px;
}
#doz_m_00 #doz_m_01 #app .doz_partners {
  padding-bottom: 80px;
}
#doz_m_00 #doz_m_01 #app .doz_partners p {
  margin-bottom: 40px;
  font-size: 22px;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_partners p {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_partners__container {
  border-radius: 10px;
  background: #fff;
  padding: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_partners__container {
    padding: 20px 90px;
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_partners__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#doz_m_00 #doz_m_01 #app .doz_partners__container .doz_align-start {
  -ms-flex-item-align: start;
      align-self: start;
}
#doz_m_00 #doz_m_01 #app .doz_partners__item {
  text-align: center;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_partners__item {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_partners__item {
    width: 100%;
  }
}
#doz_m_00 #doz_m_01 #app .carousel__track {
  margin: 0;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_hide-on-mobile {
    display: none;
  }
}
#doz_m_00 #doz_m_01 #app .doz_show-on-mobile {
  display: none;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_show-on-mobile {
    display: block;
  }
}
#doz_m_00 #doz_m_01 #app .doz_show-on-mobile-inline {
  display: none;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_show-on-mobile-inline {
    display: inline-block;
  }
}
#doz_m_00 #doz_m_01 #app .doz_top_offers--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 20px;
  margin: 0 5px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1) inset;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#doz_m_00 #doz_m_01 #app .doz_top_offers--items.doz_m-bioderma {
  background-image: url("/landingpage/dermodays/assets/img/top-bio.webp");
}
#doz_m_00 #doz_m_01 #app .doz_top_offers--items.doz_m-eucerin {
  background-image: url("/landingpage/dermodays/assets/img/top-euc.webp");
}
#doz_m_00 #doz_m_01 #app .doz_top_offers--items.doz_m-svr {
  background-image: url("/landingpage/dermodays/assets/img/top-svr.webp");
}
#doz_m_00 #doz_m_01 #app .doz_top_offers--items.doz_m-make_me_bio {
  background-image: url("/landingpage/dermodays/assets/img/top-mak.webp");
}
#doz_m_00 #doz_m_01 #app .doz_top_offers--items.doz_m-cetaphil {
  background-image: url("/landingpage/dermodays/assets/img/top-cet.webp");
}
#doz_m_00 #doz_m_01 #app .doz_top_offers--items--link {
  min-height: 91px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_top_offers--items--link {
    min-height: 81px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_top_offers--items__disc {
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  font-family: "Abhaya Libre", serif;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_top_offers--items__disc {
    font-size: 60px;
  }
}
@media screen and (max-width: 360px) {
  #doz_m_00 #doz_m_01 #app .doz_top_offers--items__disc {
    font-size: 40px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_top_offers--items__disc-to {
  font-size: 26px;
}
#doz_m_00 #doz_m_01 #app .doz_top_offers--items .doz_btn {
  margin-top: 30px;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_top_offers--items .doz_btn {
    min-width: inherit;
    margin-top: 10px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_discl {
  font-size: 20px;
  margin-top: 30px;
  font-weight: 300;
}
#doz_m_00 #doz_m_01 #app .doz_main-offers {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
}
#doz_m_00 #doz_m_01 #app .doz_section--line {
  height: 10px;
  background-color: #97a1c3;
  border-radius: 16px;
  opacity: 0.25;
  margin-top: 30px;
  margin-bottom: 30px;
}
#doz_m_00 #doz_m_01 #app .doz_surprise--wrapper {
  margin-top: 80px;
  background-color: #e8edf2;
  border-radius: 15px;
  position: relative;
  display: grid;
  grid-template-areas: "img text" "img btn";
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto auto;
}
@media screen and (max-width: 969px) {
  #doz_m_00 #doz_m_01 #app .doz_surprise--wrapper {
    grid-template-areas: "text" "img" "btn";
    border-radius: 16px;
    grid-template-columns: 1fr;
    text-align: center;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_surprise--wrapper {
    margin-top: 50px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_surprise--item {
  grid-area: img;
}
#doz_m_00 #doz_m_01 #app .doz_surprise--item img {
  margin-top: -50px;
  border-radius: 20px;
}
@media screen and (max-width: 969px) {
  #doz_m_00 #doz_m_01 #app .doz_surprise--item img {
    margin-top: 0px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_surprise--item--text {
  padding: 10px 0;
  grid-area: text;
  align-self: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 969px) {
  #doz_m_00 #doz_m_01 #app .doz_surprise--item--text .doz_text--bg {
    margin: 0;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_surprise--item--text {
    padding: 10px 20px 20px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_surprise--item--text p {
  margin-bottom: 0;
}
#doz_m_00 #doz_m_01 #app .doz_surprise--item--text .doz_text--bg {
  background-image: url("/landingpage/dermodays/assets/img/surprise-dec.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  font-family: "Abhaya Libre", serif;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_surprise--item--text .doz_text--bg {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_surprise--item--text .doz_text--bg {
    background-image: url("/landingpage/dermodays/assets/img/surprise-dec-mob.svg");
    background-size: auto;
  }
}
#doz_m_00 #doz_m_01 #app .doz_surprise--item--button {
  grid-area: btn;
  align-self: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_surprise--item--button {
    padding: 20px 20px 10px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_surprise--item--button .doz_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 300px;
  margin-bottom: 30px;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_surprise--item--button .doz_btn {
    margin-bottom: 20px;
    min-width: 100%;
    font-weight: 400;
  }
}
#doz_m_00 #doz_m_01 #app .doz_expert--tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_expert--tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_expert--tabs {
    margin-top: 0;
  }
}
#doz_m_00 #doz_m_01 #app .doz_expert--tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 10px 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_expert--tab {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(50% - 5px);
    border-radius: 15px;
    min-height: 60px;
    position: relative;
  }
  #doz_m_00 #doz_m_01 #app .doz_expert--tab::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    background-color: rgba(51, 51, 51, 0.3490196078);
    opacity: 0.5;
  }
}
#doz_m_00 #doz_m_01 #app .doz_expert--tab.i-cetaphil {
  background: -webkit-gradient(linear, left bottom, left top, from(#afc2d3), to(#cce2f5)), #fff;
  background: linear-gradient(0deg, #afc2d3 0%, #cce2f5 100%), #fff;
}
#doz_m_00 #doz_m_01 #app .doz_expert--tab.i-cetaphil.active {
  background: #cce2f5;
}
#doz_m_00 #doz_m_01 #app .doz_expert--tab.i-cetaphil.active::after {
  display: none;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_expert--tab.i-cetaphil {
    background: #cce2f5;
  }
}
#doz_m_00 #doz_m_01 #app .doz_expert--tab.i-loreal {
  background: -webkit-gradient(linear, left bottom, left top, from(#afcdd8), to(#cceffc)), #fff;
  background: linear-gradient(0deg, #afcdd8 0%, #cceffc 100%), #fff;
}
#doz_m_00 #doz_m_01 #app .doz_expert--tab.i-loreal.active {
  background: #cceffc;
}
#doz_m_00 #doz_m_01 #app .doz_expert--tab.i-loreal.active::after {
  display: none;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_expert--tab.i-loreal {
    background: #cceffc;
  }
}
#doz_m_00 #doz_m_01 #app .doz_expert--tab.i-oceanic {
  background: -webkit-gradient(linear, left bottom, left top, from(#c5d5db), to(#e5f8ff)), #fff;
  background: linear-gradient(0deg, #c5d5db 0%, #e5f8ff 100%), #fff;
}
#doz_m_00 #doz_m_01 #app .doz_expert--tab.i-oceanic.active {
  background: #e5f8ff;
}
#doz_m_00 #doz_m_01 #app .doz_expert--tab.i-oceanic.active::after {
  display: none;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_expert--tab.i-oceanic {
    background: #e5f8ff;
  }
}
#doz_m_00 #doz_m_01 #app .doz_expert--tab.i-bioderma {
  background: -webkit-gradient(linear, left bottom, left top, from(#cfcfcf), to(#f7f7f7)), #fff;
  background: linear-gradient(0deg, #cfcfcf 0%, #f7f7f7 100%), #fff;
}
#doz_m_00 #doz_m_01 #app .doz_expert--tab.i-bioderma.active {
  background: #f7f7f7;
}
#doz_m_00 #doz_m_01 #app .doz_expert--tab.i-bioderma.active::after {
  display: none;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_expert--tab.i-bioderma {
    background: #f7f7f7;
  }
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_expert--tab img {
    width: auto;
    max-height: 40px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_expert--item {
  padding: 30px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_expert--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_expert--item.i-cetaphil {
  background: -webkit-gradient(linear, left bottom, left top, from(#cce2f5), to(#cce2f5)), #fff;
  background: linear-gradient(0deg, #cce2f5 0%, #cce2f5 100%), #fff;
}
#doz_m_00 #doz_m_01 #app .doz_expert--item.i-loreal {
  background: -webkit-gradient(linear, left bottom, left top, from(#cceffc), to(#cceffc)), #fff;
  background: linear-gradient(0deg, #cceffc 0%, #cceffc 100%), #fff;
}
#doz_m_00 #doz_m_01 #app .doz_expert--item.i-oceanic {
  background: -webkit-gradient(linear, left bottom, left top, from(#e5f8ff), to(#e5f8ff)), #fff;
  background: linear-gradient(0deg, #e5f8ff 0%, #e5f8ff 100%), #fff;
}
#doz_m_00 #doz_m_01 #app .doz_expert--item.i-bioderma {
  background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(#f7f7f7)), #fff;
  background: linear-gradient(0deg, #f7f7f7 0%, #f7f7f7 100%), #fff;
}
#doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--expert {
  width: 40%;
  position: relative;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--expert {
    width: 100%;
  }
}
#doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--expert .doz_expert--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--expert .doz_expert--info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
#doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--expert .doz_expert--info .doz_expert--name {
  font-size: 42px;
  font-family: "Abhaya Libre", serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
#doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--expert .doz_expert--info .doz_expert--name:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #21253d;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--expert .doz_expert--info .doz_expert--name {
    font-size: 26px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--expert .doz_expert--info .doz_expert--from {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  font-family: "Abhaya Libre", serif;
  margin-bottom: 10px;
  line-height: 1;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--expert .doz_expert--info .doz_expert--from {
    font-size: 18px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--expert .doz_expert--info .doz_expert--time {
  font-size: 18px;
  font-style: normal;
  font-family: "Abhaya Libre", serif;
  line-height: 1;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--expert .doz_expert--info .doz_expert--time {
    font-size: 16px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--expert .doz_expert--img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--expert .doz_expert--expert-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--expert .doz_expert--talk {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  margin-top: 20px;
  font-family: "Abhaya Libre", serif;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--expert .doz_expert--talk {
    font-size: 26px;
    text-align: center;
  }
}
#doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--expert .doz_expert--talk-i {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
#doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--expert .doz_expert--talk-i span {
  background-image: url("/landingpage/dermodays/assets/img/experts/text-dec.svg");
  background-repeat: no-repeat;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--expert .doz_expert--talk-i span {
    background-image: url("/landingpage/dermodays/assets/img/experts/text-dec-mob.svg");
    display: block;
    background-position: center;
  }
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--expert .doz_expert--talk-i {
    text-align: center;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--expert .doz_expert--talk-i {
    font-size: 16px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--expert .doz_btn {
  max-width: 300px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--expert .doz_btn {
    text-align: center;
    margin: 0 auto;
  }
}
#doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--faq {
  width: 60%;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--faq {
    width: 100%;
  }
}
#doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--faq h3 {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Abhaya Libre", serif;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--faq h3 {
    font-size: 26px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--faq .doz_expert--accordion {
  background-color: #fff;
  border-radius: 40px;
  padding: 10px 20px 10px 50px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--faq .doz_expert--accordion {
    padding: 20px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--faq .doz_expert--accordion-question {
  margin-right: 50px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--faq .doz_expert--accordion-question.active .doz_expert--accordion-icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--faq .doz_expert--accordion-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  margin-right: -60px;
}
#doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--faq .doz_expert--accordion-answer {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  min-height: 130px;
}
#doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--faq .doz_expert--accordion-answer::before {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #21253d;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_expert--item .doz_expert--faq .doz_expert--accordion-answer::before {
    width: 50%;
  }
}
#doz_m_00 #doz_m_01 #app .doz_expert--products .doz_product--name {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  min-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#doz_m_00 #doz_m_01 #app .doz_expert--products .doz_product--price {
  font-size: 24px;
  font-weight: 300;
}
#doz_m_00 #doz_m_01 #app .doz_expert--products .carousel__slide > div {
  padding: 20px;
}
#doz_m_00 #doz_m_01 #app .doz_expert--products .carousel__slide:hover .doz_product--info-w {
  top: 100px;
}
#doz_m_00 #doz_m_01 #app .doz_expert--products .carousel__slide:hover .doz_btn {
  top: -50px;
}
#doz_m_00 #doz_m_01 #app .doz_expert--products .doz_go-to-all-product {
  cursor: pointer;
}
#doz_m_00 #doz_m_01 #app .doz_expert--products .doz_product--info-w {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
}
#doz_m_00 #doz_m_01 #app .doz_expert--products .doz_btn {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
}
#doz_m_00 #doz_m_01 #app .doz_expert--products .doz_product--price_per_unit {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#doz_m_00 #doz_m_01 #app .doz_expert--products .doz_product--animation {
  max-height: 70px;
  overflow: hidden;
}
#doz_m_00 #doz_m_01 #app .doz_expert--arrow-icon-left {
  position: absolute;
  right: 40px;
  bottom: 48px;
}
@media screen and (max-width: 1250px) {
  #doz_m_00 #doz_m_01 #app .doz_expert--arrow-icon-left {
    display: none;
  }
}
#doz_m_00 #doz_m_01 #app .doz_influencer--wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
#doz_m_00 #doz_m_01 #app .doz_influencer--wrapper .carousel__slide {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
#doz_m_00 #doz_m_01 #app .doz_influencer--wrapper .carousel__slide .marquee-loop {
  position: absolute;
  z-index: 5;
  bottom: 20px;
}
#doz_m_00 #doz_m_01 #app .doz_influencer--wrapper .carousel__slide .doz_influencer--text {
  position: absolute;
  left: 0;
  right: 0;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  z-index: 10;
  text-align: center;
  font-family: "Abhaya Libre", serif;
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 90% */
  text-transform: uppercase;
  top: 40%;
  -webkit-transform: translate(0%, -40%);
  transform: translate(0%, -40%);
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_influencer--wrapper .carousel__slide .doz_influencer--text {
    top: 30%;
    -webkit-transform: translate(0%, -30%);
    transform: translate(0%, -30%);
    font-size: 40px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_influencer--wrapper .carousel__slide .doz_influencer--play {
  position: absolute;
  top: 60%;
  cursor: pointer;
  z-index: 15;
  -webkit-transform: translate(0%, -60%) rotate(90deg);
          transform: translate(0%, -60%) rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#doz_m_00 #doz_m_01 #app .doz_influencer--wrapper .carousel__slide .doz_influencer--play:hover svg rect {
  fill: rgba(255, 255, 255, 0.4196078431);
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_influencer--wrapper .carousel__slide .doz_influencer--play {
    top: 70%;
    -webkit-transform: translate(0%, -70%) rotate(90deg);
            transform: translate(0%, -70%) rotate(90deg);
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_influencer--wrapper .carousel__slide .doz_influencer--play {
    top: 60%;
    -webkit-transform: translate(0%, 60%);
    transform: translate(0%, -60%) rotate(90deg);
  }
}
#doz_m_00 #doz_m_01 #app .doz_influencer--item {
  --video--width: 370;
  --video--height: 660;
  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
  max-width: 100%;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
#doz_m_00 #doz_m_01 #app .doz_influencer--item.doz_influencer--item--play:after {
  display: none;
}
#doz_m_00 #doz_m_01 #app .doz_influencer--item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#doz_m_00 #doz_m_01 #app .doz_influencer--item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100vh;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
#doz_m_00 #doz_m_01 #app .marquee-loop {
  overflow: hidden;
  position: absolute;
}
#doz_m_00 #doz_m_01 #app .marquee-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; /* шеренга элементов */
  -webkit-animation: loop-scroll 15s linear infinite;
          animation: loop-scroll 15s linear infinite;
}
#doz_m_00 #doz_m_01 #app .marquee-content span {
  white-space: nowrap;
  font-size: 40px;
  color: #fff;
  font-family: "Abhaya Libre", serif;
  font-weight: 300;
  padding-right: 10px; /* отступ между повторами */
}
#doz_m_00 #doz_m_01 #app .marquee-content i {
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  font-family: "Lato", sans-serif;
}
@keyframes loop-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#doz_m_00 #doz_m_01 #app .ring-spin {
  position: absolute;
}
#doz_m_00 #doz_m_01 #app .doz_section--receive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  background: #e8edf2;
  padding: 15px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_section--receive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 15px;
    gap: 15px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_section--receive {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_section--receive p {
  background-image: url("/landingpage/dermodays/assets/img/receive-dec.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  font-family: "Abhaya Libre", serif;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 5px 0;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_section--receive p {
    font-size: 32px;
    background-image: url("/landingpage/dermodays/assets/img/receive-dec-mob.svg");
    background-position: center;
    background-repeat: no-repeat;
  }
}
#doz_m_00 #doz_m_01 #app .doz_section--receive .doz_btn {
  width: 300px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_section--receive .doz_btn {
    width: 100%;
    max-width: 240px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_ask_btn {
  position: fixed;
  bottom: 5%;
  right: 50px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  cursor: pointer;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_ask_btn {
    right: 20px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_ask_btn--icon {
  position: relative;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_ask_btn--icon {
    opacity: 0;
    -webkit-animation: hideShow 25s infinite;
            animation: hideShow 25s infinite;
  }
}
@keyframes hideShow {
  0%, 11.7647% {
    opacity: 1;
    visibility: visible;
  }
  /* оставшиеся ~15 с (11.7648%–100%) — скрыт */
  11.7648%, 100% {
    opacity: 0;
    visibility: hidden;
  }
}
#doz_m_00 #doz_m_01 #app .doz_ask_btn--icon p {
  font-size: 50px;
  font-weight: 800;
  font-family: "Abhaya Libre", serif;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_ask_btn--icon p {
    font-size: 34px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_ask_btn--icon span {
  font-family: "Abhaya Libre", serif;
  font-size: 30px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_ask_btn--icon span {
    font-size: 25px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_ask_btn--icon img {
  position: absolute;
  bottom: -35px;
  left: 35px;
  width: 35px;
  height: 35px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_ask_btn--icon img {
    width: 25px;
    height: 25px;
    left: 25px;
    bottom: -25px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_ask_btn--link img {
  width: 70px;
  height: 70px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_ask_btn--link img {
    width: 50px;
    height: 50px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_show-on-xs {
  display: none;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_show-on-xs {
    display: block;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_hide-on-xs {
    display: none;
  }
}
#doz_m_00 #doz_m_01 #app .carousel__pagination {
  display: none;
}
@media screen and (max-width: 700px) {
  #doz_m_00 #doz_m_01 #app .carousel__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 20px;
  }
}
#doz_m_00 #doz_m_01 #app .carousel__pagination .carousel__pagination-item .carousel__pagination-button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #21253d;
}
#doz_m_00 #doz_m_01 #app .carousel__pagination .carousel__pagination-item .carousel__pagination-button::after {
  display: none;
}
#doz_m_00 #doz_m_01 #app .carousel__pagination .carousel__pagination-item .carousel__pagination-button--active {
  background-color: #21253d;
}
#doz_m_00 #doz_m_01 #app .carousel__pagination-button {
  height: 5px;
  width: 5px;
  border-radius: 5px;
  background-color: white;
}
