*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
}

:focus {
  outline: 0;
}

button {
  cursor: pointer;
}

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

p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

input, textarea {
  font-family: inherit;
  font-size: inherit;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
}

/* Container
-------------------------------------------------- */
.container {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
}

@media (min-width: 420px) {
  .container {
    width: 400px;
  }
}
@media (min-width: 520px) {
  .container {
    width: 500px;
  }
}
@media (min-width: 720px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 920px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1220px) {
  .container {
    width: 1200px;
  }
}
.container-full {
  width: 100%;
  min-width: 320px;
}

.container:before,
.container:after,
.container-full:before,
.container-full:after,
.break:before,
.break:after {
  display: table;
  content: " ";
}

.container:after,
.container-full:after,
.break:after {
  clear: both;
}

.break {
  width: 100%;
  float: left;
}

/* Grid
-------------------------------------------------- */
.grid-1 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 8.3333333333%;
}

.grid-2 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 16.6666666667%;
}

.grid-3 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 25%;
}

.grid-4 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 33.3333333333%;
}

.grid-5 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 41.6666666667%;
}

.grid-6 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 50%;
}

.grid-7 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 58.3333333333%;
}

.grid-8 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 66.6666666667%;
}

.grid-9 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 75%;
}

.grid-10 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 83.3333333333%;
}

.grid-11 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 91.6666666667%;
}

.grid-12 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 100%;
}

@media (min-width: 420px) {
  .grid-xs-1 {
    width: 8.3333333333%;
  }
  .grid-xs-2 {
    width: 16.6666666667%;
  }
  .grid-xs-3 {
    width: 25%;
  }
  .grid-xs-4 {
    width: 33.3333333333%;
  }
  .grid-xs-5 {
    width: 41.6666666667%;
  }
  .grid-xs-6 {
    width: 50%;
  }
  .grid-xs-7 {
    width: 58.3333333333%;
  }
  .grid-xs-8 {
    width: 66.6666666667%;
  }
  .grid-xs-9 {
    width: 75%;
  }
  .grid-xs-10 {
    width: 83.3333333333%;
  }
  .grid-xs-11 {
    width: 91.6666666667%;
  }
  .grid-xs-12 {
    width: 100%;
  }
}
@media (min-width: 520px) {
  .grid-sm-1 {
    width: 8.3333333333%;
  }
  .grid-sm-2 {
    width: 16.6666666667%;
  }
  .grid-sm-3 {
    width: 25%;
  }
  .grid-sm-4 {
    width: 33.3333333333%;
  }
  .grid-sm-5 {
    width: 41.6666666667%;
  }
  .grid-sm-6 {
    width: 50%;
  }
  .grid-sm-7 {
    width: 58.3333333333%;
  }
  .grid-sm-8 {
    width: 66.6666666667%;
  }
  .grid-sm-9 {
    width: 75%;
  }
  .grid-sm-10 {
    width: 83.3333333333%;
  }
  .grid-sm-11 {
    width: 91.6666666667%;
  }
  .grid-sm-12 {
    width: 100%;
  }
}
@media (min-width: 720px) {
  .grid-md-1 {
    width: 8.3333333333%;
  }
  .grid-md-2 {
    width: 16.6666666667%;
  }
  .grid-md-3 {
    width: 25%;
  }
  .grid-md-4 {
    width: 33.3333333333%;
  }
  .grid-md-5 {
    width: 41.6666666667%;
  }
  .grid-md-6 {
    width: 50%;
  }
  .grid-md-7 {
    width: 58.3333333333%;
  }
  .grid-md-8 {
    width: 66.6666666667%;
  }
  .grid-md-9 {
    width: 75%;
  }
  .grid-md-10 {
    width: 83.3333333333%;
  }
  .grid-md-11 {
    width: 91.6666666667%;
  }
  .grid-md-12 {
    width: 100%;
  }
}
@media (min-width: 920px) {
  .grid-lg-1 {
    width: 8.3333333333%;
  }
  .grid-lg-2 {
    width: 16.6666666667%;
  }
  .grid-lg-3 {
    width: 25%;
  }
  .grid-lg-4 {
    width: 33.3333333333%;
  }
  .grid-lg-5 {
    width: 41.6666666667%;
  }
  .grid-lg-6 {
    width: 50%;
  }
  .grid-lg-7 {
    width: 58.3333333333%;
  }
  .grid-lg-8 {
    width: 66.6666666667%;
  }
  .grid-lg-9 {
    width: 75%;
  }
  .grid-lg-10 {
    width: 83.3333333333%;
  }
  .grid-lg-11 {
    width: 91.6666666667%;
  }
  .grid-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1220px) {
  .grid-xl-1 {
    width: 8.3333333333%;
  }
  .grid-xl-2 {
    width: 16.6666666667%;
  }
  .grid-xl-3 {
    width: 25%;
  }
  .grid-xl-4 {
    width: 33.3333333333%;
  }
  .grid-xl-5 {
    width: 41.6666666667%;
  }
  .grid-xl-6 {
    width: 50%;
  }
  .grid-xl-7 {
    width: 58.3333333333%;
  }
  .grid-xl-8 {
    width: 66.6666666667%;
  }
  .grid-xl-9 {
    width: 75%;
  }
  .grid-xl-10 {
    width: 83.3333333333%;
  }
  .grid-xl-11 {
    width: 91.6666666667%;
  }
  .grid-xl-12 {
    width: 100%;
  }
}
/* Push
-------------------------------------------------- */
.push-1 {
  margin-left: 8.3333333333%;
}

.push-2 {
  margin-left: 16.6666666667%;
}

.push-3 {
  margin-left: 25%;
}

.push-4 {
  margin-left: 33.3333333333%;
}

.push-5 {
  margin-left: 41.6666666667%;
}

.push-6 {
  margin-left: 50%;
}

.push-7 {
  margin-left: 58.3333333333%;
}

.push-8 {
  margin-left: 66.6666666667%;
}

.push-9 {
  margin-left: 75%;
}

.push-10 {
  margin-left: 83.3333333333%;
}

.push-11 {
  margin-left: 91.6666666667%;
}

.push-12 {
  margin-left: 100%;
}

