/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./assets/scss/main.scss ***!
  \**************************************************************************************************************************************************************************************/
@import url(https://cdn.jsdelivr.net/npm/keen-slider@6.8.5/keen-slider.min.css);
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./assets/scss/main.scss (1) ***!
  \******************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "AmpleSoft Pro";
  src: url(842460814debed47b63b.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "AmpleSoft Pro";
  src: url(0061356e11c797c2d0b2.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "AmpleSoft Pro";
  src: url(3b7c83865f141758c9e6.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "AmpleSoft Pro";
  src: url(fadf8d2ebac877c2599d.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
/* 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;
  box-sizing: border-box;
}

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

html, body {
  overflow-x: hidden;
}

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;
}

b, strong {
  font-weight: bold;
}

.container {
  width: 100%;
}
@media (min-width: 820px) and (max-width: 1199px) {
  .container {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    margin: 0 auto;
    display: block;
  }
}

.d-block {
  display: block;
}

.flex {
  /**
  * [!] THIS IS NOT CONTROVERSIAL [!]
  * As the layout doesnt make usage of flex (grouped elements horizontally)
  * and the code is mobile-first, the flex property returns to a default
  * type of display and stacking sections and divs up and down eachothers.
  * For full flex usage (mobile and desktop) use: "flex flex--force".
  */
  display: block;
}
.flex--force {
  display: flex;
}
.flex--none {
  display: none;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--jcc {
  justify-content: center;
}
.flex--jcfe {
  justify-content: flex-end;
}
.flex--jcsa {
  justify-content: space-around;
}
.flex--jcsb {
  justify-content: space-between;
}
.flex--aic {
  align-items: center;
}
.flex--aifs {
  align-items: flex-start;
}
.flex--aife {
  align-items: flex-end;
}
.flex--row {
  flex-direction: row;
}
.flex--column {
  flex-direction: column;
}
.flex--gap-4 {
  gap: 4px;
}
.flex--gap-6 {
  gap: 6px;
}
.flex--gap-7 {
  gap: 7px;
}
.flex--gap-8 {
  gap: 8px;
}
.flex--gap-12 {
  gap: 12px;
}
.flex--gap-15 {
  gap: 15px;
}
.flex--gap-16 {
  gap: 16px;
}
.flex--gap-20 {
  gap: 20px;
}
.flex--gap-24 {
  gap: 24px;
}
.flex--gap-25 {
  gap: 25px;
}
.flex--gap-30 {
  gap: 30px;
}
.flex--gap-32 {
  gap: 32px;
}
.flex--gap-45 {
  gap: 45px;
}
.flex--gap-50 {
  gap: 50px;
}
.flex--gap-60 {
  gap: 60px;
}
.flex--gap-65 {
  gap: 65px;
}
.flex--gap-70 {
  gap: 70px;
}
.flex--gap-75 {
  gap: 75px;
}
.flex--gap-80 {
  gap: 80px;
}
.flex--gap-90 {
  gap: 90px;
}
.flex--gap-100 {
  gap: 100px;
}
@media (min-width: 1200px) {
  .flex {
    display: flex;
  }
  .flex--sm {
    display: block;
  }
}
@media (max-width: 1199px) {
  .flex--sm {
    display: flex;
  }
}

@media (max-width: 820px) {
  .flex--row__sm {
    flex-direction: row;
  }
  .flex--aic__sm {
    align-items: center;
  }
  .flex--column__sm {
    flex-direction: column;
  }
  .flex--force__sm {
    display: flex;
  }
  .flex--none__sm {
    display: none;
  }
  .flex--gap-4__sm {
    gap: 4px;
  }
  .flex--gap-6__sm {
    gap: 6px;
  }
  .flex--gap-7__sm {
    gap: 7px;
  }
  .flex--gap-8__sm {
    gap: 8px;
  }
  .flex--gap-12__sm {
    gap: 12px;
  }
  .flex--gap-15__sm {
    gap: 15px;
  }
  .flex--gap-16__sm {
    gap: 16px;
  }
  .flex--gap-20__sm {
    gap: 20px;
  }
  .flex--gap-24__sm {
    gap: 24px;
  }
  .flex--gap-25__sm {
    gap: 25px;
  }
  .flex--gap-30__sm {
    gap: 30px;
  }
  .flex--gap-32__sm {
    gap: 32px;
  }
  .flex--gap-45__sm {
    gap: 45px;
  }
  .flex--gap-50__sm {
    gap: 50px;
  }
  .flex--gap-60__sm {
    gap: 60px;
  }
  .flex--gap-65__sm {
    gap: 65px;
  }
  .flex--gap-70__sm {
    gap: 70px;
  }
  .flex--gap-75__sm {
    gap: 75px;
  }
  .flex--gap-80__sm {
    gap: 80px;
  }
  .flex--gap-90__sm {
    gap: 90px;
  }
  .flex--gap-100__sm {
    gap: 100px;
  }
}
@media (min-width: 820px) {
  .flex--row__md {
    flex-direction: row;
  }
  .flex--aic__md {
    align-items: center;
  }
  .flex--column__md {
    flex-direction: column;
  }
  .flex--force__md {
    display: flex;
  }
  .flex--none__md {
    display: none;
  }
  .flex--gap-4__md {
    gap: 4px;
  }
  .flex--gap-6__md {
    gap: 6px;
  }
  .flex--gap-7__md {
    gap: 7px;
  }
  .flex--gap-8__md {
    gap: 8px;
  }
  .flex--gap-12__md {
    gap: 12px;
  }
  .flex--gap-15__md {
    gap: 15px;
  }
  .flex--gap-16__md {
    gap: 16px;
  }
  .flex--gap-20__md {
    gap: 20px;
  }
  .flex--gap-24__md {
    gap: 24px;
  }
  .flex--gap-25__md {
    gap: 25px;
  }
  .flex--gap-30__md {
    gap: 30px;
  }
  .flex--gap-32__md {
    gap: 32px;
  }
  .flex--gap-45__md {
    gap: 45px;
  }
  .flex--gap-50__md {
    gap: 50px;
  }
  .flex--gap-60__md {
    gap: 60px;
  }
  .flex--gap-65__md {
    gap: 65px;
  }
  .flex--gap-70__md {
    gap: 70px;
  }
  .flex--gap-75__md {
    gap: 75px;
  }
  .flex--gap-80__md {
    gap: 80px;
  }
  .flex--gap-90__md {
    gap: 90px;
  }
  .flex--gap-100__md {
    gap: 100px;
  }
}
@media (min-width: 1200px) {
  .flex--row__lg {
    flex-direction: row;
  }
  .flex--aic__lg {
    align-items: center;
  }
  .flex--column__lg {
    flex-direction: column;
  }
  .flex--force__lg {
    display: flex;
  }
  .flex--none__lg {
    display: none;
  }
  .flex--gap-4__lg {
    gap: 4px;
  }
  .flex--gap-6__lg {
    gap: 6px;
  }
  .flex--gap-7__lg {
    gap: 7px;
  }
  .flex--gap-8__lg {
    gap: 8px;
  }
  .flex--gap-12__lg {
    gap: 12px;
  }
  .flex--gap-15__lg {
    gap: 15px;
  }
  .flex--gap-16__lg {
    gap: 16px;
  }
  .flex--gap-20__lg {
    gap: 20px;
  }
  .flex--gap-24__lg {
    gap: 24px;
  }
  .flex--gap-25__lg {
    gap: 25px;
  }
  .flex--gap-30__lg {
    gap: 30px;
  }
  .flex--gap-32__lg {
    gap: 32px;
  }
  .flex--gap-45__lg {
    gap: 45px;
  }
  .flex--gap-50__lg {
    gap: 50px;
  }
  .flex--gap-60__lg {
    gap: 60px;
  }
  .flex--gap-65__lg {
    gap: 65px;
  }
  .flex--gap-70__lg {
    gap: 70px;
  }
  .flex--gap-75__lg {
    gap: 75px;
  }
  .flex--gap-80__lg {
    gap: 80px;
  }
  .flex--gap-90__lg {
    gap: 90px;
  }
  .flex--gap-100__lg {
    gap: 100px;
  }
}
:root {
  --primary-navy: map.get($colors, "primary-navy") ;
}

.spacing-letter-2 {
  letter-spacing: -2px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 820px) {
  .py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pt-0 {
    padding-top: 0px;
  }
  .pb-0 {
    padding-bottom: 0px;
  }
  .padding-0 {
    padding: 0px;
  }
  .my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mt-0 {
    margin-top: 0px;
  }
  .mb-0 {
    margin-bottom: 0px;
  }
  .margin-size {
    margin: 0px;
  }
  .py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .pt-4 {
    padding-top: 4px;
  }
  .pb-4 {
    padding-bottom: 4px;
  }
  .padding-4 {
    padding: 4px;
  }
  .my-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .mx-4 {
    margin-left: 4px;
    margin-right: 4px;
  }
  .mt-4 {
    margin-top: 4px;
  }
  .mb-4 {
    margin-bottom: 4px;
  }
  .margin-size {
    margin: 4px;
  }
  .py-7 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .px-7 {
    padding-left: 7px;
    padding-right: 7px;
  }
  .pt-7 {
    padding-top: 7px;
  }
  .pb-7 {
    padding-bottom: 7px;
  }
  .padding-7 {
    padding: 7px;
  }
  .my-7 {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .mx-7 {
    margin-left: 7px;
    margin-right: 7px;
  }
  .mt-7 {
    margin-top: 7px;
  }
  .mb-7 {
    margin-bottom: 7px;
  }
  .margin-size {
    margin: 7px;
  }
  .py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pt-10 {
    padding-top: 10px;
  }
  .pb-10 {
    padding-bottom: 10px;
  }
  .padding-10 {
    padding: 10px;
  }
  .my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mt-10 {
    margin-top: 10px;
  }
  .mb-10 {
    margin-bottom: 10px;
  }
  .margin-size {
    margin: 10px;
  }
  .py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .pt-12 {
    padding-top: 12px;
  }
  .pb-12 {
    padding-bottom: 12px;
  }
  .padding-12 {
    padding: 12px;
  }
  .my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .mx-12 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .mt-12 {
    margin-top: 12px;
  }
  .mb-12 {
    margin-bottom: 12px;
  }
  .margin-size {
    margin: 12px;
  }
  .py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pt-15 {
    padding-top: 15px;
  }
  .pb-15 {
    padding-bottom: 15px;
  }
  .padding-15 {
    padding: 15px;
  }
  .my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mt-15 {
    margin-top: 15px;
  }
  .mb-15 {
    margin-bottom: 15px;
  }
  .margin-size {
    margin: 15px;
  }
  .py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .pt-16 {
    padding-top: 16px;
  }
  .pb-16 {
    padding-bottom: 16px;
  }
  .padding-16 {
    padding: 16px;
  }
  .my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .mt-16 {
    margin-top: 16px;
  }
  .mb-16 {
    margin-bottom: 16px;
  }
  .margin-size {
    margin: 16px;
  }
  .py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pt-20 {
    padding-top: 20px;
  }
  .pb-20 {
    padding-bottom: 20px;
  }
  .padding-20 {
    padding: 20px;
  }
  .my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mt-20 {
    margin-top: 20px;
  }
  .mb-20 {
    margin-bottom: 20px;
  }
  .margin-size {
    margin: 20px;
  }
  .py-23 {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .px-23 {
    padding-left: 23px;
    padding-right: 23px;
  }
  .pt-23 {
    padding-top: 23px;
  }
  .pb-23 {
    padding-bottom: 23px;
  }
  .padding-23 {
    padding: 23px;
  }
  .my-23 {
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .mx-23 {
    margin-left: 23px;
    margin-right: 23px;
  }
  .mt-23 {
    margin-top: 23px;
  }
  .mb-23 {
    margin-bottom: 23px;
  }
  .margin-size {
    margin: 23px;
  }
  .py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .pt-24 {
    padding-top: 24px;
  }
  .pb-24 {
    padding-bottom: 24px;
  }
  .padding-24 {
    padding: 24px;
  }
  .my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .mt-24 {
    margin-top: 24px;
  }
  .mb-24 {
    margin-bottom: 24px;
  }
  .margin-size {
    margin: 24px;
  }
  .py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .pt-25 {
    padding-top: 25px;
  }
  .pb-25 {
    padding-bottom: 25px;
  }
  .padding-25 {
    padding: 25px;
  }
  .my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .mt-25 {
    margin-top: 25px;
  }
  .mb-25 {
    margin-bottom: 25px;
  }
  .margin-size {
    margin: 25px;
  }
  .py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .px-28 {
    padding-left: 28px;
    padding-right: 28px;
  }
  .pt-28 {
    padding-top: 28px;
  }
  .pb-28 {
    padding-bottom: 28px;
  }
  .padding-28 {
    padding: 28px;
  }
  .my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .mx-28 {
    margin-left: 28px;
    margin-right: 28px;
  }
  .mt-28 {
    margin-top: 28px;
  }
  .mb-28 {
    margin-bottom: 28px;
  }
  .margin-size {
    margin: 28px;
  }
  .py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pt-30 {
    padding-top: 30px;
  }
  .pb-30 {
    padding-bottom: 30px;
  }
  .padding-30 {
    padding: 30px;
  }
  .my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mt-30 {
    margin-top: 30px;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  .margin-size {
    margin: 30px;
  }
  .py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .pt-32 {
    padding-top: 32px;
  }
  .pb-32 {
    padding-bottom: 32px;
  }
  .padding-32 {
    padding: 32px;
  }
  .my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .mt-32 {
    margin-top: 32px;
  }
  .mb-32 {
    margin-bottom: 32px;
  }
  .margin-size {
    margin: 32px;
  }
  .py-34 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .px-34 {
    padding-left: 34px;
    padding-right: 34px;
  }
  .pt-34 {
    padding-top: 34px;
  }
  .pb-34 {
    padding-bottom: 34px;
  }
  .padding-34 {
    padding: 34px;
  }
  .my-34 {
    margin-top: 34px;
    margin-bottom: 34px;
  }
  .mx-34 {
    margin-left: 34px;
    margin-right: 34px;
  }
  .mt-34 {
    margin-top: 34px;
  }
  .mb-34 {
    margin-bottom: 34px;
  }
  .margin-size {
    margin: 34px;
  }
  .py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .pt-35 {
    padding-top: 35px;
  }
  .pb-35 {
    padding-bottom: 35px;
  }
  .padding-35 {
    padding: 35px;
  }
  .my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }
  .mt-35 {
    margin-top: 35px;
  }
  .mb-35 {
    margin-bottom: 35px;
  }
  .margin-size {
    margin: 35px;
  }
  .py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pt-40 {
    padding-top: 40px;
  }
  .pb-40 {
    padding-bottom: 40px;
  }
  .padding-40 {
    padding: 40px;
  }
  .my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mt-40 {
    margin-top: 40px;
  }
  .mb-40 {
    margin-bottom: 40px;
  }
  .margin-size {
    margin: 40px;
  }
  .py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .pt-45 {
    padding-top: 45px;
  }
  .pb-45 {
    padding-bottom: 45px;
  }
  .padding-45 {
    padding: 45px;
  }
  .my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .mt-45 {
    margin-top: 45px;
  }
  .mb-45 {
    margin-bottom: 45px;
  }
  .margin-size {
    margin: 45px;
  }
  .py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pt-50 {
    padding-top: 50px;
  }
  .pb-50 {
    padding-bottom: 50px;
  }
  .padding-50 {
    padding: 50px;
  }
  .my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .mt-50 {
    margin-top: 50px;
  }
  .mb-50 {
    margin-bottom: 50px;
  }
  .margin-size {
    margin: 50px;
  }
  .py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .pt-56 {
    padding-top: 56px;
  }
  .pb-56 {
    padding-bottom: 56px;
  }
  .padding-56 {
    padding: 56px;
  }
  .my-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }
  .mt-56 {
    margin-top: 56px;
  }
  .mb-56 {
    margin-bottom: 56px;
  }
  .margin-size {
    margin: 56px;
  }
  .py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pt-60 {
    padding-top: 60px;
  }
  .pb-60 {
    padding-bottom: 60px;
  }
  .padding-60 {
    padding: 60px;
  }
  .my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mt-60 {
    margin-top: 60px;
  }
  .mb-60 {
    margin-bottom: 60px;
  }
  .margin-size {
    margin: 60px;
  }
  .py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .pt-64 {
    padding-top: 64px;
  }
  .pb-64 {
    padding-bottom: 64px;
  }
  .padding-64 {
    padding: 64px;
  }
  .my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }
  .mt-64 {
    margin-top: 64px;
  }
  .mb-64 {
    margin-bottom: 64px;
  }
  .margin-size {
    margin: 64px;
  }
  .py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .pt-65 {
    padding-top: 65px;
  }
  .pb-65 {
    padding-bottom: 65px;
  }
  .padding-65 {
    padding: 65px;
  }
  .my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .mx-65 {
    margin-left: 65px;
    margin-right: 65px;
  }
  .mt-65 {
    margin-top: 65px;
  }
  .mb-65 {
    margin-bottom: 65px;
  }
  .margin-size {
    margin: 65px;
  }
  .py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .pt-70 {
    padding-top: 70px;
  }
  .pb-70 {
    padding-bottom: 70px;
  }
  .padding-70 {
    padding: 70px;
  }
  .my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mx-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .mt-70 {
    margin-top: 70px;
  }
  .mb-70 {
    margin-bottom: 70px;
  }
  .margin-size {
    margin: 70px;
  }
  .py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .pt-75 {
    padding-top: 75px;
  }
  .pb-75 {
    padding-bottom: 75px;
  }
  .padding-75 {
    padding: 75px;
  }
  .my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .mt-75 {
    margin-top: 75px;
  }
  .mb-75 {
    margin-bottom: 75px;
  }
  .margin-size {
    margin: 75px;
  }
  .py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .pt-80 {
    padding-top: 80px;
  }
  .pb-80 {
    padding-bottom: 80px;
  }
  .padding-80 {
    padding: 80px;
  }
  .my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mt-80 {
    margin-top: 80px;
  }
  .mb-80 {
    margin-bottom: 80px;
  }
  .margin-size {
    margin: 80px;
  }
  .py-82 {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .px-82 {
    padding-left: 82px;
    padding-right: 82px;
  }
  .pt-82 {
    padding-top: 82px;
  }
  .pb-82 {
    padding-bottom: 82px;
  }
  .padding-82 {
    padding: 82px;
  }
  .my-82 {
    margin-top: 82px;
    margin-bottom: 82px;
  }
  .mx-82 {
    margin-left: 82px;
    margin-right: 82px;
  }
  .mt-82 {
    margin-top: 82px;
  }
  .mb-82 {
    margin-bottom: 82px;
  }
  .margin-size {
    margin: 82px;
  }
  .py-84 {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .px-84 {
    padding-left: 84px;
    padding-right: 84px;
  }
  .pt-84 {
    padding-top: 84px;
  }
  .pb-84 {
    padding-bottom: 84px;
  }
  .padding-84 {
    padding: 84px;
  }
  .my-84 {
    margin-top: 84px;
    margin-bottom: 84px;
  }
  .mx-84 {
    margin-left: 84px;
    margin-right: 84px;
  }
  .mt-84 {
    margin-top: 84px;
  }
  .mb-84 {
    margin-bottom: 84px;
  }
  .margin-size {
    margin: 84px;
  }
  .py-86 {
    padding-top: 86px;
    padding-bottom: 86px;
  }
  .px-86 {
    padding-left: 86px;
    padding-right: 86px;
  }
  .pt-86 {
    padding-top: 86px;
  }
  .pb-86 {
    padding-bottom: 86px;
  }
  .padding-86 {
    padding: 86px;
  }
  .my-86 {
    margin-top: 86px;
    margin-bottom: 86px;
  }
  .mx-86 {
    margin-left: 86px;
    margin-right: 86px;
  }
  .mt-86 {
    margin-top: 86px;
  }
  .mb-86 {
    margin-bottom: 86px;
  }
  .margin-size {
    margin: 86px;
  }
  .py-88 {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .px-88 {
    padding-left: 88px;
    padding-right: 88px;
  }
  .pt-88 {
    padding-top: 88px;
  }
  .pb-88 {
    padding-bottom: 88px;
  }
  .padding-88 {
    padding: 88px;
  }
  .my-88 {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  .mx-88 {
    margin-left: 88px;
    margin-right: 88px;
  }
  .mt-88 {
    margin-top: 88px;
  }
  .mb-88 {
    margin-bottom: 88px;
  }
  .margin-size {
    margin: 88px;
  }
  .py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .pt-90 {
    padding-top: 90px;
  }
  .pb-90 {
    padding-bottom: 90px;
  }
  .padding-90 {
    padding: 90px;
  }
  .my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mx-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .mt-90 {
    margin-top: 90px;
  }
  .mb-90 {
    margin-bottom: 90px;
  }
  .margin-size {
    margin: 90px;
  }
  .py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .pt-100 {
    padding-top: 100px;
  }
  .pb-100 {
    padding-bottom: 100px;
  }
  .padding-100 {
    padding: 100px;
  }
  .my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mt-100 {
    margin-top: 100px;
  }
  .mb-100 {
    margin-bottom: 100px;
  }
  .margin-size {
    margin: 100px;
  }
  .py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .px-110 {
    padding-left: 110px;
    padding-right: 110px;
  }
  .pt-110 {
    padding-top: 110px;
  }
  .pb-110 {
    padding-bottom: 110px;
  }
  .padding-110 {
    padding: 110px;
  }
  .my-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .mx-110 {
    margin-left: 110px;
    margin-right: 110px;
  }
  .mt-110 {
    margin-top: 110px;
  }
  .mb-110 {
    margin-bottom: 110px;
  }
  .margin-size {
    margin: 110px;
  }
  .py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .pt-120 {
    padding-top: 120px;
  }
  .pb-120 {
    padding-bottom: 120px;
  }
  .padding-120 {
    padding: 120px;
  }
  .my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mx-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .mt-120 {
    margin-top: 120px;
  }
  .mb-120 {
    margin-bottom: 120px;
  }
  .margin-size {
    margin: 120px;
  }
  .py-125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .px-125 {
    padding-left: 125px;
    padding-right: 125px;
  }
  .pt-125 {
    padding-top: 125px;
  }
  .pb-125 {
    padding-bottom: 125px;
  }
  .padding-125 {
    padding: 125px;
  }
  .my-125 {
    margin-top: 125px;
    margin-bottom: 125px;
  }
  .mx-125 {
    margin-left: 125px;
    margin-right: 125px;
  }
  .mt-125 {
    margin-top: 125px;
  }
  .mb-125 {
    margin-bottom: 125px;
  }
  .margin-size {
    margin: 125px;
  }
  .py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .px-130 {
    padding-left: 130px;
    padding-right: 130px;
  }
  .pt-130 {
    padding-top: 130px;
  }
  .pb-130 {
    padding-bottom: 130px;
  }
  .padding-130 {
    padding: 130px;
  }
  .my-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .mx-130 {
    margin-left: 130px;
    margin-right: 130px;
  }
  .mt-130 {
    margin-top: 130px;
  }
  .mb-130 {
    margin-bottom: 130px;
  }
  .margin-size {
    margin: 130px;
  }
  .py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .px-135 {
    padding-left: 135px;
    padding-right: 135px;
  }
  .pt-135 {
    padding-top: 135px;
  }
  .pb-135 {
    padding-bottom: 135px;
  }
  .padding-135 {
    padding: 135px;
  }
  .my-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }
  .mx-135 {
    margin-left: 135px;
    margin-right: 135px;
  }
  .mt-135 {
    margin-top: 135px;
  }
  .mb-135 {
    margin-bottom: 135px;
  }
  .margin-size {
    margin: 135px;
  }
  .py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .px-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .pt-140 {
    padding-top: 140px;
  }
  .pb-140 {
    padding-bottom: 140px;
  }
  .padding-140 {
    padding: 140px;
  }
  .my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .mx-140 {
    margin-left: 140px;
    margin-right: 140px;
  }
  .mt-140 {
    margin-top: 140px;
  }
  .mb-140 {
    margin-bottom: 140px;
  }
  .margin-size {
    margin: 140px;
  }
  .py-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .px-145 {
    padding-left: 145px;
    padding-right: 145px;
  }
  .pt-145 {
    padding-top: 145px;
  }
  .pb-145 {
    padding-bottom: 145px;
  }
  .padding-145 {
    padding: 145px;
  }
  .my-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }
  .mx-145 {
    margin-left: 145px;
    margin-right: 145px;
  }
  .mt-145 {
    margin-top: 145px;
  }
  .mb-145 {
    margin-bottom: 145px;
  }
  .margin-size {
    margin: 145px;
  }
  .py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .pt-150 {
    padding-top: 150px;
  }
  .pb-150 {
    padding-bottom: 150px;
  }
  .padding-150 {
    padding: 150px;
  }
  .my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .mt-150 {
    margin-top: 150px;
  }
  .mb-150 {
    margin-bottom: 150px;
  }
  .margin-size {
    margin: 150px;
  }
  .py-155 {
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .px-155 {
    padding-left: 155px;
    padding-right: 155px;
  }
  .pt-155 {
    padding-top: 155px;
  }
  .pb-155 {
    padding-bottom: 155px;
  }
  .padding-155 {
    padding: 155px;
  }
  .my-155 {
    margin-top: 155px;
    margin-bottom: 155px;
  }
  .mx-155 {
    margin-left: 155px;
    margin-right: 155px;
  }
  .mt-155 {
    margin-top: 155px;
  }
  .mb-155 {
    margin-bottom: 155px;
  }
  .margin-size {
    margin: 155px;
  }
  .py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .pt-160 {
    padding-top: 160px;
  }
  .pb-160 {
    padding-bottom: 160px;
  }
  .padding-160 {
    padding: 160px;
  }
  .my-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .mx-160 {
    margin-left: 160px;
    margin-right: 160px;
  }
  .mt-160 {
    margin-top: 160px;
  }
  .mb-160 {
    margin-bottom: 160px;
  }
  .margin-size {
    margin: 160px;
  }
  .py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .px-170 {
    padding-left: 170px;
    padding-right: 170px;
  }
  .pt-170 {
    padding-top: 170px;
  }
  .pb-170 {
    padding-bottom: 170px;
  }
  .padding-170 {
    padding: 170px;
  }
  .my-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }
  .mx-170 {
    margin-left: 170px;
    margin-right: 170px;
  }
  .mt-170 {
    margin-top: 170px;
  }
  .mb-170 {
    margin-bottom: 170px;
  }
  .margin-size {
    margin: 170px;
  }
  .py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
  .pt-180 {
    padding-top: 180px;
  }
  .pb-180 {
    padding-bottom: 180px;
  }
  .padding-180 {
    padding: 180px;
  }
  .my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .mx-180 {
    margin-left: 180px;
    margin-right: 180px;
  }
  .mt-180 {
    margin-top: 180px;
  }
  .mb-180 {
    margin-bottom: 180px;
  }
  .margin-size {
    margin: 180px;
  }
  .py-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .px-190 {
    padding-left: 190px;
    padding-right: 190px;
  }
  .pt-190 {
    padding-top: 190px;
  }
  .pb-190 {
    padding-bottom: 190px;
  }
  .padding-190 {
    padding: 190px;
  }
  .my-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }
  .mx-190 {
    margin-left: 190px;
    margin-right: 190px;
  }
  .mt-190 {
    margin-top: 190px;
  }
  .mb-190 {
    margin-bottom: 190px;
  }
  .margin-size {
    margin: 190px;
  }
  .py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .pt-200 {
    padding-top: 200px;
  }
  .pb-200 {
    padding-bottom: 200px;
  }
  .padding-200 {
    padding: 200px;
  }
  .my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .mt-200 {
    margin-top: 200px;
  }
  .mb-200 {
    margin-bottom: 200px;
  }
  .margin-size {
    margin: 200px;
  }
}
@media (min-width: 820px) {
  .py-0__md {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .px-0__md {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pt-0__md {
    padding-top: 0px;
  }
  .pb-0__md {
    padding-bottom: 0px;
  }
  .padding-0__md {
    padding: 0px;
  }
  .my-0__md {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mx-0__md {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mt-0__md {
    margin-top: 0px;
  }
  .mb-0__md {
    margin-bottom: 0px;
  }
  .margin-size__md {
    margin: 0px;
  }
  .py-4__md {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .px-4__md {
    padding-left: 4px;
    padding-right: 4px;
  }
  .pt-4__md {
    padding-top: 4px;
  }
  .pb-4__md {
    padding-bottom: 4px;
  }
  .padding-4__md {
    padding: 4px;
  }
  .my-4__md {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .mx-4__md {
    margin-left: 4px;
    margin-right: 4px;
  }
  .mt-4__md {
    margin-top: 4px;
  }
  .mb-4__md {
    margin-bottom: 4px;
  }
  .margin-size__md {
    margin: 4px;
  }
  .py-7__md {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .px-7__md {
    padding-left: 7px;
    padding-right: 7px;
  }
  .pt-7__md {
    padding-top: 7px;
  }
  .pb-7__md {
    padding-bottom: 7px;
  }
  .padding-7__md {
    padding: 7px;
  }
  .my-7__md {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .mx-7__md {
    margin-left: 7px;
    margin-right: 7px;
  }
  .mt-7__md {
    margin-top: 7px;
  }
  .mb-7__md {
    margin-bottom: 7px;
  }
  .margin-size__md {
    margin: 7px;
  }
  .py-10__md {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .px-10__md {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pt-10__md {
    padding-top: 10px;
  }
  .pb-10__md {
    padding-bottom: 10px;
  }
  .padding-10__md {
    padding: 10px;
  }
  .my-10__md {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mx-10__md {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mt-10__md {
    margin-top: 10px;
  }
  .mb-10__md {
    margin-bottom: 10px;
  }
  .margin-size__md {
    margin: 10px;
  }
  .py-12__md {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .px-12__md {
    padding-left: 12px;
    padding-right: 12px;
  }
  .pt-12__md {
    padding-top: 12px;
  }
  .pb-12__md {
    padding-bottom: 12px;
  }
  .padding-12__md {
    padding: 12px;
  }
  .my-12__md {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .mx-12__md {
    margin-left: 12px;
    margin-right: 12px;
  }
  .mt-12__md {
    margin-top: 12px;
  }
  .mb-12__md {
    margin-bottom: 12px;
  }
  .margin-size__md {
    margin: 12px;
  }
  .py-15__md {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .px-15__md {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pt-15__md {
    padding-top: 15px;
  }
  .pb-15__md {
    padding-bottom: 15px;
  }
  .padding-15__md {
    padding: 15px;
  }
  .my-15__md {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mx-15__md {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mt-15__md {
    margin-top: 15px;
  }
  .mb-15__md {
    margin-bottom: 15px;
  }
  .margin-size__md {
    margin: 15px;
  }
  .py-16__md {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .px-16__md {
    padding-left: 16px;
    padding-right: 16px;
  }
  .pt-16__md {
    padding-top: 16px;
  }
  .pb-16__md {
    padding-bottom: 16px;
  }
  .padding-16__md {
    padding: 16px;
  }
  .my-16__md {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .mx-16__md {
    margin-left: 16px;
    margin-right: 16px;
  }
  .mt-16__md {
    margin-top: 16px;
  }
  .mb-16__md {
    margin-bottom: 16px;
  }
  .margin-size__md {
    margin: 16px;
  }
  .py-20__md {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .px-20__md {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pt-20__md {
    padding-top: 20px;
  }
  .pb-20__md {
    padding-bottom: 20px;
  }
  .padding-20__md {
    padding: 20px;
  }
  .my-20__md {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mx-20__md {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mt-20__md {
    margin-top: 20px;
  }
  .mb-20__md {
    margin-bottom: 20px;
  }
  .margin-size__md {
    margin: 20px;
  }
  .py-23__md {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .px-23__md {
    padding-left: 23px;
    padding-right: 23px;
  }
  .pt-23__md {
    padding-top: 23px;
  }
  .pb-23__md {
    padding-bottom: 23px;
  }
  .padding-23__md {
    padding: 23px;
  }
  .my-23__md {
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .mx-23__md {
    margin-left: 23px;
    margin-right: 23px;
  }
  .mt-23__md {
    margin-top: 23px;
  }
  .mb-23__md {
    margin-bottom: 23px;
  }
  .margin-size__md {
    margin: 23px;
  }
  .py-24__md {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .px-24__md {
    padding-left: 24px;
    padding-right: 24px;
  }
  .pt-24__md {
    padding-top: 24px;
  }
  .pb-24__md {
    padding-bottom: 24px;
  }
  .padding-24__md {
    padding: 24px;
  }
  .my-24__md {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .mx-24__md {
    margin-left: 24px;
    margin-right: 24px;
  }
  .mt-24__md {
    margin-top: 24px;
  }
  .mb-24__md {
    margin-bottom: 24px;
  }
  .margin-size__md {
    margin: 24px;
  }
  .py-25__md {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .px-25__md {
    padding-left: 25px;
    padding-right: 25px;
  }
  .pt-25__md {
    padding-top: 25px;
  }
  .pb-25__md {
    padding-bottom: 25px;
  }
  .padding-25__md {
    padding: 25px;
  }
  .my-25__md {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mx-25__md {
    margin-left: 25px;
    margin-right: 25px;
  }
  .mt-25__md {
    margin-top: 25px;
  }
  .mb-25__md {
    margin-bottom: 25px;
  }
  .margin-size__md {
    margin: 25px;
  }
  .py-28__md {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .px-28__md {
    padding-left: 28px;
    padding-right: 28px;
  }
  .pt-28__md {
    padding-top: 28px;
  }
  .pb-28__md {
    padding-bottom: 28px;
  }
  .padding-28__md {
    padding: 28px;
  }
  .my-28__md {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .mx-28__md {
    margin-left: 28px;
    margin-right: 28px;
  }
  .mt-28__md {
    margin-top: 28px;
  }
  .mb-28__md {
    margin-bottom: 28px;
  }
  .margin-size__md {
    margin: 28px;
  }
  .py-30__md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .px-30__md {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pt-30__md {
    padding-top: 30px;
  }
  .pb-30__md {
    padding-bottom: 30px;
  }
  .padding-30__md {
    padding: 30px;
  }
  .my-30__md {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mx-30__md {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mt-30__md {
    margin-top: 30px;
  }
  .mb-30__md {
    margin-bottom: 30px;
  }
  .margin-size__md {
    margin: 30px;
  }
  .py-32__md {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .px-32__md {
    padding-left: 32px;
    padding-right: 32px;
  }
  .pt-32__md {
    padding-top: 32px;
  }
  .pb-32__md {
    padding-bottom: 32px;
  }
  .padding-32__md {
    padding: 32px;
  }
  .my-32__md {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .mx-32__md {
    margin-left: 32px;
    margin-right: 32px;
  }
  .mt-32__md {
    margin-top: 32px;
  }
  .mb-32__md {
    margin-bottom: 32px;
  }
  .margin-size__md {
    margin: 32px;
  }
  .py-34__md {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .px-34__md {
    padding-left: 34px;
    padding-right: 34px;
  }
  .pt-34__md {
    padding-top: 34px;
  }
  .pb-34__md {
    padding-bottom: 34px;
  }
  .padding-34__md {
    padding: 34px;
  }
  .my-34__md {
    margin-top: 34px;
    margin-bottom: 34px;
  }
  .mx-34__md {
    margin-left: 34px;
    margin-right: 34px;
  }
  .mt-34__md {
    margin-top: 34px;
  }
  .mb-34__md {
    margin-bottom: 34px;
  }
  .margin-size__md {
    margin: 34px;
  }
  .py-35__md {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .px-35__md {
    padding-left: 35px;
    padding-right: 35px;
  }
  .pt-35__md {
    padding-top: 35px;
  }
  .pb-35__md {
    padding-bottom: 35px;
  }
  .padding-35__md {
    padding: 35px;
  }
  .my-35__md {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mx-35__md {
    margin-left: 35px;
    margin-right: 35px;
  }
  .mt-35__md {
    margin-top: 35px;
  }
  .mb-35__md {
    margin-bottom: 35px;
  }
  .margin-size__md {
    margin: 35px;
  }
  .py-40__md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .px-40__md {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pt-40__md {
    padding-top: 40px;
  }
  .pb-40__md {
    padding-bottom: 40px;
  }
  .padding-40__md {
    padding: 40px;
  }
  .my-40__md {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mx-40__md {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mt-40__md {
    margin-top: 40px;
  }
  .mb-40__md {
    margin-bottom: 40px;
  }
  .margin-size__md {
    margin: 40px;
  }
  .py-45__md {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .px-45__md {
    padding-left: 45px;
    padding-right: 45px;
  }
  .pt-45__md {
    padding-top: 45px;
  }
  .pb-45__md {
    padding-bottom: 45px;
  }
  .padding-45__md {
    padding: 45px;
  }
  .my-45__md {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mx-45__md {
    margin-left: 45px;
    margin-right: 45px;
  }
  .mt-45__md {
    margin-top: 45px;
  }
  .mb-45__md {
    margin-bottom: 45px;
  }
  .margin-size__md {
    margin: 45px;
  }
  .py-50__md {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .px-50__md {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pt-50__md {
    padding-top: 50px;
  }
  .pb-50__md {
    padding-bottom: 50px;
  }
  .padding-50__md {
    padding: 50px;
  }
  .my-50__md {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mx-50__md {
    margin-left: 50px;
    margin-right: 50px;
  }
  .mt-50__md {
    margin-top: 50px;
  }
  .mb-50__md {
    margin-bottom: 50px;
  }
  .margin-size__md {
    margin: 50px;
  }
  .py-56__md {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .px-56__md {
    padding-left: 56px;
    padding-right: 56px;
  }
  .pt-56__md {
    padding-top: 56px;
  }
  .pb-56__md {
    padding-bottom: 56px;
  }
  .padding-56__md {
    padding: 56px;
  }
  .my-56__md {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .mx-56__md {
    margin-left: 56px;
    margin-right: 56px;
  }
  .mt-56__md {
    margin-top: 56px;
  }
  .mb-56__md {
    margin-bottom: 56px;
  }
  .margin-size__md {
    margin: 56px;
  }
  .py-60__md {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .px-60__md {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pt-60__md {
    padding-top: 60px;
  }
  .pb-60__md {
    padding-bottom: 60px;
  }
  .padding-60__md {
    padding: 60px;
  }
  .my-60__md {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mx-60__md {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mt-60__md {
    margin-top: 60px;
  }
  .mb-60__md {
    margin-bottom: 60px;
  }
  .margin-size__md {
    margin: 60px;
  }
  .py-64__md {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .px-64__md {
    padding-left: 64px;
    padding-right: 64px;
  }
  .pt-64__md {
    padding-top: 64px;
  }
  .pb-64__md {
    padding-bottom: 64px;
  }
  .padding-64__md {
    padding: 64px;
  }
  .my-64__md {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .mx-64__md {
    margin-left: 64px;
    margin-right: 64px;
  }
  .mt-64__md {
    margin-top: 64px;
  }
  .mb-64__md {
    margin-bottom: 64px;
  }
  .margin-size__md {
    margin: 64px;
  }
  .py-65__md {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .px-65__md {
    padding-left: 65px;
    padding-right: 65px;
  }
  .pt-65__md {
    padding-top: 65px;
  }
  .pb-65__md {
    padding-bottom: 65px;
  }
  .padding-65__md {
    padding: 65px;
  }
  .my-65__md {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .mx-65__md {
    margin-left: 65px;
    margin-right: 65px;
  }
  .mt-65__md {
    margin-top: 65px;
  }
  .mb-65__md {
    margin-bottom: 65px;
  }
  .margin-size__md {
    margin: 65px;
  }
  .py-70__md {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .px-70__md {
    padding-left: 70px;
    padding-right: 70px;
  }
  .pt-70__md {
    padding-top: 70px;
  }
  .pb-70__md {
    padding-bottom: 70px;
  }
  .padding-70__md {
    padding: 70px;
  }
  .my-70__md {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mx-70__md {
    margin-left: 70px;
    margin-right: 70px;
  }
  .mt-70__md {
    margin-top: 70px;
  }
  .mb-70__md {
    margin-bottom: 70px;
  }
  .margin-size__md {
    margin: 70px;
  }
  .py-75__md {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .px-75__md {
    padding-left: 75px;
    padding-right: 75px;
  }
  .pt-75__md {
    padding-top: 75px;
  }
  .pb-75__md {
    padding-bottom: 75px;
  }
  .padding-75__md {
    padding: 75px;
  }
  .my-75__md {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .mx-75__md {
    margin-left: 75px;
    margin-right: 75px;
  }
  .mt-75__md {
    margin-top: 75px;
  }
  .mb-75__md {
    margin-bottom: 75px;
  }
  .margin-size__md {
    margin: 75px;
  }
  .py-80__md {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .px-80__md {
    padding-left: 80px;
    padding-right: 80px;
  }
  .pt-80__md {
    padding-top: 80px;
  }
  .pb-80__md {
    padding-bottom: 80px;
  }
  .padding-80__md {
    padding: 80px;
  }
  .my-80__md {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mx-80__md {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mt-80__md {
    margin-top: 80px;
  }
  .mb-80__md {
    margin-bottom: 80px;
  }
  .margin-size__md {
    margin: 80px;
  }
  .py-82__md {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .px-82__md {
    padding-left: 82px;
    padding-right: 82px;
  }
  .pt-82__md {
    padding-top: 82px;
  }
  .pb-82__md {
    padding-bottom: 82px;
  }
  .padding-82__md {
    padding: 82px;
  }
  .my-82__md {
    margin-top: 82px;
    margin-bottom: 82px;
  }
  .mx-82__md {
    margin-left: 82px;
    margin-right: 82px;
  }
  .mt-82__md {
    margin-top: 82px;
  }
  .mb-82__md {
    margin-bottom: 82px;
  }
  .margin-size__md {
    margin: 82px;
  }
  .py-84__md {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .px-84__md {
    padding-left: 84px;
    padding-right: 84px;
  }
  .pt-84__md {
    padding-top: 84px;
  }
  .pb-84__md {
    padding-bottom: 84px;
  }
  .padding-84__md {
    padding: 84px;
  }
  .my-84__md {
    margin-top: 84px;
    margin-bottom: 84px;
  }
  .mx-84__md {
    margin-left: 84px;
    margin-right: 84px;
  }
  .mt-84__md {
    margin-top: 84px;
  }
  .mb-84__md {
    margin-bottom: 84px;
  }
  .margin-size__md {
    margin: 84px;
  }
  .py-86__md {
    padding-top: 86px;
    padding-bottom: 86px;
  }
  .px-86__md {
    padding-left: 86px;
    padding-right: 86px;
  }
  .pt-86__md {
    padding-top: 86px;
  }
  .pb-86__md {
    padding-bottom: 86px;
  }
  .padding-86__md {
    padding: 86px;
  }
  .my-86__md {
    margin-top: 86px;
    margin-bottom: 86px;
  }
  .mx-86__md {
    margin-left: 86px;
    margin-right: 86px;
  }
  .mt-86__md {
    margin-top: 86px;
  }
  .mb-86__md {
    margin-bottom: 86px;
  }
  .margin-size__md {
    margin: 86px;
  }
  .py-88__md {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .px-88__md {
    padding-left: 88px;
    padding-right: 88px;
  }
  .pt-88__md {
    padding-top: 88px;
  }
  .pb-88__md {
    padding-bottom: 88px;
  }
  .padding-88__md {
    padding: 88px;
  }
  .my-88__md {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  .mx-88__md {
    margin-left: 88px;
    margin-right: 88px;
  }
  .mt-88__md {
    margin-top: 88px;
  }
  .mb-88__md {
    margin-bottom: 88px;
  }
  .margin-size__md {
    margin: 88px;
  }
  .py-90__md {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .px-90__md {
    padding-left: 90px;
    padding-right: 90px;
  }
  .pt-90__md {
    padding-top: 90px;
  }
  .pb-90__md {
    padding-bottom: 90px;
  }
  .padding-90__md {
    padding: 90px;
  }
  .my-90__md {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mx-90__md {
    margin-left: 90px;
    margin-right: 90px;
  }
  .mt-90__md {
    margin-top: 90px;
  }
  .mb-90__md {
    margin-bottom: 90px;
  }
  .margin-size__md {
    margin: 90px;
  }
  .py-100__md {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .px-100__md {
    padding-left: 100px;
    padding-right: 100px;
  }
  .pt-100__md {
    padding-top: 100px;
  }
  .pb-100__md {
    padding-bottom: 100px;
  }
  .padding-100__md {
    padding: 100px;
  }
  .my-100__md {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mx-100__md {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mt-100__md {
    margin-top: 100px;
  }
  .mb-100__md {
    margin-bottom: 100px;
  }
  .margin-size__md {
    margin: 100px;
  }
  .py-110__md {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .px-110__md {
    padding-left: 110px;
    padding-right: 110px;
  }
  .pt-110__md {
    padding-top: 110px;
  }
  .pb-110__md {
    padding-bottom: 110px;
  }
  .padding-110__md {
    padding: 110px;
  }
  .my-110__md {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .mx-110__md {
    margin-left: 110px;
    margin-right: 110px;
  }
  .mt-110__md {
    margin-top: 110px;
  }
  .mb-110__md {
    margin-bottom: 110px;
  }
  .margin-size__md {
    margin: 110px;
  }
  .py-120__md {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .px-120__md {
    padding-left: 120px;
    padding-right: 120px;
  }
  .pt-120__md {
    padding-top: 120px;
  }
  .pb-120__md {
    padding-bottom: 120px;
  }
  .padding-120__md {
    padding: 120px;
  }
  .my-120__md {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mx-120__md {
    margin-left: 120px;
    margin-right: 120px;
  }
  .mt-120__md {
    margin-top: 120px;
  }
  .mb-120__md {
    margin-bottom: 120px;
  }
  .margin-size__md {
    margin: 120px;
  }
  .py-125__md {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .px-125__md {
    padding-left: 125px;
    padding-right: 125px;
  }
  .pt-125__md {
    padding-top: 125px;
  }
  .pb-125__md {
    padding-bottom: 125px;
  }
  .padding-125__md {
    padding: 125px;
  }
  .my-125__md {
    margin-top: 125px;
    margin-bottom: 125px;
  }
  .mx-125__md {
    margin-left: 125px;
    margin-right: 125px;
  }
  .mt-125__md {
    margin-top: 125px;
  }
  .mb-125__md {
    margin-bottom: 125px;
  }
  .margin-size__md {
    margin: 125px;
  }
  .py-130__md {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .px-130__md {
    padding-left: 130px;
    padding-right: 130px;
  }
  .pt-130__md {
    padding-top: 130px;
  }
  .pb-130__md {
    padding-bottom: 130px;
  }
  .padding-130__md {
    padding: 130px;
  }
  .my-130__md {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .mx-130__md {
    margin-left: 130px;
    margin-right: 130px;
  }
  .mt-130__md {
    margin-top: 130px;
  }
  .mb-130__md {
    margin-bottom: 130px;
  }
  .margin-size__md {
    margin: 130px;
  }
  .py-135__md {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .px-135__md {
    padding-left: 135px;
    padding-right: 135px;
  }
  .pt-135__md {
    padding-top: 135px;
  }
  .pb-135__md {
    padding-bottom: 135px;
  }
  .padding-135__md {
    padding: 135px;
  }
  .my-135__md {
    margin-top: 135px;
    margin-bottom: 135px;
  }
  .mx-135__md {
    margin-left: 135px;
    margin-right: 135px;
  }
  .mt-135__md {
    margin-top: 135px;
  }
  .mb-135__md {
    margin-bottom: 135px;
  }
  .margin-size__md {
    margin: 135px;
  }
  .py-140__md {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .px-140__md {
    padding-left: 140px;
    padding-right: 140px;
  }
  .pt-140__md {
    padding-top: 140px;
  }
  .pb-140__md {
    padding-bottom: 140px;
  }
  .padding-140__md {
    padding: 140px;
  }
  .my-140__md {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .mx-140__md {
    margin-left: 140px;
    margin-right: 140px;
  }
  .mt-140__md {
    margin-top: 140px;
  }
  .mb-140__md {
    margin-bottom: 140px;
  }
  .margin-size__md {
    margin: 140px;
  }
  .py-145__md {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .px-145__md {
    padding-left: 145px;
    padding-right: 145px;
  }
  .pt-145__md {
    padding-top: 145px;
  }
  .pb-145__md {
    padding-bottom: 145px;
  }
  .padding-145__md {
    padding: 145px;
  }
  .my-145__md {
    margin-top: 145px;
    margin-bottom: 145px;
  }
  .mx-145__md {
    margin-left: 145px;
    margin-right: 145px;
  }
  .mt-145__md {
    margin-top: 145px;
  }
  .mb-145__md {
    margin-bottom: 145px;
  }
  .margin-size__md {
    margin: 145px;
  }
  .py-150__md {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .px-150__md {
    padding-left: 150px;
    padding-right: 150px;
  }
  .pt-150__md {
    padding-top: 150px;
  }
  .pb-150__md {
    padding-bottom: 150px;
  }
  .padding-150__md {
    padding: 150px;
  }
  .my-150__md {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .mx-150__md {
    margin-left: 150px;
    margin-right: 150px;
  }
  .mt-150__md {
    margin-top: 150px;
  }
  .mb-150__md {
    margin-bottom: 150px;
  }
  .margin-size__md {
    margin: 150px;
  }
  .py-155__md {
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .px-155__md {
    padding-left: 155px;
    padding-right: 155px;
  }
  .pt-155__md {
    padding-top: 155px;
  }
  .pb-155__md {
    padding-bottom: 155px;
  }
  .padding-155__md {
    padding: 155px;
  }
  .my-155__md {
    margin-top: 155px;
    margin-bottom: 155px;
  }
  .mx-155__md {
    margin-left: 155px;
    margin-right: 155px;
  }
  .mt-155__md {
    margin-top: 155px;
  }
  .mb-155__md {
    margin-bottom: 155px;
  }
  .margin-size__md {
    margin: 155px;
  }
  .py-160__md {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .px-160__md {
    padding-left: 160px;
    padding-right: 160px;
  }
  .pt-160__md {
    padding-top: 160px;
  }
  .pb-160__md {
    padding-bottom: 160px;
  }
  .padding-160__md {
    padding: 160px;
  }
  .my-160__md {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .mx-160__md {
    margin-left: 160px;
    margin-right: 160px;
  }
  .mt-160__md {
    margin-top: 160px;
  }
  .mb-160__md {
    margin-bottom: 160px;
  }
  .margin-size__md {
    margin: 160px;
  }
  .py-170__md {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .px-170__md {
    padding-left: 170px;
    padding-right: 170px;
  }
  .pt-170__md {
    padding-top: 170px;
  }
  .pb-170__md {
    padding-bottom: 170px;
  }
  .padding-170__md {
    padding: 170px;
  }
  .my-170__md {
    margin-top: 170px;
    margin-bottom: 170px;
  }
  .mx-170__md {
    margin-left: 170px;
    margin-right: 170px;
  }
  .mt-170__md {
    margin-top: 170px;
  }
  .mb-170__md {
    margin-bottom: 170px;
  }
  .margin-size__md {
    margin: 170px;
  }
  .py-180__md {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .px-180__md {
    padding-left: 180px;
    padding-right: 180px;
  }
  .pt-180__md {
    padding-top: 180px;
  }
  .pb-180__md {
    padding-bottom: 180px;
  }
  .padding-180__md {
    padding: 180px;
  }
  .my-180__md {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .mx-180__md {
    margin-left: 180px;
    margin-right: 180px;
  }
  .mt-180__md {
    margin-top: 180px;
  }
  .mb-180__md {
    margin-bottom: 180px;
  }
  .margin-size__md {
    margin: 180px;
  }
  .py-190__md {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .px-190__md {
    padding-left: 190px;
    padding-right: 190px;
  }
  .pt-190__md {
    padding-top: 190px;
  }
  .pb-190__md {
    padding-bottom: 190px;
  }
  .padding-190__md {
    padding: 190px;
  }
  .my-190__md {
    margin-top: 190px;
    margin-bottom: 190px;
  }
  .mx-190__md {
    margin-left: 190px;
    margin-right: 190px;
  }
  .mt-190__md {
    margin-top: 190px;
  }
  .mb-190__md {
    margin-bottom: 190px;
  }
  .margin-size__md {
    margin: 190px;
  }
  .py-200__md {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .px-200__md {
    padding-left: 200px;
    padding-right: 200px;
  }
  .pt-200__md {
    padding-top: 200px;
  }
  .pb-200__md {
    padding-bottom: 200px;
  }
  .padding-200__md {
    padding: 200px;
  }
  .my-200__md {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .mx-200__md {
    margin-left: 200px;
    margin-right: 200px;
  }
  .mt-200__md {
    margin-top: 200px;
  }
  .mb-200__md {
    margin-bottom: 200px;
  }
  .margin-size__md {
    margin: 200px;
  }
}
@media (min-width: 1200px) {
  .py-0__lg {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .px-0__lg {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pt-0__lg {
    padding-top: 0px;
  }
  .pb-0__lg {
    padding-bottom: 0px;
  }
  .padding-0__lg {
    padding: 0px;
  }
  .my-0__lg {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mx-0__lg {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mt-0__lg {
    margin-top: 0px;
  }
  .mb-0__lg {
    margin-bottom: 0px;
  }
  .margin-size__lg {
    margin: 0px;
  }
  .py-4__lg {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .px-4__lg {
    padding-left: 4px;
    padding-right: 4px;
  }
  .pt-4__lg {
    padding-top: 4px;
  }
  .pb-4__lg {
    padding-bottom: 4px;
  }
  .padding-4__lg {
    padding: 4px;
  }
  .my-4__lg {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .mx-4__lg {
    margin-left: 4px;
    margin-right: 4px;
  }
  .mt-4__lg {
    margin-top: 4px;
  }
  .mb-4__lg {
    margin-bottom: 4px;
  }
  .margin-size__lg {
    margin: 4px;
  }
  .py-7__lg {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .px-7__lg {
    padding-left: 7px;
    padding-right: 7px;
  }
  .pt-7__lg {
    padding-top: 7px;
  }
  .pb-7__lg {
    padding-bottom: 7px;
  }
  .padding-7__lg {
    padding: 7px;
  }
  .my-7__lg {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .mx-7__lg {
    margin-left: 7px;
    margin-right: 7px;
  }
  .mt-7__lg {
    margin-top: 7px;
  }
  .mb-7__lg {
    margin-bottom: 7px;
  }
  .margin-size__lg {
    margin: 7px;
  }
  .py-10__lg {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .px-10__lg {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pt-10__lg {
    padding-top: 10px;
  }
  .pb-10__lg {
    padding-bottom: 10px;
  }
  .padding-10__lg {
    padding: 10px;
  }
  .my-10__lg {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mx-10__lg {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mt-10__lg {
    margin-top: 10px;
  }
  .mb-10__lg {
    margin-bottom: 10px;
  }
  .margin-size__lg {
    margin: 10px;
  }
  .py-12__lg {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .px-12__lg {
    padding-left: 12px;
    padding-right: 12px;
  }
  .pt-12__lg {
    padding-top: 12px;
  }
  .pb-12__lg {
    padding-bottom: 12px;
  }
  .padding-12__lg {
    padding: 12px;
  }
  .my-12__lg {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .mx-12__lg {
    margin-left: 12px;
    margin-right: 12px;
  }
  .mt-12__lg {
    margin-top: 12px;
  }
  .mb-12__lg {
    margin-bottom: 12px;
  }
  .margin-size__lg {
    margin: 12px;
  }
  .py-15__lg {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .px-15__lg {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pt-15__lg {
    padding-top: 15px;
  }
  .pb-15__lg {
    padding-bottom: 15px;
  }
  .padding-15__lg {
    padding: 15px;
  }
  .my-15__lg {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mx-15__lg {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mt-15__lg {
    margin-top: 15px;
  }
  .mb-15__lg {
    margin-bottom: 15px;
  }
  .margin-size__lg {
    margin: 15px;
  }
  .py-16__lg {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .px-16__lg {
    padding-left: 16px;
    padding-right: 16px;
  }
  .pt-16__lg {
    padding-top: 16px;
  }
  .pb-16__lg {
    padding-bottom: 16px;
  }
  .padding-16__lg {
    padding: 16px;
  }
  .my-16__lg {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .mx-16__lg {
    margin-left: 16px;
    margin-right: 16px;
  }
  .mt-16__lg {
    margin-top: 16px;
  }
  .mb-16__lg {
    margin-bottom: 16px;
  }
  .margin-size__lg {
    margin: 16px;
  }
  .py-20__lg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .px-20__lg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pt-20__lg {
    padding-top: 20px;
  }
  .pb-20__lg {
    padding-bottom: 20px;
  }
  .padding-20__lg {
    padding: 20px;
  }
  .my-20__lg {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mx-20__lg {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mt-20__lg {
    margin-top: 20px;
  }
  .mb-20__lg {
    margin-bottom: 20px;
  }
  .margin-size__lg {
    margin: 20px;
  }
  .py-23__lg {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .px-23__lg {
    padding-left: 23px;
    padding-right: 23px;
  }
  .pt-23__lg {
    padding-top: 23px;
  }
  .pb-23__lg {
    padding-bottom: 23px;
  }
  .padding-23__lg {
    padding: 23px;
  }
  .my-23__lg {
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .mx-23__lg {
    margin-left: 23px;
    margin-right: 23px;
  }
  .mt-23__lg {
    margin-top: 23px;
  }
  .mb-23__lg {
    margin-bottom: 23px;
  }
  .margin-size__lg {
    margin: 23px;
  }
  .py-24__lg {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .px-24__lg {
    padding-left: 24px;
    padding-right: 24px;
  }
  .pt-24__lg {
    padding-top: 24px;
  }
  .pb-24__lg {
    padding-bottom: 24px;
  }
  .padding-24__lg {
    padding: 24px;
  }
  .my-24__lg {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .mx-24__lg {
    margin-left: 24px;
    margin-right: 24px;
  }
  .mt-24__lg {
    margin-top: 24px;
  }
  .mb-24__lg {
    margin-bottom: 24px;
  }
  .margin-size__lg {
    margin: 24px;
  }
  .py-25__lg {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .px-25__lg {
    padding-left: 25px;
    padding-right: 25px;
  }
  .pt-25__lg {
    padding-top: 25px;
  }
  .pb-25__lg {
    padding-bottom: 25px;
  }
  .padding-25__lg {
    padding: 25px;
  }
  .my-25__lg {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mx-25__lg {
    margin-left: 25px;
    margin-right: 25px;
  }
  .mt-25__lg {
    margin-top: 25px;
  }
  .mb-25__lg {
    margin-bottom: 25px;
  }
  .margin-size__lg {
    margin: 25px;
  }
  .py-28__lg {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .px-28__lg {
    padding-left: 28px;
    padding-right: 28px;
  }
  .pt-28__lg {
    padding-top: 28px;
  }
  .pb-28__lg {
    padding-bottom: 28px;
  }
  .padding-28__lg {
    padding: 28px;
  }
  .my-28__lg {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .mx-28__lg {
    margin-left: 28px;
    margin-right: 28px;
  }
  .mt-28__lg {
    margin-top: 28px;
  }
  .mb-28__lg {
    margin-bottom: 28px;
  }
  .margin-size__lg {
    margin: 28px;
  }
  .py-30__lg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .px-30__lg {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pt-30__lg {
    padding-top: 30px;
  }
  .pb-30__lg {
    padding-bottom: 30px;
  }
  .padding-30__lg {
    padding: 30px;
  }
  .my-30__lg {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mx-30__lg {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mt-30__lg {
    margin-top: 30px;
  }
  .mb-30__lg {
    margin-bottom: 30px;
  }
  .margin-size__lg {
    margin: 30px;
  }
  .py-32__lg {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .px-32__lg {
    padding-left: 32px;
    padding-right: 32px;
  }
  .pt-32__lg {
    padding-top: 32px;
  }
  .pb-32__lg {
    padding-bottom: 32px;
  }
  .padding-32__lg {
    padding: 32px;
  }
  .my-32__lg {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .mx-32__lg {
    margin-left: 32px;
    margin-right: 32px;
  }
  .mt-32__lg {
    margin-top: 32px;
  }
  .mb-32__lg {
    margin-bottom: 32px;
  }
  .margin-size__lg {
    margin: 32px;
  }
  .py-34__lg {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .px-34__lg {
    padding-left: 34px;
    padding-right: 34px;
  }
  .pt-34__lg {
    padding-top: 34px;
  }
  .pb-34__lg {
    padding-bottom: 34px;
  }
  .padding-34__lg {
    padding: 34px;
  }
  .my-34__lg {
    margin-top: 34px;
    margin-bottom: 34px;
  }
  .mx-34__lg {
    margin-left: 34px;
    margin-right: 34px;
  }
  .mt-34__lg {
    margin-top: 34px;
  }
  .mb-34__lg {
    margin-bottom: 34px;
  }
  .margin-size__lg {
    margin: 34px;
  }
  .py-35__lg {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .px-35__lg {
    padding-left: 35px;
    padding-right: 35px;
  }
  .pt-35__lg {
    padding-top: 35px;
  }
  .pb-35__lg {
    padding-bottom: 35px;
  }
  .padding-35__lg {
    padding: 35px;
  }
  .my-35__lg {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mx-35__lg {
    margin-left: 35px;
    margin-right: 35px;
  }
  .mt-35__lg {
    margin-top: 35px;
  }
  .mb-35__lg {
    margin-bottom: 35px;
  }
  .margin-size__lg {
    margin: 35px;
  }
  .py-40__lg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .px-40__lg {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pt-40__lg {
    padding-top: 40px;
  }
  .pb-40__lg {
    padding-bottom: 40px;
  }
  .padding-40__lg {
    padding: 40px;
  }
  .my-40__lg {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mx-40__lg {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mt-40__lg {
    margin-top: 40px;
  }
  .mb-40__lg {
    margin-bottom: 40px;
  }
  .margin-size__lg {
    margin: 40px;
  }
  .py-45__lg {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .px-45__lg {
    padding-left: 45px;
    padding-right: 45px;
  }
  .pt-45__lg {
    padding-top: 45px;
  }
  .pb-45__lg {
    padding-bottom: 45px;
  }
  .padding-45__lg {
    padding: 45px;
  }
  .my-45__lg {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mx-45__lg {
    margin-left: 45px;
    margin-right: 45px;
  }
  .mt-45__lg {
    margin-top: 45px;
  }
  .mb-45__lg {
    margin-bottom: 45px;
  }
  .margin-size__lg {
    margin: 45px;
  }
  .py-50__lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .px-50__lg {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pt-50__lg {
    padding-top: 50px;
  }
  .pb-50__lg {
    padding-bottom: 50px;
  }
  .padding-50__lg {
    padding: 50px;
  }
  .my-50__lg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mx-50__lg {
    margin-left: 50px;
    margin-right: 50px;
  }
  .mt-50__lg {
    margin-top: 50px;
  }
  .mb-50__lg {
    margin-bottom: 50px;
  }
  .margin-size__lg {
    margin: 50px;
  }
  .py-56__lg {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .px-56__lg {
    padding-left: 56px;
    padding-right: 56px;
  }
  .pt-56__lg {
    padding-top: 56px;
  }
  .pb-56__lg {
    padding-bottom: 56px;
  }
  .padding-56__lg {
    padding: 56px;
  }
  .my-56__lg {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .mx-56__lg {
    margin-left: 56px;
    margin-right: 56px;
  }
  .mt-56__lg {
    margin-top: 56px;
  }
  .mb-56__lg {
    margin-bottom: 56px;
  }
  .margin-size__lg {
    margin: 56px;
  }
  .py-60__lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .px-60__lg {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pt-60__lg {
    padding-top: 60px;
  }
  .pb-60__lg {
    padding-bottom: 60px;
  }
  .padding-60__lg {
    padding: 60px;
  }
  .my-60__lg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mx-60__lg {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mt-60__lg {
    margin-top: 60px;
  }
  .mb-60__lg {
    margin-bottom: 60px;
  }
  .margin-size__lg {
    margin: 60px;
  }
  .py-64__lg {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .px-64__lg {
    padding-left: 64px;
    padding-right: 64px;
  }
  .pt-64__lg {
    padding-top: 64px;
  }
  .pb-64__lg {
    padding-bottom: 64px;
  }
  .padding-64__lg {
    padding: 64px;
  }
  .my-64__lg {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .mx-64__lg {
    margin-left: 64px;
    margin-right: 64px;
  }
  .mt-64__lg {
    margin-top: 64px;
  }
  .mb-64__lg {
    margin-bottom: 64px;
  }
  .margin-size__lg {
    margin: 64px;
  }
  .py-65__lg {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .px-65__lg {
    padding-left: 65px;
    padding-right: 65px;
  }
  .pt-65__lg {
    padding-top: 65px;
  }
  .pb-65__lg {
    padding-bottom: 65px;
  }
  .padding-65__lg {
    padding: 65px;
  }
  .my-65__lg {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .mx-65__lg {
    margin-left: 65px;
    margin-right: 65px;
  }
  .mt-65__lg {
    margin-top: 65px;
  }
  .mb-65__lg {
    margin-bottom: 65px;
  }
  .margin-size__lg {
    margin: 65px;
  }
  .py-70__lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .px-70__lg {
    padding-left: 70px;
    padding-right: 70px;
  }
  .pt-70__lg {
    padding-top: 70px;
  }
  .pb-70__lg {
    padding-bottom: 70px;
  }
  .padding-70__lg {
    padding: 70px;
  }
  .my-70__lg {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mx-70__lg {
    margin-left: 70px;
    margin-right: 70px;
  }
  .mt-70__lg {
    margin-top: 70px;
  }
  .mb-70__lg {
    margin-bottom: 70px;
  }
  .margin-size__lg {
    margin: 70px;
  }
  .py-75__lg {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .px-75__lg {
    padding-left: 75px;
    padding-right: 75px;
  }
  .pt-75__lg {
    padding-top: 75px;
  }
  .pb-75__lg {
    padding-bottom: 75px;
  }
  .padding-75__lg {
    padding: 75px;
  }
  .my-75__lg {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .mx-75__lg {
    margin-left: 75px;
    margin-right: 75px;
  }
  .mt-75__lg {
    margin-top: 75px;
  }
  .mb-75__lg {
    margin-bottom: 75px;
  }
  .margin-size__lg {
    margin: 75px;
  }
  .py-80__lg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .px-80__lg {
    padding-left: 80px;
    padding-right: 80px;
  }
  .pt-80__lg {
    padding-top: 80px;
  }
  .pb-80__lg {
    padding-bottom: 80px;
  }
  .padding-80__lg {
    padding: 80px;
  }
  .my-80__lg {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mx-80__lg {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mt-80__lg {
    margin-top: 80px;
  }
  .mb-80__lg {
    margin-bottom: 80px;
  }
  .margin-size__lg {
    margin: 80px;
  }
  .py-82__lg {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .px-82__lg {
    padding-left: 82px;
    padding-right: 82px;
  }
  .pt-82__lg {
    padding-top: 82px;
  }
  .pb-82__lg {
    padding-bottom: 82px;
  }
  .padding-82__lg {
    padding: 82px;
  }
  .my-82__lg {
    margin-top: 82px;
    margin-bottom: 82px;
  }
  .mx-82__lg {
    margin-left: 82px;
    margin-right: 82px;
  }
  .mt-82__lg {
    margin-top: 82px;
  }
  .mb-82__lg {
    margin-bottom: 82px;
  }
  .margin-size__lg {
    margin: 82px;
  }
  .py-84__lg {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .px-84__lg {
    padding-left: 84px;
    padding-right: 84px;
  }
  .pt-84__lg {
    padding-top: 84px;
  }
  .pb-84__lg {
    padding-bottom: 84px;
  }
  .padding-84__lg {
    padding: 84px;
  }
  .my-84__lg {
    margin-top: 84px;
    margin-bottom: 84px;
  }
  .mx-84__lg {
    margin-left: 84px;
    margin-right: 84px;
  }
  .mt-84__lg {
    margin-top: 84px;
  }
  .mb-84__lg {
    margin-bottom: 84px;
  }
  .margin-size__lg {
    margin: 84px;
  }
  .py-86__lg {
    padding-top: 86px;
    padding-bottom: 86px;
  }
  .px-86__lg {
    padding-left: 86px;
    padding-right: 86px;
  }
  .pt-86__lg {
    padding-top: 86px;
  }
  .pb-86__lg {
    padding-bottom: 86px;
  }
  .padding-86__lg {
    padding: 86px;
  }
  .my-86__lg {
    margin-top: 86px;
    margin-bottom: 86px;
  }
  .mx-86__lg {
    margin-left: 86px;
    margin-right: 86px;
  }
  .mt-86__lg {
    margin-top: 86px;
  }
  .mb-86__lg {
    margin-bottom: 86px;
  }
  .margin-size__lg {
    margin: 86px;
  }
  .py-88__lg {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .px-88__lg {
    padding-left: 88px;
    padding-right: 88px;
  }
  .pt-88__lg {
    padding-top: 88px;
  }
  .pb-88__lg {
    padding-bottom: 88px;
  }
  .padding-88__lg {
    padding: 88px;
  }
  .my-88__lg {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  .mx-88__lg {
    margin-left: 88px;
    margin-right: 88px;
  }
  .mt-88__lg {
    margin-top: 88px;
  }
  .mb-88__lg {
    margin-bottom: 88px;
  }
  .margin-size__lg {
    margin: 88px;
  }
  .py-90__lg {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .px-90__lg {
    padding-left: 90px;
    padding-right: 90px;
  }
  .pt-90__lg {
    padding-top: 90px;
  }
  .pb-90__lg {
    padding-bottom: 90px;
  }
  .padding-90__lg {
    padding: 90px;
  }
  .my-90__lg {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mx-90__lg {
    margin-left: 90px;
    margin-right: 90px;
  }
  .mt-90__lg {
    margin-top: 90px;
  }
  .mb-90__lg {
    margin-bottom: 90px;
  }
  .margin-size__lg {
    margin: 90px;
  }
  .py-100__lg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .px-100__lg {
    padding-left: 100px;
    padding-right: 100px;
  }
  .pt-100__lg {
    padding-top: 100px;
  }
  .pb-100__lg {
    padding-bottom: 100px;
  }
  .padding-100__lg {
    padding: 100px;
  }
  .my-100__lg {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mx-100__lg {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mt-100__lg {
    margin-top: 100px;
  }
  .mb-100__lg {
    margin-bottom: 100px;
  }
  .margin-size__lg {
    margin: 100px;
  }
  .py-110__lg {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .px-110__lg {
    padding-left: 110px;
    padding-right: 110px;
  }
  .pt-110__lg {
    padding-top: 110px;
  }
  .pb-110__lg {
    padding-bottom: 110px;
  }
  .padding-110__lg {
    padding: 110px;
  }
  .my-110__lg {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .mx-110__lg {
    margin-left: 110px;
    margin-right: 110px;
  }
  .mt-110__lg {
    margin-top: 110px;
  }
  .mb-110__lg {
    margin-bottom: 110px;
  }
  .margin-size__lg {
    margin: 110px;
  }
  .py-120__lg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .px-120__lg {
    padding-left: 120px;
    padding-right: 120px;
  }
  .pt-120__lg {
    padding-top: 120px;
  }
  .pb-120__lg {
    padding-bottom: 120px;
  }
  .padding-120__lg {
    padding: 120px;
  }
  .my-120__lg {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mx-120__lg {
    margin-left: 120px;
    margin-right: 120px;
  }
  .mt-120__lg {
    margin-top: 120px;
  }
  .mb-120__lg {
    margin-bottom: 120px;
  }
  .margin-size__lg {
    margin: 120px;
  }
  .py-125__lg {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .px-125__lg {
    padding-left: 125px;
    padding-right: 125px;
  }
  .pt-125__lg {
    padding-top: 125px;
  }
  .pb-125__lg {
    padding-bottom: 125px;
  }
  .padding-125__lg {
    padding: 125px;
  }
  .my-125__lg {
    margin-top: 125px;
    margin-bottom: 125px;
  }
  .mx-125__lg {
    margin-left: 125px;
    margin-right: 125px;
  }
  .mt-125__lg {
    margin-top: 125px;
  }
  .mb-125__lg {
    margin-bottom: 125px;
  }
  .margin-size__lg {
    margin: 125px;
  }
  .py-130__lg {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .px-130__lg {
    padding-left: 130px;
    padding-right: 130px;
  }
  .pt-130__lg {
    padding-top: 130px;
  }
  .pb-130__lg {
    padding-bottom: 130px;
  }
  .padding-130__lg {
    padding: 130px;
  }
  .my-130__lg {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .mx-130__lg {
    margin-left: 130px;
    margin-right: 130px;
  }
  .mt-130__lg {
    margin-top: 130px;
  }
  .mb-130__lg {
    margin-bottom: 130px;
  }
  .margin-size__lg {
    margin: 130px;
  }
  .py-135__lg {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .px-135__lg {
    padding-left: 135px;
    padding-right: 135px;
  }
  .pt-135__lg {
    padding-top: 135px;
  }
  .pb-135__lg {
    padding-bottom: 135px;
  }
  .padding-135__lg {
    padding: 135px;
  }
  .my-135__lg {
    margin-top: 135px;
    margin-bottom: 135px;
  }
  .mx-135__lg {
    margin-left: 135px;
    margin-right: 135px;
  }
  .mt-135__lg {
    margin-top: 135px;
  }
  .mb-135__lg {
    margin-bottom: 135px;
  }
  .margin-size__lg {
    margin: 135px;
  }
  .py-140__lg {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .px-140__lg {
    padding-left: 140px;
    padding-right: 140px;
  }
  .pt-140__lg {
    padding-top: 140px;
  }
  .pb-140__lg {
    padding-bottom: 140px;
  }
  .padding-140__lg {
    padding: 140px;
  }
  .my-140__lg {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .mx-140__lg {
    margin-left: 140px;
    margin-right: 140px;
  }
  .mt-140__lg {
    margin-top: 140px;
  }
  .mb-140__lg {
    margin-bottom: 140px;
  }
  .margin-size__lg {
    margin: 140px;
  }
  .py-145__lg {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .px-145__lg {
    padding-left: 145px;
    padding-right: 145px;
  }
  .pt-145__lg {
    padding-top: 145px;
  }
  .pb-145__lg {
    padding-bottom: 145px;
  }
  .padding-145__lg {
    padding: 145px;
  }
  .my-145__lg {
    margin-top: 145px;
    margin-bottom: 145px;
  }
  .mx-145__lg {
    margin-left: 145px;
    margin-right: 145px;
  }
  .mt-145__lg {
    margin-top: 145px;
  }
  .mb-145__lg {
    margin-bottom: 145px;
  }
  .margin-size__lg {
    margin: 145px;
  }
  .py-150__lg {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .px-150__lg {
    padding-left: 150px;
    padding-right: 150px;
  }
  .pt-150__lg {
    padding-top: 150px;
  }
  .pb-150__lg {
    padding-bottom: 150px;
  }
  .padding-150__lg {
    padding: 150px;
  }
  .my-150__lg {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .mx-150__lg {
    margin-left: 150px;
    margin-right: 150px;
  }
  .mt-150__lg {
    margin-top: 150px;
  }
  .mb-150__lg {
    margin-bottom: 150px;
  }
  .margin-size__lg {
    margin: 150px;
  }
  .py-155__lg {
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .px-155__lg {
    padding-left: 155px;
    padding-right: 155px;
  }
  .pt-155__lg {
    padding-top: 155px;
  }
  .pb-155__lg {
    padding-bottom: 155px;
  }
  .padding-155__lg {
    padding: 155px;
  }
  .my-155__lg {
    margin-top: 155px;
    margin-bottom: 155px;
  }
  .mx-155__lg {
    margin-left: 155px;
    margin-right: 155px;
  }
  .mt-155__lg {
    margin-top: 155px;
  }
  .mb-155__lg {
    margin-bottom: 155px;
  }
  .margin-size__lg {
    margin: 155px;
  }
  .py-160__lg {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .px-160__lg {
    padding-left: 160px;
    padding-right: 160px;
  }
  .pt-160__lg {
    padding-top: 160px;
  }
  .pb-160__lg {
    padding-bottom: 160px;
  }
  .padding-160__lg {
    padding: 160px;
  }
  .my-160__lg {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .mx-160__lg {
    margin-left: 160px;
    margin-right: 160px;
  }
  .mt-160__lg {
    margin-top: 160px;
  }
  .mb-160__lg {
    margin-bottom: 160px;
  }
  .margin-size__lg {
    margin: 160px;
  }
  .py-170__lg {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .px-170__lg {
    padding-left: 170px;
    padding-right: 170px;
  }
  .pt-170__lg {
    padding-top: 170px;
  }
  .pb-170__lg {
    padding-bottom: 170px;
  }
  .padding-170__lg {
    padding: 170px;
  }
  .my-170__lg {
    margin-top: 170px;
    margin-bottom: 170px;
  }
  .mx-170__lg {
    margin-left: 170px;
    margin-right: 170px;
  }
  .mt-170__lg {
    margin-top: 170px;
  }
  .mb-170__lg {
    margin-bottom: 170px;
  }
  .margin-size__lg {
    margin: 170px;
  }
  .py-180__lg {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .px-180__lg {
    padding-left: 180px;
    padding-right: 180px;
  }
  .pt-180__lg {
    padding-top: 180px;
  }
  .pb-180__lg {
    padding-bottom: 180px;
  }
  .padding-180__lg {
    padding: 180px;
  }
  .my-180__lg {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .mx-180__lg {
    margin-left: 180px;
    margin-right: 180px;
  }
  .mt-180__lg {
    margin-top: 180px;
  }
  .mb-180__lg {
    margin-bottom: 180px;
  }
  .margin-size__lg {
    margin: 180px;
  }
  .py-190__lg {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .px-190__lg {
    padding-left: 190px;
    padding-right: 190px;
  }
  .pt-190__lg {
    padding-top: 190px;
  }
  .pb-190__lg {
    padding-bottom: 190px;
  }
  .padding-190__lg {
    padding: 190px;
  }
  .my-190__lg {
    margin-top: 190px;
    margin-bottom: 190px;
  }
  .mx-190__lg {
    margin-left: 190px;
    margin-right: 190px;
  }
  .mt-190__lg {
    margin-top: 190px;
  }
  .mb-190__lg {
    margin-bottom: 190px;
  }
  .margin-size__lg {
    margin: 190px;
  }
  .py-200__lg {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .px-200__lg {
    padding-left: 200px;
    padding-right: 200px;
  }
  .pt-200__lg {
    padding-top: 200px;
  }
  .pb-200__lg {
    padding-bottom: 200px;
  }
  .padding-200__lg {
    padding: 200px;
  }
  .my-200__lg {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .mx-200__lg {
    margin-left: 200px;
    margin-right: 200px;
  }
  .mt-200__lg {
    margin-top: 200px;
  }
  .mb-200__lg {
    margin-bottom: 200px;
  }
  .margin-size__lg {
    margin: 200px;
  }
}
/* Properties */
.ff-amplesoft {
  font-family: "Amplesoft Pro", sans-serif;
}

.ta-center {
  text-align: center;
}

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

.ta-justify {
  text-align: justify;
}

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

.tt-uppercase {
  text-transform: uppercase;
}

.fw-black {
  font-weight: 900;
}

.fw-bold {
  font-weight: 700;
}

.fw-semibold {
  font-weight: 600;
}

.fw-medium {
  font-weight: 500;
}

.fw-normal {
  font-weight: 400;
}

.fw-thin {
  font-weight: 300;
}

.fw-lighter {
  font-weight: 100;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-38 {
  font-size: 2.375rem;
}

.fs-40 {
  font-size: 2.5rem;
}

.fs-42 {
  font-size: 2.625rem;
}

.fs-44 {
  font-size: 2.75rem;
}

.fs-46 {
  font-size: 2.875rem;
}

.fs-48 {
  font-size: 3rem;
}

.fs-50 {
  font-size: 3.125rem;
}

.fs-52 {
  font-size: 3.25rem;
}

.fs-54 {
  font-size: 3.375rem;
}

.fs-56 {
  font-size: 3.5rem;
}

.fs-58 {
  font-size: 3.625rem;
}

.fs-60 {
  font-size: 3.75rem;
}

.fs-62 {
  font-size: 3.875rem;
}

.fs-64 {
  font-size: 4rem;
}

.fs-68 {
  font-size: 4.25rem;
}

.fs-70 {
  font-size: 4.375rem;
}

.fs-80 {
  font-size: 5rem;
}

.fs-90 {
  font-size: 5.625rem;
}

.lh-100 {
  line-height: 100%;
}

.lh-120 {
  line-height: 120%;
}

.lh-130 {
  line-height: 130%;
}

.lh-150 {
  line-height: 150%;
}

@media (min-width: 1200px) {
  .fs-12__lg {
    font-size: 0.75rem;
  }
  .fs-14__lg {
    font-size: 0.875rem;
  }
  .fs-16__lg {
    font-size: 1rem;
  }
  .fs-18__lg {
    font-size: 1.125rem;
  }
  .fs-20__lg {
    font-size: 1.25rem;
  }
  .fs-22__lg {
    font-size: 1.375rem;
  }
  .fs-24__lg {
    font-size: 1.5rem;
  }
  .fs-26__lg {
    font-size: 1.625rem;
  }
  .fs-28__lg {
    font-size: 1.75rem;
  }
  .fs-30__lg {
    font-size: 1.875rem;
  }
  .fs-32__lg {
    font-size: 2rem;
  }
  .fs-36__lg {
    font-size: 2.25rem;
  }
  .fs-38__lg {
    font-size: 2.375rem;
  }
  .fs-40__lg {
    font-size: 2.5rem;
  }
  .fs-42__lg {
    font-size: 2.625rem;
  }
  .fs-44__lg {
    font-size: 2.75rem;
  }
  .fs-46__lg {
    font-size: 2.875rem;
  }
  .fs-48__lg {
    font-size: 3rem;
  }
  .fs-50__lg {
    font-size: 3.125rem;
  }
  .fs-52__lg {
    font-size: 3.25rem;
  }
  .fs-54__lg {
    font-size: 3.375rem;
  }
  .fs-56__lg {
    font-size: 3.5rem;
  }
  .fs-58__lg {
    font-size: 3.625rem;
  }
  .fs-60__lg {
    font-size: 3.75rem;
  }
  .fs-62__lg {
    font-size: 3.875rem;
  }
  .fs-64__lg {
    font-size: 4rem;
  }
  .fs-68__lg {
    font-size: 4.25rem;
  }
  .fs-70__lg {
    font-size: 4.375rem;
  }
  .fs-80__lg {
    font-size: 5rem;
  }
  .fs-90__lg {
    font-size: 5.625rem;
  }
  .fw-black__lg {
    font-weight: 900;
  }
  .fw-bold__lg {
    font-weight: 700;
  }
  .fw-semibold__lg {
    font-weight: 600;
  }
  .fw-medium__lg {
    font-weight: 500;
  }
  .fw-normal__lg {
    font-weight: 400;
  }
  .fw-thin__lg {
    font-weight: 300;
  }
  .fw-lighter__lg {
    font-weight: 100;
  }
}
@media (min-width: 819px) and (max-width: 1159px) {
  .fs-12__md {
    font-size: 0.75rem;
  }
  .fs-14__md {
    font-size: 0.875rem;
  }
  .fs-16__md {
    font-size: 1rem;
  }
  .fs-18__md {
    font-size: 1.125rem;
  }
  .fs-20__md {
    font-size: 1.25rem;
  }
  .fs-22__md {
    font-size: 1.375rem;
  }
  .fs-24__md {
    font-size: 1.5rem;
  }
  .fs-26__md {
    font-size: 1.625rem;
  }
  .fs-28__md {
    font-size: 1.75rem;
  }
  .fs-30__md {
    font-size: 1.875rem;
  }
  .fs-32__md {
    font-size: 2rem;
  }
  .fs-36__md {
    font-size: 2.25rem;
  }
  .fs-38__md {
    font-size: 2.375rem;
  }
  .fs-40__md {
    font-size: 2.5rem;
  }
  .fs-42__md {
    font-size: 2.625rem;
  }
  .fs-44__md {
    font-size: 2.75rem;
  }
  .fs-46__md {
    font-size: 2.875rem;
  }
  .fs-48__md {
    font-size: 3rem;
  }
  .fs-50__md {
    font-size: 3.125rem;
  }
  .fs-52__md {
    font-size: 3.25rem;
  }
  .fs-54__md {
    font-size: 3.375rem;
  }
  .fs-56__md {
    font-size: 3.5rem;
  }
  .fs-58__md {
    font-size: 3.625rem;
  }
  .fs-60__md {
    font-size: 3.75rem;
  }
  .fs-62__md {
    font-size: 3.875rem;
  }
  .fs-64__md {
    font-size: 4rem;
  }
  .fs-68__md {
    font-size: 4.25rem;
  }
  .fs-70__md {
    font-size: 4.375rem;
  }
  .fs-80__md {
    font-size: 5rem;
  }
  .fs-90__md {
    font-size: 5.625rem;
  }
  .fw-black__md {
    font-weight: 900;
  }
  .fw-bold__md {
    font-weight: 700;
  }
  .fw-semibold__md {
    font-weight: 600;
  }
  .fw-medium__md {
    font-weight: 500;
  }
  .fw-normal__md {
    font-weight: 400;
  }
  .fw-thin__md {
    font-weight: 300;
  }
  .fw-lighter__md {
    font-weight: 100;
  }
}
.color--primary-navy {
  color: #000000;
}

.background--primary-navy {
  background-color: #000000;
}

.background--primary-navy-dimmed {
  background-color: rgba(0, 0, 0, 0.75);
}

.color--secondary-black {
  color: #1b1b1b;
}

.background--secondary-black {
  background-color: #1b1b1b;
}

.background--secondary-black-dimmed {
  background-color: rgba(27, 27, 27, 0.75);
}

.color--tertiary-black {
  color: #393939;
}

.background--tertiary-black {
  background-color: #393939;
}

.background--tertiary-black-dimmed {
  background-color: rgba(57, 57, 57, 0.75);
}

.color--quartiary-black {
  color: #2C2C2C;
}

.background--quartiary-black {
  background-color: #2C2C2C;
}

.background--quartiary-black-dimmed {
  background-color: rgba(44, 44, 44, 0.75);
}

.color--white {
  color: #ffffff;
}

.background--white {
  background-color: #ffffff;
}

.background--white-dimmed {
  background-color: rgba(255, 255, 255, 0.75);
}

.color--opacity-70 {
  color: rgba(255, 255, 255, 0.7);
}

.background--opacity-70 {
  background-color: rgba(255, 255, 255, 0.7);
}

.background--opacity-70-dimmed {
  background-color: rgba(255, 255, 255, 0.75);
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100vh;
}

.w-half {
  width: 50%;
}

.w-zero {
  width: 0;
}

.relative {
  position: relative;
}

.z1 {
  position: relative;
  z-index: 1;
}

.td-none {
  text-decoration: none;
}

.opacity--8 {
  opacity: 0.8;
}

@media (min-width: 820px) {
  .d-none__lg {
    display: none !important;
  }
}
@media (max-width: 820px) {
  .d-none__sm {
    display: none !important;
  }
}
.anchor {
  position: relative;
  text-decoration: none;
  color: #000000;
}
.anchor--hover {
  transition: color 150ms ease;
}

.header {
  width: 100%;
  height: 100vh;
}

.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.loading-container.hidden {
  opacity: 0;
}

.loading-box {
  position: relative;
  width: 237px;
  height: 147px;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-box.fillwhite svg g {
  transition: 1s ease all;
  fill: white;
}

.loading-box svg {
  position: absolute;
  width: 237px;
  height: 147px;
}

.svg-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 237px;
  height: 147px;
  background: black;
  transform: scaleY(1);
  transform-origin: top;
  transition: 1s ease all;
}

.filled {
  transform: scaleY(0);
}

.navbar {
  display: flex;
  height: 120px;
  align-items: center;
  justify-content: space-between;
  background: black;
  padding: 15px 20px;
  color: white;
  border-bottom: 1px solid #393939;
  /* Apenas no mobile */
}
.navbar .containerNavbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.navbar .logo-container {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.navbar .logo-container img {
  height: 32px;
  width: auto;
  max-width: -moz-max-content;
  max-width: max-content;
}
.navbar .menu-items {
  display: flex;
  gap: 20px;
}
.navbar .menu-items li {
  list-style: none;
}
.navbar .menu-items a {
  text-decoration: none;
  color: white;
  display: flex;
  gap: 6px;
  align-items: center;
  opacity: 0.6;
  transition: opacity 0.3s ease-in;
  font-size: 16px;
  font-family: "AmpleSoft Pro", Arial, sans-serif;
}
.navbar .menu-items a:hover,
.navbar .menu-items a:focus {
  opacity: 1;
}
.navbar .contact-button .btn {
  border: 1px solid white;
  padding: 14px 16px;
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  transition: background 0.3s, color 0.3s ease;
}
.navbar .contact-button .btn:hover {
  background: white;
  color: #000000;
}
.navbar .contact-button .btn:hover svg path {
  stroke: black;
}
.navbar .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  background-color: black;
  position: relative;
  z-index: 2;
  height: 70px;
}
.navbar .header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.navbar .header.border-bottom::after {
  opacity: 1;
}
.navbar .hamburger {
  cursor: pointer;
  justify-content: center;
  gap: 12px;
  align-items: center;
  position: relative;
  z-index: 10;
  margin-left: auto;
}
.navbar .hamburger div {
  width: 30px;
  height: 4px;
  background-color: white;
  margin: 5px;
  transition: 0.3s;
}
.navbar .menu {
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  overflow-y: auto;
  z-index: 1;
  border-top: 1px solid #fff;
}
.navbar .menu.active {
  transform: translateX(0);
}
.navbar .menu ul {
  list-style: none;
  width: 100%;
  padding: 0;
  text-align: center;
}
.navbar .menu ul li {
  margin: 15px 0;
}
.navbar .menu ul li a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  display: block;
  padding: 10px;
}
.navbar .menu ul li a img {
  margin-left: 6px;
}
.navbar .hamburger.active div:nth-child(1) {
  transform: rotate(45deg);
  position: absolute;
  top: 0;
}
.navbar .hamburger.active div:nth-child(2) {
  opacity: 0;
}
.navbar .hamburger.active div:nth-child(3) {
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1199px) {
  .navbar .hamburger {
    display: block;
  }
  .navbar .menu-items,
  .navbar .contact-button {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar .logo-container img {
    height: 50px;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .main {
    width: 100%;
  }
  .navbar .header {
    display: none;
  }
  .navbar .menu {
    display: none;
  }
}
.navbar .submenu {
  position: absolute;
  width: 100%;
  top: calc(100% + 0px);
  left: 50%;
  display: flex;
  transform: translateX(-50%);
  background: black;
  padding: 60px 40px;
  gap: 40px;
  justify-content: center;
  z-index: 999;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.4s ease-in, opacity 0.3s ease-in, visibility 0.3s ease-in;
}
.navbar .submenu.open {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
}
.navbar .submenu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.navbar .submenu-item a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 500;
  font-family: "AmpleSoft Pro", Arial, sans-serif;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}
.navbar .submenu-divider {
  width: 1px;
  height: 20px;
  background-color: #ccc;
}

.footer {
  background: #1B1B1B;
  color: #ffffff;
  padding: 60px 0;
}
.footer .footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px;
  gap: 32px;
  width: 100%;
}
.footer .footer__logo {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.footer .footer__logo img {
  width: 100%;
}
.footer .footer__social {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.footer .footer__social-text {
  font-size: 16px;
}
.footer .footer__social-list {
  display: flex;
  gap: 24px;
  list-style: none;
}
.footer .footer__social-link svg {
  width: 24px;
  height: 24px;
}
.footer .footer__links {
  display: flex;
  gap: 100px;
}
.footer .footer__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.footer .footer__column-title {
  font-size: 18px;
  font-weight: 600;
}
.footer .footer__column-list {
  align-items: flex-start;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer .footer__column-item {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}
.footer .footer__column-item:hover {
  opacity: 1;
}
.footer .footer__column-link {
  color: #FFFFFF;
  text-decoration: none;
}
.footer .footer__bottom {
  border-top: 1px solid #333;
  padding-top: 24px;
  font-size: 14px;
  width: 100%;
  justify-content: space-between;
}
.footer .footer__bottom-link {
  color: #FFFFFF;
  text-decoration: underline !important;
}
@media screen and (max-width: 768px) {
  .footer .footer {
    padding: 60px 20px 30px;
  }
  .footer .footer__bottom {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
}
@media screen and (min-width: 820px) and (max-width: 1199px) {
  .footer .footer__container,
  .footer .footer__bottom {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer__container,
  .footer .footer__bottom {
    width: 1200px;
    margin: 0 auto;
    display: flex;
  }
}

.selectShoes .search-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .selectShoes .search-bar {
    padding: 0;
  }
}
.selectShoes .button {
  background-color: #ffffff;
  padding: 17px 0;
  border-radius: 8px;
  color: black;
  width: 162px;
  display: flex;
  border: none;
  outline: none;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  gap: 6px;
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.selectShoes .button:disabled {
  opacity: 0.6;
}
.selectShoes .button:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .selectShoes .button {
    width: 100%;
  }
}
.selectShoes .custom-select {
  position: relative;
  width: 217px;
}
@media screen and (max-width: 767px) {
  .selectShoes .custom-select {
    width: 100%;
  }
}
.selectShoes .custom-select select {
  width: 100%;
  padding: 20px;
  background: #1e1e1e;
  color: #ccc;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.selectShoes .custom-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: var(--icon-url);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.2s ease-in-out;
}
select:focus + .selectShoes .custom-select::after {
  transform: translateY(-50%) rotate(180deg);
}

.loja-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  margin-bottom: 120px;
}
.loja-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 12px;
}
.loja-subtitle {
  color: #ffffff;
  opacity: 70%;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 150%;
}
.loja-getThere {
  display: none;
}
.loja-getThere-desktop {
  margin-top: 12px;
  margin-bottom: 8px;
  color: #ffffff;
  opacity: 70%;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
}
.loja-getThere-mobile {
  display: none;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 12px;
  color: #ffffff;
  opacity: 70%;
  font-weight: 400;
  text-transform: uppercase;
}
.loja-card {
  width: 100%;
  min-width: 528px;
  background-color: #1b1b1b;
  color: #fff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .loja-card {
    min-width: 100%;
  }
}
.loja-icons-desktop {
  display: flex;
  gap: 12px;
  align-items: center;
}
.loja-icons-mobile {
  display: none;
}
.loja-icons-mobile a svg {
  width: 32px;
  height: 32px;
}
.loja-icons a svg {
  width: 24px;
  margin-left: 8px;
}
.loja-info {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-direction: row;
}
.loja-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.loja-section span svg {
  min-width: 48px;
  margin: 0;
}
.loja-address {
  line-height: 150%;
  font-size: 18px;
  margin-top: 12px;
}
.loja-getthere {
  display: none;
  border-top: 1px solid #393939;
  padding-top: 12px;
}
.loja-button {
  padding: 12px 0;
  border-radius: 8px;
  background: #fff;
  color: black;
  display: flex;
  font-size: 16px;
  gap: 6px;
  justify-content: center;
  font-weight: 500;
  align-items: center;
  text-decoration: none;
  margin-top: 20px;
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.loja-button:hover {
  opacity: 0.7;
}

.titleResults {
  font-family: "AmpleSoft Pro", Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 820px) {
  .titleResults b {
    display: block;
  }
}

.icon {
  display: none;
  margin-bottom: 12px;
}

.info {
  display: flex;
  flex: 0 0 auto;
  gap: 6px;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  align-items: center;
}
.info img {
  min-width: 24px;
  min-height: 24px;
}

@media screen and (max-width: 767px) {
  .loja-container {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .loja-card {
    padding: 24px 20px;
  }
  .loja-info {
    flex-direction: column;
    gap: 12px;
  }
  .loja-subtitle {
    font-size: 14px;
  }
  .loja-icons-desktop {
    display: none;
  }
  .loja-icons-mobile {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .loja-icons a svg {
    width: 32px;
    height: 32px;
  }
  .loja-section span svg {
    min-width: 24px;
    margin: 0;
  }
  .loja-address {
    font-size: 16px;
    margin-top: 0;
  }
  .loja-getthere {
    display: inline;
  }
  .loja-getThere-desktop {
    display: none;
  }
  .loja-getThere-mobile {
    display: flex;
  }
  .titleResults {
    font-size: 28px;
  }
  .icon {
    display: block;
  }
  .schedule,
  .info {
    font-size: 14px;
    margin-top: 0;
  }
}
.map {
  width: 100%;
  height: 500px;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .map {
    max-width: 100%;
    height: 400px;
  }
}

.maps {
  width: 100%;
  height: 500px;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .maps {
    max-width: 100%;
  }
}

.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 960px;
  max-height: 100%;
}
@media (max-width: 768px) {
  .banner {
    height: 600px;
  }
}
.banner-slider {
  position: relative;
}
.banner-slider__slide {
  background-size: cover;
  background-position: center;
  min-height: 100%;
  height: 960px;
}
@media (max-width: 768px) {
  .banner-slider__slide {
    height: 600px;
  }
}
.banner-slider__caption {
  position: absolute;
  max-width: 436px;
  bottom: 100px;
  left: 100px;
  color: #fff;
  font-family: "Amplesoft Pro", Arial, Helvetica, sans-serif;
  line-height: 120%;
  font-weight: 700;
  display: flex;
  gap: 20px;
  flex-direction: column;
  font-size: 42px;
}
@media (max-width: 768px) {
  .banner-slider__caption {
    font-size: 28px;
    left: 60px;
    max-width: 230px;
  }
}
.banner-slider__link {
  border: 1px solid white;
  padding: 0px 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  transition: background 0.2s ease-in;
}
.banner-slider__link:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000000;
}
@media (max-width: 768px) {
  .banner-slider__link {
    padding: 12px 36px;
  }
}
.banner-slider__dots {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 8px;
}
.banner-slider__dot {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.banner-slider__dot-active {
  background-color: #ffffff;
  border: 1px solid white;
}

.formModalBlindados .forminator-button {
  width: 100% !important;
  font-family: "Amplesoft Pro", Helvetica, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  border-radius: 0.5rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.375rem !important;
  justify-content: center !important;
  padding: 1rem !important;
}
.formModalBlindados .select2-selection__rendered {
  padding: 1rem 0.75rem !important;
}
.formModalBlindados input {
  padding: 1rem 0.75rem !important;
}
.formModalBlindados input::-moz-placeholder {
  font-size: 1rem !important;
}
.formModalBlindados input::placeholder {
  font-size: 1rem !important;
}
.formModalBlindados .select2-results__option {
  font-family: "Amplesoft Pro", Helvetica, sans-serif !important;
  font-size: 1rem !important;
}
.formModalBlindados .forminator-custom-form {
  font-family: "Amplesoft Pro", Helvetica, sans-serif !important;
  font-size: 1rem !important;
}
.formModalBlindados .selection,
.formModalBlindados .forminator-select.forminator-field-select,
.formModalBlindados .select2-results__options,
.formModalBlindados .select2-selection__rendered,
.formModalBlindados .select2-selection,
.formModalBlindados .select2-selection--single .forminator-select--field {
  font-family: "Amplesoft Pro", Helvetica, sans-serif !important;
  font-size: 1rem !important;
}

.formModalConsorcios .forminator-button {
  width: 100% !important;
  font-family: "Amplesoft Pro", Helvetica, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  border-radius: 0.5rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.375rem !important;
  justify-content: center !important;
  padding: 1rem !important;
}
.formModalConsorcios .forminator-button:hover {
  opacity: 0.6 !important;
}
.formModalConsorcios .forminator-input-with-suffix > input {
  padding-left: 40px !important;
}
.formModalConsorcios .forminator-input-with-suffix > span {
  right: 80% !important;
}
@media (max-width: 768px) {
  .formModalConsorcios .forminator-input-with-suffix > span {
    right: 85% !important;
  }
}
.formModalConsorcios .forminator-required {
  display: none;
}
.formModalConsorcios .forminator-label {
  color: #ffffff !important;
  font-size: 1.125rem !important;
  font-family: "Amplesoft Pro", Helvetica, sans-serif !important;
  font-weight: 500 !important;
}
.formModalConsorcios .select2-selection__rendered {
  padding: 1rem 0.75rem !important;
}
.formModalConsorcios form input {
  padding: 1rem 0.75rem !important;
}
.formModalConsorcios form input::-moz-placeholder {
  font-size: 1rem !important;
}
.formModalConsorcios form input::placeholder {
  font-size: 1rem !important;
}
.formModalConsorcios .select2-results__option {
  font-family: "Amplesoft Pro", Helvetica, sans-serif !important;
  font-size: 1rem !important;
}
.formModalConsorcios .forminator-custom-form {
  font-family: "Amplesoft Pro", Helvetica, sans-serif !important;
  font-size: 1rem !important;
}
.formModalConsorcios .selection,
.formModalConsorcios .forminator-select.forminator-field-select,
.formModalConsorcios .select2-results__options,
.formModalConsorcios .select2-selection__rendered,
.formModalConsorcios .select2-selection,
.formModalConsorcios .select2-selection--single .forminator-select--field {
  font-family: "Amplesoft Pro", Helvetica, sans-serif !important;
  font-size: 1rem !important;
}
.formModalConsorcios .inputRangeContainer {
  position: relative;
  width: 100%;
  height: 20px;
}
.formModalConsorcios input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}
.formModalConsorcios .slider-track {
  width: 100%;
  height: 5px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}
.formModalConsorcios input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}
.formModalConsorcios input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}
.formModalConsorcios input[type=range]::-ms-track {
  appearance: none;
  height: 5px;
}
.formModalConsorcios input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1.75rem;
  width: 1.75rem;
  background-color: #ffffff;
  cursor: pointer;
  margin-top: -9px;
  pointer-events: auto;
  border-radius: 50%;
}
.formModalConsorcios input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 1.75rem;
  width: 1.75rem;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffffff;
  pointer-events: auto;
  border: none;
}
.formModalConsorcios input[type=range]::-ms-thumb {
  appearance: none;
  height: 1.75rem;
  width: 1.75rem;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffffff;
  pointer-events: auto;
}
.formModalConsorcios input[type=range]:active::-webkit-slider-thumb {
  background-color: #ffffff;
}

.buttonCategory {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.buttonCategory .botao {
  padding: 16px 54px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  gap: 12px;
  align-items: center;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.buttonCategory .botao-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .buttonCategory .botao-container {
    flex-direction: column;
  }
}
.buttonCategory .botao:hover {
  background-color: #1b1b1b;
}
.buttonCategory .botao.active {
  background-color: white;
  color: black;
  font-weight: bold;
}
.buttonCategory .botao.active svg path {
  stroke: black;
}
.buttonCategory .botao svg path {
  stroke: rgba(255, 255, 255, 0.6);
  transition: stroke 0.3s ease-in-out;
}
.buttonCategory .conteudo {
  opacity: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  background: transparent;
  border-radius: 10px;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  position: absolute;
}
.buttonCategory .conteudo.active {
  display: block;
  opacity: 1;
  visibility: visible;
  position: relative;
}

.offer {
  overflow: hidden;
}
.offer .container {
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}
.offer .keen-slider {
  display: flex;
  overflow: visible;
}
.offer .cardCar {
  min-width: 322px;
  max-width: 322px;
  width: 322px;
  background-color: #1b1b1b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
}
.offer .cardCar .content {
  padding: 40px 30px;
  height: calc(100% - 250px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.offer .titleOffer {
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
}
.offer .descriptionOffer {
  color: #ffffff;
  opacity: 0.6;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.offer .buttonOffer {
  margin-top: 37px;
  padding: 14px 40px;
  display: flex;
  gap: 6px;
  color: #fff;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 6px;
  transition: 0.3s ease all;
}
.offer .buttonOffer:hover {
  background: white;
  color: black;
  border-color: white;
}
.offer .buttonOffer:hover svg path {
  stroke: black;
}
.offer .imagem {
  height: 250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer .imagem img {
  height: 100%;
  width: 100%;
  -o-object-position: center 70%;
     object-position: center 70%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-destaque {
  width: 100%;
  height: 900px;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  box-shadow: inset 0px 0px 170px 200px rgba(0, 0, 0, 0.5);
}
.banner-destaque__container {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.banner-destaque__content {
  max-width: 700px;
  min-width: 696px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}
.banner-destaque__date {
  font-size: 16px;
  line-height: 120%;
  text-align: left;
  font-weight: 500;
  font-family: "Amplesoft Pro", sans-serif;
}
.banner-destaque__title {
  font-size: 56px;
  font-weight: 500;
  text-align: left;
  font-family: "Amplesoft Pro", sans-serif;
  line-height: 100%;
}
.banner-destaque__excerpt {
  font-size: 24px;
  line-height: 150%;
  text-align: left;
  font-weight: 500;
  font-family: "Amplesoft Pro", sans-serif;
}
.banner-destaque__button {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding: 14px 84px;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.banner-destaque__button:hover {
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .banner-destaque {
    height: auto;
    padding: 60px 0;
    align-items: center;
    text-align: center;
  }
  .banner-destaque__container {
    padding: 0 20px;
  }
  .banner-destaque__content {
    max-width: 100%;
    min-width: 100%;
    align-items: center;
  }
  .banner-destaque__date {
    font-size: 14px;
  }
  .banner-destaque__title {
    font-size: 26px;
    line-height: 110%;
  }
  .banner-destaque__excerpt {
    font-size: 16px;
  }
  .banner-destaque__button {
    width: auto;
    justify-content: center;
    padding: 12px 40px;
  }
}
@media (min-width: 430px) and (max-width: 820px) {
  .banner-destaque__content {
    padding: 0 20px;
  }
}

.post {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 12px;
  align-items: center;
  justify-content: center;
}
.post__card {
  position: relative;
  width: 320px;
  border-radius: 12px;
  overflow: hidden;
  background: #121212;
  color: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}
.post__card-image {
  min-width: 372px;
  min-height: 270px;
  max-height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 65% center;
     object-position: 65% center;
  background-position: center;
  border-radius: 12px !important;
}
.post__card-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 175px;
  max-height: 175px;
}
.post__card-content h2 {
  font-family: "Amplesoft Pro", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  width: 90%;
}
.post__card-meta {
  font-size: 16px;
  color: #ffffff;
  line-height: 120%;
  font-weight: 500;
  font-family: "Amplesoft Pro", Helvetica, sans-serif;
}
.post__card-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 150%;
  font-weight: 400;
}
.post__card:hover {
  transform: translateY(-5px);
}
.post__load-more-btn {
  display: flex;
  align-items: center;
  font-family: "Amplesoft Pro", Helvetica, sans-serif;
  gap: 12px;
  margin: 20px auto;
  padding: 10px 20px;
  color: white;
  border: none;
  text-decoration: none;
  cursor: pointer;
  justify-content: center;
  font-size: 16px;
  opacity: 0.7;
  transition: opacity 0.3s ease-in;
}
.post__load-more-btn:hover {
  opacity: 1;
}

.hidden {
  display: none;
}

.brands {
  width: 100%;
}
.brands-desktop {
  display: block;
}
@media (max-width: 768px) {
  .brands-desktop {
    display: none;
  }
}
.brands-mobile {
  display: block;
}
@media (min-width: 769px) {
  .brands-mobile {
    display: none;
  }
}
.brands__description {
  color: #ffffff;
  text-align: center;
  margin-bottom: 16px;
  font-family: "Amplesoft Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 768px) {
  .brands__description {
    font-size: 16px;
  }
}
.brands__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
@media (max-width: 768px) {
  .brands__content {
    justify-content: center;
    gap: 12px 20px;
  }
}
.brands__container {
  display: flex;
  gap: 12px;
}
.brands__container .keen-slider {
  overflow: hidden !important;
}
.brands__container .keen-slider__slide {
  min-width: 120px !important;
  max-width: 120px !important;
  height: 120px !important;
  flex: 0 0 auto;
}
@media (max-width: 480px) {
  .brands__container .keen-slider__slide .keen-slider__slide {
    min-width: 100px !important;
    height: 100px !important;
  }
}
.brands__item {
  min-width: 110px;
  min-height: 110px;
  max-width: 110px;
  max-height: 110px;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  background: #1b1b1b;
  border: 1px solid #393939;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .brands__item {
    min-width: 157.5px;
    max-width: 157.5px;
  }
}

.dot {
  width: 40px;
  height: 10px;
  margin: 0 5px;
  background: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0.2;
  transition: opacity 0.5s ease-in;
}
.dot__product {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.dot__service {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.dot.active {
  background: white;
  opacity: 1;
  transform: scale(1.3);
  border-radius: 10px;
  width: 100px;
  margin: 0 20px;
}

.services {
  width: 100%;
}
.services-desktop {
  display: block;
}
@media (max-width: 768px) {
  .services-desktop {
    display: none;
  }
}
.services-mobile {
  display: block;
}
@media (min-width: 769px) {
  .services-mobile {
    display: none;
  }
}

.services__description {
  color: #ffffff;
  text-align: center;
  margin-bottom: 16px;
  font-family: "Amplesoft Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 768px) {
  .services__description {
    font-size: 16px;
  }
}

.services__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
@media (max-width: 768px) {
  .services__content {
    justify-content: center;
    gap: 12px 20px;
  }
}

.services__container {
  display: flex;
  gap: 12px;
  overflow: visible !important;
}

.services__container > .keen-slider__slide {
  min-width: 100% !important;
  max-width: 100% !important;
}

.services__item {
  min-width: 110px;
  min-height: 110px;
  max-width: 110px;
  max-height: 110px;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  background: #1b1b1b;
  border: 1px solid #393939;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .services__item {
    min-width: 157.5px;
    max-width: 157.5px;
  }
}

.dotsServices {
  width: 40px;
  height: 10px;
  margin: 0 5px;
  background: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0.2;
  transition: opacity 0.5s ease-in;
}
.dotsServices__container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.dotsServices.active {
  background: white;
  opacity: 1;
  transform: scale(1.3);
  border-radius: 10px;
  width: 100px;
  margin: 0 20px;
}

.view {
  position: relative;
}
.view__single {
  height: 100%;
  width: 100vw;
  max-height: 100%;
  /* Responsividade */
}
.view__single .related {
  border-top: 1px solid #393939;
}
.view__single .titleContainer {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.view__single .titleContainer .resume {
  opacity: 70%;
}
.view__single .banner {
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 840px;
  background-size: cover;
}
@media (max-width: 768px) {
  .view__single .banner {
    height: 500px;
  }
}
.view__single .content {
  padding-top: 60px;
  margin: 0 auto;
  max-width: 800px;
  max-height: 100%;
  height: 100%;
}
.view__single .content a {
  color: #ffffff;
}
.view__single .content p {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .view__single .content p {
    font-size: 1rem;
  }
}
.view__single .content img {
  padding-top: 30px;
}
.view__single .content figure {
  margin-bottom: 1.5rem;
}
.view__single .content p + p {
  padding-bottom: 1.5rem;
}
.view__single .content ul {
  padding-bottom: 1.5rem;
}
.view__single .content h2 {
  font-size: 32px;
  line-height: 150%;
  font-weight: 500;
  padding-bottom: 20px;
}
.view__single .content ul,
.view__single .content li {
  margin-top: 1.5rem;
  list-style-type: disc;
  margin-left: 1.5rem;
}
.view__single .content p:last-of-type {
  margin-bottom: 4rem;
}
.view__single .content .share {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 2rem 0;
  border-top: 1px solid #393939;
}
@media (max-width: 768px) {
  .view__single .content .share {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}
.view__single .content .share__label {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 120%;
}
.view__single .content .share__buttons {
  display: flex;
  gap: 8px;
}
.view__single .content .share__button {
  background: #1b1b1b;
  border: 1px solid #393939;
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
@media (max-width: 768px) {
  .view__single .content .share__button {
    padding: 0.75rem 1rem;
  }
}
.view__single .content .share__icons {
  display: flex;
  gap: 0.5rem;
}
.view__single .content .share__link {
  background: #1b1b1b;
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #393939;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .view__single .content .share__link {
    padding: 1rem;
  }
}
.view__single .content .share__icon {
  width: 1rem;
  height: 1rem;
}
@media (max-width: 768px) {
  .view__single .content .share__icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.view__single .content .event-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 12px;
  align-items: center;
  justify-content: center;
}
.view__single .event-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.view__single .event-card {
  position: relative;
  width: 384px;
  border-radius: 12px;
  overflow: hidden;
  background: #121212;
  color: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}
.view__single .event-card:hover {
  transform: translateY(-5px);
}
.view__single .event-card__image {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 12px;
  padding: 6px;
}
.view__single .event-card__content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 175px;
}
.view__single .event-card__content h2 {
  font-family: "Amplesoft Pro", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  width: 90%;
}
.view__single .event-card__content span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.view__single .event-card__meta {
  font-size: 16px;
  color: #ffffff;
  line-height: 120%;
  font-weight: 500;
  font-family: "Amplesoft Pro", Helvetica, sans-serif;
}
.view__single .event-card__description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 150%;
  font-weight: 400;
}
@media (max-width: 768px) {
  .view__single .event-card {
    width: 100%;
  }
}
.view__singleCar {
  background: #000000;
}
@media screen and (max-width: 768px) {
  .view__singleCar .reserve {
    padding: 20px;
  }
}
.view__singleCar .reserve__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .view__singleCar .reserve__content {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.view__singleCar .reserve__carDetail {
  display: flex;
  gap: 42px;
}
@media screen and (max-width: 768px) {
  .view__singleCar .reserve__carDetail {
    width: 100%;
    justify-content: space-between;
  }
}
.view__singleCar .reserve__carDescription {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.view__singleCar .reserve__price {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 2.625rem;
  border-left: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .view__singleCar .reserve__price {
    border: none;
  }
}
.view__singleCar .reserve__button {
  padding: 1rem 1rem;
  min-width: 280px;
  width: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  color: #000000;
  background-color: #ffffff;
  border-radius: 0.375rem;
  height: 3.5rem;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .view__singleCar .reserve__button {
    font-size: 1rem;
  }
}
.view__singleCar .reserve__button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .view__singleCar .description {
    padding: 1.25rem;
  }
}
.view__singleCar .description__content {
  background-color: #1b1b1b;
  border: 1px solid #393939;
  border-radius: 1rem;
  padding: 4.375rem 5rem;
}
@media screen and (max-width: 768px) {
  .view__singleCar .description__content {
    padding: 2rem 1.5rem;
  }
}
.view__singleCar .optional__content {
  background-color: #1b1b1b;
  border: 1px solid #393939;
  border-radius: 1rem;
  padding: 4.375rem 5rem;
}
@media screen and (max-width: 768px) {
  .view__singleCar .optional__content {
    padding: 2rem 1.5rem;
  }
}
.view__singleCar .optional__content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .view__singleCar .optional__content ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.view__singleCar .optional__content ul li {
  display: flex;
  align-items: center;
}
.view__singleCar .especification {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  width: 100%;
}
.view__singleCar .especification__content {
  background-color: #1b1b1b;
  border: 1px solid #393939;
  border-radius: 1rem;
  padding: 4.375rem 5rem;
}
@media screen and (max-width: 768px) {
  .view__singleCar .especification__content {
    padding: 2rem 1.5rem;
  }
}
.view__singleCar .especification__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (min-width: 769px) {
  .view__singleCar .especification__wrapper {
    display: block;
  }
}
.view__singleCar .especification__wrapper:nth-of-type(1) .especification__item:first-child, .view__singleCar .especification__wrapper:nth-of-type(1) .especification__item:nth-child(2) {
  border-left: none;
  padding-left: 0;
}
.view__singleCar .especification__item {
  border-left: 1px solid #393939;
  padding-left: 18px;
  padding-right: 24px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .view__singleCar .especification__item {
    border-left: none;
    padding: 0;
    width: 100%;
  }
}
.view__singleCar .especification__item:first-child {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .view__singleCar .especification__item:first-child {
    margin-bottom: 0;
  }
}
.view__singleCar .especification__item p {
  white-space: nowrap;
}
.view__singleCar .especification__item p svg {
  min-width: 1.5rem;
  min-height: 1.5rem;
}
.view__singleCar .especification .divider {
  height: 1px;
  background-color: #393939;
  width: 100%;
  margin: 1rem 0;
}
@media screen and (min-width: 769px) {
  .view__singleCar .especification .divider {
    display: none;
  }
}
.view__singleCar .custom-modal {
  display: none;
  position: fixed;
  top: 0;
  overflow: none;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.view__singleCar .custom-modal__content {
  background-color: #131313;
  padding: 4rem 2.625rem;
  border-radius: 0.75rem;
  width: 596px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .view__singleCar .custom-modal__content {
    width: 90%;
  }
}
.view__singleCar .custom-modal__content h2 {
  font-family: "Amplesoft Pro", sans-serif;
  color: #ffffff;
}
.view__singleCar .custom-modal__content form {
  font-family: "Amplesoft Pro", sans-serif !important;
}
.view__singleCar .custom-modal__content .forminator-button {
  width: 100% !important;
  font-family: "Amplesoft Pro", Helvetica, sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}
.view__singleCar .custom-modal__content .forminator-description {
  display: none !important;
}
.view__singleCar .custom-modal__content input {
  padding: 0.75rem !important;
}
.view__singleCar .custom-modal__content input::-moz-placeholder {
  font-family: "Amplesoft Pro", sans-serif !important;
  font-size: 1rem;
}
.view__singleCar .custom-modal__content input::placeholder {
  font-family: "Amplesoft Pro", sans-serif !important;
  font-size: 1rem;
}
.view__singleCar .custom-modal__content .forminator-button-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.view__singleCar .custom-modal__content .custom-modal .forminator-button {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
}
.view__singleCar .custom-modal__close {
  position: absolute;
  top: 0.625rem;
  right: 1.25rem;
  cursor: pointer;
  font-size: 1.5rem;
  color: #ffffff;
}
.view__singleCar .searchShoes {
  height: 698px;
  box-shadow: inset 0px -100px 150px 0px rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .view__singleCar .searchShoes {
    height: 400px;
  }
}
.view__singleCar .searchShoes__content {
  width: 827px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
.view__singleCar .searchShoes__content a {
  padding: 14px 40px;
  background-color: white;
  text-decoration: none;
  cursor: pointer;
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  color: #000;
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.view__singleCar .searchShoes__content a:hover {
  background-color: #ffffff;
  opacity: 0.6;
}
.view__singleCar .maylike {
  height: 720px;
}
@media (max-width: 768px) {
  .view__singleCar .maylike {
    height: auto;
  }
}
.view__singleCar .maylike__content {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .view__singleCar .maylike__content-desktop {
    display: none;
  }
}
.view__singleCar .maylike__content-mobile .keen-slider__slide {
  width: 305px !important;
  min-width: 305px !important;
  max-width: 305px !important;
}
@media (min-width: 768px) {
  .view__singleCar .maylike__content-mobile {
    display: none;
  }
}
.view__singleCar .promo {
  height: 3.75rem;
  display: flex;
  align-items: center;
  background: #131313;
}
.view__singleCar .promo__container {
  display: flex;
  align-items: center;
}
.view__singleCar .promo__item {
  display: flex;
  align-items: center;
  color: #ffffff;
  gap: 8px;
}
.view__singleCar .promo__item svg {
  width: 1.875rem;
  height: 1.875rem;
}
.view__singleCar .carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 480px;
  border-bottom: 1px solid #393939;
}
@media screen and (min-width: 768px) {
  .view__singleCar .carousel {
    display: none;
  }
}
.view__singleCar .carousel__image {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 820px) {
  .view__singleCar .carousel__image {
    height: 480px;
  }
}
.view__singleCar .carousel__dots {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  gap: 0.5rem;
}
.view__singleCar .carousel__dot {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.view__singleCar .carousel__dot:hover, .view__singleCar .carousel__dot.activeHero {
  opacity: 1;
}
.view__singleCar .carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view__singleCar .carousel__arrow:hover {
  background: #ffffff;
}
.view__singleCar .carousel__arrow--left {
  left: 1.25rem;
}
.view__singleCar .carousel__arrow--right {
  right: 1.25rem;
}
.view__singleCar .activeHero {
  opacity: 1;
  background-color: #ffffff;
}
.view__singleCar .gallery {
  border-bottom: 1px solid #393939;
}
@media screen and (max-width: 768px) {
  .view__singleCar .gallery {
    display: none;
  }
}
.view__singleCar .gallery__miniature {
  display: flex;
  gap: 0.625rem;
  flex-direction: column;
}
.view__singleCar .gallery__container {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
.view__singleCar .gallery__container__main {
  height: 678px;
  width: 1038px;
  cursor: pointer;
  border-radius: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.view__singleCar .gallery__thumbnail {
  width: 162px;
  height: 162px;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 70% center;
     object-position: 70% center;
  border-radius: 1.25rem;
  position: relative;
}
.view__singleCar .gallery__more-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view__singleCar .gallery__more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 1.25rem;
}
.view__singleCar .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}
.view__singleCar .modal__content {
  position: relative;
  max-width: 80%;
  max-height: 80%;
}
.view__singleCar .modal__close, .view__singleCar .modal__prev, .view__singleCar .modal__next {
  position: absolute;
  color: white;
  font-size: 1.5rem;
  font-weight: 900;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.view__singleCar .modal__close {
  top: 1.75rem;
  right: 3rem;
}
.view__singleCar .modal__prev {
  left: 3rem;
}
.view__singleCar .modal__next {
  right: 3rem;
}
.view__singleCar .card-car {
  width: 100%;
  max-width: 100%;
  border: 1px solid #393939;
  border-radius: 1rem;
  height: 465px;
}
@media (min-width: 540px) {
  .view__singleCar .card-car {
    max-width: calc(50% - 8px);
  }
}
@media (min-width: 1200px) {
  .view__singleCar .card-car {
    max-width: calc(33.33% - 11px);
  }
}
.view__singleCar .card-car .images {
  height: 233px;
  width: 100%;
  background: #ffffff;
  position: relative;
  border-radius: 0.375rem;
  overflow: hidden;
}
.view__singleCar .card-car .images img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 233px;
  width: 100%;
}
.view__singleCar .card-car .images .descount {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  z-index: 2;
}
.view__singleCar .card-car .images .dots {
  display: flex;
  gap: 0.3125rem;
  position: absolute;
  bottom: 0.375rem;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  z-index: 2;
}
.view__singleCar .card-car .images .dots .dot {
  background: #ffffff;
  opacity: 0.5;
  transition: 0.3s ease all;
  height: 0.75rem;
  width: 0.75rem;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.view__singleCar .card-car .images .dots .dot.active {
  opacity: 1;
}
.view__singleCar .card-car .description {
  opacity: 0.7;
}
.view__singleCar .card-car .button {
  padding: 0.75rem 2rem;
  border: 1px solid #ffffff;
  border-radius: 0.375rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view__singleCar .card-car .button:hover {
  background: white;
  color: #1b1b1b;
}
.view__singleCar .card-car .button:hover svg path {
  stroke: #1b1b1b;
}
.view__contact .form form {
  font-family: "Amplesoft Pro", sans-serif !important;
}
.view__contact .form .forminator-button {
  width: 100% !important;
  font-family: "Amplesoft Pro", Helvetica, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  border-radius: 0.5rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
}
.view__contact .form .forminator-description {
  display: none !important;
}
.view__contact .form .select2-selection__rendered {
  padding: 1rem 0.75rem !important;
}
.view__contact .form input {
  padding: 1.125rem 0.75rem !important;
}
.view__contact .form textarea {
  resize: none !important;
}
.view__contact .form input::-moz-placeholder {
  font-size: 1rem !important;
}
.view__contact .form input::placeholder {
  font-size: 1rem !important;
}
.view__contact .form .select2-results__option {
  font-family: "Amplesoft Pro", Helvetica, sans-serif !important;
  font-size: 1rem !important;
}
.view__contact .form .forminator-button-submit {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  width: 100% !important;
}
.view__contact .form .forminator-custom-form {
  font-family: "Amplesoft Pro", Helvetica, sans-serif !important;
  font-size: 1rem !important;
}
.view__contact .form .selection,
.view__contact .form .forminator-select.forminator-field-select,
.view__contact .form .select2-results__options,
.view__contact .form .select2-selection__rendered,
.view__contact .form .select2-selection,
.view__contact .form .select2-selection--single .forminator-select--field {
  font-family: "Amplesoft Pro", Helvetica, sans-serif !important;
  font-size: 16px !important;
}
@media screen and (max-width: 767px) {
  .view__contact .form .forminator-button {
    font-size: 1rem !important;
  }
}
.view__blindagem #modal-formulario {
  display: none;
  position: fixed;
  top: 0;
  overflow: none;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.view__blindagem .custom-modal__content {
  background-color: #131313;
  padding: 64px 42px;
  border-radius: 12px;
  width: 596px;
  position: relative;
}
.view__blindagem form {
  font-family: "Amplesoft Pro", sans-serif !important;
}
.view__blindagem .forminator-label {
  font-family: "Amplesoft Pro", sans-serif !important;
  color: #ffffff !important;
}
.view__blindagem .custom-modal__content h2 {
  color: #ffffff;
  font-family: "Amplesoft Pro", sans-serif;
  font-size: 24px;
  font-weight: 500;
}
.view__blindagem .custom-modal__close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  color: #ffffff;
  font-size: 24px;
}
.view__blindagem .forminator-button {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
}
@media screen and (max-width: 600px) {
  .view__blindagem .modal__content {
    width: 90%;
  }
}
.view__venda #modal-formulario {
  display: none;
  position: fixed;
  top: 0;
  overflow: none;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.view__venda .custom-modal__content {
  background-color: #131313;
  padding: 64px 42px;
  border-radius: 12px;
  width: 596px;
  position: relative;
}
.view__venda .custom-modal__content h2 {
  font-family: "Amplesoft Pro", sans-serif;
  color: #ffffff;
}
.view__venda form {
  font-family: "Amplesoft Pro", sans-serif !important;
}
.view__venda .forminator-button {
  width: 100% !important;
  font-family: "Amplesoft Pro", Helvetica, sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}
.view__venda .forminator-description {
  display: none !important;
}
.view__venda .select2-selection__rendered {
  padding: 12px !important;
}
.view__venda input {
  padding: 12px !important;
}
.view__venda textarea {
  resize: none !important;
}
.view__venda input::-moz-placeholder {
  font-size: 16px !important;
}
.view__venda input::placeholder {
  font-size: 16px !important;
}
.view__venda .select2-results__option {
  font-family: "Amplesoft Pro", Helvetica, sans-serif !important;
  font-size: 16px !important;
}
.view__venda .forminator-button-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.view__venda .forminator-custom-form {
  font-family: "Amplesoft Pro", Helvetica, sans-serif !important;
  font-size: 16px !important;
}
.view__venda .selection,
.view__venda .forminator-select.forminator-field-select,
.view__venda .select2-results__options,
.view__venda .select2-selection__rendered,
.view__venda .select2-selection,
.view__venda .select2-selection--single .forminator-select--field {
  font-family: "Amplesoft Pro", Helvetica, sans-serif !important;
  font-size: 16px !important;
}
@media screen and (max-width: 767px) {
  .view__venda .forminator-button {
    font-size: 16px !important;
  }
}
.view__venda .custom-modal__close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  font-size: 24px;
  color: #ffffff;
}
.view__venda .forminator-button {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
}
@media screen and (max-width: 600px) {
  .view__venda .modal__content {
    width: 90%;
  }
}
.view__evalute .form-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
@media (max-width: 768px) {
  .view__evalute .form-container {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
    gap: 40px;
  }
}
.view__evalute .form-content {
  padding: 60px 0;
  border-bottom: 1px solid #393939;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .view__evalute .form-content {
    padding: 0px;
    border: none;
  }
}
.view__evalute .form-navigation {
  opacity: 0.6;
}
.view__evalute .form-navigation.active-form-navigation {
  opacity: 1;
}
.view__evalute .form-step-container {
  width: 100%;
  height: auto;
  border: 1px solid #393939;
  background: #1b1b1b;
  padding: 60px 0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.view__evalute .titleFormContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 400px;
}
.view__evalute .titleForm {
  display: flex;
  gap: 12px;
  align-items: center;
}
.view__evalute .titleForm h2 {
  font-size: 42px;
  line-height: 120%;
  font-weight: 500;
  font-family: "AmpleSoft Pro", Arial, sans-serif;
  color: #ffffff;
}
.view__evalute .titleForm span {
  font-family: "AmpleSoft Pro", Arial, sans-serif;
  padding: 15px 16px;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  border-radius: 100%;
  background-color: #ffffff;
}
.view__evalute .description {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 120%;
  font-family: "AmpleSoft Pro", Arial, sans-serif;
  font-weight: 400;
  text-align: center;
}
.view__evalute .button-step {
  background: transparent;
  border: 1px solid #ffffff;
  outline: none;
  font-family: "AmpleSoft Pro", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 6px;
  max-width: 488px;
  width: 100%;
  padding: 14px 0;
  cursor: pointer;
  transition: background 0.3s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.view__evalute .button-step:hover {
  background-color: white;
  color: #000000;
}
.view__evalute .button-step:hover svg path {
  stroke: black;
}
.view__evalute button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.view__evalute .custom-inputContainer {
  max-width: 488px;
  width: 100%;
}
.view__evalute .custom-input {
  background-color: #212121;
  color: #fff;
  border: 1px solid #444;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 16px;
  outline: none;
  max-width: 488px;
  width: 100%;
  height: 60px;
  border: 1px solid #393939;
}
.view__evalute .custom-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.view__evalute .custom-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  .view__evalute .titleFormContainer {
    gap: 16px;
    padding: 0 20px;
  }
  .view__evalute .titleForm h2 {
    font-size: 28px;
  }
  .view__evalute .titleForm span {
    padding: 12px;
    font-size: 16px;
  }
  .view__evalute .description {
    font-size: 14px;
  }
  .view__evalute .form-step-container {
    padding: 40px 20px;
  }
  .view__evalute .error-border {
    outline: 1px solid red;
    border-radius: 6px;
  }
  .view__evalute .custom-inputContainer {
    max-width: 100%;
    width: 100%;
  }
  .view__evalute .custom-input {
    height: 100%;
    min-width: 100%;
  }
  .view__evalute .button-step {
    font-size: 16px;
  }
}
.view__seminovos {
  background: #000000;
}
.view__seminovos .banner img {
  min-height: 220px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1440px) {
  .view__seminovos .banner img {
    width: 100%;
  }
}
.view__seminovos .cars-mask {
  gap: 16px;
  position: absolute;
  left: 20px;
  top: 50px;
  width: calc(100% - 40px);
  z-index: 6;
}
@media (min-width: 1200px) {
  .view__seminovos .cars-mask {
    left: 32px;
    width: calc(100% - 64px);
  }
}
.view__seminovos .cars-mask > div {
  width: 100%;
  max-width: 100%;
  border: 1px solid #393939;
  border-radius: 16px;
  height: 465px;
  animation: shimmer 1.5s infinite linear;
  background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
  background-size: 200% 100%;
}
.view__seminovos .cars-mask > div:nth-child(9) {
  display: none;
}
@media (min-width: 540px) {
  .view__seminovos .cars-mask > div {
    max-width: calc(50% - 8px);
  }
}
@media (min-width: 1200px) {
  .view__seminovos .cars-mask > div {
    max-width: calc(33.33% - 11px);
  }
  .view__seminovos .cars-mask > div:nth-child(9) {
    display: block;
  }
}
.view__seminovos .sidebar {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .view__seminovos .sidebar {
    width: 27.5%;
    margin-top: 12px;
  }
}
.view__seminovos .sidebar .filter-mobile {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .view__seminovos .sidebar .filter-mobile {
    display: none;
  }
}
.view__seminovos .sidebar .filter-mobile .toggle-filter {
  border: 1px solid white;
  border-radius: 6px;
  background: transparent;
  color: white;
  padding: 6px 14px;
  gap: 6px;
  cursor: pointer;
}
.view__seminovos .sidebar .filter-mobile .toggle-filter:hover {
  color: black;
  background: white;
}
.view__seminovos .sidebar .filter-mobile .toggle-filter:hover svg path {
  stroke: black;
}
.view__seminovos .sidebar .line {
  border-bottom: 1px solid #393939;
}
.view__seminovos .sidebar .filter {
  width: 100%;
  border: 1px solid #393939;
  border-left: 0px;
  min-height: 600px;
  background: #1b1b1b;
  display: none;
}
.view__seminovos .sidebar .filter .fixed-button {
  padding: 10px 16px;
}
.view__seminovos .sidebar .filter-box {
  height: calc(100vh - 100px);
  overflow-y: auto;
  position: relative;
  /* Para navegadores WebKit (Chrome, Safari, Edge) */
  /* Fundo da barra de rolagem */
  /* Botão da barra de rolagem */
  /* Quando o usuário passa o mouse */
}
.view__seminovos .sidebar .filter-box::-webkit-scrollbar {
  width: 4px; /* Define a largura bem fina */
  height: 4px; /* Para rolagem horizontal */
}
.view__seminovos .sidebar .filter-box::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.9); /* Deixa o scroll quase transparente */
  padding: 2px;
}
.view__seminovos .sidebar .filter-box::-webkit-scrollbar-thumb {
  background: white; /* Deixa o fundo invisível */
  border-radius: 10px;
}
.view__seminovos .sidebar .filter-box::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  .view__seminovos .sidebar .filter {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(100%, 0);
    z-index: 100;
    transition: 0.3s ease all;
  }
  .view__seminovos .sidebar .filter.active {
    display: block;
  }
  .view__seminovos .sidebar .filter.show {
    transform: translate(0%, 0);
  }
}
@media (min-width: 1200px) {
  .view__seminovos .sidebar .filter {
    display: block;
  }
}
.view__seminovos .sidebar .filter .form-search button {
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: 0.3s ease all;
}
.view__seminovos .sidebar .filter .form-search input {
  border: 0;
  background: transparent;
  width: 100%;
  max-width: 100%;
}
.view__seminovos .sidebar .filter .form-search input:focus, .view__seminovos .sidebar .filter .form-search input:active {
  outline: none;
}
.view__seminovos .sidebar .filter .form-search input::-moz-placeholder {
  color: white;
}
.view__seminovos .sidebar .filter .form-search input::placeholder {
  color: white;
}
.view__seminovos .sidebar .filter .category-car {
  padding: 10px 12px;
  border: 1px solid #3f3f3f;
  border-radius: 7px;
  color: white;
  background: transparent;
  width: 100%;
  max-width: calc(33.33% - 8px);
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  transition: 0.3s ease all;
}
@media (min-width: 767px) {
  .view__seminovos .sidebar .filter .category-car {
    font-size: 14px;
  }
}
.view__seminovos .sidebar .filter .category-car:hover {
  background: rgba(255, 255, 255, 0.2);
}
.view__seminovos .sidebar .filter .category-car.active {
  background: white;
  color: black;
  cursor: auto;
}
.view__seminovos .sidebar .filter .real {
  position: relative;
}
.view__seminovos .sidebar .filter .real:before {
  content: "R$";
  color: white;
  display: block;
  position: absolute;
  bottom: 15px;
  left: 10px;
  font-size: 16px;
  z-index: 1;
  line-height: 1;
}
.view__seminovos .sidebar .filter .real input {
  padding: 12px 12px 12px 32px;
  width: 100%;
}
.view__seminovos .sidebar .filter input {
  background: #202020;
  border: 1px solid #393939;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  padding: 12px 12px;
  color: white;
  display: block;
  width: 100%;
}
.view__seminovos .sidebar .filter input[type=checkbox] {
  width: auto;
  display: inline-block;
  padding: 0;
}
.view__seminovos .sidebar .filter label {
  display: block;
}
.view__seminovos .sidebar .filter .button {
  padding: 12px 32px;
  border: 1px solid white;
  border-radius: 6px;
  text-decoration: none;
  cursor: not-allowed;
  color: #202020;
  width: 100%;
  transition: 0.3s ease all;
}
.view__seminovos .sidebar .filter .button:hover {
  opacity: 0.8;
}
.view__seminovos .sidebar .filter .button-close {
  padding: 8px 0px 8px 16px;
  border: 1px solid white;
  background: white;
  text-decoration: none;
  color: #202020;
  display: block;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .view__seminovos .sidebar .filter .button-filter {
    width: 100%;
  }
}
.view__seminovos .sidebar .filter .button-filter.active {
  color: black;
  background: white;
  cursor: pointer;
}
.view__seminovos .section-cars {
  padding: 50px 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 1484px;
}
@media (min-width: 1200px) {
  .view__seminovos .section-cars {
    padding: 50px 32px;
    width: 72.5%;
  }
}
.view__seminovos .section-cars #container-cars {
  gap: 16px;
}
.view__seminovos .navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 20px;
}
.view__seminovos .navigation button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid white;
  border-radius: 6px;
  background: transparent;
  color: white;
  cursor: pointer;
  transition: 0.3s ease all;
}
.view__seminovos .navigation button.active {
  color: black;
  background: white;
  cursor: auto;
}
.view__seminovos .navigation button:hover {
  background: rgba(255, 255, 255, 0.2);
}
.view__seminovos .card-car {
  width: 100%;
  max-width: 100%;
  border: 1px solid #393939;
  border-radius: 16px;
  height: 465px;
}
@media (min-width: 540px) {
  .view__seminovos .card-car {
    max-width: calc(50% - 8px);
  }
}
@media (min-width: 1200px) {
  .view__seminovos .card-car {
    max-width: calc(33.33% - 11px);
  }
}
.view__seminovos .card-car .images {
  height: 233px;
  width: 100%;
  background: white;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.view__seminovos .card-car .images img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 233px;
  width: 100%;
}
.view__seminovos .card-car .images .descount {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 8px 12px;
  border-radius: 6px;
  z-index: 2;
}
.view__seminovos .card-car .images .dots {
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 8px 12px;
  border-radius: 6px;
  z-index: 2;
}
.view__seminovos .card-car .images .dots .dot {
  background: white;
  opacity: 0.5;
  transition: 0.3s ease all;
  height: 12px;
  width: 12px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.view__seminovos .card-car .images .dots .dot.active {
  opacity: 1;
}
.view__seminovos .card-car .description {
  opacity: 0.7;
}
.view__seminovos .card-car .button {
  padding: 12px 32px;
  border: 1px solid white;
  border-radius: 6px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view__seminovos .card-car .button:hover {
  background: white;
  color: #1b1b1b;
}
.view__seminovos .card-car .button:hover svg path {
  stroke: #1b1b1b;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes shimmer {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: -100%;
  }
}

.select2-results__option {
  font-family: "AmpleSoft Pro", Helvetica, sans-serif !important;
  font-size: 14px !important;
}

body, p {
  font-family: "AmpleSoft Pro", sans-serif !important;
}

.elementor-8 .elementor-element.elementor-element-c8de76b .elementor-heading-title {
  font-family: "AmpleSoft Pro", sans-serif !important;
}

.elementor-widget-heading .elementor-heading-title {
  font-family: "AmpleSoft Pro", sans-serif !important;
}

.elementor-button-wrapper .elementor-button {
  transition: 0.3s ease all;
}
.elementor-button-wrapper .elementor-button:hover {
  background: rgba(255, 255, 255, 0.8) !important;
  color: black !important;
  border-color: white !important;
}
.elementor-button-wrapper .elementor-button:hover svg path {
  stroke: black;
}

button.pcd, button.frostist, button.utility, button.taxi {
  transition: 0.3s ease all;
}
button.pcd:hover, button.frostist:hover, button.utility:hover, button.taxi:hover {
  background: white !important;
  color: black !important;
  border-color: white !important;
}
button.pcd:hover svg path, button.frostist:hover svg path, button.utility:hover svg path, button.taxi:hover svg path {
  stroke: black;
}
