body {
  font-family: 'Poppins', sans-serif;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 3.5625rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #2f404d !important;
}
.bg-success {
  background-color: #85ebd9 !important;
}
.bg-info {
  background-color: #fff8ef !important;
}
.bg-warning {
  background-color: #e2dddf !important;
}
.bg-danger {
  background-color: #b0acb0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2f404d !important;
  border-color: #2f404d !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #0e1317 !important;
  border-color: #0e1317 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e1317 !important;
  border-color: #0e1317 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2f404d !important;
  border-color: #2f404d !important;
  color: #ffffff !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: #0e1317 !important;
  border-color: #0e1317 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0e1317 !important;
  border-color: #0e1317 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fff8ef !important;
  border-color: #fff8ef !important;
  color: #ef8600 !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: #985600 !important;
  background-color: #ffd298 !important;
  border-color: #ffd298 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ef8600 !important;
  background-color: #ffd298 !important;
  border-color: #ffd298 !important;
}
.btn-success,
.btn-success:active {
  background-color: #85ebd9 !important;
  border-color: #85ebd9 !important;
  color: #106153 !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: #3bdfc2 !important;
  border-color: #3bdfc2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #106153 !important;
  background-color: #3bdfc2 !important;
  border-color: #3bdfc2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e2dddf !important;
  border-color: #e2dddf !important;
  color: #68585e !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: #baaeb3 !important;
  border-color: #baaeb3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #68585e !important;
  background-color: #baaeb3 !important;
  border-color: #baaeb3 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b0acb0 !important;
  border-color: #b0acb0 !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: #868086 !important;
  border-color: #868086 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #868086 !important;
  border-color: #868086 !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: #2f404d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0e1317 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2f404d !important;
  border-color: #2f404d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2f404d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0e1317 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2f404d !important;
  border-color: #2f404d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff8ef;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffd298 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ef8600 !important;
  background-color: #fff8ef !important;
  border-color: #fff8ef !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #85ebd9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3bdfc2 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #106153 !important;
  background-color: #85ebd9 !important;
  border-color: #85ebd9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e2dddf;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #baaeb3 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #68585e !important;
  background-color: #e2dddf !important;
  border-color: #e2dddf !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b0acb0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #868086 !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: #b0acb0 !important;
  border-color: #b0acb0 !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: #2f404d !important;
}
.text-secondary {
  color: #2f404d !important;
}
.text-success {
  color: #85ebd9 !important;
}
.text-info {
  color: #fff8ef !important;
}
.text-warning {
  color: #e2dddf !important;
}
.text-danger {
  color: #b0acb0 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2f404d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2f404d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #85ebd9 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #fff8ef !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e2dddf !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b0acb0 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.3s;
  /*position: relative;
        background-image: linear-gradient(currentColor 50%, currentColor 50%);
        background-size: 10000px 2px;
        background-repeat: no-repeat;
        background-position: 0 1.2em;*/
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #2f404d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fff8ef;
}
.alert-warning {
  background-color: #e2dddf;
}
.alert-danger {
  background-color: #b0acb0;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2f404d;
  border-color: #2f404d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9eb3c4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #eeedee;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #2f404d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #2f404d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2f404d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2f404d;
}
.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: #2f404d;
  border-bottom-color: #2f404d;
}
.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: #ffffff !important;
  background-color: #2f404d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #2f404d !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='%232f404d' %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;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1440px;
}
a {
  transition: color 300ms ease !important;
}
a.btn {
  transition: color 300ms ease !important;
  box-shadow: none !important;
}
a.btn.btn-warning:hover {
  background-color: #e5bc8a !important;
  border-color: #e5bc8a !important;
}
.card-title {
  margin-bottom: 0;
}
button:focus {
  box-shadow: none !important;
}
.cid-txmu1CSe9s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f404d;
}
.cid-txmu1CSe9s .card1 {
  width: 100%;
  display: flex;
  align-items: center;
}
.cid-txmu1CSe9s img {
  display: block;
  width: 100%;
  -webkit-mask-image: url("../../../assets/images/group1.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.cid-txmu1CSe9s .svg1 {
  position: absolute;
  width: 20%;
  top: 60%;
  right: 35%;
}
.cid-txmu1CSe9s span {
  color: currentColor !important;
}
.cid-txmu1CSe9s .svg2 {
  position: absolute;
  top: 59%;
  width: 24%;
  right: 1.2%;
}
.cid-txmu1CSe9s .mbr-section-subtitle {
  color: #111213;
  text-align: center;
}
.cid-txmu1CSe9s .mbr-section-title {
  text-align: left;
  color: #ffffff;
  margin: auto;
}
.cid-txmu1CSe9s .mbr-iconfont::before {
  font-size: 14px;
}
.cid-txmu1CSe9s .b {
  display: inline-flex;
  padding-left: 30px;
}
.cid-txmu1CSe9s .main {
  align-items: center;
  justify-content: space-between;
}
.cid-txmu1CSe9s .card-header {
  padding: 15px;
  background-color: transparent;
  border: none;
}
.cid-txmu1CSe9s .card {
  border-bottom: 1px solid #ffffff;
}
.cid-txmu1CSe9s .panel-text {
  color: #f2f2f2;
}
.cid-txmu1CSe9s .panel-title-edit {
  color: #ffffff;
  padding-left: 15px;
}
.cid-txmu1CSe9s .mbr-text {
  margin-bottom: 48px;
}
.cid-txmu1CSe9s .panel-body {
  padding: 15px 15px 33px;
}
.cid-txmu1CSe9s .t1 {
  display: flex;
  align-items: center;
}
.cid-txmu1CSe9s .button-align {
  margin-top: 40px;
}
.cid-txmu1CSe9s .mbr-iconfont {
  color: #ffffff;
  top: 1px;
  position: absolute;
  left: 2px;
}
.cid-txmu1CSe9s .btn {
  padding: 15px 30px !important;
  letter-spacing: 5.4px;
  transition: all .3s !important;
}
.cid-txmu1CSe9s .mbr-text,
.cid-txmu1CSe9s .button-align {
  color: #85ebd9;
}
.cid-txmu1CSe9s a.btn:hover {
  background-color: #75dbcd !important;
  border-color: #75dbcd !important;
}
.cid-txmu1CSe9s .st0 {
  fill: #85ebd9;
}
.cid-txmu1CSe9s .st1 {
  fill: #3d898d;
}
.cid-txmu1CSe9s .cls-1 {
  fill: #85ebd9;
}
.cid-txmu1CSe9s .cls-2 {
  fill: #3d898d;
}
.cid-txmu1CSe9s .card .collapsing .panel-body {
  border-top: transparent !important;
  border-bottom: 1px solid #ffffff;
}
.cid-txmu1CSe9s .card .show .panel-body {
  border-bottom: 1px solid #ffffff;
  border-top: transparent !important;
}
.cid-txmu1CSe9s svg {
  z-index: 12;
}
@media (max-width: 992px) {
  .cid-txmu1CSe9s .b {
    padding-top: 30px;
    padding-left: 15px;
  }
  .cid-txmu1CSe9s .svg1,
  .cid-txmu1CSe9s .svg2 {
    display: none;
  }
}
.cid-txmFfvAAnJ {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #2f404d;
}
.cid-txmFfvAAnJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmFfvAAnJ .mbr-section-title {
  padding-bottom: 5rem;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-txmFfvAAnJ .mbr-section-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-txmFfvAAnJ .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-txmFfvAAnJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmFfvAAnJ img {
  border-radius: 3rem;
}
.cid-txmFfvAAnJ .mbr-text,
.cid-txmFfvAAnJ .mbr-section-btn {
  color: #ffffff;
}
.cid-txmz8XUIYi {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #2f404d;
}
.cid-txmz8XUIYi .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
  letter-spacing: 5.4px;
}
.cid-txmz8XUIYi .mbr-section-title {
  margin-bottom: 10px;
  color: #ffffff;
  text-align: center;
}
.cid-txmz8XUIYi .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  letter-spacing: 5.4px;
}
.cid-txmz8XUIYi a {
  font-weight: 400;
}
.cid-txmz8XUIYi .mbr-section-subtitle,
.cid-txmz8XUIYi .button-align {
  text-align: center;
  color: #85ebd9;
}
.cid-txmyVoOpqx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #2f404d;
}
.cid-txmyVoOpqx .item:focus,
.cid-txmyVoOpqx span:focus {
  outline: none;
}
.cid-txmyVoOpqx .item-wrapper {
  position: relative;
}
.cid-txmyVoOpqx .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-txmyVoOpqx .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-txmyVoOpqx .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-txmyVoOpqx .mbr-text,
.cid-txmyVoOpqx .mbr-section-btn {
  text-align: left;
}
.cid-txmyVoOpqx .item-title {
  text-align: left;
}
.cid-txmyVoOpqx .item-subtitle {
  text-align: left;
}
.cid-txmyVoOpqx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 37%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-txmyVoOpqx .embla__slide {
    max-width: initial;
  }
}
@media (max-width: 900px) {
  .cid-txmyVoOpqx .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-txmyVoOpqx .embla__slide {
    min-width: 375px;
  }
}
.cid-txmyVoOpqx .embla__button--next,
.cid-txmyVoOpqx .embla__button--prev {
  display: flex;
}
.cid-txmyVoOpqx .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  width: 74px;
  height: 74px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-txmyVoOpqx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-txmyVoOpqx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txmyVoOpqx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-txmyVoOpqx .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-txmyVoOpqx .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-txmyVoOpqx .embla {
  position: relative;
  width: 100%;
}
.cid-txmyVoOpqx .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cid-txmyVoOpqx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-txmyVoOpqx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-txmyVoOpqx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-txmyVoOpqx .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-txmyVoOpqx .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-txmyVoOpqx .wrap-img {
  overflow: hidden;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-txmyVoOpqx img {
  width: 100%;
  object-fit: cover;
}
.cid-txmyVoOpqx .card-title {
  margin-bottom: 16px;
  color: #ffffff;
  transition: 0.35s;
  text-align: left !important;
  padding: 124px 0 0;
}
.cid-txmyVoOpqx .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-txmyVoOpqx H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-txmyVoOpqx .card-wrapper {
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 280px;
  transition: all 1s;
}
.cid-txmyVoOpqx .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-txmyVoOpqx .card-wrapper:hover .card-box,
.cid-txmyVoOpqx .card-wrapper:focus-within .card-box {
  opacity: 1;
}
.cid-txmyVoOpqx .card-wrapper:hover:before,
.cid-txmyVoOpqx .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-txmyVoOpqx .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-txmyVoOpqx .link-title {
  display: inline-block;
}
.cid-txmyVoOpqx .margin {
  margin-right: 14px;
}
.cid-txmyVoOpqx .article {
  display: contents;
}
.cid-txmyVoOpqx .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-txmyVoOpqx .link-row {
  align-items: center;
}
.cid-txmyVoOpqx .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-txmyVoOpqx .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-txmyVoOpqx .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-txmyVoOpqx .btn {
  margin-top: 20px;
}
.cid-txmyVoOpqx .card-title,
.cid-txmyVoOpqx .iconfont-wrapper {
  text-align: center;
}
.cid-txmyVoOpqx a.btn > span {
  margin-left: 0.5rem;
}
.cid-txmyVoOpqx .card-box {
  position: absolute;
  padding-right: 30px;
  margin: auto;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.cid-txmyVoOpqx .card-box:focus-within {
  opacity: 1;
}
.cid-txmyVoOpqx .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 280px;
}
.cid-txmyVoOpqx .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-txmyVoOpqx .card-box1 {
  opacity: 1;
  position: absolute;
  z-index: 3;
  left: 32px;
  right: 32px;
}
.cid-txmyVoOpqx .card-title1 {
  padding: 21px 0;
  z-index: 3;
  width: 100%;
  color: #ffffff;
  text-align: left;
}
.cid-txmyVoOpqx .card-wrapper:hover .card-box {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.cid-txmyVoOpqx .card-wrapper:hover .card-title1:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.cid-txmyVoOpqx .card-title1:after {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.35s, -webkit-transform 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
}
.cid-txmyVoOpqx .card1 {
  background-image: url("../../../assets/images/background1.webp");
  background-size: cover;
  background-position: center;
}
.cid-txmyVoOpqx .card2 {
  background-image: url("../../../assets/images/background2.webp");
  background-size: cover;
  background-position: center;
}
.cid-txmyVoOpqx .card3 {
  background-image: url("../../../assets/images/image1.webp");
  background-size: cover;
  background-position: center;
}
.cid-txmyVoOpqx .card4 {
  background-image: url("../../../assets/images/background1.webp");
  background-size: cover;
  background-position: center;
}
.cid-txmyVoOpqx .card5 {
  background-image: url("../../../assets/images/background1.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-txmyVoOpqx .embla__slide {
    min-width: initial;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cid-txmyVoOpqx .embla__slide:last-child {
    margin-bottom: 0px;
  }
  .cid-txmyVoOpqx .embla__container {
    flex-direction: column;
    transform: initial !important;
  }
  .cid-txmyVoOpqx .embla__button {
    display: none;
  }
}
.cid-txrf4kQGB0 {
  padding-top: 60px;
  padding-bottom: 105px;
  overflow: hidden;
  background-color: #2f404d;
}
.cid-txrf4kQGB0 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #2f404d;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-txrf4kQGB0 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-txrf4kQGB0 .mbr-section-title {
  color: #404040;
}
.cid-txrf4kQGB0 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 600;
}
.cid-txrf4kQGB0 .main-text {
  color: #606060;
}
.cid-txrf4kQGB0 .carousel {
  z-index: 2;
  position: relative;
}
.cid-txrf4kQGB0 .user {
  padding: 0 !important;
}
.cid-txrf4kQGB0 .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-txrf4kQGB0 .carousel-item.active,
.cid-txrf4kQGB0 .carousel-item-next,
.cid-txrf4kQGB0 .carousel-item-prev {
  display: flex;
}
.cid-txrf4kQGB0 .details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  justify-content: center;
}
.cid-txrf4kQGB0 .details .img-wrapper img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-txrf4kQGB0 .details .info {
  padding-left: 20px;
}
.cid-txrf4kQGB0 .details .info .user_name {
  margin: 0;
}
.cid-txrf4kQGB0 .details .info .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
}
.cid-txrf4kQGB0 .details .info .user_status {
  color: #fff8ef;
  margin-bottom: 0;
}
.cid-txrf4kQGB0 .details .info .user_status.display-4 {
  line-height: 1.3125;
}
.cid-txrf4kQGB0 .carousel-controls a {
  font-size: 2rem;
}
.cid-txrf4kQGB0 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  opacity: 0.5;
}
.cid-txrf4kQGB0 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-txrf4kQGB0 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-txrf4kQGB0 .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  margin: 6px;
}
.cid-txrf4kQGB0 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-txrf4kQGB0 .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(133, 235, 217, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-txrf4kQGB0 .user_text {
  color: #707070;
  text-align: left;
}
.cid-txrf4kQGB0 .user_text p.display-5 {
  line-height: 1.54;
}
.cid-txrf4kQGB0 .user_desk {
  color: #767676;
}
.cid-txrf4kQGB0 .user_desk,
.cid-txrf4kQGB0 .carousel-item {
  text-align: left;
}
.cid-txrf4kQGB0 .carousel-item {
  padding-right: 20px;
}
.cid-txrf4kQGB0 .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .cid-txrf4kQGB0 .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-txrf4kQGB0 .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-txrf4kQGB0 .carousel-control-prev {
  left: -20px;
  transform: translateX(-50%);
}
.cid-txrf4kQGB0 .user_text p,
.cid-txrf4kQGB0 .carousel-item {
  text-align: left;
  color: #ffffff;
}
.cid-txrRCqo1oT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f404d;
}
.cid-txrRCqo1oT .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #85ebd9;
  letter-spacing: 5.2px;
}
.cid-txrRCqo1oT .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-txrRCqo1oT .button-align {
  text-align: center;
}
.cid-txrRCqo1oT .mbr-section-btn {
  display: block;
}
.cid-txrRCqo1oT .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-txrRCqo1oT a.btn > span {
  margin-left: 0.5rem;
}
.cid-txrRCqo1oT .mbr-text,
.cid-txrRCqo1oT .button-align {
  color: #ffffff;
}
.cid-txrRCqo1oT a.btn {
  letter-spacing: 5.4px;
}
.cid-txC6bWbQBm {
  padding-top: 0px;
  background: linear-gradient(180deg, #2f404d, #2f404d);
}
.cid-txC6bWbQBm .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-txC6bWbQBm .wave2 {
  fill: #ffffff;
}
.cid-txs0TzKLfy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txs0TzKLfy .mbr-fallback-image.disabled {
  display: none;
}
.cid-txs0TzKLfy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txs0TzKLfy .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txs0TzKLfy .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-txs0TzKLfy .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txs0TzKLfy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txs0TzKLfy .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txs0TzKLfy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txs0TzKLfy .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txs0TzKLfy .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txs0TzKLfy .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-txs0TzKLfy .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-txs0TzKLfy .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-txs0TzKLfy .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-txs0TzKLfy .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #2f404d;
  transition: 0.4s all;
}
.cid-txs0TzKLfy .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-txs0TzKLfy .list li:hover {
  color: #2f404d !important;
}
.cid-txs0TzKLfy .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txs0TzKLfy .list a:hover {
  color: #2f404d !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-txs0TzKLfy .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-txs0TzKLfy .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-txs0TzKLfy .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-txs0TzKLfy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txs0TzKLfy .soc-item {
    padding: 10px;
  }
}
.cid-txs0TzKLfy .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #2f404d;
}
.cid-txs0TzKLfy .soc-item:hover .mbr-iconfont {
  color: #2f404d !important;
}
.cid-txs0TzKLfy .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-txs0TzKLfy .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-txs0TzKLfy .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-txs0TzKLfy .border-item {
  width: 100%;
  height: 1px;
  background-color: #2f404d;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-txs0TzKLfy .border-item {
    margin-top: 1.5rem;
  }
}
.cid-txs0TzKLfy .copyright {
  color: #2f404d;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-txs0TzKLfy .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-txs0TzKLfy .copyright {
    margin-top: 1.5rem;
  }
}
.cid-txEnGD7hQ6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txEnGD7hQ6 nav.navbar {
  position: fixed;
}
.cid-txEnGD7hQ6 .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-txEnGD7hQ6 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-txEnGD7hQ6 .dropdown-item:hover,
.cid-txEnGD7hQ6 .dropdown-item:focus {
  color: #2f404d !important;
}
.cid-txEnGD7hQ6 .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-txEnGD7hQ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txEnGD7hQ6 .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-txEnGD7hQ6 .container {
  display: flex;
  margin: auto;
}
.cid-txEnGD7hQ6 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txEnGD7hQ6 .dropdown-menu,
.cid-txEnGD7hQ6 .navbar.opened {
  background: #ffffff !important;
}
.cid-txEnGD7hQ6 .nav-item:focus,
.cid-txEnGD7hQ6 .nav-link:focus {
  outline: none;
}
.cid-txEnGD7hQ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txEnGD7hQ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txEnGD7hQ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txEnGD7hQ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txEnGD7hQ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txEnGD7hQ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txEnGD7hQ6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txEnGD7hQ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-txEnGD7hQ6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txEnGD7hQ6 .navbar .navbar-logo img {
  width: auto;
}
.cid-txEnGD7hQ6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txEnGD7hQ6 .navbar.collapsed {
  justify-content: center;
}
.cid-txEnGD7hQ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txEnGD7hQ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txEnGD7hQ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-txEnGD7hQ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txEnGD7hQ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txEnGD7hQ6 .navbar.collapsed .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: 41%;
}
.cid-txEnGD7hQ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txEnGD7hQ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txEnGD7hQ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txEnGD7hQ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txEnGD7hQ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txEnGD7hQ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txEnGD7hQ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txEnGD7hQ6 .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-txEnGD7hQ6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txEnGD7hQ6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txEnGD7hQ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txEnGD7hQ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txEnGD7hQ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txEnGD7hQ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-txEnGD7hQ6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-txEnGD7hQ6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txEnGD7hQ6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txEnGD7hQ6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txEnGD7hQ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txEnGD7hQ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txEnGD7hQ6 .dropdown-item.active,
.cid-txEnGD7hQ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-txEnGD7hQ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txEnGD7hQ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txEnGD7hQ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txEnGD7hQ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txEnGD7hQ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txEnGD7hQ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txEnGD7hQ6 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-txEnGD7hQ6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txEnGD7hQ6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txEnGD7hQ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2f404d;
}
.cid-txEnGD7hQ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txEnGD7hQ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txEnGD7hQ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txEnGD7hQ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txEnGD7hQ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txEnGD7hQ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txEnGD7hQ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txEnGD7hQ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txEnGD7hQ6 .navbar-dropdown {
  position: fixed;
}
.cid-txEnGD7hQ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txEnGD7hQ6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txEnGD7hQ6 .navbar {
    height: 70px;
  }
  .cid-txEnGD7hQ6 .navbar.opened {
    height: auto;
  }
  .cid-txEnGD7hQ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txEnGD7hQ6 a {
  display: inline;
}
.cid-txEnGD7hQ6 img {
  display: inline;
  padding-right: 10px;
}
.cid-txEnGD7hQ6 .dropdown-toggle:after {
  display: none;
}
.cid-txEnGD7hQ6 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-txEnGD7hQ6 .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-txEnGD7hQ6 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-txEnGD7hQ6 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-txEnGD7hQ6 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-txEnGD7hQ6 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-txEnGD7hQ6 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-txEnGD7hQ6 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-txEnGD7hQ6 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-txEnGD7hQ6 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-txEnGD7hQ6 .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-txEnGD7hQ6 .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
}
.cid-txEnGD7hQ6 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-txEnGD7hQ6 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-txEnGD7hQ6 .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: 41%;
}
.cid-txEnGD7hQ6 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-txEnGD7hQ6 .dropdown-item:focus {
  color: #75dbcd !important;
}
@media (max-width: 945px) {
  .cid-txEnGD7hQ6 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-txEnGD7hQ6 .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-txEnGD7hQ6 .container,
  .cid-txEnGD7hQ6 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-txEnGD7hQ6 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-txEnGD7hQ6 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-txEnGD7hQ6 .icons-menu {
    min-width: initial !important;
  }
  .cid-txEnGD7hQ6 a.btn {
    margin-top: 10px;
  }
}
.cid-txEnGD7hQ6 a.btn > span {
  margin-left: 0.5rem;
}
.cid-txEnGD7hQ6 .nav-item {
  position: relative;
}
.cid-txEnGD7hQ6 .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-txEnGD7hQ6 .nav-item:hover .line-animation {
  opacity: 1;
  background-color: #75dbcd !important;
}
.cid-txEnGD7hQ6 .nav-item:hover .nav-link {
  color: #75dbcd !important;
}
.cid-txEnGD7hQ6 a.btn {
  padding: 15px 30px !important;
  letter-spacing: 5.4px;
}
.cid-txEnGD7hQ6 li.nav-item {
  padding: 13px 20px !important;
}
.cid-txEnGD7hQ6 a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-txEnGD7hQ6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txEnGD7hQ6 nav.navbar {
  position: fixed;
}
.cid-txEnGD7hQ6 .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-txEnGD7hQ6 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-txEnGD7hQ6 .dropdown-item:hover,
.cid-txEnGD7hQ6 .dropdown-item:focus {
  color: #2f404d !important;
}
.cid-txEnGD7hQ6 .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-txEnGD7hQ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txEnGD7hQ6 .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-txEnGD7hQ6 .container {
  display: flex;
  margin: auto;
}
.cid-txEnGD7hQ6 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txEnGD7hQ6 .dropdown-menu,
.cid-txEnGD7hQ6 .navbar.opened {
  background: #ffffff !important;
}
.cid-txEnGD7hQ6 .nav-item:focus,
.cid-txEnGD7hQ6 .nav-link:focus {
  outline: none;
}
.cid-txEnGD7hQ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txEnGD7hQ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txEnGD7hQ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txEnGD7hQ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txEnGD7hQ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txEnGD7hQ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txEnGD7hQ6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txEnGD7hQ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-txEnGD7hQ6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txEnGD7hQ6 .navbar .navbar-logo img {
  width: auto;
}
.cid-txEnGD7hQ6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txEnGD7hQ6 .navbar.collapsed {
  justify-content: center;
}
.cid-txEnGD7hQ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txEnGD7hQ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txEnGD7hQ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-txEnGD7hQ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txEnGD7hQ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txEnGD7hQ6 .navbar.collapsed .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: 41%;
}
.cid-txEnGD7hQ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txEnGD7hQ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txEnGD7hQ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txEnGD7hQ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txEnGD7hQ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txEnGD7hQ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txEnGD7hQ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txEnGD7hQ6 .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-txEnGD7hQ6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txEnGD7hQ6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txEnGD7hQ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txEnGD7hQ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txEnGD7hQ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txEnGD7hQ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-txEnGD7hQ6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-txEnGD7hQ6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txEnGD7hQ6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txEnGD7hQ6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txEnGD7hQ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txEnGD7hQ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txEnGD7hQ6 .dropdown-item.active,
.cid-txEnGD7hQ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-txEnGD7hQ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txEnGD7hQ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txEnGD7hQ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txEnGD7hQ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txEnGD7hQ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txEnGD7hQ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txEnGD7hQ6 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-txEnGD7hQ6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txEnGD7hQ6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txEnGD7hQ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2f404d;
}
.cid-txEnGD7hQ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txEnGD7hQ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txEnGD7hQ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txEnGD7hQ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txEnGD7hQ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txEnGD7hQ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txEnGD7hQ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txEnGD7hQ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txEnGD7hQ6 .navbar-dropdown {
  position: fixed;
}
.cid-txEnGD7hQ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txEnGD7hQ6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txEnGD7hQ6 .navbar {
    height: 70px;
  }
  .cid-txEnGD7hQ6 .navbar.opened {
    height: auto;
  }
  .cid-txEnGD7hQ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txEnGD7hQ6 a {
  display: inline;
}
.cid-txEnGD7hQ6 img {
  display: inline;
  padding-right: 10px;
}
.cid-txEnGD7hQ6 .dropdown-toggle:after {
  display: none;
}
.cid-txEnGD7hQ6 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-txEnGD7hQ6 .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-txEnGD7hQ6 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-txEnGD7hQ6 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-txEnGD7hQ6 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-txEnGD7hQ6 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-txEnGD7hQ6 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-txEnGD7hQ6 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-txEnGD7hQ6 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-txEnGD7hQ6 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-txEnGD7hQ6 .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-txEnGD7hQ6 .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
}
.cid-txEnGD7hQ6 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-txEnGD7hQ6 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-txEnGD7hQ6 .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: 41%;
}
.cid-txEnGD7hQ6 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-txEnGD7hQ6 .dropdown-item:focus {
  color: #75dbcd !important;
}
@media (max-width: 945px) {
  .cid-txEnGD7hQ6 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-txEnGD7hQ6 .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-txEnGD7hQ6 .container,
  .cid-txEnGD7hQ6 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-txEnGD7hQ6 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-txEnGD7hQ6 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-txEnGD7hQ6 .icons-menu {
    min-width: initial !important;
  }
  .cid-txEnGD7hQ6 a.btn {
    margin-top: 10px;
  }
}
.cid-txEnGD7hQ6 a.btn > span {
  margin-left: 0.5rem;
}
.cid-txEnGD7hQ6 .nav-item {
  position: relative;
}
.cid-txEnGD7hQ6 .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-txEnGD7hQ6 .nav-item:hover .line-animation {
  opacity: 1;
  background-color: #75dbcd !important;
}
.cid-txEnGD7hQ6 .nav-item:hover .nav-link {
  color: #75dbcd !important;
}
.cid-txEnGD7hQ6 a.btn {
  padding: 15px 30px !important;
  letter-spacing: 5.4px;
}
.cid-txEnGD7hQ6 li.nav-item {
  padding: 13px 20px !important;
}
.cid-txEnGD7hQ6 a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-txs4BmU68U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2f404d;
}
.cid-txs4BmU68U .mbr-fallback-image.disabled {
  display: none;
}
.cid-txs4BmU68U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txs4BmU68U .text-wrap {
  width: 100%;
}
.cid-txs4BmU68U .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-txs4BmU68U .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-txs4BmU68U .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-txs4BmU68U .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-txs4BmU68U .item-row {
  row-gap: 50px;
}
.cid-txs4BmU68U .item-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-txs4BmU68U .img-box {
  display: flex;
  align-items: center;
  max-width: 105px;
  width: 100%;
  height: 85px;
  margin: 0 auto 20px;
}
.cid-txs4BmU68U .img-box img {
  width: 100%;
  height: auto;
}
.cid-txs4BmU68U .item-title {
  width: 100%;
  margin: 0;
  color: #85ebd9;
}
.cid-txs4BmU68U .item-text {
  color: #353535;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .cid-txs4BmU68U .item-text {
    margin: 16px 0 0;
  }
}
.cid-txs4BmU68U .mbr-section-btn {
  margin-top: 20px;
}
.cid-txs4BmU68U .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-txs4BmU68U .item-text,
.cid-txs4BmU68U .mbr-section-btn {
  color: #ffffff;
}
.cid-txs6czqF2s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f404d;
}
.cid-txs6czqF2s .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #85ebd9;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-txs6czqF2s .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-txt68lPYTs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f404d;
}
.cid-txt68lPYTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-txt68lPYTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txt68lPYTs .mbr-section-title {
  color: #fff;
}
.cid-txt68lPYTs .mbr-section-subtitle {
  color: #1c91ff;
  background-image: linear-gradient(305deg, currentColor, #85ebd9) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-txt68lPYTs .main-text {
  max-width: 60%;
  margin-top: 1.5rem;
  color: #fff;
}
@media (max-width: 767px) {
  .cid-txt68lPYTs .main-text {
    max-width: 100%;
    margin-top: 1rem;
  }
}
.cid-txt68lPYTs .text-transform-container {
  margin-top: 4.25rem;
}
@media (max-width: 767px) {
  .cid-txt68lPYTs .text-transform-container {
    margin-top: 1.5rem;
  }
}
.cid-txt68lPYTs .text-transform-container:hover .mbr-text {
  color: #fff1af;
}
.cid-txt68lPYTs .text-transform-container:hover .mbr-text a {
  color: #fff1af !important;
}
.cid-txt68lPYTs .text-transform-container:hover .iconfont-wrapper .mbr-iconfont {
  color: #fff1af;
}
.cid-txt68lPYTs .mbr-text {
  color: #fcdb42;
}
.cid-txt68lPYTs .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 76px;
  color: #fcdb42;
  margin-left: 0.75rem;
}
.cid-txwVOkjaxD {
  padding-top: 0px;
  background: linear-gradient(180deg, #2f404d, #2f404d);
}
.cid-txwVOkjaxD .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-txwVOkjaxD .wave2 {
  fill: #ffffff;
}
.cid-txvVSQNPbu {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-txvVSQNPbu {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-txvVSQNPbu {
    padding-top: 1.8rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-txvVSQNPbu .card-wrapper {
    padding-right: 2.25rem;
  }
  .cid-txvVSQNPbu .image-wrapper {
    padding-left: 2.25rem;
  }
}
@media (max-width: 992px) {
  .cid-txvVSQNPbu .card {
    margin-bottom: 2rem!important;
  }
}
@media (max-width: 767px) {
  .cid-txvVSQNPbu .link-wrap {
    align-items: center;
  }
}
.cid-txvVSQNPbu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txvVSQNPbu .card-title,
.cid-txvVSQNPbu .card-box {
  text-align: left;
  color: #232323;
}
.cid-txvVSQNPbu .mbr-text,
.cid-txvVSQNPbu .link-wrap,
.cid-txvVSQNPbu .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-txvVSQNPbu .card-title,
.cid-txvVSQNPbu .mbr-text,
.cid-txvVSQNPbu .mbr-section-btn {
  text-align: left;
  color: #2f404d;
}
.cid-txw6GkMClZ {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txw6GkMClZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txw6GkMClZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txw6GkMClZ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-txw6GkMClZ .row {
    align-items: center !important;
  }
}
.cid-txw6GkMClZ .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-txw6GkMClZ .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-txw6GkMClZ .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-txw6GkMClZ .mbr-section-title {
  color: #2f404d;
  margin-bottom: 0;
  text-align: left;
}
.cid-txw6GkMClZ .mbr-section-subtitle {
  color: #2f404d;
  margin-top: 20px;
  text-align: left;
}
.cid-txw6GkMClZ .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #2f404d;
}
@media (max-width: 991px) {
  .cid-txw6GkMClZ .text-wrap {
    padding: 30px 0;
  }
}
.cid-txw6GkMClZ .mbr-title {
  color: #2f404d;
}
.cid-txw6GkMClZ .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-txw6GkMClZ .list-box {
  width: 100%;
}
.cid-txw6GkMClZ .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #2f404d;
}
.cid-txw6GkMClZ .list-text {
  position: relative;
}
.cid-txw6GkMClZ .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-txw6GkMClZ .list-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: -30px;
  top: 7px;
  background-image: url("../../../assets/images/frame2.webp");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-txw6GkMClZ .mbr-section-btn {
  margin-top: 20px;
}
.cid-txw6GkMClZ .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 100px 0 0;
  overflow: hidden;
  border-radius: 100px 0 0 0;
}
@media (max-width: 991px) {
  .cid-txw6GkMClZ .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-txw6GkMClZ .img-box {
    border-radius: 0 15vw 0 0;
    border-radius: 15vw 0 0 0;
  }
}
.cid-txw6GkMClZ .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-txxOj3sB99 {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-txxOj3sB99 .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #2f404d;
  letter-spacing: 5.2px;
}
.cid-txxOj3sB99 .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-txxOj3sB99 .button-align {
  text-align: center;
}
.cid-txxOj3sB99 .mbr-section-btn {
  display: block;
}
.cid-txxOj3sB99 .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-txxOj3sB99 a.btn > span {
  margin-left: 0.5rem;
}
.cid-txxOj3sB99 .mbr-text,
.cid-txxOj3sB99 .button-align {
  color: #2f404d;
}
.cid-txxOj3sB99 a.btn {
  letter-spacing: 5.4px;
}
.cid-txxlDUAdKK {
  padding-top: 0px;
  background: linear-gradient(180deg, #ffffff, #ffffff);
}
.cid-txxlDUAdKK .wave1 {
  opacity: 0.35;
  fill: #2f404d;
}
.cid-txxlDUAdKK .wave2 {
  fill: #2f404d;
}
.cid-txw912f1X0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f404d;
}
.cid-txw912f1X0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txw912f1X0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txw912f1X0 .mbr-section-title {
  color: #fff;
}
.cid-txw912f1X0 .mbr-section-subtitle {
  color: #1c91ff;
  background-image: linear-gradient(305deg, currentColor, #85ebd9) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-txw912f1X0 .main-text {
  max-width: 60%;
  margin-top: 1.5rem;
  color: #fff;
}
@media (max-width: 767px) {
  .cid-txw912f1X0 .main-text {
    max-width: 100%;
    margin-top: 1rem;
  }
}
.cid-txw912f1X0 .text-transform-container {
  margin-top: 4.25rem;
}
@media (max-width: 767px) {
  .cid-txw912f1X0 .text-transform-container {
    margin-top: 1.5rem;
  }
}
.cid-txw912f1X0 .text-transform-container:hover .mbr-text {
  color: #fff1af;
}
.cid-txw912f1X0 .text-transform-container:hover .mbr-text a {
  color: #fff1af !important;
}
.cid-txw912f1X0 .text-transform-container:hover .iconfont-wrapper .mbr-iconfont {
  color: #fff1af;
}
.cid-txw912f1X0 .mbr-text {
  color: #fcdb42;
}
.cid-txw912f1X0 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 76px;
  color: #fcdb42;
  margin-left: 0.75rem;
}
.cid-txw91r8Qcy {
  padding-top: 0px;
  background: linear-gradient(180deg, #2f404d, #2f404d);
}
.cid-txw91r8Qcy .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-txw91r8Qcy .wave2 {
  fill: #ffffff;
}
.cid-txwjYagpLS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txwjYagpLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-txwjYagpLS .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-txwjYagpLS .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #85ebd9;
  z-index: -1;
}
.cid-txwjYagpLS img {
  border-radius: 1rem;
}
.cid-txwjYagpLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txwjYagpLS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txwjYagpLS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-txwjYagpLS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txwjYagpLS .mbr-section-title {
  color: #19303d;
}
.cid-txwjYagpLS .mbr-section-subtitle,
.cid-txwjYagpLS .subtitle-wrap {
  color: #19303d;
}
.cid-txwjYagpLS .mbr-text,
.cid-txwjYagpLS .mbr-section-btn {
  color: #19303d;
}
.cid-txwgQcziDL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-txwgQcziDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-txwgQcziDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txwgQcziDL .container-fluid {
  max-width: 100% !important;
}
.cid-txwgQcziDL .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-txwgQcziDL .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-txwgQcziDL .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-txwgQcziDL .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-txwgQcziDL .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-txwgQcziDL .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-txwgQcziDL .mbr-section-title {
  color: #2f404d;
}
.cid-txwgQcziDL .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-txwgQcziDL .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-txwgQcziDL .text-bottom {
    padding-top: 50px;
  }
}
.cid-txwgQcziDL .mbr-text {
  color: #303030;
}
.cid-txwgQcziDL .mbr-section-btn {
  margin-top: 16px;
}
.cid-txwgQcziDL .mbr-text,
.cid-txwgQcziDL .mbr-section-btn {
  color: #2f404d;
}
.cid-txwOmEfyOF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txwOmEfyOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-txwOmEfyOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txwOmEfyOF .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-txwOmEfyOF .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-txwOmEfyOF .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-txwOmEfyOF .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-txwOmEfyOF .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-txwOmEfyOF .text-wrap {
  width: 100%;
}
.cid-txwOmEfyOF .mbr-text {
  color: #2f404d;
}
.cid-txwOmEfyOF .list-box {
  width: 100%;
}
.cid-txwOmEfyOF .list {
  list-style: none;
  margin-top: 32px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #2f404d;
}
.cid-txwOmEfyOF .list-text {
  position: relative;
}
.cid-txwOmEfyOF .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-txwOmEfyOF .list-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: -30px;
  top: 7px;
  background-image: url("../../../assets/images/frame3.webp");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-txwOmEfyOF .items-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-txwOmEfyOF .items-box {
    max-width: 540px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-txwOmEfyOF .items-box {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .cid-txwOmEfyOF .items-box {
    gap: 16px;
  }
}
.cid-txwOmEfyOF .item {
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-txwOmEfyOF .item {
    width: calc(50% - 16px);
  }
}
@media (max-width: 767px) {
  .cid-txwOmEfyOF .item {
    border-radius: 22px;
  }
}
@media (max-width: 575px) {
  .cid-txwOmEfyOF .item {
    width: 100%;
  }
}
.cid-txwOmEfyOF .item:nth-child(1) {
  background-color: rgba(47, 64, 77, 0.95);
  border-bottom-right-radius: 0;
}
.cid-txwOmEfyOF .item:nth-child(2) {
  background-color: rgba(61, 137, 141, 0.95);
  border-bottom-left-radius: 0;
}
.cid-txwOmEfyOF .item:nth-child(3) {
  background-color: rgba(61, 137, 141, 0.95);
  border-top-right-radius: 0;
}
.cid-txwOmEfyOF .item:nth-child(4) {
  border-top-left-radius: 0;
  background-color: rgba(47, 64, 77, 0.95);
}
.cid-txwOmEfyOF .item-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 240px;
  max-width: 240px;
  min-height: 138px;
  padding: 30px;
}
@media (max-width: 1199px) {
  .cid-txwOmEfyOF .item-wrap {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-txwOmEfyOF .item-wrap {
    min-height: 105px;
    padding: 16px;
  }
}
.cid-txwOmEfyOF .item-title {
  width: 100%;
  margin: 0;
  color: #ffffff;
}
.cid-txwOmEfyOF .item-text {
  width: 100%;
  margin: 16px 0 0;
  color: #353535;
}
@media (max-width: 767px) {
  .cid-txwOmEfyOF .item-text {
    margin: 12px 0 0;
  }
}
.cid-txxQjstoUZ {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-txxQjstoUZ .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #2f404d;
  letter-spacing: 5.2px;
}
.cid-txxQjstoUZ .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-txxQjstoUZ .button-align {
  text-align: center;
}
.cid-txxQjstoUZ .mbr-section-btn {
  display: block;
}
.cid-txxQjstoUZ .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-txxQjstoUZ a.btn > span {
  margin-left: 0.5rem;
}
.cid-txxQjstoUZ .mbr-text,
.cid-txxQjstoUZ .button-align {
  color: #2f404d;
}
.cid-txxQjstoUZ a.btn {
  letter-spacing: 5.4px;
}
.cid-txxlPl5AoS {
  padding-top: 0px;
  background: linear-gradient(180deg, #ffffff, #ffffff);
}
.cid-txxlPl5AoS .wave1 {
  opacity: 0.35;
  fill: #2f404d;
}
.cid-txxlPl5AoS .wave2 {
  fill: #2f404d;
}
.cid-txwVDRy9vQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f404d;
}
.cid-txwVDRy9vQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txwVDRy9vQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txwVDRy9vQ .mbr-section-title {
  color: #fff;
}
.cid-txwVDRy9vQ .mbr-section-subtitle {
  color: #1c91ff;
  background-image: linear-gradient(305deg, currentColor, #85ebd9) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-txwVDRy9vQ .main-text {
  max-width: 60%;
  margin-top: 1.5rem;
  color: #fff;
}
@media (max-width: 767px) {
  .cid-txwVDRy9vQ .main-text {
    max-width: 100%;
    margin-top: 1rem;
  }
}
.cid-txwVDRy9vQ .text-transform-container {
  margin-top: 4.25rem;
}
@media (max-width: 767px) {
  .cid-txwVDRy9vQ .text-transform-container {
    margin-top: 1.5rem;
  }
}
.cid-txwVDRy9vQ .text-transform-container:hover .mbr-text {
  color: #fff1af;
}
.cid-txwVDRy9vQ .text-transform-container:hover .mbr-text a {
  color: #fff1af !important;
}
.cid-txwVDRy9vQ .text-transform-container:hover .iconfont-wrapper .mbr-iconfont {
  color: #fff1af;
}
.cid-txwVDRy9vQ .mbr-text {
  color: #fcdb42;
}
.cid-txwVDRy9vQ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 76px;
  color: #fcdb42;
  margin-left: 0.75rem;
}
.cid-txwVOSnXds {
  padding-top: 0px;
  background: linear-gradient(180deg, #2f404d, #2f404d);
}
.cid-txwVOSnXds .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-txwVOSnXds .wave2 {
  fill: #ffffff;
}
.cid-txxcU8JlOZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txxcU8JlOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txxcU8JlOZ .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-txxcU8JlOZ .row {
    padding: 0 13px;
  }
}
.cid-txxcU8JlOZ .image-wrapper {
  height: 100%;
}
.cid-txxcU8JlOZ .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-txxcU8JlOZ .image-wrapper img {
    height: 400px;
  }
}
.cid-txxcU8JlOZ .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-txxcU8JlOZ .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-txxcU8JlOZ .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-txxcU8JlOZ .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-txxcU8JlOZ .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-txxcU8JlOZ .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-txxcU8JlOZ .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-txxcU8JlOZ .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-txxcU8JlOZ .mbr-section-title {
  color: #ffffff;
}
.cid-txxcU8JlOZ .mbr-text {
  color: #2f404d;
}
.cid-txxcU8JlOZ .mbr-section-title,
.cid-txxcU8JlOZ .mbr-section-btn {
  color: #2f404d;
}
.cid-txxeh219EP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txxeh219EP .mbr-fallback-image.disabled {
  display: none;
}
.cid-txxeh219EP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txxeh219EP b,
.cid-txxeh219EP strong {
  font-weight: 900;
}
.cid-txxeh219EP .mbr-section-title {
  color: #2f404d;
}
.cid-txxeh219EP .mbr-section-subtitle {
  color: #2f404d;
}
.cid-txxjTE6VWc {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-txxjTE6VWc .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #2f404d;
  letter-spacing: 5.2px;
}
.cid-txxjTE6VWc .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-txxjTE6VWc .button-align {
  text-align: center;
}
.cid-txxjTE6VWc .mbr-section-btn {
  display: block;
}
.cid-txxjTE6VWc .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-txxjTE6VWc a.btn > span {
  margin-left: 0.5rem;
}
.cid-txxjTE6VWc .mbr-text,
.cid-txxjTE6VWc .button-align {
  color: #2f404d;
}
.cid-txxjTE6VWc a.btn {
  letter-spacing: 5.4px;
}
.cid-txxlQ6Nfrt {
  padding-top: 0px;
  background: linear-gradient(180deg, #ffffff, #ffffff);
}
.cid-txxlQ6Nfrt .wave1 {
  opacity: 0.35;
  fill: #2f404d;
}
.cid-txxlQ6Nfrt .wave2 {
  fill: #2f404d;
}
.cid-txxkwCBYJh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f404d;
}
.cid-txxkwCBYJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-txxkwCBYJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txxkwCBYJh .mbr-section-title {
  color: #fff;
}
.cid-txxkwCBYJh .mbr-section-subtitle {
  color: #1c91ff;
  background-image: linear-gradient(305deg, currentColor, #85ebd9) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-txxkwCBYJh .main-text {
  max-width: 60%;
  margin-top: 1.5rem;
  color: #fff;
}
@media (max-width: 767px) {
  .cid-txxkwCBYJh .main-text {
    max-width: 100%;
    margin-top: 1rem;
  }
}
.cid-txxkwCBYJh .text-transform-container {
  margin-top: 4.25rem;
}
@media (max-width: 767px) {
  .cid-txxkwCBYJh .text-transform-container {
    margin-top: 1.5rem;
  }
}
.cid-txxkwCBYJh .text-transform-container:hover .mbr-text {
  color: #fff1af;
}
.cid-txxkwCBYJh .text-transform-container:hover .mbr-text a {
  color: #fff1af !important;
}
.cid-txxkwCBYJh .text-transform-container:hover .iconfont-wrapper .mbr-iconfont {
  color: #fff1af;
}
.cid-txxkwCBYJh .mbr-text {
  color: #fcdb42;
}
.cid-txxkwCBYJh .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 76px;
  color: #fcdb42;
  margin-left: 0.75rem;
}
.cid-txxkx9JxGr {
  padding-top: 0px;
  background: linear-gradient(180deg, #2f404d, #2f404d);
}
.cid-txxkx9JxGr .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-txxkx9JxGr .wave2 {
  fill: #ffffff;
}
.cid-txxo0jCqQU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txxo0jCqQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-txxo0jCqQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txxo0jCqQU .row {
  justify-content: left;
}
.cid-txxo0jCqQU .main-col {
  display: flex;
}
.cid-txxo0jCqQU .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-txxo0jCqQU .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-txxo0jCqQU .item-container {
    flex-wrap: wrap;
  }
}
.cid-txxo0jCqQU .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-txxo0jCqQU .item-img {
    display: none;
  }
}
.cid-txxo0jCqQU .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-txxo0jCqQU .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-txxo0jCqQU .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-txxo0jCqQU .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-txxo0jCqQU .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-txxo0jCqQU .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-txxo0jCqQU .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-txxo0jCqQU .mbr-text-2 {
    margin: 0;
  }
}
.cid-txxo0jCqQU .item-container-2 {
  align-items: center;
}
.cid-txxo0jCqQU .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-txxo0jCqQU .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
@media (min-width: 991px) {
  .cid-txxo0jCqQU .item-container-3 {
    padding-left: 90px;
  }
}
.cid-txxo0jCqQU .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-txxo0jCqQU .item-container-4 {
    justify-content: center !important;
  }
}
.cid-txxo0jCqQU .mbr-section-title-2 {
  color: #2f404d;
}
.cid-txxo0jCqQU .mbr-section-title-3 {
  color: #2f404d;
}
.cid-txxo0jCqQU .mbr-section-title-4 {
  color: #2f404d;
}
.cid-txxLFQ2yl3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txxLFQ2yl3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txxLFQ2yl3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txxLFQ2yl3 .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 9.3% 11% 10% 11%;
}
@media (max-width: 991px) {
  .cid-txxLFQ2yl3 .text-wrap {
    height: auto;
    margin-top: 7%;
  }
}
@media (max-width: 767px) {
  .cid-txxLFQ2yl3 .text-wrap {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 575px) {
  .cid-txxLFQ2yl3 .text-wrap {
    padding: 35px 16px 35px 16px;
  }
}
.cid-txxLFQ2yl3 .mbr-section-title {
  color: #2f404d;
  margin-bottom: 0;
}
.cid-txxLFQ2yl3 .mbr-text {
  color: #2f404d;
  margin-top: 20px;
}
.cid-txxLFQ2yl3 .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cid-txxLFQ2yl3 .items-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media (max-width: 575px) {
  .cid-txxLFQ2yl3 .items-wrap {
    padding-top: 50px;
  }
}
.cid-txxLFQ2yl3 .item-wrap {
  width: max-content;
  max-width: calc(50% - 25px/2);
}
@media (max-width: 767px) {
  .cid-txxLFQ2yl3 .item-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-txxLFQ2yl3 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #2f404d;
}
.cid-txxLFQ2yl3 .list li {
  position: relative;
  padding-left: 32px;
}
.cid-txxLFQ2yl3 .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url("../../../assets/images/frame4.webp");
  background-size: 100% 100%;
}
.cid-txxLFQ2yl3 .list li:not(:first-child) {
  margin-top: 12px;
}
.cid-txxLFQ2yl3 .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-txxLFQ2yl3 .img-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-txxVemKueu {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-txxVemKueu .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #2f404d;
  letter-spacing: 5.2px;
}
.cid-txxVemKueu .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-txxVemKueu .button-align {
  text-align: center;
}
.cid-txxVemKueu .mbr-section-btn {
  display: block;
}
.cid-txxVemKueu .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-txxVemKueu a.btn > span {
  margin-left: 0.5rem;
}
.cid-txxVemKueu .mbr-text,
.cid-txxVemKueu .button-align {
  color: #2f404d;
}
.cid-txxVemKueu a.btn {
  letter-spacing: 5.4px;
}
.cid-txC6hgow8j {
  padding-top: 0px;
  background: linear-gradient(180deg, #ffffff, #ffffff);
}
.cid-txC6hgow8j .wave1 {
  opacity: 0.35;
  fill: #2f404d;
}
.cid-txC6hgow8j .wave2 {
  fill: #2f404d;
}
.cid-txC6hNoi3c {
  padding-top: 0px;
  background: linear-gradient(180deg, #2f404d, #2f404d);
}
.cid-txC6hNoi3c .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-txC6hNoi3c .wave2 {
  fill: #ffffff;
}
.cid-txs2zPCRd0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txs2zPCRd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txs2zPCRd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txs2zPCRd0 .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txs2zPCRd0 .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-txs2zPCRd0 .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txs2zPCRd0 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txs2zPCRd0 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txs2zPCRd0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txs2zPCRd0 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txs2zPCRd0 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txs2zPCRd0 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-txs2zPCRd0 .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-txs2zPCRd0 .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-txs2zPCRd0 .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-txs2zPCRd0 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #2f404d;
  transition: 0.4s all;
}
.cid-txs2zPCRd0 .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-txs2zPCRd0 .list li:hover {
  color: #2f404d !important;
}
.cid-txs2zPCRd0 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txs2zPCRd0 .list a:hover {
  color: #2f404d !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-txs2zPCRd0 .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-txs2zPCRd0 .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-txs2zPCRd0 .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-txs2zPCRd0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txs2zPCRd0 .soc-item {
    padding: 10px;
  }
}
.cid-txs2zPCRd0 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #2f404d;
}
.cid-txs2zPCRd0 .soc-item:hover .mbr-iconfont {
  color: #2f404d !important;
}
.cid-txs2zPCRd0 .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-txs2zPCRd0 .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-txs2zPCRd0 .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-txs2zPCRd0 .border-item {
  width: 100%;
  height: 1px;
  background-color: #2f404d;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-txs2zPCRd0 .border-item {
    margin-top: 1.5rem;
  }
}
.cid-txs2zPCRd0 .copyright {
  color: #2f404d;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-txs2zPCRd0 .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-txs2zPCRd0 .copyright {
    margin-top: 1.5rem;
  }
}
.cid-txBC3rTRSr {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #2f404d;
}
@media (min-width: 1500px) {
  .cid-txBC3rTRSr .container {
    max-width: 1400px;
  }
}
.cid-txBC3rTRSr .row {
  justify-content: center;
}
.cid-txBC3rTRSr .card {
  margin-bottom: 3rem;
}
.cid-txBC3rTRSr .card-title {
  margin-top: 1rem;
}
.cid-txBC3rTRSr .card-text {
  margin-top: 0.6875rem;
}
.cid-txBC3rTRSr .mbr-section-tag {
  color: #ffffff;
  margin-bottom: 0.4375rem;
}
.cid-txBC3rTRSr .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
}
.cid-txBC3rTRSr .mbr-section-title b:last-child,
.cid-txBC3rTRSr .mbr-section-title strong:last-child {
  color: #85ebd9;
}
.cid-txBC3rTRSr .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  text-align: left;
}
.cid-txBC3rTRSr .mbr-section-head {
  margin-bottom: 1.25rem;
}
.cid-txBC3rTRSr .mbr-social-linkes a {
  display: inline-block;
  color: #ffffff;
}
.cid-txBC3rTRSr .mbr-social-linkes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-txBC3rTRSr .mbr-social-linkes span:hover {
  border-color: #85ebd9;
  color: #85ebd9;
}
.cid-txBC3rTRSr .mbr-section-subtitle,
.cid-txBC3rTRSr .mbr-social-linkes {
  text-align: center;
}
.cid-txBC3rTRSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-txBC3rTRSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txC2FlhYAX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f404d;
}
.cid-txC2FlhYAX .mbr-text,
.cid-txC2FlhYAX .mbr-section-btn {
  color: #232323;
}
.cid-txC2FlhYAX .btn {
  width: 100%;
}
.cid-txC2FlhYAX .mbr-section-title {
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-txC2FlhYAX .mbr-section-subtitle {
  margin-bottom: 25px;
  color: #6a3649;
}
.cid-txC2FlhYAX input::-webkit-input-placeholder,
.cid-txC2FlhYAX textarea::-webkit-input-placeholder {
  color: #fff8ef !important;
  opacity: 0.5;
}
.cid-txC2FlhYAX input:-moz-placeholder,
.cid-txC2FlhYAX textarea:-moz-placeholder {
  color: #fff8ef !important;
  opacity: 0.5;
}
.cid-txC2FlhYAX .form-control {
  border-color: #85ebd9 !important;
  color: #2f404d !important;
}
.cid-txC2FlhYAX input::-webkit-input-placeholder,
.cid-txC2FlhYAX textarea::-webkit-input-placeholder {
  color: #2f404d !important;
}
.cid-txC2FlhYAX input:-moz-placeholder,
.cid-txC2FlhYAX textarea:-moz-placeholder {
  color: #2f404d !important;
}
.cid-txC2FlhYAX H1 {
  text-align: center;
}
.cid-txC2FlhYAX P {
  color: #6a3649;
}
.cid-txC2FlhYAX .mbr-text {
  color: #ffffff;
}
.cid-txC79hmPzk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f404d;
}
.cid-txC79hmPzk .row {
  align-items: center;
}
.cid-txC79hmPzk .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-txC79hmPzk .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-txC79hmPzk .header-text {
    margin-bottom: 20px;
  }
}
.cid-txC79hmPzk .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
  color: #ffffff;
}
.cid-txC79hmPzk .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-txC79hmPzk .mbr-fallback-image.disabled {
  display: none;
}
.cid-txC79hmPzk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txC79hmPzk .mbr-text,
.cid-txC79hmPzk .mbr-section-btn {
  color: #ffffff;
}
.cid-txC6xIYyyk {
  padding-top: 0px;
  background: linear-gradient(180deg, #2f404d, #2f404d);
}
.cid-txC6xIYyyk .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-txC6xIYyyk .wave2 {
  fill: #ffffff;
}
.cid-txxXEV01pQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txxXEV01pQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txxXEV01pQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txxXEV01pQ .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txxXEV01pQ .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-txxXEV01pQ .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txxXEV01pQ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txxXEV01pQ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txxXEV01pQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txxXEV01pQ .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txxXEV01pQ .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txxXEV01pQ .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-txxXEV01pQ .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-txxXEV01pQ .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-txxXEV01pQ .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-txxXEV01pQ .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #2f404d;
  transition: 0.4s all;
}
.cid-txxXEV01pQ .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-txxXEV01pQ .list li:hover {
  color: #2f404d !important;
}
.cid-txxXEV01pQ .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txxXEV01pQ .list a:hover {
  color: #2f404d !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-txxXEV01pQ .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-txxXEV01pQ .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-txxXEV01pQ .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-txxXEV01pQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txxXEV01pQ .soc-item {
    padding: 10px;
  }
}
.cid-txxXEV01pQ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #2f404d;
}
.cid-txxXEV01pQ .soc-item:hover .mbr-iconfont {
  color: #2f404d !important;
}
.cid-txxXEV01pQ .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-txxXEV01pQ .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-txxXEV01pQ .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-txxXEV01pQ .border-item {
  width: 100%;
  height: 1px;
  background-color: #2f404d;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-txxXEV01pQ .border-item {
    margin-top: 1.5rem;
  }
}
.cid-txxXEV01pQ .copyright {
  color: #2f404d;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-txxXEV01pQ .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-txxXEV01pQ .copyright {
    margin-top: 1.5rem;
  }
}
.cid-txEnGD7hQ6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txEnGD7hQ6 nav.navbar {
  position: fixed;
}
.cid-txEnGD7hQ6 .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-txEnGD7hQ6 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-txEnGD7hQ6 .dropdown-item:hover,
.cid-txEnGD7hQ6 .dropdown-item:focus {
  color: #2f404d !important;
}
.cid-txEnGD7hQ6 .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-txEnGD7hQ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txEnGD7hQ6 .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-txEnGD7hQ6 .container {
  display: flex;
  margin: auto;
}
.cid-txEnGD7hQ6 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txEnGD7hQ6 .dropdown-menu,
.cid-txEnGD7hQ6 .navbar.opened {
  background: #ffffff !important;
}
.cid-txEnGD7hQ6 .nav-item:focus,
.cid-txEnGD7hQ6 .nav-link:focus {
  outline: none;
}
.cid-txEnGD7hQ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txEnGD7hQ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txEnGD7hQ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txEnGD7hQ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txEnGD7hQ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txEnGD7hQ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txEnGD7hQ6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-txEnGD7hQ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-txEnGD7hQ6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txEnGD7hQ6 .navbar .navbar-logo img {
  width: auto;
}
.cid-txEnGD7hQ6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txEnGD7hQ6 .navbar.collapsed {
  justify-content: center;
}
.cid-txEnGD7hQ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txEnGD7hQ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txEnGD7hQ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-txEnGD7hQ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txEnGD7hQ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txEnGD7hQ6 .navbar.collapsed .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: 41%;
}
.cid-txEnGD7hQ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txEnGD7hQ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txEnGD7hQ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txEnGD7hQ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txEnGD7hQ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txEnGD7hQ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txEnGD7hQ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txEnGD7hQ6 .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-txEnGD7hQ6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txEnGD7hQ6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txEnGD7hQ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txEnGD7hQ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txEnGD7hQ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txEnGD7hQ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-txEnGD7hQ6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-txEnGD7hQ6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txEnGD7hQ6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txEnGD7hQ6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txEnGD7hQ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txEnGD7hQ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txEnGD7hQ6 .dropdown-item.active,
.cid-txEnGD7hQ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-txEnGD7hQ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txEnGD7hQ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txEnGD7hQ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txEnGD7hQ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-txEnGD7hQ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txEnGD7hQ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txEnGD7hQ6 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-txEnGD7hQ6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txEnGD7hQ6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txEnGD7hQ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2f404d;
}
.cid-txEnGD7hQ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txEnGD7hQ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txEnGD7hQ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txEnGD7hQ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txEnGD7hQ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txEnGD7hQ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txEnGD7hQ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txEnGD7hQ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txEnGD7hQ6 .navbar-dropdown {
  position: fixed;
}
.cid-txEnGD7hQ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txEnGD7hQ6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txEnGD7hQ6 .navbar {
    height: 70px;
  }
  .cid-txEnGD7hQ6 .navbar.opened {
    height: auto;
  }
  .cid-txEnGD7hQ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txEnGD7hQ6 a {
  display: inline;
}
.cid-txEnGD7hQ6 img {
  display: inline;
  padding-right: 10px;
}
.cid-txEnGD7hQ6 .dropdown-toggle:after {
  display: none;
}
.cid-txEnGD7hQ6 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-txEnGD7hQ6 .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-txEnGD7hQ6 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-txEnGD7hQ6 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-txEnGD7hQ6 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-txEnGD7hQ6 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-txEnGD7hQ6 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-txEnGD7hQ6 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-txEnGD7hQ6 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-txEnGD7hQ6 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-txEnGD7hQ6 .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-txEnGD7hQ6 .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
}
.cid-txEnGD7hQ6 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-txEnGD7hQ6 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-txEnGD7hQ6 .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: 41%;
}
.cid-txEnGD7hQ6 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-txEnGD7hQ6 .dropdown-item:focus {
  color: #75dbcd !important;
}
@media (max-width: 945px) {
  .cid-txEnGD7hQ6 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-txEnGD7hQ6 .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-txEnGD7hQ6 .container,
  .cid-txEnGD7hQ6 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-txEnGD7hQ6 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-txEnGD7hQ6 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-txEnGD7hQ6 .icons-menu {
    min-width: initial !important;
  }
  .cid-txEnGD7hQ6 a.btn {
    margin-top: 10px;
  }
}
.cid-txEnGD7hQ6 a.btn > span {
  margin-left: 0.5rem;
}
.cid-txEnGD7hQ6 .nav-item {
  position: relative;
}
.cid-txEnGD7hQ6 .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-txEnGD7hQ6 .nav-item:hover .line-animation {
  opacity: 1;
  background-color: #75dbcd !important;
}
.cid-txEnGD7hQ6 .nav-item:hover .nav-link {
  color: #75dbcd !important;
}
.cid-txEnGD7hQ6 a.btn {
  padding: 15px 30px !important;
  letter-spacing: 5.4px;
}
.cid-txEnGD7hQ6 li.nav-item {
  padding: 13px 20px !important;
}
.cid-txEnGD7hQ6 a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