@media (min-width: 420px) {
  .push-xs-1 {
    margin-left: 8.3333333333%;
  }
  .push-xs-2 {
    margin-left: 16.6666666667%;
  }
  .push-xs-3 {
    margin-left: 25%;
  }
  .push-xs-4 {
    margin-left: 33.3333333333%;
  }
  .push-xs-5 {
    margin-left: 41.6666666667%;
  }
  .push-xs-6 {
    margin-left: 50%;
  }
  .push-xs-7 {
    margin-left: 58.3333333333%;
  }
  .push-xs-8 {
    margin-left: 66.6666666667%;
  }
  .push-xs-9 {
    margin-left: 75%;
  }
  .push-xs-10 {
    margin-left: 83.3333333333%;
  }
  .push-xs-11 {
    margin-left: 91.6666666667%;
  }
  .push-xs-12 {
    margin-left: 100%;
  }
}
@media (min-width: 520px) {
  .push-sm-1 {
    margin-left: 8.3333333333%;
  }
  .push-sm-2 {
    margin-left: 16.6666666667%;
  }
  .push-sm-3 {
    margin-left: 25%;
  }
  .push-sm-4 {
    margin-left: 33.3333333333%;
  }
  .push-sm-5 {
    margin-left: 41.6666666667%;
  }
  .push-sm-6 {
    margin-left: 50%;
  }
  .push-sm-7 {
    margin-left: 58.3333333333%;
  }
  .push-sm-8 {
    margin-left: 66.6666666667%;
  }
  .push-sm-9 {
    margin-left: 75%;
  }
  .push-sm-10 {
    margin-left: 83.3333333333%;
  }
  .push-sm-11 {
    margin-left: 91.6666666667%;
  }
  .push-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 720px) {
  .push-md-1 {
    margin-left: 8.3333333333%;
  }
  .push-md-2 {
    margin-left: 16.6666666667%;
  }
  .push-md-3 {
    margin-left: 25%;
  }
  .push-md-4 {
    margin-left: 33.3333333333%;
  }
  .push-md-5 {
    margin-left: 41.6666666667%;
  }
  .push-md-6 {
    margin-left: 50%;
  }
  .push-md-7 {
    margin-left: 58.3333333333%;
  }
  .push-md-8 {
    margin-left: 66.6666666667%;
  }
  .push-md-9 {
    margin-left: 75%;
  }
  .push-md-10 {
    margin-left: 83.3333333333%;
  }
  .push-md-11 {
    margin-left: 91.6666666667%;
  }
  .push-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 920px) {
  .push-lg-1 {
    margin-left: 8.3333333333%;
  }
  .push-lg-2 {
    margin-left: 16.6666666667%;
  }
  .push-lg-3 {
    margin-left: 25%;
  }
  .push-lg-4 {
    margin-left: 33.3333333333%;
  }
  .push-lg-5 {
    margin-left: 41.6666666667%;
  }
  .push-lg-6 {
    margin-left: 50%;
  }
  .push-lg-7 {
    margin-left: 58.3333333333%;
  }
  .push-lg-8 {
    margin-left: 66.6666666667%;
  }
  .push-lg-9 {
    margin-left: 75%;
  }
  .push-lg-10 {
    margin-left: 83.3333333333%;
  }
  .push-lg-11 {
    margin-left: 91.6666666667%;
  }
  .push-lg-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1220px) {
  .push-xl-1 {
    margin-left: 8.3333333333%;
  }
  .push-xl-2 {
    margin-left: 16.6666666667%;
  }
  .push-xl-3 {
    margin-left: 25%;
  }
  .push-xl-4 {
    margin-left: 33.3333333333%;
  }
  .push-xl-5 {
    margin-left: 41.6666666667%;
  }
  .push-xl-6 {
    margin-left: 50%;
  }
  .push-xl-7 {
    margin-left: 58.3333333333%;
  }
  .push-xl-8 {
    margin-left: 66.6666666667%;
  }
  .push-xl-9 {
    margin-left: 75%;
  }
  .push-xl-10 {
    margin-left: 83.3333333333%;
  }
  .push-xl-11 {
    margin-left: 91.6666666667%;
  }
  .push-xl-12 {
    margin-left: 100%;
  }
}
/* Hide
-------------------------------------------------- */
.hide {
  display: none;
}

@media (max-width: 420px) {
  .hide-xs-less {
    display: none !important;
  }
}
@media (min-width: 420px) {
  .hide-xs-over {
    display: none !important;
  }
}
@media (max-width: 520px) {
  .hide-sm-less {
    display: none !important;
  }
}
@media (min-width: 520px) {
  .hide-sm-over {
    display: none !important;
  }
}
@media (max-width: 720px) {
  .hide-md-less {
    display: none !important;
  }
}
@media (min-width: 720px) {
  .hide-md-over {
    display: none !important;
  }
}
@media (max-width: 920px) {
  .hide-lg-less {
    display: none !important;
  }
}
@media (min-width: 920px) {
  .hide-lg-over {
    display: none !important;
  }
}
@media (max-width: 1220px) {
  .hide-xl-less {
    display: none !important;
  }
}
@media (min-width: 1220px) {
  .hide-xl-over {
    display: none !important;
  }
}
/* Space
-------------------------------------------------- */
.space-0 {
  width: 100%;
  height: 0px;
}

.space-10 {
  width: 100%;
  height: 10px;
}

.space-20 {
  width: 100%;
  height: 20px;
}

.space-40 {
  width: 100%;
  height: 40px;
}

.space-60 {
  width: 100%;
  height: 60px;
}

.space-80 {
  width: 100%;
  height: 80px;
}

.space-120 {
  width: 100%;
  height: 120px;
}

.space-160 {
  width: 100%;
  height: 160px;
}

@media (min-width: 420px) {
  .space-xs-0 {
    width: 100%;
    height: 0px;
  }
  .space-xs-10 {
    width: 100%;
    height: 10px;
  }
  .space-xs-20 {
    width: 100%;
    height: 20px;
  }
  .space-xs-40 {
    width: 100%;
    height: 40px;
  }
  .space-xs-60 {
    width: 100%;
    height: 60px;
  }
  .space-xs-80 {
    width: 100%;
    height: 80px;
  }
  .space-xs-120 {
    width: 100%;
    height: 120px;
  }
  .space-xs-160 {
    width: 100%;
    height: 160px;
  }
}
@media (min-width: 520px) {
  .space-sm-0 {
    width: 100%;
    height: 0px;
  }
  .space-sm-10 {
    width: 100%;
    height: 10px;
  }
  .space-sm-20 {
    width: 100%;
    height: 20px;
  }
  .space-sm-40 {
    width: 100%;
    height: 40px;
  }
  .space-sm-60 {
    width: 100%;
    height: 60px;
  }
  .space-sm-80 {
    width: 100%;
    height: 80px;
  }
  .space-sm-120 {
    width: 100%;
    height: 120px;
  }
  .space-sm-160 {
    width: 100%;
    height: 160px;
  }
}
@media (min-width: 720px) {
  .space-md-0 {
    width: 100%;
    height: 0px;
  }
  .space-md-10 {
    width: 100%;
    height: 10px;
  }
  .space-md-20 {
    width: 100%;
    height: 20px;
  }
  .space-md-40 {
    width: 100%;
    height: 40px;
  }
  .space-md-60 {
    width: 100%;
    height: 60px;
  }
  .space-md-80 {
    width: 100%;
    height: 80px;
  }
  .space-md-120 {
    width: 100%;
    height: 120px;
  }
  .space-md-160 {
    width: 100%;
    height: 160px;
  }
}
@media (min-width: 920px) {
  .space-lg-0 {
    width: 100%;
    height: 0px;
  }
  .space-lg-10 {
    width: 100%;
    height: 10px;
  }
  .space-lg-20 {
    width: 100%;
    height: 20px;
  }
  .space-lg-40 {
    width: 100%;
    height: 40px;
  }
  .space-lg-60 {
    width: 100%;
    height: 60px;
  }
  .space-lg-80 {
    width: 100%;
    height: 80px;
  }
  .space-lg-120 {
    width: 100%;
    height: 120px;
  }
  .space-lg-160 {
    width: 100%;
    height: 160px;
  }
}
@media (min-width: 1220px) {
  .space-xl-0 {
    width: 100%;
    height: 0px;
  }
  .space-xl-10 {
    width: 100%;
    height: 10px;
  }
  .space-xl-20 {
    width: 100%;
    height: 20px;
  }
  .space-xl-40 {
    width: 100%;
    height: 40px;
  }
  .space-xl-60 {
    width: 100%;
    height: 60px;
  }
  .space-xl-80 {
    width: 100%;
    height: 80px;
  }
  .space-xl-120 {
    width: 100%;
    height: 120px;
  }
  .space-xl-160 {
    width: 100%;
    height: 160px;
  }
}
/* Float
-------------------------------------------------- */
.float-right {
  float: right;
}

.float-left {
  float: left;
}

