:root {
  --button: #ffc002;
  --text-dark: #232021;
  --text-darker: #000;
  --text-light: #d3d2d3;
  --text-lighter: #ffffff;
  --text-muted: #6e6e6e;
  --layout-light: #f6f6f6;
  --layout-white: #ffffff;
  --news-layout: #fcfcfc;
}

.bg_layout--light {
  background: var(--layout-light) !important;
}

.bg_layout--white {
  background: var(--text-lighter) !important;
}

.bg_layout--dark {
  background: var(--layout-dark) !important;
}

.bg_secondary {
  background: var(--secondary) !important;
}

.bg_light {
  background-color: var(--layout) !important;
}

.bg_white {
  background-color: var(--layout-white) !important;
}

.bg_transparent {
  background-color: transparent !important;
}

.text_primary {
  color: var(--primary) !important;
}

.text_secondary {
  color: var(--secondary) !important;
}

.text_light {
  color: var(--light) !important;
}

.text_dark {
  color: var(--dark) !important;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
}

html {
  scroll-behavior: smooth;
}

select {
  border: none;
}

body {
  background: #fff;
}

a {
  text-decoration: none;
}

.section_padding {
  padding: 40px 0;
}

@media (min-width: 992px) {
  .section_padding {
    padding: 88px 160px;
  }
}

.section_header {
  font-family: "Roboto_Bold";
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: var(--text-dark);
}

.section_link {
  color: var(--text-dark);
  transition: color 0.4s;
}

.section_link:hover {
  color: var(--button);
}

@media (min-width: 992px) {
  .section_header {
    font-size: 56px;
    line-height: 64px;
  }
}

@media (min-width: 992px) {
  .section_header--large {
    font-size: 40px;
    line-height: 48px;
  }
}

.section_header--medium {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 992px) {
  .section_header--medium {
    font-size: 32px;
    line-height: 40px;
  }
}

.section_header--small {
  font-family: "Roboto_Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 992px) {
  .section_header--small {
    font-size: 24px;
    line-height: 32px;
  }
}

.section_header--x_small {
  font-family: "Roboto_Medium";
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
}

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

.mdi {
  font-size: 1.5rem;
}

.section_text {
  font-family: "Roboto_Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-dark);
}

.section_text--bold {
  font-family: "Roboto_Medium";
  font-weight: 700;
}

.section_text--medium {
  font-family: "Roboto_Medium";
  font-weight: 500;
}

