.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}
@font-face {
  font-display: swap;
  font-family: "Lexend Thin";
  font-style: normal;
  font-weight: 100;
  src:
    url("../fonts/Lexend-Thin.woff2") format("woff2"),
    url("../fonts/Lexend-Thin.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Lexend Extra Light";
  font-style: normal;
  font-weight: 100;
  src:
    url("../fonts/Lexend-ExtraLight.woff2") format("woff2"),
    url("../fonts/Lexend-ExtraLight.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Lexend Light";
  font-style: normal;
  font-weight: 200;
  src:
    url("../fonts/Lexend-Light.woff2") format("woff2"),
    url("../fonts/Lexend-Light.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Lexend Regular";
  font-style: normal;
  font-weight: 400;
  src:
    url("../fonts/Lexend-Regular.woff2") format("woff2"),
    url("../fonts/Lexend-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Lexend Medium";
  font-style: normal;
  font-weight: 500;
  src:
    url("../fonts/Lexend-Medium.woff2") format("woff2"),
    url("../fonts/Lexend-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Lexend Semi Bold";
  font-style: normal;
  font-weight: 600;
  src:
    url("../fonts/Lexend-SemiBold.woff2") format("woff2"),
    url("../fonts/Lexend-SemiBold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Lexend Bold";
  font-style: normal;
  font-weight: 700;
  src:
    url("../fonts/Lexend-Bold.woff2") format("woff2"),
    url("../fonts/Lexend-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Lexend Semi Bold";
  font-style: normal;
  font-weight: 750;
  src:
    url("../fonts/Lexend-SemiBold.woff2") format("woff2"),
    url("../fonts/Lexend-SemiBold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Lexend Black";
  font-style: normal;
  font-weight: 800;
  src:
    url("../fonts/Lexend-Black.woff2") format("woff2"),
    url("../fonts/Lexend-Black.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Playfair Semi Bold";
  font-style: normal;
  font-weight: 725;
  src:
    url("../fonts/PlayfairDisplay-SemiBoldItalic.woff2") format("woff2"),
    url("../fonts/PlayfairDisplay-SemiBoldItalic.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Playfair Medium";
  font-style: normal;
  font-weight: 755;
  src:
    url("../fonts/PlayfairDisplay-Medium.woff2") format("woff2"),
    url("../fonts/PlayfairDisplay-Medium.woff") format("woff");
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: #f7f7f7;
  -webkit-font-smoothing: antialiased;
}
*:focus {
  outline: none;
}
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0 !important;
  margin: 0 !important;
}
figure {
  padding: 0 !important;
  margin: 0 !important;
}
a:hover {
  text-decoration: none !important;
}
main {
  overflow-x: hidden;
}
html {
  overflow-x: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .sm-md-overflow-none {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
}
@media only screen and (min-width: 1439px) {
  .container {
    max-width: 1290px !important;
  }
}
@media only screen and (min-width: 1680px) {
  .container {
    max-width: 1400px !important;
  }
}
@media only screen and (min-width: 1800px) {
  .container {
    max-width: 1600px !important;
  }
}
[class^="col-"],
[class*=" col-"] {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
*::-moz-selection {
  background: #000;
  color: #f7f7f7;
}
*::selection {
  background: #000;
  color: #f7f7f7;
}
.wpforms-field-html {
  font-size: 12px;
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #363636;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}
.alignright {
  margin: 5px 0 20px 20px;
  float: right;
}
.alignleft {
  margin: 5px 20px 20px 0;
  float: left;
}
a img.alignright {
  margin: 5px 0 20px 20px;
  float: right;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  margin: 5px 20px 20px 0;
  float: left;
}
a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wp-caption {
  max-width: 96%;
  padding: 5px 3px 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  padding: 0;
  border: 0 none;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  padding: 0 4px 5px;
  margin: 0;
  font-size: 11px;
  line-height: 17px;
}
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  z-index: 100000;
  top: 5px;
  left: 5px;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
}
:root {
  --blue: #750f08;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #d42f23;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #750f08;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #d42f23;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #750f08 !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #04396e !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #d42f23 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b7171d !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #750f08 !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #d42f23 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #750f08 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #032d55 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #d42f23 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a1141a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property:
    height,
    -webkit-transform;
  transition-property:
    height,
    -webkit-transform;
  transition-property: transform, height;
  transition-property:
    transform,
    height,
    -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition:
    0.2s transform,
    0.2s top;
  transition:
    0.2s transform,
    0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    0.2s transform,
    0.2s left;
  transition:
    0.2s transform,
    0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    0.2s transform,
    0.2s right;
  transition:
    0.2s transform,
    0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property:
    opacity,
    height,
    -webkit-transform;
  transition-property:
    opacity,
    height,
    -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property:
    transform,
    opacity,
    height,
    -webkit-transform;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  position: absolute !important;
  top: -9999px;
  left: -9999px;
  margin: 0;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  z-index: 99992;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  position: absolute;
  z-index: 99997;
  direction: ltr;
  opacity: 0;
  -webkit-transition:
    opacity 0.25s ease,
    visibility 0s ease 0.25s;
  transition:
    opacity 0.25s ease,
    visibility 0s ease 0.25s;
  visibility: hidden;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition:
    opacity 0.25s ease 0s,
    visibility 0s ease 0s;
  transition:
    opacity 0.25s ease 0s,
    visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  top: 0;
  left: 0;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 44px;
  mix-blend-mode: difference;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
}
.fancybox-stage {
  z-index: 99994;
  overflow: visible;
  direction: ltr;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  position: absolute;
  z-index: 99994;
  top: 0;
  left: 0;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  white-space: normal;
}
.fancybox-slide::before {
  display: inline-block;
  width: 0;
  height: 100%;
  content: "";
  font-size: 0;
  vertical-align: middle;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  position: relative;
  display: inline-block;
  overflow: auto;
  max-width: 100%;
  padding: 44px;
  margin: 0;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  position: absolute;
  z-index: 99995;
  top: 0;
  left: 0;
  overflow: visible;
  max-width: none;
  padding: 0;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  overflow: visible;
  width: 100%;
  height: 100%;
  padding: 0;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
}
.fancybox-iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.fancybox-error {
  width: 100%;
  max-width: 400px;
  padding: 40px;
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  padding: 0;
  margin: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}
.fancybox-button {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  margin: 0;
  background: rgba(30, 30, 30, 0.6);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  position: absolute;
  z-index: 99998;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: #ff5268;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.fancybox-close-small {
  position: absolute;
  z-index: 401;
  top: -44px;
  right: -12px;
  padding: 8px;
  border: 0;
  background: transparent;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  top: 0;
  right: 0;
  padding: 10px;
  color: currentColor;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
  height: 100px;
  background-clip: content-box;
  opacity: 0;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
  right: env(safe-area-inset-right);
  padding: 31px 6px 31px 26px;
}
.fancybox-caption {
  z-index: 99996;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 75px 44px 25px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.85)),
    color-stop(50%, rgba(0, 0, 0, 0.3)),
    color-stop(65%, rgba(0, 0, 0, 0.15)),
    color-stop(75.5%, rgba(0, 0, 0, 0.075)),
    color-stop(82.85%, rgba(0, 0, 0, 0.037)),
    color-stop(88%, rgba(0, 0, 0, 0.019)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  pointer-events: none;
  text-align: center;
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  overflow: auto;
  max-height: 50vh;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 4px solid #888;
  margin: -25px 0 0 -25px;
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
  opacity: 0.7;
}
@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-right: 6px;
    padding-left: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    padding: 6px;
    background: #4e4e4e;
    color: #f2f4f6;
    opacity: 1;
  }
  .fancybox-caption {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.fancybox-share {
  max-width: 90%;
  padding: 30px;
  background: #f4f4f4;
  border-radius: 3px;
  text-align: center;
}
.fancybox-share h1 {
  margin: 0 0 20px;
  color: #222;
  font-size: 35px;
  font-weight: 700;
}
.fancybox-share p {
  padding: 0;
  margin: 0;
}
.fancybox-share__button {
  display: inline-block;
  min-width: 130px;
  padding: 0 15px;
  border: 0;
  margin: 0 5px 10px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  width: 100%;
  padding: 10px 15px;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  margin: 10px 0 0;
  background: transparent;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
}
.fancybox-thumbs {
  position: absolute;
  z-index: 99995;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 212px;
  padding: 2px 2px 4px;
  margin: 0;
  background: #ddd;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 0;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  position: relative;
  overflow: hidden;
  width: 100px;
  max-width: calc(50% - 4px);
  height: 75px;
  max-height: calc(100% - 8px);
  padding: 0;
  margin: 2px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.fancybox-thumbs__list a::before {
  position: absolute;
  z-index: 99991;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 6px solid #ff5268;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.fancybox-toolbar {
  display: none !important;
}
.responsively-lazy:not(img) {
  position: relative;
  height: 0;
}
.responsively-lazy:not(img) > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
img.responsively-lazy {
  width: 100%;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
.fadeInUp-scroll {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.fadeInUp-scroll[data-position*="left-to-right"] {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.fadeInUp-scroll[data-position*="right-to-left"] {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.fadeInUp-scroll[data-position*="top-to-bottom"] {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.fadeInUp-scroll[data-position*="bottom-to-top"] {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.fadeInUp-scroll.visible {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  -webkit-transition:
    opacity 0.8s,
    -webkit-transform 0.8s;
  transition:
    opacity 0.8s,
    -webkit-transform 0.8s;
  transition:
    transform 0.8s,
    opacity 0.8s;
  transition:
    transform 0.8s,
    opacity 0.8s,
    -webkit-transform 0.8s;
}
.fadeInUp-scroll.visible[data-position*="left-to-right"],
.fadeInUp-scroll.visible[data-position*="right-to-left"] {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
.scale-scroll {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.scale-scroll.visible {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.image-animation {
  position: relative;
  overflow: hidden;
}
.image-animation::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: left 600ms cubic-bezier(0.835, 0.015, 0.245, 0.995) 0s;
  transition: left 600ms cubic-bezier(0.835, 0.015, 0.245, 0.995) 0s;
}
.image-animation::after {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(247, 247, 249, 0.95);
}
.image-animation.animate::before {
  left: 100%;
}
@-webkit-keyframes image-animation {
  from {
    background-color: #fff;
  }
  to {
    background-color: transparent;
  }
}
@keyframes image-animation {
  from {
    background-color: #fff;
  }
  to {
    background-color: transparent;
  }
}
@-webkit-keyframes image-animation-filter {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
}
@keyframes image-animation-filter {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
}
.text-title-animation span {
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    300ms opacity,
    300ms visibility;
  transition:
    300ms opacity,
    300ms visibility;
}
.text-title-animation span.show {
  opacity: 1;
  visibility: visible;
} /* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
hr {
  overflow: visible;
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  display: table;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.no-horizontal-padding {
  padding-right: 0;
  padding-left: 0;
}
footer {
  position: relative;
  overflow: hidden;
  padding: 60px 0 0;
  background: #000;
}
footer .row {
  margin-bottom: 50px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  footer .row {
    margin-bottom: 30px;
  }
}
footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 287px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(#181818)
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #181818 100%);
  pointer-events: none;
  z-index: 3;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  footer::before {
    opacity: 0.5;
  }
}
.footer-logo {
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .footer-logo {
    width: 40%;
    margin-bottom: 12px;
  }
}
.footer-logo img,
.footer-logo i,
.footer-logo svg {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.footer-desc {
  margin-top: 10px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .footer-desc {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.footer-desc p {
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .footer-adress,
  .footer-text {
    margin-bottom: 18px;
  }
}
.footer-adress p,
.footer-text p {
  font-size: 12px;
  line-height: 1.8;
  color: #fff;
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
}
.footer-mail a,
.footer-phone a {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .footer-camp-icon {
    display: none !important;
  }
}
.footer-camp-i {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 0 4%;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .footer-camp-i {
    padding: 0 1.5%;
  }
}
.footer-camp-i svg {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer-camp img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer-camp-title {
  margin-bottom: 20px;
}
.footer-camp-title p {
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
.footer-camp-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .footer-camp-list {
    margin-bottom: 24px;
  }
}
.footer-camp-list li {
  padding: 12px 15px;
  height: 42px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  background: #fff;
  border-radius: 100px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .footer-camp-list li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 180px;
  }
}
.footer-camp-list li:hover {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.footer-camp-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
  text-decoration: none;
}
.footer-camp-list li img {
  max-width: 75px;
  display: block;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer-credits {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .footer-credits {
    position: relative;
    left: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    bottom: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 36px 0;
  }
}
.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  list-style: none;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .footer-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footer-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.footer-social a p {
  color: #fff;
}
.container-footer {
  position: absolute;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .container-footer {
    position: relative;
    left: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    bottom: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 36px 0;
  }
}
header {
  height: 80px;
  background: transparent;
  position: fixed;
  z-index: 99;
  top: 30px;
  left: 0;
  width: 100vw;
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  header {
    height: 72px;
  }
}
header.open {
  background: #fff;
}
header.waiting {
  -webkit-transform: translateY(calc(-100% - 10px));
  transform: translateY(calc(-100% - 10px));
}
header.moving {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
header.scrolled {
  z-index: 99;
  background: #fff;
}
.header-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 80px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .header-col {
    height: 72px;
  }
}
.header-logo figure {
  margin: 0;
  padding: 0;
}
.header-logo figure img,
.header-logo figure i,
.header-logo figure svg {
  width: 100%;
  height: auto;
  display: block;
  max-width: 154px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .header-logo figure img,
  .header-logo figure i,
  .header-logo figure svg {
    max-width: 117px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .header-navigation {
    display: none;
  }
}
.header-navigation ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.header-navigation ul li a {
  color: #000;
  text-decoration: none;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
.header-navigation ul li a:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08, #d42f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-button {
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .header-button {
    display: none;
  }
}
.header-button a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background-color: transparent;
  text-decoration: none;
  z-index: 1;
}
.header-button a p {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08, #d42f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.header-button a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-button a i svg {
  display: block;
  width: 14px;
  height: 9px;
  -webkit-transition: 0.32s all ease;
  transition: 0.32s all ease;
}
.header-button a i svg.open {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.header-button a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  padding: 1px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08, #d42f23);
  -webkit-mask:
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff))
      content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.header-blur {
  position: fixed;
  z-index: 97;
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  pointer-events: all;
  opacity: 0;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.header-blur.open {
  opacity: 1 !important;
  display: block !important;
}
.header-hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .header-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-hamburger-1,
.header-hamburger-2 {
  width: 38px;
  height: 3px;
  background: #000;
  border-radius: 200px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-hamburger.open .header-hamburger-1 {
  -webkit-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
}
.header-hamburger.open .header-hamburger-2 {
  -webkit-transform: translateY(-3px) rotate(-45deg);
  transform: translateY(-3px) rotate(-45deg);
}
.mega-menu {
  height: 480px;
  background: #fff;
  width: 100vw;
  position: fixed;
  top: 80;
  left: 0;
  z-index: 99;
  border-top: 1px solid #d7d7d7;
  padding: 30px 0;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .mega-menu {
    opacity: 0;
    display: none !important;
  }
}
.mega-menu.show {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mega-menu a {
  text-decoration: none !important;
}
.mega-menu-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mega-menu-image {
  margin-top: 30px;
  max-width: 18%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.mega-menu-image figure img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.mega-menu-image figure img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.mega-menu-dynamic {
  margin-top: 30px;
  width: 60%;
}
.mega-menu-dynamic ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.mega-menu-dynamic ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(33.333% - 30px);
}
.mega-menu-content {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mega-menu-content.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.mega-menu-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(33.333% - 30px);
}
.mega-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .mega-menu-item {
    opacity: 1 !important;
  }
}
.mega-menu-item:hover .mega-menu-item-content-title::after {
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .mega-menu-item:hover .mega-menu-item-content-title::after {
    width: 0;
  }
}
.mega-menu-content.active .mega-menu-item {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mega-menu-item-image {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 200px;
}
.mega-menu-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 200px;
}
.mega-menu-item-content {
  margin-top: 8px;
}
.mega-menu-item-content-title {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 1.3;
  position: relative;
  overflow: hidden;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.mega-menu-item-content-title::after {
  content: "";
  width: 0%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.mega-menu-item-content-text {
  margin-top: 10px;
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 12px;
  line-height: 16px;
  color: #363636;
}
.mega-menu-nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.mega-menu-nav ul li a {
  font-family: "Lexend Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #000;
}
.mega-menu-nav ul li a.active {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08, #d42f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mega-menu-nav-title {
  margin-bottom: 30px;
}
.mega-menu-nav-title h6 {
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #363636;
  font-size: 14px;
  line-height: 1;
}
.mobile-menu {
  background: #fff;
  width: 100vw;
  height: calc(100dvh - 72px);
  position: fixed;
  top: 102px;
  left: 0;
  z-index: 99;
  padding: 15px 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mobile-menu ul {
  list-style: none;
}
.mobile-menu .mobile-ul {
  list-style: none;
}
.mobile-menu .mobile-ul > li {
  padding: 15px 0;
  border-bottom: 1px solid #d7d7d7;
}
.mobile-menu .mobile-ul > li a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  line-height: 1;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.mobile-menu .mobile-collapse-toggle {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  border: none;
  cursor: pointer;
}
.mobile-menu .mobile-collapse-toggle .mobile-collapse-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  margin-left: 10px;
}
.mobile-menu .mobile-collapse-toggle .mobile-collapse-icon svg {
  display: block;
  width: 17px;
  height: 10px;
}
.mobile-menu
  .mobile-collapse-toggle[aria-expanded="true"]
  .mobile-collapse-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-menu .mobile-submenu-toggle {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  color: #000;
  font-size: 18px !important;
  line-height: 1;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 18px;
  background: none;
  border: none;
  cursor: pointer;
}
.mobile-menu .mobile-submenu-toggle .mobile-submenu-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  margin-left: 10px;
}
.mobile-menu .mobile-submenu-toggle .mobile-submenu-icon svg {
  display: block;
  width: 17px;
  height: 10px;
}
.mobile-menu .mobile-submenu-toggle[aria-expanded="true"] .mobile-submenu-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-menu .mobile-submenu {
  list-style: none;
  margin: 0;
  padding: 15px 0 0 0;
}
.mobile-menu .mobile-submenu > li {
  padding: 10px 0;
  border-bottom: none;
}
.mobile-menu .mobile-submenu > li > a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  padding: 8px 0;
}
.mobile-menu .mobile-service-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu .mobile-service-items > li {
  padding: 0;
  border-bottom: none;
}
.mobile-menu .mobile-service-items > li .mega-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
}
.mobile-menu .mobile-service-items > li .mega-menu-item-image {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .mobile-menu .mobile-service-items > li .mega-menu-item-image {
    width: 42px;
    height: 42px;
  }
}
.mobile-menu .mobile-service-items > li .mega-menu-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mobile-menu .mobile-service-items > li .mega-menu-item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mobile-menu .mobile-service-items > li .mega-menu-item-content-title {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 5px;
}
.mobile-menu .mobile-service-items > li .mega-menu-item-content-text {
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 12px;
  line-height: 16px;
  color: #363636;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .mobile-menu .mobile-service-items > li .mega-menu-item-content-text {
    width: 75%;
  }
}
.mobile-menu .collapse {
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.mobile-menu .collapse.show {
  display: block;
}
.mobile-menu .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.scrolled .mobile-menu {
  top: 72px;
}
.text-gradient {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08, #d42f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about-header .header-logo svg path {
  fill: #fff;
}
.about-header .header-navigation li a {
  color: #fff;
}
.about-header .header-hamburger-1,
.about-header .header-hamburger-2 {
  background: #fff;
}
.about-header.scrolled .header-logo svg path,
.about-header.open .header-logo svg path {
  fill: #750f08;
}
.about-header.scrolled .header-logo .uscamp-a,
.about-header.open .header-logo .uscamp-a {
  fill: #d42f23;
}
.about-header.scrolled .header-hamburger-1,
.about-header.scrolled .header-hamburger-2,
.about-header.open .header-hamburger-1,
.about-header.open .header-hamburger-2 {
  background: #000;
}
.about-header.scrolled .header-navigation li a,
.about-header.open .header-navigation li a {
  color: #000;
}
.about-header.scrolled .header-button a,
.about-header.open .header-button a {
  color: #000;
  background: none;
  border: 1px solid #000;
}
.about-header.scrolled .header-button a::before,
.about-header.open .header-button a::before {
  display: none;
}
.about-header.scrolled .header-button a svg path,
.about-header.open .header-button a svg path {
  fill: #000;
}
.about-header.scrolled .header-button a p,
.about-header.open .header-button a p {
  color: #000;
  -webkit-text-fill-color: #000;
  background: transparent;
}
.about-header .header-button a {
  color: white;
  background: none;
  border: 1px solid white;
}
.about-header .header-button a::before {
  display: none;
}
.about-header .header-button a svg path {
  fill: #fff;
}
.about-header .header-button a p {
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: transparent;
}
.blog-card {
  padding: 0px 0px 20px 0px;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  border-radius: 20px;
  background: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-card {
    padding: 12px 0 18px 0;
    background: transparent !important;
  }
}
.blog-card-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  max-height: 250px;
}
.blog-card-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.blog-card-image span {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 16px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  overflow: hidden;
  font-size: 12px;
  font-family: "Lexend Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
}
.blog-card-content {
  padding: 0 35px 0 20px;
}
.blog-card-content-title {
  margin-bottom: 12px;
  position: relative;
}
.blog-card-content-title h4 {
  font-family: "Playfair Medium", sans-serif;
  font-style: normal;
  font-weight: 755;
  font-size: 20px;
  color: #000;
  width: 80%;
  line-height: 1.1;
}
.blog-card-content-text p {
  font-size: 12px;
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #363636;
  line-height: 16px;
}
.blog-card-content-read {
  margin-top: 18px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.blog-card-content-read p {
  color: #000;
  font-size: 14px;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
}
.blog-card-content-read::after {
  background-image: url("../img/static/blog-card-arrow.svg");
  width: 18px;
  height: 14px;
  position: absolute;
  right: -30px;
  bottom: 0;
  content: "";
  background-repeat: no-repeat;
}
.blog-card:hover {
  background: #fff;
}
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.button-black {
  background: #000;
  color: #fff;
  border-radius: 100px;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  padding: 12px 16px;
  gap: 12px;
  border: 1px solid #000;
}
.button-black svg {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.button-black:hover {
  background: #f7f7f7;
  color: #000;
}
.button-black:hover svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button-black:hover svg path {
  fill: #000;
}
.button-white {
  background: #fff;
  color: #000;
  border-radius: 100px;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  padding: 12px 16px;
  gap: 12px;
  border: 1px solid #fff;
}
.button-white svg {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.button-white:hover {
  background: #000;
  color: #fff;
}
.button-white:hover svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button-white:hover svg path {
  fill: #fff;
}
.comp-10 {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    color-stop(#000),
    to(#d42f23)
  );
  background: linear-gradient(90deg, #750f08, #000, #d42f23);
  padding: 130px 0 146px 0;
  height: 500px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-10 {
    height: auto;
    padding: 102px 0 80px 0;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#750f08),
      color-stop(40%, #000),
      color-stop(60%, #000),
      to(#d42f23)
    );
    background: linear-gradient(
      90deg,
      #750f08 0%,
      #000 40%,
      #000 60%,
      #d42f23 100%
    );
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-10-content {
    text-align: center;
  }
}
.comp-10-content-subtitle h1,
.comp-10-content-subtitle h2,
.comp-10-content-subtitle h3,
.comp-10-content-subtitle h4,
.comp-10-content-subtitle h5,
.comp-10-content-subtitle h6,
.comp-10-content-subtitle p,
.comp-10-content-subtitle a {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.2;
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-10-content-subtitle h1,
  .comp-10-content-subtitle h2,
  .comp-10-content-subtitle h3,
  .comp-10-content-subtitle h4,
  .comp-10-content-subtitle h5,
  .comp-10-content-subtitle h6,
  .comp-10-content-subtitle p,
  .comp-10-content-subtitle a {
    line-height: 1.5;
    font-size: 14px;
  }
}
.comp-10-content-title {
  margin-bottom: 22px;
}
.comp-10-content-title h1,
.comp-10-content-title h2,
.comp-10-content-title h3,
.comp-10-content-title h4,
.comp-10-content-title h5,
.comp-10-content-title h6,
.comp-10-content-title p,
.comp-10-content-title a {
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-10-content-title h1,
  .comp-10-content-title h2,
  .comp-10-content-title h3,
  .comp-10-content-title h4,
  .comp-10-content-title h5,
  .comp-10-content-title h6,
  .comp-10-content-title p,
  .comp-10-content-title a {
    font-size: 32px;
  }
}
.comp-10-content-text h1,
.comp-10-content-text h2,
.comp-10-content-text h3,
.comp-10-content-text h4,
.comp-10-content-text h5,
.comp-10-content-text h6,
.comp-10-content-text p,
.comp-10-content-text a {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-10-content-text h1,
  .comp-10-content-text h2,
  .comp-10-content-text h3,
  .comp-10-content-text h4,
  .comp-10-content-text h5,
  .comp-10-content-text h6,
  .comp-10-content-text p,
  .comp-10-content-text a {
    font-size: 12px;
  }
}
.comp-10-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-10-media {
    position: relative;
    margin-top: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: auto;
  }
}
.comp-10-media img {
  width: calc(50% - 10px);
  display: block;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  min-height: 445px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-10-media img {
    width: calc(50% - 10px);
    border-radius: 12px;
    min-height: auto;
  }
}
.comp-10-media img:nth-child(2) {
  margin-top: 42px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-10-media img:nth-child(2) {
    margin-top: 0;
  }
}
.comp-10-media img:nth-child(1) {
  margin-bottom: 42px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-10-media img:nth-child(1) {
    margin-bottom: 0;
  }
}
.page-id-9330 .comp-10-content-title h1,
.page-id-9330 .comp-10-content-title h2,
.page-id-9330 .comp-10-content-title h3,
.page-id-9330 .comp-10-content-title h4,
.page-id-9330 .comp-10-content-title h5,
.page-id-9330 .comp-10-content-title h6,
.page-id-9330 .comp-10-content-title p,
.page-id-9330 .comp-10-content-title a {
  font-size: 52px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .page-id-9330 .comp-10-content-title h1,
  .page-id-9330 .comp-10-content-title h2,
  .page-id-9330 .comp-10-content-title h3,
  .page-id-9330 .comp-10-content-title h4,
  .page-id-9330 .comp-10-content-title h5,
  .page-id-9330 .comp-10-content-title h6,
  .page-id-9330 .comp-10-content-title p,
  .page-id-9330 .comp-10-content-title a {
    font-size: 32px;
  }
}
.comp-11 {
  background-image: url("../img/static/comp-11-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 180px 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-11 {
    padding: 62px 0;
  }
}
.comp-11.no-bg {
  background: #f7f7f7;
  background-image: none;
}
.comp-11-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-11-title {
    margin-bottom: 30px;
  }
}
.comp-11-title h1,
.comp-11-title h2,
.comp-11-title h3,
.comp-11-title h4,
.comp-11-title h5,
.comp-11-title h6,
.comp-11-title p,
.comp-11-title a {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  color: #000;
  text-align: center;
  width: 25%;
}
.comp-11-title h1 strong,
.comp-11-title h2 strong,
.comp-11-title h3 strong,
.comp-11-title h4 strong,
.comp-11-title h5 strong,
.comp-11-title h6 strong,
.comp-11-title p strong,
.comp-11-title a strong {
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08, #d42f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-11-title h1,
  .comp-11-title h2,
  .comp-11-title h3,
  .comp-11-title h4,
  .comp-11-title h5,
  .comp-11-title h6,
  .comp-11-title p,
  .comp-11-title a {
    font-size: 28px;
    line-height: 1.1;
    width: 100%;
  }
}
.comp-11-item-media {
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-11-item-media {
    margin: 24px 0;
  }
}
.comp-11-item-media.two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
.comp-11-item-media.two img {
  width: 38%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  max-height: 400px;
  min-height: 390px;
}
.comp-11-item-media.two img:nth-child(2) {
  width: 62% !important;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-11-item-media.two img:nth-child(2) {
    width: 100% !important;
    aspect-ratio: 2 / 1;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-11-item-media.two img:nth-child(1) {
    display: none;
  }
}
.comp-11-item-media img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  max-height: 400px;
}
.comp-11-item-text {
  padding: 0 13%;
}
.comp-11-item-text.reverse {
  padding: 0 14% 0 13%;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-11-item-text {
    padding: 0 !important;
  }
}
.comp-11-item-text h1,
.comp-11-item-text h2,
.comp-11-item-text h3,
.comp-11-item-text h4,
.comp-11-item-text h5,
.comp-11-item-text h6,
.comp-11-item-text p,
.comp-11-item-text a {
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 32px;
  color: #000;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-11-item-text h1,
  .comp-11-item-text h2,
  .comp-11-item-text h3,
  .comp-11-item-text h4,
  .comp-11-item-text h5,
  .comp-11-item-text h6,
  .comp-11-item-text p,
  .comp-11-item-text a {
    font-size: 17px;
    line-height: 1.6;
  }
}
.comp-11 .row.line {
  margin-top: 100px;
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-11 .row.line {
    margin-top: 20px;
  }
}
.comp-11 .row.line::after {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: -24%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/static/comp-11-line-center.svg");
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-11 .row.line::after {
    opacity: 0;
  }
}
.comp-11 .row.left-line {
  position: relative;
}
.comp-11 .row.left-line::after {
  content: "";
  width: 165px;
  height: 50px;
  position: absolute;
  left: -9%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/static/comp-11-line-left.svg");
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-11 .row.left-line::after {
    opacity: 0;
  }
}
.comp-11 .row.right-line {
  position: relative;
}
.comp-11 .row.right-line::before {
  content: "";
  width: 128px;
  height: 38px;
  position: absolute;
  right: -9%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/static/comp-11-line-left.svg");
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-11 .row.right-line::before {
    opacity: 0;
  }
}
.comp-11-tag.top {
  position: absolute;
  top: 30px;
  left: -60px;
  border-radius: 200px;
  border: 1px solid #fff;
  padding: 10px 26px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-11-tag.top {
    padding: 8px 18px;
    top: 20px;
    left: 20px;
  }
}
.comp-11-tag.top p {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08, #d42f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Lexend Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-11-tag.top p {
    font-size: 10px;
  }
}
.comp-11-tag.top.second {
  top: 85px;
  left: -80px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(6, 83, 159, 0.501961)),
    to(rgba(227, 30, 38, 0.501961))
  );
  background: linear-gradient(
    to right,
    rgba(6, 83, 159, 0.501961),
    rgba(227, 30, 38, 0.501961)
  );
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-11-tag.top.second {
    top: 60px;
    left: 20px;
  }
}
.comp-11-tag.top.second p {
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: white;
}
.comp-11-tag.bottom {
  position: absolute;
  bottom: 85px;
  right: -80px;
  border-radius: 200px;
  border: 1px solid #fff;
  padding: 10px 26px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-11-tag.bottom {
    padding: 8px 18px;
    bottom: 20px;
    right: 20px;
  }
}
.comp-11-tag.bottom p {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08, #d42f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Lexend Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-11-tag.bottom p {
    font-size: 10px;
  }
}
.comp-11-tag.bottom.second {
  bottom: 30px;
  right: -60px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(6, 83, 159, 0.501961)),
    to(rgba(227, 30, 38, 0.501961))
  );
  background: linear-gradient(
    to right,
    rgba(6, 83, 159, 0.501961),
    rgba(227, 30, 38, 0.501961)
  );
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-11-tag.bottom.second {
    bottom: 60px;
    right: 20px;
  }
}
.comp-11-tag.bottom.second p {
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: white;
}
.comp-12 {
  background: #fff;
  padding: 90px 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-12 {
    padding: 60px 0;
  }
}
.comp-12 p {
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 36px;
  line-height: 60px;
  color: #000;
  text-align: left;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-12 p {
    font-size: 24px;
    line-height: 46px;
  }
}
.comp-12 p strong {
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08, #d42f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.comp-12 img {
  width: 140px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 999px;
  vertical-align: middle;
  margin: 0 8px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-12 img {
    width: 100px;
    height: 46px;
  }
}
.comp-13 {
  background: linear-gradient(135deg, #750f08 0%, #000 50%, #d42f23 100%);
  padding: 116px 0;
  margin: 45px 0 225px 0;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-13 {
    padding: 80px 0;
    margin: 45px 0 140px 0;
  }
}
.comp-13-text {
  margin-bottom: 12px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-13-text {
    margin-bottom: 20px;
  }
}
.comp-13-text p {
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-13-text p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.comp-13-title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-13-title {
    margin-bottom: 20px;
  }
}
.comp-13-title h1,
.comp-13-title h2,
.comp-13-title h3,
.comp-13-title h4,
.comp-13-title h5,
.comp-13-title h6,
.comp-13-title p,
.comp-13-title a {
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-13-title h1,
  .comp-13-title h2,
  .comp-13-title h3,
  .comp-13-title h4,
  .comp-13-title h5,
  .comp-13-title h6,
  .comp-13-title p,
  .comp-13-title a {
    font-size: 20px;
    line-height: 1.7;
  }
}
.comp-14 {
  padding: 0 0 100px 0;
}
.comp-14-item {
  text-align: center;
  padding: 29px 10px;
  background: #fff;
  border-radius: 20px;
  width: 100%;
  min-height: 150px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-14-item {
    min-height: 192px;
  }
}
.comp-14-item-number {
  margin-bottom: 12px;
}
.comp-14-item-number span {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08, #d42f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  line-height: 1;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.comp-14-item-text {
  width: 80%;
  margin: auto;
}
.comp-14-item-text p {
  font-size: 14px;
  color: #363636;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.comp-14-item-wrapper {
  width: 100%;
  padding: 1px;
  border-radius: 21px;
  background: linear-gradient(105deg, #750f08, #d42f23);
  display: inline-block;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-14-item-wrapper {
    margin-top: 20px;
  }
}
.comp-15 .comp-3-wrapper {
  margin-bottom: 0 !important;
}
.comp-15-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-15-navs {
    margin-top: 20px;
  }
}
.comp-15-row {
  margin-bottom: 50px;
}
.comp-15 .btn-multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-15 .btn-multiple {
    gap: 8px;
  }
}
.comp-15 .nav-link {
  border: 1px solid #000;
  background: transparent;
  text-decoration: none;
  border-radius: 200px;
  padding: 12px 28px;
  color: #000;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.comp-15 .nav-link:hover {
  color: #fff;
  background: #363636;
}
.comp-15 .nav-link.active {
  background: #000;
  color: #fff;
}
.comp-15 .tab-pane .col-lg-3 {
  margin-bottom: 30px;
}
.comp-16 {
  background-image: url("../img/static/comp-11-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 100px 0;
  text-align: center;
}
.comp-16-number {
  margin-bottom: 56px;
}
.comp-16-number h1,
.comp-16-number h2,
.comp-16-number h3,
.comp-16-number h4,
.comp-16-number h5,
.comp-16-number h6,
.comp-16-number p,
.comp-16-number a {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-size: 100px;
  line-height: 1.3px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-16-number h1,
  .comp-16-number h2,
  .comp-16-number h3,
  .comp-16-number h4,
  .comp-16-number h5,
  .comp-16-number h6,
  .comp-16-number p,
  .comp-16-number a {
    font-size: 40px;
    line-height: 42px;
  }
}
.comp-16-number h1 strong,
.comp-16-number h2 strong,
.comp-16-number h3 strong,
.comp-16-number h4 strong,
.comp-16-number h5 strong,
.comp-16-number h6 strong,
.comp-16-number p strong,
.comp-16-number a strong {
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08, #d42f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.comp-16-title {
  margin-bottom: 20px;
}
.comp-16-title h1,
.comp-16-title h2,
.comp-16-title h3,
.comp-16-title h4,
.comp-16-title h5,
.comp-16-title h6,
.comp-16-title p,
.comp-16-title a {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-size: 48px;
  line-height: 54px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-16-title h1,
  .comp-16-title h2,
  .comp-16-title h3,
  .comp-16-title h4,
  .comp-16-title h5,
  .comp-16-title h6,
  .comp-16-title p,
  .comp-16-title a {
    font-size: 32px;
    line-height: 36px;
  }
}
.comp-16-title h1 strong,
.comp-16-title h2 strong,
.comp-16-title h3 strong,
.comp-16-title h4 strong,
.comp-16-title h5 strong,
.comp-16-title h6 strong,
.comp-16-title p strong,
.comp-16-title a strong {
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08, #d42f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.comp-16-text {
  padding: 0 10%;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-16-text {
    margin: 0 auto 20px auto;
  }
}
.comp-16-text h1,
.comp-16-text h2,
.comp-16-text h3,
.comp-16-text h4,
.comp-16-text h5,
.comp-16-text h6,
.comp-16-text a,
.comp-16-text p {
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  color: #363636;
}
.comp-17 {
  background: linear-gradient(50deg, #750f08, #000, #d42f23);
  min-height: 720px;
  padding: 60px 0 130px 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-17 {
    padding: 60px 0;
  }
}
.comp-17-subtitle p {
  font-size: 16px;
  line-height: 42px;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-17-subtitle p {
    font-size: 14px;
    line-height: 32px;
    text-align: center;
  }
}
.comp-17-title {
  margin-bottom: 60px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-17-title {
    margin-bottom: 24px;
  }
}
.comp-17-title p {
  font-size: 36px;
  line-height: 42px;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-17-title p {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
}
.comp-17-title p strong {
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
}
.comp-17-social {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-17-social {
    margin-bottom: 20px;
  }
}
.comp-17-social li {
  background: #fff;
  padding: 10px 28px;
  border-radius: 200px;
}
.comp-17-social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-decoration: none;
  position: relative;
}
.comp-17-social li a i {
  display: block;
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
  object-fit: cover;
}
.comp-17-social li a i svg {
  width: 100%;
  height: 100%;
  display: block;
}
.comp-17-social li a p {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.comp-17-social li a::after {
  content: "";
  width: 15px;
  height: 14px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-image: url("../img/static/social-arrow.svg");
  opacity: 0;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.comp-17-social li a:hover::after {
  opacity: 1;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-17-map {
    margin-top: 32px;
  }
}
.comp-17-map iframe {
  width: 100%;
  height: auto;
  display: block;
  min-height: 350px;
  border-radius: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-17-map iframe {
    min-height: 300px;
  }
}
.comp-18 {
  padding: 150px 0 114px 0;
  position: relative;
}
.comp-18::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -20%;
  top: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/static/form-left.svg");
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-18::after {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-18 {
    padding: 100px 0 80px 0;
  }
}
.comp-18-content {
  margin-bottom: 50px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-18-content {
    margin-bottom: 80px;
  }
}
.comp-18-subtitle p {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 42px;
  color: #000;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-18-subtitle p {
    font-size: 14px;
    line-height: 30px;
  }
}
.comp-18-title {
  margin-bottom: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-18-title {
    margin-bottom: 16px;
  }
}
.comp-18-title h1,
.comp-18-title h2,
.comp-18-title h3 {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #000;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-18-title h1,
  .comp-18-title h2,
  .comp-18-title h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
.comp-18-title h1 strong,
.comp-18-title h2 strong,
.comp-18-title h3 strong {
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08, #d42f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.comp-18-text {
  padding: 0 15%;
  margin: auto;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-18-text {
    padding: 0;
  }
}
.comp-18-text p {
  font-size: 14px;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #363636;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-18-text p {
    font-family: "Lexend Light", sans-serif;
    font-style: normal;
    font-weight: 200;
  }
}
.teacher-list .col-lg-3 {
  margin-bottom: 30px;
}
.comp-19 {
  padding: 110px 0 86px 0;
  position: relative;
}
.comp-19::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  left: -20%;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/static/form-right.png");
  pointer-events: none;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-19::after {
    display: none;
  }
}
.comp-19::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: -20%;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/static/form-left.png");
  pointer-events: none;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-19::before {
    display: none;
  }
}
.comp-19 .ulke-bilgisi {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
  color: #555;
}
.ulke-bilgisi img {
  max-height: 24px;
  border-radius: 5px;
  width: auto !important;
}
.comp-19-media {
  position: relative;
  aspect-ratio: 2 / 3;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-19-media {
    margin-bottom: 45px;
  }
}
.comp-19-media img {
  width: 100%;
  height: 100% !important;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.comp-19-media a {
  position: absolute;
  left: 30px;
  bottom: 40px;
  z-index: 3;
}
.comp-19-media::after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(10%, rgba(0, 0, 0, 0)),
    to(#000)
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, #000 100%);
  border-radius: 20px;
  content: "";
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.comp-19-content-name {
  margin-bottom: 12px;
}
.comp-19-content-name h1 {
  font-family: "Lexend Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  color: #000;
}
.comp-19-content-position {
  margin-bottom: 46px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-19-content-position {
    margin-bottom: 30px;
  }
}
.comp-19-content-position h2 {
  font-size: 16px;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  color: #363636;
}
.comp-19-content-description {
  margin-bottom: 46px;
}
.comp-19-content-description p {
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
.comp-19-content-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 42px;
}
.comp-19-content-history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}
.comp-19-content-history-item:last-child
  .comp-19-content-history-item-dot::after {
  display: none;
}
.comp-19-content-history-item-dot {
  position: relative;
}
.comp-19-content-history-item-dot::after {
  content: "";
  width: 1px;
  height: 38px;
  background-image: url("../img/static/comp-19-line.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -42px;
  left: 16px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-19-content-history-item-dot::after {
    height: 40px;
    bottom: -51px;
  }
}
.comp-19-content-history-item-dot i,
.comp-19-content-history-item-dot svg {
  width: 32px;
  height: 32px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.comp-19-content-history-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.comp-19-content-history-item-content-year p {
  font-family: "Lexend Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-19-content-history-item-content-year p {
    min-height: 37px;
  }
}
.comp-19-content-history-item-content-position {
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 1;
  color: #000;
}
.comp_eucamp_nedir {
  padding: 100px 0;
  margin-bottom: 50px;
  background: #eee;
  background-image: url(../img/static/comp-25-bg.svg);
  background-size: cover;
}
.comp_eucamp_nedir.no-gorsel .container {
  text-align: center;
  max-width: 820px !important;
}
.comp_eucamp_nedir.no-gorsel svg {
  align-self: center;
}
.comp_eucamp_nedir .gorsel {
  border-radius: 16px;
}
.comp_eucamp_nedir .baslik strong {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08, #d42f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Playfair Semi Bold", sans-serif;
}
.comp_eucamp_nedir .baslik {
  font-size: 44px;
  margin-bottom: 1px !important;
  font-weight: 400;
}
.comp_eucamp_nedir .lucide-ellipsis-icon {
  color: #750f08;
  margin-bottom: 1px !important;
}
.comp_eucamp_nedir .aciklama {
  font-weight: 400;
}
.comp_eucamp_nedir .aciklama p {
  margin-bottom: 16px !important;
  line-height: 1.475;
}

.comp-2 {
  height: 100px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08 0%, #d42f23 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Lexend Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-2 {
    height: auto;
    background: transparent;
  }
}
.comp-2-item {
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 24px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-2-item {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#750f08),
      to(#d42f23)
    );
    background: linear-gradient(to right, #750f08, #d42f23);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 38px !important;
  }
  .comp-2-item::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#750f08),
      to(#d42f23)
    );
    background: linear-gradient(to right, #750f08, #d42f23);
    -webkit-mask:
      -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff))
        content-box,
      -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 40px;
    z-index: -1;
  }
}
.comp-2 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.comp-2 .swiper-slide {
  width: auto !important;
  height: auto;
}
.comp-20 {
  background-image: url("../img/static/blog-list-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  padding: 150px 0;
  position: relative;
}
.comp-20-content {
  text-align: center;
  color: #fff;
}
.comp-20-content-subtitle {
  margin-bottom: 32px;
}
.comp-20-content-subtitle h2,
.comp-20-content-subtitle h3,
.comp-20-content-subtitle h4,
.comp-20-content-subtitle h5,
.comp-20-content-subtitle p,
.comp-20-content-subtitle a {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
.comp-20-content-title {
  margin-bottom: 20px;
}
.comp-20-content-title h1 {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
}
.comp-20-content-title h1 strong {
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
}
.comp-20-content-text p {
  line-height: normal;
  font-size: 14px;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.comp-20-float {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.comp-20-float p {
  color: #fff;
  font-family: "Lexend Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
}
.comp-21 {
  padding: 100px 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-21 {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-21-title {
    margin-bottom: 20px;
  }
}
.comp-21-title h4 {
  color: #000;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
}
.comp-21-title h4 strong {
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08, #d42f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-21-title h4 {
    font-size: 28px;
  }
}
.comp-21-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.comp-21-sort select {
  border-radius: 100px;
  border: 1px solid #000;
  min-height: 42px;
  min-width: 103px;
}
.comp-21-sort::after {
  right: 20px !important;
  top: 55% !important;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-21-sort::after {
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
}
.comp-21 a {
  text-decoration: none;
}
.comp-21 .row-list {
  margin-top: 40px;
}
.comp-21 .row-list .col-lg-3 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-21 .row-list .col-lg-3 {
    margin-bottom: 25px;
  }
}
.comp-21-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
.comp-22 {
  min-height: 400px;
  padding: 280px 0 100px 0;
  position: relative;
  overflow: hidden;
}
.comp-22-background {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.comp-22-background img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.comp-22-background-wrapper {
  width: 100vw;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.comp-22-background-wrapper::after {
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
}
.comp-22-tags {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  pointer-events: none !important;
}
.comp-22-tags li a {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  padding: 8px 16px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  overflow: hidden;
  font-size: 12px;
  font-family: "Lexend Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-22-title {
    margin-bottom: 24px;
  }
}
.comp-22-title h1 {
  font-family: "Playfair Medium", sans-serif;
  font-style: normal;
  font-weight: 755;
  font-size: 48px;
  color: #fff;
}
.blog-content-fixed {
  position: sticky;
  top: 10px;
}
.blog-content-fixed-cot {
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  padding: 20px;
  min-height: 200px;
}
.blog-content-wrapper {
  padding: 60px 0;
}
.blog-content h1,
.blog-content h2 {
  font-size: 36px;
  line-height: 42px;
  font-family: "Lexend Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #000;
  margin-bottom: 24px !important;
}
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  font-size: 24px;
  line-height: 42px;
  font-family: "Lexend Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #000;
  margin-bottom: 18px !important;
}
.blog-content p {
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #363636;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px !important;
}
.blog-content p strong {
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
}
.blog-content a {
  color: #363636;
  text-decoration: underline;
}
.blog-content figure {
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}
.blog-content img {
  display: block;
  padding: 0 !important;
  border-radius: 20px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 42px 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .blog-content img {
    aspect-ratio: 1 / 1;
    margin: 24px 0;
  }
}
.blog-content ul,
.blog-content ol {
  list-style-position: inside;
  margin: 24px 0;
}
.blog-content ul li,
.blog-content ol li {
  margin-bottom: 14px;
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #363636;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px !important;
}
.blog-content ul li strong,
.blog-content ol li strong {
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
}
.comp-23 {
  padding: 60px 0 100px 0;
}
.comp-23-title h3,
.comp-23-title h4 {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-size: 36px;
  line-height: 1.3;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-23-title h3,
  .comp-23-title h4 {
    font-size: 28px;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-23 {
    padding: 40px 0 60px 0;
  }
}
.comp-23 .row-list {
  margin-top: 28px;
}
.comp-23 .row-list .col-lg-3 {
  margin-bottom: 20px;
}
.comp-23 .row-list a {
  text-decoration: none;
}
.comp-3 {
  padding: 44px 0 80px 0;
  overflow-x: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-3 {
    padding: 40px 0;
  }
}
.comp-3-wrapper {
  margin-bottom: 40px;
}
.comp-3-subtitle {
  margin-bottom: 12px;
}
.comp-3-subtitle p {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.comp-3-title h4 {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  font-size: 32px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-3-title h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
.comp-3-title h4 strong {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08, #d42f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.comp-3-button {
  margin-top: 30px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-3-button {
    margin-top: 20px;
  }
}
.comp-3-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.comp-3-nav-prev,
.comp-3-nav-next {
  border: 1px solid #000;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.comp-3-nav-prev svg,
.comp-3-nav-next svg {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.comp-3-nav-prev:hover,
.comp-3-nav-next:hover {
  background: #000;
}
.comp-3-nav-prev:hover svg path,
.comp-3-nav-next:hover svg path {
  fill: #fff;
}
.comp-3-card {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.comp-3-card img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.comp-3-card .ulke-bilgisi {
  position: absolute !important;
  top: 20px;
  left: 20px;
}
.comp-3-card-info {
  position: absolute;
  left: 30px;
  bottom: 25px;
  z-index: 2;
}
.comp-3-card-info-name {
  color: #fff;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.comp-3-card-info-title {
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  color: #fff;
}
.comp-3-card::after {
  position: absolute;
  z-index: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(10%, rgba(0, 0, 0, 0)),
    to(#000)
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, #000 100%);
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0.9;
}
.comp-3-card:hover::after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(#000)
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 1;
}
.comp-3-slider {
  overflow: unset;
}
.comp-3 a {
  height: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-3 .swiper-slide {
    height: auto !important;
  }
}
.swiper {
  width: 100%;
  max-width: 100%;
}
.swiper-slide {
  height: -webkit-fill-available;
}
.nav-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding-bottom: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .nav-col {
    display: none;
  }
}
.nav-col-mobile {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding-top: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .nav-col-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-col-mobile-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.comp-5 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.comp-5 .baslik {
  font-size: 36px;
  color: black;
  margin: 25px 0;
  font-weight: 400;
}
.comp-5 .baslik strong {
  font-family: "Playfair Semi Bold", sans-serif;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08, #d42f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.comp-5 .aciklama {
  font-size: 18px;
  gap: 40px;
}
.comp-5 .aciklama ul {
  padding-left: 12px !important;
  list-style-position: inside;
  margin-bottom: 5px;
}
.comp-5 .aciklama p {
  margin-bottom: 24px !important;
}
.comp-5 .aciklama img {
  border-radius: 12px;
}
.comp-5 ol {
  padding-bottom: 15px !important;
}
.comp-5 ol li {
  padding-block: 15px;
}
.comp-5 ol li strong {
  display: block;
  padding-bottom: 8px;
}
.comp-5-gorsel {
  /* max-height: 600px; */
  max-width: 100%;
}
.comp-5-col-md-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.comp-4 {
  margin-top: 40px;
}
.comp-4-exp {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  max-width: 600px;
  margin-top: 25px;
}
.comp-4-exp p {
  margin-bottom: 20px !important;
}
.comp-4-wrapper {
  width: 100%;
  padding: 55px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#750f08),
    color-stop(50%, #000),
    to(#d42f23)
  );
  background: linear-gradient(to left, #750f08 0%, #000 50%, #d42f23 100%);
  border-radius: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-4-wrapper {
    height: auto;
  }
}
.comp-4-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 60%;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-4-content {
    width: 100%;
    padding: 20px;
  }
}
.comp-4-content-subtitle p {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-4-content-subtitle p {
    font-size: 13px;
  }
}
.comp-4-content-title {
  margin-top: 16px;
}
.comp-4-content-title h1,
.comp-4-content-title h2,
.comp-4-content-title h3,
.comp-4-content-title h4,
.comp-4-content-title h5,
.comp-4-content-title h6,
.comp-4-content-title p,
.comp-4-content-title a {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-4-content-title h1,
  .comp-4-content-title h2,
  .comp-4-content-title h3,
  .comp-4-content-title h4,
  .comp-4-content-title h5,
  .comp-4-content-title h6,
  .comp-4-content-title p,
  .comp-4-content-title a {
    font-size: 24px;
  }
}
.comp-4-content-title h1 strong,
.comp-4-content-title h2 strong,
.comp-4-content-title h3 strong,
.comp-4-content-title h4 strong,
.comp-4-content-title h5 strong,
.comp-4-content-title h6 strong,
.comp-4-content-title p strong,
.comp-4-content-title a strong {
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
}
.comp-4-content-list {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
.comp-4-content-list img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  min-width: 990px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-4-content-list img {
    min-width: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-4-content-list-desktop {
    display: none;
  }
}
.comp-4-content-list-mobile {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-4-content-list-mobile {
    display: block;
  }
}
.comp-4-content-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.comp-4-content-list-item-number {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.comp-4-content-list-item-number span {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
}
.comp-4-content-list-item-text {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
}
@-webkit-keyframes MoveUpDown {
  0% {
    top: -24%;
  }
  50% {
    top: -18%;
  }
  100% {
    top: -24%;
  }
}
@keyframes MoveUpDown {
  0% {
    top: -24%;
  }
  50% {
    top: -18%;
  }
  100% {
    top: -24%;
  }
}
@-webkit-keyframes MoveUpDownReverse {
  0% {
    bottom: -32%;
  }
  50% {
    bottom: -24%;
  }
  100% {
    bottom: -32%;
  }
}
@keyframes MoveUpDownReverse {
  0% {
    bottom: -32%;
  }
  50% {
    bottom: -24%;
  }
  100% {
    bottom: -32%;
  }
}
.comp-6 {
  padding: 80px 0;
  background-image: url("../img/static/home-square.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-6 .button-black {
    margin-bottom: 30px;
  }
}
.comp-6-title {
  margin-bottom: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-6-title {
    margin-bottom: 20px;
  }
}
.comp-6-title h1,
.comp-6-title h2,
.comp-6-title h3,
.comp-6-title h4,
.comp-6-title h5,
.comp-6-title h6,
.comp-6-title p,
.comp-6-title a {
  font-size: 36px;
  color: #000;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.comp-6-title h1 strong,
.comp-6-title h2 strong,
.comp-6-title h3 strong,
.comp-6-title h4 strong,
.comp-6-title h5 strong,
.comp-6-title h6 strong,
.comp-6-title p strong,
.comp-6-title a strong {
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
  display: inline-block;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08, #d42f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-6-title h1,
  .comp-6-title h2,
  .comp-6-title h3,
  .comp-6-title h4,
  .comp-6-title h5,
  .comp-6-title h6,
  .comp-6-title p,
  .comp-6-title a {
    font-size: 24px;
  }
}
.comp-6-vimeo-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  width: 100%;
  height: 700px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-6-vimeo-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    gap: 20px;
  }
}
.comp-6-vimeo-card {
  position: relative;
  width: 33.3333%;
  height: 100%;
  min-width: 0;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition:
    width 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    z-index 0.3s,
    -webkit-box-shadow 0.3s;
  transition:
    width 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    z-index 0.3s,
    -webkit-box-shadow 0.3s;
  transition:
    width 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.3s,
    z-index 0.3s;
  transition:
    width 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.3s,
    z-index 0.3s,
    -webkit-box-shadow 0.3s;
  -webkit-box-shadow: 0 4px 24px rgba(6, 83, 159, 0.08);
  box-shadow: 0 4px 24px rgba(6, 83, 159, 0.08);
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 1;
}
.comp-6-vimeo-card:hover,
.comp-6-vimeo-card.active {
  width: 50%;
  z-index: 2;
  -webkit-box-shadow: 0 8px 32px rgba(6, 83, 159, 0.16);
  box-shadow: 0 8px 32px rgba(6, 83, 159, 0.16);
}
.comp-6-vimeo-card:hover .comp-6-vimeo-card-overlay,
.comp-6-vimeo-card.active .comp-6-vimeo-card-overlay {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(6, 83, 159, 0.1)),
    to(rgba(0, 0, 0, 0.45))
  );
  background: linear-gradient(
    180deg,
    rgba(6, 83, 159, 0.1) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.comp-6-vimeo-card:hover .comp-6-vimeo-card-play,
.comp-6-vimeo-card.active .comp-6-vimeo-card-play {
  opacity: 1;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.comp-6-vimeo-card.inactive {
  width: 25%;
  -webkit-filter: grayscale(0.2) brightness(0.92);
  filter: grayscale(0.2) brightness(0.92);
  z-index: 0;
}
.comp-6-vimeo-card.inactive .comp-6-vimeo-card-play {
  opacity: 0.7;
  -webkit-filter: grayscale(0.5);
  filter: grayscale(0.5);
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-6-vimeo-card {
    width: 100%;
    height: 420px;
  }
  .comp-6-vimeo-card:hover,
  .comp-6-vimeo-card.active,
  .comp-6-vimeo-card.inactive {
    width: 100%;
  }
}
.comp-6-vimeo-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition:
    filter 0.3s,
    -webkit-filter 0.3s;
}
.comp-6-vimeo-card-overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(6, 83, 159, 0.18)),
    to(rgba(0, 0, 0, 0.48))
  );
  background: linear-gradient(
    180deg,
    rgba(6, 83, 159, 0.18) 0%,
    rgba(0, 0, 0, 0.48) 100%
  );
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.comp-6-vimeo-card:hover .comp-6-vimeo-card-overlay,
.comp-6-vimeo-card.active .comp-6-vimeo-card-overlay {
  opacity: 0;
}
.comp-6-vimeo-card-play {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 50%;
  padding: 17px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  -webkit-transition:
    opacity 0.2s,
    -webkit-transform 0.2s;
  transition:
    opacity 0.2s,
    -webkit-transform 0.2s;
  transition:
    opacity 0.2s,
    transform 0.2s;
  transition:
    opacity 0.2s,
    transform 0.2s,
    -webkit-transform 0.2s;
}
.comp-6-vimeo-card-play svg {
  display: block;
}
.comp-6-vimeo-card-info {
  position: relative;
  z-index: 3;
  color: #fff;
  padding: 0 28px 32px 28px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.comp-6-vimeo-card-info .comp-6-vimeo-card-role {
  font-size: 20px;
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
  opacity: 0.85;
  margin-bottom: 2px;
}
.comp-6-vimeo-card-info .comp-6-vimeo-card-name {
  font-size: 20px;
  font-family: "Lexend Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-6-vimeo-card-info {
    padding: 0 16px 18px 16px;
  }
  .comp-6-vimeo-card-info .comp-6-vimeo-card-role {
    font-size: 15px;
  }
  .comp-6-vimeo-card-info .comp-6-vimeo-card-name {
    font-size: 17px;
  }
}
.comp-6-vimeo-card-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-6-vimeo-card-video.playing {
  opacity: 1;
  pointer-events: auto;
}
.comp-6-vimeo-card-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: inherit;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  background: #000;
}
.comp-6-vimeo-card-video.playing {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.comp-7 {
  background-image: url("../img/static/comp-25-bg.svg");
  padding: 120px 0 80px 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-7 {
    padding: 0 0 40px 0;
  }
}
.comp-7-card {
  padding: 20px;
  background: none;
  border-radius: 10px;
  border: 1px solid #363636;
}
.comp-7-card-text {
  margin-bottom: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-7-card-text {
    margin-bottom: 16px;
  }
}
.comp-7-card-text p {
  line-height: 24px;
  font-size: 20px;
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #363636;
}
.comp-7-card-text p strong {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-7-card-text p {
    font-size: 16px;
    line-height: 18px;
  }
}
.comp-7-card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.comp-7-card-info-media img {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.comp-7-card-info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}
.comp-7-card-info-text-name {
  font-size: 14px;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
}
.comp-7-card-info-text-title {
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 12px;
  color: #363636;
}
.comp-7-masonry {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-7-masonry {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.comp-7-masonry-item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 24px;
}
.comp-7-masonry-item:nth-child(1) .comp-7-card,
.comp-7-masonry-item:nth-child(4) .comp-7-card,
.comp-7-masonry-item:nth-child(5) .comp-7-card {
  border: 1px solid transparent;
  border-radius: 10px;
  background:
    -webkit-gradient(linear, left top, left bottom, from(white), to(white))
      padding-box,
    -webkit-gradient(linear, left top, right top, from(#750f08), to(#d42f23))
      border-box;
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(90deg, #750f08, #d42f23) border-box;
}
.comp-70 {
  position: relative;
  overflow: hidden;
  padding: 200px 0 200px 0;
}
.comp-70:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-image: url("../img/static/comp-25-bg.svg");
  background-color: white;
  background-size: cover;
  opacity: 0.75;
}
.comp-70 .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 👈 cover davranışı */
  object-position: center;
}
.comp-70 img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 1 / 1;
}
.comp-70-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 5;
}
.comp-70-content-title h1 {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.2;
  text-align: center;
  color: #000;
  letter-spacing: -1px;
}
.comp-70-content-title h1 strong {
  font-size: 72px;
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08, #d42f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
}
.comp-70-content-text {
  padding: 0 10%;
  margin: 20px auto;
}
.comp-70-content-text p {
  font-size: 22px;
  color: #363636;
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  text-align: center;
}
.comp-70-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-70-col {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-70-col-mobile {
    display: none;
  }
}
.comp-73-card {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  user-select: none;
}
.comp-73-card img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  border-radius: 10px 10px 0 0;
}
.comp-73-card-info {
  margin-top: 12px;
}
.comp-73-card-info-title {
  font-family: "Lexend Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  padding-right: 20%;
  margin-bottom: 16px;
}
.comp-73-card-info-p {
  line-height: 1.475;
  font-weight: 400;
  color: #777;
}
.comp-73-card-index {
  font-size: 24px;
  font-weight: 700;
  padding: 10px 18px;
  background: #ffce3d;
  color: #000;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.comp-73-card-index.type-0 {
  background: #dd382b;
  color: #fff;
}
.comp-73-card-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.comp-73-card-info-list li {
  font-size: 13px;
  color: #363636;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.comp-73-card-info-list li img {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 0;
}
.comp-73-slider a {
  text-decoration: none;
}
.comp-73-button {
  margin-top: 30px;
}
.comp-73-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.comp-73-nav-prev,
.comp-73-nav-next {
  border: 1px solid #000;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.comp-73-nav-prev svg,
.comp-73-nav-next svg {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.comp-73-nav-prev:hover,
.comp-73-nav-next:hover {
  background: #000;
}
.comp-73-nav-prev:hover svg path,
.comp-73-nav-next:hover svg path {
  fill: #fff;
}
.comp-8-wrapper {
  margin-bottom: 20px;
}
.comp-8-subtitle {
  margin-bottom: 12px;
}
.comp-8-subtitle p {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.comp-8-title h4 {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  font-size: 32px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-8-title h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
.comp-8-title h4 strong {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08, #d42f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.comp-8-button {
  margin-bottom: 20px;
}
.comp-8-button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.comp-8 a {
  text-decoration: none !important;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-8-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-inline-box;
    overflow-x: auto;
  }
  .comp-8-row::-webkit-scrollbar {
    display: none;
  }
  .comp-8-row .col-lg-3 {
    width: 55%;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
.comp-9 {
  padding: 70px 0 58px 0;
  position: relative;
}
.comp-9::after {
  content: "";
  position: absolute;
  left: -12%;
  top: 10%;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 51, 153, 0.8) 0%,
    rgba(0, 51, 153, 0.4) 35%,
    rgba(0, 51, 153, 0.2) 60%,
    rgba(0, 51, 153, 0) 100%
  );
  -webkit-filter: blur(54px);
  filter: blur(54px);
  opacity: 0.3;
  -webkit-animation: floatLeftUp 8s ease-in-out infinite;
  animation: floatLeftUp 8s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.comp-9::before {
  content: "";
  position: absolute;
  right: -12%;
  bottom: 10%;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(227, 30, 38, 0.9) 0%,
    rgba(227, 30, 38, 0.4) 40%,
    rgba(227, 30, 38, 0.2) 70%,
    rgba(227, 30, 38, 0) 100%
  );
  -webkit-filter: blur(54px);
  filter: blur(54px);
  opacity: 0.2;
  -webkit-animation: floatRightDown 8s ease-in-out infinite;
  animation: floatRightDown 8s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.comp-9-title {
  margin-bottom: 14px;
}
.comp-9-title h1,
.comp-9-title h2,
.comp-9-title h3,
.comp-9-title h4,
.comp-9-title h5,
.comp-9-title h6,
.comp-9-title p,
.comp-9-title a {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  color: #000;
  text-align: center;
}
.comp-9-title h1 strong,
.comp-9-title h2 strong,
.comp-9-title h3 strong,
.comp-9-title h4 strong,
.comp-9-title h5 strong,
.comp-9-title h6 strong,
.comp-9-title p strong,
.comp-9-title a strong {
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08, #d42f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-9-title h1,
  .comp-9-title h2,
  .comp-9-title h3,
  .comp-9-title h4,
  .comp-9-title h5,
  .comp-9-title h6,
  .comp-9-title p,
  .comp-9-title a {
    font-size: 24px;
  }
}
.comp-9-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}
.comp-9-text p {
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #363636;
  text-align: center;
  width: 80%;
  font-size: 14px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-9-text p {
    font-size: 13px;
  }
}
.comp-9 .accordion .card {
  background: transparent;
  position: relative;
  overflow: hidden;
  padding: 32px 40px;
  margin-bottom: 16px;
  cursor: pointer;
  border-bottom: 1px solid #cfcfcf;
}
.comp-9 .accordion .card:nth-child(1) {
  border-top: 1px solid #cfcfcf;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-9 .accordion .card {
    padding: 20px 9px 20px 1px;
    margin-bottom: 0;
  }
}
.comp-9 .accordion .card-header {
  width: 100%;
  position: relative;
}
.comp-9 .accordion .card-header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/static/faq-plus.svg");
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-9 .accordion .card-header::after {
    width: 42px;
    height: 42px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.comp-9 .accordion .card-header[aria-expanded="true"] {
  padding: 32px 0 0 0;
}
.comp-9 .accordion .card-header[aria-expanded="true"] p {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08, #d42f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.comp-9 .accordion .card-header[aria-expanded="true"]:after {
  background-image: url("../img/static/faq-minus.svg");
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-9 .accordion .card-header[aria-expanded="true"] {
    padding: 16px 0 0;
  }
}
.comp-9 .accordion .card-header p {
  max-width: 70%;
  color: #363636;
  font-family: "Lexend Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.6px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-9 .accordion .card-header p {
    font-size: 16px;
  }
}
.comp-9 .accordion .card-body {
  padding-top: 20px;
  padding-bottom: 32px;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #363636;
  line-height: 130%;
  max-width: 60%;
}
.comp-9 .accordion .card-body a {
  color: #0a529e;
  text-decoration: none;
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
}
.comp-9 .accordion .card-body ul {
  list-style: disc;
  margin: 12px 0;
}
.comp-9 .accordion .card-body ul strong {
  font-size: 20px;
}
.comp-9 .accordion .card-body ul > li {
  margin-left: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-9 .accordion .card-body {
    font-size: 13px;
    line-height: 120%;
    padding-top: 12px;
    max-width: 85%;
  }
}
.comp-9 .accordion-title {
  padding-left: 40px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-9 .accordion-title {
    margin-top: 20px;
    margin-bottom: 16px;
    text-align: center;
    padding-left: 0;
  }
}
.comp-9 .accordion-title h6 {
  font-size: 42px;
  line-height: 120%;
  margin: 0;
  padding: 0;
  color: #000;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08, #d42f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-9 .accordion-title h6 {
    font-size: 24px;
  }
}
.comp-9 .accordion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(33% - 10px);
  gap: 12px;
  padding: 0;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin: 48px 0 16px 0;
  cursor: pointer;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-9 .accordion-item {
    width: 100%;
    margin: 28px 0 16px 0;
  }
}
.comp-9 .accordion-item img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.comp-9 .accordion-item-title h6 {
  font-size: 20px;
  color: #000;
  font-family: "Lexend Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.comp-9 .accordion-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  list-style: none;
}
.comp-9 .accordion-item-list li {
  font-size: 16px;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #363636;
}
.comp-9 .accordion-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0px;
}
.comp-9 .accordion-item-wrapper {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.comp-9 .accordion-item-price {
  font-size: 18px;
}
.comp-9 .accordion-item-price span {
  font-size: 14px;
}
.main-staj .collapse-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-staj .comp-9-text.double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-staj .comp-9-text.double p:last-child {
  font-size: 10px;
}

.comp-top {
  background: #f7f7f7;
  width: 100vw;
  height: 30px;
  border-bottom: 1px solid #dbdbdb;
}
.comp-top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.comp-top-item {
  opacity: 0.65;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.comp-top-item:hover {
  opacity: 1;
}
.comp-top-item.active {
  opacity: 1;
}
.comp-top-item a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.comp-top-item i,
.comp-top-item svg {
  display: block;
}
.comp-top-item-text p {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #111;
  text-transform: uppercase;
}
[data-comptop] {
  padding: 6px;
  background: #000;
  background: linear-gradient(
    to right,
    #000000 0%,
    #000000 10%,
    #e31f16 10%,
    #e31f16 20%,
    #f7ca3b 20%,
    #f7ca3b 100%
  );
  /*
  background: #e31f16;
  background: linear-gradient(
    to right,
    #000000 0%,
    #000000 20%,
    #e31f16 20%,
    #e31f16 80%,
    #f7ca3b 80%,
    #f7ca3b 100%
  );
  background: linear-gradient(
    to right,
    #3a3a3a 0%,
    #3a3a3a 20%,
    #f48b85 20%,
    #f48b85 80%,
    #fae7a6 80%,
    #fae7a6 100%
  );
   */
}
.cookie {
  position: fixed;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 200px;
  height: 52px;
  z-index: 96;
  color: #000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 24px;
  -webkit-transition: 2.35s all ease;
  transition: 2.35s all ease;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  opacity: 0;
  pointer-events: none;
  bottom: -150%;
}
.cookie.show {
  opacity: 1;
  pointer-events: all;
  bottom: 20px;
}
.cookie-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .cookie-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .cookie {
    width: calc(100vw - 20px);
    border-radius: 12px;
    height: auto;
  }
}
.cookie-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .cookie-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.cookie-content-text p {
  color: #000;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .cookie-content-text p {
    font-size: 12px;
  }
}
.cookie-content-text p a {
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
  color: #750f08;
  text-decoration: none;
}
.cookie-content-icon i svg {
  width: 40px;
  height: 40px;
  display: block;
}
.cookie-close {
  position: absolute;
  right: -60px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 3px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 200%;
  width: 52px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .cookie-close {
    padding: 20px;
    height: 32px;
    width: 32px;
    right: 0;
    top: -24px;
  }
}
.cookie-close:hover {
  background: #000;
}
.cookie-close:hover i svg path {
  fill: #fff;
}
.cookie-close i svg {
  width: 22px;
  height: 22px;
  display: block;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .cookie-close i svg {
    width: 20px;
    height: 20px;
  }
}
.cookie-close i svg path {
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .cookie .button {
    width: 100%;
  }
}
.cta-basic {
  position: relative;
  padding: 58px 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d42f23),
    to(#750f08)
  );
  background: linear-gradient(90deg, #d42f23, #750f08);
  background-size: 300% 300%;
  -webkit-animation: gradientShift 8s ease-in-out infinite;
  animation: gradientShift 8s ease-in-out infinite;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .cta-basic-title {
    margin-bottom: 20px;
  }
}
.cta-basic-title h1,
.cta-basic-title h2,
.cta-basic-title h3,
.cta-basic-title h4,
.cta-basic-title h5,
.cta-basic-title h6,
.cta-basic-title p,
.cta-basic-title a {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  text-align: left;
  line-height: 42px;
  color: #fff;
}
.cta-basic-title h1 strong,
.cta-basic-title h2 strong,
.cta-basic-title h3 strong,
.cta-basic-title h4 strong,
.cta-basic-title h5 strong,
.cta-basic-title h6 strong,
.cta-basic-title p strong,
.cta-basic-title a strong {
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .cta-basic-title h1,
  .cta-basic-title h2,
  .cta-basic-title h3,
  .cta-basic-title h4,
  .cta-basic-title h5,
  .cta-basic-title h6,
  .cta-basic-title p,
  .cta-basic-title a {
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .cta-basic-button-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.cta-basic.center {
  background: none;
  text-align: center;
}
.cta-basic.center .cta-basic-wrapper {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    color-stop(#000),
    to(#d42f23)
  );
  background: linear-gradient(90deg, #750f08, #000, #d42f23);
  background-size: 300% 300%;
  -webkit-animation: gradientShift 8s ease-in-out infinite;
  animation: gradientShift 8s ease-in-out infinite;
  padding: 84px 0;
  border-radius: 20px;
}
.cta-basic.center .cta-basic-wrapper h6 {
  text-align: center;
}
.cta-basic.center .cta-basic-wrapper h6 strong {
  display: block;
}
.cta-basic.blog {
  border-radius: 10px;
  margin-top: 24px;
  padding: 58px 30px;
}
.cta-basic.blog .cta-basic-title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .cta-basic.blog .cta-basic-title {
    margin-bottom: 20px;
  }
}
.cta-basic.blog .cta-basic-title h1,
.cta-basic.blog .cta-basic-title h2,
.cta-basic.blog .cta-basic-title h3,
.cta-basic.blog .cta-basic-title h4,
.cta-basic.blog .cta-basic-title h5,
.cta-basic.blog .cta-basic-title h6,
.cta-basic.blog .cta-basic-title p,
.cta-basic.blog .cta-basic-title a {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
  color: #fff;
}
.cta-basic.blog .cta-basic-title h1 strong,
.cta-basic.blog .cta-basic-title h2 strong,
.cta-basic.blog .cta-basic-title h3 strong,
.cta-basic.blog .cta-basic-title h4 strong,
.cta-basic.blog .cta-basic-title h5 strong,
.cta-basic.blog .cta-basic-title h6 strong,
.cta-basic.blog .cta-basic-title p strong,
.cta-basic.blog .cta-basic-title a strong {
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .cta-basic.blog .cta-basic-title h1,
  .cta-basic.blog .cta-basic-title h2,
  .cta-basic.blog .cta-basic-title h3,
  .cta-basic.blog .cta-basic-title h4,
  .cta-basic.blog .cta-basic-title h5,
  .cta-basic.blog .cta-basic-title h6,
  .cta-basic.blog .cta-basic-title p,
  .cta-basic.blog .cta-basic-title a {
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
  }
}
.cta-basic.blog .cta-basic-button-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@-webkit-keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
input,
select,
textarea,
button {
  -webkit-appearance: none;
}
input {
  width: 100%;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  min-height: 52px;
  padding: 12px;
  margin-bottom: 10px;
}
input[type="checkbox"] {
  width: 24px;
  height: 24px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  min-height: auto;
  margin-bottom: 0px;
}
input[type="checkbox"]:checked {
  background: #000;
  position: relative;
}
input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 9px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
label {
  margin-bottom: 16px;
  display: block;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
select {
  width: 100%;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  min-height: 52px;
  padding: 12px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  color: #000 !important;
}
textarea {
  width: 100%;
  min-height: 156px;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 24px;
  resize: none;
}
button[type="submit"] {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #000;
  width: 100%;
  border-radius: 200px;
  height: 52px;
  margin-top: 24px;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
button[type="submit"]:hover {
  background: #363636;
}
.wpforms-field {
  position: relative;
}
.wpforms-field a,
.wpforms-field p {
  font-size: 12px;
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #363636;
}
.form {
  padding: 100px 0;
  position: relative;
}
.form-content {
  margin-bottom: 42px;
}
.form-subtitle p {
  font-size: 16px;
  line-height: 42px;
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  text-align: center;
}
.form-title {
  margin-bottom: 12px;
}
.form-title h1,
.form-title h2,
.form-title h3,
.form-title h4,
.form-title h5,
.form-title h6,
.form-title p,
.form-title a {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
}
.form-title h1 strong,
.form-title h2 strong,
.form-title h3 strong,
.form-title h4 strong,
.form-title h5 strong,
.form-title h6 strong,
.form-title p strong,
.form-title a strong {
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#750f08),
    to(#d42f23)
  );
  background: linear-gradient(to right, #750f08, #d42f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .form-title h1,
  .form-title h2,
  .form-title h3,
  .form-title h4,
  .form-title h5,
  .form-title h6,
  .form-title p,
  .form-title a {
    font-size: 24px;
    line-height: 1.25;
  }
}
.form-text p {
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 1;
  color: #363636;
  text-align: center;
}
.form::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/static/form-left.svg");
  pointer-events: none;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .form::after {
    display: none;
  }
}
.form::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/static/form-right.svg");
  pointer-events: none;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .form::before {
    display: none;
  }
}
.wpforms-field-select {
  position: relative;
  overflow: hidden;
}
.wpforms-field-select::after {
  content: "";
  background-image: url("../img/static/select-arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 9px;
  pointer-events: none;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(125%);
  transform: translateY(125%);
  position: absolute;
}
.form-wrapper .wpforms-container {
  padding: 0 12%;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .form-wrapper .wpforms-container {
    padding: 0;
  }
}
.whatsapp {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  z-index: 96;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.whatsapp:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.whatsapp i svg {
  width: 50px;
  height: 50px;
  display: block;
}
body.handoff header,
body.handoff footer {
  display: none;
}
section.handoff-hero {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 76px;
  padding-bottom: 76px;
  background-color: #030303;
  text-align: center;
}
section.handoff-hero h1 {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 32px;
  color: #fff;
  font-size: 42px;
  line-height: 150%;
}
section.handoff-hero p {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  line-height: 150%;
}
section.handoff-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
}
section.handoff-body .handoff-body-page-list ul {
  list-style: none;
}
section.handoff-body .handoff-body-page-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.handoff-body .handoff-body-page-list ul li:not(:last-child) {
  margin-bottom: 26px;
}
section.handoff-body .handoff-body-page-list ul li:hover::before {
  width: 50px;
}
section.handoff-body .handoff-body-page-list ul li::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 1px;
  margin-right: 16px;
  background-color: #030303;
  content: "";
  -webkit-transition: 0.3s width;
  transition: 0.3s width;
}
section.handoff-body .handoff-body-page-list ul li a {
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #030303;
  font-size: 14px;
  line-height: 150%;
}
section.handoff-body .handoff-body-style-guide-item:not(:last-child) {
  margin-bottom: 100px;
}
section.handoff-body .handoff-body-style-guide-item-title {
  margin-bottom: 50px;
}
section.handoff-body .handoff-body-style-guide-item-title h5 {
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #030303;
  font-size: 14px;
  line-height: 150%;
}
section.handoff-body .handoff-body-style-guide-item-title h5::before {
  width: 40px;
  height: 1px;
  margin-right: 16px;
  background-color: #030303;
  content: "";
}
section.handoff-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
section.handoff-footer .handoff-footer-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 36px;
  border-top: 1px solid rgba(3, 3, 3, 0.5);
}
section.handoff-footer .handoff-footer-contain a,
section.handoff-footer .handoff-footer-contain p {
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #030303;
  font-size: 14px;
  line-height: 150%;
}
section.handoff-footer .handoff-footer-contain a:hover {
  text-decoration: underline !important;
}

.error-404 {
  padding: 200px 0;
  text-align: center;
  font-size: 56px;
  font-weight: 600;
}

.error-404 p {
  font-size: 18px;
  margin: 25px auto !important;
}

.comp-28 {
  padding-top: 90px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-28 {
    padding-top: 60px;
  }
}

.comp-28-content-subtitle {
  margin-bottom: 16px;
}

.comp-28-content-subtitle p {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-28-content-subtitle p {
    font-size: 13px;
  }
}

.comp-28-content-title {
  width: 50%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-28-content-title {
    width: 100%;
  }
}

.comp-28-content-title h4 {
  color: #000;
  font-size: 36px;
  line-height: 1.2;
  font-family: "Lexend Regular", sans-serif;
  font-style: italic;
  font-weight: 400;
}

.comp-28-content-title h4 strong {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffd155),
    to(#ea4233)
  );
  background: linear-gradient(to right, #ffd155, #ea4233);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Playfair Semi Bold", sans-serif;
  font-style: normal;
  font-weight: 725;
  display: inline-block;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-28-content-title h4 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-28-content-text {
    margin-bottom: 40px;
  }
}

.comp-28-content-text p {
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-28-content-text p {
    font-size: 14px;
    line-height: 1.3;
  }
}

.comp-28-list {
  list-style: none;
}

.comp-28-list li {
  margin-bottom: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-28-list li {
    gap: 20px;
    margin-bottom: 50px;
    min-height: 64px;
  }
}

.comp-28-list li i,
.comp-28-list li svg {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.comp-28-list li:last-child .comp-28-list-icon::after {
  display: none;
}

.comp-28-list-content {
  margin-top: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-28-list-content {
    margin-top: 6px;
  }
}

.comp-28-list-content-title {
  margin-bottom: 8px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-28-list-content-title {
    margin-bottom: 6px;
  }
}

.comp-28-list-content-title p {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #000;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-28-list-content-title p {
    font-size: 20px;
  }
}

.comp-28-list-content-text p {
  font-family: "Lexend Light", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #363636;
  font-size: 14px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-28-list-content-text p {
    font-size: 13px;
  }
}

.comp-28-list-content-text p strong {
  font-family: "Lexend Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
}

.comp-28-list-icon {
  position: relative;
}

.comp-28-list-icon::after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 50%;
  bottom: -80%;
  width: 1px;
  height: 36px;
  background-image: url("../img/static/comp-28-line.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-28-list-icon::after {
    bottom: -90%;
  }
}

.comp-28 .row {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.comp-28-teacher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-28-teacher {
    gap: 20px;
  }
}

.comp-28-teacher a {
  display: block;
  height: 100%;
}

.comp-28-teacher .comp-3-card {
  height: 420px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .comp-28-teacher .comp-3-card {
    height: 350px;
  }
}

.comp-28-teacher .comp-3-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