@media (max-width: 420px) {
  .float-right-xs-less {
    float: right;
  }
  .float-left-xs-less {
    float: left;
  }
}
@media (min-width: 420px) {
  .float-right-xs-over {
    float: right;
  }
  .float-left-xs-over {
    float: left;
  }
}
@media (max-width: 520px) {
  .float-right-sm-less {
    float: right;
  }
  .float-left-sm-less {
    float: left;
  }
}
@media (min-width: 520px) {
  .float-right-sm-over {
    float: right;
  }
  .float-left-sm-over {
    float: left;
  }
}
@media (max-width: 720px) {
  .float-right-md-less {
    float: right;
  }
  .float-left-md-less {
    float: left;
  }
}
@media (min-width: 720px) {
  .float-right-md-over {
    float: right;
  }
  .float-left-md-over {
    float: left;
  }
}
@media (max-width: 920px) {
  .float-right-lg-less {
    float: right;
  }
  .float-left-lg-less {
    float: left;
  }
}
@media (min-width: 920px) {
  .float-right-lg-over {
    float: right;
  }
  .float-left-lg-over {
    float: left;
  }
}
@media (max-width: 1220px) {
  .float-right-xl-less {
    float: right;
  }
  .float-left-xl-less {
    float: left;
  }
}
@media (min-width: 1220px) {
  .float-right-xl-over {
    float: right;
  }
  .float-left-xl-over {
    float: left;
  }
}
/* Align
-------------------------------------------------- */
.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: right;
}

@media (max-width: 420px) {
  .align-right-xs-less {
    text-align: right;
  }
  .align-left-xs-less {
    text-align: left;
  }
  .align-center-xs-less {
    text-align: center;
  }
}
@media (min-width: 420px) {
  .align-right-xs-over {
    text-align: right;
  }
  .align-left-xs-over {
    text-align: left;
  }
  .align-center-xs-over {
    text-align: center;
  }
}
@media (max-width: 520px) {
  .align-right-sm-less {
    text-align: right;
  }
  .align-left-sm-less {
    text-align: left;
  }
  .align-center-sm-less {
    text-align: center;
  }
}
@media (min-width: 520px) {
  .align-right-sm-over {
    text-align: right;
  }
  .align-left-sm-over {
    text-align: left;
  }
  .align-center-sm-over {
    text-align: center;
  }
}
@media (max-width: 720px) {
  .align-right-md-less {
    text-align: right;
  }
  .align-left-md-less {
    text-align: left;
  }
  .align-center-md-less {
    text-align: center;
  }
}
@media (min-width: 720px) {
  .align-right-md-over {
    text-align: right;
  }
  .align-left-md-over {
    text-align: left;
  }
  .align-center-md-over {
    text-align: center;
  }
}
@media (max-width: 920px) {
  .align-right-lg-less {
    text-align: right;
  }
  .align-left-lg-less {
    text-align: left;
  }
  .align-center-lg-less {
    text-align: center;
  }
}
@media (min-width: 920px) {
  .align-right-lg-over {
    text-align: right;
  }
  .align-left-lg-over {
    text-align: left;
  }
  .align-center-lg-over {
    text-align: center;
  }
}
@media (max-width: 1220px) {
  .align-right-xl-less {
    text-align: right;
  }
  .align-left-xl-less {
    text-align: left;
  }
  .align-center-xl-less {
    text-align: center;
  }
}
@media (min-width: 1220px) {
  .align-right-xl-over {
    text-align: right;
  }
  .align-left-xl-over {
    text-align: left;
  }
  .align-center-xl-over {
    text-align: center;
  }
}
/* Padding
-------------------------------------------------- */
.padding-half {
  padding: 10px;
}
.padding-half-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-half-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-half-right {
  padding-right: 10px;
}
.padding-half-left {
  padding-left: 10px;
}
.padding-half-top {
  padding-top: 10px;
}
.padding-half-bottom {
  padding-bottom: 10px;
}

.no-padding {
  padding: 0;
}
.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}
.no-padding-horizontal {
  padding-left: 0;
  padding-right: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}

/* Extras
-------------------------------------------------- */
.click {
  cursor: pointer;
}

/* Default
-------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000;
  background-color: #ffffff;
}

/* Text
-------------------------------------------------- */
.title-1 {
  font-size: 50px;
  font-weight: 600;
}

p + p {
  margin-top: 20px;
}

/* Form
-------------------------------------------------- */
.form-field {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  color: #fff;
  background-color: transparent;
  border: 1px #fff solid;
}
textarea.form-field {
  height: 120px;
  padding: 10px;
}

.form-label {
  display: block;
  font-weight: 400;
  font-size: 16px;
}
.form-label-dynamic .form-label {
  pointer-events: none;
  position: absolute;
  transform: translateY(18px);
  z-index: 2;
  transition: all 0.2s;
}
.form-label-dynamic .form-label.active {
  transform: translatey(0);
  font-size: 12px;
}
.form-check {
  display: inline-block;
  font-weight: 300;
}
.form-check .wpcf7-list-item {
  margin: 10px 30px 0 0 !important;
}

/* Button
-------------------------------------------------- */
.button {
  height: 36px;
  padding: 0 40px;
  background-color: #FFDD00;
  color: #000;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.button svg {
  height: 10px;
}
.button svg path {
  transition: all 0.2s;
}
.button-full {
  width: 100%;
}

/* Image
-------------------------------------------------- */
.image-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}
.image-full {
  width: 100%;
  height: auto;
  display: block;
}
.image-center {
  margin: 0 auto;
  display: block;
}

/* Table
-------------------------------------------------- */
.table {
  width: 100%;
}
.table tr {
  border: 1px #ddd solid;
}
.table td,
.table th {
  padding: 10px;
}

/* Pagination
-------------------------------------------------- */
.pagination a {
  background-color: #01588a;
  color: #fff;
  padding: 8px 12px;
}
.pagination span {
  padding: 8px 12px;
}

/* Map
-------------------------------------------------- */
.map {
  width: 100%;
  height: 350px;
  display: block;
}

/* Selection
-------------------------------------------------- */
::selection {
  background-color: #00B5AD;
  color: #000;
}

