@charset "UTF-8";
/* Global */
/* Grid */
/* Color */
/* Font */
/* Animation (Keyframes) */
@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes file-success {
  0% {
    width: 0;
    margin-left: 0;
  }
  50% {
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
  100% {
    opacity: 1;
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
}
/* Fonts */
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Bold.woff2") format("woff2"), url("../font/Inter-Bold.woff") format("woff"), url("../font/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.woff") format("woff"), url("../font/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.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;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

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

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

.d-flex {
  display: flex !important;
}

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

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !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;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #2FAC66 !important;
}

.border-secondary {
  border-color: #454545 !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !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;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !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;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

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

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

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

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

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

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

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.4625rem + 2.55vw) !important;
}

.fs-2 {
  font-size: calc(1.35rem + 1.2vw) !important;
}

.fs-3 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-4 {
  font-size: calc(1.29375rem + 0.525vw) !important;
}

.fs-5 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-6 {
  font-size: 1.125rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

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

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

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 5px !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 5px !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.rounded-end {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-start {
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

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

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

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

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

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

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

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

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

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

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

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

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

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

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

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

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 800px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

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

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

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

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

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

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

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

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

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

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

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

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

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

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

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

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1120px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

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

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

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

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

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

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

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

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

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

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

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

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

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

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

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

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1480px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

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

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

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

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

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

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

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

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

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

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

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

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

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

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

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

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

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

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

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

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

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

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

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

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

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

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

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

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

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

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

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

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 3.375rem !important;
  }

  .fs-2 {
    font-size: 2.25rem !important;
  }

  .fs-3 {
    font-size: 2rem !important;
  }

  .fs-4 {
    font-size: 1.6875rem !important;
  }

  .fs-5 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !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: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 800px) {
  .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1120px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1480px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

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

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

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

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 800px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1120px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1480px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #2FAC66;
  --bs-secondary: #454545;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 47, 172, 102;
  --bs-secondary-rgb: 69, 69, 69;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-rgb: 69, 69, 69;
  --bs-font-sans-serif: "Inter", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Inter, sans-serif;
  --bs-body-font-size: 1.125rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #454545;
  --bs-body-bg: #fff;
}

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.4625rem + 2.55vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.375rem;
  }
}

h2 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: calc(1.29375rem + 0.525vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.6875rem;
  }
}

h5 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1.125rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #2FAC66;
  text-decoration: none;
}
a:hover {
  color: #268a52;
  text-decoration: none;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* Global */
/* Grid */
/* Color */
/* Font */
/* Animation (Keyframes) */
@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes file-success {
  0% {
    width: 0;
    margin-left: 0;
  }
  50% {
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
  100% {
    opacity: 1;
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
}
/* Fonts */
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Bold.woff2") format("woff2"), url("../font/Inter-Bold.woff") format("woff"), url("../font/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.woff") format("woff"), url("../font/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Container */
.container {
  padding: 0 200px;
}
@media (max-width: 1479.98px) {
  .container {
    padding: 0 100px;
  }
}
@media (max-width: 1119.98px) {
  .container {
    padding: 0 80px;
  }
}
@media (max-width: 799.98px) {
  .container {
    padding: 0 15px;
  }
}

/* Container Fluid */
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  padding: 0;
  width: 100%;
  overflow: visible;
}

/* Global */
/* Grid */
/* Color */
/* Font */
/* Animation (Keyframes) */
@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes file-success {
  0% {
    width: 0;
    margin-left: 0;
  }
  50% {
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
  100% {
    opacity: 1;
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
}
/* Fonts */
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Bold.woff2") format("woff2"), url("../font/Inter-Bold.woff") format("woff"), url("../font/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.woff") format("woff"), url("../font/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Button */
.button {
  padding: 10px 30px;
  display: inline-block;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.button i {
  margin-right: 8px;
}
.button.outline.primary {
  border: solid 1px #2FAC66;
  background: transparent;
  color: #fff;
}
.button.outline.primary:hover {
  background: #2FAC66;
}
.button.outline.white {
  border: solid 1px #fff;
  background: transparent;
  color: #fff;
}
.button.outline.white:hover {
  background: #fff;
  color: #454545;
}
.button.filled {
  border: none;
}
.button.filled.primary {
  background: #2FAC66;
  color: #fff;
}
.button.filled.white {
  background: #fff;
  color: #2FAC66;
}
.button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* Button Group */
@media (max-width: 1119.98px) {
  .button-group .button {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
}

/* Headlines */
@media (max-width: 799.98px) {
  h1 {
    font-size: 28px;
  }
}
h1 span {
  font-weight: 400;
}

h2 {
  margin-bottom: 50px;
}
@media (max-width: 799.98px) {
  h2 {
    font-size: 26px;
  }
}

@media (max-width: 799.98px) {
  h3 {
    font-size: 24px;
  }
}

/* Global */
/* Grid */
/* Color */
/* Font */
/* Animation (Keyframes) */
@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes file-success {
  0% {
    width: 0;
    margin-left: 0;
  }
  50% {
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
  100% {
    opacity: 1;
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
}
/* Fonts */
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Bold.woff2") format("woff2"), url("../font/Inter-Bold.woff") format("woff"), url("../font/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.woff") format("woff"), url("../font/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Body */
body {
  margin-top: 90px;
}
@media (max-width: 1479.98px) {
  body {
    margin-top: 87px;
  }
}
@media (max-width: 1119.98px) {
  body {
    margin-top: 80px;
  }
}
@media (max-width: 799.98px) {
  body {
    margin-top: 65px;
    font-size: 16px;
  }
}

/* Response */
.response {
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 12px;
  display: none;
}
.response.error {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.response.success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

/* Checkbox */
.checkbox {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin-bottom: 20px;
}
.checkbox input {
  opacity: 0;
  position: absolute;
}
.checkbox input:checked + span:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 9px;
}
.checkbox span {
  display: block;
  width: 15px;
  height: 15px;
  border: solid 1px #ccc;
  border-radius: 3px;
  margin-right: 8px;
  position: relative;
}

/* Select2 */
.select2 {
  font-size: 16px;
}
.select2 .select2-selection {
  padding: 8.5px 6px;
  height: auto;
}
@media (max-width: 799.98px) {
  .select2 .select2-selection {
    padding: 7px 6px;
  }
}
.select2 .select2-selection .select2-selection__rendered {
  padding-right: 40px;
}
.select2 .select2-selection:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  border-left: solid 1px #454545;
  padding-left: 10px;
  color: #2FAC66;
}
.select2 .select2-selection__arrow {
  display: none;
}

.select2-container {
  font-size: 16px;
}
.select2-container .select2-results__option--disabled {
  display: none;
}

/* Newsletter */
.newsletter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(3px);
  display: none;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.newsletter-overlay .newsletter-overlay__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #2FAC66;
  color: #fff;
  cursor: pointer;
  border: none;
  padding: 0;
}
.newsletter-overlay .newsletter-overlay__inner {
  width: 90%;
  max-width: 500px;
  box-shadow: 0px 0px 11px 5px rgba(0, 0, 0, 0.25);
}

/* Contact Overlay */
.contact-overlay {
  position: fixed;
  z-index: 2000;
  bottom: 40px;
  right: 40px;
}
@media (max-width: 1119.98px) {
  .contact-overlay {
    bottom: 30px;
    right: 30px;
  }
}
@media (max-width: 799.98px) {
  .contact-overlay {
    bottom: 20px;
    right: 20px;
  }
}
.contact-overlay .contact-overlay__toggle {
  height: 60px;
  width: 60px;
  background: #2FAC66;
  border-radius: 50%;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
@media (max-width: 799.98px) {
  .contact-overlay .contact-overlay__toggle {
    height: 50px;
    width: 50px;
  }
}
.contact-overlay .contact-overlay__toggle i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
}
@media (max-width: 799.98px) {
  .contact-overlay .contact-overlay__toggle i {
    font-size: 20px;
  }
}
.contact-overlay .contact-overlay__content {
  display: none;
  position: absolute;
  bottom: 120%;
  right: 0;
  width: 100vw;
  max-width: 380px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 799.98px) {
  .contact-overlay .contact-overlay__content {
    right: -20px;
  }
}
.contact-overlay .contact-overlay__content .top {
  background: #111823;
  padding: 20px;
  padding-bottom: 50px;
}
.contact-overlay .contact-overlay__content .top .logo {
  margin-bottom: 20px;
}
.contact-overlay .contact-overlay__content .top .logo img {
  width: 100px;
  height: auto;
}
.contact-overlay .contact-overlay__content .top .title {
  font-weight: 700;
  font-size: 1.6875rem;
  color: #fff;
  margin-bottom: 10px;
}
.contact-overlay .contact-overlay__content .top .title span {
  margin-left: 20px;
  animation-name: wave-animation;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  transform-origin: 70% 70%;
  display: inline-block;
}
.contact-overlay .contact-overlay__content .bottom {
  background: #2FAC66;
  padding: 15px;
}
.contact-overlay .contact-overlay__content .bottom form {
  background: #fff;
  color: #454545;
  border-radius: 5px;
  padding: 20px;
  margin-top: -45px;
}
.contact-overlay .contact-overlay__content .bottom form .title {
  font-size: 1.35rem;
  color: #2FAC66;
  font-weight: 700;
}
.contact-overlay .contact-overlay__content .bottom form .hint {
  font-size: 10px;
  margin-bottom: 15px;
}
.contact-overlay .contact-overlay__content .bottom form input,
.contact-overlay .contact-overlay__content .bottom form textarea {
  display: block;
  width: 100%;
  padding: 5px;
  height: auto;
  border-radius: 5px;
  border: solid 1px #454545;
  margin-bottom: 10px;
  font-size: 12px;
  outline: none;
}
.contact-overlay .contact-overlay__content .bottom form .checkbox {
  font-size: 10px;
}
.contact-overlay .contact-overlay__content .bottom form button {
  background: none;
  border: none;
  float: right;
  font-size: 12px;
}
.contact-overlay .contact-overlay__content .bottom form button i {
  color: #2FAC66;
  margin-right: 8px;
}
.contact-overlay .contact-overlay__content .bottom .credit {
  font-size: 10px;
  margin-top: 10px;
}

/* Video Overlay */
.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  display: none;
}
.video-overlay .video-overlay__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: #2FAC66;
  cursor: pointer;
}
@media (max-width: 799.98px) {
  .video-overlay .video-overlay__close {
    height: 50px;
    width: 50px;
  }
}
.video-overlay .video-overlay__close i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
}
@media (max-width: 799.98px) {
  .video-overlay .video-overlay__close i {
    font-size: 22px;
  }
}
.video-overlay .video-overlay__video {
  width: 90%;
  max-width: 1000px;
  position: relative;
}
.video-overlay .video-overlay__video iframe {
  width: 100%;
  height: 450px;
}
.video-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}

/* CTA */
.cta {
  padding: 120px 0;
  background: #454545;
  color: #fff;
}
@media (max-width: 799.98px) {
  .cta {
    padding: 80px 0;
  }
}
.cta .button-group {
  margin-top: 50px;
}
@media (max-width: 799.98px) {
  .cta .button-group {
    margin-top: 30px;
  }
}

/* Slider */
.image-header {
  width: 100%;
  height: calc(100vh - 90px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  color: #fff;
}
@media (max-width: 1479.98px) {
  .image-header {
    height: calc(100vh - 87px);
  }
}
@media (max-width: 1119.98px) {
  .image-header {
    height: calc(100vh - 80px);
  }
}
@media (max-width: 799.98px) {
  .image-header {
    height: calc(100vh - 65px);
  }
}
.image-header .container,
.image-header .row {
  height: 100%;
  position: relative;
  z-index: 10;
}
.image-header .button {
  margin-top: 80px;
}
@media (max-width: 799.98px) {
  .image-header .button {
    margin-top: 40px;
  }
}
.image-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 10;
}
.image-header.small {
  height: 50vh;
  padding-bottom: 40px;
}

/* FAQ */
.faq {
  padding: 120px 0;
  background: #f0f0f0;
}
@media (max-width: 799.98px) {
  .faq {
    padding: 80px 0;
  }
}
.faq .faq__accordion {
  margin-top: 40px;
}
.faq .faq__accordion .accordion {
  border-bottom: solid 1px #ccc;
}
.faq .faq__accordion .accordion .acc-title {
  position: relative;
  color: #2FAC66;
  cursor: pointer;
  padding: 10px 0;
}
.faq .faq__accordion .accordion .acc-title span {
  position: absolute;
  display: block;
  height: 1px;
  width: 15px;
  background: #2FAC66;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.faq .faq__accordion .accordion .acc-title span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 15px;
  background: #2FAC66;
}
.faq .faq__accordion .accordion .acc-title.open span {
  transform: translateY(-50%) rotateZ(180deg);
}
.faq .faq__accordion .accordion .acc-title.open span:after {
  background: transparent;
}
.faq .faq__accordion .accordion .acc-content {
  display: none;
}
.faq .faq__accordion .accordion .acc-content .inner {
  padding-bottom: 20px;
}
.faq.white-bg {
  background: #fff;
}

/* Image / Text */
.image-text {
  padding: 120px 0;
}
@media (max-width: 799.98px) {
  .image-text {
    padding: 80px 0;
  }
}
.image-text .image {
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin-bottom: 80px;
}
@media (max-width: 1119.98px) {
  .image-text .image {
    margin-bottom: 40px;
  }
}
.image-text .image img {
  width: 100%;
  height: auto;
}
.image-text .button {
  margin-top: 40px;
}
.image-text .button.outline.primary {
  color: #454545;
}
.image-text .button.outline.primary:hover {
  color: #fff;
}
.image-text p:last-of-type {
  margin-bottom: 0;
}

/* Callback Overlay */
.callback-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.callback-overlay .callback-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  max-width: 380px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
}
.callback-overlay .callback-overlay__content .close {
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 15px;
  font-size: 1rem;
}
.callback-overlay .callback-overlay__content .top {
  background: #111823;
  padding: 20px;
  padding-bottom: 50px;
}
.callback-overlay .callback-overlay__content .top .logo {
  margin-bottom: 20px;
}
.callback-overlay .callback-overlay__content .top .logo img {
  width: 100px;
  height: auto;
}
.callback-overlay .callback-overlay__content .top .title {
  font-weight: 700;
  font-size: 1.6875rem;
  color: #fff;
  margin-bottom: 10px;
}
.callback-overlay .callback-overlay__content .top .title span {
  margin-left: 20px;
  animation-name: wave-animation;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  transform-origin: 70% 70%;
  display: inline-block;
}
.callback-overlay .callback-overlay__content .bottom {
  background: #2FAC66;
  padding: 15px;
}
.callback-overlay .callback-overlay__content .bottom form {
  background: #fff;
  color: #454545;
  border-radius: 5px;
  padding: 20px;
  margin-top: -45px;
}
.callback-overlay .callback-overlay__content .bottom form .title {
  font-size: 1.35rem;
  color: #2FAC66;
  font-weight: 700;
}
.callback-overlay .callback-overlay__content .bottom form .hint {
  font-size: 10px;
  margin-bottom: 15px;
}
.callback-overlay .callback-overlay__content .bottom form input,
.callback-overlay .callback-overlay__content .bottom form textarea {
  display: block;
  width: 100%;
  padding: 5px;
  height: auto;
  border-radius: 5px;
  border: solid 1px #454545;
  margin-bottom: 10px;
  font-size: 12px;
  outline: none;
}
.callback-overlay .callback-overlay__content .bottom form .checkbox {
  font-size: 10px;
}
.callback-overlay .callback-overlay__content .bottom form button {
  background: none;
  border: none;
  float: right;
  font-size: 12px;
}
.callback-overlay .callback-overlay__content .bottom form button i {
  color: #2FAC66;
  margin-right: 8px;
}
.callback-overlay .callback-overlay__content .bottom .credit {
  font-size: 10px;
  margin-top: 10px;
}

/* Download Overlay */
.download-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.download-overlay .download-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  max-width: 380px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
}
.download-overlay .download-overlay__content .close {
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 15px;
  font-size: 1rem;
}
.download-overlay .download-overlay__content .top {
  background: #111823;
  padding: 20px;
  padding-bottom: 50px;
}
.download-overlay .download-overlay__content .top .logo {
  margin-bottom: 20px;
}
.download-overlay .download-overlay__content .top .logo img {
  width: 100px;
  height: auto;
}
.download-overlay .download-overlay__content .top .title {
  font-weight: 700;
  font-size: 1.6875rem;
  color: #fff;
  margin-bottom: 10px;
}
.download-overlay .download-overlay__content .top .title span {
  margin-left: 20px;
  animation-name: wave-animation;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  transform-origin: 70% 70%;
  display: inline-block;
}
.download-overlay .download-overlay__content .bottom {
  background: #2FAC66;
  padding: 15px;
}
.download-overlay .download-overlay__content .bottom form {
  background: #fff;
  color: #454545;
  border-radius: 5px;
  padding: 20px;
  margin-top: -45px;
}
.download-overlay .download-overlay__content .bottom form .title {
  font-size: 1.35rem;
  color: #2FAC66;
  font-weight: 700;
}
.download-overlay .download-overlay__content .bottom form .hint {
  font-size: 10px;
  margin-bottom: 15px;
}
.download-overlay .download-overlay__content .bottom form input,
.download-overlay .download-overlay__content .bottom form textarea {
  display: block;
  width: 100%;
  padding: 5px;
  height: auto;
  border-radius: 5px;
  border: solid 1px #454545;
  margin-bottom: 10px;
  font-size: 12px;
  outline: none;
}
.download-overlay .download-overlay__content .bottom form .checkbox {
  font-size: 10px;
}
.download-overlay .download-overlay__content .bottom form button {
  background: none;
  border: none;
  float: right;
  font-size: 12px;
}
.download-overlay .download-overlay__content .bottom form button i {
  color: #2FAC66;
  margin-right: 8px;
}
.download-overlay .download-overlay__content .bottom .credit {
  font-size: 10px;
  margin-top: 10px;
}

