/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
}

input,
label,
select,
button,
textarea {
  background: none;
  border: 0;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: normal;
}

input:focus {
  outline: 0;
}

::-webkit-search-decoration {
  display: none;
}

button,
input[type=reset],
input[type=button],
input[type=submit] {
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

.wpcf7 br {
  display: none;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "TT Norms", sans-serif;
  font-variant-ligatures: none;
  font-weight: 400;
  line-height: 26px;
  min-width: 320px;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

pre {
  background: #ffffff;
  color: #000;
  font-family: monospace;
}

.section-min-height {
  min-height: calc(100vh - 71.5px - 324px);
}
@media (min-width: 640px) {
  .section-min-height {
    min-height: calc(100vh - 71.5px - 32.5px - 240.5px - 104px);
  }
}
@media (min-width: 1024px) {
  .section-min-height {
    min-height: calc(100vh - 104px - 39px - 247px - 104px);
  }
}
@media (min-width: 1440px) {
  .section-min-height {
    min-height: calc(100vh - 143px - 52px - 247px - 182px);
  }
}

.logo {
  display: block;
}
.logo .logo__heading {
  display: inline-block;
  height: 32.5px;
  width: auto;
}
.logo .logo__link,
.logo .logo__image {
  display: block;
  height: 32.5px;
  width: auto;
}

@media (min-width: 1024px) {
  .logo .logo__heading,
  .logo .logo__link,
  .logo .logo__image {
    height: 45.5px;
  }
}
@media (min-width: 1440px) {
  .logo .logo__heading,
  .logo .logo__link,
  .logo .logo__image {
    height: 52px;
  }
}
.menu-icon {
  -webkit-tap-highlight-color: transparent;
  outline-style: none;
  user-select: none;
}
.menu-icon * {
  -webkit-tap-highlight-color: transparent;
  outline-style: none;
  user-select: none;
}

.menu-icon__icon {
  display: block;
  height: 16px;
  position: relative;
  top: -3px;
  transition: transform 0.3s;
  width: auto;
}

.menu-icon--active .menu-icon__icon {
  transform: rotate(90deg) scaleX(0.7);
}

.cart-count__link {
  display: inline-block;
  position: relative;
}
.cart-count__link:hover .cart-count__icon {
  opacity: 0.7;
}

.cart-count__icon {
  display: block;
  height: 16px;
  width: auto;
}

.cart-count__number {
  align-items: center;
  background: #6d0b9f;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 500;
  height: 16px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%) translateY(-50%);
  width: 16px;
}

@media (min-width: 1024px) {
  .cart-count {
    position: relative;
    top: 5px;
  }
  .cart-count__icon {
    height: 24px;
  }
  .cart-count__number {
    font-size: 14px;
    height: 20px;
    width: 20px;
  }
}
.whatsapp-float {
  bottom: 19.5px;
  display: block;
  position: fixed;
  right: 19.5px;
  z-index: 99999;
}

.whatsapp-float__image {
  display: block;
  height: 39px;
  width: 39px;
}

@media (min-width: 1024px) {
  .whatsapp-float__image {
    height: 52px;
    width: 52px;
  }
}
.header-top {
  background-image: linear-gradient(to right, #4D0D6B 0%, #691292 100%);
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 39px;
  left: 0;
  line-height: 39px;
  min-width: 320px;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header-top__inner {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding: 0 5%;
}

.header-top__icon {
  font-size: 18px;
  font-weight: 400;
  margin-left: 8px;
  margin-right: 8px;
  vertical-align: middle;
}

@media (min-width: 1024px) {
  .header-top {
    font-size: 16px;
  }
  .header-top__icon {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .header-top {
    font-size: 20px;
    height: 52px;
    line-height: 52px;
  }
  .header-top__icon {
    font-size: 30px;
  }
}
.header-main {
  padding: 13px 5%;
  position: relative;
}

.header-main__inner {
  align-items: center;
  display: grid;
  grid-column-gap: 26px;
  grid-template-columns: 1fr auto auto;
}

.header-main__main-menu {
  display: none;
}

@media (min-width: 1024px) {
  .header-main {
    padding: 19.5px 5% 19.5px 5%;
    position: relative;
  }
  .header-main__menu-icon {
    display: none;
  }
  .header-main__inner {
    align-items: center;
    grid-template-columns: auto 1fr auto;
    justify-content: center;
  }
  .header-main__logo {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .header-main__main-menu {
    display: block !important;
    grid-column: 2/3;
    grid-row: 1/2;
    text-align: right;
  }
  .header-main__cart-count {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
@media (min-width: 1440px) {
  .header-main {
    padding: 39px 5% 26px 5%;
  }
}
@media (max-width: 1023px) {
  .header-main__main-menu {
    background: #eeeef0;
    display: none;
    left: 0;
    padding-bottom: 26px;
    padding-top: 13px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99;
  }
  .header-main__main-menu .menu__list {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .header-main__main-menu .menu__link {
    border-bottom: 1px solid #939597;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    padding: 13px 5%;
    text-transform: uppercase;
  }
  .header-main__main-menu .current_page_item .menu__link {
    font-weight: 700;
  }
}
@media (min-width: 1024px) {
  .header-main__main-menu {
    justify-self: end;
  }
  .header-main__main-menu .menu__list {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
  }
  .header-main__main-menu .menu__link {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 13px;
    text-transform: uppercase;
  }
  .header-main__main-menu .menu__link:hover {
    opacity: 0.7;
  }
  .header-main__main-menu .current_page_item .menu__link {
    font-weight: 700;
  }
}
@media (min-width: 1440px) {
  .header-main__main-menu .menu__link {
    font-size: 16px;
  }
}
nav.lang-menu ul {
  display: inline-block;
}

nav.lang-menu ul li {
  float: left;
}

nav.lang-menu ul li a {
  display: block;
}

.header {
  background: #ffffff;
  border-bottom: 1px solid #eee;
  left: 0;
  margin-top: 39px;
  min-width: 320px;
  width: 100%;
  z-index: 100;
}

@media (min-width: 1440px) {
  .header {
    margin-top: 52px;
  }
}
.video-cover-lightbox {
  background-color: #eee;
  background-size: cover;
  height: 338px;
  position: relative;
}

.video-cover-lightbox__bg-player {
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.video-cover-lightbox__bg-player iframe,
.video-cover-lightbox__bg-player object,
.video-cover-lightbox__bg-player embed {
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  left: 50%;
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
}

.video-cover-lightbox__main-content {
  align-items: center;
  background-image: linear-gradient(0, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 50%);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  left: 0;
  padding: 26px 5%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2;
}

.video-cover-lightbox__play-link {
  display: block;
  height: 52px;
  width: auto;
}
.video-cover-lightbox__play-link:hover {
  opacity: 0.8;
}

.video-cover-lightbox__play-icon {
  display: block;
  height: inherit;
  width: auto;
}

.video-cover-lightbox__main-title {
  color: #ffffff;
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 32.5px;
  margin-top: 26px;
}

.video-cover-lightbox__lightbox {
  align-items: center;
  background: #fafafa;
  display: none;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 0 5%;
  position: fixed;
  top: 0;
  transition: 0.3s opacity;
  width: 100vw;
  z-index: 3;
}

.video-cover-lightbox__lightbox--active {
  display: flex;
  opacity: 1;
}

.video-cover-lightbox__close-link {
  display: block;
  height: 26px;
  position: absolute;
  right: 5%;
  top: 65px;
}

.video-cover-lightbox__close-icon {
  display: block;
  height: inherit;
  width: auto;
}

.video-cover-lightbox__lightbox-main {
  width: 100%;
}

.video-cover-lightbox__lightbox-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
  width: 100%;
}

.video-cover-lightbox__lightbox-title {
  font-size: 14px;
  font-weight: 300;
  line-height: 16.9px;
  margin-right: 10px;
  text-transform: uppercase;
}
.video-cover-lightbox__lightbox-title b,
.video-cover-lightbox__lightbox-title strong {
  font-weight: 500;
}

@media (min-width: 640px) {
  .video-cover-lightbox {
    height: 416px;
  }
  .video-cover-lightbox__main-content {
    padding: 52px 5%;
  }
  .video-cover-lightbox__play-link {
    height: 78px;
  }
  .video-cover-lightbox__main-title {
    font-size: 36px;
    line-height: 39px;
  }
  .video-cover-lightbox__lightbox {
    padding-top: 52px;
  }
  .video-cover-lightbox__lightbox-title {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .video-cover-lightbox {
    height: 468px;
  }
  .video-cover-lightbox__main-title {
    font-size: 48px;
    line-height: 52px;
  }
  .video-cover-lightbox__lightbox-main {
    width: 780px;
  }
  .video-cover-lightbox__lightbox-title {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (min-width: 1440px) {
  .video-cover-lightbox {
    height: 676px;
  }
  .video-cover-lightbox__play-link {
    height: 130px;
  }
  .video-cover-lightbox__main-title {
    font-size: 65px;
    line-height: 78px;
  }
  .video-cover-lightbox__lightbox-main {
    width: 1200px;
  }
  .video-cover-lightbox__lightbox-title {
    font-size: 24px;
    line-height: 26px;
  }
  .video-cover-lightbox__close-link {
    height: 39px;
    top: 104px;
  }
}
/* Video HTML */
.video-cover-lightbox__bg-html-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.video-cover-lightbox__bg-html-video {
  height: 56.25vw;
  left: 50%;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
}

.simple-text {
  margin-bottom: 52px;
  margin-top: 52px;
  padding: 0 5%;
  text-align: center;
}

.simple-text__inner {
  display: grid;
  grid-row-gap: 26px;
}

@media (min-width: 1024px) {
  .simple-text {
    margin-bottom: 78px;
    margin-top: 78px;
    padding: 0;
  }
  .simple-text__inner {
    grid-row-gap: 39px;
    margin: 0 auto;
    width: 796px;
  }
}
@media (min-width: 1440px) {
  .simple-text {
    margin-bottom: 130px;
    margin-top: 130px;
  }
  .simple-text__inner {
    grid-row-gap: 52px;
    width: 1060px;
  }
}
.simple-text.module-00 {
  margin-bottom: 26px;
  margin-top: 26px;
}

@media (min-width: 640px) {
  .simple-text.module-00 {
    margin-bottom: 26px;
    margin-top: 52px;
  }
}
@media (min-width: 1440px) {
  .simple-text.module-00 {
    margin-bottom: 26px;
    margin-top: 91px;
  }
}
/*# sourceMappingURL=critic.css.map */