::-moz-selection {
  background-color: #00B5AD;
  color: #000;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Responsive Emped
-------------------------------------------------- */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container-vertical {
  position: relative;
  padding-bottom: 150%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container-vertical iframe,
.embed-container-vertical object,
.embed-container-vertical embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* List
-------------------------------------------------- */
.height-align {
  display: flex;
  flex-wrap: wrap;
}
.height-align .slick-track {
  display: flex !important;
}
.height-align .slick-slide {
  height: inherit !important;
}
.height-align-item {
  display: flex;
}
.height-align-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.height-align-content-top {
  flex: 1 0 auto;
}

/* Extras
-------------------------------------------------- */
.line {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.relative {
  position: relative;
}

/* Animate Down
-------------------------------------------------- */
@keyframes animate-down {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  to {
    transform: none;
  }
}
.animate-down {
  animation-name: animate-down;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Up
-------------------------------------------------- */
@keyframes animate-up {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    transform: none;
  }
}
.animate-up {
  animation-name: animate-up;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Right
-------------------------------------------------- */
@keyframes animate-right {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    transform: none;
  }
}
.animate-right {
  animation-name: animate-right;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Left
-------------------------------------------------- */
@keyframes animate-left {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    transform: none;
  }
}
.animate-left {
  animation-name: animate-left;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Show
-------------------------------------------------- */
@keyframes animate-show {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate-show {
  animation-name: animate-show;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Open
-------------------------------------------------- */
@keyframes animate-open {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate-open {
  animation-name: animate-open;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Shake
-------------------------------------------------- */
@keyframes animate-shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate-shake {
  animation-name: animate-shake;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Rotate
-------------------------------------------------- */
@keyframes animate-rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.animate-rotate {
  animation-name: animate-rotate;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* Animate Arrpw
-------------------------------------------------- */
@keyframes animate-arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  to {
    transform: translateY(0);
  }
}
.animate-arrow {
  animation-name: animate-arrow;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* Slide
-------------------------------------------------- */
.banner-area {
  /* dots */
  /* arrow */
}
.banner-area .slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  height: 0;
  display: flex !important;
  justify-content: center;
  gap: 10px;
}
.banner-area .slick-dots li {
  display: inline-block;
  cursor: pointer;
}
.banner-area .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 4px;
  cursor: pointer;
  background: #F0F0F0;
}
.banner-area .slick-dots li button:hover, .banner-area .slick-dots li button:focus {
  background-color: #00B5AD;
}
.banner-area .slick-dots li.slick-active button {
  background-color: #00B5AD;
}
.banner-area .slide-arrow {
  width: 20px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: calc(50% - 22px);
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  .banner-area .slide-arrow {
    display: none !important;
  }
}
.banner-area .slide-arrow svg {
  width: 20px;
  height: 30px;
  fill: #333;
}
.banner-area .slide-arrow-next {
  right: -20px;
}
.banner-area .slide-arrow-prev {
  left: -20px;
}

/* Depoimentos
-------------------------------------------------- */
.depoimentos-slide {
  /* dots */
  /* arrow */
}
.depoimentos-slide .slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  height: 0;
  display: flex !important;
  justify-content: center;
  gap: 10px;
}
.depoimentos-slide .slick-dots li {
  display: inline-block;
  cursor: pointer;
}
.depoimentos-slide .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 4px;
  cursor: pointer;
  background: #F0F0F0;
}
.depoimentos-slide .slick-dots li button:hover, .depoimentos-slide .slick-dots li button:focus {
  background-color: #00B5AD;
}
.depoimentos-slide .slick-dots li.slick-active button {
  background-color: #00B5AD;
}
.depoimentos-slide .slick-arrow {
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: calc(100% + 10px);
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #CCCCCC;
}
.depoimentos-slide .slick-arrow svg {
  width: 20px;
  height: 20px;
}
.depoimentos-slide .slick-arrow svg path {
  fill: black;
}
.depoimentos-slide .slick-arrow-next {
  right: calc(50% - 47px);
}
.depoimentos-slide .slick-arrow-prev {
  left: calc(50% - 47px);
}

/* Colors
-------------------------------------------------- */
/* Page
-------------------------------------------------- */
.page-title {
  font-size: 48px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}
@media (max-width: 720px) {
  .page-title {
    font-size: 36px;
  }
}
@media (max-width: 520px) {
  .page-title {
    font-size: 32px;
  }
}
.page-btn {
  background-color: #00B5AD;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 30px;
  border-radius: 10px;
  transition: 0.3s;
  width: fit-content;
  display: inline-block;
  text-align: center;
}
.page-btn:hover {
  opacity: 0.7;
}
.page-line {
  width: 100%;
  height: 1px;
  background-color: #00B5AD;
}

/* Header
-------------------------------------------------- */
.header-link {
  font-size: 16px;
  font-weight: 450;
  transition: 0.3s;
}
.header-link:hover {
  opacity: 0.7;
}
.header-top {
  background-color: #F0F0F0;
}
.header-top-links {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  padding: 15px 20px;
}
.header-top-links .header-link {
  font-size: 14px !important;
}
.header-main-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main-logo {
  width: 270px;
  height: auto;
}
@media (max-width: 720px) {
  .header-main-logo {
    width: 200px;
  }
}
.header-main-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-main-links, .header-main-links-ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 60px;
}
.header-main-links-social, .header-main-links-ul-social {
  display: flex;
  gap: 10px;
}
.header-main-links-social-icon:hover path, .header-main-links-ul-social-icon:hover path {
  fill: #FFFFFF;
  transition: 0.5s;
}
.header-main-links-social-icon:hover g, .header-main-links-ul-social-icon:hover g {
  fill: #00B5AD;
  transition: 0.5s;
}
.header-main-mobile {
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  transform: translateX(100%);
}
.header-main-mobile-top {
  display: flex;
  justify-content: space-between;
}
.header-main-mobile-content-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header-bars, .header-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-affiliate {
  background-color: #F0F3F3;
}
.header-affiliate-logo {
  width: 100%;
  max-width: 356px;
  display: block;
  margin: 20px auto;
}
.header .active {
  opacity: 100;
  transform: translateX(0%);
  pointer-events: all;
}

/*  
-------------------------------------------------- */
.banner {
  height: auto;
  display: flex;
  justify-content: center;
}
.banner-area {
  width: 90%;
  max-width: 1500px;
}
.banner-image {
  width: auto;
  height: auto;
  border-radius: 32px;
  overflow: hidden;
}
.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Products
-------------------------------------------------- */
.products {
  font-family: "Roboto Condensed", sans-serif;
}
.products-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 920px) {
  .products-area {
    justify-content: space-between;
  }
}
@media (max-width: 720px) {
  .products-area {
    justify-content: center;
  }
}
.products-item {
  background-color: #F0F0F0;
  padding: 20px;
  width: 260px;
  border-radius: 25px;
}
.products-item-name {
  height: 44px;
  text-transform: uppercase;
}
.products-item-name-type {
  font-size: 14px;
  font-weight: bold;
}
.products-item-name-title {
  font-size: 22px;
  font-weight: normal;
}
.products-item-pic {
  margin-top: 20px;
  width: 100%;
  height: 230px;
  margin-bottom: 40px;
}
.products-item-pic-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.products-item .page-line {
  background-color: #CCCCCC;
}
.products-item-link {
  font-size: 16px;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Recognition
-------------------------------------------------- */
.recognition-title-text {
  font-size: 48px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}
@media (max-width: 720px) {
  .recognition-title-text {
    font-size: 30px;
  }
}
.recognition-desc-item {
  color: #666666;
  font-size: 16px;
}
.recognition-selo-text {
  font-size: 16px;
  color: #666666;
}
.recognition-selo-image {
  padding-bottom: 20px;
}
@media (max-width: 720px) {
  .recognition-selo-image {
    display: flex;
    justify-content: center;
  }
}

/* Onde encontrar
-------------------------------------------------- */
.where-container {
  display: flex;
  flex-wrap: wrap;
}
.where-image {
  display: flex;
  justify-content: center;
}
.where-image-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.where-title {
  font-size: 48px;
}
@media (max-width: 720px) {
  .where-title {
    font-size: 36px;
  }
}
@media (max-width: 420px) {
  .where-title {
    font-size: 32px;
  }
}
.where-form {
  display: flex;
  flex-direction: column;
}
.where-form-label {
  font-size: 16px;
  font-weight: 500;
}
.where-form-input {
  border-radius: 10px;
  border: #CCCCCC 1px solid;
  padding: 12px;
  margin-top: 10px;
}
.where-online .page-title {
  font-size: 24px;
}
.where .search-stores-btn {
  font-family: "Roboto", sans-serif;
}

/* Depoimentos
-------------------------------------------------- */
.depoimentos .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.depoimentos .slick-track {
  display: flex;
  align-items: center;
}
.depoimentos-area {
  margin: 20px;
}
.depoimentos-item {
  display: flex;
  padding: 20px;
  max-width: 700px;
  background-color: #F0F0F0;
  border-radius: 20px;
}
.depoimentos-item-like {
  margin-left: 10px;
}
.depoimentos-item-avatar {
  flex-shrink: 0;
  flex-basis: 40px;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.depoimentos-item-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.depoimentos-item-content {
  font-size: 16px;
}
.depoimentos-item-content span strong {
  margin-right: 5px;
}

/* Dores
-------------------------------------------------- */
.dores {
  background-color: #F5F5F5;
}
.dores-subtitle {
  color: #666666;
  font-size: 16px;
}
.dores-itens {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1220px) {
  .dores-itens {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 720px) {
  .dores-itens {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 359px) {
  .dores-itens {
    grid-template-columns: repeat(1, 1fr);
  }
}
.dores-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dores-item-circle {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  border: 2px solid #2E2E2D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dores-item-text {
  font-size: 16px;
  padding-top: 10px;
  text-align: center;
  width: 140px;
  font-weight: 500;
}
.dores-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Beneficios
-------------------------------------------------- */
.beneficios-itens {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (max-width: 1220px) {
  .beneficios-itens {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 920px) {
  .beneficios-itens {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 720px) {
  .beneficios-itens {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 380px) {
  .beneficios-itens {
    grid-template-columns: repeat(1, 1fr);
  }
}
.beneficios-desc {
  font-size: 16px;
  color: #666666;
}
@media (max-width: 520px) {
  .beneficios-desc {
    font-size: 14px;
  }
}
.beneficios-item {
  background-color: #F0F0F0;
  width: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 10px;
  border-radius: 32px;
  gap: 30px;
  width: 100%;
}
.beneficios-item img {
  height: 72px;
}
.beneficios-item-title {
  font-size: 14px;
  font-weight: 500;
}
.beneficios-item-link {
  color: #00B5AD;
  font-size: 12px;
  font-weight: bold;
}
.beneficios-item-link svg {
  margin-left: 5px;
}
.beneficios-item-area {
  display: flex;
  justify-content: center;
}

/* Caracteristicas
-------------------------------------------------- */
.caracteristicas-desc {
  color: #666666;
  font-size: 16px;
}
@media (min-width: 1220px) {
  .caracteristicas-desc {
    padding-left: 50px;
  }
}
.caracteristicas-area {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}
@media (max-width: 720px) {
  .caracteristicas-area {
    justify-content: center;
  }
}
.caracteristicas-content {
  background-color: #00B5AD;
  width: 500px;
  padding: 30px 130px 70px 30px;
  border-radius: 32px;
}
@media (max-width: 720px) {
  .caracteristicas-content {
    padding: 30px 70px 70px 30px;
  }
}
@media (max-width: 720px) {
  .caracteristicas-content {
    padding: 30px 100px 70px 30px;
  }
}
@media (max-width: 620px) {
  .caracteristicas-content {
    padding: 30px 30px 100px 30px;
    margin-bottom: 60px;
  }
}
.caracteristicas-content-title {
  font-size: 36px;
  color: white;
  padding-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
}
.caracteristicas-content-desc {
  color: white;
  font-size: 16px;
}
@media (max-width: 720px) {
  .caracteristicas-content-desc {
    font-size: 14px;
  }
}
.caracteristicas-content-image-1 {
  position: absolute;
  margin-top: -300px;
  margin-left: 380px;
}
@media (max-width: 720px) {
  .caracteristicas-content-image-1 {
    margin-left: 350px;
  }
}
@media (max-width: 620px) {
  .caracteristicas-content-image-1 {
    transform: rotate(270deg);
    margin-top: -70px;
    margin-left: 70px;
  }
}
@media (max-width: 420px) {
  .caracteristicas-content-image-1 {
    margin-top: -50px;
    width: auto;
    height: 300px;
  }
}
@media (max-width: 360px) {
  .caracteristicas-content-image-1 {
    margin-left: 50px;
    height: 250px;
    margin-top: -30px;
  }
}
.caracteristicas-content-image-2 {
  position: absolute;
  margin-top: -320px;
  margin-left: 350px;
}
@media (max-width: 720px) {
  .caracteristicas-content-image-2 {
    margin-left: 320px;
  }
}
@media (max-width: 620px) {
  .caracteristicas-content-image-2 {
    transform: rotate(270deg);
    margin-top: -70px;
    margin-left: 70px;
  }
}
@media (max-width: 420px) {
  .caracteristicas-content-image-2 {
    transform: rotate(270deg);
    margin-top: 0px;
    width: auto;
    height: 300px;
  }
}
@media (max-width: 360px) {
  .caracteristicas-content-image-2 {
    margin-left: 50px;
    height: 250px;
  }
}

/* Video
-------------------------------------------------- */
.video {
  border-radius: 32px;
}
.video iframe {
  border-radius: 32px !important;
  width: 100% !important;
  height: 670px;
}

/* about
-------------------------------------------------- */
.about-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about-image {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1220px) {
  .about-image {
    justify-content: center;
  }
}
.about-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-text-title {
  padding-bottom: 40px;
}
.about-text-desc {
  font-size: 16px;
  color: #666666;
}

/* Revenda
-------------------------------------------------- */
.revenda {
  background-color: #F0F0F0;
}
.revenda-content-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.revenda-content-list-item {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media (max-width: 520px) {
  .revenda-content-list-item {
    font-size: 16px;
  }
}
.revenda-content-list-item img {
  margin-right: 20px;
}
.revenda-image {
  display: flex;
  justify-content: center;
}
@media (max-width: 1220px) {
  .revenda-image {
    justify-content: start;
  }
}
@media (max-width: 720px) {
  .revenda-image {
    justify-content: center;
  }
  .revenda-image img {
    width: 400px;
  }
}
@media (max-width: 420px) {
  .revenda-image img {
    width: 300px;
  }
}

/* Seja um representante 
-------------------------------------------------- */
.representante {
  background-color: #F0F0F0;
}
.representante-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.representante-text-desc {
  font-size: 16px;
  padding-right: 110px;
}
@media (max-width: 920px) {
  .representante-image {
    display: flex;
    flex-direction: column;
  }
}
.representante-image-man {
  position: relative;
  bottom: -24px;
  right: 100px;
}
@media (max-width: 1220px) {
  .representante-image-man {
    right: 0;
  }
}
@media (max-width: 920px) {
  .representante-image-man {
    position: relative;
  }
}
.representante-comment {
  width: 360px;
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 32px;
}
@media (max-width: 420px) {
  .representante-comment {
    width: 300px;
    padding: 20px;
  }
}
.representante-comment-area {
  position: absolute;
  margin-top: 100px;
  margin-left: 300px;
  z-index: 999;
}
@media (max-width: 1220px) {
  .representante-comment-area {
    margin-left: 500px;
  }
}
@media (max-width: 920px) {
  .representante-comment-area {
    position: static;
    margin-top: 0px;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.representante-comment-name {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  padding-bottom: 20px;
}
.representante-comment-text {
  font-size: 16px;
}

/* Single produto
-------------------------------------------------- */
.single-produto-name {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 100px;
}
@media (max-width: 720px) {
  .single-produto-name {
    font-size: 72px;
  }
}
@media (max-width: 420px) {
  .single-produto-name {
    font-size: 52px;
  }
}
.single-produto-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Roboto Condensed", sans-serif;
  padding-bottom: 180px;
}
@media (max-width: 1220px) {
  .single-produto-info {
    flex-direction: column;
    gap: 60px;
  }
}
.single-produto-info-container {
  background-color: #F5F5F5;
}
.single-produto-info-title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}
.single-produto-info-content {
  font-size: 32px;
  font-weight: 300;
}
.single-produto-info-btn {
  display: flex;
  align-items: end;
}
.single-produto-info-btn .page-btn {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
}
.single-produto-info-btn .page-btn svg {
  margin-right: 10px;
}
.single-produto-image-grid {
  display: flex;
  justify-content: center;
  position: relative;
}
.single-produto-image-gallery-area {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 520px) {
  .single-produto-image-gallery-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.single-produto-image-gallery-item {
  height: auto;
  max-width: 260px;
  width: auto;
}
.single-produto-image-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-produto-medidas-table {
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
}
@media (max-width: 920px) {
  .single-produto-medidas-table {
    font-size: 16px;
  }
}
.single-produto-medidas-table-area {
  background-color: #F5F5F5;
  padding: 20px 30px;
  border-radius: 32px;
}
.single-produto-medidas-table-grid {
  position: relative;
}
.single-produto-medidas-table th {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  text-align: center;
}
.single-produto-medidas-table td {
  font-weight: 300;
  padding: 10px 0;
  text-align: center;
}
.single-produto-medidas-store {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 420px) {
  .single-produto-medidas-store {
    gap: 20px;
  }
}
.single-produto-medidas-store-btn {
  color: #00B5AD;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 30px;
  border-radius: 10px;
  transition: 0.3s;
  width: fit-content;
  display: inline-block;
  text-align: center;
  border: 1px solid #00B5AD;
}
.single-produto-medidas-store-btn:hover {
  background-color: #00B5AD;
  color: #FFFFFF;
}
.single-produto-cores {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 0px;
}
@media (max-width: 1220px) {
  .single-produto-cores {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 920px) {
  .single-produto-cores {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-produto-cores-area {
  display: flex;
  justify-content: center;
}
.single-produto-cores-item {
  width: 360px;
}
@media (max-width: 420px) {
  .single-produto-cores-item {
    width: 300px;
  }
}
.single-produto-cores-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 15px;
}
.single-produto-cores-item-key {
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}
.single-produto-cores-item-name {
  font-size: 24px;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
}

/* Blog
-------------------------------------------------- */
.blog .page-title {
  font-size: 72px;
  font-weight: bold;
}
.blog-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-search-input {
  border: #CCCCCC 1px solid;
  width: 100%;
  padding: 14px 45px 14px 20px;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  border-radius: 10px;
}
.blog-search-input-svg {
  position: relative;
  margin-left: -45px;
}
.blog-search-input-grid {
  display: flex;
  align-items: center;
}
@media (max-width: 920px) {
  .blog-area-posts {
    justify-content: center;
  }
}

/* post 
------------------------------------------------*/
.post {
  font-family: "Roboto Condensed", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.post-thumbnail {
  width: 100%;
  height: 230px;
  padding-bottom: 20px;
}
.post-thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}
.post-title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
}
.post-excerpt {
  font-size: 16px;
  padding-bottom: 10px;
}
.post .page-line {
  background-color: #CCCCCC;
}
.post-read-more {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

/* Contato
-------------------------------------------------- */
.contato .wpcf7-form-control {
  border: 1px #CCCCCC solid;
  padding: 15px 20px;
  margin-top: 10px;
  border-radius: 10px;
  width: 100%;
}
.contato .wpcf7-submit {
  width: fit-content;
  background-color: #00B5AD;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 25px;
  cursor: pointer;
  border: none;
  transition: 0.3s;
}
.contato .wpcf7-submit:hover {
  opacity: 0.7;
}
.contato .wpcf7-textarea {
  height: 140px;
  resize: none;
}
.contato-label {
  font-size: 16px;
  font-weight: 500;
}
.contato-title {
  font-size: 72px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
.contato-subtitle {
  font-size: 24px;
  font-weight: 300;
}
.contato-info {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 720px) {
  .contato-info {
    gap: 20px;
  }
}
.contato-info-email-title {
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
.contato-info-email-subtitle {
  font-size: 24px;
}
.contato-info .page-btn {
  display: flex;
  align-items: center;
}
.contato-info .page-btn svg {
  margin-right: 10px;
}
.contato-info-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contato-info-buttons-revenda {
  background-color: transparent;
  border: 1px solid #00B5AD;
  color: #00B5AD;
  transition: 0.3s;
}
.contato-info-buttons-revenda:hover {
  opacity: 1;
  background-color: #00B5AD;
  color: white;
}

/* Single
-------------------------------------------------- */
.single-title {
  font-size: 72px;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 720px) {
  .single-title {
    font-size: 52px;
  }
}
@media (max-width: 520px) {
  .single-title {
    font-size: 44px;
  }
}
.single-post-thumb {
  width: 100%;
  height: auto;
  max-height: 700px;
  object-fit: cover;
  border-radius: 32px;
}
.single-post-social {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-right: 20px;
  gap: 10px;
}
@media (max-width: 920px) {
  .single-post-social {
    flex-direction: row;
  }
}
.single-post-content {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
}
.single-post-content ol, .single-post-content ul {
  list-style: circle outside;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 30px;
}
.single-post-content ul {
  list-style-type: disc;
}
.single-post-content ul li {
  display: list-item;
}
.single-post-content ol {
  list-style-type: decimal;
}
.single-post-content ol li {
  display: list-item;
}
.single-post-content strong {
  font-size: 24px;
}
.single-post-content .page-line {
  background-color: #CCCCCC;
}
.single-post-content-area {
  display: flex;
}
@media (max-width: 920px) {
  .single-post-content-area {
    flex-direction: column;
  }
}
.single-post-content-buttons {
  padding-top: 60px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 520px) {
  .single-post-content-buttons {
    flex-direction: column;
  }
}
.single-post-content-buttons-area {
  display: flex;
  gap: 10px;
}
.single-post-content-buttons-title {
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
}
.single-post-content-buttons-btn {
  background-color: transparent;
  border: 1px solid #00B5AD;
  color: #00B5AD;
}
.single-post-content-buttons-btn:hover {
  background-color: #00B5AD;
  color: #FFFFFF;
  opacity: 1;
}
.single-tag {
  background-color: #00B5AD;
  color: #FFFFFF;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: 400;
}
.single-tag-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
@media (max-width: 720px) {
  .single-tag-area {
    justify-content: center;
  }
}
.single-tag-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.single-tag-date {
  font-family: "Roboto Condensed", sans-serif;
}
.single-more-posts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 920px) {
  .single-more-posts {
    flex-direction: row;
  }
}
@media (max-width: 720px) {
  .single-more-posts {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 720px) {
  .single-more-posts .post {
    width: 100%;
  }
  .single-more-posts .post-thumbnail {
    height: 170px;
  }
}
@media (max-width: 720px) {
  .single-more-posts .post {
    width: 100%;
  }
  .single-more-posts .post-thumbnail {
    width: 100%;
  }
}
.single-more-posts .post-excerpt {
  display: none;
}

/* pop up
-------------------------------------------------- */
.popup {
  border-radius: 20px;
  border: 1px solid #777777;
  background-color: #FFFFFF;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 500px;
  width: auto;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  padding: 40px;
  z-index: 999;
}
@media (max-width: 520px) {
  .popup {
    padding: 20px;
  }
}
.popup-close {
  display: flex;
  justify-content: end;
}
.popup-title {
  padding-bottom: 20px;
  font-size: 25px !important;
  font-weight: bold !important;
}
@media (max-width: 520px) {
  .popup-content {
    font-size: 12px;
  }
}
.popup-lojas {
  max-width: 400px;
  width: 90%;
  height: auto;
  border: 1px solid #DBDBDB;
  padding: 20px;
}
.popup-lojas iframe {
  width: 100%;
  border-radius: 10px;
}
.popup-lojas .popup-close {
  z-index: 99;
  background-color: white;
  padding: 10px;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #DBDBDB;
}
.popup-lojas .popup-close svg {
  width: 20px;
  height: 20px;
}

/* Search
-------------------------------------------------- */
.search-title {
  font-size: 42px !important;
}
.search-noresults {
  font-size: 20px;
  font-weight: normal !important;
}

/* Page lojas
-------------------------------------------------- */
.lojas-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}
.lojas-label {
  font-size: 20px;
  color: #676767;
  display: block;
  margin-bottom: 20px;
}
.lojas-select {
  width: 100%;
  height: 40px;
  padding: 0 30px;
  color: #676767;
  border: 1px solid #DBDBDB;
  border-radius: 20px;
}
.lojas-btn {
  width: 100%;
  max-width: 300px;
  height: 48px;
  padding: 0 26px;
  border-radius: 8px;
  font-weight: 500;
  color: #FFF;
  transition: filter 0.3s;
  position: relative;
}
.lojas-btn svg {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.lojas-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 24px;
  border: 1px solid #DBDBDB;
  position: relative;
  height: 100%;
  padding: 40px 30px;
}
.lojas-content-name {
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
  font-weight: 400;
}
.lojas-content-info {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.lojas-content-info:hover {
  text-decoration: underline !important;
}
.lojas-content-info img {
  height: 15px;
  width: 15px;
}
.lojas-content-social {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-top: 10px;
}
.lojas-content-social img {
  height: 20px;
  width: 20px;
}
.lojas-content-selo {
  position: absolute;
  right: 20px;
  top: -20px;
  height: 60px;
}
.lojas-area {
  display: flex;
  flex-wrap: wrap;
}

/* Affiliate
-------------------------------------------------- */
.affiliate-hero {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 920px) {
  .affiliate-hero {
    padding: 60px 0;
  }
}
.affiliate-hero-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 97%;
  color: #1E1E1E;
}
@media (max-width: 1220px) {
  .affiliate-hero-title {
    font-size: 52px;
    line-height: 120%;
  }
}
@media (max-width: 920px) {
  .affiliate-hero-title {
    font-size: 40px;
  }
}
.affiliate-hero-text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  padding-top: 32px;
  color: #1E1E1E;
}
@media (max-width: 1220px) {
  .affiliate-hero-text {
    font-size: 24px;
    padding-top: 24px;
  }
}
.affiliate-hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
@media (max-width: 920px) {
  .affiliate-hero-image {
    display: none;
  }
}
.affiliate-underhero {
  padding: 60px 0;
  background-color: rgba(0, 182, 173, 0.2);
}
.affiliate-underhero > .container {
  display: flex;
  flex-wrap: wrap;
}
.affiliate-underhero-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #064A46;
}
@media (max-width: 920px) {
  .affiliate-underhero-title {
    font-size: 40px;
  }
}
.affiliate-underhero-card {
  height: 100%;
  padding: 40px;
  border-radius: 30px;
  background-color: #00B6AD;
}
.affiliate-underhero-card-icon svg {
  height: 46px;
}
.affiliate-underhero-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.affiliate-underhero-card-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  color: #FFFFFF;
}
.affiliate-underhero-card-text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding-top: 10px;
  color: #FFFFFF;
}
.affiliate-underhero-card-text strong {
  font-weight: 700;
}
.affiliate-steps {
  padding: 60px 0;
  background-color: #00B6AD;
}
.affiliate-steps > .container {
  display: flex;
  flex-wrap: wrap;
}
.affiliate-steps-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #FFF;
}
@media (max-width: 920px) {
  .affiliate-steps-title {
    font-size: 40px;
  }
}
.affiliate-steps-card {
  height: 100%;
  border-radius: 30px;
  padding: 30px;
  background-color: #FFFFFF;
}
.affiliate-steps-card-number {
  width: 55px;
  height: 55px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #1E1E1E;
  color: #1E1E1E;
}
.affiliate-steps-card-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 0;
  color: #000000;
}
.affiliate-steps-card-text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #000000;
}
.affiliate-steps-link {
  width: fit-content;
  height: 55px;
  display: flex;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 25px;
  margin: 0 auto;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: #006051;
  transition: 0.3s ease-in-out;
}
.affiliate-steps-link:hover {
  opacity: 0.75;
}
.affiliate-approval {
  padding: 60px 0;
  background-color: #F0F3F3;
}
.affiliate-approval > .container {
  display: flex;
  flex-wrap: wrap;
}
.affiliate-approval-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #1E1E1E;
}
@media (max-width: 920px) {
  .affiliate-approval-title {
    font-size: 40px;
  }
}
.affiliate-approval-text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-weight: 350;
  line-height: 150%;
  padding-top: 16px;
  text-align: center;
  color: #1E1E1E;
}
.affiliate-approval-card {
  height: 100%;
  padding: 50px 40px;
  border-radius: 30px;
  background-color: #FFFFFF;
}
@media (max-width: 520px) {
  .affiliate-approval-card {
    padding: 40px 20px;
  }
}
.affiliate-approval-card-item {
  font-family: "Roboto Condensed", sans-serif;
  display: flex;
  gap: 8px;
}
.affiliate-approval-card-item svg {
  flex-shrink: 0;
  margin-top: 4px;
}
.affiliate-approval-card-item:not(:first-child) {
  padding-top: 16px;
}
.affiliate-approval-card-item-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  color: #1E1E1E;
}
.affiliate-approval-card-item-text ul {
  list-style: disc;
}
.affiliate-approval-card-item-text ul li {
  display: list-item;
  margin-left: 20px;
  padding-top: 10px;
}
.affiliate-approval-card-item-text ul li::marker {
  font-size: 14px;
  padding-right: 10px;
}
.affiliate-analytics {
  padding: 60px 0;
}
.affiliate-analytics > .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 920px) {
  .affiliate-analytics > .container {
    flex-direction: column-reverse;
  }
}
.affiliate-analytics-image {
  max-width: 100%;
}
@media (max-width: 920px) {
  .affiliate-analytics-image {
    display: block;
    margin: 0 auto;
  }
}
.affiliate-analytics-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #1E1E1E;
}
@media (max-width: 920px) {
  .affiliate-analytics-title {
    font-size: 40px;
  }
}
.affiliate-analytics-text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding: 24px 0;
  color: #1E1E1E;
}
.affiliate-analytics-list {
  display: flex;
  flex-direction: column;
}
.affiliate-analytics-list li {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1E1E1E;
}
.affiliate-analytics-list li:not(:first-child, :last-child) {
  padding: 8px 0;
}
.affiliate-analytics-list li:first-child {
  padding: 0 0 8px;
}
.affiliate-analytics-list li:last-child {
  padding: 8px 0 0;
}
.affiliate-analytics-button {
  width: fit-content;
  height: 45px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin: 24px 0;
  padding: 0 35px;
  color: #FFFFFF;
  border-radius: 30px;
  background-color: #006051;
}
.affiliate-analytics-warning {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1E1E1E;
}
.affiliate-analytics-warning strong {
  font-weight: 600;
}
.affiliate-info {
  padding: 60px 0;
  background-color: #00B6AD;
}
.affiliate-info > .container {
  display: flex;
  flex-wrap: wrap;
}
.affiliate-info-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 920px) {
  .affiliate-info-title {
    font-size: 40px;
  }
}
.affiliate-info-text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-weight: 350;
  line-height: 150%;
  padding-top: 16px;
  text-align: center;
  color: #FFFFFF;
}
.affiliate-info-card {
  height: 100%;
  padding: 50px 60px;
  border-radius: 30px;
  background-color: #FFFFFF;
}
@media (max-width: 720px) {
  .affiliate-info-card {
    padding: 40px;
  }
}
@media (max-width: 520px) {
  .affiliate-info-card {
    padding: 40px 20px;
  }
}
.affiliate-info-card-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  padding-bottom: 20px;
  color: #1E1E1E;
}
.affiliate-info-card-item {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  gap: 8px;
  color: #1E1E1E;
}
.affiliate-info-card-item svg {
  flex-shrink: 0;
  margin-top: 1px;
}
.affiliate-info-card-item:not(:first-child, :last-child) {
  padding: 8px 0;
}
.affiliate-info-card-item:first-child {
  padding: 0 0 8px;
}
.affiliate-info-card-item:last-child {
  padding: 8px 0 0;
}
.affiliate-form {
  padding: 60px 0;
  background-color: #F0F3F3;
}
.affiliate-form-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #1E1E1E;
}
@media (max-width: 920px) {
  .affiliate-form-title {
    font-size: 40px;
  }
}
.affiliate-form .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.affiliate-form .wpcf7-form-control-wrap[data-name=termo] .wpcf7-list-item {
  margin-left: 0;
}
.affiliate-form .wpcf7-form-control-wrap[data-name=termo] .wpcf7-list-item-label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #1E1E1E;
}
.affiliate-form .wpcf7-form-control-wrap .wpcf7-not-valid {
  border-width: 1px !important;
}
.affiliate-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 14px !important;
  color: #e90000 !important;
  background: transparent !important;
}
.affiliate-form-label {
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  padding-bottom: 5px;
  color: #1E1E1E;
}
.affiliate-form-label + br {
  display: none;
}
.affiliate-form-textarea, .affiliate-form-input {
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  border: 1px solid #C1C1C1;
  color: #C1C1C1;
  background-color: #FFFFFF;
}
.affiliate-form-textarea::placeholder, .affiliate-form-input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #C1C1C1;
}
.affiliate-form-input {
  height: 40px;
  padding: 0 20px;
  border-radius: 30px;
}
.affiliate-form-textarea {
  height: 80px;
  resize: none;
  padding: 20px;
  border-radius: 15px;
}
.affiliate-form-button {
  width: 100%;
  height: 55px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: #00B6AD;
}

