@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  width:100vw !important;
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

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

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

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

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

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

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

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

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

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}body {
  font-family: Gloock;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: .02em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 3.5rem;
  line-height: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.375rem;
  line-height: 1.8rem;
  letter-spacing: -0.014em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 30rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 30rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 30rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 30rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #c2b299 !important;
}
.bg-info {
  background-color: #212428 !important;
}
.bg-warning {
  background-color: #79526f !important;
}
.bg-danger {
  background-color: #2b699c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e4dfd4 !important;
  border-color: #e4dfd4 !important;
  color: #726447 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c3b79f !important;
  border-color: #c3b79f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #726447 !important;
  background-color: #c3b79f !important;
  border-color: #c3b79f !important;
}
.btn-info,
.btn-info:active {
  background-color: #212428 !important;
  border-color: #212428 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c2b299 !important;
  border-color: #c2b299 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a28963 !important;
  border-color: #a28963 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a28963 !important;
  border-color: #a28963 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #79526f !important;
  border-color: #79526f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #452f40 !important;
  border-color: #452f40 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #452f40 !important;
  border-color: #452f40 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2b699c !important;
  border-color: #2b699c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #183b58 !important;
  border-color: #183b58 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #183b58 !important;
  border-color: #183b58 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e4dfd4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c3b79f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #726447 !important;
  background-color: #e4dfd4 !important;
  border-color: #e4dfd4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212428;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #212428 !important;
  border-color: #212428 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c2b299;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a28963 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c2b299 !important;
  border-color: #c2b299 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #79526f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #452f40 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #79526f !important;
  border-color: #79526f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2b699c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #183b58 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2b699c !important;
  border-color: #2b699c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #e4dfd4 !important;
}
.text-success {
  color: #c2b299 !important;
}
.text-info {
  color: #212428 !important;
}
.text-warning {
  color: #79526f !important;
}
.text-danger {
  color: #2b699c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bdb095 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #99815c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3c2937 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #15334c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #212428;
}
.alert-warning {
  background-color: #79526f;
}
.alert-danger {
  background-color: #2b699c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f2eee9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d3d6db;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b694ae;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #6fa8d7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e4dfd4 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 18px 62px;
  border: 1px solid !important;
  transition: all 1.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 18px 32px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset 350px 0 0 0 #212428 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  border-color: #212428 !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border-color: #e4dfd4 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  border-color: #212428 !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border-color: #c2b299 !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  border-color: #212428 !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border-color: #212428 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  border-color: #ffffff !important;
  box-shadow: inset 250px 0 0 0 #ffffff !important;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border-color: #79526f !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  border-color: #212428 !important;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border-color: #2b699c !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  border-color: #212428 !important;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border-color: #212428 !important;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border-color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  border-color: #212428 !important;
}
.cid-tPEfjob6fe {
  z-index: 1000;
  width: 100%;
}
.cid-tPEfjob6fe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPEfjob6fe .dropdown-menu {
  padding: 0;
}
.cid-tPEfjob6fe .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tPEfjob6fe .dropdown-item {
    text-align: left !important;
  }
}
.cid-tPEfjob6fe .dropdown-item:hover {
  background-position: right !important;
}
.cid-tPEfjob6fe .dropdown-item:hover:after {
  color: #ffffff;
}
.cid-tPEfjob6fe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPEfjob6fe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPEfjob6fe .nav-link {
  position: relative;
}
.cid-tPEfjob6fe .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tPEfjob6fe .navbar-buttons {
  width: auto !important;
  padding-right: 0 !important;
}
.cid-tPEfjob6fe .navbar-buttons .btn {
  min-width: 250px !important;
  width: auto !important;
  padding: 4px 25px 4px 25px !important;
  margin: 5px 0 0 0 !important;
}
.cid-tPEfjob6fe .navbar-brand .navbar-caption-wrap {
  position: relative;
  right: 2px;
  width: 100%;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tPEfjob6fe .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
}
.cid-tPEfjob6fe .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 569px) {
  .cid-tPEfjob6fe .navbar-brand {
    width: 90% !important;
  }
}
@media (max-width: 568px) {
  .cid-tPEfjob6fe .navbar-brand {
    width: 100% !important;
  }
}
.cid-tPEfjob6fe .navbar-brand a {
  width: 100%;
}
.cid-tPEfjob6fe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPEfjob6fe .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tPEfjob6fe .navbar-brand {
    min-height: 69px;
  }
}
.cid-tPEfjob6fe .dropdown-menu,
.cid-tPEfjob6fe .navbar.opened {
  background: #1b1b1b !important;
}
.cid-tPEfjob6fe .nav-item:focus,
.cid-tPEfjob6fe .nav-link:focus {
  outline: none;
}
.cid-tPEfjob6fe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPEfjob6fe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPEfjob6fe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPEfjob6fe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPEfjob6fe .mbr-iconfont img {
  width: 20px;
  height: 20px;
  z-index: 99;
}
.cid-tPEfjob6fe .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: linear-gradient(270deg, #202428 0%, rgba(32, 36, 40, 0) 25%, #202428 100%);
}
.cid-tPEfjob6fe .navbar.opened {
  transition: all 0.3s;
}
.cid-tPEfjob6fe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPEfjob6fe .navbar .navbar-logo img {
  width: auto;
}
.cid-tPEfjob6fe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tPEfjob6fe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPEfjob6fe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPEfjob6fe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPEfjob6fe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPEfjob6fe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tPEfjob6fe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPEfjob6fe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPEfjob6fe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPEfjob6fe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPEfjob6fe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPEfjob6fe .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tPEfjob6fe .navbar {
    min-height: 80px;
  }
}
.cid-tPEfjob6fe .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tPEfjob6fe .dropdown-item.active,
.cid-tPEfjob6fe .dropdown-item:active {
  background-color: transparent;
}
.cid-tPEfjob6fe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPEfjob6fe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPEfjob6fe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPEfjob6fe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1b1b;
}
.cid-tPEfjob6fe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPEfjob6fe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPEfjob6fe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPEfjob6fe button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #212428, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tPEfjob6fe button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tPEfjob6fe button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tPEfjob6fe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tPEfjob6fe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tPEfjob6fe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tPEfjob6fe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tPEfjob6fe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPEfjob6fe nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPEfjob6fe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPEfjob6fe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPEfjob6fe nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPEfjob6fe .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tPEfjob6fe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPEfjob6fe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPEfjob6fe .navbar {
    height: 70px;
  }
  .cid-tPEfjob6fe .navbar.opened {
    height: auto;
  }
  .cid-tPEfjob6fe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPEfjob6fe .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1b1b1b;
  background: linear-gradient(270deg, #202428 0%, rgba(32, 36, 40, 0) 25%, #202428 100%);
}
@media (max-width: 575px) {
  .cid-tPEfjob6fe .navbar-short {
    min-height: 70px;
  }
}
.cid-tPEfjob6fe .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tPEfjob6fe .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tPEfjob6fe .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tPEfjob6fe .container-fluid {
    padding: 0 3px;
  }
}
.cid-tPEfjob6fe .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tPEfjob6fe .navbar-nav {
  display: flex !important;
}
.cid-tPEfjob6fe .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tPEfjob6fe .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tPEfjob6fe .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tPEfjob6fe .navbar-nav .nav-item .nav-link:hover,
.cid-tPEfjob6fe .navbar-nav .nav-item .nav-link:focus,
.cid-tPEfjob6fe .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tPEfjob6fe .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-tPEfjob6fe .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tPEfjob6fe .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tPEfjob6fe button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #212428, #ffffff);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tPEfjob6fe button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tPEfjob6fe button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tPEfjob6fe button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tPEfjob6fe button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tPEfjob6fe button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tPEfjob6fe button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tPEfjob6fe button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPEfjob6fe .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #212428, #ffffff);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tPEfjob6fe .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tPEfjob6fe .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tPEfjob6fe .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tPEfjob6fe .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tPEfjob6fe .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPEfjob6fe .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPEfjob6fe .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tPEfjob6fe .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tPEfjob6fe .offcanvas.show {
  transform: translateX(0);
}
.cid-tPEfjob6fe .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tPEfjob6fe .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tPEfjob6fe .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 568px) {
  .cid-tPEfjob6fe .offcanvas-body {
    width: 90% !important;
  }
}
@media (max-width: 575px) {
  .cid-tPEfjob6fe .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tPEfjob6fe .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tPEfjob6fe .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tPEfjob6fe .offcanvas-body .navbar-brand {
  width: auto !important;
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tPEfjob6fe .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tPEfjob6fe .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tPEfjob6fe .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tPEfjob6fe .offcanvas-body .navbar-brand .navbar-caption-wrap {
  display: none;
}
.cid-tPEfjob6fe .mbr-text {
  color: #ffffff;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tPEfjob6fe .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tPEfjob6fe .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tPEfjob6fe .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tPEfjob6fe .social-container {
    padding-top: 40px;
  }
}
.cid-tPEfjob6fe .social-title {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tPEfjob6fe .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tPEfjob6fe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #212428, #ffffff);
  transition: 0.4s all;
}
.cid-tPEfjob6fe .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tPEfjob6fe .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tPEfjob6fe .soc-item .mbr-iconfont img {
  opacity: 1 !important;
}
.cid-tPEfjob6fe .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tPEfjob6fe .soc-item:hover:before {
  opacity: 0;
}
.cid-tPEfjob6fe .offcanvas_btn {
  margin-top: auto;
}
.cid-tPEfjob6fe .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tPEfjob6fe .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tGGzh0oaiq {
  padding-top: 29rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/swansway-motor-group-j2h-dgzcwu4-unsplash-1920x1279.webp");
  overflow: hidden !important;
}
.cid-tGGzh0oaiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGzh0oaiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGzh0oaiq .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGzh0oaiq .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tGGzh0oaiq .container {
    padding: 0 20px;
  }
}
.cid-tGGzh0oaiq .title-wrapper {
  padding: 50px 0;
  overflow: hidden !important;
  color: #fff;
}
@media (max-width: 992px) {
  .cid-tGGzh0oaiq .title-wrapper {
    padding: 50px 0;
  }
}
.cid-tGGzh0oaiq .title-wrapper .mbr-section-title {
  z-index: 99;
  position: relative;
  margin-bottom: 0;
}
.cid-tGGzh0oaiq .title-wrapper .mbr-text {
  position: relative;
  z-index: 99;
  margin: 24px 0;
}
@media (max-width: 992px) {
  .cid-tGGzh0oaiq .title-wrapper .mbr-text {
    margin: 20px 0;
  }
}
.cid-tGGzh0oaiq .mbr-section-title {
  color: #ffffff;
}
.cid-tGGzh0oaiq .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tGGzh0oaiq .mbr-section-title,
.cid-tGGzh0oaiq .mbr-section-btn {
  z-index: 99;
  text-align: right;
  color: #000000;
}
.cid-tGGzh0oaiq .main__bg {
  background-image: linear-gradient(-72deg, #dedeff, #ffffff 16%, #dedeff 21%, #ffffff 24%, #555564 27%, #dedeff 36%, #ffffff 45%, #ffffff 60%, #dedeff 72%, #ffffff 80%, #dedeff 84%, #555564);
  animation: slide 3s ease-in-out infinite alternate;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  right: -50%;
  opacity: 0.3;
  z-index: 1;
}
.cid-tGGzh0oaiq .layer1 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}
.cid-tGGzh0oaiq .layer2 {
  animation-duration: 5s;
}
@keyframes slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
.cid-tPDjG4zn3V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #212428;
}
.cid-tPDjG4zn3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPDjG4zn3V .item-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  transition: all 0.3s;
  background: #2124287f;
  padding: 0.5rem 1.5rem;
}
@media (max-width: 767px) {
  .cid-tPDjG4zn3V .item-content {
    bottom: 0;
  }
}
.cid-tPDjG4zn3V .card-wrap {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tPDjG4zn3V .card-wrap img {
  border-top-right-radius: 20px;
  object-fit: cover !important;
  transition: all 1s ease-in-out;
}
@media (min-width: 569px) {
  .cid-tPDjG4zn3V .card-wrap img {
    border-bottom-left-radius: 20px;
  }
}
@media (min-width: 1441px) {
  .cid-tPDjG4zn3V .card-wrap img {
    height: 300px !important;
  }
}
@media (max-width: 1440px) {
  .cid-tPDjG4zn3V .card-wrap img {
    height: 250px !important;
  }
}


.cid-tPDjG4zn3V .card-wrap:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tPDjG4zn3V .card-wrap:hover .item-content {
  bottom: 0;
}
.cid-tPDjG4zn3V .img-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  padding: 1rem 0rem;
  color: #fff;
  width: 100%;
}
.cid-tPDjG4zn3V .img-link span {
  font-size: 2rem;
  color: #fff;
}
.cid-tPDjG4zn3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPDjG4zn3V .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tPDjG4zn3V .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tPDjG4zn3V .container {
    padding: 0 20px;
  }
}
.cid-tPDjG4zn3V .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tPDjG4zn3V .mbr-section-btn {
  margin-bottom: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tPDjG4zn3V .mbr-section-btn {
    display: none;
  }
}
.cid-tPDjG4zn3V .embla__slide {
  padding-top: 1rem;
  display: flex;
  justify-content: center;
  position: relative;
  border: #ffffff35 solid 1px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  padding-bottom: 1rem;
  background: linear-gradient(145deg, #212428, #252832);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1440px) {
  .cid-tPDjG4zn3V .embla__slide {
    max-width: 32%;
    min-width: 32%;
  }
}
@media (max-width: 992px) {
  .cid-tPDjG4zn3V .embla__slide {
    max-width: 48%;
    min-width: 48%;
  }
}
@media (Max-width: 568px) {
  .cid-tPDjG4zn3V .embla__slide {
    max-width: 95%;
    min-width: 95%;
    padding-top: 0;
  }
}
@media (min-width: 1441px) {
  .cid-tPDjG4zn3V .embla__slide {
    max-width: 23.5%;
    min-width: 23.5%;
  }
}
@media (min-width: 569px) {
  .cid-tPDjG4zn3V .embla__slide .card-wrap {
    padding: 0 25px;
    width: 100%;
  }
}
.cid-tPDjG4zn3V .embla__slide .card-wrap a {
  display: block;
}
.cid-tPDjG4zn3V .embla__slide .card-wrap a .item-wrapper .image-wrap {
  margin-bottom: 24px;
}
.cid-tPDjG4zn3V .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 375px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tPDjG4zn3V .embla__slide .card-wrap a .item-wrapper .image-wrap img {
    height: 325px !important;
  }
}
.cid-tPDjG4zn3V .embla__slide .card-wrap a .content-wrap {
  margin-top: 1rem;
}
.cid-tPDjG4zn3V .embla__slide .card-wrap a .content-wrap .card-title {
  margin-bottom: 24px;
}
.cid-tPDjG4zn3V .embla__slide .card-wrap a .content-wrap .card-date {
  margin-bottom: 0;
}
.cid-tPDjG4zn3V .embla__button--next,
.cid-tPDjG4zn3V .embla__button--prev {
  display: flex;
}
.cid-tPDjG4zn3V .embla__button {
  bottom: -3rem;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #5f7b7b;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tPDjG4zn3V .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tPDjG4zn3V .embla__button:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.cid-tPDjG4zn3V .embla__button.embla__button--prev {
  left: auto;
  right: 3.5rem;
  margin-left: 0;
}
.cid-tPDjG4zn3V .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-tPDjG4zn3V .embla {
  position: relative;
  width: 100%;
}
.cid-tPDjG4zn3V .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tPDjG4zn3V .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tPDjG4zn3V .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tPDjG4zn3V .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tPDjG4zn3V .mbr-section-title {
  color: #ffffff;
}
.cid-tPDjG4zn3V .card-title {
  padding-top: 1rem;
  color: #ededed;
}
@media (max-width: 568px) {
  .cid-tPDjG4zn3V .card-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tPDjG4zn3V .card-date {
  color: #e4dfd4;
  line-height: 1 !important;
  margin: 0 !imporant;
}
@media (max-width: 568px) {
  .cid-tPDjG4zn3V .card-date {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tPDu3EHDFk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(90deg, #212428 25%, rgba(33, 36, 40, 0)), url("../../../assets/images/swansway-motor-group-8vkfjwv16zg-unsplash-1920x1280.webp");
}
.cid-tPDu3EHDFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPDu3EHDFk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPDu3EHDFk .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tPDu3EHDFk .container-fluid {
    padding: 0 20px;
  }
}
.cid-tPDu3EHDFk .container-fluid .row {
  padding-top: 15%;
}
@media (max-width: 992px) {
  .cid-tPDu3EHDFk .container-fluid .row {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-tPDu3EHDFk .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tPDu3EHDFk .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tPDu3EHDFk .title-wrapper .logo-wrap {
  margin-bottom: 16px;
}
.cid-tPDu3EHDFk .title-wrapper .logo-wrap img {
  display: inline-flex;
  height: 92px;
  width: 254px;
  object-fit: cover;
}
.cid-tPDu3EHDFk .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tPDu3EHDFk .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tPDu3EHDFk .title-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tPDu3EHDFk .title-wrapper .desc-wrapper .desc-wrap {
    margin-bottom: 20px;
    display: block;
  }
}
.cid-tPDu3EHDFk .title-wrapper .desc-wrapper .desc-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-tPDu3EHDFk .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 0 0 6px;
}
@media (max-width: 992px) {
  .cid-tPDu3EHDFk .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0;
  }
}
.cid-tPDu3EHDFk .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPDu3EHDFk .buttons-wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.cid-tPDu3EHDFk .buttons-wrap .mbr-section-btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tPDu3EHDFk .buttons-wrap .mbr-section-btn {
    text-align: left;
  }
}
.cid-tPDu3EHDFk .mbr-section-title {
  color: #ffffff;
}
.cid-tPDu3EHDFk .mbr-price {
  color: #ffffff;
}
.cid-tPDu3EHDFk .mbr-desc {
  color: #f2f2f2;
}
.cid-tPDu3EHDFk .mbr-text {
  color: #f2f2f2;
}
.cid-tPDu3EHDFk .mbr-section-btn {
  text-align: right;
}
.cid-tPEK98VWOE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tPEK98VWOE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPEK98VWOE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPEK98VWOE .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-tPEK98VWOE .mbr-section-title {
  color: #FF014E;
}
.cid-tPEK98VWOE .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tPEK98VWOE .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tPEK98VWOE .card-row {
  align-items: stretch;
}
.cid-tPEK98VWOE .card {
  margin: 15px 0;
}
.cid-tPEK98VWOE .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border: #ffffff35 solid 1px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-tPEK98VWOE .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-tPEK98VWOE .card-wrapper {
    padding: 20px;
  }
}
.cid-tPEK98VWOE .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-tPEK98VWOE .card-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-tPEK98VWOE .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  padding: 7px;
  min-width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1b3939;
}
.cid-tPEK98VWOE .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-tPEK98VWOE .card-head-text {
  flex-grow: 1;
}
.cid-tPEK98VWOE .name-title {
  color: #FFFFFF;
}
.cid-tPEK98VWOE .name-text {
  color: #5f7b7b;
}
.cid-tPEK98VWOE .card-title {
  color: #FFFFFF;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-tPEK98VWOE .card-text {
  color: #c4cfde;
  opacity: 0.75;
  margin-bottom: 36px;
  transition: .5s all;
}
.cid-tPEK98VWOE .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-right: auto;
  padding-top: 4px;
}
.cid-tPEK98VWOE .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.cid-tPEK98VWOE .score-container .score-wrapper .mbr-iconfont {
  font-size: 12px;
  color: #5f7b7b;
}
.cid-tGGzoVdIDW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: linear-gradient(90deg, #212428 25%, rgba(33, 36, 40, 0)), url("../../../assets/images/swansway-motor-group-luihtptto8s-unsplash-1793x2690.webp");
}
.cid-tGGzoVdIDW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGzoVdIDW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGzoVdIDW .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGzoVdIDW .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tGGzoVdIDW .container {
    padding: 0 20px;
  }
}
.cid-tGGzoVdIDW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tGGzoVdIDW .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tGGzoVdIDW .panel-group {
  padding: 0 150px;
}
@media (max-width: 1200px) {
  .cid-tGGzoVdIDW .panel-group {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tGGzoVdIDW .panel-group {
    padding: 0;
  }
}
.cid-tGGzoVdIDW .panel-group .card:first-child .card-header {
  padding: 0 0 28px;
}
.cid-tGGzoVdIDW .panel-group .card .card-header {
  border: none;
  padding: 28px 0;
}
.cid-tGGzoVdIDW .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGGzoVdIDW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tGGzoVdIDW .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tGGzoVdIDW .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-tGGzoVdIDW .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-tGGzoVdIDW .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-tGGzoVdIDW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tGGzoVdIDW .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tGGzoVdIDW .panel-title-edit {
  color: #ffffff;
}
.cid-tGGzoVdIDW .panel-text {
  color: #ffffff;
}
.cid-tPEKqwR5Tb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #212428;
}
.cid-tPEKqwR5Tb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPEKqwR5Tb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tPEKqwR5Tb .container {
    padding: 0 20px;
  }
}
.cid-tPEKqwR5Tb .mbr-section-title {
  margin-bottom: 64px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tPEKqwR5Tb .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tPEKqwR5Tb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-tPEKqwR5Tb .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tPEKqwR5Tb .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-tPEKqwR5Tb .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-tPEKqwR5Tb .embla__button--next,
.cid-tPEKqwR5Tb .embla__button--prev {
  display: flex;
}
.cid-tPEKqwR5Tb .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tPEKqwR5Tb .embla__button {
    display: none;
  }
}
.cid-tPEKqwR5Tb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tPEKqwR5Tb .embla__button:hover {
  background: transparent;
  color: #ffffff;
  opacity: .7;
}
.cid-tPEKqwR5Tb .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-tPEKqwR5Tb .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tPEKqwR5Tb .embla__button {
    top: 7rem;
  }
}
.cid-tPEKqwR5Tb .embla {
  position: relative;
  width: 100%;
}
.cid-tPEKqwR5Tb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tPEKqwR5Tb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tPEKqwR5Tb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tPEKqwR5Tb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tGGL2qVBGr {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-tGGL2qVBGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGL2qVBGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGL2qVBGr .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .container {
    padding: 0 20px;
  }
}
.cid-tGGL2qVBGr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-tGGL2qVBGr .social-wrap {
  margin: 25px 0 25px;
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-tGGL2qVBGr .social-wrap .social-row {
  display: inline-flex;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a:hover::after,
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a img {
  width: 22px;
  height: 22px;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #ffffff;
  font-size: 22px;
}
.cid-tGGL2qVBGr .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-tGGL2qVBGr .mbr-list-title {
  color: #436262;
  text-align: center;
}
.cid-tGGL2qVBGr .list {
  color: #ffffff;
  text-align: center;
}
.cid-tGGL2qVBGr .copyright,
.cid-tGGL2qVBGr .social-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-tPEIlnW6w8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1b1b;
}
.cid-tPEIlnW6w8 .mbr-text {
  color: #ffffff;
}
.cid-tQRNSWwAsU.popup-builder {
  background-color: #ffffff;
}
.cid-tQRNSWwAsU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tQRNSWwAsU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tQRNSWwAsU .modal-content,
.cid-tQRNSWwAsU .modal-dialog {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: auto;
}
.cid-tQRNSWwAsU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tQRNSWwAsU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tQRNSWwAsU .form-wrapper .mbr-form .form-group,
  .cid-tQRNSWwAsU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tQRNSWwAsU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tQRNSWwAsU .mbr-figure img {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tQRNSWwAsU .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tQRNSWwAsU .pt-0 {
  padding-top: 0 !important;
}
.cid-tQRNSWwAsU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tQRNSWwAsU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tQRNSWwAsU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tQRNSWwAsU .modal-open {
  overflow: hidden;
}
.cid-tQRNSWwAsU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tQRNSWwAsU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tQRNSWwAsU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tQRNSWwAsU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tQRNSWwAsU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tQRNSWwAsU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tQRNSWwAsU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tQRNSWwAsU .modal-content {
  border: #ffffff35 solid 1px;
  background: #212428;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tQRNSWwAsU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tQRNSWwAsU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tQRNSWwAsU .modal-backdrop.fade {
  opacity: 0;
}
.cid-tQRNSWwAsU .modal-backdrop.show {
  opacity: .5;
}
.cid-tQRNSWwAsU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tQRNSWwAsU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tQRNSWwAsU .modal-header {
    padding: 1rem;
  }
}
.cid-tQRNSWwAsU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tQRNSWwAsU .modal-header .close svg {
  fill: #ffffff;
}
.cid-tQRNSWwAsU .modal-header .close:hover {
  opacity: 1;
}
.cid-tQRNSWwAsU .modal-header .close:focus {
  outline: none;
}
.cid-tQRNSWwAsU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tQRNSWwAsU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tQRNSWwAsU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQRNSWwAsU .modal-body {
    padding: 1rem;
  }
}
.cid-tQRNSWwAsU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tQRNSWwAsU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQRNSWwAsU .modal-footer {
    padding: 1rem;
  }
}
.cid-tQRNSWwAsU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tQRNSWwAsU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tQRNSWwAsU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tQRNSWwAsU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tQRNSWwAsU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tQRNSWwAsU .modal-lg,
  .cid-tQRNSWwAsU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tQRNSWwAsU .modal-xl {
    max-width: 1140px;
  }
}
.cid-tQRNSWwAsU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tQRNSWwAsU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tQRNSWwAsU .form-group {
  margin-bottom: 1rem;
}
.cid-tQRNSWwAsU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tQRNSWwAsU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tQRNSWwAsU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tQRNSWwAsU .mbr-section-btn {
  margin: 0;
}
.cid-tQRNSWwAsU .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPEfjob6fe {
  z-index: 1000;
  width: 100%;
}
.cid-tPEfjob6fe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPEfjob6fe .dropdown-menu {
  padding: 0;
}
.cid-tPEfjob6fe .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tPEfjob6fe .dropdown-item {
    text-align: left !important;
  }
}
.cid-tPEfjob6fe .dropdown-item:hover {
  background-position: right !important;
}
.cid-tPEfjob6fe .dropdown-item:hover:after {
  color: #ffffff;
}
.cid-tPEfjob6fe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPEfjob6fe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPEfjob6fe .nav-link {
  position: relative;
}
.cid-tPEfjob6fe .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tPEfjob6fe .navbar-buttons {
  width: auto !important;
  padding-right: 0 !important;
}
.cid-tPEfjob6fe .navbar-buttons .btn {
  min-width: 250px !important;
  width: auto !important;
  padding: 4px 25px 4px 25px !important;
  margin: 5px 0 0 0 !important;
}
.cid-tPEfjob6fe .navbar-brand .navbar-caption-wrap {
  position: relative;
  right: 2px;
  width: 100%;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tPEfjob6fe .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
}
.cid-tPEfjob6fe .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 569px) {
  .cid-tPEfjob6fe .navbar-brand {
    width: 90% !important;
  }
}
@media (max-width: 568px) {
  .cid-tPEfjob6fe .navbar-brand {
    width: 100% !important;
  }
}
.cid-tPEfjob6fe .navbar-brand a {
  width: 100%;
}
.cid-tPEfjob6fe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPEfjob6fe .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tPEfjob6fe .navbar-brand {
    min-height: 69px;
  }
}
.cid-tPEfjob6fe .dropdown-menu,
.cid-tPEfjob6fe .navbar.opened {
  background: #1b1b1b !important;
}
.cid-tPEfjob6fe .nav-item:focus,
.cid-tPEfjob6fe .nav-link:focus {
  outline: none;
}
.cid-tPEfjob6fe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPEfjob6fe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPEfjob6fe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPEfjob6fe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPEfjob6fe .mbr-iconfont img {
  width: 20px;
  height: 20px;
  z-index: 99;
}
.cid-tPEfjob6fe .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: linear-gradient(270deg, #202428 0%, rgba(32, 36, 40, 0) 25%, #202428 100%);
}
.cid-tPEfjob6fe .navbar.opened {
  transition: all 0.3s;
}
.cid-tPEfjob6fe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPEfjob6fe .navbar .navbar-logo img {
  width: auto;
}
.cid-tPEfjob6fe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tPEfjob6fe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPEfjob6fe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPEfjob6fe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPEfjob6fe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPEfjob6fe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tPEfjob6fe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPEfjob6fe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPEfjob6fe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPEfjob6fe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPEfjob6fe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPEfjob6fe .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tPEfjob6fe .navbar {
    min-height: 80px;
  }
}
.cid-tPEfjob6fe .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tPEfjob6fe .dropdown-item.active,
.cid-tPEfjob6fe .dropdown-item:active {
  background-color: transparent;
}
.cid-tPEfjob6fe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPEfjob6fe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPEfjob6fe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPEfjob6fe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1b1b;
}
.cid-tPEfjob6fe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPEfjob6fe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPEfjob6fe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPEfjob6fe button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #212428, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tPEfjob6fe button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tPEfjob6fe button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tPEfjob6fe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tPEfjob6fe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tPEfjob6fe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tPEfjob6fe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tPEfjob6fe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPEfjob6fe nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPEfjob6fe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPEfjob6fe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPEfjob6fe nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPEfjob6fe .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tPEfjob6fe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPEfjob6fe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPEfjob6fe .navbar {
    height: 70px;
  }
  .cid-tPEfjob6fe .navbar.opened {
    height: auto;
  }
  .cid-tPEfjob6fe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPEfjob6fe .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1b1b1b;
  background: linear-gradient(270deg, #202428 0%, rgba(32, 36, 40, 0) 25%, #202428 100%);
}
@media (max-width: 575px) {
  .cid-tPEfjob6fe .navbar-short {
    min-height: 70px;
  }
}
.cid-tPEfjob6fe .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tPEfjob6fe .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tPEfjob6fe .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tPEfjob6fe .container-fluid {
    padding: 0 3px;
  }
}
.cid-tPEfjob6fe .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tPEfjob6fe .navbar-nav {
  display: flex !important;
}
.cid-tPEfjob6fe .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tPEfjob6fe .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tPEfjob6fe .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tPEfjob6fe .navbar-nav .nav-item .nav-link:hover,
.cid-tPEfjob6fe .navbar-nav .nav-item .nav-link:focus,
.cid-tPEfjob6fe .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tPEfjob6fe .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-tPEfjob6fe .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tPEfjob6fe .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tPEfjob6fe button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #212428, #ffffff);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tPEfjob6fe button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tPEfjob6fe button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tPEfjob6fe button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tPEfjob6fe button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tPEfjob6fe button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tPEfjob6fe button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tPEfjob6fe button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPEfjob6fe .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #212428, #ffffff);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tPEfjob6fe .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tPEfjob6fe .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tPEfjob6fe .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tPEfjob6fe .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tPEfjob6fe .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPEfjob6fe .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPEfjob6fe .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tPEfjob6fe .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tPEfjob6fe .offcanvas.show {
  transform: translateX(0);
}
.cid-tPEfjob6fe .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tPEfjob6fe .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tPEfjob6fe .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 568px) {
  .cid-tPEfjob6fe .offcanvas-body {
    width: 90% !important;
  }
}
@media (max-width: 575px) {
  .cid-tPEfjob6fe .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tPEfjob6fe .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tPEfjob6fe .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tPEfjob6fe .offcanvas-body .navbar-brand {
  width: auto !important;
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tPEfjob6fe .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tPEfjob6fe .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tPEfjob6fe .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tPEfjob6fe .offcanvas-body .navbar-brand .navbar-caption-wrap {
  display: none;
}
.cid-tPEfjob6fe .mbr-text {
  color: #ffffff;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tPEfjob6fe .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tPEfjob6fe .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tPEfjob6fe .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tPEfjob6fe .social-container {
    padding-top: 40px;
  }
}
.cid-tPEfjob6fe .social-title {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tPEfjob6fe .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tPEfjob6fe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #212428, #ffffff);
  transition: 0.4s all;
}
.cid-tPEfjob6fe .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tPEfjob6fe .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tPEfjob6fe .soc-item .mbr-iconfont img {
  opacity: 1 !important;
}
.cid-tPEfjob6fe .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tPEfjob6fe .soc-item:hover:before {
  opacity: 0;
}
.cid-tPEfjob6fe .offcanvas_btn {
  margin-top: auto;
}
.cid-tPEfjob6fe .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tPEfjob6fe .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tQtQTLuZSY {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/swansway-motor-group-y3cgofbryn0-unsplash-1920x1280.webp");
}
.cid-tQtQTLuZSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQtQTLuZSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQtQTLuZSY .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tQtQTLuZSY .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tQtQTLuZSY .container {
    padding: 0 20px;
  }
}
.cid-tQtQTLuZSY .row {
  justify-content: center;
}
.cid-tQtQTLuZSY .title-wrapper {
  padding: 40px 78px;
  background-color: #1b1b1b;
}
@media (max-width: 1200px) {
  .cid-tQtQTLuZSY .title-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-tQtQTLuZSY .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-tQtQTLuZSY .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tQtQTLuZSY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tQtQTLuZSY .dragArea.row {
  padding: 80px 78px;
  background-color: #2124287f;
  border: #ffffff35 solid 1px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0;
}
@media (max-width: 1200px) {
  .cid-tQtQTLuZSY .dragArea.row {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tQtQTLuZSY .dragArea.row {
    padding: 50px 25px;
  }
}
.cid-tQtQTLuZSY .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tQtQTLuZSY .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-tQtQTLuZSY .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: #ffffffBF;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.cid-tQtQTLuZSY .dragArea.row .form-group .form-control:hover,
.cid-tQtQTLuZSY .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tQtQTLuZSY .dragArea.row .form-group .form-control::placeholder {
  color: #787878;
}
.cid-tQtQTLuZSY .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0 0 20px;
}
.cid-tQtQTLuZSY .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  background-color: transparent;
  border-color: #787878;
}
.cid-tQtQTLuZSY .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tQtQTLuZSY .mbr-section-title {
  color: #ffffff;
}
.cid-tQtQTLuZSY .mbr-text {
  color: #e4dfd4;
}
.cid-tQtQTLuZSY label {
  color: #c2b299;
}
.cid-tQtQTLuZSY H2 {
  color: #ffffff;
}
.cid-tQtQTLuZSY LABEL {
  color: #ffffff;
}
.cid-tQtUGx90Hd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tQtUGx90Hd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQtUGx90Hd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQtUGx90Hd .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-tQtUGx90Hd .mbr-section-title {
  color: #ffffff;
}
.cid-tQtUGx90Hd .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tQtUGx90Hd .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tQtUGx90Hd .card-row {
  align-items: stretch;
}
.cid-tQtUGx90Hd .card {
  margin: 15px 0;
}
.cid-tQtUGx90Hd .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border: #ffffff35 solid 1px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-tQtUGx90Hd .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-tQtUGx90Hd .card-wrapper {
    padding: 20px;
  }
}
.cid-tQtUGx90Hd .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-tQtUGx90Hd .card-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-tQtUGx90Hd .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  padding: 7px;
  min-width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1b3939;
  max-width: 50px;
}
.cid-tQtUGx90Hd .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-tQtUGx90Hd .card-head-text {
  flex-grow: 1;
}
.cid-tQtUGx90Hd .name-title {
  color: #FFFFFF;
}
.cid-tQtUGx90Hd a .name-text {
  display: flex;
  color: #ffffff;
}
.cid-tQtUGx90Hd .name-text {
  display: flex;
  color: #ffffff;
}
.cid-tQtUGx90Hd .card-title {
  color: #FFFFFF;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-tQtUGx90Hd .card-text {
  color: #ffffff;
  opacity: 0.75;
  margin-bottom: 36px;
  transition: .5s all;
}
.cid-tQtUGx90Hd .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-right: auto;
  padding-top: 4px;
}
.cid-tQtUGx90Hd .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.cid-tQtUGx90Hd .score-container .score-wrapper .mbr-iconfont {
  font-size: 12px;
  color: #5f7b7b;
}
.cid-tQtUGx90Hd .iconfont-wrapper2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  padding: 7px;
}
.cid-tQtUGx90Hd .iconfont-wrapper2 .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-tQtUGx90Hd .iconfont-wrapper2 .name-text {
  padding-left: 25px;
}
.cid-tQtUGx90Hd .iconfont-wrapper2 img {
  width: 36px;
  height: 36px;
}
#custom-html-u {
  background-color: #212428;
  padding: 25px;
}
#custom-html-u iframe {
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border: #ffffff35 solid 1px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.cid-tGGL2qVBGr {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-tGGL2qVBGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGL2qVBGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGL2qVBGr .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .container {
    padding: 0 20px;
  }
}
.cid-tGGL2qVBGr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-tGGL2qVBGr .social-wrap {
  margin: 25px 0 25px;
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-tGGL2qVBGr .social-wrap .social-row {
  display: inline-flex;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a:hover::after,
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a img {
  width: 22px;
  height: 22px;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #ffffff;
  font-size: 22px;
}
.cid-tGGL2qVBGr .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-tGGL2qVBGr .mbr-list-title {
  color: #436262;
  text-align: center;
}
.cid-tGGL2qVBGr .list {
  color: #ffffff;
  text-align: center;
}
.cid-tGGL2qVBGr .copyright,
.cid-tGGL2qVBGr .social-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-tPEIlnW6w8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1b1b;
}
.cid-tPEIlnW6w8 .mbr-text {
  color: #ffffff;
}
.cid-tPEfjob6fe {
  z-index: 1000;
  width: 100%;
}
.cid-tPEfjob6fe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPEfjob6fe .dropdown-menu {
  padding: 0;
}
.cid-tPEfjob6fe .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tPEfjob6fe .dropdown-item {
    text-align: left !important;
  }
}
.cid-tPEfjob6fe .dropdown-item:hover {
  background-position: right !important;
}
.cid-tPEfjob6fe .dropdown-item:hover:after {
  color: #ffffff;
}
.cid-tPEfjob6fe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPEfjob6fe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPEfjob6fe .nav-link {
  position: relative;
}
.cid-tPEfjob6fe .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tPEfjob6fe .navbar-buttons {
  width: auto !important;
  padding-right: 0 !important;
}
.cid-tPEfjob6fe .navbar-buttons .btn {
  min-width: 250px !important;
  width: auto !important;
  padding: 4px 25px 4px 25px !important;
  margin: 5px 0 0 0 !important;
}
.cid-tPEfjob6fe .navbar-brand .navbar-caption-wrap {
  position: relative;
  right: 2px;
  width: 100%;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tPEfjob6fe .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
}
.cid-tPEfjob6fe .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 569px) {
  .cid-tPEfjob6fe .navbar-brand {
    width: 90% !important;
  }
}
@media (max-width: 568px) {
  .cid-tPEfjob6fe .navbar-brand {
    width: 100% !important;
  }
}
.cid-tPEfjob6fe .navbar-brand a {
  width: 100%;
}
.cid-tPEfjob6fe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPEfjob6fe .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tPEfjob6fe .navbar-brand {
    min-height: 69px;
  }
}
.cid-tPEfjob6fe .dropdown-menu,
.cid-tPEfjob6fe .navbar.opened {
  background: #1b1b1b !important;
}
.cid-tPEfjob6fe .nav-item:focus,
.cid-tPEfjob6fe .nav-link:focus {
  outline: none;
}
.cid-tPEfjob6fe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPEfjob6fe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPEfjob6fe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPEfjob6fe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPEfjob6fe .mbr-iconfont img {
  width: 20px;
  height: 20px;
  z-index: 99;
}
.cid-tPEfjob6fe .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: linear-gradient(270deg, #202428 0%, rgba(32, 36, 40, 0) 25%, #202428 100%);
}
.cid-tPEfjob6fe .navbar.opened {
  transition: all 0.3s;
}
.cid-tPEfjob6fe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPEfjob6fe .navbar .navbar-logo img {
  width: auto;
}
.cid-tPEfjob6fe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tPEfjob6fe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPEfjob6fe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPEfjob6fe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPEfjob6fe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPEfjob6fe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tPEfjob6fe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPEfjob6fe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPEfjob6fe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPEfjob6fe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPEfjob6fe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPEfjob6fe .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tPEfjob6fe .navbar {
    min-height: 80px;
  }
}
.cid-tPEfjob6fe .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tPEfjob6fe .dropdown-item.active,
.cid-tPEfjob6fe .dropdown-item:active {
  background-color: transparent;
}
.cid-tPEfjob6fe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPEfjob6fe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPEfjob6fe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPEfjob6fe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1b1b;
}
.cid-tPEfjob6fe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPEfjob6fe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPEfjob6fe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPEfjob6fe button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #212428, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tPEfjob6fe button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tPEfjob6fe button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tPEfjob6fe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tPEfjob6fe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tPEfjob6fe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tPEfjob6fe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tPEfjob6fe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPEfjob6fe nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPEfjob6fe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPEfjob6fe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPEfjob6fe nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPEfjob6fe .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tPEfjob6fe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPEfjob6fe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPEfjob6fe .navbar {
    height: 70px;
  }
  .cid-tPEfjob6fe .navbar.opened {
    height: auto;
  }
  .cid-tPEfjob6fe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPEfjob6fe .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1b1b1b;
  background: linear-gradient(270deg, #202428 0%, rgba(32, 36, 40, 0) 25%, #202428 100%);
}
@media (max-width: 575px) {
  .cid-tPEfjob6fe .navbar-short {
    min-height: 70px;
  }
}
.cid-tPEfjob6fe .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tPEfjob6fe .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tPEfjob6fe .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tPEfjob6fe .container-fluid {
    padding: 0 3px;
  }
}
.cid-tPEfjob6fe .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tPEfjob6fe .navbar-nav {
  display: flex !important;
}
.cid-tPEfjob6fe .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tPEfjob6fe .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tPEfjob6fe .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tPEfjob6fe .navbar-nav .nav-item .nav-link:hover,
.cid-tPEfjob6fe .navbar-nav .nav-item .nav-link:focus,
.cid-tPEfjob6fe .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tPEfjob6fe .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-tPEfjob6fe .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tPEfjob6fe .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tPEfjob6fe button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #212428, #ffffff);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tPEfjob6fe button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tPEfjob6fe button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tPEfjob6fe button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tPEfjob6fe button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tPEfjob6fe button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tPEfjob6fe button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tPEfjob6fe button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPEfjob6fe .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #212428, #ffffff);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tPEfjob6fe .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tPEfjob6fe .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tPEfjob6fe .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tPEfjob6fe .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tPEfjob6fe .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPEfjob6fe .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPEfjob6fe .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tPEfjob6fe .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tPEfjob6fe .offcanvas.show {
  transform: translateX(0);
}
.cid-tPEfjob6fe .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tPEfjob6fe .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tPEfjob6fe .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 568px) {
  .cid-tPEfjob6fe .offcanvas-body {
    width: 90% !important;
  }
}
@media (max-width: 575px) {
  .cid-tPEfjob6fe .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tPEfjob6fe .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tPEfjob6fe .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tPEfjob6fe .offcanvas-body .navbar-brand {
  width: auto !important;
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tPEfjob6fe .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tPEfjob6fe .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tPEfjob6fe .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tPEfjob6fe .offcanvas-body .navbar-brand .navbar-caption-wrap {
  display: none;
}
.cid-tPEfjob6fe .mbr-text {
  color: #ffffff;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tPEfjob6fe .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tPEfjob6fe .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tPEfjob6fe .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tPEfjob6fe .social-container {
    padding-top: 40px;
  }
}
.cid-tPEfjob6fe .social-title {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tPEfjob6fe .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tPEfjob6fe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #212428, #ffffff);
  transition: 0.4s all;
}
.cid-tPEfjob6fe .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tPEfjob6fe .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tPEfjob6fe .soc-item .mbr-iconfont img {
  opacity: 1 !important;
}
.cid-tPEfjob6fe .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tPEfjob6fe .soc-item:hover:before {
  opacity: 0;
}
.cid-tPEfjob6fe .offcanvas_btn {
  margin-top: auto;
}
.cid-tPEfjob6fe .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tPEfjob6fe .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tQvBfznZMK {
  background-image: url("../../../assets/images/swansway-motor-group-kyz-atbej-g-unsplash-1920x1279.webp");
}
.cid-tQvBfznZMK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQvBfznZMK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQvBfznZMK .mbr-section-title {
  color: #ffffff;
  text-align: center !important;
}
.cid-tQvBfznZMK .mbr-text,
.cid-tQvBfznZMK .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tQvBfznZMK .input-container {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
.cid-tQvBfznZMK .icon {
  padding: 15px;
  background: #101010;
  color: white;
  min-width: 50px;
  text-align: center;
  font-size: 20px;
  border-bottom: 2px #fff solid !important;
}
.cid-tQvBfznZMK .modal-title {
  text-align: left;
  color: #ffffff;
}
.cid-tQvBfznZMK .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tQvBfznZMK .modal-content {
  box-shadow: 0px 0px 20px 9px #0000007f;
  background-color: #2124287f;
  border: #ffffff35 solid 1px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.cid-tQvBfznZMK .form-control {
  border-bottom: 2px solid #000 !important;
  background-color: #ffffffb5;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tGGL2qVBGr {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-tGGL2qVBGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGL2qVBGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGL2qVBGr .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .container {
    padding: 0 20px;
  }
}
.cid-tGGL2qVBGr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .list-wrap .mbr-list-title {
    text-align: center;
  }
}
.cid-tGGL2qVBGr .social-wrap {
  margin: 25px 0 25px;
}
@media (max-width: 992px) {
  .cid-tGGL2qVBGr .social-wrap {
    margin: 50px 0 24px;
  }
}
.cid-tGGL2qVBGr .social-wrap .social-row {
  display: inline-flex;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-bottom: 16px;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a:hover::after,
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a:focus::after {
  width: 100%;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a img {
  width: 22px;
  height: 22px;
}
.cid-tGGL2qVBGr .social-wrap .social-row .soc-item a .mbr-iconfont {
  color: #ffffff;
  font-size: 22px;
}
.cid-tGGL2qVBGr .copyright {
  margin-bottom: 0;
  color: #1b1b1b;
}
.cid-tGGL2qVBGr .mbr-list-title {
  color: #436262;
  text-align: center;
}
.cid-tGGL2qVBGr .list {
  color: #ffffff;
  text-align: center;
}
.cid-tGGL2qVBGr .copyright,
.cid-tGGL2qVBGr .social-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-tPEIlnW6w8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1b1b;
}
.cid-tPEIlnW6w8 .mbr-text {
  color: #ffffff;
}