@media (min-width: 992px) {
  .section_text {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 992px) {
  .section_text--small {
    font-size: 18px;
  }
}

.section_text--x_small {
  font-size: 16px;
  line-height: 24px;
}

.section_text--muted2 {
  color: var(--text-muted);
}

.section_text--opacity {
  opacity: 0.6;
}

.section_text--muted {
  color: #404140;
}

.section_box {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.position_relative {
  position: relative;
}

.line {
  background-color: #e8e8e8;
  height: 1px;
}

.object_contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.object_cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.w_100 {
  width: 100%;
}

.editor.special ul {
  list-style: none;
}

.editor.special ul > li {
  list-style-type: none;
  position: relative;
  padding-left: 40px;
}

.editor.special ul > li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffc107;
  border-radius: 2px;
}

@font-face {
  font-family: "Roboto_Regular";
  src: url("../font/Roboto/Roboto-Regular.ttf");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto_Medium";
  src: url("../font/Roboto/Roboto-Medium.ttf");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto_SemiBold";
  src: url("../font/Roboto/Roboto-SemiBold.ttf");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto_Bold";
  src: url("../font/Roboto/Roboto-Bold.ttf");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

.font_poppins--bold {
  font-family: "Poppins_Bold" !important;
}

.font_poppins--semi_bold {
  font-family: "Poppins_SemiBold" !important;
}

.font_poppins--medium {
  font-family: "Poppins_Medium" !important;
}

.font_poppins--regular {
  font-family: "Poppins_Regular" !important;
}

.font_poppins--light {
  font-family: "Poppins_Light" !important;
}

.fs_64 {
  font-size: 64px;
  line-height: 24px;
}

.fs_48 {
  font-size: 48px;
  line-height: 52px;
}

.fs_32 {
  font-size: 32px;
}

.fs_24 {
  font-size: 24px;
  line-height: 30px;
}

.fs_16 {
  font-size: 1rem;
  line-height: 24px;
}

.fs_14 {
  font-size: 14px;
  line-height: 20px;
}

.container_fluid {
  max-width: 1320px;
  margin-left: 1rem;
  overflow: hidden;
}

.container,
.container_lg,
.container_md,
.container_sm,
.container_xl,
.container_xxl {
  width: 100%;
  max-width: 1440px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: 4rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: -1rem;
  margin-left: -1rem;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row_cols_auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row_cols_1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row_cols_2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row_cols_3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row_cols_4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row_cols_5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row_cols_6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col_auto {
  flex: 0 0 auto;
  width: auto;
}

.col_1 {
  flex: 0 0 auto;
  width: 1.6666666667%;
}

.col_2 {
  flex: 0 0 auto;
  width: 3.3333333333%;
}

.col_3 {
  flex: 0 0 auto;
  width: 5%;
}

.col_4 {
  flex: 0 0 auto;
  width: 6.6666666667%;
}

.col_5 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col_6 {
  flex: 0 0 auto;
  width: 10%;
}

.col_7 {
  flex: 0 0 auto;
  width: 11.6666666667%;
}

.col_8 {
  flex: 0 0 auto;
  width: 13.3333333333%;
}

.col_9 {
  flex: 0 0 auto;
  width: 15%;
}

.col_10 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col_11 {
  flex: 0 0 auto;
  width: 18.3333333333%;
}

.col_12 {
  flex: 0 0 auto;
  width: 20%;
}

.col_13 {
  flex: 0 0 auto;
  width: 21.6666666667%;
}

.col_14 {
  flex: 0 0 auto;
  width: 23.3333333333%;
}

.col_15 {
  flex: 0 0 auto;
  width: 25%;
}

.col_16 {
  flex: 0 0 auto;
  width: 26.6666666667%;
}

.col_17 {
  flex: 0 0 auto;
  width: 28.3333333333%;
}

.col_18 {
  flex: 0 0 auto;
  width: 30%;
}

.col_19 {
  flex: 0 0 auto;
  width: 31.6666666667%;
}

.col_20 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col_21 {
  flex: 0 0 auto;
  width: 35%;
}

.col_22 {
  flex: 0 0 auto;
  width: 36.6666666667%;
}

.col_23 {
  flex: 0 0 auto;
  width: 38.3333333333%;
}

.col_24 {
  flex: 0 0 auto;
  width: 40%;
}

.col_25 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col_26 {
  flex: 0 0 auto;
  width: 43.3333333333%;
}

.col_27 {
  flex: 0 0 auto;
  width: 45%;
}

.col_28 {
  flex: 0 0 auto;
  width: 46.6666666667%;
}

.col_29 {
  flex: 0 0 auto;
  width: 48.3333333333%;
}

.col_30 {
  flex: 0 0 auto;
  width: 50%;
}

.col_31 {
  flex: 0 0 auto;
  width: 51.6666666667%;
}

.col_32 {
  flex: 0 0 auto;
  width: 53.3333333333%;
}

.col_33 {
  flex: 0 0 auto;
  width: 55%;
}

.col_34 {
  flex: 0 0 auto;
  width: 56.6666666667%;
}

.col_35 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col_36 {
  flex: 0 0 auto;
  width: 60%;
}

.col_37 {
  flex: 0 0 auto;
  width: 61.6666666667%;
}

.col_38 {
  flex: 0 0 auto;
  width: 63.3333333333%;
}

.col_39 {
  flex: 0 0 auto;
  width: 65%;
}

.col_40 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col_41 {
  flex: 0 0 auto;
  width: 68.3333333333%;
}

.col_42 {
  flex: 0 0 auto;
  width: 70%;
}

.col_43 {
  flex: 0 0 auto;
  width: 71.6666666667%;
}

.col_44 {
  flex: 0 0 auto;
  width: 73.3333333333%;
}

.col_45 {
  flex: 0 0 auto;
  width: 75%;
}

.col_46 {
  flex: 0 0 auto;
  width: 76.6666666667%;
}

.col_47 {
  flex: 0 0 auto;
  width: 78.3333333333%;
}

.col_48 {
  flex: 0 0 auto;
  width: 80%;
}

.col_49 {
  flex: 0 0 auto;
  width: 81.6666666667%;
}

.col_50 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col_51 {
  flex: 0 0 auto;
  width: 85%;
}

.col_52 {
  flex: 0 0 auto;
  width: 86.6666666667%;
}

.col_53 {
  flex: 0 0 auto;
  width: 88.3333333333%;
}

.col_54 {
  flex: 0 0 auto;
  width: 90%;
}

.col_55 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col_56 {
  flex: 0 0 auto;
  width: 93.3333333333%;
}

.col_57 {
  flex: 0 0 auto;
  width: 95%;
}

.col_58 {
  flex: 0 0 auto;
  width: 96.6666666667%;
}

.col_59 {
  flex: 0 0 auto;
  width: 98.3333333333%;
}

.col_60 {
  flex: 0 0 auto;
  width: 100%;
}

.offset_1 {
  margin-left: 8.33333333%;
}

.offset_2 {
  margin-left: 16.66666667%;
}

.offset_3 {
  margin-left: 25%;
}

.offset_4 {
  margin-left: 33.33333333%;
}

.offset_5 {
  margin-left: 41.66666667%;
}

.offset_6 {
  margin-left: 50%;
}

.offset_7 {
  margin-left: 58.33333333%;
}

.offset_8 {
  margin-left: 66.66666667%;
}

.offset_9 {
  margin-left: 75%;
}

.offset_10 {
  margin-left: 83.33333333%;
}

.offset_11 {
  margin-left: 91.66666667%;
}

.text_lowercase {
  text-transform: lowercase !important;
}

.text_center {
  text-align: center !important;
}

.text_uppercase {
  text-transform: uppercase !important;
}

.text_capitalize {
  text-transform: capitalize !important;
}

.m_0 {
  margin: 0 !important;
}

.m_quarter {
  margin: 0.25rem !important;
}

.m_half {
  margin: 0.5rem !important;
}

.m_1 {
  margin: 1rem !important;
}

.m_1_half {
  margin: 1.5rem !important;
}

.m_2 {
  margin: 2rem !important;
}

.m_2_half {
  margin: 2.5rem !important;
}

.m_3 {
  margin: 3rem !important;
}

.m_3_half {
  margin: 3.5rem !important;
}

.m_auto {
  margin: auto !important;
}

.mx_0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx_quarter {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx_half {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx_1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx_1_half {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx_2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx_2_half {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx_3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx_3_half {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx_auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my_0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my_quarter {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my_half {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my_1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my_1_half {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my_2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my_2_half {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my_3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my_3_half {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my_auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.mt_quarter {
  margin-top: 0.25rem !important;
}

.mt_half {
  margin-top: 0.5rem !important;
}

.mt_1 {
  margin-top: 1rem !important;
}

.mt_1_half {
  margin-top: 1.5rem !important;
}

.mt_2 {
  margin-top: 2rem !important;
}

.mt_2_half {
  margin-top: 2.5rem !important;
}

.mt_3 {
  margin-top: 3rem !important;
}

.mt_3_half {
  margin-top: 3.5rem !important;
}

.mt_7 {
  margin-top: 7rem !important;
}

.mt_auto {
  margin-top: auto !important;
}

.me_0 {
  margin-right: 0 !important;
}

.me_quarter {
  margin-right: 0.25rem !important;
}

.me_half {
  margin-right: 0.5rem !important;
}

.me_1 {
  margin-right: 1rem !important;
}

.me_1_half {
  margin-right: 1.5rem !important;
}

.me_2 {
  margin-right: 2rem !important;
}

.me_2_half {
  margin-right: 2.5rem !important;
}

.me_3 {
  margin-right: 3rem !important;
}

.me_3_half {
  margin-right: 3.5rem !important;
}

.me_auto {
  margin-right: auto !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_quarter {
  margin-bottom: 0.25rem !important;
}

.mb_half {
  margin-bottom: 0.5rem !important;
}

.mb_1 {
  margin-bottom: 1rem !important;
}

.mb_1_half {
  margin-bottom: 1.5rem !important;
}

.mb_2 {
  margin-bottom: 2rem !important;
}

.mb_2_half {
  margin-bottom: 2.5rem !important;
}

.mb_3 {
  margin-bottom: 3rem !important;
}

.mb_3_half {
  margin-bottom: 3.5rem !important;
}

.mb_auto {
  margin-bottom: auto !important;
}

.ms_0 {
  margin-left: 0 !important;
}

.ms_quarter {
  margin-left: 0.25rem !important;
}

.ms_half {
  margin-left: 0.5rem !important;
}

.ms_1 {
  margin-left: 1rem !important;
}

.ms_1_half {
  margin-left: 1.5rem !important;
}

.ms_2 {
  margin-left: 2rem !important;
}

.ms_2_half {
  margin-left: 2.5rem !important;
}

.ms_3 {
  margin-left: 3rem !important;
}

.ms_3_half {
  margin-left: 3.5rem !important;
}

.ms_auto {
  margin-left: auto !important;
}

.p_0 {
  padding: 0 !important;
}

.p_quarter {
  padding: 0.25rem !important;
}

.p_half {
  padding: 0.5rem !important;
}

.p_1 {
  padding: 1rem !important;
}

.p_1_half {
  padding: 1.5rem !important;
}

.p_2 {
  padding: 2rem !important;
}

.p_2_half {
  padding: 2.5rem !important;
}

.p_3 {
  padding: 3rem !important;
}

.p_3_half {
  padding: 3.5rem !important;
}

.px_0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px_quarter {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px_half {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px_1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px_1_half {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px_2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px_2_half {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px_3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px_3_half {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.py_0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py_quarter {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py_half {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py_1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py_1_half {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py_2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py_2_half {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py_3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py_3_half {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.pt_0 {
  padding-top: 0 !important;
}

.pt_quarter {
  padding-top: 0.25rem !important;
}

.pt_half {
  padding-top: 0.5rem !important;
}

.pt_1 {
  padding-top: 1rem !important;
}

.pt_1_half {
  padding-top: 1.5rem !important;
}

.pt_2 {
  padding-top: 2rem !important;
}

.pt_2_half {
  padding-top: 2.5rem !important;
}

.pt_3 {
  padding-top: 3rem !important;
}

.pt_3_half {
  padding-top: 3.5rem !important;
}

.pe_0 {
  padding-right: 0 !important;
}

.pe_quarter {
  padding-right: 0.25rem !important;
}

.pe_half {
  padding-right: 0.5rem !important;
}

.pe_1 {
  padding-right: 1rem !important;
}

.pe_1_half {
  padding-right: 1.5rem !important;
}

.pe_2 {
  padding-right: 2rem !important;
}

.pe_2_half {
  padding-right: 2.5rem !important;
}

.pe_3 {
  padding-right: 3rem !important;
}

.pe_3_half {
  padding-right: 3.5rem !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

.pb_quarter {
  padding-bottom: 0.25rem !important;
}

.pb_half {
  padding-bottom: 0.5rem !important;
}

.pb_1 {
  padding-bottom: 1rem !important;
}

.pb_1_half {
  padding-bottom: 1.5rem !important;
}

.pb_2 {
  padding-bottom: 2rem !important;
}

.pb_2_half {
  padding-bottom: 2.5rem !important;
}

.pb_3 {
  padding-bottom: 3rem !important;
}

.pb_3_half {
  padding-bottom: 3.5rem !important;
}

.ps_0 {
  padding-left: 0 !important;
}

.ps_quarter {
  padding-left: 0.25rem !important;
}

.ps_half {
  padding-left: 0.5rem !important;
}

.ps_1 {
  padding-left: 1rem !important;
}

.ps_1_half {
  padding-left: 1.5rem !important;
}

.ps_2 {
  padding-left: 2rem !important;
}

.ps_2_half {
  padding-left: 2.5rem !important;
}

.ps_3 {
  padding-left: 3rem !important;
}

.ps_3_half {
  padding-left: 3.5rem !important;
}

.d_inline {
  display: inline !important;
}

.d_inline_block {
  display: inline-block !important;
}

.d_block {
  display: block !important;
}

.d_grid {
  display: grid !important;
}

.d_inline_grid {
  display: inline-grid !important;
}

.d_table {
  display: table !important;
}

.d_table_row {
  display: table-row !important;
}

.d_table_cell {
  display: table-cell !important;
}

.d_flex {
  display: flex !important;
}

.d_inline_flex {
  display: inline-flex !important;
}

.d_none {
  display: none !important;
}

.justify_content_end {
  justify-content: end !important;
}

.justify_content_center {
  justify-content: center !important;
}

.justify_content_start {
  justify-content: start !important;
}

.justify_content_around {
  justify-content: space-around !important;
}

.justify_content_between {
  justify-content: space-between !important;
}

.justify_content_evenly {
  justify-content: space-evenly !important;
}

.align_items_center {
  align-items: center !important;
}

.align_items_start {
  align-items: start !important;
}

.align_items_end {
  align-items: end !important;
}

.flex_column {
  flex-direction: column !important;
}

.flex_row {
  flex-direction: row !important;
}

.flex_column_reverse {
  flex-direction: column-reverse !important;
}

.flex_row_reverse {
  flex-direction: row-reverse !important;
}

.order_first {
  order: -1 !important;
}

.order_0 {
  order: 0 !important;
}

.order_1 {
  order: 1 !important;
}

.order_2 {
  order: 2 !important;
}

.order_3 {
  order: 3 !important;
}

.order_4 {
  order: 4 !important;
}

.order_5 {
  order: 5 !important;
}

.order_last {
  order: 6 !important;
}

.contact__form__title {
  font-family: "Roboto_Medium";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: var(--text-dark);
}

.contact__control {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid var(--text-light);
  font-family: "Roboto_Regular";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--text-dark);
}

.contact__control::-moz-placeholder {
  font-family: "Roboto_Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #bdbcbc;
}

.contact__control::placeholder {
  font-family: "Roboto_Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #bdbcbc;
}

.contact__control:focus {
  outline: none;
}

.contact__select {
  appearance: none;
  /* Removes default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../image/select_img.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px;
}

.contact__icon > i {
  font-size: 1.5rem;
  color: #bdbcbc;
}

.contact__group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact__group--bordered {
  flex-direction: row;
  border: 1px solid var(--text-light);
  align-items: center;
}

.contact__group--bordered > input {
  border: none;
}

.contact__label {
  font-family: "Roboto_Medium";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.contact__radio--custom {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1rem;
  width: 1rem;
  border: 2px solid #bdbcbc;
  border-radius: 50%;
  background-color: var(--text-lighter);
  transition: border-color 0.2s;
}

.contact__radio--group {
  display: flex;
  gap: 20px;
  align-items: center;
}

.contact__radio--group input[type="radio"] {
  display: none;
}

.contact__radio--group input[type="radio"]:checked + .contact__radio--custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--button);
}

.contact__radio--group input[type="radio"]:checked + .contact__radio--custom {
  border-color: var(--button);
}

.contact__radio--label {
  font-family: "Roboto_Medium";
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
}

.contact__checkbox--group {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin: 10px 0;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.contact__checkbox--origin {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.contact__checkbox--origin:checked + .contact__checkbox--custom {
  background-color: #ffc107;
  /* yellow */
  border-color: #ffc107;
}

.contact__checkbox--origin:checked + .contact__checkbox--custom::after {
  display: block;
}

.contact__checkbox--custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: var(--text-lighter);
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.contact__checkbox--custom::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .contact__checkbox--custom::after {
    left: 7px;
    top: 3px;
  }
}

@media (min-width: 768px) {
  .contact__checkbox--custom {
    height: 24px;
    width: 24px;
  }
}

.contact__checkbox--like_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 52px;
  border: 1px solid #e8e8e8;
  font-size: 24px;
  transition: all 0.2s ease;
}

.contact__checkbox--text {
  font-family: "Roboto_Regular";
  font-size: 14px;
  line-height: 20px;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .contact__checkbox--text {
    font-weight: 400;
    font-size: 1rem;
  }
}

.contact__checkbox--underline {
  text-decoration: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: #3d7fff;
}

.contact__date {
  width: 100%;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.5rem;
  border: 1px solid var(--text-light);
  outline: none;
  color: #bdbcbc;
  background-color: transparent;
  z-index: 1;
}

.checkbox--group {
  width: 100%;
  height: 52px;
}

.checkbox--origin {
  display: none;
}

.checkbox--origin:checked + .checkbox--like_btn {
  background-color: var(--button);
  color: var(--text-lighter);
}

.checkbox--like_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: "Roboto_Regular";
  height: 52px;
  border: 1px solid #e8e8e8;
  font-size: 1rem;
  line-height: 20px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.checkbox--like_btn > i {
  font-size: 2rem;
}

.input {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid var(--text-light);
  font-family: "Roboto_Regular";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--text-dark);
}

.input::-moz-placeholder {
  font-family: "Roboto_Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #bdbcbc;
}

.input::placeholder {
  font-family: "Roboto_Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #bdbcbc;
}

.input:focus {
  outline: none;
}

.table {
  width: 100%;
  background-color: transparent;
}

.table__head {
  background-color: #f2f3f5;
}

.table__row {
  border-bottom: 1px solid #f2f3f5;
}

@media (min-width: 576px) {
  .table__row {
    border-bottom: 1px solid #e8e8e8;
  }
}

.table__column {
  padding: 16px 40px;
}

.table__title {
  font-family: "Roboto_Bold";
  font-weight: 700;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-dark);
}

.table__text {
  font-family: "Roboto_Regular";
  font-weight: 400;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  color: var(--text-muted);
}

@media (min-width: 576px) {
  .table__text {
    font-size: 16px;
    color: var(--text-dark);
  }
}

.table__text--medium {
  font-family: "Roboto_Regular";
  font-weight: 400;
  color: var(--text-dark);
}

.table__text--special {
  color: #e8af02;
}

.table__link {
  font-family: "Roboto_Regular";
  font-weight: 400;
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  color: #3d7fff;
}

.button {
  padding: 6px 16px;
  background-color: var(--button);
  color: var(--text-dark);
  font-family: "Roboto_Regular";
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  transition:
    background-color 0.4s,
    color 0.4s;
}

.button:not(.button__search):not(.button__lang):hover:not(.button--light) {
  background-color: #e8af02;
}

.button--light {
  border: 1px solid var(--text-muted);
  background-color: transparent;
}

.button--light:hover {
  background-color: #000;
  color: #fff;
}

.button--reset {
  background-color: #bdbcbc;
  color: var(--text-lighter);
  text-align: center;
}

.button__card_map {
  padding: 12px 16px;
  display: flex;
  justify-content: center;
  color: #000;
}

.button__question {
  display: block;
  font-family: "Roboto_Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border-radius: 25px;
  background-color: rgba(70, 199, 86, 0.5215686275);
  opacity: 0.9;
  color: var(--text-lighter);
  padding: 0;
  position: absolute;
  bottom: 0;
}

.button__question:hover {
  padding: 0.5rem 0.35rem;
}

.button__question__inner {
  display: flex;
  align-items: center;
  background-color: #46c756;
  border-radius: 18px;
  padding: 0.5rem 0.35rem;
  position: relative;
}

.button__question__inner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
  height: 8px;
  background-color: #ff0000;
  border-radius: 50%;
}

.button__search {
  font-family: "Roboto_Medium";
  background-color: transparent;
  font-size: 24px;
}

.button__search__icon {
  opacity: 0.5;
}

.button__header {
  padding: 4px 12px;
}

.button__lang {
  font-family: "Roboto_Medium";
  background-color: transparent;
  position: relative;
}

.card--bottom_border {
  border-bottom: 1px solid #e8e8e8;
}

.card__app {
  background-color: var(--layout-light);
  display: flex;
  align-items: center;
  padding: 1.5rem;
  margin: 0.75rem 0;
  border: 1px solid #e8e8e8;
}

.card__content ul {
  padding-left: 40px;
  list-style: disc;
}

.card__app__icon {
  background-color: var(--button);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  width: 40px;
  height: 40px;
}

.card__app__icon > .mdi {
  font-size: 1.5rem;
}

.card__app__text {
  color: var(--text-dark);
  font-family: "Roboto_Bold";
  font-size: 1rem;
  line-height: 20px;
}

.card__map {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.card__map__img {
  width: 100%;
}

.card__map__title {
  font-family: "Roboto_Bold";
  font-size: 32px;
  line-height: 40px;
  color: var(--text-dark);
}

@media (min-width: 992px) {
  .card__map__title {
    font-size: 56px;
    line-height: 64px;
  }
}

.card__map__text {
  font-family: "Roboto_Regular";
  font-size: 16px;
  line-height: 24px;
  color: var(--text-muted);
}

@media (min-width: 992px) {
  .card__map__text {
    font-size: 18px;
    line-height: 28px;
  }
}

.card__service--full_height {
  height: 100% !important;
}

.card__service__right {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  background: linear-gradient(230.66deg, #f2f3f5 33.46%, rgba(242, 243, 245, 0) 72.52%);
  gap: 18px;
  padding: 20px;
}

.card__service__right--no_gap {
  gap: 0px;
}

.card__service__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card__service__img--fit_contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.card__service__img--h_small {
  max-height: 350px;
}

@media (min-width: 1200px) {
  .card__service__img--h_small {
    height: 300px;
  }
}

.card__service__img--h_smallest {
  height: 276px;
}

.card__service__img--mission {
  height: 232px;
}

.card__service__img--guideline {
  height: 292px;
}

.card__service__img--h_medium {
  height: 420px;
}

.card__service__img--h_large {
  height: 560px;
}

.card__service__title {
  font-family: "Roboto_Medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: var(--text-darker);
}

.card__service__text {
  font-family: "Roboto_Regular";
  font-size: 14px;
  line-height: 20px;
  color: var(--text-muted);
}

.card__partner {
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  padding: 40px;
  margin: 0.75rem 0;
  height: 92px;
}

.card__partner__img {
  width: 100%;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.card__testimonial {
  padding: 1.5rem;
  background-color: var(--text-lighter);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.card__testimonial__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.card__testimonial__text {
  font-family: "Roboto_Regular";
  font-size: 1rem;
  line-height: 30px;
  color: var(--text-muted);
}

.card__testimonial__footer {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.card__testimonial__img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.card__testimonial__title {
  font-family: "Roboto_Medium";
  font-weight: 500;
  font-size: 20px;
  line-height: 2rem;
  color: var(--text-darker);
}

.card__testimonial__profession {
  font-family: "Roboto_Medium";
  font-weight: 500;
  color: var(--button);
  font-size: 14px;
  line-height: 24px;
}

.card__featured {
  background: linear-gradient(180deg, #f6f6f6 0%, #f2f3f5 100%);
  height: 100%;
}

.card__featured__header {
  padding: 0.5rem;
}

.card__featured__header__img {
  width: 100%;
}

.card__featured__title {
  color: var(--text-darker);
  font-family: "Roboto_SemiBold";
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

@media (min-width: 992px) {
  .card__featured__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.card__news {
  background-color: var(--text-lighter);
  position: relative;
  min-height: 400px;
  height: 100%;
}

@media (min-width: 992px) {
  .card__news {
    min-height: 425px;
  }
}

@media (min-width: 1400px) {
  .card__news {
    min-height: 460px;
  }
}

.card__news--h_auto {
  min-height: auto;
  height: auto;
}

.card__news--small {
  min-height: 348px;
}

.card__news--muted {
  background-color: var(--news-layout);
}

.card__news__header {
  position: relative;
  overflow: hidden;
  display: block;
}

.card__news__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 1rem;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 109px;
}

.card__news__footer {
  margin-top: 2rem;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-bottom: 1rem;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 10px;
}

.card__news__img {
  width: 100%;
  height: 176px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: scale 0.4s;
}

.card__news__img:hover {
  scale: 1.1;
}

.card__news__title {
  font-family: "Roboto_Medium";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: var(--text-darker);
  transition: color 0.4s;
}

.card__news__title:hover {
  color: var(--button);
}

.card__news__title--large {
  font-size: 22px;
}

.card__news__text {
  font-family: "Roboto_Regular";
  font-size: 14px;
  line-height: 20px;
  color: var(--text-muted);
}

.card__news__link {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--text-muted);
  color: var(--text-dark);
  transition: background-color 0.4s;
}

.card__news__link:hover {
  background-color: var(--button);
}

.card__news__social__list {
  display: flex;
  gap: 12px;
}

.card__news__social__link:hover img {
  filter: brightness(0) saturate(100%) invert(75%) sepia(73%) saturate(2615%) hue-rotate(1deg) brightness(106%)
    contrast(107%);
}

.card__news__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: var(--button);
  color: var(--text-lighter);
  font-size: 2rem;
}

.card__marketing {
  background-color: var(--text-lighter);
  padding: 20px;
}

.card__marketing__header {
  display: flex;
  justify-content: center;
}

.card__marketing__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card__marketing__text--small {
  font-size: 1rem;
  line-height: 20px;
}

.card__marketing__img {
  width: 128px;
  height: 184px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card__sustainability {
  background-color: #fcfcfc;
  border: 1px solid #e8e8e8;
  height: 100%;
}

.card__sustainability__header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card__sustainability__image {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: var(--button);
  display: flex;
  justify-content: center;
  align-items: center;
}

.card__sustainability__img {
  width: 48px;
  height: 48px;
}

.card__sustainability__title {
  font-family: "Roboto_Bold";
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.card__sustainability__text {
  font-family: "Roboto_Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--text-dark);
}

.card__product__header {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, #f2f3f5 100%);
  position: relative;
  height: 267px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card__product__header--large {
  height: 400px;
}

.card__product__badge {
  background-color: var(--button);
  position: absolute;
  right: 0;
  top: 10px;
  color: var(--text-dark);
  font-family: "Roboto_Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  max-width: 100%;
  display: block;
  padding: 4px 8px 4px 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
}

.card__product__img {
  width: 150px;
}

.card__product__img--full_height {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card__product__title {
  font-family: "Roboto_Medium";
  font-size: 18px;
  line-height: 24px;
  color: var(--text-dark);
}

.card__product__title--warning {
  font-family: "Roboto_Bold";
  font-size: 18px;
  line-height: 24px;
  color: var(--button);
}

@media (min-width: 992px) {
  .card__product__title--warning {
    font-size: 24px;
    line-height: 32px;
  }
}

.card__product__text {
  font-family: "Roboto_Regular";
  font-size: 14px;
  line-height: 20px;
  opacity: 0.67;
  color: var(--text-dark);
}

.breadcrumb {
  color: var(--text-dark);
  font-family: "Roboto_Regular";
  font-size: 14px;
  line-height: 24px;
  opacity: 0.5;
  transition: color 0.4s;
}

.breadcrumb:not(.breadcrumb--active):hover {
  color: var(--button);
}

.breadcrumb--active {
  opacity: 1;
  display: inline-block;
  font-family: "Roboto_Medium";
}

.modal {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5490196078);
  background-blend-mode: color-burn;
  z-index: 99998;
  overflow: hidden;
  height: 0vh;
  transition: height 0.4s;
}

.modal--active {
  height: 100%;
}

.modal__content {
  background-color: #fff;
  height: 100%;
}

@media (min-width: 992px) {
  .modal__content {
    height: auto;
  }
}

.modal__search {
  position: fixed;
}

.modal__search__top {
  display: flex;
  align-items: center;
  padding: 24px 16px;
  gap: 16px;
  border-bottom: 1px solid #e8e8e8;
}

@media (min-width: 992px) {
  .modal__search__top {
    padding: 40px 60px;
    gap: 8px;
  }
}

.modal__search__bottom {
  padding: 16px 60px;
}

@media (min-width: 992px) {
  .modal__search__bottom {
    display: flex;
    align-items: center;
    gap: 48px;
  }
}

.modal__search__input {
  border: none;
  width: 100%;
  font-family: "Roboto_Medium";
  font-size: 16px;
  line-height: 24px;
  color: #6e6e6e;
}

@media (min-width: 992px) {
  .modal__search__input {
    font-size: 2rem;
    line-height: 40px;
  }
}

.modal__search__input::-moz-placeholder {
  color: #6e6e6e;
}

.modal__search__input::placeholder {
  color: #6e6e6e;
}

.modal__search__input:focus {
  border: none;
  outline: none;
}

.modal__search__icon > .mdi {
  font-size: 20px;
  color: #6e6e6e;
}

@media (min-width: 992px) {
  .modal__search__icon > .mdi {
    font-size: 2rem;
  }
}

.modal__search__title {
  font-family: "Roboto_Medium";
  font-size: 1rem;
  line-height: 24px;
  color: var(--text-dark);
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .modal__search__title {
    margin-bottom: 0px;
  }
}

.modal__search__searched_word {
  color: #6e6e6e;
  font-family: "Roboto_Regular";
  font-size: 14px;
  line-height: 24px;
  margin-right: 6px;
  transition: color 0.4s;
  display: block;
  margin-bottom: 8px;
}

.modal__search__searched_word:hover {
  color: var(--button);
}

@media (min-width: 992px) {
  .modal__search__searched_word {
    display: inline;
    margin-bottom: 0px;
  }
}

.modal__search__line {
  margin-left: 6px;
  display: none;
}

@media (min-width: 992px) {
  .modal__search__line {
    display: inline;
  }
}

body:has(.modal--active) {
  overflow: hidden;
}

.header__logo {
  width: 103px;
}

@media (min-width: 768px) {
  .header__logo {
    width: 150px;
  }
}

@media (min-width: 992px) {
  .header__logo {
    width: 275px;
  }
}

.header__navbar__top__list {
  display: flex;
  justify-content: end;
  gap: 1rem;
}

.header__navbar__bottom {
  display: flex;
  justify-content: end;
  gap: 1rem;
}

@media (min-width: 992px) {
  .header__navbar__bottom {
    gap: 2rem;
  }
}

.header__navbar__bottom__list {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 32px;
}

.header__navbar__bottom__link {
  font-family: "Roboto_Medium";
  font-size: 14px;
  line-height: 24px;
  color: var(--text-dark);
  position: relative;
  display: block;
  padding: 1rem 0;
  margin: 0.25rem 0;
}

.header__navbar__bottom__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 3px;
  background-color: var(--button);
  transition: width 0.4s;
}

.header__navbar__bottom__link:hover::after {
  width: 75%;
}

.header__navbar__sub {
  overflow: hidden;
  max-height: 0;
  display: none;
  transition: max-height 0.3s;
  list-style: none;
}

@media (min-width: 992px) {
  .header__navbar__sub {
    display: flex;
  }
}

.header__navbar__sub--active {
  max-height: 80vh;
  transition: max-height 0.4s;
}

.header__navbar__sub__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}

.header__navbar__sub__item {
  padding: 0;
}

.header__navbar__sub__link {
  font-family: "Roboto_Regular";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--text-dark);
}

.header__navbar__mobile {
  height: 100vh;
  width: 280px;
  position: fixed;
  right: -280px;
  z-index: 444;
  max-width: 80%;
  width: 280px;
  background-color: var(--text-lighter);
  transition: right 0.4s;
  overflow-x: hidden;
  overflow-y: auto;
}

.header__navbar__mobile--active {
  right: 0px;
}

@media (min-width: 992px) {
  .header__navbar__mobile {
    display: none;
  }
}

.header__navbar__mobile__logo {
  width: 103px;
}

.header__navbar__mobile__list {
  display: none;
  transition: margin 0.4s;
}

.header__navbar__mobile__list--active {
  display: block;
}

.header__navbar__mobile__item {
  border-bottom: 1px solid #e8e8e8;
  margin: 0.5rem 0;
}

.header__navbar__mobile__item--light {
  border-bottom: 1px solid var(--text-dark);
}

.header__navbar__mobile__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}

.header__navbar__mobile__text {
  font-family: "Roboto_Regular";
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  color: var(--text-dark);
}

.header__navbar__mobile__text--light {
  color: var(--text-lighter);
}

.header__navbar__mobile__icon {
  display: inline-block;
  font-size: 1rem;
  color: var(--text-dark);
  margin-right: 1rem;
}

.header__navbar__mobile__icon--light {
  color: var(--text-lighter);
}

.sidebar {
  overflow: hidden;
  transition: height 0.3s 0.3s;
  display: flex;
  flex-wrap: nowrap;
}

#chk {
  text-align: center;
  display: none;
  visibility: hidden;
  border-radius: 23px;
}

#chk:checked {
  transform: skew(30deg);
}

.toggle {
  transition: box-shadow 0.3s cubic-bezier(0.79, 0.21, 0.06, 0.81);
  padding: 5px 10px;
  cursor: pointer;
  z-index: 1;
  border-radius: 10px;
}

.bar1,
.bar2,
.bar3 {
  border-radius: 4px;
  width: 25px;
  height: 5px;
  background-color: var(--text-dark);
  margin: 3px 0;
  transition: 0.3s;
  transition-delay: 0.3s;
}

.change .bar1 {
  transform: rotate(-45deg) translate(-8px, 7px);
  transition-delay: 0.3s;
}

.change .bar2 {
  opacity: 0;
  transition-delay: 0.3s;
}

.change .bar3 {
  transform: rotate(45deg) translate(-8px, -8px);
  transition-delay: 0.3s;
  margin: 9px 0;
}

#mini_navbar {
  height: 0px;
  overflow: hidden;
  transition: height 0.3s 0.3s;
  display: flex;
  flex-wrap: nowrap;
}

#mini_header {
  height: auto;
  overflow: hidden;
  max-height: 600px;
  overflow: auto;
  z-index: 50;
}

.mini_navbar {
  padding: 1rem 0;
  transition: margin 0.4s;
  display: none;
}

.mini_navbar--active {
  display: block;
}

.mini_navbar__link {
  font-size: 1rem;
  font-family: "Poppins_SemiBold";
  color: var(--primary);
  padding: 1rem;
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  border-bottom: 1px solid var(--primary);
  overflow: hidden;
}

.mini_navbar__link i {
  transition: color 0.4s;
}

.mini_navbar__link:hover {
  border: 1px solid var(--primary);
  background-color: var(--light);
}

.mini_navbar__link:hover .mini_navbar__text {
  transform: translateX(25px);
  color: var(--dark);
  scale: 1.2;
}

.mini_navbar__link:hover i {
  color: var(--dark);
}

.mini_navbar__text {
  transition:
    transform 0.4s,
    color 0.4s,
    scale 0.4s;
}

.banner {
  background-image: url(../image/banner.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  height: 613px;
  width: 100%;
  padding: 2rem 0;
  color: var(--text-lighter);
}

.banner--second {
  background-image: url(../image/banner-2.png);
}

.banner--third {
  background-image: url(../image/card-mission.jpg);
}

@media (min-width: 992px) {
  .banner {
    padding: 8rem 0;
  }
}

.banner__slogan {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.banner__slogan__title {
  font-family: "Roboto_Bold";
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .banner__slogan__title {
    font-size: 60px;
    line-height: 80px;
  }
}

.banner__slogan__text {
  font-family: "Roboto_Regular";
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 992px) {
  .banner__slogan__text {
    font-size: 24px;
    line-height: 32px;
  }
}

.banner__slogan__description {
  font-family: "Roboto_Regular";
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
}

@media (min-width: 992px) {
  .banner__slogan__description {
    font-size: 18px;
  }
}

.banner__slogan__link {
  color: var(--text-lighter);
  font-family: "Roboto_Bold";
  font-size: 1rem;
  line-height: 20px;
  transition: 0.4s color;
  display: block;
}

.banner__slogan__link:hover {
  color: #e8af02;
}

.banner__slogan__link--orange {
  color: var(--button);
}

.banner__slogan__link--info {
  color: #3d7fff;
}

.banner__slogan__link--info:hover {
  color: #3874e8;
}

.banner__slogan__link--underline {
  text-decoration: underline;
}

.banner__img {
  width: 50%;
  height: auto;
}

@media (min-width: 992px) {
  .banner__img {
    width: 100%;
  }
}

.banner__lubricant {
  background-color: #151924;
  position: relative;
}

.banner__lubricant__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner__lubricant__slogan {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1rem;
  position: relative;
  top: 1rem;
  left: 1rem;
  width: 90%;
}

@media (min-width: 1200px) {
  .banner__lubricant__slogan {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: 630px;
  }
}

.banner__lubricant__slogan__title {
  color: var(--text-lighter);
  font-family: "Roboto_SemiBold";
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 992px) {
  .banner__lubricant__slogan__title {
    font-size: 40px;
    line-height: 3rem;
  }
}

.banner__lubricant__slogan__text {
  color: var(--text-lighter);
  font-family: "Roboto_Regular";
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6980392157);
}

@media (min-width: 992px) {
  .banner__lubricant__slogan__text {
    font-size: 18px;
    line-height: 28px;
  }
}

.banner__contact {
  width: 100%;
  height: 275px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  .banner__contact {
    height: 460px;
  }
}

.banner__contact__img {
  position: absolute;
  width: 100%;
  top: -20%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: rotateY(180deg);
}

.banner__contact__slogan {
  position: absolute;
  bottom: 15%;
  transform: translateY(25%);
  width: 90%;
}

@media (min-width: 768px) {
  .banner__contact__slogan {
    bottom: 40%;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .banner__contact__slogan {
    top: auto;
    bottom: 20%;
    width: 30%;
  }
}

.banner__contact__title {
  font-family: "Roboto_Bold";
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: var(--text-dark);
}

@media (min-width: 992px) {
  .banner__contact__title {
    font-size: 48px;
    line-height: 56px;
  }
}

.banner__contact__title--small {
  font-family: "Roboto_Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 992px) {
  .banner__contact__title--small {
    font-size: 24px;
    line-height: 32px;
  }
}

.swiper__product {
  position: relative;
}

.swiper__news {
  position: relative;
}

@media (min-width: 576px) {
.swiper__product::after, .swiper__news::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 260px;
  width: 40%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%);
  z-index: 1;
}   
}

.swiper__product__img {
  width: 100%;
  height: 256px;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper__product__img--small {
  width: 200px;
  height: 120px;
}

.swiper__product__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto_Regular";
  font-size: 20px;
  line-height: 32px;
  transition: 0.4s color;
  color: #000;
}

.swiper__product__link:hover {
  color: var(--button);
}

.swiper__product__icon {
  font-size: 1rem;
  margin: 0 0.5rem;
}

.swiper__insights__navigation {
  position: absolute;
  left: 0;
  top: 100%;
}

@media (min-width: 992px) {
  .swiper__insights__navigation {
    bottom: 0;
    top: auto;
  }
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  position: relative;
  left: 0;
  display: inline-block;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem;
  color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.swiper-button-next {
  margin-left: 24px;
}

#swiper_insights {
  background-color: var(--layout-light);
}

.swiper__sponsor {
  width: 100%;
  padding: 20px 0;
}

.swiper__sponsor .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper__sponsor .swiper-slide img {
  width: 100px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.swiper__sponsor .swiper-slide img:hover {
  transform: scale(1.1);
}

.thumb__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.thumb__slide.swiper-slide-thumb-active {
  border: 1px solid #232021;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pagination__button {
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto_Regular";
  font-weight: 700;
}

.pagination__button__etc {
  font-size: 1rem;
  line-height: 20px;
}

.pagination__item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.pagination__prev,
.pagination__next {
  background-color: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  position: relative;
  color: #000;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination__prev::after,
.pagination__next::after {
  font-size: 1rem;
  color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.footer {
  background-color: var(--text-darker);
  padding: 2.5rem 0;
}

.footer__title {
  font-family: "Roboto_Medium";
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--text-lighter);
  display: block;
  margin-bottom: 1rem;
}

.footer__menu__item {
  margin: 0.5rem 0;
}

.footer__menu__link {
  color: var(--text-lighter);
  font-family: "Roboto_Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-light);
}

.footer__line {
  border-bottom: 1px solid #bdbcbc;
  opacity: 0.1;
}

.footer__logo {
  margin-bottom: 52px;
}

.footer__form {
  display: flex;
  gap: 8px;
}

.footer__input {
  padding: 8px 12px;
  background-color: var(--text-lighter);
}

.footer__input::-moz-placeholder {
  font-family: "Roboto_Regular";
  font-size: 14px;
  line-height: 24px;
  color: #bdbcbc;
}

.footer__input::placeholder {
  font-family: "Roboto_Regular";
  font-size: 14px;
  line-height: 24px;
  color: #bdbcbc;
}

.footer__social__list {
  display: flex;
  gap: 1rem;
}

.footer__social__link {
  background-color: #333333;
  color: var(--text-lighter);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__text {
  font-family: "Roboto_Medium";
  font-size: 14px;
  line-height: 24px;
  color: var(--text-light);
}

.footer__text--light {
  font-family: "Roboto_Regular";
  font-weight: 400;
}

@media (min-width: 576px) {
  .container,
  .container_sm {
    max-width: 540px;
  }

  .col_sm {
    flex: 1 0 0%;
  }

  .row_cols_sm_auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row_cols_sm_1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row_cols_sm_2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row_cols_sm_3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row_cols_sm_4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row_cols_sm_5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row_cols_sm_6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col_sm_auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col_sm_1 {
    flex: 0 0 auto;
    width: 1.6666666667%;
  }

  .col_sm_2 {
    flex: 0 0 auto;
    width: 3.3333333333%;
  }

  .col_sm_3 {
    flex: 0 0 auto;
    width: 5%;
  }

  .col_sm_4 {
    flex: 0 0 auto;
    width: 6.6666666667%;
  }

  .col_sm_5 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col_sm_6 {
    flex: 0 0 auto;
    width: 10%;
  }

  .col_sm_7 {
    flex: 0 0 auto;
    width: 11.6666666667%;
  }

  .col_sm_8 {
    flex: 0 0 auto;
    width: 13.3333333333%;
  }

  .col_sm_9 {
    flex: 0 0 auto;
    width: 15%;
  }

  .col_sm_10 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col_sm_11 {
    flex: 0 0 auto;
    width: 18.3333333333%;
  }

  .col_sm_12 {
    flex: 0 0 auto;
    width: 20%;
  }

  .col_sm_13 {
    flex: 0 0 auto;
    width: 21.6666666667%;
  }

  .col_sm_14 {
    flex: 0 0 auto;
    width: 23.3333333333%;
  }

  .col_sm_15 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col_sm_16 {
    flex: 0 0 auto;
    width: 26.6666666667%;
  }

  .col_sm_17 {
    flex: 0 0 auto;
    width: 28.3333333333%;
  }

  .col_sm_18 {
    flex: 0 0 auto;
    width: 30%;
  }

  .col_sm_19 {
    flex: 0 0 auto;
    width: 31.6666666667%;
  }

  .col_sm_20 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col_sm_21 {
    flex: 0 0 auto;
    width: 35%;
  }

  .col_sm_22 {
    flex: 0 0 auto;
    width: 36.6666666667%;
  }

  .col_sm_23 {
    flex: 0 0 auto;
    width: 38.3333333333%;
  }

  .col_sm_24 {
    flex: 0 0 auto;
    width: 40%;
  }

  .col_sm_25 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col_sm_26 {
    flex: 0 0 auto;
    width: 43.3333333333%;
  }

  .col_sm_27 {
    flex: 0 0 auto;
    width: 45%;
  }

  .col_sm_28 {
    flex: 0 0 auto;
    width: 46.6666666667%;
  }

  .col_sm_29 {
    flex: 0 0 auto;
    width: 48.3333333333%;
  }

  .col_sm_30 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col_sm_31 {
    flex: 0 0 auto;
    width: 51.6666666667%;
  }

  .col_sm_32 {
    flex: 0 0 auto;
    width: 53.3333333333%;
  }

  .col_sm_33 {
    flex: 0 0 auto;
    width: 55%;
  }

  .col_sm_34 {
    flex: 0 0 auto;
    width: 56.6666666667%;
  }

  .col_sm_35 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col_sm_36 {
    flex: 0 0 auto;
    width: 60%;
  }

  .col_sm_37 {
    flex: 0 0 auto;
    width: 61.6666666667%;
  }

  .col_sm_38 {
    flex: 0 0 auto;
    width: 63.3333333333%;
  }

  .col_sm_39 {
    flex: 0 0 auto;
    width: 65%;
  }

  .col_sm_40 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col_sm_41 {
    flex: 0 0 auto;
    width: 68.3333333333%;
  }

  .col_sm_42 {
    flex: 0 0 auto;
    width: 70%;
  }

  .col_sm_43 {
    flex: 0 0 auto;
    width: 71.6666666667%;
  }

  .col_sm_44 {
    flex: 0 0 auto;
    width: 73.3333333333%;
  }

  .col_sm_45 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col_sm_46 {
    flex: 0 0 auto;
    width: 76.6666666667%;
  }

  .col_sm_47 {
    flex: 0 0 auto;
    width: 78.3333333333%;
  }

  .col_sm_48 {
    flex: 0 0 auto;
    width: 80%;
  }

  .col_sm_49 {
    flex: 0 0 auto;
    width: 81.6666666667%;
  }

  .col_sm_50 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col_sm_51 {
    flex: 0 0 auto;
    width: 85%;
  }

  .col_sm_52 {
    flex: 0 0 auto;
    width: 86.6666666667%;
  }

  .col_sm_53 {
    flex: 0 0 auto;
    width: 88.3333333333%;
  }

  .col_sm_54 {
    flex: 0 0 auto;
    width: 90%;
  }

  .col_sm_55 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col_sm_56 {
    flex: 0 0 auto;
    width: 93.3333333333%;
  }

  .col_sm_57 {
    flex: 0 0 auto;
    width: 95%;
  }

  .col_sm_58 {
    flex: 0 0 auto;
    width: 96.6666666667%;
  }

  .col_sm_59 {
    flex: 0 0 auto;
    width: 98.3333333333%;
  }

  .col_sm_60 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset_sm_0 {
    margin-left: 0;
  }

  .offset_sm_1 {
    margin-left: 8.33333333%;
  }

  .offset_sm_2 {
    margin-left: 16.66666667%;
  }

  .offset_sm_3 {
    margin-left: 25%;
  }

  .offset_sm_4 {
    margin-left: 33.33333333%;
  }

  .offset_sm_5 {
    margin-left: 41.66666667%;
  }

  .offset_sm_6 {
    margin-left: 50%;
  }

  .offset_sm_7 {
    margin-left: 58.33333333%;
  }

  .offset_sm_8 {
    margin-left: 66.66666667%;
  }

  .offset_sm_9 {
    margin-left: 75%;
  }

  .offset_sm_10 {
    margin-left: 83.33333333%;
  }

  .offset_sm_11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .container,
  .container_md {
    max-width: 720px;
  }

  .col_md {
    flex: 1 0 0%;
  }

  .row_cols_md_auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row_cols_md_1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row_cols_md_2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row_cols_md_3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row_cols_md_4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row_cols_md_5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row_cols_md_6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col_sm_auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col_md_1 {
    flex: 0 0 auto;
    width: 1.6666666667%;
  }

  .col_md_2 {
    flex: 0 0 auto;
    width: 3.3333333333%;
  }

  .col_md_3 {
    flex: 0 0 auto;
    width: 5%;
  }

  .col_md_4 {
    flex: 0 0 auto;
    width: 6.6666666667%;
  }

  .col_md_5 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col_md_6 {
    flex: 0 0 auto;
    width: 10%;
  }

  .col_md_7 {
    flex: 0 0 auto;
    width: 11.6666666667%;
  }

  .col_md_8 {
    flex: 0 0 auto;
    width: 13.3333333333%;
  }

  .col_md_9 {
    flex: 0 0 auto;
    width: 15%;
  }

  .col_md_10 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col_md_11 {
    flex: 0 0 auto;
    width: 18.3333333333%;
  }

  .col_md_12 {
    flex: 0 0 auto;
    width: 20%;
  }

  .col_md_13 {
    flex: 0 0 auto;
    width: 21.6666666667%;
  }

  .col_md_14 {
    flex: 0 0 auto;
    width: 23.3333333333%;
  }

  .col_md_15 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col_md_16 {
    flex: 0 0 auto;
    width: 26.6666666667%;
  }

  .col_md_17 {
    flex: 0 0 auto;
    width: 28.3333333333%;
  }

  .col_md_18 {
    flex: 0 0 auto;
    width: 30%;
  }

  .col_md_19 {
    flex: 0 0 auto;
    width: 31.6666666667%;
  }

  .col_md_20 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col_md_21 {
    flex: 0 0 auto;
    width: 35%;
  }

  .col_md_22 {
    flex: 0 0 auto;
    width: 36.6666666667%;
  }

  .col_md_23 {
    flex: 0 0 auto;
    width: 38.3333333333%;
  }

  .col_md_24 {
    flex: 0 0 auto;
    width: 40%;
  }

  .col_md_25 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col_md_26 {
    flex: 0 0 auto;
    width: 43.3333333333%;
  }

  .col_md_27 {
    flex: 0 0 auto;
    width: 45%;
  }

  .col_md_28 {
    flex: 0 0 auto;
    width: 46.6666666667%;
  }

  .col_md_29 {
    flex: 0 0 auto;
    width: 48.3333333333%;
  }

  .col_md_30 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col_md_31 {
    flex: 0 0 auto;
    width: 51.6666666667%;
  }

  .col_md_32 {
    flex: 0 0 auto;
    width: 53.3333333333%;
  }

  .col_md_33 {
    flex: 0 0 auto;
    width: 55%;
  }

  .col_md_34 {
    flex: 0 0 auto;
    width: 56.6666666667%;
  }

  .col_md_35 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col_md_36 {
    flex: 0 0 auto;
    width: 60%;
  }

  .col_md_37 {
    flex: 0 0 auto;
    width: 61.6666666667%;
  }

  .col_md_38 {
    flex: 0 0 auto;
    width: 63.3333333333%;
  }

  .col_md_39 {
    flex: 0 0 auto;
    width: 65%;
  }

  .col_md_40 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col_md_41 {
    flex: 0 0 auto;
    width: 68.3333333333%;
  }

  .col_md_42 {
    flex: 0 0 auto;
    width: 70%;
  }

  .col_md_43 {
    flex: 0 0 auto;
    width: 71.6666666667%;
  }

  .col_md_44 {
    flex: 0 0 auto;
    width: 73.3333333333%;
  }

  .col_md_45 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col_md_46 {
    flex: 0 0 auto;
    width: 76.6666666667%;
  }

  .col_md_47 {
    flex: 0 0 auto;
    width: 78.3333333333%;
  }

  .col_md_48 {
    flex: 0 0 auto;
    width: 80%;
  }

  .col_md_49 {
    flex: 0 0 auto;
    width: 81.6666666667%;
  }

  .col_md_50 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col_md_51 {
    flex: 0 0 auto;
    width: 85%;
  }

  .col_md_52 {
    flex: 0 0 auto;
    width: 86.6666666667%;
  }

  .col_md_53 {
    flex: 0 0 auto;
    width: 88.3333333333%;
  }

  .col_md_54 {
    flex: 0 0 auto;
    width: 90%;
  }

  .col_md_55 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col_md_56 {
    flex: 0 0 auto;
    width: 93.3333333333%;
  }

  .col_md_57 {
    flex: 0 0 auto;
    width: 95%;
  }

  .col_md_58 {
    flex: 0 0 auto;
    width: 96.6666666667%;
  }

  .col_md_59 {
    flex: 0 0 auto;
    width: 98.3333333333%;
  }

  .col_md_60 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset_md_0 {
    margin-left: 0;
  }

  .offset_md_1 {
    margin-left: 8.33333333%;
  }

  .offset_md_2 {
    margin-left: 16.66666667%;
  }

  .offset_md_3 {
    margin-left: 25%;
  }

  .offset_md_4 {
    margin-left: 33.33333333%;
  }

  .offset_md_5 {
    margin-left: 41.66666667%;
  }

  .offset_md_6 {
    margin-left: 50%;
  }

  .offset_md_7 {
    margin-left: 58.33333333%;
  }

  .offset_md_8 {
    margin-left: 66.66666667%;
  }

  .offset_md_9 {
    margin-left: 75%;
  }

  .offset_md_10 {
    margin-left: 83.33333333%;
  }

  .offset_md_11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .container,
  .container_lg {
    max-width: 960px;
  }

  .col_lg {
    flex: 1 0 0%;
  }

  .row_cols_lg_auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row_cols_lg_1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row_cols_lg_2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row_cols_lg_3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row_cols_lg_4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row_cols_lg_5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row_cols_lg_6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col_lg_auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col_lg_1 {
    flex: 0 0 auto;
    width: 1.6666666667%;
  }

  .col_lg_2 {
    flex: 0 0 auto;
    width: 3.3333333333%;
  }

  .col_lg_3 {
    flex: 0 0 auto;
    width: 5%;
  }

  .col_lg_4 {
    flex: 0 0 auto;
    width: 6.6666666667%;
  }

  .col_lg_5 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col_lg_6 {
    flex: 0 0 auto;
    width: 10%;
  }

  .col_lg_7 {
    flex: 0 0 auto;
    width: 11.6666666667%;
  }

  .col_lg_8 {
    flex: 0 0 auto;
    width: 13.3333333333%;
  }

  .col_lg_9 {
    flex: 0 0 auto;
    width: 15%;
  }

  .col_lg_10 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col_lg_11 {
    flex: 0 0 auto;
    width: 18.3333333333%;
  }

  .col_lg_12 {
    flex: 0 0 auto;
    width: 20%;
  }

  .col_lg_13 {
    flex: 0 0 auto;
    width: 21.6666666667%;
  }

  .col_lg_14 {
    flex: 0 0 auto;
    width: 23.3333333333%;
  }

  .col_lg_15 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col_lg_16 {
    flex: 0 0 auto;
    width: 26.6666666667%;
  }

  .col_lg_17 {
    flex: 0 0 auto;
    width: 28.3333333333%;
  }

  .col_lg_18 {
    flex: 0 0 auto;
    width: 30%;
  }

  .col_lg_19 {
    flex: 0 0 auto;
    width: 31.6666666667%;
  }

  .col_lg_20 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col_lg_21 {
    flex: 0 0 auto;
    width: 35%;
  }

  .col_lg_22 {
    flex: 0 0 auto;
    width: 36.6666666667%;
  }

  .col_lg_23 {
    flex: 0 0 auto;
    width: 38.3333333333%;
  }

  .col_lg_24 {
    flex: 0 0 auto;
    width: 40%;
  }

  .col_lg_25 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col_lg_26 {
    flex: 0 0 auto;
    width: 43.3333333333%;
  }

  .col_lg_27 {
    flex: 0 0 auto;
    width: 45%;
  }

  .col_lg_28 {
    flex: 0 0 auto;
    width: 46.6666666667%;
  }

  .col_lg_29 {
    flex: 0 0 auto;
    width: 48.3333333333%;
  }

  .col_lg_30 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col_lg_31 {
    flex: 0 0 auto;
    width: 51.6666666667%;
  }

  .col_lg_32 {
    flex: 0 0 auto;
    width: 53.3333333333%;
  }

  .col_lg_33 {
    flex: 0 0 auto;
    width: 55%;
  }

  .col_lg_34 {
    flex: 0 0 auto;
    width: 56.6666666667%;
  }

  .col_lg_35 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col_lg_36 {
    flex: 0 0 auto;
    width: 60%;
  }

  .col_lg_37 {
    flex: 0 0 auto;
    width: 61.6666666667%;
  }

  .col_lg_38 {
    flex: 0 0 auto;
    width: 63.3333333333%;
  }

  .col_lg_39 {
    flex: 0 0 auto;
    width: 65%;
  }

  .col_lg_40 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col_lg_41 {
    flex: 0 0 auto;
    width: 68.3333333333%;
  }

  .col_lg_42 {
    flex: 0 0 auto;
    width: 70%;
  }

  .col_lg_43 {
    flex: 0 0 auto;
    width: 71.6666666667%;
  }

  .col_lg_44 {
    flex: 0 0 auto;
    width: 73.3333333333%;
  }

  .col_lg_45 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col_lg_46 {
    flex: 0 0 auto;
    width: 76.6666666667%;
  }

  .col_lg_47 {
    flex: 0 0 auto;
    width: 78.3333333333%;
  }

  .col_lg_48 {
    flex: 0 0 auto;
    width: 80%;
  }

  .col_lg_49 {
    flex: 0 0 auto;
    width: 81.6666666667%;
  }

  .col_lg_50 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col_lg_51 {
    flex: 0 0 auto;
    width: 85%;
  }

  .col_lg_52 {
    flex: 0 0 auto;
    width: 86.6666666667%;
  }

  .col_lg_53 {
    flex: 0 0 auto;
    width: 88.3333333333%;
  }

  .col_lg_54 {
    flex: 0 0 auto;
    width: 90%;
  }

  .col_lg_55 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col_lg_56 {
    flex: 0 0 auto;
    width: 93.3333333333%;
  }

  .col_lg_57 {
    flex: 0 0 auto;
    width: 95%;
  }

  .col_lg_58 {
    flex: 0 0 auto;
    width: 96.6666666667%;
  }

  .col_lg_59 {
    flex: 0 0 auto;
    width: 98.3333333333%;
  }

  .col_lg_60 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset_lg_0 {
    margin-left: 0;
  }

  .offset_lg_1 {
    margin-left: 8.33333333%;
  }

  .offset_lg_2 {
    margin-left: 16.66666667%;
  }

  .offset_lg_3 {
    margin-left: 25%;
  }

  .offset_lg_4 {
    margin-left: 33.33333333%;
  }

  .offset_lg_5 {
    margin-left: 41.66666667%;
  }

  .offset_lg_6 {
    margin-left: 50%;
  }

  .offset_lg_7 {
    margin-left: 58.33333333%;
  }

  .offset_lg_8 {
    margin-left: 66.66666667%;
  }

  .offset_lg_9 {
    margin-left: 75%;
  }

  .offset_lg_10 {
    margin-left: 83.33333333%;
  }

  .offset_lg_11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .container,
  .container_xl {
    max-width: 1140px;
  }

  .col_xl {
    flex: 1 0 0%;
  }

  .row_cols_xl_auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row_cols_xl_1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row_cols_xl_2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row_cols_xl_3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row_cols_xl_4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row_cols_xl_5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row_cols_xl_6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col_xl_auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col_xl_1 {
    flex: 0 0 auto;
    width: 1.6666666667%;
  }

  .col_xl_2 {
    flex: 0 0 auto;
    width: 3.3333333333%;
  }

  .col_xl_3 {
    flex: 0 0 auto;
    width: 5%;
  }

  .col_xl_4 {
    flex: 0 0 auto;
    width: 6.6666666667%;
  }

  .col_xl_5 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col_xl_6 {
    flex: 0 0 auto;
    width: 10%;
  }

  .col_xl_7 {
    flex: 0 0 auto;
    width: 11.6666666667%;
  }

  .col_xl_8 {
    flex: 0 0 auto;
    width: 13.3333333333%;
  }

  .col_xl_9 {
    flex: 0 0 auto;
    width: 15%;
  }

  .col_xl_10 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col_xl_11 {
    flex: 0 0 auto;
    width: 18.3333333333%;
  }

  .col_xl_12 {
    flex: 0 0 auto;
    width: 20%;
  }

  .col_xl_13 {
    flex: 0 0 auto;
    width: 21.6666666667%;
  }

  .col_xl_14 {
    flex: 0 0 auto;
    width: 23.3333333333%;
  }

  .col_xl_15 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col_xl_16 {
    flex: 0 0 auto;
    width: 26.6666666667%;
  }

  .col_xl_17 {
    flex: 0 0 auto;
    width: 28.3333333333%;
  }

  .col_xl_18 {
    flex: 0 0 auto;
    width: 30%;
  }

  .col_xl_19 {
    flex: 0 0 auto;
    width: 31.6666666667%;
  }

  .col_xl_20 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col_xl_21 {
    flex: 0 0 auto;
    width: 35%;
  }

  .col_xl_22 {
    flex: 0 0 auto;
    width: 36.6666666667%;
  }

  .col_xl_23 {
    flex: 0 0 auto;
    width: 38.3333333333%;
  }

  .col_xl_24 {
    flex: 0 0 auto;
    width: 40%;
  }

  .col_xl_25 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col_xl_26 {
    flex: 0 0 auto;
    width: 43.3333333333%;
  }

  .col_xl_27 {
    flex: 0 0 auto;
    width: 45%;
  }

  .col_xl_28 {
    flex: 0 0 auto;
    width: 46.6666666667%;
  }

  .col_xl_29 {
    flex: 0 0 auto;
    width: 48.3333333333%;
  }

  .col_xl_30 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col_xl_31 {
    flex: 0 0 auto;
    width: 51.6666666667%;
  }

  .col_xl_32 {
    flex: 0 0 auto;
    width: 53.3333333333%;
  }

  .col_xl_33 {
    flex: 0 0 auto;
    width: 55%;
  }

  .col_xl_34 {
    flex: 0 0 auto;
    width: 56.6666666667%;
  }

  .col_xl_35 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col_xl_36 {
    flex: 0 0 auto;
    width: 60%;
  }

  .col_xl_37 {
    flex: 0 0 auto;
    width: 61.6666666667%;
  }

  .col_xl_38 {
    flex: 0 0 auto;
    width: 63.3333333333%;
  }

  .col_xl_39 {
    flex: 0 0 auto;
    width: 65%;
  }

  .col_xl_40 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col_xl_41 {
    flex: 0 0 auto;
    width: 68.3333333333%;
  }

  .col_xl_42 {
    flex: 0 0 auto;
    width: 70%;
  }

  .col_xl_43 {
    flex: 0 0 auto;
    width: 71.6666666667%;
  }

  .col_xl_44 {
    flex: 0 0 auto;
    width: 73.3333333333%;
  }

  .col_xl_45 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col_xl_46 {
    flex: 0 0 auto;
    width: 76.6666666667%;
  }

  .col_xl_47 {
    flex: 0 0 auto;
    width: 78.3333333333%;
  }

  .col_xl_48 {
    flex: 0 0 auto;
    width: 80%;
  }

  .col_xl_49 {
    flex: 0 0 auto;
    width: 81.6666666667%;
  }

  .col_xl_50 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col_xl_51 {
    flex: 0 0 auto;
    width: 85%;
  }

  .col_xl_52 {
    flex: 0 0 auto;
    width: 86.6666666667%;
  }

  .col_xl_53 {
    flex: 0 0 auto;
    width: 88.3333333333%;
  }

  .col_xl_54 {
    flex: 0 0 auto;
    width: 90%;
  }

  .col_xl_55 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col_xl_56 {
    flex: 0 0 auto;
    width: 93.3333333333%;
  }

  .col_xl_57 {
    flex: 0 0 auto;
    width: 95%;
  }

  .col_xl_58 {
    flex: 0 0 auto;
    width: 96.6666666667%;
  }

  .col_xl_59 {
    flex: 0 0 auto;
    width: 98.3333333333%;
  }

  .col_xl_60 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset_xl_0 {
    margin-left: 0;
  }

  .offset_xl_1 {
    margin-left: 8.33333333%;
  }

  .offset_xl_2 {
    margin-left: 16.66666667%;
  }

  .offset_xl_3 {
    margin-left: 25%;
  }

  .offset_xl_4 {
    margin-left: 33.33333333%;
  }

  .offset_xl_5 {
    margin-left: 41.66666667%;
  }

  .offset_xl_6 {
    margin-left: 50%;
  }

  .offset_xl_7 {
    margin-left: 58.33333333%;
  }

  .offset_xl_8 {
    margin-left: 66.66666667%;
  }

  .offset_xl_9 {
    margin-left: 75%;
  }

  .offset_xl_10 {
    margin-left: 83.33333333%;
  }

  .offset_xl_11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1400px) {
  .container_fluid {
    max-width: 1320px;
    margin-left: auto;
    overflow: hidden;
  }

  .container,
  .container_xxl {
    max-width: 1120px;
    padding: 0;
    margin: 0 auto;
  }

  .col_xxl {
    flex: 1 0 0%;
  }

  .row_cols_xxl_auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row_cols_xxl_1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row_cols_xxl_2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row_cols_xxl_3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row_cols_xxl_4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row_cols_xxl_5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row_cols_xxl_6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col_xxl_auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col_xxl_1 {
    flex: 0 0 auto;
    width: 1.6666666667%;
  }

  .col_xxl_2 {
    flex: 0 0 auto;
    width: 3.3333333333%;
  }

  .col_xxl_3 {
    flex: 0 0 auto;
    width: 5%;
  }

  .col_xxl_4 {
    flex: 0 0 auto;
    width: 6.6666666667%;
  }

  .col_xxl_5 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col_xxl_6 {
    flex: 0 0 auto;
    width: 10%;
  }

  .col_xxl_7 {
    flex: 0 0 auto;
    width: 11.6666666667%;
  }

  .col_xxl_8 {
    flex: 0 0 auto;
    width: 13.3333333333%;
  }

  .col_xxl_9 {
    flex: 0 0 auto;
    width: 15%;
  }

  .col_xxl_10 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col_xxl_11 {
    flex: 0 0 auto;
    width: 18.3333333333%;
  }

  .col_xxl_12 {
    flex: 0 0 auto;
    width: 20%;
  }

  .col_xxl_13 {
    flex: 0 0 auto;
    width: 21.6666666667%;
  }

  .col_xxl_14 {
    flex: 0 0 auto;
    width: 23.3333333333%;
  }

  .col_xxl_15 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col_xxl_16 {
    flex: 0 0 auto;
    width: 26.6666666667%;
  }

  .col_xxl_17 {
    flex: 0 0 auto;
    width: 28.3333333333%;
  }

  .col_xxl_18 {
    flex: 0 0 auto;
    width: 30%;
  }

  .col_xxl_19 {
    flex: 0 0 auto;
    width: 31.6666666667%;
  }

  .col_xxl_20 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col_xxl_21 {
    flex: 0 0 auto;
    width: 35%;
  }

  .col_xxl_22 {
    flex: 0 0 auto;
    width: 36.6666666667%;
  }

  .col_xxl_23 {
    flex: 0 0 auto;
    width: 38.3333333333%;
  }

  .col_xxl_24 {
    flex: 0 0 auto;
    width: 40%;
  }

  .col_xxl_25 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col_xxl_26 {
    flex: 0 0 auto;
    width: 43.3333333333%;
  }

  .col_xxl_27 {
    flex: 0 0 auto;
    width: 45%;
  }

  .col_xxl_28 {
    flex: 0 0 auto;
    width: 46.6666666667%;
  }

  .col_xxl_29 {
    flex: 0 0 auto;
    width: 48.3333333333%;
  }

  .col_xxl_30 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col_xxl_31 {
    flex: 0 0 auto;
    width: 51.6666666667%;
  }

  .col_xxl_32 {
    flex: 0 0 auto;
    width: 53.3333333333%;
  }

  .col_xxl_33 {
    flex: 0 0 auto;
    width: 55%;
  }

  .col_xxl_34 {
    flex: 0 0 auto;
    width: 56.6666666667%;
  }

  .col_xxl_35 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col_xxl_36 {
    flex: 0 0 auto;
    width: 60%;
  }

  .col_xxl_37 {
    flex: 0 0 auto;
    width: 61.6666666667%;
  }

  .col_xxl_38 {
    flex: 0 0 auto;
    width: 63.3333333333%;
  }

  .col_xxl_39 {
    flex: 0 0 auto;
    width: 65%;
  }

  .col_xxl_40 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col_xxl_41 {
    flex: 0 0 auto;
    width: 68.3333333333%;
  }

  .col_xxl_42 {
    flex: 0 0 auto;
    width: 70%;
  }

  .col_xxl_43 {
    flex: 0 0 auto;
    width: 71.6666666667%;
  }

  .col_xxl_44 {
    flex: 0 0 auto;
    width: 73.3333333333%;
  }

  .col_xxl_45 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col_xxl_46 {
    flex: 0 0 auto;
    width: 76.6666666667%;
  }

  .col_xxl_47 {
    flex: 0 0 auto;
    width: 78.3333333333%;
  }

  .col_xxl_48 {
    flex: 0 0 auto;
    width: 80%;
  }

  .col_xxl_49 {
    flex: 0 0 auto;
    width: 81.6666666667%;
  }

  .col_xxl_50 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col_xxl_51 {
    flex: 0 0 auto;
    width: 85%;
  }

  .col_xxl_52 {
    flex: 0 0 auto;
    width: 86.6666666667%;
  }

  .col_xxl_53 {
    flex: 0 0 auto;
    width: 88.3333333333%;
  }

  .col_xxl_54 {
    flex: 0 0 auto;
    width: 90%;
  }

  .col_xxl_55 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col_xxl_56 {
    flex: 0 0 auto;
    width: 93.3333333333%;
  }

  .col_xxl_57 {
    flex: 0 0 auto;
    width: 95%;
  }

  .col_xxl_58 {
    flex: 0 0 auto;
    width: 96.6666666667%;
  }

  .col_xxl_59 {
    flex: 0 0 auto;
    width: 98.3333333333%;
  }

  .col_xxl_60 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset_xxl_0 {
    margin-left: 0;
  }

  .offset_xxl_1 {
    margin-left: 8.33333333%;
  }

  .offset_xxl_2 {
    margin-left: 16.66666667%;
  }

  .offset_xxl_3 {
    margin-left: 25%;
  }

  .offset_xxl_4 {
    margin-left: 33.33333333%;
  }

  .offset_xxl_5 {
    margin-left: 41.66666667%;
  }

  .offset_xxl_6 {
    margin-left: 50%;
  }

  .offset_xxl_7 {
    margin-left: 58.33333333%;
  }

  .offset_xxl_8 {
    margin-left: 66.66666667%;
  }

  .offset_xxl_9 {
    margin-left: 75%;
  }

  .offset_xxl_10 {
    margin-left: 83.33333333%;
  }

  .offset_xxl_11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1650px) {
  .container_fluid {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }

  .container,
  .container_xxl {
    max-width: 1120px;
    padding: 0;
    margin: 0 auto;
  }

  .col_xxl {
    flex: 1 0 0%;
  }

  .row_cols_xxl_auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row_cols_xxl_1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row_cols_xxl_2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row_cols_xxl_3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row_cols_xxl_4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row_cols_xxl_5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row_cols_xxl_6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col_xxl_auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col_xxl_1 {
    flex: 0 0 auto;
    width: 1.6666666667%;
  }

  .col_xxl_2 {
    flex: 0 0 auto;
    width: 3.3333333333%;
  }

  .col_xxl_3 {
    flex: 0 0 auto;
    width: 5%;
  }

  .col_xxl_4 {
    flex: 0 0 auto;
    width: 6.6666666667%;
  }

  .col_xxl_5 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col_xxl_6 {
    flex: 0 0 auto;
    width: 10%;
  }

  .col_xxl_7 {
    flex: 0 0 auto;
    width: 11.6666666667%;
  }

  .col_xxl_8 {
    flex: 0 0 auto;
    width: 13.3333333333%;
  }

  .col_xxl_9 {
    flex: 0 0 auto;
    width: 15%;
  }

  .col_xxl_10 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col_xxl_11 {
    flex: 0 0 auto;
    width: 18.3333333333%;
  }

  .col_xxl_12 {
    flex: 0 0 auto;
    width: 20%;
  }

  .col_xxl_13 {
    flex: 0 0 auto;
    width: 21.6666666667%;
  }

  .col_xxl_14 {
    flex: 0 0 auto;
    width: 23.3333333333%;
  }

  .col_xxl_15 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col_xxl_16 {
    flex: 0 0 auto;
    width: 26.6666666667%;
  }

  .col_xxl_17 {
    flex: 0 0 auto;
    width: 28.3333333333%;
  }

  .col_xxl_18 {
    flex: 0 0 auto;
    width: 30%;
  }

  .col_xxl_19 {
    flex: 0 0 auto;
    width: 31.6666666667%;
  }

  .col_xxl_20 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col_xxl_21 {
    flex: 0 0 auto;
    width: 35%;
  }

  .col_xxl_22 {
    flex: 0 0 auto;
    width: 36.6666666667%;
  }

  .col_xxl_23 {
    flex: 0 0 auto;
    width: 38.3333333333%;
  }

  .col_xxl_24 {
    flex: 0 0 auto;
    width: 40%;
  }

  .col_xxl_25 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col_xxl_26 {
    flex: 0 0 auto;
    width: 43.3333333333%;
  }

  .col_xxl_27 {
    flex: 0 0 auto;
    width: 45%;
  }

  .col_xxl_28 {
    flex: 0 0 auto;
    width: 46.6666666667%;
  }

  .col_xxl_29 {
    flex: 0 0 auto;
    width: 48.3333333333%;
  }

  .col_xxl_30 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col_xxl_31 {
    flex: 0 0 auto;
    width: 51.6666666667%;
  }

  .col_xxl_32 {
    flex: 0 0 auto;
    width: 53.3333333333%;
  }

  .col_xxl_33 {
    flex: 0 0 auto;
    width: 55%;
  }

  .col_xxl_34 {
    flex: 0 0 auto;
    width: 56.6666666667%;
  }

  .col_xxl_35 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col_xxl_36 {
    flex: 0 0 auto;
    width: 60%;
  }

  .col_xxl_37 {
    flex: 0 0 auto;
    width: 61.6666666667%;
  }

  .col_xxl_38 {
    flex: 0 0 auto;
    width: 63.3333333333%;
  }

  .col_xxl_39 {
    flex: 0 0 auto;
    width: 65%;
  }

  .col_xxl_40 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col_xxl_41 {
    flex: 0 0 auto;
    width: 68.3333333333%;
  }

  .col_xxl_42 {
    flex: 0 0 auto;
    width: 70%;
  }

  .col_xxl_43 {
    flex: 0 0 auto;
    width: 71.6666666667%;
  }

  .col_xxl_44 {
    flex: 0 0 auto;
    width: 73.3333333333%;
  }

  .col_xxl_45 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col_xxl_46 {
    flex: 0 0 auto;
    width: 76.6666666667%;
  }

  .col_xxl_47 {
    flex: 0 0 auto;
    width: 78.3333333333%;
  }

  .col_xxl_48 {
    flex: 0 0 auto;
    width: 80%;
  }

  .col_xxl_49 {
    flex: 0 0 auto;
    width: 81.6666666667%;
  }

  .col_xxl_50 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col_xxl_51 {
    flex: 0 0 auto;
    width: 85%;
  }

  .col_xxl_52 {
    flex: 0 0 auto;
    width: 86.6666666667%;
  }

  .col_xxl_53 {
    flex: 0 0 auto;
    width: 88.3333333333%;
  }

  .col_xxl_54 {
    flex: 0 0 auto;
    width: 90%;
  }

  .col_xxl_55 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col_xxl_56 {
    flex: 0 0 auto;
    width: 93.3333333333%;
  }

  .col_xxl_57 {
    flex: 0 0 auto;
    width: 95%;
  }

  .col_xxl_58 {
    flex: 0 0 auto;
    width: 96.6666666667%;
  }

  .col_xxl_59 {
    flex: 0 0 auto;
    width: 98.3333333333%;
  }

  .col_xxl_60 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset_xxl_0 {
    margin-left: 0;
  }

  .offset_xxl_1 {
    margin-left: 8.33333333%;
  }

  .offset_xxl_2 {
    margin-left: 16.66666667%;
  }

  .offset_xxl_3 {
    margin-left: 25%;
  }

  .offset_xxl_4 {
    margin-left: 33.33333333%;
  }

  .offset_xxl_5 {
    margin-left: 41.66666667%;
  }

  .offset_xxl_6 {
    margin-left: 50%;
  }

  .offset_xxl_7 {
    margin-left: 58.33333333%;
  }

  .offset_xxl_8 {
    margin-left: 66.66666667%;
  }

  .offset_xxl_9 {
    margin-left: 75%;
  }

  .offset_xxl_10 {
    margin-left: 83.33333333%;
  }

  .offset_xxl_11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 576px) {
  .d_sm_inline {
    display: inline !important;
  }

  .d_sm_inline_block {
    display: inline-block !important;
  }

  .d_sm_block {
    display: block !important;
  }

  .d_sm_grid {
    display: grid !important;
  }

  .d_sm_inline_grid {
    display: inline-grid !important;
  }

  .d_sm_table {
    display: table !important;
  }

  .d_sm_table_row {
    display: table-row !important;
  }

  .d_sm_table_cell {
    display: table-cell !important;
  }

  .d_sm_flex {
    display: flex !important;
  }

  .d_sm_inline_flex {
    display: inline-flex !important;
  }

  .d_sm_none {
    display: none !important;
  }

  .justify_content_sm_start {
    justify-content: flex-start !important;
  }

  .justify_content_sm_end {
    justify-content: flex-end !important;
  }

  .justify_content_sm_center {
    justify-content: center !important;
  }

  .justify_content_sm_between {
    justify-content: space-between !important;
  }

  .justify_content_sm_around {
    justify-content: space-around !important;
  }

  .justify_content_sm_evenly {
    justify-content: space-evenly !important;
  }

  .align_items_sm_start {
    align-items: flex-start !important;
  }

  .align_items_sm_end {
    align-items: flex-end !important;
  }

  .align_items_sm_center {
    align-items: center !important;
  }

  .align_items_sm_baseline {
    align-items: baseline !important;
  }

  .align_items_sm_stretch {
    align-items: stretch !important;
  }
}

@media (min-width: 768px) {
  .d_md_inline {
    display: inline !important;
  }

  .d_md_inline_block {
    display: inline-block !important;
  }

  .d_md_block {
    display: block !important;
  }

  .d_md_grid {
    display: grid !important;
  }

  .d_md_inline_grid {
    display: inline-grid !important;
  }

  .d_md_table {
    display: table !important;
  }

  .d_md_table_row {
    display: table-row !important;
  }

  .d_md_table_cell {
    display: table-cell !important;
  }

  .d_md_flex {
    display: flex !important;
  }

  .d_md_inline_flex {
    display: inline-flex !important;
  }

  .d_md_none {
    display: none !important;
  }

  .justify_content_md_start {
    justify-content: flex-start !important;
  }

  .justify_content_md_end {
    justify-content: flex-end !important;
  }

  .justify_content_md_center {
    justify-content: center !important;
  }

  .justify_content_md_between {
    justify-content: space-between !important;
  }

  .justify_content_md_around {
    justify-content: space-around !important;
  }

  .justify_content_md_evenly {
    justify-content: space-evenly !important;
  }

  .align_items_md_start {
    align-items: flex-start !important;
  }

  .align_items_md_end {
    align-items: flex-end !important;
  }

  .align_items_md_center {
    align-items: center !important;
  }

  .align_items_md_baseline {
    align-items: baseline !important;
  }

  .align_items_md_stretch {
    align-items: stretch !important;
  }
}

@media (min-width: 992px) {
  .d_lg_inline {
    display: inline !important;
  }

  .d_lg_inline_block {
    display: inline-block !important;
  }

  .d_lg_block {
    display: block !important;
  }

  .d_lg_grid {
    display: grid !important;
  }

  .d_lg_inline_grid {
    display: inline-grid !important;
  }

  .d_lg_table {
    display: table !important;
  }

  .d_lg_table_row {
    display: table-row !important;
  }

  .d_lg_table_cell {
    display: table-cell !important;
  }

  .d_lg_flex {
    display: flex !important;
  }

  .d_lg_inline_flex {
    display: inline-flex !important;
  }

  .d_lg_none {
    display: none !important;
  }

  .justify_content_lg_start {
    justify-content: flex-start !important;
  }

  .justify_content_lg_end {
    justify-content: flex-end !important;
  }

  .justify_content_lg_center {
    justify-content: center !important;
  }

  .justify_content_lg_between {
    justify-content: space-between !important;
  }

  .justify_content_lg_around {
    justify-content: space-around !important;
  }

  .justify_content_lg_evenly {
    justify-content: space-evenly !important;
  }

  .align_items_lg_start {
    align-items: flex-start !important;
  }

  .align_items_lg_end {
    align-items: flex-end !important;
  }

  .align_items_lg_center {
    align-items: center !important;
  }

  .align_items_lg_baseline {
    align-items: baseline !important;
  }

  .align_items_lg_stretch {
    align-items: stretch !important;
  }
}

@media (min-width: 1200px) {
  .d_xl_inline {
    display: inline !important;
  }

  .d_xl_inline_block {
    display: inline-block !important;
  }

  .d_xl_block {
    display: block !important;
  }

  .d_xl_grid {
    display: grid !important;
  }

  .d_xl_inline_grid {
    display: inline-grid !important;
  }

  .d_xl_table {
    display: table !important;
  }

  .d_xl_table_row {
    display: table-row !important;
  }

  .d_xl_table_cell {
    display: table-cell !important;
  }

  .d_xl_flex {
    display: flex !important;
  }

  .d_xl_inline_flex {
    display: inline-flex !important;
  }

  .d_xl_none {
    display: none !important;
  }

  .justify_content_xl_start {
    justify-content: flex-start !important;
  }

  .justify_content_xl_end {
    justify-content: flex-end !important;
  }

  .justify_content_xl_center {
    justify-content: center !important;
  }

  .justify_content_xl_between {
    justify-content: space-between !important;
  }

  .justify_content_xl_around {
    justify-content: space-around !important;
  }

  .justify_content_xl_evenly {
    justify-content: space-evenly !important;
  }

  .align_items_xl_start {
    align-items: flex-start !important;
  }

  .align_items_xl_end {
    align-items: flex-end !important;
  }

  .align_items_xl_center {
    align-items: center !important;
  }

  .align_items_xl_baseline {
    align-items: baseline !important;
  }

  .align_items_xl_stretch {
    align-items: stretch !important;
  }
}

@media (min-width: 1400px) {
  .d_xxl_inline {
    display: inline !important;
  }

  .d_xxl_inline_block {
    display: inline-block !important;
  }

  .d_xxl_block {
    display: block !important;
  }

  .d_xxl_grid {
    display: grid !important;
  }

  .d_xxl_inline_grid {
    display: inline-grid !important;
  }

  .d_xxl_table {
    display: table !important;
  }

  .d_xxl_table_row {
    display: table-row !important;
  }

  .d_xxl_table_cell {
    display: table-cell !important;
  }

  .d_xxl_flex {
    display: flex !important;
  }

  .d_xxl_inline_flex {
    display: inline-flex !important;
  }

  .d_xxl_none {
    display: none !important;
  }

  .justify_content_xxl_start {
    justify-content: flex-start !important;
  }

  .justify_content_xxl_end {
    justify-content: flex-end !important;
  }

  .justify_content_xxl_center {
    justify-content: center !important;
  }

  .justify_content_xxl_between {
    justify-content: space-between !important;
  }

  .justify_content_xxl_around {
    justify-content: space-around !important;
  }

  .justify_content_xxl_evenly {
    justify-content: space-evenly !important;
  }

  .align_items_xxl_start {
    align-items: flex-start !important;
  }

  .align_items_xxl_end {
    align-items: flex-end !important;
  }

  .align_items_xxl_center {
    align-items: center !important;
  }

  .align_items_xxl_baseline {
    align-items: baseline !important;
  }

  .align_items_xxl_stretch {
    align-items: stretch !important;
  }
}

@media (min-width: 576px) {
  .order_sm_first {
    order: -1 !important;
  }

  .order_sm_0 {
    order: 0 !important;
  }

  .order_sm_1 {
    order: 1 !important;
  }

  .order_sm_2 {
    order: 2 !important;
  }

  .order_sm_3 {
    order: 3 !important;
  }

  .order_sm_4 {
    order: 4 !important;
  }

  .order_sm_5 {
    order: 5 !important;
  }

  .order_sm_last {
    order: 6 !important;
  }
}

@media (min-width: 768px) {
  .order_md_first {
    order: -1 !important;
  }

  .order_md_0 {
    order: 0 !important;
  }

  .order_md_1 {
    order: 1 !important;
  }

  .order_md_2 {
    order: 2 !important;
  }

  .order_md_3 {
    order: 3 !important;
  }

  .order_md_4 {
    order: 4 !important;
  }

  .order_md_5 {
    order: 5 !important;
  }

  .order_md_last {
    order: 6 !important;
  }
}

@media (min-width: 992px) {
  .order_lg_first {
    order: -1 !important;
  }

  .order_lg_0 {
    order: 0 !important;
  }

  .order_lg_1 {
    order: 1 !important;
  }

  .order_lg_2 {
    order: 2 !important;
  }

  .order_lg_3 {
    order: 3 !important;
  }

  .order_lg_4 {
    order: 4 !important;
  }

  .order_lg_5 {
    order: 5 !important;
  }

  .order_lg_last {
    order: 6 !important;
  }
}

@media (min-width: 1200px) {
  .order_xl_first {
    order: -1 !important;
  }

  .order_xl_0 {
    order: 0 !important;
  }

  .order_xl_1 {
    order: 1 !important;
  }

  .order_xl_2 {
    order: 2 !important;
  }

  .order_xl_3 {
    order: 3 !important;
  }

  .order_xl_4 {
    order: 4 !important;
  }

  .order_xl_5 {
    order: 5 !important;
  }

  .order_xl_last {
    order: 6 !important;
  }
}

@media (min-width: 1400px) {
  .order_xxl_first {
    order: -1 !important;
  }

  .order_xxl_0 {
    order: 0 !important;
  }

  .order_xxl_1 {
    order: 1 !important;
  }

  .order_xxl_2 {
    order: 2 !important;
  }

  .order_xxl_3 {
    order: 3 !important;
  }

  .order_xxl_4 {
    order: 4 !important;
  }

  .order_xxl_5 {
    order: 5 !important;
  }

  .order_xxl_last {
    order: 6 !important;
  }
}

@media (min-width: 576px) {
  .m_sm_0 {
    margin: 0 !important;
  }

  .m_sm_quarter {
    margin: 0.25rem !important;
  }

  .m_sm_half {
    margin: 0.5rem !important;
  }

  .m_sm_1 {
    margin: 1rem !important;
  }

  .m_sm_1_half {
    margin: 1.5rem !important;
  }

  .m_sm_2 {
    margin: 2rem !important;
  }

  .m_sm_2_half {
    margin: 2.5rem !important;
  }

  .m_sm_3 {
    margin: 3rem !important;
  }

  .m_sm_3_half {
    margin: 3.5rem !important;
  }

  .m_sm_auto {
    margin: auto !important;
  }

  .mx_sm_0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx_sm_quarter {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx_sm_half {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx_sm_1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx_sm_1_half {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx_sm_2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx_sm_2_half {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx_sm_3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx_sm_3_half {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx_sm_auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my_sm_0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my_sm_quarter {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my_sm_half {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my_sm_1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my_sm_1_half {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my_sm_2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my_sm_2_half {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my_sm_3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my_sm_3_half {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my_sm_auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt_sm_0 {
    margin-top: 0 !important;
  }

  .mt_sm_quarter {
    margin-top: 0.25rem !important;
  }

  .mt_sm_half {
    margin-top: 0.5rem !important;
  }

  .mt_sm_1 {
    margin-top: 1rem !important;
  }

  .mt_sm_1_half {
    margin-top: 1.5rem !important;
  }

  .mt_sm_2 {
    margin-top: 2rem !important;
  }

  .mt_sm_2_half {
    margin-top: 2.5rem !important;
  }

  .mt_sm_3 {
    margin-top: 3rem !important;
  }

  .mt_sm_3_half {
    margin-top: 3.5rem !important;
  }

  .mt_sm_7 {
    margin-top: 7rem !important;
  }

  .mt_sm_auto {
    margin-top: auto !important;
  }

  .me_sm_0 {
    margin-right: 0 !important;
  }

  .me_sm_quarter {
    margin-right: 0.25rem !important;
  }

  .me_sm_half {
    margin-right: 0.5rem !important;
  }

  .me_sm_1 {
    margin-right: 1rem !important;
  }

  .me_sm_1_half {
    margin-right: 1.5rem !important;
  }

  .me_sm_2 {
    margin-right: 2rem !important;
  }

  .me_sm_2_half {
    margin-right: 2.5rem !important;
  }

  .me_sm_3 {
    margin-right: 3rem !important;
  }

  .me_sm_3_half {
    margin-right: 3.5rem !important;
  }

  .me_sm_auto {
    margin-right: auto !important;
  }

  .mb_sm_0 {
    margin-bottom: 0 !important;
  }

  .mb_sm_quarter {
    margin-bottom: 0.25rem !important;
  }

  .mb_sm_half {
    margin-bottom: 0.5rem !important;
  }

  .mb_sm_1 {
    margin-bottom: 1rem !important;
  }

  .mb_sm_1_half {
    margin-bottom: 1.5rem !important;
  }

  .mb_sm_2 {
    margin-bottom: 2rem !important;
  }

  .mb_sm_2_half {
    margin-bottom: 2.5rem !important;
  }

  .mb_sm_3 {
    margin-bottom: 3rem !important;
  }

  .mb_sm_3_half {
    margin-bottom: 3.5rem !important;
  }

  .mb_sm_auto {
    margin-bottom: auto !important;
  }

  .ms_sm_0 {
    margin-left: 0 !important;
  }

  .ms_sm_quarter {
    margin-left: 0.25rem !important;
  }

  .ms_sm_half {
    margin-left: 0.5rem !important;
  }

  .ms_sm_1 {
    margin-left: 1rem !important;
  }

  .ms_sm_1_half {
    margin-left: 1.5rem !important;
  }

  .ms_sm_2 {
    margin-left: 2rem !important;
  }

  .ms_sm_2_half {
    margin-left: 2.5rem !important;
  }

  .ms_sm_3 {
    margin-left: 3rem !important;
  }

  .ms_sm_3_half {
    margin-left: 3.5rem !important;
  }

  .ms_sm_auto {
    margin-left: auto !important;
  }

  .p_sm_0 {
    padding: 0 !important;
  }

  .p_sm_quarter {
    padding: 0.25rem !important;
  }

  .p_sm_half {
    padding: 0.5rem !important;
  }

  .p_sm_1 {
    padding: 1rem !important;
  }

  .p_sm_1_half {
    padding: 1.5rem !important;
  }

  .p_sm_2 {
    padding: 2rem !important;
  }

  .p_sm_2_half {
    padding: 2.5rem !important;
  }

  .p_sm_3 {
    padding: 3rem !important;
  }

  .p_sm_3_half {
    padding: 3.5rem !important;
  }

  .px_sm_0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px_sm_quarter {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px_sm_half {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px_sm_1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px_sm_1_half {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px_sm_2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px_sm_2_half {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px_sm_3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px_sm_3_half {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .py_sm_0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py_sm_quarter {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py_sm_half {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py_sm_1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py_sm_1_half {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py_sm_2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py_sm_2_half {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py_sm_3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py_sm_3_half {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .pt_sm_0 {
    padding-top: 0 !important;
  }

  .pt_sm_quarter {
    padding-top: 0.25rem !important;
  }

  .pt_sm_half {
    padding-top: 0.5rem !important;
  }

  .pt_sm_1 {
    padding-top: 1rem !important;
  }

  .pt_sm_1_half {
    padding-top: 1.5rem !important;
  }

  .pt_sm_2 {
    padding-top: 2rem !important;
  }

  .pt_sm_2_half {
    padding-top: 2.5rem !important;
  }

  .pt_sm_3 {
    padding-top: 3rem !important;
  }

  .pt_sm_3_half {
    padding-top: 3.5rem !important;
  }

  .pe_sm_0 {
    padding-right: 0 !important;
  }

  .pe_sm_quarter {
    padding-right: 0.25rem !important;
  }

  .pe_sm_half {
    padding-right: 0.5rem !important;
  }

  .pe_sm_1 {
    padding-right: 1rem !important;
  }

  .pe_sm_1_half {
    padding-right: 1.5rem !important;
  }

  .pe_sm_2 {
    padding-right: 2rem !important;
  }

  .pe_sm_2_half {
    padding-right: 2.5rem !important;
  }

  .pe_sm_3 {
    padding-right: 3rem !important;
  }

  .pe_sm_3_half {
    padding-right: 3.5rem !important;
  }

  .pb_sm_0 {
    padding-bottom: 0 !important;
  }

  .pb_sm_quarter {
    padding-bottom: 0.25rem !important;
  }

  .pb_sm_half {
    padding-bottom: 0.5rem !important;
  }

  .pb_sm_1 {
    padding-bottom: 1rem !important;
  }

  .pb_sm_1_half {
    padding-bottom: 1.5rem !important;
  }

  .pb_sm_2 {
    padding-bottom: 2rem !important;
  }

  .pb_sm_2_half {
    padding-bottom: 2.5rem !important;
  }

  .pb_sm_3 {
    padding-bottom: 3rem !important;
  }

  .pb_sm_3_half {
    padding-bottom: 3.5rem !important;
  }

  .ps_sm_0 {
    padding-left: 0 !important;
  }

  .ps_sm_quarter {
    padding-left: 0.25rem !important;
  }

  .ps_sm_half {
    padding-left: 0.5rem !important;
  }

  .ps_sm_1 {
    padding-left: 1rem !important;
  }

  .ps_sm_1_half {
    padding-left: 1.5rem !important;
  }

  .ps_sm_2 {
    padding-left: 2rem !important;
  }

  .ps_sm_2_half {
    padding-left: 2.5rem !important;
  }

  .ps_sm_3 {
    padding-left: 3rem !important;
  }

  .ps_sm_3_half {
    padding-left: 3.5rem !important;
  }
}

@media (min-width: 768px) {
  .m_md_0 {
    margin: 0 !important;
  }

  .m_md_quarter {
    margin: 0.25rem !important;
  }

  .m_md_half {
    margin: 0.5rem !important;
  }

  .m_md_1 {
    margin: 1rem !important;
  }

  .m_md_1_half {
    margin: 1.5rem !important;
  }

  .m_md_2 {
    margin: 2rem !important;
  }

  .m_md_2_half {
    margin: 2.5rem !important;
  }

  .m_md_3 {
    margin: 3rem !important;
  }

  .m_md_3_half {
    margin: 3.5rem !important;
  }

  .m_md_auto {
    margin: auto !important;
  }

  .mx_md_0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx_md_quarter {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx_md_half {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx_md_1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx_md_1_half {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx_md_2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx_md_2_half {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx_md_3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx_md_3_half {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx_md_auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my_md_0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my_md_quarter {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my_md_half {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my_md_1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my_md_1_half {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my_md_2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my_md_2_half {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my_md_3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my_md_3_half {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my_md_auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt_md_0 {
    margin-top: 0 !important;
  }

  .mt_md_quarter {
    margin-top: 0.25rem !important;
  }

  .mt_md_half {
    margin-top: 0.5rem !important;
  }

  .mt_md_1 {
    margin-top: 1rem !important;
  }

  .mt_md_1_half {
    margin-top: 1.5rem !important;
  }

  .mt_md_2 {
    margin-top: 2rem !important;
  }

  .mt_md_2_half {
    margin-top: 2.5rem !important;
  }

  .mt_md_3 {
    margin-top: 3rem !important;
  }

  .mt_md_3_half {
    margin-top: 3.5rem !important;
  }

  .mt_md_7 {
    margin-top: 7rem !important;
  }

  .mt_md_auto {
    margin-top: auto !important;
  }

  .me_md_0 {
    margin-right: 0 !important;
  }

  .me_md_quarter {
    margin-right: 0.25rem !important;
  }

  .me_md_half {
    margin-right: 0.5rem !important;
  }

  .me_md_1 {
    margin-right: 1rem !important;
  }

  .me_md_1_half {
    margin-right: 1.5rem !important;
  }

  .me_md_2 {
    margin-right: 2rem !important;
  }

  .me_md_2_half {
    margin-right: 2.5rem !important;
  }

  .me_md_3 {
    margin-right: 3rem !important;
  }

  .me_md_3_half {
    margin-right: 3.5rem !important;
  }

  .me_md_auto {
    margin-right: auto !important;
  }

  .mb_md_0 {
    margin-bottom: 0 !important;
  }

  .mb_md_quarter {
    margin-bottom: 0.25rem !important;
  }

  .mb_md_half {
    margin-bottom: 0.5rem !important;
  }

  .mb_md_1 {
    margin-bottom: 1rem !important;
  }

  .mb_md_1_half {
    margin-bottom: 1.5rem !important;
  }

  .mb_md_2 {
    margin-bottom: 2rem !important;
  }

  .mb_md_2_half {
    margin-bottom: 2.5rem !important;
  }

  .mb_md_3 {
    margin-bottom: 3rem !important;
  }

  .mb_md_3_half {
    margin-bottom: 3.5rem !important;
  }

  .mb_md_auto {
    margin-bottom: auto !important;
  }

  .ms_md_0 {
    margin-left: 0 !important;
  }

  .ms_md_quarter {
    margin-left: 0.25rem !important;
  }

  .ms_md_half {
    margin-left: 0.5rem !important;
  }

  .ms_md_1 {
    margin-left: 1rem !important;
  }

  .ms_md_1_half {
    margin-left: 1.5rem !important;
  }

  .ms_md_2 {
    margin-left: 2rem !important;
  }

  .ms_md_2_half {
    margin-left: 2.5rem !important;
  }

  .ms_md_3 {
    margin-left: 3rem !important;
  }

  .ms_md_3_half {
    margin-left: 3.5rem !important;
  }

  .ms_md_auto {
    margin-left: auto !important;
  }

  .p_md_0 {
    padding: 0 !important;
  }

  .p_md_quarter {
    padding: 0.25rem !important;
  }

  .p_md_half {
    padding: 0.5rem !important;
  }

  .p_md_1 {
    padding: 1rem !important;
  }

  .p_md_1_half {
    padding: 1.5rem !important;
  }

  .p_md_2 {
    padding: 2rem !important;
  }

  .p_md_2_half {
    padding: 2.5rem !important;
  }

  .p_md_3 {
    padding: 3rem !important;
  }

  .p_md_3_half {
    padding: 3.5rem !important;
  }

  .px_md_0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px_md_quarter {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px_md_half {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px_md_1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px_md_1_half {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px_md_2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px_md_2_half {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px_md_3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px_md_3_half {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .py_md_0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py_md_quarter {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py_md_half {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py_md_1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py_md_1_half {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py_md_2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py_md_2_half {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py_md_3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py_md_3_half {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .pt_md_0 {
    padding-top: 0 !important;
  }

  .pt_md_quarter {
    padding-top: 0.25rem !important;
  }

  .pt_md_half {
    padding-top: 0.5rem !important;
  }

  .pt_md_1 {
    padding-top: 1rem !important;
  }

  .pt_md_1_half {
    padding-top: 1.5rem !important;
  }

  .pt_md_2 {
    padding-top: 2rem !important;
  }

  .pt_md_2_half {
    padding-top: 2.5rem !important;
  }

  .pt_md_3 {
    padding-top: 3rem !important;
  }

  .pt_md_3_half {
    padding-top: 3.5rem !important;
  }

  .pe_md_0 {
    padding-right: 0 !important;
  }

  .pe_md_quarter {
    padding-right: 0.25rem !important;
  }

  .pe_md_half {
    padding-right: 0.5rem !important;
  }

  .pe_md_1 {
    padding-right: 1rem !important;
  }

  .pe_md_1_half {
    padding-right: 1.5rem !important;
  }

  .pe_md_2 {
    padding-right: 2rem !important;
  }

  .pe_md_2_half {
    padding-right: 2.5rem !important;
  }

  .pe_md_3 {
    padding-right: 3rem !important;
  }

  .pe_md_3_half {
    padding-right: 3.5rem !important;
  }

  .pb_md_0 {
    padding-bottom: 0 !important;
  }

  .pb_md_quarter {
    padding-bottom: 0.25rem !important;
  }

  .pb_md_half {
    padding-bottom: 0.5rem !important;
  }

  .pb_md_1 {
    padding-bottom: 1rem !important;
  }

  .pb_md_1_half {
    padding-bottom: 1.5rem !important;
  }

  .pb_md_2 {
    padding-bottom: 2rem !important;
  }

  .pb_md_2_half {
    padding-bottom: 2.5rem !important;
  }

  .pb_md_3 {
    padding-bottom: 3rem !important;
  }

  .pb_md_3_half {
    padding-bottom: 3.5rem !important;
  }

  .ps_md_0 {
    padding-left: 0 !important;
  }

  .ps_md_quarter {
    padding-left: 0.25rem !important;
  }

  .ps_md_half {
    padding-left: 0.5rem !important;
  }

  .ps_md_1 {
    padding-left: 1rem !important;
  }

  .ps_md_1_half {
    padding-left: 1.5rem !important;
  }

  .ps_md_2 {
    padding-left: 2rem !important;
  }

  .ps_md_2_half {
    padding-left: 2.5rem !important;
  }

  .ps_md_3 {
    padding-left: 3rem !important;
  }

  .ps_md_3_half {
    padding-left: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .m_lg_0 {
    margin: 0 !important;
  }

  .m_lg_quarter {
    margin: 0.25rem !important;
  }

  .m_lg_half {
    margin: 0.5rem !important;
  }

  .m_lg_1 {
    margin: 1rem !important;
  }

  .m_lg_1_half {
    margin: 1.5rem !important;
  }

  .m_lg_2 {
    margin: 2rem !important;
  }

  .m_lg_2_half {
    margin: 2.5rem !important;
  }

  .m_lg_3 {
    margin: 3rem !important;
  }

  .m_lg_3_half {
    margin: 3.5rem !important;
  }

  .m_lg_auto {
    margin: auto !important;
  }

  .mx_lg_0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx_lg_quarter {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx_lg_half {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx_lg_1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx_lg_1_half {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx_lg_2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx_lg_2_half {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx_lg_3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx_lg_3_half {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx_lg_auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my_lg_0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my_lg_quarter {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my_lg_half {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my_lg_1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my_lg_1_half {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my_lg_2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my_lg_2_half {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my_lg_3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my_lg_3_half {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my_lg_auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt_lg_0 {
    margin-top: 0 !important;
  }

  .mt_lg_quarter {
    margin-top: 0.25rem !important;
  }

  .mt_lg_half {
    margin-top: 0.5rem !important;
  }

  .mt_lg_1 {
    margin-top: 1rem !important;
  }

  .mt_lg_1_half {
    margin-top: 1.5rem !important;
  }

  .mt_lg_2 {
    margin-top: 2rem !important;
  }

  .mt_lg_2_half {
    margin-top: 2.5rem !important;
  }

  .mt_lg_3 {
    margin-top: 3rem !important;
  }

  .mt_lg_3_half {
    margin-top: 3.5rem !important;
  }

  .mt_lg_7 {
    margin-top: 7rem !important;
  }

  .mt_lg_auto {
    margin-top: auto !important;
  }

  .me_lg_0 {
    margin-right: 0 !important;
  }

  .me_lg_quarter {
    margin-right: 0.25rem !important;
  }

  .me_lg_half {
    margin-right: 0.5rem !important;
  }

  .me_lg_1 {
    margin-right: 1rem !important;
  }

  .me_lg_1_half {
    margin-right: 1.5rem !important;
  }

  .me_lg_2 {
    margin-right: 2rem !important;
  }

  .me_lg_2_half {
    margin-right: 2.5rem !important;
  }

  .me_lg_3 {
    margin-right: 3rem !important;
  }

  .me_lg_3_half {
    margin-right: 3.5rem !important;
  }

  .me_lg_auto {
    margin-right: auto !important;
  }

  .mb_lg_0 {
    margin-bottom: 0 !important;
  }

  .mb_lg_quarter {
    margin-bottom: 0.25rem !important;
  }

  .mb_lg_half {
    margin-bottom: 0.5rem !important;
  }

  .mb_lg_1 {
    margin-bottom: 1rem !important;
  }

  .mb_lg_1_half {
    margin-bottom: 1.5rem !important;
  }

  .mb_lg_2 {
    margin-bottom: 2rem !important;
  }

  .mb_lg_2_half {
    margin-bottom: 2.5rem !important;
  }

  .mb_lg_3 {
    margin-bottom: 3rem !important;
  }

  .mb_lg_3_half {
    margin-bottom: 3.5rem !important;
  }

  .mb_lg_auto {
    margin-bottom: auto !important;
  }

  .ms_lg_0 {
    margin-left: 0 !important;
  }

  .ms_lg_quarter {
    margin-left: 0.25rem !important;
  }

  .ms_lg_half {
    margin-left: 0.5rem !important;
  }

  .ms_lg_1 {
    margin-left: 1rem !important;
  }

  .ms_lg_1_half {
    margin-left: 1.5rem !important;
  }

  .ms_lg_2 {
    margin-left: 2rem !important;
  }

  .ms_lg_2_half {
    margin-left: 2.5rem !important;
  }

  .ms_lg_3 {
    margin-left: 3rem !important;
  }

  .ms_lg_3_half {
    margin-left: 3.5rem !important;
  }

  .ms_lg_auto {
    margin-left: auto !important;
  }

  .p_lg_0 {
    padding: 0 !important;
  }

  .p_lg_quarter {
    padding: 0.25rem !important;
  }

  .p_lg_half {
    padding: 0.5rem !important;
  }

  .p_lg_1 {
    padding: 1rem !important;
  }

  .p_lg_1_half {
    padding: 1.5rem !important;
  }

  .p_lg_2 {
    padding: 2rem !important;
  }

  .p_lg_2_half {
    padding: 2.5rem !important;
  }

  .p_lg_3 {
    padding: 3rem !important;
  }

  .p_lg_3_half {
    padding: 3.5rem !important;
  }

  .px_lg_0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px_lg_quarter {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px_lg_half {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px_lg_1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px_lg_1_half {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px_lg_2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px_lg_2_half {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px_lg_3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px_lg_3_half {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .py_lg_0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py_lg_quarter {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py_lg_half {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py_lg_1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py_lg_1_half {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py_lg_2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py_lg_2_half {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py_lg_3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py_lg_3_half {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .pt_lg_0 {
    padding-top: 0 !important;
  }

  .pt_lg_quarter {
    padding-top: 0.25rem !important;
  }

  .pt_lg_half {
    padding-top: 0.5rem !important;
  }

  .pt_lg_1 {
    padding-top: 1rem !important;
  }

  .pt_lg_1_half {
    padding-top: 1.5rem !important;
  }

  .pt_lg_2 {
    padding-top: 2rem !important;
  }

  .pt_lg_2_half {
    padding-top: 2.5rem !important;
  }

  .pt_lg_3 {
    padding-top: 3rem !important;
  }

  .pt_lg_3_half {
    padding-top: 3.5rem !important;
  }

  .pe_lg_0 {
    padding-right: 0 !important;
  }

  .pe_lg_quarter {
    padding-right: 0.25rem !important;
  }

  .pe_lg_half {
    padding-right: 0.5rem !important;
  }

  .pe_lg_1 {
    padding-right: 1rem !important;
  }

  .pe_lg_1_half {
    padding-right: 1.5rem !important;
  }

  .pe_lg_2 {
    padding-right: 2rem !important;
  }

  .pe_lg_2_half {
    padding-right: 2.5rem !important;
  }

  .pe_lg_3 {
    padding-right: 3rem !important;
  }

  .pe_lg_3_half {
    padding-right: 3.5rem !important;
  }

  .pb_lg_0 {
    padding-bottom: 0 !important;
  }

  .pb_lg_quarter {
    padding-bottom: 0.25rem !important;
  }

  .pb_lg_half {
    padding-bottom: 0.5rem !important;
  }

  .pb_lg_1 {
    padding-bottom: 1rem !important;
  }

  .pb_lg_1_half {
    padding-bottom: 1.5rem !important;
  }

  .pb_lg_2 {
    padding-bottom: 2rem !important;
  }

  .pb_lg_2_half {
    padding-bottom: 2.5rem !important;
  }

  .pb_lg_3 {
    padding-bottom: 3rem !important;
  }

  .pb_lg_3_half {
    padding-bottom: 3.5rem !important;
  }

  .ps_lg_0 {
    padding-left: 0 !important;
  }

  .ps_lg_quarter {
    padding-left: 0.25rem !important;
  }

  .ps_lg_half {
    padding-left: 0.5rem !important;
  }

  .ps_lg_1 {
    padding-left: 1rem !important;
  }

  .ps_lg_1_half {
    padding-left: 1.5rem !important;
  }

  .ps_lg_2 {
    padding-left: 2rem !important;
  }

  .ps_lg_2_half {
    padding-left: 2.5rem !important;
  }

  .ps_lg_3 {
    padding-left: 3rem !important;
  }

  .ps_lg_3_half {
    padding-left: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m_xl_0 {
    margin: 0 !important;
  }

  .m_xl_quarter {
    margin: 0.25rem !important;
  }

  .m_xl_half {
    margin: 0.5rem !important;
  }

  .m_xl_1 {
    margin: 1rem !important;
  }

  .m_xl_1_half {
    margin: 1.5rem !important;
  }

  .m_xl_2 {
    margin: 2rem !important;
  }

  .m_xl_2_half {
    margin: 2.5rem !important;
  }

  .m_xl_3 {
    margin: 3rem !important;
  }

  .m_xl_3_half {
    margin: 3.5rem !important;
  }

  .m_xl_auto {
    margin: auto !important;
  }

  .mx_xl_0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx_xl_quarter {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx_xl_half {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx_xl_1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx_xl_1_half {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx_xl_2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx_xl_2_half {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx_xl_3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx_xl_3_half {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx_xl_auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my_xl_0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my_xl_quarter {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my_xl_half {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my_xl_1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my_xl_1_half {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my_xl_2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my_xl_2_half {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my_xl_3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my_xl_3_half {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my_xl_auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt_xl_0 {
    margin-top: 0 !important;
  }

  .mt_xl_quarter {
    margin-top: 0.25rem !important;
  }

  .mt_xl_half {
    margin-top: 0.5rem !important;
  }

  .mt_xl_1 {
    margin-top: 1rem !important;
  }

  .mt_xl_1_half {
    margin-top: 1.5rem !important;
  }

  .mt_xl_2 {
    margin-top: 2rem !important;
  }

  .mt_xl_2_half {
    margin-top: 2.5rem !important;
  }

  .mt_xl_3 {
    margin-top: 3rem !important;
  }

  .mt_xl_3_half {
    margin-top: 3.5rem !important;
  }

  .mt_xl_7 {
    margin-top: 7rem !important;
  }

  .mt_xl_auto {
    margin-top: auto !important;
  }

  .me_xl_0 {
    margin-right: 0 !important;
  }

  .me_xl_quarter {
    margin-right: 0.25rem !important;
  }

  .me_xl_half {
    margin-right: 0.5rem !important;
  }

  .me_xl_1 {
    margin-right: 1rem !important;
  }

  .me_xl_1_half {
    margin-right: 1.5rem !important;
  }

  .me_xl_2 {
    margin-right: 2rem !important;
  }

  .me_xl_2_half {
    margin-right: 2.5rem !important;
  }

  .me_xl_3 {
    margin-right: 3rem !important;
  }

  .me_xl_3_half {
    margin-right: 3.5rem !important;
  }

  .me_xl_auto {
    margin-right: auto !important;
  }

  .mb_xl_0 {
    margin-bottom: 0 !important;
  }

  .mb_xl_quarter {
    margin-bottom: 0.25rem !important;
  }

  .mb_xl_half {
    margin-bottom: 0.5rem !important;
  }

  .mb_xl_1 {
    margin-bottom: 1rem !important;
  }

  .mb_xl_1_half {
    margin-bottom: 1.5rem !important;
  }

  .mb_xl_2 {
    margin-bottom: 2rem !important;
  }

  .mb_xl_2_half {
    margin-bottom: 2.5rem !important;
  }

  .mb_xl_3 {
    margin-bottom: 3rem !important;
  }

  .mb_xl_3_half {
    margin-bottom: 3.5rem !important;
  }

  .mb_xl_auto {
    margin-bottom: auto !important;
  }

  .ms_xl_0 {
    margin-left: 0 !important;
  }

  .ms_xl_quarter {
    margin-left: 0.25rem !important;
  }

  .ms_xl_half {
    margin-left: 0.5rem !important;
  }

  .ms_xl_1 {
    margin-left: 1rem !important;
  }

  .ms_xl_1_half {
    margin-left: 1.5rem !important;
  }

  .ms_xl_2 {
    margin-left: 2rem !important;
  }

  .ms_xl_2_half {
    margin-left: 2.5rem !important;
  }

  .ms_xl_3 {
    margin-left: 3rem !important;
  }

  .ms_xl_3_half {
    margin-left: 3.5rem !important;
  }

  .ms_xl_auto {
    margin-left: auto !important;
  }

  .p_xl_0 {
    padding: 0 !important;
  }

  .p_xl_quarter {
    padding: 0.25rem !important;
  }

  .p_xl_half {
    padding: 0.5rem !important;
  }

  .p_xl_1 {
    padding: 1rem !important;
  }

  .p_xl_1_half {
    padding: 1.5rem !important;
  }

  .p_xl_2 {
    padding: 2rem !important;
  }

  .p_xl_2_half {
    padding: 2.5rem !important;
  }

  .p_xl_3 {
    padding: 3rem !important;
  }

  .p_xl_3_half {
    padding: 3.5rem !important;
  }

  .px_xl_0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px_xl_quarter {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px_xl_half {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px_xl_1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px_xl_1_half {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px_xl_2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px_xl_2_half {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px_xl_3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px_xl_3_half {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .py_xl_0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py_xl_quarter {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py_xl_half {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py_xl_1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py_xl_1_half {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py_xl_2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py_xl_2_half {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py_xl_3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py_xl_3_half {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .pt_xl_0 {
    padding-top: 0 !important;
  }

  .pt_xl_quarter {
    padding-top: 0.25rem !important;
  }

  .pt_xl_half {
    padding-top: 0.5rem !important;
  }

  .pt_xl_1 {
    padding-top: 1rem !important;
  }

  .pt_xl_1_half {
    padding-top: 1.5rem !important;
  }

  .pt_xl_2 {
    padding-top: 2rem !important;
  }

  .pt_xl_2_half {
    padding-top: 2.5rem !important;
  }

  .pt_xl_3 {
    padding-top: 3rem !important;
  }

  .pt_xl_3_half {
    padding-top: 3.5rem !important;
  }

  .pe_xl_0 {
    padding-right: 0 !important;
  }

  .pe_xl_quarter {
    padding-right: 0.25rem !important;
  }

  .pe_xl_half {
    padding-right: 0.5rem !important;
  }

  .pe_xl_1 {
    padding-right: 1rem !important;
  }

  .pe_xl_1_half {
    padding-right: 1.5rem !important;
  }

  .pe_xl_2 {
    padding-right: 2rem !important;
  }

  .pe_xl_2_half {
    padding-right: 2.5rem !important;
  }

  .pe_xl_3 {
    padding-right: 3rem !important;
  }

  .pe_xl_3_half {
    padding-right: 3.5rem !important;
  }

  .pb_xl_0 {
    padding-bottom: 0 !important;
  }

  .pb_xl_quarter {
    padding-bottom: 0.25rem !important;
  }

  .pb_xl_half {
    padding-bottom: 0.5rem !important;
  }

  .pb_xl_1 {
    padding-bottom: 1rem !important;
  }

  .pb_xl_1_half {
    padding-bottom: 1.5rem !important;
  }

  .pb_xl_2 {
    padding-bottom: 2rem !important;
  }

  .pb_xl_2_half {
    padding-bottom: 2.5rem !important;
  }

  .pb_xl_3 {
    padding-bottom: 3rem !important;
  }

  .pb_xl_3_half {
    padding-bottom: 3.5rem !important;
  }

  .ps_xl_0 {
    padding-left: 0 !important;
  }

  .ps_xl_quarter {
    padding-left: 0.25rem !important;
  }

  .ps_xl_half {
    padding-left: 0.5rem !important;
  }

  .ps_xl_1 {
    padding-left: 1rem !important;
  }

  .ps_xl_1_half {
    padding-left: 1.5rem !important;
  }

  .ps_xl_2 {
    padding-left: 2rem !important;
  }

  .ps_xl_2_half {
    padding-left: 2.5rem !important;
  }

  .ps_xl_3 {
    padding-left: 3rem !important;
  }

  .ps_xl_3_half {
    padding-left: 3.5rem !important;
  }
}

@media (min-width: 1400px) {
  .m_xxl_0 {
    margin: 0 !important;
  }

  .m_xxl_quarter {
    margin: 0.25rem !important;
  }

  .m_xxl_half {
    margin: 0.5rem !important;
  }

  .m_xxl_1 {
    margin: 1rem !important;
  }

  .m_xxl_1_half {
    margin: 1.5rem !important;
  }

  .m_xxl_2 {
    margin: 2rem !important;
  }

  .m_xxl_2_half {
    margin: 2.5rem !important;
  }

  .m_xxl_3 {
    margin: 3rem !important;
  }

  .m_xxl_3_half {
    margin: 3.5rem !important;
  }

  .m_xxl_auto {
    margin: auto !important;
  }

  .mx_xxl_0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx_xxl_quarter {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx_xxl_half {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx_xxl_1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx_xxl_1_half {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx_xxl_2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx_xxl_2_half {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx_xxl_3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx_xxl_3_half {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx_xxl_auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my_xxl_0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my_xxl_quarter {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my_xxl_half {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my_xxl_1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my_xxl_1_half {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my_xxl_2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my_xxl_2_half {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my_xxl_3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my_xxl_3_half {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my_xxl_auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt_xxl_0 {
    margin-top: 0 !important;
  }

  .mt_xxl_quarter {
    margin-top: 0.25rem !important;
  }

  .mt_xxl_half {
    margin-top: 0.5rem !important;
  }

  .mt_xxl_1 {
    margin-top: 1rem !important;
  }

  .mt_xxl_1_half {
    margin-top: 1.5rem !important;
  }

  .mt_xxl_2 {
    margin-top: 2rem !important;
  }

  .mt_xxl_2_half {
    margin-top: 2.5rem !important;
  }

  .mt_xxl_3 {
    margin-top: 3rem !important;
  }

  .mt_xxl_3_half {
    margin-top: 3.5rem !important;
  }

  .mt_xxl_7 {
    margin-top: 7rem !important;
  }

  .mt_xxl_auto {
    margin-top: auto !important;
  }

  .me_xxl_0 {
    margin-right: 0 !important;
  }

  .me_xxl_quarter {
    margin-right: 0.25rem !important;
  }

  .me_xxl_half {
    margin-right: 0.5rem !important;
  }

  .me_xxl_1 {
    margin-right: 1rem !important;
  }

  .me_xxl_1_half {
    margin-right: 1.5rem !important;
  }

  .me_xxl_2 {
    margin-right: 2rem !important;
  }

  .me_xxl_2_half {
    margin-right: 2.5rem !important;
  }

  .me_xxl_3 {
    margin-right: 3rem !important;
  }

  .me_xxl_3_half {
    margin-right: 3.5rem !important;
  }

  .me_xxl_auto {
    margin-right: auto !important;
  }

  .mb_xxl_0 {
    margin-bottom: 0 !important;
  }

  .mb_xxl_quarter {
    margin-bottom: 0.25rem !important;
  }

  .mb_xxl_half {
    margin-bottom: 0.5rem !important;
  }

  .mb_xxl_1 {
    margin-bottom: 1rem !important;
  }

  .mb_xxl_1_half {
    margin-bottom: 1.5rem !important;
  }

  .mb_xxl_2 {
    margin-bottom: 2rem !important;
  }

  .mb_xxl_2_half {
    margin-bottom: 2.5rem !important;
  }

  .mb_xxl_3 {
    margin-bottom: 3rem !important;
  }

  .mb_xxl_3_half {
    margin-bottom: 3.5rem !important;
  }

  .mb_xxl_auto {
    margin-bottom: auto !important;
  }

  .ms_xxl_0 {
    margin-left: 0 !important;
  }

  .ms_xxl_quarter {
    margin-left: 0.25rem !important;
  }

  .ms_xxl_half {
    margin-left: 0.5rem !important;
  }

  .ms_xxl_1 {
    margin-left: 1rem !important;
  }

  .ms_xxl_1_half {
    margin-left: 1.5rem !important;
  }

  .ms_xxl_2 {
    margin-left: 2rem !important;
  }

  .ms_xxl_2_half {
    margin-left: 2.5rem !important;
  }

  .ms_xxl_3 {
    margin-left: 3rem !important;
  }

  .ms_xxl_3_half {
    margin-left: 3.5rem !important;
  }

  .ms_xxl_auto {
    margin-left: auto !important;
  }

  .p_xxl_0 {
    padding: 0 !important;
  }

  .p_xxl_quarter {
    padding: 0.25rem !important;
  }

  .p_xxl_half {
    padding: 0.5rem !important;
  }

  .p_xxl_1 {
    padding: 1rem !important;
  }

  .p_xxl_1_half {
    padding: 1.5rem !important;
  }

  .p_xxl_2 {
    padding: 2rem !important;
  }

  .p_xxl_2_half {
    padding: 2.5rem !important;
  }

  .p_xxl_3 {
    padding: 3rem !important;
  }

  .p_xxl_3_half {
    padding: 3.5rem !important;
  }

  .px_xxl_0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px_xxl_quarter {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px_xxl_half {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px_xxl_1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px_xxl_1_half {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px_xxl_2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px_xxl_2_half {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px_xxl_3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px_xxl_3_half {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .py_xxl_0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py_xxl_quarter {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py_xxl_half {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py_xxl_1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py_xxl_1_half {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py_xxl_2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py_xxl_2_half {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py_xxl_3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py_xxl_3_half {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .pt_xxl_0 {
    padding-top: 0 !important;
  }

  .pt_xxl_quarter {
    padding-top: 0.25rem !important;
  }

  .pt_xxl_half {
    padding-top: 0.5rem !important;
  }

  .pt_xxl_1 {
    padding-top: 1rem !important;
  }

  .pt_xxl_1_half {
    padding-top: 1.5rem !important;
  }

  .pt_xxl_2 {
    padding-top: 2rem !important;
  }

  .pt_xxl_2_half {
    padding-top: 2.5rem !important;
  }

  .pt_xxl_3 {
    padding-top: 3rem !important;
  }

  .pt_xxl_3_half {
    padding-top: 3.5rem !important;
  }

  .pe_xxl_0 {
    padding-right: 0 !important;
  }

  .pe_xxl_quarter {
    padding-right: 0.25rem !important;
  }

  .pe_xxl_half {
    padding-right: 0.5rem !important;
  }

  .pe_xxl_1 {
    padding-right: 1rem !important;
  }

  .pe_xxl_1_half {
    padding-right: 1.5rem !important;
  }

  .pe_xxl_2 {
    padding-right: 2rem !important;
  }

  .pe_xxl_2_half {
    padding-right: 2.5rem !important;
  }

  .pe_xxl_3 {
    padding-right: 3rem !important;
  }

  .pe_xxl_3_half {
    padding-right: 3.5rem !important;
  }

  .pb_xxl_0 {
    padding-bottom: 0 !important;
  }

  .pb_xxl_quarter {
    padding-bottom: 0.25rem !important;
  }

  .pb_xxl_half {
    padding-bottom: 0.5rem !important;
  }

  .pb_xxl_1 {
    padding-bottom: 1rem !important;
  }

  .pb_xxl_1_half {
    padding-bottom: 1.5rem !important;
  }

  .pb_xxl_2 {
    padding-bottom: 2rem !important;
  }

  .pb_xxl_2_half {
    padding-bottom: 2.5rem !important;
  }

  .pb_xxl_3 {
    padding-bottom: 3rem !important;
  }

  .pb_xxl_3_half {
    padding-bottom: 3.5rem !important;
  }

  .ps_xxl_0 {
    padding-left: 0 !important;
  }

  .ps_xxl_quarter {
    padding-left: 0.25rem !important;
  }

  .ps_xxl_half {
    padding-left: 0.5rem !important;
  }

  .ps_xxl_1 {
    padding-left: 1rem !important;
  }

  .ps_xxl_1_half {
    padding-left: 1.5rem !important;
  }

  .ps_xxl_2 {
    padding-left: 2rem !important;
  }

  .ps_xxl_2_half {
    padding-left: 2.5rem !important;
  }

  .ps_xxl_3 {
    padding-left: 3rem !important;
  }

  .ps_xxl_3_half {
    padding-left: 3.5rem !important;
  }
}

.accordion {
  text-align: left;
  background-color: #f6f6f6;
  padding: 20px;
  margin-bottom: 1rem;
  width: 100%;
}

.accordion--bottom_border {
  border-bottom: 1px solid #e8e8e8;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.accordion__body {
  padding-top: 1rem;
  transition: 0.4s height;
  height: 0px;
  overflow: hidden;
}

.accordion__icon {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .accordion__icon {
    font-size: 1.5rem;
  }
}

.overlay {
  position: relative;
}

.overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 75%;
  width: 100%;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20.36%, #ffffff 90%);
  color: #000;
  width: 100%;
  text-align: center;
  padding: 10px;
  transition: transform 0.3s ease;
  font-weight: bold;
}

.list--special {
  list-style: none;
}

.list--special > li {
  list-style-type: none;
  position: relative;
  padding-left: 28px;
}

.list--special > li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffc107;
  border-radius: 2px;
}

#filter_btn .mdi {
  font-size: 2.5rem;
}

#filter_close {
  display: block;
  padding: 4px;
}

#filter_close > .mdi {
  font-size: 1.5rem;
}

.filter_modal {
  position: fixed;
  overflow-y: auto;
  background-color: var(--text-lighter);
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 0vh;
  transition: height 0.4s;
  overflow-y: auto;
}

.filter_modal.show {
  height: 100vh;
  padding-bottom: 2rem;
}

#banner_swiper .swiper-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#banner_swiper .swiper-pagination-bullet {
  width: 208px;
  height: 2px;
  flex: 1;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  bottom: 20px;
}

#banner_swiper .swiper-pagination-bullet-active {
  width: 208px;
  height: 2px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.72);
  position: relative;
}

#banner_swiper .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #ffffff;
  width: 0%;
  animation: time_goes 2.5s forwards ease-in-out;
}

@keyframes time_goes {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.badge {
  color: var(--text-dark);
  font-family: "Roboto_Medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 12px;
  border-radius: 14px;
}

.badge--orange {
  background-color: var(--button);
}

.rating__list {
  display: flex;
  gap: 4px;
  margin: 0 12px;
}

.rating__icon {
  color: #f29200;
}

.rating__icon > .mdi {
  font-size: 1.5rem;
}

.product__tab__item {
  transition: height 0.4s;
  height: 0px;
  overflow: hidden;
}

.product__tab__button {
  padding-bottom: 2rem;
  position: relative;
}

.product__tab__button::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 0%;
  transition: width 0.4s;
  left: 0;
  bottom: 0;
  background-color: var(--button);
}

.product__tab__button--active::after {
  width: 100%;
}

.lang__list {
  text-align: center;
  border: 1px solid var(--text-dark);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: var(--text-lighter);
  display: none;
}

.lang__list--active {
  display: block;
}

.lang__item {
  border-bottom: 1px solid var(--text-dark);
}

.lang__btn {
  transition: background-color 0.4s;
  width: 100%;
}

.lang__btn:hover {
  background-color: var(--text-dark);
  color: var(--text-lighter);
}

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