/* Footer
-------------------------------------------------- */
.footer-top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1220px) {
  .footer-top {
    flex-direction: column;
  }
}
.footer-top-logo {
  width: 200px;
  height: auto;
}
.footer-top-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-top-social {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
@media (max-width: 1220px) {
  .footer-top-social {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 520px) {
  .footer-top-social {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer-top-social-links {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
}
@media (max-width: 520px) {
  .footer-top-social-links-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer-top-social-storebtn {
  display: inline-block;
  width: fit-content;
  color: #00B5AD;
  border: #00B5AD 1.5px solid;
  padding: 14px 35px;
  border-radius: 10px;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}
.footer-top-social-storebtn:hover {
  color: #FFFFFF;
  background-color: #00B5AD;
}
.footer-top-products-list {
  display: grid;
  grid-template-columns: rep t(3, 1fr);
}
@media (max-width: 520px) {
  .footer-top-products-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer-top-products-title {
  font-size: 16px;
  font-family: 400;
  padding-bottom: 30px;
}
.footer-top-products-item {
  font-size: 14px;
  color: #777777;
  padding-right: 40px;
  padding-bottom: 15px;
  text-transform: capitalize;
}
@media (max-width: 520px) {
  .footer-top-products-item {
    text-align: center;
    padding-right: 0;
  }
}
.footer-top-products-item:hover {
  opacity: 0.7;
}
.footer-top-links {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer .page-line {
  background-color: #000000;
  height: 1.5 px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 520px) {
  .footer-bottom {
    flex-direction: column;
  }
}
.footer-bottom-text {
  color: #555555;
  font-size: 16px;
}
@media (max-width: 520px) {
  .footer-bottom-text {
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  .footer-bottom-elleven {
    padding-top: 20px;
  }
}
.footer-affiliate {
  padding: 40px 0;
}
.footer-affiliate .container {
  display: flex;
  flex-wrap: wrap;
}
.footer-affiliate-logo {
  max-width: 100%;
  display: block;
}
@media (max-width: 720px) {
  .footer-affiliate-logo {
    margin: 0 auto;
  }
}
.footer-affiliate-list {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 25px;
}
@media (max-width: 920px) {
  .footer-affiliate-list {
    align-items: center;
  }
}
.footer-affiliate-item {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #1E1E1E;
}
@media (max-width: 920px) {
  .footer-affiliate-item {
    text-align: center;
    display: block;
  }
}
.footer-affiliate-social-media {
  width: fit-content;
  height: 100%;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-left: auto;
}
@media (max-width: 920px) {
  .footer-affiliate-social-media {
    margin: 0 auto;
  }
}

/* Contact Form 7
-------------------------------------------------- */
.wpcf7-not-valid {
  border: 2px #e90000 solid !important;
}

.wpcf7-not-valid-tip {
  color: #fff !important;
  font-size: 16px !important;
  background: #e90000 !important;
  display: inline-block !important;
  padding: 2px 5px !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #e90000;
  border: none;
  width: calc(100% - 20px);
  text-align: center;
  color: #fff;
  padding: 10px;
  float: left;
  margin: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #0ca400;
  width: calc(100% - 20px);
  text-align: center;
  color: #fff;
  padding: 10px;
  float: left;
  margin: 10px;
}

.grecaptcha-badge {
  opacity: 0;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

/* Post
-------------------------------------------------- */
.editor-content {
  font-size: 16px;
  line-height: 26px;
}

.editor-content * + * {
  margin-top: 20px;
}

.editor-content > * + h2,
.editor-content > * + h3,
.editor-content > * + h4,
.editor-content > * + h5,
.editor-content > * + h6 {
  margin-top: 20px;
}

.editor-content img {
  display: block;
  height: auto;
  max-width: 100%;
}

.editor-content img.aligncenter {
  margin: 0 auto;
}

.editor-content {
  ul {
    list-style: disc !important;
    padding-left: 20px;

    li {
      display: list-item !important;
    }
  }
}

/* Cookie Consent
-------------------------------------------------- */
.termsfeed-com---palette-light.termsfeed-com---nb {
  max-width: 100%;
  background-color: #fff !important;
  font-family: "Roboto", sans-serif !important;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
}
@media (min-width: 1220px) {
  .termsfeed-com---palette-light.termsfeed-com---nb {
    width: calc(100% - 200px);
    left: 100px;
  }
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-main-container {
  padding: 20px 40px !important;
  color: #000 !important;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-text {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-buttons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-okagree, .termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-reject, .termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-changep {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  height: 36px !important;
  border-radius: 18px !important;
  margin: 0 !important;
  font-size: 14px;
  line-height: 14px;
  padding: 0 20px;
  transition: all 0.2s;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-okagree, .termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-reject {
  border: 1px #0153FF solid !important;
  background-color: #0153FF !important;
  color: #fff !important;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-okagree:hover, .termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-reject:hover {
  background-color: #fff !important;
  color: #0153FF !important;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-changep {
  background-color: #fff !important;
  border: 1px #D8D8D8 solid;
  color: #000 !important;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-changep:hover {
  border-color: #0153FF !important;
  color: #0153FF !important;
}