/* Customers */
.customers {
  padding: 120px 0;
  background: #f0f0f0;
  overflow: hidden;
}
@media (max-width: 799.98px) {
  .customers {
    padding: 80px 0;
  }
}
.customers .customers__text {
  margin-bottom: 50px;
}
@media (max-width: 799.98px) {
  .customers .customers__text {
    margin-bottom: 30px;
  }
}
.customers .customers__slider {
  margin-bottom: 40px;
  overflow: visible;
}
@media (max-width: 1119.98px) {
  .customers .customers__slider {
    margin-bottom: 30px;
  }
}
@media (max-width: 799.98px) {
  .customers .customers__slider {
    margin-bottom: 20px;
  }
}
.customers .customers__slider .slider {
  transition-timing-function: linear !important;
}
.customers .customers__slider .customer {
  flex: 0 0 25%;
  width: 25%;
  margin-right: 30px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 5px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color: #000;
}
@media (max-width: 1479.98px) {
  .customers .customers__slider .customer {
    flex: 0 0 35%;
    width: 35%;
  }
}
@media (max-width: 1119.98px) {
  .customers .customers__slider .customer {
    flex: 0 0 60%;
    width: 60%;
  }
}
@media (max-width: 799.98px) {
  .customers .customers__slider .customer {
    flex: 0 0 80%;
    width: 80%;
    margin-right: 20px;
    padding: 15px;
  }
}
.customers .customers__slider .customer .logo {
  flex: 0 0 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 25px;
}
@media (max-width: 799.98px) {
  .customers .customers__slider .customer .logo {
    margin-right: 15px;
  }
}
.customers .customers__slider .customer .title {
  font-size: 14px;
}
.customers .customers__slider .customer .title span {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 1.125rem;
}
.customers .customers__button {
  margin-top: 80px;
}
@media (max-width: 1119.98px) {
  .customers .customers__button {
    margin-top: 50px;
  }
}
@media (max-width: 799.98px) {
  .customers .customers__button {
    margin-top: 30px;
  }
}
.customers .customers__button .button {
  color: #454545;
}
.customers .customers__button .button:hover {
  color: #fff;
}
.customers.white {
  background: #fff;
}

/* Image Grid */
.image-grid {
  padding: 30px 0;
}
@media (max-width: 799.98px) {
  .image-grid {
    padding: 15px 0;
  }
}
.image-grid .image-grid__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 30px 30px;
  grid-auto-flow: row;
  grid-template-areas: "bottom_left bottom_left bottom_center bottom_right_top" "bottom_left bottom_left bottom_center bottom_right_bottom";
  width: 100%;
  height: 100%;
}
@media (max-width: 1119.98px) {
  .image-grid .image-grid__grid {
    grid-template-rows: 180px 180px;
  }
}
@media (max-width: 799.98px) {
  .image-grid .image-grid__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 220px;
    gap: 15px 15px;
    grid-template-areas: "bottom_left bottom_center" "bottom_right_top bottom_right_bottom";
  }
}
.image-grid .image-grid__grid .image {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.image-grid .image-grid__grid .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-grid .image-grid__grid .bottom_left {
  grid-area: bottom_left;
}
.image-grid .image-grid__grid .bottom_center {
  grid-area: bottom_center;
}
.image-grid .image-grid__grid .bottom_right_top {
  grid-area: bottom_right_top;
}
.image-grid .image-grid__grid .bottom_right_bottom {
  grid-area: bottom_right_bottom;
}

/* Testimonials */
.testimonials {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 799.98px) {
  .testimonials {
    padding: 80px 0;
  }
}
.testimonials .testimonials__slider {
  overflow: visible;
}
.testimonials .testimonials__slider .testimonial .image {
  width: 100%;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 799.98px) {
  .testimonials .testimonials__slider .testimonial .image {
    width: 180px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.testimonials .testimonials__slider .testimonial .image img {
  width: 100%;
  height: auto;
}
.testimonials .testimonials__slider .testimonial .text {
  margin-bottom: 30px;
}
@media (max-width: 799.98px) {
  .testimonials .testimonials__slider .testimonial .text {
    margin-bottom: 20px;
  }
}
.testimonials .testimonials__slider .testimonial .name {
  font-weight: 700;
}
.testimonials .testimonials__slider .testimonial .name span {
  display: block;
  font-weight: 400;
  font-size: 16px;
}
.testimonials .testimonials__slider .bullets {
  margin-top: 30px;
  text-align: center;
}
.testimonials .testimonials__slider .bullets span {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: #ccc;
  border-radius: 50%;
  margin-right: 15px;
  border: solid 3px #fff;
}
.testimonials .testimonials__slider .bullets span.active {
  border-color: #2FAC66;
  background: #fff;
}
.testimonials .testimonials__slider .bullets span:last-of-type {
  margin-right: 0;
}

/* Global */
/* Grid */
/* Color */
/* Font */
/* Animation (Keyframes) */
@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes file-success {
  0% {
    width: 0;
    margin-left: 0;
  }
  50% {
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
  100% {
    opacity: 1;
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
}
/* Fonts */
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Bold.woff2") format("woff2"), url("../font/Inter-Bold.woff") format("woff"), url("../font/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.woff") format("woff"), url("../font/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  padding: 20px 50px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
@media (max-width: 799.98px) {
  header {
    padding: 15px;
  }
}
header .logo img {
  height: 50px;
  width: auto;
}
@media (max-width: 1479.98px) {
  header .logo img {
    height: 35px;
  }
}
@media (max-width: 1119.98px) {
  header .logo img {
    height: 40px;
  }
}
@media (max-width: 799.98px) {
  header .logo img {
    height: 35px;
  }
}
header .main-nav {
  margin-right: 40px;
}
@media (max-width: 1479.98px) {
  header .main-nav {
    margin-right: 20px;
  }
}
header .main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .main-nav ul li {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  padding: 10px 0;
}
@media (max-width: 1479.98px) {
  header .main-nav ul li {
    margin-right: 18px;
  }
}
header .main-nav ul li a {
  font-size: 16px;
  color: #454545;
  position: relative;
}
header .main-nav ul li a i {
  margin-left: 8px;
}
header .main-nav ul li a .counter {
  position: absolute;
  top: -10px;
  right: 4px;
  height: 14px;
  width: 14px;
  display: block;
  border-radius: 50%;
  background: #2FAC66;
  color: #fff;
  font-size: 9px;
  text-align: center;
  line-height: 14px;
}
header .main-nav ul li .sub-menu {
  display: none;
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -6px;
  white-space: nowrap;
}
header .main-nav ul li .sub-menu li {
  display: block;
  background: #f0f0f0;
  border-bottom: solid 1px #707070;
  transition: all 0.3s ease;
  margin: 0;
  padding: 0;
}
header .main-nav ul li .sub-menu li a {
  color: #454545;
  font-size: 14px;
  padding: 10px 20px;
  display: block;
}
header .main-nav ul li .sub-menu li:hover {
  background: #e3e3e3;
}
header .main-nav ul li .sub-menu li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
header .main-nav ul li .sub-menu li:last-child {
  border-bottom: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
header .main-nav ul li .sub-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f0f0f0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
header .main-nav ul li:last-child {
  margin-right: 0;
}
header .main-nav ul li:hover .sub-menu {
  display: block;
}
header .lang-menu {
  margin-right: 40px;
  position: relative;
}
@media (max-width: 1479.98px) {
  header .lang-menu {
    margin-right: 20px;
  }
}
@media (max-width: 1119.98px) {
  header .lang-menu {
    margin-right: 40px;
  }
}
@media (max-width: 799.98px) {
  header .lang-menu {
    margin-right: 30px;
  }
}
header .lang-menu .current-lang {
  position: relative;
  cursor: pointer;
}
header .lang-menu .current-lang img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
header .lang-menu .current-lang span {
  position: absolute;
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #2FAC66;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease;
}
header .lang-menu .current-lang span i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
}
header .lang-menu ul {
  display: none;
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 6px;
}
header .lang-menu ul li {
  background: #f0f0f0;
  border-bottom: solid 1px #707070;
  transition: all 0.3s ease;
}
header .lang-menu ul li a {
  display: flex;
  align-items: center;
  color: #454545;
  font-size: 14px;
  padding: 10px 15px;
}
header .lang-menu ul li a img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 15px;
}
header .lang-menu ul li:hover {
  background: #e3e3e3;
}
header .lang-menu ul li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
header .lang-menu ul li:last-child {
  border-bottom: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
header .lang-menu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f0f0f0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
header .lang-menu:hover .current-lang span {
  background: #454545;
  transform: rotateZ(180deg);
}
header .lang-menu:hover ul {
  display: block;
}
header .nav-toggle {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
header .nav-toggle span {
  width: 20px;
  height: 2px;
  background: #454545;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
header .nav-toggle span:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  width: 30px;
  height: 100%;
  background: #454545;
}
header .nav-toggle span:after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 25px;
  height: 100%;
  background: #454545;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  display: flex;
  flex-flow: row wrap;
  pointer-events: none;
  overflow: auto;
  transform: translateY(-100%);
}
.overlay .overlay__close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #2FAC66;
  font-size: 28px;
  cursor: pointer;
  opacity: 0;
  z-index: 100;
}
@media (max-width: 799.98px) {
  .overlay .overlay__close {
    top: 20px;
    right: 20px;
    color: #fff;
  }
}
.overlay .overlay__left {
  flex: 0 0 50%;
  width: 50%;
  background: #2FAC66;
  padding: 80px 140px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  overflow: auto;
  position: relative;
  z-index: 20;
}
@media (max-width: 1119.98px) {
  .overlay .overlay__left {
    padding: 50px;
  }
}
@media (max-width: 799.98px) {
  .overlay .overlay__left {
    flex: 0 0 100%;
    width: 100%;
    padding: 40px 15px;
    transform: none;
  }
}
.overlay .overlay__left .main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.overlay .overlay__left .main-nav ul li {
  margin-bottom: 20px;
}
@media (max-width: 1119.98px) {
  .overlay .overlay__left .main-nav ul li {
    margin-bottom: 10px;
  }
}
.overlay .overlay__left .main-nav ul li a {
  color: #fff;
  font-size: 36px;
  position: relative;
}
@media (max-width: 1119.98px) {
  .overlay .overlay__left .main-nav ul li a {
    font-size: 24px;
  }
}
.overlay .overlay__left .main-nav ul li a i {
  margin-left: 15px;
  position: relative;
  top: 2px;
}
.overlay .overlay__left .main-nav ul li a .counter {
  height: 20px;
  width: 20px;
  display: block;
  background: #fff;
  border-radius: 50%;
  font-size: 13px;
  color: #2FAC66;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: -10px;
  right: 15px;
}
@media (max-width: 799.98px) {
  .overlay .overlay__left .main-nav ul li a .counter {
    height: 15px;
    width: 15px;
    font-size: 9px;
    line-height: 15px;
  }
}
.overlay .overlay__left .main-nav ul li .sub-menu {
  display: none;
  margin-top: 10px;
}
.overlay .overlay__left .main-nav ul li .sub-menu li {
  margin-bottom: 5px;
}
.overlay .overlay__left .main-nav ul li .sub-menu li a {
  font-size: 1.6875rem;
}
@media (max-width: 1119.98px) {
  .overlay .overlay__left .main-nav ul li .sub-menu li a {
    font-size: 20px;
  }
}
.overlay .overlay__left .main-nav ul li:last-child {
  margin-bottom: 0;
}
.overlay .overlay__left .main-nav .button {
  margin-top: 50px;
}
@media (max-width: 799.98px) {
  .overlay .overlay__left .main-nav .button {
    margin-top: 30px;
  }
}
.overlay .overlay__right {
  flex: 0 0 50%;
  width: 50%;
  display: flex;
  flex-flow: column wrap;
  transform: translateY(-100%);
}
@media (max-width: 799.98px) {
  .overlay .overlay__right {
    flex: 0 0 100%;
    width: 100%;
    display: block;
  }
}
.overlay .overlay__right .top {
  background: #f0f0f0;
  flex: 0 0 60%;
  height: 60%;
  padding: 80px 140px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media (max-width: 1119.98px) {
  .overlay .overlay__right .top {
    padding: 50px;
  }
}
@media (max-width: 799.98px) {
  .overlay .overlay__right .top {
    padding: 40px 15px;
    height: auto;
  }
}
.overlay .overlay__right .top .secondary-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.overlay .overlay__right .top .secondary-nav ul li {
  margin-bottom: 20px;
}
@media (max-width: 1119.98px) {
  .overlay .overlay__right .top .secondary-nav ul li {
    margin-bottom: 10px;
  }
}
.overlay .overlay__right .top .secondary-nav ul li a {
  color: #454545;
  font-size: 36px;
}
@media (max-width: 1119.98px) {
  .overlay .overlay__right .top .secondary-nav ul li a {
    font-size: 24px;
  }
}
.overlay .overlay__right .bottom {
  background: #fff;
  flex: 0 0 40%;
  height: 40%;
  padding: 80px 140px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  transform: translateY(-100%);
}
@media (max-width: 1119.98px) {
  .overlay .overlay__right .bottom {
    padding: 50px;
  }
}
@media (max-width: 799.98px) {
  .overlay .overlay__right .bottom {
    height: auto;
    padding: 40px 15px;
  }
}
.overlay .overlay__right .bottom .slogan {
  display: none;
  color: #454545;
  font-size: 36px;
  position: relative;
}
@media (max-width: 1119.98px) {
  .overlay .overlay__right .bottom .slogan {
    font-size: 24px;
  }
}
.overlay.open {
  pointer-events: auto;
}

/* Global */
/* Grid */
/* Color */
/* Font */
/* Animation (Keyframes) */
@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes file-success {
  0% {
    width: 0;
    margin-left: 0;
  }
  50% {
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
  100% {
    opacity: 1;
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
}
/* Fonts */
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Bold.woff2") format("woff2"), url("../font/Inter-Bold.woff") format("woff"), url("../font/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.woff") format("woff"), url("../font/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Footer */
footer {
  padding: 120px 0;
  border-top: solid 3px #2FAC66;
}
@media (max-width: 799.98px) {
  footer {
    padding: 80px 0;
  }
}
footer .title {
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 1119.98px) {
  footer .title {
    margin-bottom: 10px;
  }
}
@media (max-width: 1119.98px) {
  footer address {
    margin-bottom: 40px;
  }
}
@media (max-width: 1119.98px) {
  footer .footer-nav {
    margin-bottom: 40px;
  }
}
footer .footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-nav ul li {
  margin-bottom: 10px;
}
@media (max-width: 799.98px) {
  footer .footer-nav ul li {
    margin-bottom: 5px;
  }
}
footer .footer-nav ul li a {
  color: #454545;
}
footer .footer-nav ul li.newsletter a {
  color: #2FAC66;
  text-decoration: underline;
}
footer .footer-nav ul li:last-child {
  margin-bottom: 0;
}
footer .social-nav {
  margin-top: 60px;
}
@media (max-width: 799.98px) {
  footer .social-nav {
    margin-top: 20px;
  }
}
footer .social-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .social-nav ul li {
  display: inline-block;
  margin-right: 8px;
}
footer .social-nav ul li a {
  display: block;
  height: 35px;
  width: 35px;
  background: #2FAC66;
  border-radius: 50%;
  position: relative;
}
footer .social-nav ul li a i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}
footer .social-nav ul li:last-child {
  margin-right: 0;
}
footer .copyright {
  margin-top: 20px;
  font-size: 14px;
}
@media (max-width: 799.98px) {
  footer .copyright {
    margin-top: 10px;
  }
}
footer .copyright a {
  color: #454545;
  font-weight: 700;
}

/* Global */
/* Grid */
/* Color */
/* Font */
/* Animation (Keyframes) */
@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes file-success {
  0% {
    width: 0;
    margin-left: 0;
  }
  50% {
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
  100% {
    opacity: 1;
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
}
/* Fonts */
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Bold.woff2") format("woff2"), url("../font/Inter-Bold.woff") format("woff"), url("../font/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.woff") format("woff"), url("../font/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Home Video */
.home-video {
  width: 100%;
  height: calc(100vh - 90px);
  position: relative;
}
@media (max-width: 1479.98px) {
  .home-video {
    height: calc(100vh - 87px);
  }
}
@media (max-width: 1119.98px) {
  .home-video {
    height: calc(100vh - 80px);
  }
}
@media (max-width: 799.98px) {
  .home-video {
    height: calc(100vh - 65px);
  }
}
.home-video .home-video__trigger {
  width: 60px;
  height: 60px;
  background: #2FAC66;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 30;
}
@media (max-width: 1119.98px) {
  .home-video .home-video__trigger {
    left: 80%;
  }
}
@media (max-width: 799.98px) {
  .home-video .home-video__trigger {
    height: 50px;
    width: 50px;
    left: 50%;
    top: 20%;
  }
}
.home-video .home-video__trigger i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.home-video .home-video__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-video .home-video__video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-video .home-video__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home-video .home-video__text {
  height: 100%;
  position: relative;
  z-index: 20;
  color: #fff;
}
.home-video .home-video__text .container,
.home-video .home-video__text .row {
  height: 100%;
}
.home-video .home-video__text .button {
  margin-top: 80px;
}
@media (max-width: 799.98px) {
  .home-video .home-video__text .button {
    margin-top: 40px;
  }
}
.home-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 10;
}

/* Home Solutions */
.home-solutions {
  padding: 120px 0;
}
@media (max-width: 799.98px) {
  .home-solutions {
    padding: 80px 0;
  }
}
.home-solutions .home-solutions__slider .solution {
  flex: 0 0 70%;
  width: 70%;
  margin-right: 30px;
  border-radius: 5px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  padding: 80px;
  color: #fff;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 500px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
@media (max-width: 1119.98px) {
  .home-solutions .home-solutions__slider .solution {
    flex: 0 0 80%;
    width: 80%;
    padding: 50px;
  }
}
@media (max-width: 799.98px) {
  .home-solutions .home-solutions__slider .solution {
    flex: 0 0 80%;
    width: 80%;
    margin-right: 15px;
    padding: 30px;
    min-height: 0;
  }
}
.home-solutions .home-solutions__slider .solution .text {
  flex: 0 0 100%;
  width: 100%;
  max-width: 500px;
  position: relative;
}
.home-solutions .home-solutions__slider .solution .text .title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 799.98px) {
  .home-solutions .home-solutions__slider .solution .text .title {
    font-size: 24px;
  }
}
.home-solutions .home-solutions__slider .solution .text .button {
  margin-top: 40px;
}
.home-solutions .home-solutions__slider .solution:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.home-solutions .home-solutions__slider .bullets {
  margin-top: 30px;
  text-align: center;
}
.home-solutions .home-solutions__slider .bullets span {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: #ccc;
  border-radius: 50%;
  margin-right: 15px;
  border: solid 3px #fff;
}
.home-solutions .home-solutions__slider .bullets span.active {
  border-color: #2FAC66;
  background: #fff;
}
.home-solutions .home-solutions__slider .bullets span:last-of-type {
  margin-right: 0;
}

/* Home Loop */
.home-loop {
  height: 400px;
  width: 100%;
  position: relative;
}
@media (max-width: 799.98px) {
  .home-loop {
    height: 220px;
  }
}
.home-loop .home-loop__trigger {
  width: 60px;
  height: 60px;
  background: #2FAC66;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 799.98px) {
  .home-loop .home-loop__trigger {
    height: 50px;
    width: 50px;
  }
}
.home-loop .home-loop__trigger i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.home-loop video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Home Facts */
.home-facts {
  padding: 120px 0;
}
@media (max-width: 799.98px) {
  .home-facts {
    padding: 80px 0;
  }
}
.home-facts .fact {
  text-align: center;
}
@media (max-width: 799.98px) {
  .home-facts .fact {
    margin-bottom: 30px;
  }
}
.home-facts .fact .countup {
  font-size: 45px;
  color: #2FAC66;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .home-facts .fact .countup {
    margin-bottom: 0;
  }
}

/* Home Products */
.home-products {
  padding: 120px 0;
  background: #f0f0f0;
}
@media (max-width: 799.98px) {
  .home-products {
    padding: 80px 0;
  }
}
@media (max-width: 1119.98px) {
  .home-products .home-products__slider {
    margin-bottom: 40px;
  }
}
.home-products .home-products__slider .product img {
  width: 100%;
  height: auto;
}
.home-products .home-products__slider .bullets {
  margin-top: 30px;
  text-align: center;
}
.home-products .home-products__slider .bullets span {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: #ccc;
  border-radius: 50%;
  margin-right: 15px;
  border: solid 3px #f0f0f0;
}
.home-products .home-products__slider .bullets span.active {
  border-color: #2FAC66;
  background: #f0f0f0;
}
.home-products .home-products__slider .bullets span:last-of-type {
  margin-right: 0;
}
.home-products .key-facts {
  margin-top: 60px;
}
@media (max-width: 799.98px) {
  .home-products .key-facts {
    margin-top: 30px;
  }
}
.home-products .key-facts .key-facts__single {
  margin-bottom: 30px;
  font-size: 16px;
}
@media (max-width: 799.98px) {
  .home-products .key-facts .key-facts__single {
    margin-bottom: 20px;
  }
}
.home-products .key-facts .key-facts__single span {
  display: block;
  color: #2FAC66;
  font-size: 1.35rem;
  font-weight: 700;
}
.home-products .key-facts .key-facts__single:last-of-type {
  margin-bottom: 0;
}
.home-products .button.outline.primary {
  color: #454545;
  margin-top: 60px;
}
@media (max-width: 799.98px) {
  .home-products .button.outline.primary {
    margin-top: 40px;
  }
}
.home-products .button.outline.primary:hover {
  color: #fff;
}

/* Home Service */
.home-service {
  padding: 120px 0;
}
@media (max-width: 799.98px) {
  .home-service {
    padding: 80px 0;
  }
}
.home-service .key-facts {
  margin-top: 80px;
}
@media (max-width: 799.98px) {
  .home-service .key-facts {
    margin-top: 40px;
  }
}
.home-service .key-facts .key-facts__single {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #f0f0f0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media (max-width: 799.98px) {
  .home-service .key-facts .key-facts__single {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.home-service .key-facts .key-facts__single .icon {
  flex: 0 0 50px;
  height: 50px;
  width: 50px;
  background: #2FAC66;
  border-radius: 50%;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 799.98px) {
  .home-service .key-facts .key-facts__single .icon {
    margin-right: 15px;
  }
}
.home-service .key-facts .key-facts__single .icon img {
  position: absolute;
  width: 30px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-service .key-facts .key-facts__single .title {
  flex: 1;
  font-size: 16px;
}
@media (max-width: 799.98px) {
  .home-service .key-facts .key-facts__single .title {
    font-size: 14px;
  }
}
.home-service .key-facts .key-facts__single .title span {
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
}
@media (max-width: 1119.98px) {
  .home-service .key-facts .key-facts__single .title span {
    font-size: inherit;
  }
}
.home-service .image {
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
@media (max-width: 799.98px) {
  .home-service .image {
    margin-top: 40px;
  }
}
.home-service .image img {
  width: 100%;
  height: auto;
}
.home-service .button.outline.primary {
  color: #454545;
  margin-top: 50px;
}
@media (max-width: 799.98px) {
  .home-service .button.outline.primary {
    margin-top: 20px;
  }
}
.home-service .button.outline.primary:hover {
  color: #fff;
}

/* Home About */
.home-about {
  padding: 120px 0;
  background: #f0f0f0;
}
@media (max-width: 799.98px) {
  .home-about {
    padding: 80px 0;
  }
}
.home-about .image {
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
@media (max-width: 799.98px) {
  .home-about .image {
    margin-top: 20px;
  }
}
.home-about .image img {
  width: 100%;
  height: auto;
}
.home-about .image.margin-top {
  margin-top: 80px;
}
@media (max-width: 799.98px) {
  .home-about .image.margin-top {
    margin-top: 50px;
  }
}
.home-about .button.outline.primary {
  color: #454545;
  margin-top: 50px;
}
@media (max-width: 799.98px) {
  .home-about .button.outline.primary {
    margin-top: 20px;
  }
}
.home-about .button.outline.primary:hover {
  color: #fff;
}

/* Home Career */
.home-career {
  padding: 120px 0;
  background: #f0f0f0;
}
@media (max-width: 799.98px) {
  .home-career {
    padding: 80px 0;
  }
}
.home-career .image {
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
@media (max-width: 1119.98px) {
  .home-career .image {
    margin-bottom: 40px;
  }
}
.home-career .image img {
  width: 100%;
  height: auto;
}
.home-career p {
  margin-bottom: 0;
}
.home-career .button.outline.primary {
  margin-top: 50px;
  color: #454545;
}
@media (max-width: 799.98px) {
  .home-career .button.outline.primary {
    margin-top: 30px;
  }
}
.home-career .button.outline.primary:hover {
  color: #fff;
}

/* Global */
/* Grid */
/* Color */
/* Font */
/* Animation (Keyframes) */
@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes file-success {
  0% {
    width: 0;
    margin-left: 0;
  }
  50% {
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
  100% {
    opacity: 1;
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
}
/* Fonts */
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Bold.woff2") format("woff2"), url("../font/Inter-Bold.woff") format("woff"), url("../font/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.woff") format("woff"), url("../font/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Content */
.content {
  padding: 120px 0;
}
@media (max-width: 799.98px) {
  .content {
    padding: 80px 0;
  }
}
.content h1 {
  color: #2FAC66;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-size: 1.35rem;
  margin-bottom: 30px;
  margin-top: 60px;
}

/* Global */
/* Grid */
/* Color */
/* Font */
/* Animation (Keyframes) */
@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes file-success {
  0% {
    width: 0;
    margin-left: 0;
  }
  50% {
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
  100% {
    opacity: 1;
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
}
/* Fonts */
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Bold.woff2") format("woff2"), url("../font/Inter-Bold.woff") format("woff"), url("../font/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.woff") format("woff"), url("../font/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Career Targets */
.career-targets {
  padding: 120px 0;
  padding-top: 0;
}
@media (max-width: 799.98px) {
  .career-targets {
    padding: 80px 0;
    padding-top: 0;
  }
}
.career-targets h2 {
  margin-bottom: 100px;
}
@media (max-width: 799.98px) {
  .career-targets h2 {
    margin-bottom: 30px;
  }
}
.career-targets .image {
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.career-targets .image img {
  width: 100%;
  height: auto;
}
.career-targets .title {
  font-weight: 700;
  font-size: 1.6875rem;
  color: #2FAC66;
  margin: 20px 0;
}

/* Career Slider */
.career-slider {
  padding: 120px 0;
  padding-top: 0;
}
@media (max-width: 799.98px) {
  .career-slider {
    padding: 80px 0;
    padding-top: 0;
  }
}
.career-slider .career-slider__slider .single {
  flex: 0 0 100%;
  width: 100%;
  font-size: 14px;
  padding: 0 20px;
}
.career-slider .career-slider__slider .single .image {
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
@media (max-width: 799.98px) {
  .career-slider .career-slider__slider .single .image {
    margin-bottom: 20px;
  }
}
.career-slider .career-slider__slider .single .image img {
  width: 100%;
  height: auto;
}
.career-slider .career-slider__slider .bullets {
  margin-top: 30px;
  text-align: center;
}
.career-slider .career-slider__slider .bullets span {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: #ccc;
  border-radius: 50%;
  margin-right: 15px;
  border: solid 3px #fff;
}
.career-slider .career-slider__slider .bullets span.active {
  border-color: #2FAC66;
  background: #fff;
}
.career-slider .career-slider__slider .bullets span:last-of-type {
  margin-right: 0;
}
.career-slider .career-slider__button {
  margin-top: 50px;
}
@media (max-width: 799.98px) {
  .career-slider .career-slider__button {
    margin-top: 30px;
  }
}
.career-slider .career-slider__button .button.outline.primary {
  color: #454545;
}
.career-slider .career-slider__button .button.outline.primary:hover {
  color: #fff;
}

/* Career Benefits */
.career-benefits {
  padding: 120px 0;
  background: #f0f0f0;
}
@media (max-width: 799.98px) {
  .career-benefits {
    padding: 80px 0;
  }
}
.career-benefits .career-benefits__text {
  margin-bottom: 80px;
}
@media (max-width: 1119.98px) {
  .career-benefits .career-benefits__text {
    margin-bottom: 50px;
  }
}
@media (max-width: 799.98px) {
  .career-benefits .career-benefits__text {
    margin-bottom: 40px;
  }
}
.career-benefits .career-benefits__overview .benefit {
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 799.98px) {
  .career-benefits .career-benefits__overview .benefit {
    margin-bottom: 15px;
  }
}
.career-benefits .career-benefits__overview .benefit .title {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.career-benefits .career-benefits__overview .benefit .title img {
  height: 60px;
  width: auto;
  margin-right: 15px;
}
@media (max-width: 799.98px) {
  .career-benefits .career-benefits__overview .benefit .title img {
    height: 50px;
  }
}
.career-benefits .career-benefits__overview .benefit .title span {
  flex: 1;
  font-weight: 700;
  line-height: 1.3;
}
.career-benefits .career-benefits__overview .benefit .desc {
  font-size: 14px;
  margin-top: 20px;
}

/* Home Solutions */
.career-chances {
  padding: 120px 0;
}
@media (max-width: 799.98px) {
  .career-chances {
    padding: 80px 0;
  }
}
.career-chances .career-chances__slider .chance {
  flex: 0 0 70%;
  width: 70%;
  margin-right: 30px;
  border-radius: 5px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  padding: 80px;
  color: #fff;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 500px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
@media (max-width: 1119.98px) {
  .career-chances .career-chances__slider .chance {
    flex: 0 0 80%;
    width: 80%;
    padding: 50px;
  }
}
@media (max-width: 799.98px) {
  .career-chances .career-chances__slider .chance {
    flex: 0 0 80%;
    width: 80%;
    margin-right: 15px;
    padding: 30px;
    min-height: 0;
  }
}
.career-chances .career-chances__slider .chance .text {
  flex: 0 0 100%;
  width: 100%;
  max-width: 500px;
  position: relative;
}
.career-chances .career-chances__slider .chance .text .title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media (max-width: 799.98px) {
  .career-chances .career-chances__slider .chance .text .title {
    font-size: inherit;
  }
}
.career-chances .career-chances__slider .chance .text .title img {
  height: 60px;
  width: auto;
  margin-right: 15px;
}
@media (max-width: 799.98px) {
  .career-chances .career-chances__slider .chance .text .title img {
    height: 50px;
  }
}
.career-chances .career-chances__slider .chance .text p {
  font-size: 14px;
  margin-bottom: 0;
}
.career-chances .career-chances__slider .chance:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.career-chances .career-chances__slider .bullets {
  margin-top: 30px;
  text-align: center;
}
.career-chances .career-chances__slider .bullets span {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: #ccc;
  border-radius: 50%;
  margin-right: 15px;
  border: solid 3px #fff;
}
.career-chances .career-chances__slider .bullets span.active {
  border-color: #2FAC66;
  background: #fff;
}
.career-chances .career-chances__slider .bullets span:last-of-type {
  margin-right: 0;
}

/* Career Images */
.career-images {
  padding-bottom: 30px;
}
@media (max-width: 799.98px) {
  .career-images {
    padding-bottom: 15px;
  }
}
.career-images .career-images__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: min-content 220px 220px;
  gap: 30px 30px;
  grid-auto-flow: row;
  grid-template-areas: "top top top top" "bottom_left bottom_left bottom_center bottom_right_top" "bottom_left bottom_left bottom_center bottom_right_bottom";
  width: 100%;
  height: 100%;
}
@media (max-width: 1119.98px) {
  .career-images .career-images__grid {
    grid-template-rows: min-content 180px 180px;
  }
}
@media (max-width: 799.98px) {
  .career-images .career-images__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content 220px 220px;
    gap: 15px 15px;
    grid-template-areas: "top top" "bottom_left bottom_center" "bottom_right_top bottom_right_bottom";
  }
}
.career-images .career-images__grid .video {
  height: 100%;
  width: 100%;
  position: relative;
  height: 380px;
}
@media (max-width: 1119.98px) {
  .career-images .career-images__grid .video {
    height: 280px;
  }
}
@media (max-width: 799.98px) {
  .career-images .career-images__grid .video {
    height: 220px;
  }
}
.career-images .career-images__grid .video .video__trigger {
  width: 60px;
  height: 60px;
  background: #2FAC66;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 799.98px) {
  .career-images .career-images__grid .video .video__trigger {
    height: 50px;
    width: 50px;
  }
}
.career-images .career-images__grid .video .video__trigger i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.career-images .career-images__grid .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.career-images .career-images__grid .image {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.career-images .career-images__grid .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.career-images .career-images__grid .top {
  grid-area: top;
}
.career-images .career-images__grid .bottom_left {
  grid-area: bottom_left;
}
.career-images .career-images__grid .bottom_center {
  grid-area: bottom_center;
}
.career-images .career-images__grid .bottom_right_top {
  grid-area: bottom_right_top;
}
.career-images .career-images__grid .bottom_right_bottom {
  grid-area: bottom_right_bottom;
}

/* Career Process */
.career-process {
  padding: 120px 0;
  background: #f0f0f0;
}
@media (max-width: 799.98px) {
  .career-process {
    padding: 80px 0;
  }
}
.career-process .career-process_process {
  margin-top: 50px;
  position: relative;
}
@media (max-width: 799.98px) {
  .career-process .career-process_process {
    margin-top: 0;
  }
}
.career-process .career-process_process .step {
  position: relative;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1119.98px) {
  .career-process .career-process_process .step {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
  }
}
.career-process .career-process_process .step .icon {
  height: 130px;
  width: 130px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .career-process .career-process_process .step .icon {
    height: 90px;
    width: 90px;
  }
}
@media (max-width: 1119.98px) {
  .career-process .career-process_process .step .icon {
    margin: 0;
    margin-right: 30px;
  }
}
.career-process .career-process_process .step .icon span {
  height: 32px;
  width: 32px;
  background: #2FAC66;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 32px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .career-process .career-process_process .step .icon span {
    height: 25px;
    width: 25px;
    font-size: 14px;
    line-height: 25px;
  }
}
.career-process .career-process_process .step .icon img {
  height: 55px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .career-process .career-process_process .step .icon img {
    height: 45px;
  }
}
.career-process .career-process_process .step.margin {
  margin-top: 70px;
}
@media (max-width: 1119.98px) {
  .career-process .career-process_process .step.margin {
    margin-top: 0;
  }
}
@media (max-width: 1119.98px) {
  .career-process .career-process_process:before {
    content: "";
    position: absolute;
    left: 145px;
    top: 0;
    width: 0;
    height: calc(100% - 120px);
    border-right: dashed 2px #2FAC66;
  }
}
@media (max-width: 799.98px) {
  .career-process .career-process_process:before {
    left: 80px;
  }
}

/* Jobs Overview */
.jobs-overview {
  padding: 120px 0;
}
@media (max-width: 799.98px) {
  .jobs-overview {
    padding: 80px 0;
  }
}
.jobs-overview .jobs-overview__filter {
  margin-top: 60px;
  padding-bottom: 50px;
}
@media (max-width: 799.98px) {
  .jobs-overview .jobs-overview__filter {
    margin-top: 0;
  }
}
.jobs-overview .jobs-overview__filter .filter {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}
.jobs-overview .jobs-overview__filter .filter label {
  flex: 0 0 220px;
  width: 220px;
  margin-right: 30px;
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .jobs-overview .jobs-overview__filter .filter label {
    flex: 0 0 200px;
    width: 200px;
    margin-right: 20px;
  }
}
@media (max-width: 1119.98px) {
  .jobs-overview .jobs-overview__filter .filter label {
    flex: 0 0 45%;
    width: 25px;
    margin-right: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 799.98px) {
  .jobs-overview .jobs-overview__filter .filter label {
    flex: 0 0 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.jobs-overview .jobs-overview__filter .filter label .text {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
}
@media (max-width: 1119.98px) {
  .jobs-overview .jobs-overview__filter .filter .button {
    margin-bottom: 15px;
    flex: 0 0 45%;
    width: 45%;
  }
}
@media (max-width: 799.98px) {
  .jobs-overview .jobs-overview__filter .filter .button {
    flex: 0 0 100%;
    width: 100%;
  }
}
.jobs-overview .jobs-overview__status {
  padding: 20px 0;
  font-size: 1.35rem;
  color: #2FAC66;
  background: #f0f0f0;
  line-height: 1;
}
@media (max-width: 799.98px) {
  .jobs-overview .jobs-overview__status {
    font-size: inherit;
  }
}
.jobs-overview .jobs-overview__jobs {
  padding-top: 40px;
}
.jobs-overview .jobs-overview__jobs .select-view {
  margin-bottom: 40px;
}
.jobs-overview .jobs-overview__jobs .select-view button {
  height: 45px;
  width: 45px;
  background: #454545;
  border: none;
  color: #fff;
  border-radius: 5px;
  position: relative;
  margin-right: 5px;
}
.jobs-overview .jobs-overview__jobs .select-view button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
}
.jobs-overview .jobs-overview__jobs .select-view button:last-child {
  margin-right: 0;
}
.jobs-overview .jobs-overview__jobs .select-view button.active {
  background: #2FAC66;
}
.jobs-overview .jobs-overview__jobs .overview table {
  font-size: 16px;
  width: 100%;
}
.jobs-overview .jobs-overview__jobs .overview table thead {
  border-bottom: solid 2px #454545;
}
.jobs-overview .jobs-overview__jobs .overview table thead tr td {
  padding-bottom: 10px;
  font-weight: 700;
}
.jobs-overview .jobs-overview__jobs .overview table tbody tr {
  border-bottom: solid 1px #ccc;
}
.jobs-overview .jobs-overview__jobs .overview table tbody tr td {
  padding: 30px 0;
}
.jobs-overview .jobs-overview__jobs .overview table tbody tr td .title {
  font-size: 1.35rem;
  color: #2FAC66;
}
@media (max-width: 1119.98px) {
  .jobs-overview .jobs-overview__jobs .overview table tbody tr td .title {
    font-size: 1.125rem;
  }
}
.jobs-overview .jobs-overview__jobs .overview table tbody tr td .button.outline.primary {
  color: #454545;
}
.jobs-overview .jobs-overview__jobs .overview table tbody tr td .button.outline.primary:hover {
  color: #fff;
}
.jobs-overview .jobs-overview__jobs .overview table tbody tr td:last-child {
  text-align: right;
}
.jobs-overview .jobs-overview__jobs .overview .job {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
.jobs-overview .jobs-overview__jobs .overview .job .info {
  background: #f0f0f0;
  padding: 30px;
  font-size: 14px;
}
@media (max-width: 799.98px) {
  .jobs-overview .jobs-overview__jobs .overview .job .info {
    padding: 20px;
  }
}
.jobs-overview .jobs-overview__jobs .overview .job .info .type {
  margin-bottom: 20px;
}
.jobs-overview .jobs-overview__jobs .overview .job .info .title {
  font-size: 1.35rem;
  color: #2FAC66;
  margin-bottom: 60px;
}
@media (max-width: 799.98px) {
  .jobs-overview .jobs-overview__jobs .overview .job .info .title {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}
.jobs-overview .jobs-overview__jobs .overview .job .action {
  padding: 30px;
  background: #454545;
  font-size: 16px;
}
@media (max-width: 799.98px) {
  .jobs-overview .jobs-overview__jobs .overview .job .action {
    padding: 20px;
  }
}

/* Job Content */
.job-content {
  padding: 120px 0;
}
@media (max-width: 799.98px) {
  .job-content {
    padding: 80px 0;
  }
}
.job-content .job-content__section {
  margin-bottom: 80px;
}
@media (max-width: 799.98px) {
  .job-content .job-content__section {
    margin-bottom: 50px;
  }
}
.job-content .job-content__section:last-of-type {
  margin-bottom: 0;
}
.job-content .job-content__application {
  background: #f0f0f0;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1119.98px) {
  .job-content .job-content__application {
    margin-top: 80px;
  }
}
@media (max-width: 799.98px) {
  .job-content .job-content__application {
    padding: 20px;
    margin-top: 50px;
  }
}
.job-content .job-content__application .main-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.job-content .job-content__application .contact {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 40px;
}
.job-content .job-content__application .contact .image {
  flex: 0 0 90px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  border: solid 2px #000;
  margin-right: 20px;
}
@media (max-width: 799.98px) {
  .job-content .job-content__application .contact .image {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
  }
}
.job-content .job-content__application .contact .image img {
  width: 100%;
  height: auto;
}
.job-content .job-content__application .contact .name {
  line-height: 1.3;
}
.job-content .job-content__application .contact .name span {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.job-content .job-content__application form {
  font-size: 16px;
}
.job-content .job-content__application form .form-group {
  margin-bottom: 20px;
}
.job-content .job-content__application form .form-group .title {
  margin-bottom: 10px;
}
.job-content .job-content__application form .form-group input {
  border: none;
  padding: 6px;
  background: #fff;
  border-radius: 5px;
  height: auto;
  margin-bottom: 10px;
  width: 100%;
  display: block;
  outline: none;
}
.job-content .job-content__application form .form-group .file {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 10px;
}
.job-content .job-content__application form .form-group .file input {
  position: absolute;
  opacity: 0;
}
.job-content .job-content__application form .form-group .file .button {
  flex: 1;
}
.job-content .job-content__application form .form-group .file .success {
  height: 44px;
  width: 0;
  flex: 0;
  background: #2FAC66;
  position: relative;
  border-radius: 5px;
  opacity: 0;
}
.job-content .job-content__application form .form-group .file .success i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.job-content .job-content__application form .form-group .file.valid .success {
  animation-name: file-success;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-delay: 0.4s;
  animation-fill-mode: both;
}
.job-content .job-content__application form .form-group .checkbox {
  font-size: 12px;
}
.job-content .job-content__application form .form-group .button {
  width: 100%;
}
.job-content .job-content__application .share {
  text-align: center;
  font-size: 16px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #ccc;
  line-height: 1;
}
.job-content .job-content__application .share ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}
.job-content .job-content__application .share ul li {
  display: inline-block;
}
.job-content .job-content__application .share ul li a {
  width: 30px;
  height: 30px;
  background: #454545;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}
.job-content .job-content__application .share ul li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.job-content .job-content__application .share ul li:last-child a {
  margin-right: 0;
}

/* Job Benefits */
.job-benefits {
  padding: 120px 0;
  background: #f0f0f0;
}
@media (max-width: 799.98px) {
  .job-benefits {
    padding: 80px 0;
  }
}
.job-benefits .job-benefits__overview {
  position: relative;
  margin-top: 60px;
}
@media (max-width: 799.98px) {
  .job-benefits .job-benefits__overview {
    margin-top: 40px;
  }
}
.job-benefits .job-benefits__overview .benefit {
  height: 120px;
  width: 120px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1119.98px) {
  .job-benefits .job-benefits__overview .benefit {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 799.98px) {
  .job-benefits .job-benefits__overview .benefit {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.job-benefits .job-benefits__overview .benefit span {
  background: #2FAC66;
  padding: 10px;
  display: block;
  font-size: 16px;
  color: #fff;
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 95%;
  margin-bottom: 8px;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.4s ease;
}
.job-benefits .job-benefits__overview .benefit span:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #2FAC66;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}
.job-benefits .job-benefits__overview .benefit img {
  width: 65px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1119.98px) {
  .job-benefits .job-benefits__overview .benefit img {
    width: 45px;
  }
}
@media (max-width: 799.98px) {
  .job-benefits .job-benefits__overview .benefit img {
    width: 50px;
  }
}
.job-benefits .job-benefits__overview .benefit:hover span {
  opacity: 1;
  bottom: 100%;
}
.job-benefits .job-benefits__overview:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #2FAC66;
}
@media (max-width: 799.98px) {
  .job-benefits .job-benefits__overview:before {
    content: none;
  }
}

/* Job Images */
.job-images {
  padding: 30px 0;
}
@media (max-width: 799.98px) {
  .job-images {
    padding: 15px 0;
  }
}
.job-images .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 30px 30px;
  grid-auto-flow: row;
  grid-template-areas: "left left center right_top" "left left center bottom_top";
  width: 100%;
  height: 100%;
}
@media (max-width: 799.98px) {
  .job-images .grid {
    gap: 15px 15px;
    grid-template-areas: "left left left center" "right_top right_top bottom_top bottom_top";
  }
}
.job-images .left {
  grid-area: left;
}
.job-images .center {
  grid-area: center;
}
.job-images .right_top {
  grid-area: right_top;
}
.job-images .bottom_top {
  grid-area: bottom_top;
}
.job-images .image {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.job-images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Job Way */
.job-way {
  padding: 120px 0;
  background: #f0f0f0;
}
@media (max-width: 799.98px) {
  .job-way {
    padding: 80px 0;
  }
}
.job-way .job-way__timeline {
  position: relative;
  margin-top: 120px;
}
@media (max-width: 799.98px) {
  .job-way .job-way__timeline {
    margin-top: 50px;
  }
}
.job-way .job-way__timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #2FAC66;
}
@media (max-width: 799.98px) {
  .job-way .job-way__timeline:before {
    right: 10px;
    left: auto;
    transform: none;
  }
}
.job-way .job-way__timeline .stop {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin-top: -50px;
}
@media (max-width: 799.98px) {
  .job-way .job-way__timeline .stop {
    margin-top: 30px;
  }
}
.job-way .job-way__timeline .stop .box {
  flex: 0 0 45%;
  width: 45%;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 799.98px) {
  .job-way .job-way__timeline .stop .box {
    flex: 0 0 85%;
    width: 85%;
    padding: 20px;
  }
}
.job-way .job-way__timeline .stop .box .title {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-weight: 1.35rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.job-way .job-way__timeline .stop .box .title img {
  flex: 0 0 70px;
  width: 70px;
  margin-right: 20px;
}
.job-way .job-way__timeline .stop .box .desc {
  font-size: 16px;
}
.job-way .job-way__timeline .stop .box:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
  position: absolute;
  left: 100%;
  top: 30px;
}
.job-way .job-way__timeline .stop:nth-child(even) {
  justify-content: flex-end;
}
@media (max-width: 799.98px) {
  .job-way .job-way__timeline .stop:nth-child(even) {
    justify-content: flex-start;
  }
}
.job-way .job-way__timeline .stop:nth-child(even) .box:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #fff;
  border-left: none;
  position: absolute;
  right: 100%;
  left: auto;
  top: 30px;
}
@media (max-width: 799.98px) {
  .job-way .job-way__timeline .stop:nth-child(even) .box:before {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    border-right: none;
    position: absolute;
    left: 100%;
    right: auto;
    top: 30px;
  }
}
.job-way .job-way__timeline .stop:before {
  content: "";
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #2FAC66;
}
@media (max-width: 799.98px) {
  .job-way .job-way__timeline .stop:before {
    right: -2px;
    left: auto;
    transform: none;
  }
}
.job-way .job-way__timeline .break {
  flex: 0 0 100%;
}

/* Global */
/* Grid */
/* Color */
/* Font */
/* Animation (Keyframes) */
@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes file-success {
  0% {
    width: 0;
    margin-left: 0;
  }
  50% {
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
  100% {
    opacity: 1;
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
}
/* Fonts */
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Bold.woff2") format("woff2"), url("../font/Inter-Bold.woff") format("woff"), url("../font/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.woff") format("woff"), url("../font/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Sectors Overview */
.sectors-overview {
  padding: 120px 0;
}
@media (max-width: 799.98px) {
  .sectors-overview {
    padding: 80px 0;
  }
}
.sectors-overview h1 {
  font-size: 36px;
}
@media (max-width: 799.98px) {
  .sectors-overview h1 {
    font-size: 26px;
  }
}
.sectors-overview .sectors-overview__overview {
  margin-top: 60px;
}
@media (max-width: 799.98px) {
  .sectors-overview .sectors-overview__overview {
    margin-top: 40px;
  }
}
.sectors-overview .sectors-overview__overview .sector {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding: 50px;
  height: 450px;
  margin-bottom: 30px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 799.98px) {
  .sectors-overview .sectors-overview__overview .sector {
    padding: 30px;
    margin-bottom: 15px;
    height: 350px;
  }
}
.sectors-overview .sectors-overview__overview .sector .text {
  color: #fff;
  width: 70%;
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .sectors-overview .sectors-overview__overview .sector .text {
    width: 100%;
  }
}
@media (max-width: 799.98px) {
  .sectors-overview .sectors-overview__overview .sector .text {
    width: 100%;
  }
}
.sectors-overview .sectors-overview__overview .sector .text .title {
  font-size: 1.35rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}
.sectors-overview .sectors-overview__overview .sector .text .desc {
  position: relative;
  font-size: 14px;
  margin-bottom: 50px;
}
@media (max-width: 799.98px) {
  .sectors-overview .sectors-overview__overview .sector .text .desc {
    margin-bottom: 30px;
  }
}
.sectors-overview .sectors-overview__overview .sector .text a {
  position: relative;
  font-size: 16px;
}
.sectors-overview .sectors-overview__overview .sector:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

/* Sector Areas */
.sector-areas {
  padding: 120px 0;
  background: #f0f0f0;
}
@media (max-width: 799.98px) {
  .sector-areas {
    padding: 80px 0;
  }
}
.sector-areas .areas {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 1119.98px) {
  .sector-areas .areas {
    margin-top: 30px;
  }
}
.sector-areas .areas li {
  flex: 0 0 50%;
  width: 50%;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media (max-width: 799.98px) {
  .sector-areas .areas li {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}
.sector-areas .areas li span {
  display: block;
  font-weight: 700;
}
.sector-areas .areas li:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  height: 20px;
  width: 20px;
  background: #2FAC66;
  color: #fff;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}

/* Sector Video */
.sector-video {
  padding: 120px 0;
}
@media (max-width: 799.98px) {
  .sector-video {
    padding: 80px 0;
  }
}
.sector-video .sector-video__video {
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.sector-video .sector-video__video iframe {
  width: 100%;
  height: 500px;
  display: block;
}
@media (max-width: 1119.98px) {
  .sector-video .sector-video__video iframe {
    height: 380px;
  }
}
@media (max-width: 799.98px) {
  .sector-video .sector-video__video iframe {
    height: 250px;
  }
}

/* Global */
/* Grid */
/* Color */
/* Font */
/* Animation (Keyframes) */
@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes file-success {
  0% {
    width: 0;
    margin-left: 0;
  }
  50% {
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
  100% {
    opacity: 1;
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
}
/* Fonts */
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Bold.woff2") format("woff2"), url("../font/Inter-Bold.woff") format("woff"), url("../font/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.woff") format("woff"), url("../font/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Product Overview */
.product-overview {
  padding: 120px 0;
}
@media (max-width: 799.98px) {
  .product-overview {
    padding: 80px 0;
  }
}
.product-overview .product-overview__text {
  margin-bottom: 60px;
}
.product-overview .product-overview__filter {
  margin-bottom: 50px;
}
@media (max-width: 799.98px) {
  .product-overview .product-overview__filter {
    margin-top: 0;
  }
}
.product-overview .product-overview__filter .filter {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}
.product-overview .product-overview__filter .filter label {
  flex: 0 0 220px;
  width: 220px;
  margin-right: 30px;
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .product-overview .product-overview__filter .filter label {
    flex: 0 0 200px;
    width: 200px;
    margin-right: 20px;
  }
}
@media (max-width: 1119.98px) {
  .product-overview .product-overview__filter .filter label {
    flex: 0 0 45%;
    width: 25px;
    margin-right: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 799.98px) {
  .product-overview .product-overview__filter .filter label {
    flex: 0 0 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.product-overview .product-overview__filter .filter label .text {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
}
@media (max-width: 1119.98px) {
  .product-overview .product-overview__filter .filter .button {
    margin-bottom: 15px;
    flex: 0 0 45%;
    width: 45%;
  }
}
@media (max-width: 799.98px) {
  .product-overview .product-overview__filter .filter .button {
    flex: 0 0 100%;
    width: 100%;
  }
}
.product-overview .product {
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 30px;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 30px;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
}
@media (max-width: 799.98px) {
  .product-overview .product {
    margin-bottom: 15px;
    padding: 20px;
  }
}
.product-overview .product .image {
  margin-bottom: 30px;
  flex: 0 0 100%;
  width: 100%;
}
.product-overview .product .image img {
  width: 100%;
  height: auto;
}
.product-overview .product .text {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: space-between;
  flex: 0 0 100%;
  width: 100%;
}
.product-overview .product .text .data {
  flex-shrink: 1;
}
@media (max-width: 799.98px) {
  .product-overview .product .text .data {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 50px;
  }
}
.product-overview .product .text .data .facts {
  margin-bottom: 0;
}
.product-overview .product .text a {
  align-self: flex-end;
}
.product-overview .product .title {
  font-size: 1.125rem;
  color: #2FAC66;
  font-weight: 700;
  line-height: 1;
  flex: 0 0 100%;
  width: 100%;
}
.product-overview .product .facts {
  display: flex;
  flex-flow: row wrap;
  border-top: solid 1px #ccc;
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 50px;
  flex: 0 0 100%;
  width: 100%;
}
.product-overview .product .facts .fact {
  margin-right: 50px;
  line-height: 1.3;
}
.product-overview .product .facts .fact span {
  display: block;
  color: #2FAC66;
  font-weight: 700;
}
.product-overview .product .facts .fact:last-of-type {
  margin-right: 0;
}
.product-overview .product .action {
  display: inline-block;
  position: relative;
  color: #2FAC66;
  align-self: flex-start;
  margin-top: auto;
}
.product-overview .product .action:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #2FAC66;
  transition: all 0.3s ease;
}
.product-overview .product .action:hover:after {
  width: 0;
}
.product-overview .product.large .image {
  text-align: center;
}
.product-overview .product.large .image img {
  max-width: 420px;
}
@media (max-width: 799.98px) {
  .product-overview .product.large .image img {
    max-width: none;
  }
}
.product-overview.grey-bg {
  background: #f0f0f0;
}

/* Overview Slider */
.overview-header {
  padding: 80px 0;
  padding-bottom: 0;
  min-height: calc(100vh - 90px);
}
@media (max-width: 1479.98px) {
  .overview-header {
    min-height: 0;
  }
}
.overview-header h1 {
  margin-bottom: 50px;
}
.overview-header .overview-header__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.overview-header .overview-header__list li {
  font-size: 1.35rem;
  color: #2FAC66;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.overview-header .overview-header__list li span {
  color: #454545;
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.overview-header .overview-header__list li:last-child {
  margin-bottom: 0;
}
.overview-header .overview-header__contact {
  margin-top: 60px;
}
@media (max-width: 1119.98px) {
  .overview-header .overview-header__contact {
    margin-top: 20px;
  }
}
.overview-header .overview-header__contact .partner {
  display: flex;
  flex-flow: row wrap;
  margin-top: 40px;
}
@media (max-width: 799.98px) {
  .overview-header .overview-header__contact .partner {
    max-width: none;
    display: block;
  }
}
.overview-header .overview-header__contact .partner .image {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
  position: relative;
  top: -15px;
}
@media (max-width: 799.98px) {
  .overview-header .overview-header__contact .partner .image {
    top: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.overview-header .overview-header__contact .partner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overview-header .overview-header__contact .partner .data {
  flex: 1;
  font-size: 16px;
  line-height: 1.2;
}
.overview-header .overview-header__contact .partner .data .title {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 5px;
}
.overview-header .overview-header__contact .partner .data .name {
  font-weight: 700;
}
.overview-header .overview-header__contact .partner .data .desc {
  margin-bottom: 20px;
}
.overview-header .overview-header__contact .partner .data .contact {
  margin-bottom: 30px;
}
.overview-header .overview-header__contact .partner .data .button.outline.primary {
  color: #454545;
}
.overview-header .overview-header__contact .partner .data .button.outline.primary:hover {
  color: #fff;
}
.overview-header .overview-header__video {
  position: relative;
}
@media (max-width: 1119.98px) {
  .overview-header .overview-header__video {
    margin-top: 50px;
  }
}
.overview-header .overview-header__video .background {
  display: none;
  position: absolute;
  left: -100px;
  bottom: -120px;
  width: 200px;
}
@media (max-width: 1119.98px) {
  .overview-header .overview-header__video .background {
    width: 180px;
    bottom: -60px;
    left: -50px;
  }
}
@media (max-width: 799.98px) {
  .overview-header .overview-header__video .background {
    width: 120px;
    bottom: -60px;
    left: -15px;
  }
}
.overview-header .overview-header__video .background img {
  box-shadow: none;
  border-radius: 0;
}
.overview-header .overview-header__video .trigger {
  width: 60px;
  height: 60px;
  background: #2FAC66;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 799.98px) {
  .overview-header .overview-header__video .trigger {
    height: 50px;
    width: 50px;
  }
}
.overview-header .overview-header__video .trigger i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.overview-header .overview-header__video img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.overview-header .overview-header__video video {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  display: block;
}

/* Product Header */
.product-header {
  padding: 80px 0;
  min-height: calc(100vh - 90px);
}
@media (max-width: 1479.98px) {
  .product-header {
    min-height: 0;
  }
}
.product-header .product-header__video {
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  width: 100%;
  padding-top: 25%;
  overflow: hidden;
  position: relative;
  margin: 80px 0;
  margin-top: 0;
}
.product-header .product-header__video .trigger {
  width: 60px;
  height: 60px;
  background: #2FAC66;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 799.98px) {
  .product-header .product-header__video .trigger {
    height: 50px;
    width: 50px;
  }
}
.product-header .product-header__video .trigger i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.product-header .product-header__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-header h1 {
  color: #2FAC66;
  font-size: 36px;
}
@media (max-width: 799.98px) {
  .product-header h1 {
    font-size: 26px;
  }
}
.product-header .product-header__text .category {
  font-size: 1.35rem;
}
.product-header .product-header__text .facts {
  margin-top: 25px;
  padding-top: 25px;
  border-top: solid 1px #ccc;
  display: flex;
  flex-flow: row wrap;
}
.product-header .product-header__text .facts .fact {
  flex: 0 0 50%;
  line-height: 1.3;
}
.product-header .product-header__text .facts .fact span {
  display: block;
  color: #2FAC66;
  font-weight: 700;
}
.product-header .product-header__text .desc {
  margin-top: 60px;
}
.product-header .product-header__contact {
  margin-top: 60px;
}
@media (max-width: 1119.98px) {
  .product-header .product-header__contact {
    margin-top: 20px;
  }
}
.product-header .product-header__contact .partner {
  display: flex;
  flex-flow: row wrap;
  margin-top: 40px;
}
@media (max-width: 799.98px) {
  .product-header .product-header__contact .partner {
    max-width: none;
    display: block;
  }
}
.product-header .product-header__contact .partner .image {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
  position: relative;
  top: -15px;
}
@media (max-width: 799.98px) {
  .product-header .product-header__contact .partner .image {
    top: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.product-header .product-header__contact .partner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-header .product-header__contact .partner .data {
  flex: 1;
  font-size: 16px;
  line-height: 1.2;
}
.product-header .product-header__contact .partner .data .title {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 5px;
}
.product-header .product-header__contact .partner .data .name {
  font-weight: 700;
}
.product-header .product-header__contact .partner .data .desc {
  margin-bottom: 20px;
}
.product-header .product-header__contact .partner .data .contact {
  margin-bottom: 30px;
}
.product-header .product-header__contact .partner .data .button.outline.primary {
  color: #454545;
}
.product-header .product-header__contact .partner .data .button.outline.primary:hover {
  color: #fff;
}
.product-header .image {
  position: relative;
}
@media (max-width: 1119.98px) {
  .product-header .image {
    margin-bottom: 50px;
    max-width: 500px;
  }
}
.product-header .image .background {
  display: none;
  position: absolute;
  right: -100px;
  top: -50px;
  width: 200px;
}
@media (max-width: 1119.98px) {
  .product-header .image .background {
    width: 180px;
    top: -40px;
    right: -50px;
  }
}
@media (max-width: 799.98px) {
  .product-header .image .background {
    width: 120px;
    top: -40px;
    right: -15px;
  }
}
.product-header .image .background img {
  box-shadow: none;
  border-radius: 0;
}
.product-header .image img {
  width: 100%;
  height: auto;
  position: relative;
}

/* Product Benefits */
.product-benefits {
  padding: 120px 0;
  background: #f0f0f0;
}
@media (max-width: 799.98px) {
  .product-benefits {
    padding: 80px 0;
  }
}
.product-benefits h2 span {
  color: #2FAC66;
}
.product-benefits .accordion-container {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -30px;
}
@media (max-width: 799.98px) {
  .product-benefits .accordion-container {
    margin: 0;
  }
}
.product-benefits .accordion-container .accordion {
  flex: 0 0 50%;
  width: 50%;
  font-size: 16px;
  margin-bottom: 60px;
  padding: 0 30px;
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .product-benefits .accordion-container .accordion {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 1119.98px) {
  .product-benefits .accordion-container .accordion {
    font-size: 14px;
  }
}
@media (max-width: 799.98px) {
  .product-benefits .accordion-container .accordion {
    margin-bottom: 40px;
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }
}
.product-benefits .accordion-container .accordion .acc-title {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
}
.product-benefits .accordion-container .accordion .acc-title img {
  flex: 0 0 60px;
  width: 60px;
  margin-right: 20px;
}
@media (max-width: 1119.98px) {
  .product-benefits .accordion-container .accordion .acc-title img {
    flex: 0 0 50px;
    width: 50px;
  }
}
.product-benefits .accordion-container .accordion .acc-title span {
  line-height: 1;
  font-weight: 700;
  font-size: 48px;
  color: #2FAC66;
  margin-right: 20px;
}
.product-benefits .accordion-container .accordion .acc-title .caption {
  flex: 1;
  line-height: 1.3;
}
.product-benefits .accordion-container .accordion .acc-title i {
  position: relative;
  color: #2FAC66;
  margin-left: 10px;
  transition: all 0.3s ease;
}
.product-benefits .accordion-container .accordion .acc-content {
  display: none;
}
.product-benefits .accordion-container .accordion .acc-content .inner {
  padding-top: 20px;
}

/* Product Data */
.product-data {
  padding: 120px 0;
  background: #f0f0f0;
}
@media (max-width: 799.98px) {
  .product-data {
    padding: 80px 0;
  }
}
.product-data .data {
  position: relative;
}
.product-data .data .table .inner {
  width: 100%;
  overflow-x: auto;
}
.product-data .data .table .inner table {
  width: 100%;
  font-size: 16px;
}
.product-data .data .table .inner table tr td {
  line-height: 1.3;
  vertical-align: top;
  padding: 15px;
}
.product-data .data .table .inner table tr td:first-child {
  font-weight: 700;
}
.product-data .data .table .inner table tr:nth-child(even) {
  background: #ccc;
}
.product-data .image {
  margin-bottom: 30px;
}
@media (max-width: 1119.98px) {
  .product-data .image {
    margin-top: 50px;
  }
}
.product-data .image img {
  width: 100%;
  height: auto;
}
.product-data a {
  color: #454545;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.product-data a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 1px;
  width: 100%;
  background: #2FAC66;
  transition: all 0.3s ease;
}
.product-data a:hover:before {
  width: 0;
}

/* Product Video */
.product-video {
  padding: 120px 0;
}
@media (max-width: 799.98px) {
  .product-video {
    padding: 80px 0;
  }
}
.product-video .product-video__video {
  margin-top: 80px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.product-video .product-video__video iframe {
  width: 100%;
  height: 500px;
  display: block;
}
@media (max-width: 1119.98px) {
  .product-video .product-video__video iframe {
    height: 380px;
  }
}
@media (max-width: 799.98px) {
  .product-video .product-video__video iframe {
    height: 250px;
  }
}

/* Product Image */
.product-image {
  padding: 120px 0;
}
@media (max-width: 799.98px) {
  .product-image {
    padding: 80px 0;
  }
}
.product-image .product-image__image {
  margin-top: 80px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.product-image .product-image__image img {
  width: 100%;
  height: auto;
}

/* Product Text */
.product-text {
  padding: 120px 0;
}
@media (max-width: 799.98px) {
  .product-text {
    padding: 80px 0;
  }
}

/* Product Functions */
.product-functions {
  padding: 120px 0;
}
@media (max-width: 799.98px) {
  .product-functions {
    padding: 80px 0;
  }
}
.product-functions .product-functions__slider {
  margin-top: 80px;
}
.product-functions .product-functions__slider .function {
  flex: 0 0 70%;
  width: 70%;
  margin-right: 30px;
  border-radius: 5px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  color: #fff;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
  height: 500px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
@media (max-width: 1479.98px) {
  .product-functions .product-functions__slider .function {
    height: 450px;
  }
}
@media (max-width: 1119.98px) {
  .product-functions .product-functions__slider .function {
    flex: 0 0 80%;
    width: 80%;
    height: 300px;
  }
}
@media (max-width: 799.98px) {
  .product-functions .product-functions__slider .function {
    flex: 0 0 80%;
    width: 80%;
    margin-right: 15px;
    height: 200px;
  }
}
.product-functions .product-functions__slider .function .trigger {
  width: 60px;
  height: 60px;
  background: #2FAC66;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 799.98px) {
  .product-functions .product-functions__slider .function .trigger {
    height: 50px;
    width: 50px;
  }
}
.product-functions .product-functions__slider .function .trigger i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.product-functions .product-functions__slider .function:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.product-functions .product-functions__slider .bullets {
  margin-top: 30px;
  text-align: center;
}
.product-functions .product-functions__slider .bullets span {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: #ccc;
  border-radius: 50%;
  margin-right: 15px;
  border: solid 3px #fff;
}
.product-functions .product-functions__slider .bullets span.active {
  border-color: #2FAC66;
  background: #fff;
}
.product-functions .product-functions__slider .bullets span:last-of-type {
  margin-right: 0;
}

/* Product Areas */
.product-areas {
  padding: 120px 0;
  background: #f0f0f0;
}
@media (max-width: 799.98px) {
  .product-areas {
    padding: 80px 0;
  }
}
.product-areas .areas {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 1119.98px) {
  .product-areas .areas {
    margin-top: 30px;
  }
}
.product-areas .areas li {
  flex: 0 0 50%;
  width: 50%;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media (max-width: 799.98px) {
  .product-areas .areas li {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}
.product-areas .areas li span {
  display: block;
  font-weight: 700;
}
.product-areas .areas li:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  height: 20px;
  width: 20px;
  background: #2FAC66;
  color: #fff;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}

/* Global */
/* Grid */
/* Color */
/* Font */
/* Animation (Keyframes) */
@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes file-success {
  0% {
    width: 0;
    margin-left: 0;
  }
  50% {
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
  100% {
    opacity: 1;
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
}
/* Fonts */
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Bold.woff2") format("woff2"), url("../font/Inter-Bold.woff") format("woff"), url("../font/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.woff") format("woff"), url("../font/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* News Overview */
.news-overview {
  padding: 120px 0;
}
@media (max-width: 799.98px) {
  .news-overview {
    padding: 80px 0;
  }
}
.news-overview .news-overview__text h1 {
  font-size: 36px;
}
@media (max-width: 799.98px) {
  .news-overview .news-overview__text h1 {
    font-size: 26px;
  }
}
.news-overview .news-overview__filter {
  margin-bottom: 40px;
  margin-top: 80px;
}
@media (max-width: 799.98px) {
  .news-overview .news-overview__filter {
    margin-top: 50px;
  }
}
.news-overview .news-overview__filter label {
  width: 220px;
  margin-right: 30px;
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .news-overview .news-overview__filter label {
    width: 200px;
    margin-right: 20px;
  }
}
@media (max-width: 1119.98px) {
  .news-overview .news-overview__filter label {
    width: 180px;
    margin-right: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 799.98px) {
  .news-overview .news-overview__filter label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.news-overview .news-overview__filter label .text {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
}
.news-overview .news-overview__news .news {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  position: relative;
}
.news-overview .news-overview__news .news .image {
  display: block;
  position: relative;
  height: 220px;
  width: 100%;
}
@media (max-width: 799.98px) {
  .news-overview .news-overview__news .news .image {
    height: 200px;
  }
}
.news-overview .news-overview__news .news .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-overview .news-overview__news .news .image span {
  position: absolute;
  top: 0;
  left: 0;
  background: #2FAC66;
  color: #fff;
  padding: 10px 30px;
  display: block;
  font-size: 16px;
}
.news-overview .news-overview__news .news .text {
  background: #f0f0f0;
  padding: 30px;
  font-size: 16px;
}
@media (max-width: 799.98px) {
  .news-overview .news-overview__news .news .text {
    padding: 20px;
  }
}
.news-overview .news-overview__news .news .text .title {
  font-weight: 700;
  font-size: 1.35rem;
  margin-bottom: 20px;
}
@media (max-width: 799.98px) {
  .news-overview .news-overview__news .news .text .title {
    font-size: inherit;
  }
}
.news-overview .news-overview__news .news .text .desc {
  margin-bottom: 50px;
}
.news-overview .news-overview__news .news .text a {
  color: #454545;
}
.news-overview.grey-bg {
  background: #f0f0f0;
}
.news-overview.grey-bg .news-overview__news .news .text {
  background: #fff;
}

/* News Content */
.news-content {
  padding: 120px 0;
}
@media (max-width: 799.98px) {
  .news-content {
    padding: 80px 0;
  }
}
.news-content .news-content__section {
  margin-bottom: 80px;
}
@media (max-width: 799.98px) {
  .news-content .news-content__section {
    margin-bottom: 40px;
  }
}
.news-content .news-content__section.image {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
}
.news-content .news-content__section.image img {
  width: 100%;
  height: auto;
}
.news-content .news-content__section.text h1 {
  font-size: 36px;
}
@media (max-width: 799.98px) {
  .news-content .news-content__section.text h1 {
    font-size: 26px;
  }
}
.news-content .news-content__section.text h1,
.news-content .news-content__section.text h2,
.news-content .news-content__section.text h3,
.news-content .news-content__section.text h4 {
  margin-bottom: 30px;
}
.news-content .news-content__section.gallery {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.news-content .news-content__section.gallery .image {
  flex: 0 0 33.33333%;
  width: 33.33333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 1119.98px) {
  .news-content .news-content__section.gallery .image {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (max-width: 799.98px) {
  .news-content .news-content__section.gallery .image {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
.news-content .news-content__section.gallery .image img {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.news-content .news-content__section.video {
  padding: 0 80px;
}
@media (max-width: 799.98px) {
  .news-content .news-content__section.video {
    padding: 0;
  }
}
.news-content .news-content__section.video iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
}
.news-content .news-content__section.video .desc {
  font-size: 14px;
}
.news-content .news-content__section:last-of-type {
  margin-bottom: 0;
}

/* News Footer */
.news-footer {
  padding: 120px 0;
  padding-top: 0;
}
@media (max-width: 799.98px) {
  .news-footer {
    padding: 80px 0;
    padding-top: 0;
  }
}
.news-footer .news-footer__categories {
  border-top: solid 1px #ccc;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
@media (max-width: 799.98px) {
  .news-footer .news-footer__categories {
    padding-top: 30px;
  }
}
.news-footer .news-footer__categories .title {
  font-size: 16px;
}
@media (max-width: 799.98px) {
  .news-footer .news-footer__categories .title {
    flex: 0 0 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
.news-footer .news-footer__categories span {
  font-size: 14px;
  display: inline-block;
  padding: 10px;
  background: #2FAC66;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  margin-left: 15px;
}
@media (max-width: 799.98px) {
  .news-footer .news-footer__categories span {
    font-size: 10px;
    margin-left: 8px;
  }
}
.news-footer .news-footer__share {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding-top: 50px;
}
@media (max-width: 799.98px) {
  .news-footer .news-footer__share {
    padding-top: 30px;
  }
}
.news-footer .news-footer__share ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}
.news-footer .news-footer__share ul li {
  display: inline-block;
}
.news-footer .news-footer__share ul li a {
  width: 30px;
  height: 30px;
  background: #454545;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}
.news-footer .news-footer__share ul li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.news-footer .news-footer__share ul li:last-child a {
  margin-right: 0;
}

/* News Related */
.news-related {
  padding: 120px 0;
}
@media (max-width: 799.98px) {
  .news-related {
    padding: 80px 0;
  }
}
.news-related .news-related__text {
  margin-bottom: 80px;
}
@media (max-width: 799.98px) {
  .news-related .news-related__text {
    margin-bottom: 50px;
  }
}

/* Global */
/* Grid */
/* Color */
/* Font */
/* Animation (Keyframes) */
@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes file-success {
  0% {
    width: 0;
    margin-left: 0;
  }
  50% {
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
  100% {
    opacity: 1;
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
}
/* Fonts */
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Bold.woff2") format("woff2"), url("../font/Inter-Bold.woff") format("woff"), url("../font/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.woff") format("woff"), url("../font/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* References Slider */
.references-header {
  width: 100%;
  height: calc(100vh - 90px);
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (max-width: 1479.98px) {
  .references-header {
    height: calc(100vh - 87px);
  }
}
@media (max-width: 1119.98px) {
  .references-header {
    height: calc(100vh - 80px);
    background-size: 70%;
  }
}
@media (max-width: 799.98px) {
  .references-header {
    height: calc(100vh - 65px);
    background-size: 90%;
  }
}
.references-header .container,
.references-header .row {
  height: 100%;
  position: relative;
  z-index: 10;
}
.references-header h1 {
  font-size: 36px;
  color: #2FAC66;
  margin-bottom: 60px;
}
@media (max-width: 799.98px) {
  .references-header h1 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

/* References Related */
.references-related {
  padding: 120px 0;
  background: #f0f0f0;
}
@media (max-width: 799.98px) {
  .references-related {
    padding: 80px 0;
  }
}
.references-related .references-related__text {
  margin-bottom: 80px;
}
@media (max-width: 799.98px) {
  .references-related .references-related__text {
    margin-bottom: 50px;
  }
}
.references-related .references-related__news .news .text {
  background: #fff;
}

/* Global */
/* Grid */
/* Color */
/* Font */
/* Animation (Keyframes) */
@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes file-success {
  0% {
    width: 0;
    margin-left: 0;
  }
  50% {
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
  100% {
    opacity: 1;
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
}
/* Fonts */
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Bold.woff2") format("woff2"), url("../font/Inter-Bold.woff") format("woff"), url("../font/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.woff") format("woff"), url("../font/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Contact Persons */
.contact-persons {
  padding: 120px 0;
}
@media (max-width: 799.98px) {
  .contact-persons {
    padding: 80px 0;
  }
}
.contact-persons .contact-persons__text h1 {
  font-size: 36px;
}
@media (max-width: 799.98px) {
  .contact-persons .contact-persons__text h1 {
    font-size: 26px;
  }
}
.contact-persons .contact-persons__filter {
  margin-top: 80px;
}
.contact-persons .contact-persons__filter label {
  width: 220px;
  margin-right: 30px;
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .contact-persons .contact-persons__filter label {
    width: 200px;
    margin-right: 20px;
  }
}
@media (max-width: 1119.98px) {
  .contact-persons .contact-persons__filter label {
    width: 180px;
    margin-right: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 799.98px) {
  .contact-persons .contact-persons__filter label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.contact-persons .contact-persons__filter label .text {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
}
.contact-persons .contact-persons__departments {
  margin-top: 60px;
}
.contact-persons .contact-persons__departments .department {
  position: relative;
  margin-bottom: 80px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
.contact-persons .contact-persons__departments .department .title {
  position: absolute;
  transform: rotateZ(-90deg) translateX(-100%);
  transform-origin: top left;
  top: 0;
  left: 100px;
  font-size: 16px;
}
@media (max-width: 1479.98px) {
  .contact-persons .contact-persons__departments .department .title {
    left: 40px;
  }
}
@media (max-width: 1119.98px) {
  .contact-persons .contact-persons__departments .department .title {
    left: 20px;
  }
}
@media (max-width: 799.98px) {
  .contact-persons .contact-persons__departments .department .title {
    position: relative;
    transform: none;
    left: 15px;
    margin-bottom: 20px;
  }
}
.contact-persons .contact-persons__departments .department .person {
  margin-bottom: 60px;
}
.contact-persons .contact-persons__departments .department .person .image {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.contact-persons .contact-persons__departments .department .person .image img {
  width: 100%;
  height: auto;
}
.contact-persons .contact-persons__departments .department .person .name {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
@media (max-width: 799.98px) {
  .contact-persons .contact-persons__departments .department .person .name {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.contact-persons .contact-persons__departments .department .person .position {
  margin-bottom: 15px;
}
.contact-persons .contact-persons__departments .department .person .contact {
  font-size: 14px;
  margin-bottom: 15px;
}
.contact-persons .contact-persons__departments .department .person .contact a {
  color: #454545;
}
.contact-persons .contact-persons__departments .department .person button {
  position: relative;
  color: #454545;
  border: none;
  background: none;
  padding: 0;
  font-size: 14px;
}
.contact-persons .contact-persons__departments .department .person button:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #2FAC66;
  transition: all 0.3s ease;
}
.contact-persons .contact-persons__departments .department .person button:hover:after {
  width: 0;
}
.contact-persons .contact-persons__departments .department:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* Contact Header */
.contact-header {
  width: 100%;
  height: calc(100vh - 90px);
  padding: 80px 0;
}
@media (max-width: 1479.98px) {
  .contact-header {
    height: calc(100vh - 87px);
  }
}
@media (max-width: 1119.98px) {
  .contact-header {
    height: auto;
  }
}
.contact-header h1 {
  margin-bottom: 50px;
}
.contact-header address {
  position: relative;
  padding-left: 30px;
  font-weight: 700;
  margin-top: 100px;
}
@media (max-width: 1119.98px) {
  .contact-header address {
    margin-top: 50px;
  }
}
.contact-header address i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #2FAC66;
}
.contact-header .button-group {
  margin-top: 50px;
}
.contact-header .button-group .button.outline.primary {
  color: #454545;
}
.contact-header .button-group .button.outline.primary:hover {
  color: #fff;
}
.contact-header .image {
  background-image: url(../img/background.svg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: bottom -20% left -20%;
  position: relative;
}
@media (max-width: 1119.98px) {
  .contact-header .image {
    margin-top: 50px;
  }
}
.contact-header .image .background {
  display: none;
  position: absolute;
  left: -100px;
  bottom: -120px;
  width: 200px;
}
@media (max-width: 1119.98px) {
  .contact-header .image .background {
    width: 180px;
    bottom: -60px;
    left: -50px;
  }
}
@media (max-width: 799.98px) {
  .contact-header .image .background {
    width: 120px;
    bottom: -60px;
    left: -15px;
  }
}
.contact-header .image .background img {
  box-shadow: none;
  border-radius: 0;
}
.contact-header .image img {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: relative;
}

/* Contact Locations */
.contact-locations {
  padding: 120px 0;
  background: #f0f0f0;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center right 200px;
  height: calc(100vh - 90px);
}
@media (max-width: 1479.98px) {
  .contact-locations {
    height: calc(100vh - 87px);
    background-position: center right 100px;
    background-size: 45%;
  }
}
@media (max-width: 1119.98px) {
  .contact-locations {
    height: auto;
    background-position: top 20px right 80px;
    background-size: 50%;
  }
}
@media (max-width: 799.98px) {
  .contact-locations {
    padding: 80px 0;
    background-position: top 20px right 15px;
    background-size: 80%;
  }
}
.contact-locations h2 {
  margin-bottom: 120px;
}
@media (max-width: 799.98px) {
  .contact-locations h2 {
    margin-bottom: 50px;
  }
}
.contact-locations .select2 {
  margin-bottom: 20px;
}
.contact-locations .select2 .select2-selection {
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #ccc;
  padding-left: 0;
}
.contact-locations .select2 .select2-selection:before {
  padding-left: 0;
  right: 0;
  border-left: none;
}
.contact-locations .select2.select2-container--disabled {
  opacity: 0.5;
}
.contact-locations .button.outline.primary {
  color: #454545;
  margin-top: 50px;
}
.contact-locations .button.outline.primary:hover {
  color: #fff;
}

/* Location Overlay */
.location-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  background: #111823;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 799.98px) {
  .location-overlay {
    background-size: 80%;
  }
}
.location-overlay .row {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: auto;
}
.location-overlay .container,
.location-overlay .row {
  height: 100%;
  overflow: auto;
}
.location-overlay .location-overlay__close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  color: #2FAC66;
  font-size: 28px;
}
@media (max-width: 799.98px) {
  .location-overlay .location-overlay__close {
    top: 20px;
    right: 20px;
    font-size: 22px;
  }
}
.location-overlay .location-overlay__title {
  color: #2FAC66;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}
@media (max-width: 799.98px) {
  .location-overlay .location-overlay__title {
    font-size: 26px;
  }
}
.location-overlay .location-overlay__contact {
  margin-top: 80px;
}
@media (max-width: 799.98px) {
  .location-overlay .location-overlay__contact {
    margin-top: 40px;
  }
}
.location-overlay .location-overlay__contact .contact {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color: #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #fff;
}
.location-overlay .location-overlay__contact .contact .image {
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  border: solid 2px #2FAC66;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
}
.location-overlay .location-overlay__contact .contact .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location-overlay .location-overlay__contact .contact .name {
  font-size: 1.35rem;
  font-weight: 700;
  text-align: left;
}
.location-overlay .location-overlay__contact .contact .name span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.location-overlay .location-overlay__contact .contact .data {
  font-size: 16px;
  margin-left: auto;
}
@media (max-width: 799.98px) {
  .location-overlay .location-overlay__contact .contact .data {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 20px;
  }
}
.location-overlay .location-overlay__contact .contact .data a {
  display: block;
  color: #fff;
  position: relative;
  margin-bottom: 6px;
}
@media (max-width: 799.98px) {
  .location-overlay .location-overlay__contact .contact .data a {
    display: inline-block;
    margin-right: 20px;
  }
}
.location-overlay .location-overlay__contact .contact .data a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #2FAC66;
  transition: all 0.3s ease;
}
.location-overlay .location-overlay__contact .contact .data a:hover:before {
  width: 0;
}
.location-overlay .location-overlay__contact .contact:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* Global */
/* Grid */
/* Color */
/* Font */
/* Animation (Keyframes) */
@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes file-success {
  0% {
    width: 0;
    margin-left: 0;
  }
  50% {
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
  100% {
    opacity: 1;
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
}
/* Fonts */
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Bold.woff2") format("woff2"), url("../font/Inter-Bold.woff") format("woff"), url("../font/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.woff") format("woff"), url("../font/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* About Text */
.about-text {
  padding: 120px 0;
}
@media (max-width: 799.98px) {
  .about-text {
    padding: 80px 0;
  }
}
.about-text p:last-of-type {
  margin-bottom: 50px;
}
.about-text .about-text__video {
  position: relative;
}
.about-text .about-text__video .trigger {
  width: 60px;
  height: 60px;
  background: #2FAC66;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 799.98px) {
  .about-text .about-text__video .trigger {
    height: 50px;
    width: 50px;
  }
}
.about-text .about-text__video .trigger i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.about-text .about-text__video img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

/* About Quote */
.about-quote {
  padding: 80px 0;
  background: #454545;
  color: #fff;
}
.about-quote .about-quote__quote {
  display: inline-block;
  font-size: 36px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 799.98px) {
  .about-quote .about-quote__quote {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.about-quote .about-quote__quote span {
  position: absolute;
  color: #2FAC66;
  font-size: 26px;
}
@media (max-width: 799.98px) {
  .about-quote .about-quote__quote span {
    font-size: 20px;
  }
}
.about-quote .about-quote__quote span:first-of-type {
  right: 100%;
  bottom: 0;
  margin-right: 30px;
}
@media (max-width: 799.98px) {
  .about-quote .about-quote__quote span:first-of-type {
    margin-right: 15px;
  }
}
.about-quote .about-quote__quote span:last-of-type {
  left: 100%;
  top: 0;
  margin-left: 30px;
}
@media (max-width: 799.98px) {
  .about-quote .about-quote__quote span:last-of-type {
    margin-left: 15px;
  }
}
.about-quote .about-quote__name {
  font-weight: 700;
  line-height: 1.3;
}
.about-quote .about-quote__name span {
  font-weight: 400;
  display: block;
}

/* About Principles */
.about-principles {
  padding: 120px 0;
  padding-bottom: 50px;
  background: #f0f0f0;
}
@media (max-width: 799.98px) {
  .about-principles {
    padding: 80px 0;
    padding-bottom: 40px;
  }
}
.about-principles .principles {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-principles .principles li {
  flex: 0 0 50%;
  width: 50%;
  position: relative;
  padding-left: 50px;
  padding-right: 20px;
  margin-bottom: 70px;
}
@media (max-width: 1479.98px) {
  .about-principles .principles li {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }
}
.about-principles .principles li span {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  font-weight: 700;
  font-size: 48px;
  color: #2FAC66;
}
.about-principles .principles li .title {
  font-weight: 700;
  margin-bottom: 10px;
}
.about-principles .principles li .desc {
  font-size: 16px;
}

/* About History */
.about-history {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 799.98px) {
  .about-history {
    padding: 80px 0;
  }
}
.about-history .about-history__slider {
  overflow: visible;
}
.about-history .about-history__slider .slider {
  display: flex;
}
.about-history .about-history__slider .date {
  flex: 0 0 30%;
  width: 30%;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 30px;
  margin-right: 60px;
}
@media (max-width: 1119.98px) {
  .about-history .about-history__slider .date {
    flex: 0 0 80%;
    width: 80%;
  }
}
@media (max-width: 799.98px) {
  .about-history .about-history__slider .date {
    flex: 0 0 100%;
    width: 100%;
    margin-right: 30px;
    padding: 20px;
  }
}
.about-history .about-history__slider .date .year {
  color: #2FAC66;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
}
@media (max-width: 799.98px) {
  .about-history .about-history__slider .date .year {
    font-size: 26px;
  }
}
.about-history .about-history__slider .date .desc {
  font-size: 16px;
}
.about-history .about-history__slider .controls {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 30px;
}
.about-history .about-history__slider .controls .prev,
.about-history .about-history__slider .controls .next {
  width: 40px;
  height: 40px;
  background: #2FAC66;
  color: #fff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.about-history .about-history__slider .controls .prev i,
.about-history .about-history__slider .controls .next i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-history .about-history__slider .controls .prev {
  margin-right: 20px;
}

/* About Facts */
.about-facts {
  padding: 120px 0;
  background: #f0f0f0;
}
@media (max-width: 799.98px) {
  .about-facts {
    padding: 80px 0;
  }
}
.about-facts .fact {
  text-align: center;
}
@media (max-width: 1119.98px) {
  .about-facts .fact {
    margin-bottom: 30px;
  }
}
.about-facts .fact .countup {
  font-size: 45px;
  color: #2FAC66;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}
@media (max-width: 799.98px) {
  .about-facts .fact .countup {
    margin-bottom: 0;
  }
}

/* Global */
/* Grid */
/* Color */
/* Font */
/* Animation (Keyframes) */
@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes file-success {
  0% {
    width: 0;
    margin-left: 0;
  }
  50% {
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
  100% {
    opacity: 1;
    width: 44px;
    flex: 0 0 44px;
    margin-left: 10px;
  }
}
/* Fonts */
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Bold.woff2") format("woff2"), url("../font/Inter-Bold.woff") format("woff"), url("../font/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.woff") format("woff"), url("../font/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Service Header */
.service-header {
  padding: 80px 0;
  padding-bottom: 0;
  height: calc(100vh - 90px);
}
@media (max-width: 1479.98px) {
  .service-header {
    height: calc(100vh - 87px);
  }
}
@media (max-width: 1119.98px) {
  .service-header {
    height: auto;
  }
}
.service-header h1 {
  margin-bottom: 50px;
}
.service-header .service-header__facts {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-header .service-header__facts li {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
.service-header .service-header__facts li span {
  display: block;
  height: 50px;
  width: 50px;
  background: #2FAC66;
  border-radius: 50%;
  position: relative;
  margin-right: 15px;
}
.service-header .service-header__facts li span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
}
.service-header .service-header__facts li .caption {
  flex: 1;
  font-size: 16px;
}
@media (max-width: 799.98px) {
  .service-header .service-header__facts li .caption {
    font-size: 14px;
  }
}
.service-header .service-header__facts li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.service-header .image {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1119.98px) {
  .service-header .image {
    margin-top: 50px;
  }
}
.service-header .image img {
  width: 100%;
  height: auto;
}

/* Service Persons */
.service-persons {
  padding: 80px 0;
  padding-top: 0;
}
@media (max-width: 1119.98px) {
  .service-persons {
    padding: 80px 0;
    padding-bottom: 0;
  }
}
.service-persons .service-persons__text {
  margin-bottom: 60px;
}
@media (max-width: 799.98px) {
  .service-persons .service-persons__text {
    margin-bottom: 0;
  }
}
.service-persons .service-persons__persons .person {
  margin-bottom: 60px;
}
.service-persons .service-persons__persons .person .image {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.service-persons .service-persons__persons .person .image img {
  width: 100%;
  height: auto;
}
.service-persons .service-persons__persons .person .name {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
@media (max-width: 799.98px) {
  .service-persons .service-persons__persons .person .name {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.service-persons .service-persons__persons .person .position {
  margin-bottom: 20px;
}
.service-persons .service-persons__persons .person .contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-persons .service-persons__persons .person .contact li {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 5px;
}
.service-persons .service-persons__persons .person .contact li i {
  color: #2FAC66;
  margin-right: 10px;
}
.service-persons .service-persons__persons .person .contact li a {
  color: #454545;
}
.service-persons .service-persons__persons .person .contact li:last-child {
  margin-bottom: 0;
}

/* Service Overview */
.service-overview .service-overview__nav {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 799.98px) {
  .service-overview .service-overview__nav {
    padding: 80px 0;
  }
}
.service-overview .service-overview__nav .tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 799.98px) {
  .service-overview .service-overview__nav .tabs {
    display: flex;
    flex-flow: row nowrap;
    overflow: scroll;
    margin: 0 -15px;
  }
}
.service-overview .service-overview__nav .tabs li {
  cursor: pointer;
  padding: 15px 0;
  padding-right: 50px;
  position: relative;
}
@media (max-width: 799.98px) {
  .service-overview .service-overview__nav .tabs li {
    white-space: nowrap;
    padding: 0;
    margin: 0 15px;
  }
}
.service-overview .service-overview__nav .tabs li.active {
  color: #2FAC66;
  border-bottom: solid 1px #2FAC66;
}
.service-overview .service-overview__nav .tabs li.active:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 799.98px) {
  .service-overview .service-overview__nav .tabs li.active:after {
    content: none;
  }
}
.service-overview .service-overview__nav .tabs li:last-child {
  margin-right: 15px;
}
.service-overview .service-overview__nav:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #f0f0f0;
  height: 100%;
  width: 200%;
  z-index: -1;
}
@media (max-width: 799.98px) {
  .service-overview .service-overview__nav:before {
    right: -15px;
  }
}
.service-overview .service-overview__tabs {
  padding: 120px 0;
}
@media (max-width: 799.98px) {
  .service-overview .service-overview__tabs {
    padding: 80px 0;
  }
}
.service-overview .service-overview__tabs .tab {
  display: none;
}
.service-overview .service-overview__tabs .tab.active {
  display: block;
}
.service-overview .service-overview__tabs .tab .title {
  font-weight: 700;
  color: #2FAC66;
  font-size: 1.35rem;
  margin-bottom: 30px;
}

/* Service Numbers */
.service-numbers .service-numbers__text {
  background: #fff;
  padding: 60px 0;
}
@media (max-width: 1119.98px) {
  .service-numbers .service-numbers__text {
    padding: 40px 0;
  }
}
@media (max-width: 799.98px) {
  .service-numbers .service-numbers__text {
    padding: 30px 0;
  }
}
.service-numbers .service-numbers__text h2 {
  margin-bottom: 0;
}
.service-numbers .service-numbers__numbers {
  background: #454545;
  display: flex;
  flex-flow: row wrap;
  font-size: 16px;
}
.service-numbers .service-numbers__numbers .text {
  flex: 0 0 50%;
  width: 50%;
  border-right: solid 1px #2FAC66;
  color: #fff;
  padding: 120px 200px;
}
@media (max-width: 1479.98px) {
  .service-numbers .service-numbers__numbers .text {
    padding: 100px;
  }
}
@media (max-width: 1119.98px) {
  .service-numbers .service-numbers__numbers .text {
    padding: 80px;
  }
}
@media (max-width: 799.98px) {
  .service-numbers .service-numbers__numbers .text {
    flex: 0 0 100%;
    width: 100%;
    padding: 50px 15px;
    border-right: none;
    border-bottom: solid 1px #2FAC66;
  }
}
.service-numbers .service-numbers__numbers .numbers {
  flex: 0 0 50%;
  width: 50%;
  padding: 120px 200px;
}
@media (max-width: 1479.98px) {
  .service-numbers .service-numbers__numbers .numbers {
    padding: 100px;
  }
}
@media (max-width: 1119.98px) {
  .service-numbers .service-numbers__numbers .numbers {
    padding: 80px;
  }
}
@media (max-width: 799.98px) {
  .service-numbers .service-numbers__numbers .numbers {
    flex: 0 0 100%;
    width: 100%;
    padding: 50px 15px;
  }
}
.service-numbers .service-numbers__numbers .numbers ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-numbers .service-numbers__numbers .numbers ul li {
  color: #fff;
  line-height: 1.2;
  margin-bottom: 60px;
}
.service-numbers .service-numbers__numbers .numbers ul li span {
  color: #2FAC66;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.service-numbers .service-numbers__numbers .numbers ul li a {
  color: #fff;
  font-size: 1.6875rem;
}
.service-numbers .service-numbers__numbers .numbers ul li:last-child {
  margin-bottom: 0;
}
.service-numbers .service-numbers__numbers .hint {
  flex: 0 0 100%;
  width: 100%;
  font-weight: 700;
  border-top: solid 1px #2FAC66;
  padding: 40px 0;
  color: #fff;
  text-align: center;
}

/*# sourceMappingURL=app.css.map */
