body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #114db9 !important;
}
.bg-warning {
  background-color: #158145 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #114db9 !important;
  border-color: #114db9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0a2c6a !important;
  border-color: #0a2c6a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0a2c6a !important;
  border-color: #0a2c6a !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #158145 !important;
  border-color: #158145 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #09361d !important;
  border-color: #09361d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #09361d !important;
  border-color: #09361d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !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: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #114db9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0a2c6a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #114db9 !important;
  border-color: #114db9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #158145;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #09361d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #158145 !important;
  border-color: #158145 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #114db9 !important;
}
.text-warning {
  color: #158145 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #08265c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #072916 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #114db9;
}
.alert-warning {
  background-color: #158145;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #5a8ff0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #37de81;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tftlNj4PnM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tftlNj4PnM .nav-item,
.cid-tftlNj4PnM .nav-link,
.cid-tftlNj4PnM .navbar-caption {
  font-weight: normal;
}
.cid-tftlNj4PnM .nav-item:focus,
.cid-tftlNj4PnM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tftlNj4PnM .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tftlNj4PnM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tftlNj4PnM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tftlNj4PnM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #114db9;
  background: none;
}
.cid-tftlNj4PnM .navbar.opened {
  transition: all .3s;
  background: #114db9 !important;
}
.cid-tftlNj4PnM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tftlNj4PnM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tftlNj4PnM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tftlNj4PnM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tftlNj4PnM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 6.1rem);
  }
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tftlNj4PnM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tftlNj4PnM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tftlNj4PnM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tftlNj4PnM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tftlNj4PnM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tftlNj4PnM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tftlNj4PnM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tftlNj4PnM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tftlNj4PnM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tftlNj4PnM .navbar.navbar-short {
  background: #114db9 !important;
  min-height: 60px;
}
.cid-tftlNj4PnM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tftlNj4PnM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tftlNj4PnM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tftlNj4PnM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tftlNj4PnM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tftlNj4PnM .dropdown-item.active,
.cid-tftlNj4PnM .dropdown-item:active {
  background-color: transparent;
}
.cid-tftlNj4PnM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tftlNj4PnM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tftlNj4PnM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tftlNj4PnM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #114db9;
}
.cid-tftlNj4PnM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tftlNj4PnM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tftlNj4PnM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tftlNj4PnM .navbar-buttons {
  text-align: center;
}
.cid-tftlNj4PnM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tftlNj4PnM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tftlNj4PnM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tftlNj4PnM .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tftlNj4PnM .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tftlNj4PnM .soc-item {
  margin: .5rem .3rem;
}
.cid-tftlNj4PnM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tftlNj4PnM a.nav-link,
.cid-tftlNj4PnM a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tftlNj4PnM a.nav-link .mbr-iconfont-btn,
.cid-tftlNj4PnM a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tftlNj4PnM a.nav-link:hover .mbr-iconfont-btn,
.cid-tftlNj4PnM a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tftlNj4PnM a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tftlNj4PnM .navbar {
    height: 77px;
  }
  .cid-tftlNj4PnM .navbar.opened {
    height: auto;
  }
  .cid-tftlNj4PnM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teCShZSuzF {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.cid-teCShZSuzF .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-teCShZSuzF .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-teCShZSuzF .card-btn svg {
  transition: all 0.4s;
}
.cid-teCShZSuzF .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-teCShZSuzF .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-teCShZSuzF .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-teCShZSuzF .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-teCShZSuzF .column {
  display: flex;
  flex-direction: column;
}
.cid-teCShZSuzF .mbr-card-title,
.cid-teCShZSuzF .mbr-text {
  color: #fafafa;
}
.cid-teCShZSuzF .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-teCShZSuzF .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-teCShZSuzF .mbr-text {
  text-align: left;
}
.cid-teI7SVMaf1 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #158145;
}
.cid-teI7SVMaf1 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-teI7SVMaf1 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-teI7SVMaf1 .svg-top .st0 {
  fill: #158145;
}
@media (max-width: 992px) {
  .cid-teI7SVMaf1 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-teI7SVMaf1 .col-12 {
    padding: 0 2rem;
  }
  .cid-teI7SVMaf1 .row {
    margin: 0 -2rem;
  }
}
.cid-teI7SVMaf1 .mbr-text,
.cid-teI7SVMaf1 .mbr-section-btn {
  color: #ffffff;
}
.cid-teI7SVMaf1 .mbr-section-title {
  color: #ffffff;
}
.cid-tUWLOMV4FY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #114db9;
}
.cid-tUWLOMV4FY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWLOMV4FY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWLOMV4FY .mbr-section-title {
  color: #fafafa;
}
.cid-tUWLQNR6xQ {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background: #bbbbbb;
}
.cid-tUWLQNR6xQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWLQNR6xQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWLQNR6xQ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tUWLQNR6xQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tUWLQNR6xQ .container {
    padding: 0;
  }
}
.cid-tUWLQNR6xQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tUWLQNR6xQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tUWLQNR6xQ .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tUWLQNR6xQ .embla__slide a .card-wrap {
  width: 100%;
}
.cid-tUWLQNR6xQ .embla__slide a .card-wrap .item-wrapper .image-wrap {
  position: relative;
  height: 630px;
}
@media (max-width: 768px) {
  .cid-tUWLQNR6xQ .embla__slide a .card-wrap .item-wrapper .image-wrap {
    height: 450px;
  }
}
.cid-tUWLQNR6xQ .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tUWLQNR6xQ .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
}
.cid-tUWLQNR6xQ .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .mbr-box {
  width: 115px;
  height: 115px;
  background-color: #235d81;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tUWLQNR6xQ .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .mbr-box {
    height: 50px;
    width: 50px;
  }
}
.cid-tUWLQNR6xQ .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .mbr-section-title {
  padding: 22px 16px;
  margin-bottom: 0;
}
.cid-tUWLQNR6xQ .embla__button--next,
.cid-tUWLQNR6xQ .embla__button--prev {
  display: flex;
}
.cid-tUWLQNR6xQ .embla__button {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #114db9;
  color: #bbbbbb;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tUWLQNR6xQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tUWLQNR6xQ .embla__button:hover {
  background-color: #114db9;
  color: #bbbbbb;
}
.cid-tUWLQNR6xQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tUWLQNR6xQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tUWLQNR6xQ .embla__button {
    top: 50%;
    width: 48px;
    height: 48px;
  }
}
.cid-tUWLQNR6xQ .embla {
  position: relative;
  width: 100%;
}
.cid-tUWLQNR6xQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tUWLQNR6xQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tUWLQNR6xQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tUWLQNR6xQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tUWLQNR6xQ .mbr-section-title {
  color: #ffffff;
}
.cid-tUWLQNR6xQ .mbr-box {
  color: #ffffff;
}
.cid-teCSArnhpE {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #fafafa;
}
.cid-teCSArnhpE .content {
  margin-left: 6rem;
}
@media (max-width: 1199px) {
  .cid-teCSArnhpE .content {
    margin-left: 35px;
  }
}
@media (max-width: 959px) {
  .cid-teCSArnhpE .content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 250px;
  }
}
@media (max-width: 959px) and (max-width: 690px) {
  .cid-teCSArnhpE .content {
    padding-bottom: 0;
  }
}
.cid-teCSArnhpE .mbr-section-title {
  color: #1f1437;
}
.cid-teCSArnhpE .mbr-title-addition {
  color: #1f1437;
  align-self: flex-end;
  margin-bottom: 20px;
}
.cid-teCSArnhpE .mbr-title-addition span {
  position: relative;
}
.cid-teCSArnhpE .mbr-title-addition span svg {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 150%;
  height: 9px;
}
@media (max-width: 959px) {
  .cid-teCSArnhpE .mbr-title-addition span svg {
    left: -12px;
  }
}
.cid-teCSArnhpE .mbr-title-addition span svg path {
  fill: #33d5ad;
}
.cid-teCSArnhpE .mbr-section-subtitle {
  color: #1f1437;
}
.cid-teCSArnhpE .mbr-section-subtitle span {
  position: relative;
}
.cid-teCSArnhpE .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-teCSArnhpE .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-teCSArnhpE .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-teCSArnhpE .mbr-text {
  color: #1f1437;
  margin: 40px 0;
}
@media (max-width: 959px) {
  .cid-teCSArnhpE .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-teCSArnhpE .right-images {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 959px) {
  .cid-teCSArnhpE .right-images {
    display: none;
  }
}
.cid-teCSArnhpE .animated-container {
  width: 150%;
  height: 200%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  transform: rotate(25deg);
}
.cid-teCSArnhpE .img {
  width: 270px;
  height: 200px;
  margin: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cid-teCSArnhpE .img1 {
  background-image: url("../../../assets/images/tawtaw-cocoa-copy-1200x1089.webp");
}
.cid-teCSArnhpE .img2 {
  background-image: url("../../../assets/images/tawtaw-red-copy-1200x1089.webp");
}
.cid-teCSArnhpE .animated {
  animation: cooky 0.4s infinite linear;
  backface-visibility: hidden;
}
.cid-teCSArnhpE .bottom-images {
  display: none;
}
@media (max-width: 959px) {
  .cid-teCSArnhpE .bottom-images {
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 690px) {
  .cid-teCSArnhpE .bottom-images {
    display: none;
  }
}
.cid-teCSArnhpE .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-teCSArnhpE .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-teCSArnhpE .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-teCSArnhpE .wave-container .wave svg path {
  fill: #114db9;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
@keyframes cooky {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  25% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  50% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  75% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(-5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tWI45Z3nRA.popup-builder {
  background-color: #ffffff;
}
.cid-tWI45Z3nRA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tWI45Z3nRA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tWI45Z3nRA .modal-content,
.cid-tWI45Z3nRA .modal-dialog {
  height: auto;
}
.cid-tWI45Z3nRA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tWI45Z3nRA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tWI45Z3nRA .form-wrapper .mbr-form .form-group,
  .cid-tWI45Z3nRA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tWI45Z3nRA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tWI45Z3nRA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tWI45Z3nRA .mbr-text {
  text-align: center;
}
.cid-tWI45Z3nRA .pt-0 {
  padding-top: 0 !important;
}
.cid-tWI45Z3nRA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tWI45Z3nRA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tWI45Z3nRA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tWI45Z3nRA .modal-open {
  overflow: hidden;
}
.cid-tWI45Z3nRA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tWI45Z3nRA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tWI45Z3nRA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tWI45Z3nRA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tWI45Z3nRA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tWI45Z3nRA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tWI45Z3nRA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tWI45Z3nRA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tWI45Z3nRA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tWI45Z3nRA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tWI45Z3nRA .modal-backdrop.fade {
  opacity: 0;
}
.cid-tWI45Z3nRA .modal-backdrop.show {
  opacity: .5;
}
.cid-tWI45Z3nRA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tWI45Z3nRA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWI45Z3nRA .modal-header {
    padding: 1rem;
  }
}
.cid-tWI45Z3nRA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tWI45Z3nRA .modal-header .close svg {
  fill: #353535;
}
.cid-tWI45Z3nRA .modal-header .close:hover {
  opacity: 1;
}
.cid-tWI45Z3nRA .modal-header .close:focus {
  outline: none;
}
.cid-tWI45Z3nRA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tWI45Z3nRA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tWI45Z3nRA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tWI45Z3nRA .modal-body {
    padding: 1rem;
  }
}
.cid-tWI45Z3nRA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tWI45Z3nRA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tWI45Z3nRA .modal-footer {
    padding: 1rem;
  }
}
.cid-tWI45Z3nRA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tWI45Z3nRA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tWI45Z3nRA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tWI45Z3nRA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tWI45Z3nRA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tWI45Z3nRA .modal-lg,
  .cid-tWI45Z3nRA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tWI45Z3nRA .modal-xl {
    max-width: 1140px;
  }
}
.cid-tWI45Z3nRA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tWI45Z3nRA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tWI45Z3nRA .form-group {
  margin-bottom: 1rem;
}
.cid-tWI45Z3nRA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tWI45Z3nRA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tWI45Z3nRA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tWI45Z3nRA .mbr-section-btn {
  margin: 0;
}
.cid-tWI45Z3nRA .mbr-section-btn .btn {
  margin: 0;
}
.cid-tftlB93TRC {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #114db9;
}
.cid-tftlB93TRC .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tftlB93TRC .btn-social,
.cid-tftlB93TRC .mbr-section-title {
  color: #57468b;
}
.cid-tftlB93TRC .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #6592e6;
}
.cid-tftlB93TRC .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tftlB93TRC .soc-item:hover {
  background: #ffffff;
}
.cid-tftlB93TRC .soc-item:hover span {
  color: #6592e6 !important;
}
@media (max-width: 992px) {
  .cid-tftlB93TRC .align-left,
  .cid-tftlB93TRC .align-right {
    text-align: center;
  }
  .cid-tftlB93TRC .social-list {
    justify-content: center;
  }
  .cid-tftlB93TRC .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tftlB93TRC .mbr-text {
  color: #ffffff;
}
.cid-tftlNj4PnM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tftlNj4PnM .nav-item,
.cid-tftlNj4PnM .nav-link,
.cid-tftlNj4PnM .navbar-caption {
  font-weight: normal;
}
.cid-tftlNj4PnM .nav-item:focus,
.cid-tftlNj4PnM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tftlNj4PnM .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tftlNj4PnM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tftlNj4PnM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tftlNj4PnM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #114db9;
  background: none;
}
.cid-tftlNj4PnM .navbar.opened {
  transition: all .3s;
  background: #114db9 !important;
}
.cid-tftlNj4PnM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tftlNj4PnM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tftlNj4PnM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tftlNj4PnM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tftlNj4PnM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 6.1rem);
  }
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tftlNj4PnM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tftlNj4PnM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tftlNj4PnM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tftlNj4PnM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tftlNj4PnM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tftlNj4PnM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tftlNj4PnM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tftlNj4PnM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tftlNj4PnM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tftlNj4PnM .navbar.navbar-short {
  background: #114db9 !important;
  min-height: 60px;
}
.cid-tftlNj4PnM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tftlNj4PnM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tftlNj4PnM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tftlNj4PnM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tftlNj4PnM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tftlNj4PnM .dropdown-item.active,
.cid-tftlNj4PnM .dropdown-item:active {
  background-color: transparent;
}
.cid-tftlNj4PnM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tftlNj4PnM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tftlNj4PnM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tftlNj4PnM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #114db9;
}
.cid-tftlNj4PnM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tftlNj4PnM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tftlNj4PnM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tftlNj4PnM .navbar-buttons {
  text-align: center;
}
.cid-tftlNj4PnM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tftlNj4PnM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tftlNj4PnM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tftlNj4PnM .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tftlNj4PnM .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tftlNj4PnM .soc-item {
  margin: .5rem .3rem;
}
.cid-tftlNj4PnM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tftlNj4PnM a.nav-link,
.cid-tftlNj4PnM a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tftlNj4PnM a.nav-link .mbr-iconfont-btn,
.cid-tftlNj4PnM a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tftlNj4PnM a.nav-link:hover .mbr-iconfont-btn,
.cid-tftlNj4PnM a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tftlNj4PnM a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tftlNj4PnM .navbar {
    height: 77px;
  }
  .cid-tftlNj4PnM .navbar.opened {
    height: auto;
  }
  .cid-tftlNj4PnM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teItnkpcSE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e10000;
}
.cid-teItnkpcSE .row {
  flex-direction: row-reverse;
}
.cid-teItnkpcSE .price-wrapper {
  position: absolute;
  right: 20%;
  bottom: 15%;
  background: #103178;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-teItnkpcSE .price-wrapper h4,
.cid-teItnkpcSE .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-teItnkpcSE .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-teItnkpcSE .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-teItnkpcSE .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-teItnkpcSE .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-teItnkpcSE .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-teItnkpcSE .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-teItnkpcSE .card-title {
  padding: 0;
  margin: 0;
}
.cid-teItnkpcSE .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-teItnkpcSE .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-teItnkpcSE .card-wrapper {
    width: fit-content;
  }
}
.cid-teItnkpcSE .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-teItnkpcSE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-teItnkpcSE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-teItnkpcSE .card-title,
.cid-teItnkpcSE .card-icon {
  color: #103178;
}
.cid-teItnkpcSE .mbr-section-title {
  color: #ffffff;
}
.cid-teItnkpcSE .mbr-text,
.cid-teItnkpcSE .mbr-section-btn {
  color: #fafafa;
}
.cid-teItnkpcSE .price {
  text-align: center;
  color: #ffffff;
}
.cid-teOCltbnAK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teOCltbnAK .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-teOCltbnAK .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-teOCltbnAK .col-text {
    padding-top: 30px;
  }
}
.cid-teOCltbnAK .mbr-section-title {
  color: #000000;
}
.cid-teOCltbnAK .mbr-section-subtitle {
  color: #010d4c;
}
.cid-teOCltbnAK .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-teOCltbnAK .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-teOC0P9Xgy {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-teOC0P9Xgy .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-teOC0P9Xgy .image-block:hover img {
  transform: scale(1.1);
}
.cid-teOC0P9Xgy .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-teOC0P9Xgy img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-teOC0P9Xgy .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-teOC0P9Xgy .wrap {
    opacity: 1 !important;
  }
  .cid-teOC0P9Xgy .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-teOC0P9Xgy .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-teOC0P9Xgy P {
  color: #bbbbbb;
}
.cid-tfbpkVi1Yo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tfbpkVi1Yo .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tfbpkVi1Yo .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tfbpkVi1Yo .col-text {
    padding-top: 30px;
  }
}
.cid-tfbpkVi1Yo .mbr-section-title {
  color: #000000;
}
.cid-tfbpkVi1Yo .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tfbpkVi1Yo .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tfbpkVi1Yo .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tfbpte6lzQ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfbpte6lzQ .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tfbpte6lzQ .image-block:hover img {
  transform: scale(1.1);
}
.cid-tfbpte6lzQ .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tfbpte6lzQ img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tfbpte6lzQ .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tfbpte6lzQ .wrap {
    opacity: 1 !important;
  }
  .cid-tfbpte6lzQ .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tfbpte6lzQ .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tfbpte6lzQ P {
  color: #bbbbbb;
}
.cid-tHOTb8EWYT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tHOTb8EWYT .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tHOTb8EWYT .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tHOTb8EWYT .col-text {
    padding-top: 30px;
  }
}
.cid-tHOTb8EWYT .mbr-section-title {
  color: #000000;
}
.cid-tHOTb8EWYT .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tHOTb8EWYT .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tHOTb8EWYT .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tHOTcw3Hza {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tHOTcw3Hza .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tHOTcw3Hza .image-block:hover img {
  transform: scale(1.1);
}
.cid-tHOTcw3Hza .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tHOTcw3Hza img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tHOTcw3Hza .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tHOTcw3Hza .wrap {
    opacity: 1 !important;
  }
  .cid-tHOTcw3Hza .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tHOTcw3Hza .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tHOTcw3Hza P {
  color: #bbbbbb;
}
.cid-tfsIy2C1Yx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tfsIy2C1Yx .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tfsIy2C1Yx .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tfsIy2C1Yx .col-text {
    padding-top: 30px;
  }
}
.cid-tfsIy2C1Yx .mbr-section-title {
  color: #000000;
}
.cid-tfsIy2C1Yx .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tfsIy2C1Yx .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tfsIy2C1Yx .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tfsIyDcs0z {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfsIyDcs0z .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tfsIyDcs0z .image-block:hover img {
  transform: scale(1.1);
}
.cid-tfsIyDcs0z .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tfsIyDcs0z img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tfsIyDcs0z .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tfsIyDcs0z .wrap {
    opacity: 1 !important;
  }
  .cid-tfsIyDcs0z .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tfsIyDcs0z .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tfsIyDcs0z P {
  color: #bbbbbb;
}
.cid-tfsIzo6M0Q {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tfsIzo6M0Q .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tfsIzo6M0Q .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tfsIzo6M0Q .col-text {
    padding-top: 30px;
  }
}
.cid-tfsIzo6M0Q .mbr-section-title {
  color: #000000;
}
.cid-tfsIzo6M0Q .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tfsIzo6M0Q .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tfsIzo6M0Q .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tfsIA567PO {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfsIA567PO .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tfsIA567PO .image-block:hover img {
  transform: scale(1.1);
}
.cid-tfsIA567PO .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tfsIA567PO img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tfsIA567PO .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tfsIA567PO .wrap {
    opacity: 1 !important;
  }
  .cid-tfsIA567PO .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tfsIA567PO .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tfsIA567PO P {
  color: #bbbbbb;
}
.cid-tfsNF8SGpP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tfsNF8SGpP .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tfsNF8SGpP .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tfsNF8SGpP .col-text {
    padding-top: 30px;
  }
}
.cid-tfsNF8SGpP .mbr-section-title {
  color: #000000;
}
.cid-tfsNF8SGpP .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tfsNF8SGpP .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tfsNF8SGpP .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tfsNFTFmAq {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfsNFTFmAq .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tfsNFTFmAq .image-block:hover img {
  transform: scale(1.1);
}
.cid-tfsNFTFmAq .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tfsNFTFmAq img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tfsNFTFmAq .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tfsNFTFmAq .wrap {
    opacity: 1 !important;
  }
  .cid-tfsNFTFmAq .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tfsNFTFmAq .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tfsNFTFmAq P {
  color: #bbbbbb;
}
.cid-tfsPPXag6l {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tfsPPXag6l .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tfsPPXag6l .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tfsPPXag6l .col-text {
    padding-top: 30px;
  }
}
.cid-tfsPPXag6l .mbr-section-title {
  color: #000000;
}
.cid-tfsPPXag6l .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tfsPPXag6l .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tfsPPXag6l .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tfsPmBYlb2 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfsPmBYlb2 .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tfsPmBYlb2 .image-block:hover img {
  transform: scale(1.1);
}
.cid-tfsPmBYlb2 .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tfsPmBYlb2 img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tfsPmBYlb2 .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tfsPmBYlb2 .wrap {
    opacity: 1 !important;
  }
  .cid-tfsPmBYlb2 .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tfsPmBYlb2 .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tfsPmBYlb2 P {
  color: #bbbbbb;
}
.cid-tHOXbPkZ0a {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tHOXbPkZ0a .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tHOXbPkZ0a .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tHOXbPkZ0a .col-text {
    padding-top: 30px;
  }
}
.cid-tHOXbPkZ0a .mbr-section-title {
  color: #000000;
}
.cid-tHOXbPkZ0a .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tHOXbPkZ0a .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tHOXbPkZ0a .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tHOXd5yN76 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tHOXd5yN76 .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tHOXd5yN76 .image-block:hover img {
  transform: scale(1.1);
}
.cid-tHOXd5yN76 .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tHOXd5yN76 img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tHOXd5yN76 .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tHOXd5yN76 .wrap {
    opacity: 1 !important;
  }
  .cid-tHOXd5yN76 .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tHOXd5yN76 .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tHOXd5yN76 P {
  color: #bbbbbb;
}
.cid-tfsPVzo210 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tfsPVzo210 .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tfsPVzo210 .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tfsPVzo210 .col-text {
    padding-top: 30px;
  }
}
.cid-tfsPVzo210 .mbr-section-title {
  color: #000000;
}
.cid-tfsPVzo210 .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tfsPVzo210 .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tfsPVzo210 .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tfsQ1StCfH {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfsQ1StCfH .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tfsQ1StCfH .image-block:hover img {
  transform: scale(1.1);
}
.cid-tfsQ1StCfH .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tfsQ1StCfH img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tfsQ1StCfH .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tfsQ1StCfH .wrap {
    opacity: 1 !important;
  }
  .cid-tfsQ1StCfH .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tfsQ1StCfH .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tfsQ1StCfH P {
  color: #bbbbbb;
}
.cid-tfsQ4DHSPE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tfsQ4DHSPE .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tfsQ4DHSPE .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tfsQ4DHSPE .col-text {
    padding-top: 30px;
  }
}
.cid-tfsQ4DHSPE .mbr-section-title {
  color: #000000;
}
.cid-tfsQ4DHSPE .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tfsQ4DHSPE .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tfsQ4DHSPE .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tfsPXS5IxT {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfsPXS5IxT .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tfsPXS5IxT .image-block:hover img {
  transform: scale(1.1);
}
.cid-tfsPXS5IxT .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tfsPXS5IxT img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tfsPXS5IxT .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tfsPXS5IxT .wrap {
    opacity: 1 !important;
  }
  .cid-tfsPXS5IxT .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tfsPXS5IxT .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tfsPXS5IxT P {
  color: #bbbbbb;
}
.cid-tlh7ntE5yi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlh7ntE5yi .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tlh7ntE5yi .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tlh7ntE5yi .col-text {
    padding-top: 30px;
  }
}
.cid-tlh7ntE5yi .mbr-section-title {
  color: #000000;
}
.cid-tlh7ntE5yi .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tlh7ntE5yi .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tlh7ntE5yi .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tlh7ojEi4z {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tlh7ojEi4z .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tlh7ojEi4z .image-block:hover img {
  transform: scale(1.1);
}
.cid-tlh7ojEi4z .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tlh7ojEi4z img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tlh7ojEi4z .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tlh7ojEi4z .wrap {
    opacity: 1 !important;
  }
  .cid-tlh7ojEi4z .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tlh7ojEi4z .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tlh7ojEi4z P {
  color: #bbbbbb;
}
.cid-tfsQSTCqGi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tfsQSTCqGi .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tfsQSTCqGi .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tfsQSTCqGi .col-text {
    padding-top: 30px;
  }
}
.cid-tfsQSTCqGi .mbr-section-title {
  color: #000000;
}
.cid-tfsQSTCqGi .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tfsQSTCqGi .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tfsQSTCqGi .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tfsQTGmiTw {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfsQTGmiTw .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tfsQTGmiTw .image-block:hover img {
  transform: scale(1.1);
}
.cid-tfsQTGmiTw .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tfsQTGmiTw img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tfsQTGmiTw .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tfsQTGmiTw .wrap {
    opacity: 1 !important;
  }
  .cid-tfsQTGmiTw .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tfsQTGmiTw .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tfsQTGmiTw P {
  color: #bbbbbb;
}
.cid-tftlS4EAC7 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tftlS4EAC7 .content {
  margin-left: 6rem;
}
@media (max-width: 1199px) {
  .cid-tftlS4EAC7 .content {
    margin-left: 35px;
  }
}
@media (max-width: 959px) {
  .cid-tftlS4EAC7 .content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.cid-tftlS4EAC7 .mbr-section-title {
  color: #1f1437;
}
.cid-tftlS4EAC7 .mbr-title-addition {
  color: #1f1437;
  align-self: flex-end;
  margin-bottom: 20px;
}
.cid-tftlS4EAC7 .mbr-title-addition span {
  position: relative;
}
.cid-tftlS4EAC7 .mbr-title-addition span svg {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 150%;
  height: 9px;
}
@media (max-width: 959px) {
  .cid-tftlS4EAC7 .mbr-title-addition span svg {
    left: -12px;
  }
}
.cid-tftlS4EAC7 .mbr-title-addition span svg path {
  fill: #33d5ad;
}
.cid-tftlS4EAC7 .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tftlS4EAC7 .mbr-section-subtitle span {
  position: relative;
}
.cid-tftlS4EAC7 .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tftlS4EAC7 .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tftlS4EAC7 .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tftlS4EAC7 .mbr-text {
  color: #1f1437;
  margin: 40px 0;
}
@media (max-width: 959px) {
  .cid-tftlS4EAC7 .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-tftlS4EAC7 .right-images {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 959px) {
  .cid-tftlS4EAC7 .right-images {
    display: none;
  }
}
.cid-tftlS4EAC7 .animated-container {
  width: 150%;
  height: 200%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  transform: rotate(25deg);
}
.cid-tftlS4EAC7 .img {
  width: 270px;
  height: 200px;
  margin: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cid-tftlS4EAC7 .img1 {
  background-image: url("../../../assets/images/tawtaw-cocoa-copy-1200x1089.webp");
}
.cid-tftlS4EAC7 .img2 {
  background-image: url("../../../assets/images/tawtaw-red-copy-1200x1089.webp");
}
.cid-tftlS4EAC7 .bottom-images {
  display: none;
}
@media (max-width: 959px) {
  .cid-tftlS4EAC7 .bottom-images {
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 690px) {
  .cid-tftlS4EAC7 .bottom-images {
    display: none;
  }
}
.cid-tftlS4EAC7 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tftlS4EAC7 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tftlS4EAC7 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tftlS4EAC7 .wave-container .wave svg path {
  fill: #114db9;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
@keyframes cooky {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  25% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  50% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  75% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(-5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tftlB93TRC {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #114db9;
}
.cid-tftlB93TRC .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tftlB93TRC .btn-social,
.cid-tftlB93TRC .mbr-section-title {
  color: #57468b;
}
.cid-tftlB93TRC .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #6592e6;
}
.cid-tftlB93TRC .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tftlB93TRC .soc-item:hover {
  background: #ffffff;
}
.cid-tftlB93TRC .soc-item:hover span {
  color: #6592e6 !important;
}
@media (max-width: 992px) {
  .cid-tftlB93TRC .align-left,
  .cid-tftlB93TRC .align-right {
    text-align: center;
  }
  .cid-tftlB93TRC .social-list {
    justify-content: center;
  }
  .cid-tftlB93TRC .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tftlB93TRC .mbr-text {
  color: #ffffff;
}
.cid-tftlNj4PnM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tftlNj4PnM .nav-item,
.cid-tftlNj4PnM .nav-link,
.cid-tftlNj4PnM .navbar-caption {
  font-weight: normal;
}
.cid-tftlNj4PnM .nav-item:focus,
.cid-tftlNj4PnM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tftlNj4PnM .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tftlNj4PnM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tftlNj4PnM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tftlNj4PnM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #114db9;
  background: none;
}
.cid-tftlNj4PnM .navbar.opened {
  transition: all .3s;
  background: #114db9 !important;
}
.cid-tftlNj4PnM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tftlNj4PnM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tftlNj4PnM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tftlNj4PnM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tftlNj4PnM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 6.1rem);
  }
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tftlNj4PnM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tftlNj4PnM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tftlNj4PnM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tftlNj4PnM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tftlNj4PnM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tftlNj4PnM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tftlNj4PnM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tftlNj4PnM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tftlNj4PnM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tftlNj4PnM .navbar.navbar-short {
  background: #114db9 !important;
  min-height: 60px;
}
.cid-tftlNj4PnM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tftlNj4PnM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tftlNj4PnM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tftlNj4PnM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tftlNj4PnM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tftlNj4PnM .dropdown-item.active,
.cid-tftlNj4PnM .dropdown-item:active {
  background-color: transparent;
}
.cid-tftlNj4PnM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tftlNj4PnM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tftlNj4PnM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tftlNj4PnM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #114db9;
}
.cid-tftlNj4PnM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tftlNj4PnM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tftlNj4PnM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tftlNj4PnM .navbar-buttons {
  text-align: center;
}
.cid-tftlNj4PnM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tftlNj4PnM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tftlNj4PnM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tftlNj4PnM .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tftlNj4PnM .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tftlNj4PnM .soc-item {
  margin: .5rem .3rem;
}
.cid-tftlNj4PnM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tftlNj4PnM a.nav-link,
.cid-tftlNj4PnM a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tftlNj4PnM a.nav-link .mbr-iconfont-btn,
.cid-tftlNj4PnM a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tftlNj4PnM a.nav-link:hover .mbr-iconfont-btn,
.cid-tftlNj4PnM a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tftlNj4PnM a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tftlNj4PnM .navbar {
    height: 77px;
  }
  .cid-tftlNj4PnM .navbar.opened {
    height: auto;
  }
  .cid-tftlNj4PnM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tf0splT67j {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #9fdbf8;
}
.cid-tf0splT67j .row {
  flex-direction: row-reverse;
}
.cid-tf0splT67j .price-wrapper {
  position: absolute;
  right: 20%;
  bottom: 15%;
  background: #103178;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-tf0splT67j .price-wrapper h4,
.cid-tf0splT67j .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tf0splT67j .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-tf0splT67j .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-tf0splT67j .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-tf0splT67j .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-tf0splT67j .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-tf0splT67j .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tf0splT67j .card-title {
  padding: 0;
  margin: 0;
}
.cid-tf0splT67j .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tf0splT67j .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tf0splT67j .card-wrapper {
    width: fit-content;
  }
}
.cid-tf0splT67j .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-tf0splT67j .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tf0splT67j .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tf0splT67j .card-title,
.cid-tf0splT67j .card-icon {
  color: #103178;
}
.cid-tf0splT67j .mbr-section-title {
  color: #103178;
}
.cid-tf0splT67j .mbr-text,
.cid-tf0splT67j .mbr-section-btn {
  color: #000000;
}
.cid-tf0splT67j .price {
  text-align: center;
  color: #ffffff;
}
.cid-tf0spn3ygI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tf0spn3ygI .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tf0spn3ygI .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tf0spn3ygI .col-text {
    padding-top: 30px;
  }
}
.cid-tf0spn3ygI .mbr-section-title {
  color: #000000;
}
.cid-tf0spn3ygI .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tf0spn3ygI .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tf0spn3ygI .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tf0spnCJdR {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tf0spnCJdR .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tf0spnCJdR .image-block:hover img {
  transform: scale(1.1);
}
.cid-tf0spnCJdR .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tf0spnCJdR img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tf0spnCJdR .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tf0spnCJdR .wrap {
    opacity: 1 !important;
  }
  .cid-tf0spnCJdR .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tf0spnCJdR .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tf0spnCJdR P {
  color: #bbbbbb;
}
.cid-tfsWErTgYH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tfsWErTgYH .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tfsWErTgYH .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tfsWErTgYH .col-text {
    padding-top: 30px;
  }
}
.cid-tfsWErTgYH .mbr-section-title {
  color: #000000;
}
.cid-tfsWErTgYH .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tfsWErTgYH .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tfsWErTgYH .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tfsWEUY4fn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfsWEUY4fn .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tfsWEUY4fn .image-block:hover img {
  transform: scale(1.1);
}
.cid-tfsWEUY4fn .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tfsWEUY4fn img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tfsWEUY4fn .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tfsWEUY4fn .wrap {
    opacity: 1 !important;
  }
  .cid-tfsWEUY4fn .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tfsWEUY4fn .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tfsWEUY4fn P {
  color: #bbbbbb;
}
.cid-tfsWFk8raX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tfsWFk8raX .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tfsWFk8raX .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tfsWFk8raX .col-text {
    padding-top: 30px;
  }
}
.cid-tfsWFk8raX .mbr-section-title {
  color: #000000;
}
.cid-tfsWFk8raX .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tfsWFk8raX .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tfsWFk8raX .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tfsWFRlhD3 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfsWFRlhD3 .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tfsWFRlhD3 .image-block:hover img {
  transform: scale(1.1);
}
.cid-tfsWFRlhD3 .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tfsWFRlhD3 img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tfsWFRlhD3 .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tfsWFRlhD3 .wrap {
    opacity: 1 !important;
  }
  .cid-tfsWFRlhD3 .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tfsWFRlhD3 .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tfsWFRlhD3 P {
  color: #bbbbbb;
}
.cid-tfsWP3O9DG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tfsWP3O9DG .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tfsWP3O9DG .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tfsWP3O9DG .col-text {
    padding-top: 30px;
  }
}
.cid-tfsWP3O9DG .mbr-section-title {
  color: #000000;
}
.cid-tfsWP3O9DG .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tfsWP3O9DG .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tfsWP3O9DG .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tfsWNx1AHW {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfsWNx1AHW .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tfsWNx1AHW .image-block:hover img {
  transform: scale(1.1);
}
.cid-tfsWNx1AHW .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tfsWNx1AHW img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tfsWNx1AHW .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tfsWNx1AHW .wrap {
    opacity: 1 !important;
  }
  .cid-tfsWNx1AHW .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tfsWNx1AHW .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tfsWNx1AHW P {
  color: #bbbbbb;
}
.cid-tftlUyxkT9 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tftlUyxkT9 .content {
  margin-left: 6rem;
}
@media (max-width: 1199px) {
  .cid-tftlUyxkT9 .content {
    margin-left: 35px;
  }
}
@media (max-width: 959px) {
  .cid-tftlUyxkT9 .content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.cid-tftlUyxkT9 .mbr-section-title {
  color: #1f1437;
}
.cid-tftlUyxkT9 .mbr-title-addition {
  color: #1f1437;
  align-self: flex-end;
  margin-bottom: 20px;
}
.cid-tftlUyxkT9 .mbr-title-addition span {
  position: relative;
}
.cid-tftlUyxkT9 .mbr-title-addition span svg {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 150%;
  height: 9px;
}
@media (max-width: 959px) {
  .cid-tftlUyxkT9 .mbr-title-addition span svg {
    left: -12px;
  }
}
.cid-tftlUyxkT9 .mbr-title-addition span svg path {
  fill: #33d5ad;
}
.cid-tftlUyxkT9 .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tftlUyxkT9 .mbr-section-subtitle span {
  position: relative;
}
.cid-tftlUyxkT9 .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tftlUyxkT9 .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tftlUyxkT9 .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tftlUyxkT9 .mbr-text {
  color: #1f1437;
  margin: 40px 0;
}
@media (max-width: 959px) {
  .cid-tftlUyxkT9 .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-tftlUyxkT9 .right-images {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 959px) {
  .cid-tftlUyxkT9 .right-images {
    display: none;
  }
}
.cid-tftlUyxkT9 .animated-container {
  width: 150%;
  height: 200%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  transform: rotate(25deg);
}
.cid-tftlUyxkT9 .img {
  width: 270px;
  height: 200px;
  margin: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cid-tftlUyxkT9 .img1 {
  background-image: url("../../../assets/images/tawtaw-cocoa-copy-1200x1089.webp");
}
.cid-tftlUyxkT9 .img2 {
  background-image: url("../../../assets/images/tawtaw-red-copy-1200x1089.webp");
}
.cid-tftlUyxkT9 .bottom-images {
  display: none;
}
@media (max-width: 959px) {
  .cid-tftlUyxkT9 .bottom-images {
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 690px) {
  .cid-tftlUyxkT9 .bottom-images {
    display: none;
  }
}
.cid-tftlUyxkT9 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tftlUyxkT9 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tftlUyxkT9 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tftlUyxkT9 .wave-container .wave svg path {
  fill: #114db9;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
@keyframes cooky {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  25% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  50% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  75% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(-5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tftlB93TRC {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #114db9;
}
.cid-tftlB93TRC .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tftlB93TRC .btn-social,
.cid-tftlB93TRC .mbr-section-title {
  color: #57468b;
}
.cid-tftlB93TRC .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #6592e6;
}
.cid-tftlB93TRC .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tftlB93TRC .soc-item:hover {
  background: #ffffff;
}
.cid-tftlB93TRC .soc-item:hover span {
  color: #6592e6 !important;
}
@media (max-width: 992px) {
  .cid-tftlB93TRC .align-left,
  .cid-tftlB93TRC .align-right {
    text-align: center;
  }
  .cid-tftlB93TRC .social-list {
    justify-content: center;
  }
  .cid-tftlB93TRC .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tftlB93TRC .mbr-text {
  color: #ffffff;
}
.cid-tftlNj4PnM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tftlNj4PnM .nav-item,
.cid-tftlNj4PnM .nav-link,
.cid-tftlNj4PnM .navbar-caption {
  font-weight: normal;
}
.cid-tftlNj4PnM .nav-item:focus,
.cid-tftlNj4PnM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tftlNj4PnM .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tftlNj4PnM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tftlNj4PnM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tftlNj4PnM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #114db9;
  background: none;
}
.cid-tftlNj4PnM .navbar.opened {
  transition: all .3s;
  background: #114db9 !important;
}
.cid-tftlNj4PnM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tftlNj4PnM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tftlNj4PnM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tftlNj4PnM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tftlNj4PnM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 6.1rem);
  }
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tftlNj4PnM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tftlNj4PnM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tftlNj4PnM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tftlNj4PnM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tftlNj4PnM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tftlNj4PnM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tftlNj4PnM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tftlNj4PnM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tftlNj4PnM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tftlNj4PnM .navbar.navbar-short {
  background: #114db9 !important;
  min-height: 60px;
}
.cid-tftlNj4PnM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tftlNj4PnM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tftlNj4PnM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tftlNj4PnM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tftlNj4PnM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tftlNj4PnM .dropdown-item.active,
.cid-tftlNj4PnM .dropdown-item:active {
  background-color: transparent;
}
.cid-tftlNj4PnM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tftlNj4PnM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tftlNj4PnM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tftlNj4PnM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #114db9;
}
.cid-tftlNj4PnM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tftlNj4PnM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tftlNj4PnM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tftlNj4PnM .navbar-buttons {
  text-align: center;
}
.cid-tftlNj4PnM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tftlNj4PnM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tftlNj4PnM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tftlNj4PnM .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tftlNj4PnM .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tftlNj4PnM .soc-item {
  margin: .5rem .3rem;
}
.cid-tftlNj4PnM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tftlNj4PnM a.nav-link,
.cid-tftlNj4PnM a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tftlNj4PnM a.nav-link .mbr-iconfont-btn,
.cid-tftlNj4PnM a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tftlNj4PnM a.nav-link:hover .mbr-iconfont-btn,
.cid-tftlNj4PnM a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tftlNj4PnM a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tftlNj4PnM .navbar {
    height: 77px;
  }
  .cid-tftlNj4PnM .navbar.opened {
    height: auto;
  }
  .cid-tftlNj4PnM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tf0snhNqVM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffbf00;
}
.cid-tf0snhNqVM .row {
  flex-direction: row-reverse;
}
.cid-tf0snhNqVM .price-wrapper {
  position: absolute;
  right: 20%;
  bottom: 15%;
  background: #103178;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-tf0snhNqVM .price-wrapper h4,
.cid-tf0snhNqVM .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tf0snhNqVM .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-tf0snhNqVM .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-tf0snhNqVM .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-tf0snhNqVM .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-tf0snhNqVM .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-tf0snhNqVM .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tf0snhNqVM .card-title {
  padding: 0;
  margin: 0;
}
.cid-tf0snhNqVM .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tf0snhNqVM .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tf0snhNqVM .card-wrapper {
    width: fit-content;
  }
}
.cid-tf0snhNqVM .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-tf0snhNqVM .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tf0snhNqVM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tf0snhNqVM .card-title,
.cid-tf0snhNqVM .card-icon {
  color: #103178;
}
.cid-tf0snhNqVM .mbr-section-title {
  color: #103178;
}
.cid-tf0snhNqVM .mbr-text,
.cid-tf0snhNqVM .mbr-section-btn {
  color: #103178;
}
.cid-tf0snhNqVM .price {
  text-align: center;
  color: #ffffff;
}
.cid-tf0sniC2d5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tf0sniC2d5 .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tf0sniC2d5 .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tf0sniC2d5 .col-text {
    padding-top: 30px;
  }
}
.cid-tf0sniC2d5 .mbr-section-title {
  color: #000000;
}
.cid-tf0sniC2d5 .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tf0sniC2d5 .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tf0sniC2d5 .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tf0snj2ODQ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tf0snj2ODQ .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tf0snj2ODQ .image-block:hover img {
  transform: scale(1.1);
}
.cid-tf0snj2ODQ .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tf0snj2ODQ img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tf0snj2ODQ .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tf0snj2ODQ .wrap {
    opacity: 1 !important;
  }
  .cid-tf0snj2ODQ .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tf0snj2ODQ .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tf0snj2ODQ P {
  color: #bbbbbb;
}
.cid-ugUvHWGjN8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugUvHWGjN8 .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-ugUvHWGjN8 .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-ugUvHWGjN8 .col-text {
    padding-top: 30px;
  }
}
.cid-ugUvHWGjN8 .mbr-section-title {
  color: #000000;
}
.cid-ugUvHWGjN8 .mbr-section-subtitle {
  color: #010d4c;
}
.cid-ugUvHWGjN8 .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-ugUvHWGjN8 .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-ugUvJzBZH5 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ugUvJzBZH5 .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-ugUvJzBZH5 .image-block:hover img {
  transform: scale(1.1);
}
.cid-ugUvJzBZH5 .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-ugUvJzBZH5 img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-ugUvJzBZH5 .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-ugUvJzBZH5 .wrap {
    opacity: 1 !important;
  }
  .cid-ugUvJzBZH5 .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-ugUvJzBZH5 .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-ugUvJzBZH5 P {
  color: #bbbbbb;
}
.cid-tft1XKYPLq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tft1XKYPLq .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tft1XKYPLq .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tft1XKYPLq .col-text {
    padding-top: 30px;
  }
}
.cid-tft1XKYPLq .mbr-section-title {
  color: #000000;
}
.cid-tft1XKYPLq .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tft1XKYPLq .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tft1XKYPLq .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tft1YhczEm {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tft1YhczEm .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tft1YhczEm .image-block:hover img {
  transform: scale(1.1);
}
.cid-tft1YhczEm .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tft1YhczEm img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tft1YhczEm .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tft1YhczEm .wrap {
    opacity: 1 !important;
  }
  .cid-tft1YhczEm .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tft1YhczEm .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tft1YhczEm P {
  color: #bbbbbb;
}
.cid-u33pZ9WMbN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u33pZ9WMbN .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-u33pZ9WMbN .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-u33pZ9WMbN .col-text {
    padding-top: 30px;
  }
}
.cid-u33pZ9WMbN .mbr-section-title {
  color: #000000;
}
.cid-u33pZ9WMbN .mbr-section-subtitle {
  color: #010d4c;
}
.cid-u33pZ9WMbN .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-u33pZ9WMbN .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u33q04rNr1 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u33q04rNr1 .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-u33q04rNr1 .image-block:hover img {
  transform: scale(1.1);
}
.cid-u33q04rNr1 .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-u33q04rNr1 img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-u33q04rNr1 .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-u33q04rNr1 .wrap {
    opacity: 1 !important;
  }
  .cid-u33q04rNr1 .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-u33q04rNr1 .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-u33q04rNr1 P {
  color: #bbbbbb;
}
.cid-ugHtb9XyNb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugHtb9XyNb .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-ugHtb9XyNb .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-ugHtb9XyNb .col-text {
    padding-top: 30px;
  }
}
.cid-ugHtb9XyNb .mbr-section-title {
  color: #000000;
}
.cid-ugHtb9XyNb .mbr-section-subtitle {
  color: #010d4c;
}
.cid-ugHtb9XyNb .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-ugHtb9XyNb .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-ugHtcW40no {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ugHtcW40no .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-ugHtcW40no .image-block:hover img {
  transform: scale(1.1);
}
.cid-ugHtcW40no .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-ugHtcW40no img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-ugHtcW40no .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-ugHtcW40no .wrap {
    opacity: 1 !important;
  }
  .cid-ugHtcW40no .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-ugHtcW40no .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-ugHtcW40no P {
  color: #bbbbbb;
}
.cid-ugHmM5Hbp2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugHmM5Hbp2 .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-ugHmM5Hbp2 .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-ugHmM5Hbp2 .col-text {
    padding-top: 30px;
  }
}
.cid-ugHmM5Hbp2 .mbr-section-title {
  color: #000000;
}
.cid-ugHmM5Hbp2 .mbr-section-subtitle {
  color: #010d4c;
}
.cid-ugHmM5Hbp2 .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-ugHmM5Hbp2 .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-ugHmNAPuxk {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ugHmNAPuxk .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-ugHmNAPuxk .image-block:hover img {
  transform: scale(1.1);
}
.cid-ugHmNAPuxk .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-ugHmNAPuxk img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-ugHmNAPuxk .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-ugHmNAPuxk .wrap {
    opacity: 1 !important;
  }
  .cid-ugHmNAPuxk .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-ugHmNAPuxk .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-ugHmNAPuxk P {
  color: #bbbbbb;
}
.cid-tHOXKImc7y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHOXKImc7y .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tHOXKImc7y .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tHOXKImc7y .col-text {
    padding-top: 30px;
  }
}
.cid-tHOXKImc7y .mbr-section-title {
  color: #000000;
}
.cid-tHOXKImc7y .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tHOXKImc7y .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tHOXKImc7y .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tHOXM4bBRT {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tHOXM4bBRT .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tHOXM4bBRT .image-block:hover img {
  transform: scale(1.1);
}
.cid-tHOXM4bBRT .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tHOXM4bBRT img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tHOXM4bBRT .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tHOXM4bBRT .wrap {
    opacity: 1 !important;
  }
  .cid-tHOXM4bBRT .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tHOXM4bBRT .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tHOXM4bBRT P {
  color: #bbbbbb;
}
.cid-tHOXRgk1uM {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tHOXRgk1uM .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tHOXRgk1uM .image-block:hover img {
  transform: scale(1.1);
}
.cid-tHOXRgk1uM .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tHOXRgk1uM img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tHOXRgk1uM .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tHOXRgk1uM .wrap {
    opacity: 1 !important;
  }
  .cid-tHOXRgk1uM .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tHOXRgk1uM .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tHOXRgk1uM P {
  color: #bbbbbb;
}
.cid-toMpSC75iB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toMpSC75iB .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-toMpSC75iB .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-toMpSC75iB .col-text {
    padding-top: 30px;
  }
}
.cid-toMpSC75iB .mbr-section-title {
  color: #000000;
}
.cid-toMpSC75iB .mbr-section-subtitle {
  color: #010d4c;
}
.cid-toMpSC75iB .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-toMpSC75iB .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-toMpTBcauy {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-toMpTBcauy .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-toMpTBcauy .image-block:hover img {
  transform: scale(1.1);
}
.cid-toMpTBcauy .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-toMpTBcauy img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-toMpTBcauy .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-toMpTBcauy .wrap {
    opacity: 1 !important;
  }
  .cid-toMpTBcauy .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-toMpTBcauy .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-toMpTBcauy P {
  color: #bbbbbb;
}
.cid-toMunTquEq {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-toMunTquEq .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-toMunTquEq .image-block:hover img {
  transform: scale(1.1);
}
.cid-toMunTquEq .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-toMunTquEq img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-toMunTquEq .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-toMunTquEq .wrap {
    opacity: 1 !important;
  }
  .cid-toMunTquEq .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-toMunTquEq .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-toMunTquEq P {
  color: #bbbbbb;
}
.cid-tHOY6ZXzqx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHOY6ZXzqx .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tHOY6ZXzqx .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tHOY6ZXzqx .col-text {
    padding-top: 30px;
  }
}
.cid-tHOY6ZXzqx .mbr-section-title {
  color: #000000;
}
.cid-tHOY6ZXzqx .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tHOY6ZXzqx .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tHOY6ZXzqx .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tHOY966zBH {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tHOY966zBH .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tHOY966zBH .image-block:hover img {
  transform: scale(1.1);
}
.cid-tHOY966zBH .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tHOY966zBH img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tHOY966zBH .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tHOY966zBH .wrap {
    opacity: 1 !important;
  }
  .cid-tHOY966zBH .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tHOY966zBH .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tHOY966zBH P {
  color: #bbbbbb;
}
.cid-tHOYb4TSNa {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tHOYb4TSNa .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tHOYb4TSNa .image-block:hover img {
  transform: scale(1.1);
}
.cid-tHOYb4TSNa .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tHOYb4TSNa img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tHOYb4TSNa .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tHOYb4TSNa .wrap {
    opacity: 1 !important;
  }
  .cid-tHOYb4TSNa .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tHOYb4TSNa .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tHOYb4TSNa P {
  color: #bbbbbb;
}
.cid-tlh2LN7Gd3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlh2LN7Gd3 .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tlh2LN7Gd3 .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tlh2LN7Gd3 .col-text {
    padding-top: 30px;
  }
}
.cid-tlh2LN7Gd3 .mbr-section-title {
  color: #000000;
}
.cid-tlh2LN7Gd3 .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tlh2LN7Gd3 .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tlh2LN7Gd3 .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tlh2MwEy7u {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tlh2MwEy7u .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tlh2MwEy7u .image-block:hover img {
  transform: scale(1.1);
}
.cid-tlh2MwEy7u .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tlh2MwEy7u img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tlh2MwEy7u .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tlh2MwEy7u .wrap {
    opacity: 1 !important;
  }
  .cid-tlh2MwEy7u .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tlh2MwEy7u .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tlh2MwEy7u P {
  color: #bbbbbb;
}
.cid-tlh4RPzUnH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlh4RPzUnH .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tlh4RPzUnH .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tlh4RPzUnH .col-text {
    padding-top: 30px;
  }
}
.cid-tlh4RPzUnH .mbr-section-title {
  color: #000000;
}
.cid-tlh4RPzUnH .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tlh4RPzUnH .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tlh4RPzUnH .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tlh4T0igRE {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tlh4T0igRE .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tlh4T0igRE .image-block:hover img {
  transform: scale(1.1);
}
.cid-tlh4T0igRE .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tlh4T0igRE img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tlh4T0igRE .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tlh4T0igRE .wrap {
    opacity: 1 !important;
  }
  .cid-tlh4T0igRE .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tlh4T0igRE .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tlh4T0igRE P {
  color: #bbbbbb;
}
.cid-tHOYwO0yeW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHOYwO0yeW .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tHOYwO0yeW .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tHOYwO0yeW .col-text {
    padding-top: 30px;
  }
}
.cid-tHOYwO0yeW .mbr-section-title {
  color: #000000;
}
.cid-tHOYwO0yeW .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tHOYwO0yeW .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tHOYwO0yeW .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tHOYBnSmBV {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tHOYBnSmBV .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tHOYBnSmBV .image-block:hover img {
  transform: scale(1.1);
}
.cid-tHOYBnSmBV .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tHOYBnSmBV img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tHOYBnSmBV .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tHOYBnSmBV .wrap {
    opacity: 1 !important;
  }
  .cid-tHOYBnSmBV .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tHOYBnSmBV .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tHOYBnSmBV P {
  color: #bbbbbb;
}
.cid-tlh1nr0Ww8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlh1nr0Ww8 .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tlh1nr0Ww8 .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tlh1nr0Ww8 .col-text {
    padding-top: 30px;
  }
}
.cid-tlh1nr0Ww8 .mbr-section-title {
  color: #000000;
}
.cid-tlh1nr0Ww8 .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tlh1nr0Ww8 .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tlh1nr0Ww8 .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tlh1r4oDmA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tlh1r4oDmA .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tlh1r4oDmA .image-block:hover img {
  transform: scale(1.1);
}
.cid-tlh1r4oDmA .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tlh1r4oDmA img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tlh1r4oDmA .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tlh1r4oDmA .wrap {
    opacity: 1 !important;
  }
  .cid-tlh1r4oDmA .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tlh1r4oDmA .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tlh1r4oDmA P {
  color: #bbbbbb;
}
.cid-tft233ovx8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tft233ovx8 .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tft233ovx8 .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tft233ovx8 .col-text {
    padding-top: 30px;
  }
}
.cid-tft233ovx8 .mbr-section-title {
  color: #000000;
}
.cid-tft233ovx8 .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tft233ovx8 .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tft233ovx8 .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tft23MFEUQ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tft23MFEUQ .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tft23MFEUQ .image-block:hover img {
  transform: scale(1.1);
}
.cid-tft23MFEUQ .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tft23MFEUQ img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tft23MFEUQ .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tft23MFEUQ .wrap {
    opacity: 1 !important;
  }
  .cid-tft23MFEUQ .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tft23MFEUQ .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tft23MFEUQ P {
  color: #bbbbbb;
}
.cid-tHOZgW13VL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHOZgW13VL .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tHOZgW13VL .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tHOZgW13VL .col-text {
    padding-top: 30px;
  }
}
.cid-tHOZgW13VL .mbr-section-title {
  color: #000000;
}
.cid-tHOZgW13VL .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tHOZgW13VL .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tHOZgW13VL .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tHOZiSX0rj {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tHOZiSX0rj .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tHOZiSX0rj .image-block:hover img {
  transform: scale(1.1);
}
.cid-tHOZiSX0rj .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tHOZiSX0rj img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tHOZiSX0rj .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tHOZiSX0rj .wrap {
    opacity: 1 !important;
  }
  .cid-tHOZiSX0rj .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tHOZiSX0rj .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tHOZiSX0rj P {
  color: #bbbbbb;
}
.cid-tft1YBddBf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tft1YBddBf .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tft1YBddBf .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tft1YBddBf .col-text {
    padding-top: 30px;
  }
}
.cid-tft1YBddBf .mbr-section-title {
  color: #000000;
}
.cid-tft1YBddBf .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tft1YBddBf .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tft1YBddBf .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tft27krZWG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tft27krZWG .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tft27krZWG .image-block:hover img {
  transform: scale(1.1);
}
.cid-tft27krZWG .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tft27krZWG img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tft27krZWG .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tft27krZWG .wrap {
    opacity: 1 !important;
  }
  .cid-tft27krZWG .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tft27krZWG .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tft27krZWG P {
  color: #bbbbbb;
}
.cid-tlh3oP9bhc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlh3oP9bhc .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tlh3oP9bhc .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tlh3oP9bhc .col-text {
    padding-top: 30px;
  }
}
.cid-tlh3oP9bhc .mbr-section-title {
  color: #000000;
}
.cid-tlh3oP9bhc .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tlh3oP9bhc .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tlh3oP9bhc .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tlh3pCz6Sq {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tlh3pCz6Sq .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tlh3pCz6Sq .image-block:hover img {
  transform: scale(1.1);
}
.cid-tlh3pCz6Sq .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tlh3pCz6Sq img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tlh3pCz6Sq .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tlh3pCz6Sq .wrap {
    opacity: 1 !important;
  }
  .cid-tlh3pCz6Sq .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tlh3pCz6Sq .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tlh3pCz6Sq P {
  color: #bbbbbb;
}
.cid-tft1ZCem6B {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tft1ZCem6B .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tft1ZCem6B .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tft1ZCem6B .col-text {
    padding-top: 30px;
  }
}
.cid-tft1ZCem6B .mbr-section-title {
  color: #000000;
}
.cid-tft1ZCem6B .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tft1ZCem6B .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tft1ZCem6B .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tft221mfnr {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tft221mfnr .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tft221mfnr .image-block:hover img {
  transform: scale(1.1);
}
.cid-tft221mfnr .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tft221mfnr img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tft221mfnr .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tft221mfnr .wrap {
    opacity: 1 !important;
  }
  .cid-tft221mfnr .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tft221mfnr .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tft221mfnr P {
  color: #bbbbbb;
}
.cid-tlh2c15vLh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlh2c15vLh .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tlh2c15vLh .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tlh2c15vLh .col-text {
    padding-top: 30px;
  }
}
.cid-tlh2c15vLh .mbr-section-title {
  color: #000000;
}
.cid-tlh2c15vLh .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tlh2c15vLh .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tlh2c15vLh .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tlh2cK15LM {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tlh2cK15LM .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tlh2cK15LM .image-block:hover img {
  transform: scale(1.1);
}
.cid-tlh2cK15LM .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tlh2cK15LM img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tlh2cK15LM .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tlh2cK15LM .wrap {
    opacity: 1 !important;
  }
  .cid-tlh2cK15LM .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tlh2cK15LM .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tlh2cK15LM P {
  color: #bbbbbb;
}
.cid-uvHSOL9i0q {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvHSOL9i0q .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-uvHSOL9i0q .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-uvHSOL9i0q .col-text {
    padding-top: 30px;
  }
}
.cid-uvHSOL9i0q .mbr-section-title {
  color: #000000;
}
.cid-uvHSOL9i0q .mbr-section-subtitle {
  color: #010d4c;
}
.cid-uvHSOL9i0q .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-uvHSOL9i0q .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uvHSPJ5b3q {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uvHSPJ5b3q .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-uvHSPJ5b3q .image-block:hover img {
  transform: scale(1.1);
}
.cid-uvHSPJ5b3q .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uvHSPJ5b3q img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-uvHSPJ5b3q .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uvHSPJ5b3q .wrap {
    opacity: 1 !important;
  }
  .cid-uvHSPJ5b3q .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-uvHSPJ5b3q .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-uvHSPJ5b3q P {
  color: #bbbbbb;
}
.cid-uvHSR6XjIf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvHSR6XjIf .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-uvHSR6XjIf .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-uvHSR6XjIf .col-text {
    padding-top: 30px;
  }
}
.cid-uvHSR6XjIf .mbr-section-title {
  color: #000000;
}
.cid-uvHSR6XjIf .mbr-section-subtitle {
  color: #010d4c;
}
.cid-uvHSR6XjIf .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-uvHSR6XjIf .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uvHSRZz6EA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uvHSRZz6EA .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-uvHSRZz6EA .image-block:hover img {
  transform: scale(1.1);
}
.cid-uvHSRZz6EA .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uvHSRZz6EA img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-uvHSRZz6EA .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uvHSRZz6EA .wrap {
    opacity: 1 !important;
  }
  .cid-uvHSRZz6EA .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-uvHSRZz6EA .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-uvHSRZz6EA P {
  color: #bbbbbb;
}
.cid-tft1UTHTCo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tft1UTHTCo .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tft1UTHTCo .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tft1UTHTCo .col-text {
    padding-top: 30px;
  }
}
.cid-tft1UTHTCo .mbr-section-title {
  color: #000000;
}
.cid-tft1UTHTCo .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tft1UTHTCo .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tft1UTHTCo .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tft1VmixJ1 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tft1VmixJ1 .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tft1VmixJ1 .image-block:hover img {
  transform: scale(1.1);
}
.cid-tft1VmixJ1 .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tft1VmixJ1 img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tft1VmixJ1 .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tft1VmixJ1 .wrap {
    opacity: 1 !important;
  }
  .cid-tft1VmixJ1 .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tft1VmixJ1 .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tft1VmixJ1 P {
  color: #bbbbbb;
}
.cid-tft1TShYpn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tft1TShYpn .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tft1TShYpn .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tft1TShYpn .col-text {
    padding-top: 30px;
  }
}
.cid-tft1TShYpn .mbr-section-title {
  color: #000000;
}
.cid-tft1TShYpn .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tft1TShYpn .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tft1TShYpn .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tft1Usow6C {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tft1Usow6C .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tft1Usow6C .image-block:hover img {
  transform: scale(1.1);
}
.cid-tft1Usow6C .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tft1Usow6C img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tft1Usow6C .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tft1Usow6C .wrap {
    opacity: 1 !important;
  }
  .cid-tft1Usow6C .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tft1Usow6C .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tft1Usow6C P {
  color: #bbbbbb;
}
.cid-tY99WpDHsp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tY99WpDHsp .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tY99WpDHsp .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tY99WpDHsp .col-text {
    padding-top: 30px;
  }
}
.cid-tY99WpDHsp .mbr-section-title {
  color: #000000;
}
.cid-tY99WpDHsp .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tY99WpDHsp .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tY99WpDHsp .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tY99XV0eEZ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tY99XV0eEZ .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tY99XV0eEZ .image-block:hover img {
  transform: scale(1.1);
}
.cid-tY99XV0eEZ .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tY99XV0eEZ img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tY99XV0eEZ .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tY99XV0eEZ .wrap {
    opacity: 1 !important;
  }
  .cid-tY99XV0eEZ .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tY99XV0eEZ .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tY99XV0eEZ P {
  color: #bbbbbb;
}
.cid-tftlXkOXR1 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tftlXkOXR1 .content {
  margin-left: 6rem;
}
@media (max-width: 1199px) {
  .cid-tftlXkOXR1 .content {
    margin-left: 35px;
  }
}
@media (max-width: 959px) {
  .cid-tftlXkOXR1 .content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.cid-tftlXkOXR1 .mbr-section-title {
  color: #1f1437;
}
.cid-tftlXkOXR1 .mbr-title-addition {
  color: #1f1437;
  align-self: flex-end;
  margin-bottom: 20px;
}
.cid-tftlXkOXR1 .mbr-title-addition span {
  position: relative;
}
.cid-tftlXkOXR1 .mbr-title-addition span svg {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 150%;
  height: 9px;
}
@media (max-width: 959px) {
  .cid-tftlXkOXR1 .mbr-title-addition span svg {
    left: -12px;
  }
}
.cid-tftlXkOXR1 .mbr-title-addition span svg path {
  fill: #33d5ad;
}
.cid-tftlXkOXR1 .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tftlXkOXR1 .mbr-section-subtitle span {
  position: relative;
}
.cid-tftlXkOXR1 .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tftlXkOXR1 .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tftlXkOXR1 .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tftlXkOXR1 .mbr-text {
  color: #1f1437;
  margin: 40px 0;
}
@media (max-width: 959px) {
  .cid-tftlXkOXR1 .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-tftlXkOXR1 .right-images {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 959px) {
  .cid-tftlXkOXR1 .right-images {
    display: none;
  }
}
.cid-tftlXkOXR1 .animated-container {
  width: 150%;
  height: 200%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  transform: rotate(25deg);
}
.cid-tftlXkOXR1 .img {
  width: 270px;
  height: 200px;
  margin: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cid-tftlXkOXR1 .img1 {
  background-image: url("../../../assets/images/tawtaw-cocoa-copy-1200x1089.webp");
}
.cid-tftlXkOXR1 .img2 {
  background-image: url("../../../assets/images/tawtaw-red-copy-1200x1089.webp");
}
.cid-tftlXkOXR1 .bottom-images {
  display: none;
}
@media (max-width: 959px) {
  .cid-tftlXkOXR1 .bottom-images {
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 690px) {
  .cid-tftlXkOXR1 .bottom-images {
    display: none;
  }
}
.cid-tftlXkOXR1 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tftlXkOXR1 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tftlXkOXR1 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tftlXkOXR1 .wave-container .wave svg path {
  fill: #114db9;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
@keyframes cooky {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  25% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  50% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  75% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(-5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tftlB93TRC {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #114db9;
}
.cid-tftlB93TRC .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tftlB93TRC .btn-social,
.cid-tftlB93TRC .mbr-section-title {
  color: #57468b;
}
.cid-tftlB93TRC .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #6592e6;
}
.cid-tftlB93TRC .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tftlB93TRC .soc-item:hover {
  background: #ffffff;
}
.cid-tftlB93TRC .soc-item:hover span {
  color: #6592e6 !important;
}
@media (max-width: 992px) {
  .cid-tftlB93TRC .align-left,
  .cid-tftlB93TRC .align-right {
    text-align: center;
  }
  .cid-tftlB93TRC .social-list {
    justify-content: center;
  }
  .cid-tftlB93TRC .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tftlB93TRC .mbr-text {
  color: #ffffff;
}
.cid-tftlNj4PnM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tftlNj4PnM .nav-item,
.cid-tftlNj4PnM .nav-link,
.cid-tftlNj4PnM .navbar-caption {
  font-weight: normal;
}
.cid-tftlNj4PnM .nav-item:focus,
.cid-tftlNj4PnM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tftlNj4PnM .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tftlNj4PnM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tftlNj4PnM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tftlNj4PnM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #114db9;
  background: none;
}
.cid-tftlNj4PnM .navbar.opened {
  transition: all .3s;
  background: #114db9 !important;
}
.cid-tftlNj4PnM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tftlNj4PnM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tftlNj4PnM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tftlNj4PnM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tftlNj4PnM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 6.1rem);
  }
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tftlNj4PnM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tftlNj4PnM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tftlNj4PnM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tftlNj4PnM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tftlNj4PnM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tftlNj4PnM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tftlNj4PnM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tftlNj4PnM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tftlNj4PnM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tftlNj4PnM .navbar.navbar-short {
  background: #114db9 !important;
  min-height: 60px;
}
.cid-tftlNj4PnM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tftlNj4PnM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tftlNj4PnM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tftlNj4PnM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tftlNj4PnM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tftlNj4PnM .dropdown-item.active,
.cid-tftlNj4PnM .dropdown-item:active {
  background-color: transparent;
}
.cid-tftlNj4PnM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tftlNj4PnM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tftlNj4PnM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tftlNj4PnM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #114db9;
}
.cid-tftlNj4PnM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tftlNj4PnM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tftlNj4PnM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tftlNj4PnM .navbar-buttons {
  text-align: center;
}
.cid-tftlNj4PnM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tftlNj4PnM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tftlNj4PnM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tftlNj4PnM .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tftlNj4PnM .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tftlNj4PnM .soc-item {
  margin: .5rem .3rem;
}
.cid-tftlNj4PnM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tftlNj4PnM a.nav-link,
.cid-tftlNj4PnM a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tftlNj4PnM a.nav-link .mbr-iconfont-btn,
.cid-tftlNj4PnM a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tftlNj4PnM a.nav-link:hover .mbr-iconfont-btn,
.cid-tftlNj4PnM a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tftlNj4PnM a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tftlNj4PnM .navbar {
    height: 77px;
  }
  .cid-tftlNj4PnM .navbar.opened {
    height: auto;
  }
  .cid-tftlNj4PnM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tf0ske12ew {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6e16af;
}
.cid-tf0ske12ew .row {
  flex-direction: row-reverse;
}
.cid-tf0ske12ew .price-wrapper {
  position: absolute;
  right: 20%;
  bottom: 15%;
  background: #103178;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-tf0ske12ew .price-wrapper h4,
.cid-tf0ske12ew .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tf0ske12ew .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-tf0ske12ew .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-tf0ske12ew .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-tf0ske12ew .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-tf0ske12ew .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-tf0ske12ew .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tf0ske12ew .card-title {
  padding: 0;
  margin: 0;
}
.cid-tf0ske12ew .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tf0ske12ew .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tf0ske12ew .card-wrapper {
    width: fit-content;
  }
}
.cid-tf0ske12ew .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-tf0ske12ew .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tf0ske12ew .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tf0ske12ew .card-title,
.cid-tf0ske12ew .card-icon {
  color: #103178;
}
.cid-tf0ske12ew .mbr-section-title {
  color: #fafafa;
}
.cid-tf0ske12ew .mbr-text,
.cid-tf0ske12ew .mbr-section-btn {
  color: #bed3f9;
}
.cid-tf0ske12ew .price {
  text-align: center;
  color: #ffffff;
}
.cid-tY9aySgrPM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tY9aySgrPM .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tY9aySgrPM .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tY9aySgrPM .col-text {
    padding-top: 30px;
  }
}
.cid-tY9aySgrPM .mbr-section-title {
  color: #000000;
}
.cid-tY9aySgrPM .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tY9aySgrPM .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tY9aySgrPM .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tY9aA6FfHS {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tY9aA6FfHS .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tY9aA6FfHS .image-block:hover img {
  transform: scale(1.1);
}
.cid-tY9aA6FfHS .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tY9aA6FfHS img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tY9aA6FfHS .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tY9aA6FfHS .wrap {
    opacity: 1 !important;
  }
  .cid-tY9aA6FfHS .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tY9aA6FfHS .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tY9aA6FfHS P {
  color: #bbbbbb;
}
.cid-uvHHGyuyWY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvHHGyuyWY .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-uvHHGyuyWY .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-uvHHGyuyWY .col-text {
    padding-top: 30px;
  }
}
.cid-uvHHGyuyWY .mbr-section-title {
  color: #000000;
}
.cid-uvHHGyuyWY .mbr-section-subtitle {
  color: #010d4c;
}
.cid-uvHHGyuyWY .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-uvHHGyuyWY .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uvHHIeKvhk {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uvHHIeKvhk .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-uvHHIeKvhk .image-block:hover img {
  transform: scale(1.1);
}
.cid-uvHHIeKvhk .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uvHHIeKvhk img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-uvHHIeKvhk .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uvHHIeKvhk .wrap {
    opacity: 1 !important;
  }
  .cid-uvHHIeKvhk .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-uvHHIeKvhk .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-uvHHIeKvhk P {
  color: #bbbbbb;
}
.cid-tft5XEyi6c {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tft5XEyi6c .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tft5XEyi6c .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tft5XEyi6c .col-text {
    padding-top: 30px;
  }
}
.cid-tft5XEyi6c .mbr-section-title {
  color: #000000;
}
.cid-tft5XEyi6c .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tft5XEyi6c .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tft5XEyi6c .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tft609CsqU {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tft609CsqU .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tft609CsqU .image-block:hover img {
  transform: scale(1.1);
}
.cid-tft609CsqU .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tft609CsqU img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tft609CsqU .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tft609CsqU .wrap {
    opacity: 1 !important;
  }
  .cid-tft609CsqU .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tft609CsqU .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tft609CsqU P {
  color: #bbbbbb;
}
.cid-toMuGImoma {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-toMuGImoma .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-toMuGImoma .image-block:hover img {
  transform: scale(1.1);
}
.cid-toMuGImoma .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-toMuGImoma img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-toMuGImoma .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-toMuGImoma .wrap {
    opacity: 1 !important;
  }
  .cid-toMuGImoma .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-toMuGImoma .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-toMuGImoma P {
  color: #bbbbbb;
}
.cid-toMyPksHgp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toMyPksHgp .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-toMyPksHgp .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-toMyPksHgp .col-text {
    padding-top: 30px;
  }
}
.cid-toMyPksHgp .mbr-section-title {
  color: #000000;
}
.cid-toMyPksHgp .mbr-section-subtitle {
  color: #010d4c;
}
.cid-toMyPksHgp .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-toMyPksHgp .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-toMyQDpuVj {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-toMyQDpuVj .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-toMyQDpuVj .image-block:hover img {
  transform: scale(1.1);
}
.cid-toMyQDpuVj .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-toMyQDpuVj img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-toMyQDpuVj .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-toMyQDpuVj .wrap {
    opacity: 1 !important;
  }
  .cid-toMyQDpuVj .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-toMyQDpuVj .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-toMyQDpuVj P {
  color: #bbbbbb;
}
.cid-tft5UsnE4m {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tft5UsnE4m .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tft5UsnE4m .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tft5UsnE4m .col-text {
    padding-top: 30px;
  }
}
.cid-tft5UsnE4m .mbr-section-title {
  color: #000000;
}
.cid-tft5UsnE4m .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tft5UsnE4m .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tft5UsnE4m .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tft5U5LI5U {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tft5U5LI5U .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tft5U5LI5U .image-block:hover img {
  transform: scale(1.1);
}
.cid-tft5U5LI5U .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tft5U5LI5U img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tft5U5LI5U .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tft5U5LI5U .wrap {
    opacity: 1 !important;
  }
  .cid-tft5U5LI5U .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tft5U5LI5U .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tft5U5LI5U P {
  color: #bbbbbb;
}
.cid-tft5SHyVsW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tft5SHyVsW .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-tft5SHyVsW .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tft5SHyVsW .col-text {
    padding-top: 30px;
  }
}
.cid-tft5SHyVsW .mbr-section-title {
  color: #000000;
}
.cid-tft5SHyVsW .mbr-section-subtitle {
  color: #010d4c;
}
.cid-tft5SHyVsW .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-tft5SHyVsW .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tft5T8OHGG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tft5T8OHGG .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tft5T8OHGG .image-block:hover img {
  transform: scale(1.1);
}
.cid-tft5T8OHGG .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tft5T8OHGG img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tft5T8OHGG .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tft5T8OHGG .wrap {
    opacity: 1 !important;
  }
  .cid-tft5T8OHGG .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tft5T8OHGG .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tft5T8OHGG P {
  color: #bbbbbb;
}
.cid-tftlZqFqhT {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tftlZqFqhT .content {
  margin-left: 6rem;
}
@media (max-width: 1199px) {
  .cid-tftlZqFqhT .content {
    margin-left: 35px;
  }
}
@media (max-width: 959px) {
  .cid-tftlZqFqhT .content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.cid-tftlZqFqhT .mbr-section-title {
  color: #1f1437;
}
.cid-tftlZqFqhT .mbr-title-addition {
  color: #1f1437;
  align-self: flex-end;
  margin-bottom: 20px;
}
.cid-tftlZqFqhT .mbr-title-addition span {
  position: relative;
}
.cid-tftlZqFqhT .mbr-title-addition span svg {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 150%;
  height: 9px;
}
@media (max-width: 959px) {
  .cid-tftlZqFqhT .mbr-title-addition span svg {
    left: -12px;
  }
}
.cid-tftlZqFqhT .mbr-title-addition span svg path {
  fill: #33d5ad;
}
.cid-tftlZqFqhT .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tftlZqFqhT .mbr-section-subtitle span {
  position: relative;
}
.cid-tftlZqFqhT .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tftlZqFqhT .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tftlZqFqhT .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tftlZqFqhT .mbr-text {
  color: #1f1437;
  margin: 40px 0;
}
@media (max-width: 959px) {
  .cid-tftlZqFqhT .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-tftlZqFqhT .right-images {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 959px) {
  .cid-tftlZqFqhT .right-images {
    display: none;
  }
}
.cid-tftlZqFqhT .animated-container {
  width: 150%;
  height: 200%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  transform: rotate(25deg);
}
.cid-tftlZqFqhT .img {
  width: 270px;
  height: 200px;
  margin: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cid-tftlZqFqhT .img1 {
  background-image: url("../../../assets/images/tawtaw-cocoa-copy-1200x1089.webp");
}
.cid-tftlZqFqhT .img2 {
  background-image: url("../../../assets/images/tawtaw-red-copy-1200x1089.webp");
}
.cid-tftlZqFqhT .bottom-images {
  display: none;
}
@media (max-width: 959px) {
  .cid-tftlZqFqhT .bottom-images {
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 690px) {
  .cid-tftlZqFqhT .bottom-images {
    display: none;
  }
}
.cid-tftlZqFqhT .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tftlZqFqhT .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tftlZqFqhT .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tftlZqFqhT .wave-container .wave svg path {
  fill: #114db9;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
@keyframes cooky {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  25% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  50% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  75% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(-5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tftlB93TRC {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #114db9;
}
.cid-tftlB93TRC .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tftlB93TRC .btn-social,
.cid-tftlB93TRC .mbr-section-title {
  color: #57468b;
}
.cid-tftlB93TRC .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #6592e6;
}
.cid-tftlB93TRC .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tftlB93TRC .soc-item:hover {
  background: #ffffff;
}
.cid-tftlB93TRC .soc-item:hover span {
  color: #6592e6 !important;
}
@media (max-width: 992px) {
  .cid-tftlB93TRC .align-left,
  .cid-tftlB93TRC .align-right {
    text-align: center;
  }
  .cid-tftlB93TRC .social-list {
    justify-content: center;
  }
  .cid-tftlB93TRC .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tftlB93TRC .mbr-text {
  color: #ffffff;
}
.cid-tftlNj4PnM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tftlNj4PnM .nav-item,
.cid-tftlNj4PnM .nav-link,
.cid-tftlNj4PnM .navbar-caption {
  font-weight: normal;
}
.cid-tftlNj4PnM .nav-item:focus,
.cid-tftlNj4PnM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tftlNj4PnM .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tftlNj4PnM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tftlNj4PnM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tftlNj4PnM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #114db9;
  background: none;
}
.cid-tftlNj4PnM .navbar.opened {
  transition: all .3s;
  background: #114db9 !important;
}
.cid-tftlNj4PnM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tftlNj4PnM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tftlNj4PnM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tftlNj4PnM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tftlNj4PnM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 6.1rem);
  }
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tftlNj4PnM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tftlNj4PnM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tftlNj4PnM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tftlNj4PnM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tftlNj4PnM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tftlNj4PnM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tftlNj4PnM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tftlNj4PnM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tftlNj4PnM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tftlNj4PnM .navbar.navbar-short {
  background: #114db9 !important;
  min-height: 60px;
}
.cid-tftlNj4PnM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tftlNj4PnM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tftlNj4PnM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tftlNj4PnM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tftlNj4PnM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tftlNj4PnM .dropdown-item.active,
.cid-tftlNj4PnM .dropdown-item:active {
  background-color: transparent;
}
.cid-tftlNj4PnM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tftlNj4PnM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tftlNj4PnM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tftlNj4PnM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #114db9;
}
.cid-tftlNj4PnM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tftlNj4PnM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tftlNj4PnM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tftlNj4PnM .navbar-buttons {
  text-align: center;
}
.cid-tftlNj4PnM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tftlNj4PnM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tftlNj4PnM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tftlNj4PnM .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tftlNj4PnM .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tftlNj4PnM .soc-item {
  margin: .5rem .3rem;
}
.cid-tftlNj4PnM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tftlNj4PnM a.nav-link,
.cid-tftlNj4PnM a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tftlNj4PnM a.nav-link .mbr-iconfont-btn,
.cid-tftlNj4PnM a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tftlNj4PnM a.nav-link:hover .mbr-iconfont-btn,
.cid-tftlNj4PnM a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tftlNj4PnM a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tftlNj4PnM .navbar {
    height: 77px;
  }
  .cid-tftlNj4PnM .navbar.opened {
    height: auto;
  }
  .cid-tftlNj4PnM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tf0g9wRFOZ {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #114db9;
}
.cid-tf0g9wRFOZ .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-tf0g9wRFOZ .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-tf0g9wRFOZ .card-btn svg {
  transition: all 0.4s;
}
.cid-tf0g9wRFOZ .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-tf0g9wRFOZ .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-tf0g9wRFOZ .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-tf0g9wRFOZ .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-tf0g9wRFOZ .column {
  display: flex;
  flex-direction: column;
}
.cid-tf0g9wRFOZ .mbr-card-title,
.cid-tf0g9wRFOZ .mbr-text {
  color: #fafafa;
}
.cid-tf0g9wRFOZ .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tf0g9wRFOZ .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-tf0g9wRFOZ .mbr-text {
  text-align: left;
}
.cid-uvHLc5JT7g {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #fafafa;
}
.cid-uvHLc5JT7g .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uvHLc5JT7g .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uvHLc5JT7g .video-block {
    width: 100% !important;
  }
}
.cid-ubfgSmsg3U {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #fafafa;
}
.cid-ubfgSmsg3U .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-ubfgSmsg3U .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-ubfgSmsg3U .video-block {
    width: 100% !important;
  }
}
.cid-tf0hz6jbbL {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #fafafa;
}
.cid-tf0hz6jbbL .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tf0hz6jbbL .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tf0hz6jbbL .video-block {
    width: 100% !important;
  }
}
.cid-tf0gTcncXY {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #fafafa;
}
.cid-tf0gTcncXY .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tf0gTcncXY .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tf0gTcncXY .video-block {
    width: 100% !important;
  }
}
.cid-tf0hA9prR2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #fafafa;
}
.cid-tf0hA9prR2 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tf0hA9prR2 .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tf0hA9prR2 .video-block {
    width: 100% !important;
  }
}
.cid-tftl6VKsit {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tftl6VKsit .content {
  margin-left: 6rem;
}
@media (max-width: 1199px) {
  .cid-tftl6VKsit .content {
    margin-left: 35px;
  }
}
@media (max-width: 959px) {
  .cid-tftl6VKsit .content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.cid-tftl6VKsit .mbr-section-title {
  color: #1f1437;
}
.cid-tftl6VKsit .mbr-title-addition {
  color: #1f1437;
  align-self: flex-end;
  margin-bottom: 20px;
}
.cid-tftl6VKsit .mbr-title-addition span {
  position: relative;
}
.cid-tftl6VKsit .mbr-title-addition span svg {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 150%;
  height: 9px;
}
@media (max-width: 959px) {
  .cid-tftl6VKsit .mbr-title-addition span svg {
    left: -12px;
  }
}
.cid-tftl6VKsit .mbr-title-addition span svg path {
  fill: #33d5ad;
}
.cid-tftl6VKsit .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tftl6VKsit .mbr-section-subtitle span {
  position: relative;
}
.cid-tftl6VKsit .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tftl6VKsit .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tftl6VKsit .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tftl6VKsit .mbr-text {
  color: #1f1437;
  margin: 40px 0;
}
@media (max-width: 959px) {
  .cid-tftl6VKsit .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-tftl6VKsit .right-images {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 959px) {
  .cid-tftl6VKsit .right-images {
    display: none;
  }
}
.cid-tftl6VKsit .animated-container {
  width: 150%;
  height: 200%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  transform: rotate(25deg);
}
.cid-tftl6VKsit .img {
  width: 270px;
  height: 200px;
  margin: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cid-tftl6VKsit .img1 {
  background-image: url("../../../assets/images/tawtaw-cocoa-copy-1200x1089.webp");
}
.cid-tftl6VKsit .img2 {
  background-image: url("../../../assets/images/tawtaw-red-copy-1200x1089.webp");
}
.cid-tftl6VKsit .bottom-images {
  display: none;
}
@media (max-width: 959px) {
  .cid-tftl6VKsit .bottom-images {
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 690px) {
  .cid-tftl6VKsit .bottom-images {
    display: none;
  }
}
.cid-tftl6VKsit .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tftl6VKsit .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tftl6VKsit .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tftl6VKsit .wave-container .wave svg path {
  fill: #114db9;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
@keyframes cooky {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  25% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  50% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  75% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(-5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tftlB93TRC {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #114db9;
}
.cid-tftlB93TRC .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tftlB93TRC .btn-social,
.cid-tftlB93TRC .mbr-section-title {
  color: #57468b;
}
.cid-tftlB93TRC .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #6592e6;
}
.cid-tftlB93TRC .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tftlB93TRC .soc-item:hover {
  background: #ffffff;
}
.cid-tftlB93TRC .soc-item:hover span {
  color: #6592e6 !important;
}
@media (max-width: 992px) {
  .cid-tftlB93TRC .align-left,
  .cid-tftlB93TRC .align-right {
    text-align: center;
  }
  .cid-tftlB93TRC .social-list {
    justify-content: center;
  }
  .cid-tftlB93TRC .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tftlB93TRC .mbr-text {
  color: #ffffff;
}
.cid-tftlNj4PnM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tftlNj4PnM .nav-item,
.cid-tftlNj4PnM .nav-link,
.cid-tftlNj4PnM .navbar-caption {
  font-weight: normal;
}
.cid-tftlNj4PnM .nav-item:focus,
.cid-tftlNj4PnM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tftlNj4PnM .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tftlNj4PnM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tftlNj4PnM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tftlNj4PnM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #114db9;
  background: none;
}
.cid-tftlNj4PnM .navbar.opened {
  transition: all .3s;
  background: #114db9 !important;
}
.cid-tftlNj4PnM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tftlNj4PnM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tftlNj4PnM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tftlNj4PnM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tftlNj4PnM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 6.1rem);
  }
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tftlNj4PnM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tftlNj4PnM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tftlNj4PnM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tftlNj4PnM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tftlNj4PnM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tftlNj4PnM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tftlNj4PnM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tftlNj4PnM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tftlNj4PnM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tftlNj4PnM .navbar.navbar-short {
  background: #114db9 !important;
  min-height: 60px;
}
.cid-tftlNj4PnM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tftlNj4PnM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tftlNj4PnM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tftlNj4PnM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tftlNj4PnM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tftlNj4PnM .dropdown-item.active,
.cid-tftlNj4PnM .dropdown-item:active {
  background-color: transparent;
}
.cid-tftlNj4PnM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tftlNj4PnM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tftlNj4PnM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tftlNj4PnM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #114db9;
}
.cid-tftlNj4PnM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tftlNj4PnM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tftlNj4PnM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tftlNj4PnM .navbar-buttons {
  text-align: center;
}
.cid-tftlNj4PnM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tftlNj4PnM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tftlNj4PnM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tftlNj4PnM .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tftlNj4PnM .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tftlNj4PnM .soc-item {
  margin: .5rem .3rem;
}
.cid-tftlNj4PnM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tftlNj4PnM a.nav-link,
.cid-tftlNj4PnM a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tftlNj4PnM a.nav-link .mbr-iconfont-btn,
.cid-tftlNj4PnM a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tftlNj4PnM a.nav-link:hover .mbr-iconfont-btn,
.cid-tftlNj4PnM a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tftlNj4PnM a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tftlNj4PnM .navbar {
    height: 77px;
  }
  .cid-tftlNj4PnM .navbar.opened {
    height: auto;
  }
  .cid-tftlNj4PnM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tf0dckUcYE {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #114db9;
}
.cid-tf0dckUcYE .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-tf0dckUcYE .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-tf0dckUcYE .card-btn svg {
  transition: all 0.4s;
}
.cid-tf0dckUcYE .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-tf0dckUcYE .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-tf0dckUcYE .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-tf0dckUcYE .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-tf0dckUcYE .column {
  display: flex;
  flex-direction: column;
}
.cid-tf0dckUcYE .mbr-card-title,
.cid-tf0dckUcYE .mbr-text {
  color: #fafafa;
}
.cid-tf0dckUcYE .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tf0dckUcYE .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-tf0dckUcYE .mbr-text {
  text-align: left;
}
.cid-tf0dDQBFM3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-tf0dDQBFM3 p {
  margin: 0;
}
.cid-tf0dDQBFM3 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tf0dDQBFM3 .mbr-section-title {
  text-align: center;
}
.cid-tf0dDQBFM3 .mbr-section-subtitle {
  text-align: center;
}
.cid-tf0dDQBFM3 .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-tf0dDQBFM3 .card-container {
    margin-bottom: 2rem;
  }
}
.cid-tf0dDQBFM3 .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-tf0dDQBFM3 .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tf0dDQBFM3 .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-tf0dDQBFM3 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-tf0dDQBFM3 .google-map {
  height: 100%;
  position: relative;
}
.cid-tf0dDQBFM3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tf0dDQBFM3 .google-map [data-state-details] {
  color: #1f1437;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tf0dDQBFM3 .google-map[data-state] {
  background: #f3edf7;
}
.cid-tf0dDQBFM3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tf0dDQBFM3 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tfblaT79zU {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tfblaT79zU .content {
  margin-left: 6rem;
}
@media (max-width: 1199px) {
  .cid-tfblaT79zU .content {
    margin-left: 35px;
  }
}
@media (max-width: 959px) {
  .cid-tfblaT79zU .content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.cid-tfblaT79zU .mbr-section-title {
  color: #1f1437;
}
.cid-tfblaT79zU .mbr-title-addition {
  color: #1f1437;
  align-self: flex-end;
  margin-bottom: 20px;
}
.cid-tfblaT79zU .mbr-title-addition span {
  position: relative;
}
.cid-tfblaT79zU .mbr-title-addition span svg {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 150%;
  height: 9px;
}
@media (max-width: 959px) {
  .cid-tfblaT79zU .mbr-title-addition span svg {
    left: -12px;
  }
}
.cid-tfblaT79zU .mbr-title-addition span svg path {
  fill: #33d5ad;
}
.cid-tfblaT79zU .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tfblaT79zU .mbr-section-subtitle span {
  position: relative;
}
.cid-tfblaT79zU .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tfblaT79zU .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tfblaT79zU .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tfblaT79zU .mbr-text {
  color: #1f1437;
  margin: 40px 0;
}
@media (max-width: 959px) {
  .cid-tfblaT79zU .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-tfblaT79zU .right-images {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 959px) {
  .cid-tfblaT79zU .right-images {
    display: none;
  }
}
.cid-tfblaT79zU .animated-container {
  width: 150%;
  height: 200%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  transform: rotate(25deg);
}
.cid-tfblaT79zU .img {
  width: 270px;
  height: 200px;
  margin: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cid-tfblaT79zU .img1 {
  background-image: url("../../../assets/images/tawtaw-cocoa-copy-1200x1089.webp");
}
.cid-tfblaT79zU .img2 {
  background-image: url("../../../assets/images/tawtaw-red-copy-1200x1089.webp");
}
.cid-tfblaT79zU .bottom-images {
  display: none;
}
@media (max-width: 959px) {
  .cid-tfblaT79zU .bottom-images {
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 690px) {
  .cid-tfblaT79zU .bottom-images {
    display: none;
  }
}
.cid-tfblaT79zU .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tfblaT79zU .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tfblaT79zU .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tfblaT79zU .wave-container .wave svg path {
  fill: #114db9;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
@keyframes cooky {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  25% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  50% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  75% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(-5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tftlB93TRC {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #114db9;
}
.cid-tftlB93TRC .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tftlB93TRC .btn-social,
.cid-tftlB93TRC .mbr-section-title {
  color: #57468b;
}
.cid-tftlB93TRC .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #6592e6;
}
.cid-tftlB93TRC .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tftlB93TRC .soc-item:hover {
  background: #ffffff;
}
.cid-tftlB93TRC .soc-item:hover span {
  color: #6592e6 !important;
}
@media (max-width: 992px) {
  .cid-tftlB93TRC .align-left,
  .cid-tftlB93TRC .align-right {
    text-align: center;
  }
  .cid-tftlB93TRC .social-list {
    justify-content: center;
  }
  .cid-tftlB93TRC .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tftlB93TRC .mbr-text {
  color: #ffffff;
}
.cid-tftlNj4PnM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tftlNj4PnM .nav-item,
.cid-tftlNj4PnM .nav-link,
.cid-tftlNj4PnM .navbar-caption {
  font-weight: normal;
}
.cid-tftlNj4PnM .nav-item:focus,
.cid-tftlNj4PnM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tftlNj4PnM .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tftlNj4PnM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tftlNj4PnM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tftlNj4PnM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tftlNj4PnM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #114db9;
  background: none;
}
.cid-tftlNj4PnM .navbar.opened {
  transition: all .3s;
  background: #114db9 !important;
}
.cid-tftlNj4PnM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tftlNj4PnM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tftlNj4PnM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tftlNj4PnM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tftlNj4PnM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 6.1rem);
  }
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tftlNj4PnM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tftlNj4PnM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tftlNj4PnM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tftlNj4PnM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tftlNj4PnM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tftlNj4PnM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tftlNj4PnM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tftlNj4PnM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tftlNj4PnM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tftlNj4PnM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tftlNj4PnM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tftlNj4PnM .navbar.navbar-short {
  background: #114db9 !important;
  min-height: 60px;
}
.cid-tftlNj4PnM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tftlNj4PnM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tftlNj4PnM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tftlNj4PnM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tftlNj4PnM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tftlNj4PnM .dropdown-item.active,
.cid-tftlNj4PnM .dropdown-item:active {
  background-color: transparent;
}
.cid-tftlNj4PnM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tftlNj4PnM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tftlNj4PnM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tftlNj4PnM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #114db9;
}
.cid-tftlNj4PnM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tftlNj4PnM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tftlNj4PnM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tftlNj4PnM .navbar-buttons {
  text-align: center;
}
.cid-tftlNj4PnM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tftlNj4PnM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tftlNj4PnM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tftlNj4PnM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tftlNj4PnM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tftlNj4PnM .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tftlNj4PnM .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tftlNj4PnM .soc-item {
  margin: .5rem .3rem;
}
.cid-tftlNj4PnM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tftlNj4PnM a.nav-link,
.cid-tftlNj4PnM a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tftlNj4PnM a.nav-link .mbr-iconfont-btn,
.cid-tftlNj4PnM a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tftlNj4PnM a.nav-link:hover .mbr-iconfont-btn,
.cid-tftlNj4PnM a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tftlNj4PnM a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tftlNj4PnM .navbar {
    height: 77px;
  }
  .cid-tftlNj4PnM .navbar.opened {
    height: auto;
  }
  .cid-tftlNj4PnM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tf0l8gZHTu {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #114db9;
}
.cid-tf0l8gZHTu .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-tf0l8gZHTu .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-tf0l8gZHTu .card-btn svg {
  transition: all 0.4s;
}
.cid-tf0l8gZHTu .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-tf0l8gZHTu .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-tf0l8gZHTu .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-tf0l8gZHTu .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-tf0l8gZHTu .column {
  display: flex;
  flex-direction: column;
}
.cid-tf0l8gZHTu .mbr-card-title,
.cid-tf0l8gZHTu .mbr-text {
  color: #fafafa;
}
.cid-tf0l8gZHTu .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tf0l8gZHTu .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-tf0l8gZHTu .mbr-text {
  text-align: left;
}
.cid-tf0mkKTv5v {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tf0mkKTv5v .content {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tf0mkKTv5v .content {
    padding: 0 2rem;
  }
}
.cid-tf0mkKTv5v .img-col {
  padding: 0;
  margin: auto 0;
}
@media (max-width: 992px) {
  .cid-tf0mkKTv5v .content {
    margin: auto;
  }
}
.cid-tf0mkKTv5v li {
  list-style: none;
}
.cid-tf0mkKTv5v .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tf0mkKTv5v .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-tf0mkKTv5v .mbr-iconfont {
  font-size: 18px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tf0mkKTv5v h4 {
  margin: 0;
}
.cid-tf0mkKTv5v ul {
  padding: 0;
  margin: 0;
}
.cid-tf0mkKTv5v H2 {
  color: #ed6436;
}
.cid-tf0mkKTv5v .item1 {
  text-align: left;
}
.cid-tf0mkKTv5v DIV {
  text-align: left;
}
.cid-tf0j8BJ5dK {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tf0j8BJ5dK .content {
  margin-left: 6rem;
}
@media (max-width: 1199px) {
  .cid-tf0j8BJ5dK .content {
    margin-left: 35px;
  }
}
@media (max-width: 959px) {
  .cid-tf0j8BJ5dK .content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.cid-tf0j8BJ5dK .mbr-section-title {
  color: #1f1437;
}
.cid-tf0j8BJ5dK .mbr-title-addition {
  color: #1f1437;
  align-self: flex-end;
  margin-bottom: 20px;
}
.cid-tf0j8BJ5dK .mbr-title-addition span {
  position: relative;
}
.cid-tf0j8BJ5dK .mbr-title-addition span svg {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 150%;
  height: 9px;
}
@media (max-width: 959px) {
  .cid-tf0j8BJ5dK .mbr-title-addition span svg {
    left: -12px;
  }
}
.cid-tf0j8BJ5dK .mbr-title-addition span svg path {
  fill: #33d5ad;
}
.cid-tf0j8BJ5dK .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tf0j8BJ5dK .mbr-section-subtitle span {
  position: relative;
}
.cid-tf0j8BJ5dK .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tf0j8BJ5dK .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tf0j8BJ5dK .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tf0j8BJ5dK .mbr-text {
  color: #1f1437;
  margin: 40px 0;
}
@media (max-width: 959px) {
  .cid-tf0j8BJ5dK .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-tf0j8BJ5dK .right-images {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 959px) {
  .cid-tf0j8BJ5dK .right-images {
    display: none;
  }
}
.cid-tf0j8BJ5dK .animated-container {
  width: 150%;
  height: 200%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  transform: rotate(25deg);
}
.cid-tf0j8BJ5dK .img {
  width: 270px;
  height: 200px;
  margin: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cid-tf0j8BJ5dK .img1 {
  background-image: url("../../../assets/images/tawtaw-cocoa-copy-1200x1089.webp");
}
.cid-tf0j8BJ5dK .img2 {
  background-image: url("../../../assets/images/tawtaw-red-copy-1200x1089.webp");
}
.cid-tf0j8BJ5dK .bottom-images {
  display: none;
}
@media (max-width: 959px) {
  .cid-tf0j8BJ5dK .bottom-images {
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 690px) {
  .cid-tf0j8BJ5dK .bottom-images {
    display: none;
  }
}
.cid-tf0j8BJ5dK .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tf0j8BJ5dK .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tf0j8BJ5dK .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tf0j8BJ5dK .wave-container .wave svg path {
  fill: #114db9;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
@keyframes cooky {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  25% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  50% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  75% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(-5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tfbkZuyOx9 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #158145;
}
.cid-tfbkZuyOx9 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tfbkZuyOx9 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #6592e6;
}
.cid-tfbkZuyOx9 .svg-top .st0 {
  fill: #158145;
}
@media (max-width: 992px) {
  .cid-tfbkZuyOx9 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tfbkZuyOx9 .col-12 {
    padding: 0 2rem;
  }
  .cid-tfbkZuyOx9 .row {
    margin: 0 -2rem;
  }
}
.cid-tfbkZuyOx9 .mbr-text,
.cid-tfbkZuyOx9 .mbr-section-btn {
  color: #ffffff;
}
.cid-tfbkZuyOx9 .mbr-section-title {
  color: #ffffff;
}
.cid-tftlB93TRC {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #114db9;
}
.cid-tftlB93TRC .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-tftlB93TRC .btn-social,
.cid-tftlB93TRC .mbr-section-title {
  color: #57468b;
}
.cid-tftlB93TRC .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #6592e6;
}
.cid-tftlB93TRC .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-tftlB93TRC .soc-item:hover {
  background: #ffffff;
}
.cid-tftlB93TRC .soc-item:hover span {
  color: #6592e6 !important;
}
@media (max-width: 992px) {
  .cid-tftlB93TRC .align-left,
  .cid-tftlB93TRC .align-right {
    text-align: center;
  }
  .cid-tftlB93TRC .social-list {
    justify-content: center;
  }
  .cid-tftlB93TRC .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-tftlB93TRC .mbr-text {
  color: #ffffff;
}
.cid-trdM1qWuiU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trdM1qWuiU .nav-item,
.cid-trdM1qWuiU .nav-link,
.cid-trdM1qWuiU .navbar-caption {
  font-weight: normal;
}
.cid-trdM1qWuiU .nav-item:focus,
.cid-trdM1qWuiU .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-trdM1qWuiU .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-trdM1qWuiU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-trdM1qWuiU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trdM1qWuiU .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-trdM1qWuiU .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-trdM1qWuiU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-trdM1qWuiU .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-trdM1qWuiU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trdM1qWuiU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trdM1qWuiU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #114db9;
  background: none;
}
.cid-trdM1qWuiU .navbar.opened {
  transition: all .3s;
  background: #114db9 !important;
}
.cid-trdM1qWuiU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-trdM1qWuiU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-trdM1qWuiU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trdM1qWuiU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trdM1qWuiU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 6.1rem);
  }
}
.cid-trdM1qWuiU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-trdM1qWuiU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trdM1qWuiU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trdM1qWuiU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-trdM1qWuiU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trdM1qWuiU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-trdM1qWuiU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-trdM1qWuiU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trdM1qWuiU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trdM1qWuiU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-trdM1qWuiU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trdM1qWuiU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trdM1qWuiU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-trdM1qWuiU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-trdM1qWuiU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trdM1qWuiU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trdM1qWuiU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-trdM1qWuiU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-trdM1qWuiU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-trdM1qWuiU .navbar.navbar-short {
  background: #114db9 !important;
  min-height: 60px;
}
.cid-trdM1qWuiU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-trdM1qWuiU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-trdM1qWuiU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-trdM1qWuiU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trdM1qWuiU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trdM1qWuiU .dropdown-item.active,
.cid-trdM1qWuiU .dropdown-item:active {
  background-color: transparent;
}
.cid-trdM1qWuiU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trdM1qWuiU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trdM1qWuiU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trdM1qWuiU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #114db9;
}
.cid-trdM1qWuiU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trdM1qWuiU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trdM1qWuiU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-trdM1qWuiU .navbar-buttons {
  text-align: center;
}
.cid-trdM1qWuiU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-trdM1qWuiU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-trdM1qWuiU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-trdM1qWuiU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-trdM1qWuiU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-trdM1qWuiU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-trdM1qWuiU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-trdM1qWuiU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-trdM1qWuiU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-trdM1qWuiU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-trdM1qWuiU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-trdM1qWuiU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-trdM1qWuiU .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-trdM1qWuiU .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-trdM1qWuiU .soc-item {
  margin: .5rem .3rem;
}
.cid-trdM1qWuiU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-trdM1qWuiU a.nav-link,
.cid-trdM1qWuiU a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-trdM1qWuiU a.nav-link .mbr-iconfont-btn,
.cid-trdM1qWuiU a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-trdM1qWuiU a.nav-link:hover .mbr-iconfont-btn,
.cid-trdM1qWuiU a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-trdM1qWuiU a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trdM1qWuiU .navbar {
    height: 77px;
  }
  .cid-trdM1qWuiU .navbar.opened {
    height: auto;
  }
  .cid-trdM1qWuiU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trdM1p1gb3 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #114db9;
}
.cid-trdM1p1gb3 .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-trdM1p1gb3 .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-trdM1p1gb3 .card-btn svg {
  transition: all 0.4s;
}
.cid-trdM1p1gb3 .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-trdM1p1gb3 .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-trdM1p1gb3 .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-trdM1p1gb3 .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-trdM1p1gb3 .column {
  display: flex;
  flex-direction: column;
}
.cid-trdM1p1gb3 .mbr-card-title,
.cid-trdM1p1gb3 .mbr-text {
  color: #fafafa;
}
.cid-trdM1p1gb3 .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-trdM1p1gb3 .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-trdM1p1gb3 .mbr-text {
  text-align: left;
}
.cid-uWSHKuErVT {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWSHKuErVT .container {
  padding: 0 5%;
}
.cid-uWSHKuErVT img,
.cid-uWSHKuErVT .item-img {
  width: 100%;
}
.cid-uWSHKuErVT .item:focus,
.cid-uWSHKuErVT span:focus {
  outline: none;
}
.cid-uWSHKuErVT .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uWSHKuErVT .item-wrapper {
  position: unset;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWSHKuErVT .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
}
.cid-uWSHKuErVT .mbr-section-subtitle {
  margin: 1rem 0 3rem 0;
  color: #3a3e5e;
}
.cid-ux7VFnEGEA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ux7VFnEGEA .container {
  padding: 0 5%;
}
.cid-ux7VFnEGEA img,
.cid-ux7VFnEGEA .item-img {
  width: 100%;
}
.cid-ux7VFnEGEA .item:focus,
.cid-ux7VFnEGEA span:focus {
  outline: none;
}
.cid-ux7VFnEGEA .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ux7VFnEGEA .item-wrapper {
  position: unset;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ux7VFnEGEA .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
}
.cid-ux7VFnEGEA .mbr-section-subtitle {
  margin: 1rem 0 3rem 0;
  color: #3a3e5e;
}
.cid-u33hKsrQy9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u33hKsrQy9 .container {
  padding: 0 5%;
}
.cid-u33hKsrQy9 img,
.cid-u33hKsrQy9 .item-img {
  width: 100%;
}
.cid-u33hKsrQy9 .item:focus,
.cid-u33hKsrQy9 span:focus {
  outline: none;
}
.cid-u33hKsrQy9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u33hKsrQy9 .item-wrapper {
  position: unset;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u33hKsrQy9 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
}
.cid-u33hKsrQy9 .mbr-section-subtitle {
  margin: 1rem 0 3rem 0;
  color: #3a3e5e;
}
.cid-trdTAfcThw {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trdTAfcThw .container {
  padding: 0 5%;
}
.cid-trdTAfcThw img,
.cid-trdTAfcThw .item-img {
  width: 100%;
}
.cid-trdTAfcThw .item:focus,
.cid-trdTAfcThw span:focus {
  outline: none;
}
.cid-trdTAfcThw .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-trdTAfcThw .item-wrapper {
  position: unset;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-trdTAfcThw .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
}
.cid-trdTAfcThw .mbr-section-subtitle {
  margin: 1rem 0 3rem 0;
  color: #3a3e5e;
}
.cid-trdUcCceT1 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trdUcCceT1 .container {
  padding: 0 5%;
}
.cid-trdUcCceT1 img,
.cid-trdUcCceT1 .item-img {
  width: 100%;
}
.cid-trdUcCceT1 .item:focus,
.cid-trdUcCceT1 span:focus {
  outline: none;
}
.cid-trdUcCceT1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-trdUcCceT1 .item-wrapper {
  position: unset;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-trdUcCceT1 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
}
.cid-trdUcCceT1 .mbr-section-subtitle {
  margin: 1rem 0 3rem 0;
  color: #3a3e5e;
}
.cid-trdUt6XTha {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trdUt6XTha .container {
  padding: 0 5%;
}
.cid-trdUt6XTha img,
.cid-trdUt6XTha .item-img {
  width: 100%;
}
.cid-trdUt6XTha .item:focus,
.cid-trdUt6XTha span:focus {
  outline: none;
}
.cid-trdUt6XTha .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-trdUt6XTha .item-wrapper {
  position: unset;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-trdUt6XTha .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
}
.cid-trdUt6XTha .mbr-section-subtitle {
  margin: 1rem 0 3rem 0;
  color: #3a3e5e;
}
.cid-trdM1q9LNs {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-trdM1q9LNs .content {
  margin-left: 6rem;
}
@media (max-width: 1199px) {
  .cid-trdM1q9LNs .content {
    margin-left: 35px;
  }
}
@media (max-width: 959px) {
  .cid-trdM1q9LNs .content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.cid-trdM1q9LNs .mbr-section-title {
  color: #1f1437;
}
.cid-trdM1q9LNs .mbr-title-addition {
  color: #1f1437;
  align-self: flex-end;
  margin-bottom: 20px;
}
.cid-trdM1q9LNs .mbr-title-addition span {
  position: relative;
}
.cid-trdM1q9LNs .mbr-title-addition span svg {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 150%;
  height: 9px;
}
@media (max-width: 959px) {
  .cid-trdM1q9LNs .mbr-title-addition span svg {
    left: -12px;
  }
}
.cid-trdM1q9LNs .mbr-title-addition span svg path {
  fill: #33d5ad;
}
.cid-trdM1q9LNs .mbr-section-subtitle {
  color: #1f1437;
}
.cid-trdM1q9LNs .mbr-section-subtitle span {
  position: relative;
}
.cid-trdM1q9LNs .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-trdM1q9LNs .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-trdM1q9LNs .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-trdM1q9LNs .mbr-text {
  color: #1f1437;
  margin: 40px 0;
}
@media (max-width: 959px) {
  .cid-trdM1q9LNs .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-trdM1q9LNs .right-images {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 959px) {
  .cid-trdM1q9LNs .right-images {
    display: none;
  }
}
.cid-trdM1q9LNs .animated-container {
  width: 150%;
  height: 200%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  transform: rotate(25deg);
}
.cid-trdM1q9LNs .img {
  width: 270px;
  height: 200px;
  margin: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cid-trdM1q9LNs .img1 {
  background-image: url("../../../assets/images/tawtaw-cocoa-copy-1200x1089.webp");
}
.cid-trdM1q9LNs .img2 {
  background-image: url("../../../assets/images/tawtaw-red-copy-1200x1089.webp");
}
.cid-trdM1q9LNs .bottom-images {
  display: none;
}
@media (max-width: 959px) {
  .cid-trdM1q9LNs .bottom-images {
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 690px) {
  .cid-trdM1q9LNs .bottom-images {
    display: none;
  }
}
.cid-trdM1q9LNs .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-trdM1q9LNs .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-trdM1q9LNs .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-trdM1q9LNs .wave-container .wave svg path {
  fill: #114db9;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
@keyframes cooky {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  25% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  50% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  75% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(-5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-trdM1qveFT {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #114db9;
}
.cid-trdM1qveFT .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-trdM1qveFT .btn-social,
.cid-trdM1qveFT .mbr-section-title {
  color: #57468b;
}
.cid-trdM1qveFT .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #6592e6;
}
.cid-trdM1qveFT .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-trdM1qveFT .soc-item:hover {
  background: #ffffff;
}
.cid-trdM1qveFT .soc-item:hover span {
  color: #6592e6 !important;
}
@media (max-width: 992px) {
  .cid-trdM1qveFT .align-left,
  .cid-trdM1qveFT .align-right {
    text-align: center;
  }
  .cid-trdM1qveFT .social-list {
    justify-content: center;
  }
  .cid-trdM1qveFT .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-trdM1qveFT .mbr-text {
  color: #ffffff;
}
.cid-uvHpEzV3Px .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvHpEzV3Px .nav-item,
.cid-uvHpEzV3Px .nav-link,
.cid-uvHpEzV3Px .navbar-caption {
  font-weight: normal;
}
.cid-uvHpEzV3Px .nav-item:focus,
.cid-uvHpEzV3Px .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvHpEzV3Px .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uvHpEzV3Px .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uvHpEzV3Px .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvHpEzV3Px .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uvHpEzV3Px .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uvHpEzV3Px .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uvHpEzV3Px .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvHpEzV3Px .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvHpEzV3Px .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvHpEzV3Px .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #114db9;
  background: none;
}
.cid-uvHpEzV3Px .navbar.opened {
  transition: all .3s;
  background: #114db9 !important;
}
.cid-uvHpEzV3Px .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uvHpEzV3Px .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvHpEzV3Px .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvHpEzV3Px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvHpEzV3Px .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 6.1rem);
  }
}
.cid-uvHpEzV3Px .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uvHpEzV3Px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvHpEzV3Px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvHpEzV3Px .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uvHpEzV3Px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvHpEzV3Px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uvHpEzV3Px .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uvHpEzV3Px .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvHpEzV3Px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvHpEzV3Px .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uvHpEzV3Px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvHpEzV3Px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvHpEzV3Px .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uvHpEzV3Px .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uvHpEzV3Px .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvHpEzV3Px .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvHpEzV3Px .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvHpEzV3Px .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvHpEzV3Px .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uvHpEzV3Px .navbar.navbar-short {
  background: #114db9 !important;
  min-height: 60px;
}
.cid-uvHpEzV3Px .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uvHpEzV3Px .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uvHpEzV3Px .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvHpEzV3Px .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvHpEzV3Px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvHpEzV3Px .dropdown-item.active,
.cid-uvHpEzV3Px .dropdown-item:active {
  background-color: transparent;
}
.cid-uvHpEzV3Px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvHpEzV3Px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvHpEzV3Px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvHpEzV3Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #114db9;
}
.cid-uvHpEzV3Px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvHpEzV3Px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvHpEzV3Px ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uvHpEzV3Px .navbar-buttons {
  text-align: center;
}
.cid-uvHpEzV3Px button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvHpEzV3Px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvHpEzV3Px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvHpEzV3Px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvHpEzV3Px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvHpEzV3Px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvHpEzV3Px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvHpEzV3Px nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvHpEzV3Px nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvHpEzV3Px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvHpEzV3Px .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uvHpEzV3Px a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvHpEzV3Px .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uvHpEzV3Px .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uvHpEzV3Px .soc-item {
  margin: .5rem .3rem;
}
.cid-uvHpEzV3Px .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvHpEzV3Px a.nav-link,
.cid-uvHpEzV3Px a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uvHpEzV3Px a.nav-link .mbr-iconfont-btn,
.cid-uvHpEzV3Px a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uvHpEzV3Px a.nav-link:hover .mbr-iconfont-btn,
.cid-uvHpEzV3Px a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uvHpEzV3Px a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvHpEzV3Px .navbar {
    height: 77px;
  }
  .cid-uvHpEzV3Px .navbar.opened {
    height: auto;
  }
  .cid-uvHpEzV3Px .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvHpEAiofk {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #6e16af;
}
.cid-uvHpEAiofk .row {
  flex-direction: row-reverse;
}
.cid-uvHpEAiofk .price-wrapper {
  position: absolute;
  right: 20%;
  bottom: 15%;
  background: #103178;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-uvHpEAiofk .price-wrapper h4,
.cid-uvHpEAiofk .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uvHpEAiofk .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-uvHpEAiofk .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-uvHpEAiofk .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-uvHpEAiofk .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-uvHpEAiofk .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-uvHpEAiofk .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uvHpEAiofk .card-title {
  padding: 0;
  margin: 0;
}
.cid-uvHpEAiofk .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uvHpEAiofk .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvHpEAiofk .card-wrapper {
    width: fit-content;
  }
}
.cid-uvHpEAiofk .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-uvHpEAiofk .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uvHpEAiofk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvHpEAiofk .card-title,
.cid-uvHpEAiofk .card-icon {
  color: #103178;
}
.cid-uvHpEAiofk .mbr-section-title {
  color: #fafafa;
}
.cid-uvHpEAiofk .mbr-text,
.cid-uvHpEAiofk .mbr-section-btn {
  color: #bed3f9;
}
.cid-uvHpEAiofk .price {
  text-align: center;
  color: #ffffff;
}
.cid-uvHpEAz1se {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvHpEAz1se .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-uvHpEAz1se .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-uvHpEAz1se .col-text {
    padding-top: 30px;
  }
}
.cid-uvHpEAz1se .mbr-section-title {
  color: #000000;
}
.cid-uvHpEAz1se .mbr-section-subtitle {
  color: #010d4c;
}
.cid-uvHpEAz1se .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-uvHpEAz1se .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uvHpEAMHJs {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uvHpEAMHJs .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-uvHpEAMHJs .image-block:hover img {
  transform: scale(1.1);
}
.cid-uvHpEAMHJs .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uvHpEAMHJs img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-uvHpEAMHJs .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uvHpEAMHJs .wrap {
    opacity: 1 !important;
  }
  .cid-uvHpEAMHJs .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-uvHpEAMHJs .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-uvHpEAMHJs P {
  color: #bbbbbb;
}
.cid-uvHpEB90Oc {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uvHpEB90Oc .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-uvHpEB90Oc .image-block:hover img {
  transform: scale(1.1);
}
.cid-uvHpEB90Oc .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uvHpEB90Oc img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-uvHpEB90Oc .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uvHpEB90Oc .wrap {
    opacity: 1 !important;
  }
  .cid-uvHpEB90Oc .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-uvHpEB90Oc .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-uvHpEB90Oc P {
  color: #bbbbbb;
}
.cid-uvHpEBmDnj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvHpEBmDnj .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-uvHpEBmDnj .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-uvHpEBmDnj .col-text {
    padding-top: 30px;
  }
}
.cid-uvHpEBmDnj .mbr-section-title {
  color: #000000;
}
.cid-uvHpEBmDnj .mbr-section-subtitle {
  color: #010d4c;
}
.cid-uvHpEBmDnj .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-uvHpEBmDnj .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uvHpEBwwf0 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uvHpEBwwf0 .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-uvHpEBwwf0 .image-block:hover img {
  transform: scale(1.1);
}
.cid-uvHpEBwwf0 .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uvHpEBwwf0 img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-uvHpEBwwf0 .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uvHpEBwwf0 .wrap {
    opacity: 1 !important;
  }
  .cid-uvHpEBwwf0 .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-uvHpEBwwf0 .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-uvHpEBwwf0 P {
  color: #bbbbbb;
}
.cid-uvHpEDcSrW {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uvHpEDcSrW .content {
  margin-left: 6rem;
}
@media (max-width: 1199px) {
  .cid-uvHpEDcSrW .content {
    margin-left: 35px;
  }
}
@media (max-width: 959px) {
  .cid-uvHpEDcSrW .content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.cid-uvHpEDcSrW .mbr-section-title {
  color: #1f1437;
}
.cid-uvHpEDcSrW .mbr-title-addition {
  color: #1f1437;
  align-self: flex-end;
  margin-bottom: 20px;
}
.cid-uvHpEDcSrW .mbr-title-addition span {
  position: relative;
}
.cid-uvHpEDcSrW .mbr-title-addition span svg {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 150%;
  height: 9px;
}
@media (max-width: 959px) {
  .cid-uvHpEDcSrW .mbr-title-addition span svg {
    left: -12px;
  }
}
.cid-uvHpEDcSrW .mbr-title-addition span svg path {
  fill: #33d5ad;
}
.cid-uvHpEDcSrW .mbr-section-subtitle {
  color: #1f1437;
}
.cid-uvHpEDcSrW .mbr-section-subtitle span {
  position: relative;
}
.cid-uvHpEDcSrW .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-uvHpEDcSrW .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-uvHpEDcSrW .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-uvHpEDcSrW .mbr-text {
  color: #1f1437;
  margin: 40px 0;
}
@media (max-width: 959px) {
  .cid-uvHpEDcSrW .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-uvHpEDcSrW .right-images {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 959px) {
  .cid-uvHpEDcSrW .right-images {
    display: none;
  }
}
.cid-uvHpEDcSrW .animated-container {
  width: 150%;
  height: 200%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  transform: rotate(25deg);
}
.cid-uvHpEDcSrW .img {
  width: 270px;
  height: 200px;
  margin: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cid-uvHpEDcSrW .img1 {
  background-image: url("../../../assets/images/tawtaw-cocoa-copy-1200x1089.webp");
}
.cid-uvHpEDcSrW .img2 {
  background-image: url("../../../assets/images/tawtaw-red-copy-1200x1089.webp");
}
.cid-uvHpEDcSrW .bottom-images {
  display: none;
}
@media (max-width: 959px) {
  .cid-uvHpEDcSrW .bottom-images {
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 690px) {
  .cid-uvHpEDcSrW .bottom-images {
    display: none;
  }
}
.cid-uvHpEDcSrW .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uvHpEDcSrW .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uvHpEDcSrW .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uvHpEDcSrW .wave-container .wave svg path {
  fill: #114db9;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
@keyframes cooky {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  25% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  50% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  75% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(-5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uvHpEDtSn7 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #114db9;
}
.cid-uvHpEDtSn7 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-uvHpEDtSn7 .btn-social,
.cid-uvHpEDtSn7 .mbr-section-title {
  color: #57468b;
}
.cid-uvHpEDtSn7 .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #6592e6;
}
.cid-uvHpEDtSn7 .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uvHpEDtSn7 .soc-item:hover {
  background: #ffffff;
}
.cid-uvHpEDtSn7 .soc-item:hover span {
  color: #6592e6 !important;
}
@media (max-width: 992px) {
  .cid-uvHpEDtSn7 .align-left,
  .cid-uvHpEDtSn7 .align-right {
    text-align: center;
  }
  .cid-uvHpEDtSn7 .social-list {
    justify-content: center;
  }
  .cid-uvHpEDtSn7 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-uvHpEDtSn7 .mbr-text {
  color: #ffffff;
}
.cid-uvHpAVTqne .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvHpAVTqne .nav-item,
.cid-uvHpAVTqne .nav-link,
.cid-uvHpAVTqne .navbar-caption {
  font-weight: normal;
}
.cid-uvHpAVTqne .nav-item:focus,
.cid-uvHpAVTqne .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uvHpAVTqne .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uvHpAVTqne .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uvHpAVTqne .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvHpAVTqne .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uvHpAVTqne .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uvHpAVTqne .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uvHpAVTqne .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvHpAVTqne .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvHpAVTqne .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvHpAVTqne .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #114db9;
  background: none;
}
.cid-uvHpAVTqne .navbar.opened {
  transition: all .3s;
  background: #114db9 !important;
}
.cid-uvHpAVTqne .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uvHpAVTqne .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvHpAVTqne .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvHpAVTqne .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvHpAVTqne .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 6.1rem);
  }
}
.cid-uvHpAVTqne .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uvHpAVTqne .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvHpAVTqne .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvHpAVTqne .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uvHpAVTqne .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvHpAVTqne .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uvHpAVTqne .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uvHpAVTqne .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvHpAVTqne .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvHpAVTqne .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uvHpAVTqne .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvHpAVTqne .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvHpAVTqne .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uvHpAVTqne .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uvHpAVTqne .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvHpAVTqne .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvHpAVTqne .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvHpAVTqne .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvHpAVTqne .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uvHpAVTqne .navbar.navbar-short {
  background: #114db9 !important;
  min-height: 60px;
}
.cid-uvHpAVTqne .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uvHpAVTqne .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uvHpAVTqne .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvHpAVTqne .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvHpAVTqne .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvHpAVTqne .dropdown-item.active,
.cid-uvHpAVTqne .dropdown-item:active {
  background-color: transparent;
}
.cid-uvHpAVTqne .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvHpAVTqne .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvHpAVTqne .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvHpAVTqne .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #114db9;
}
.cid-uvHpAVTqne .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvHpAVTqne .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvHpAVTqne ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uvHpAVTqne .navbar-buttons {
  text-align: center;
}
.cid-uvHpAVTqne button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvHpAVTqne button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvHpAVTqne button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvHpAVTqne button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvHpAVTqne button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvHpAVTqne button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvHpAVTqne nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvHpAVTqne nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvHpAVTqne nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvHpAVTqne nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvHpAVTqne .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uvHpAVTqne a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvHpAVTqne .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uvHpAVTqne .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uvHpAVTqne .soc-item {
  margin: .5rem .3rem;
}
.cid-uvHpAVTqne .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvHpAVTqne a.nav-link,
.cid-uvHpAVTqne a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uvHpAVTqne a.nav-link .mbr-iconfont-btn,
.cid-uvHpAVTqne a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uvHpAVTqne a.nav-link:hover .mbr-iconfont-btn,
.cid-uvHpAVTqne a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uvHpAVTqne a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvHpAVTqne .navbar {
    height: 77px;
  }
  .cid-uvHpAVTqne .navbar.opened {
    height: auto;
  }
  .cid-uvHpAVTqne .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvHpAWdaUQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffbf00;
}
.cid-uvHpAWdaUQ .row {
  flex-direction: row-reverse;
}
.cid-uvHpAWdaUQ .price-wrapper {
  position: absolute;
  right: 20%;
  bottom: 15%;
  background: #103178;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-uvHpAWdaUQ .price-wrapper h4,
.cid-uvHpAWdaUQ .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uvHpAWdaUQ .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-uvHpAWdaUQ .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-uvHpAWdaUQ .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-uvHpAWdaUQ .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-uvHpAWdaUQ .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-uvHpAWdaUQ .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uvHpAWdaUQ .card-title {
  padding: 0;
  margin: 0;
}
.cid-uvHpAWdaUQ .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uvHpAWdaUQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvHpAWdaUQ .card-wrapper {
    width: fit-content;
  }
}
.cid-uvHpAWdaUQ .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-uvHpAWdaUQ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uvHpAWdaUQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvHpAWdaUQ .card-title,
.cid-uvHpAWdaUQ .card-icon {
  color: #103178;
}
.cid-uvHpAWdaUQ .mbr-section-title {
  color: #fafafa;
}
.cid-uvHpAWdaUQ .mbr-text,
.cid-uvHpAWdaUQ .mbr-section-btn {
  color: #6e16af;
}
.cid-uvHpAWdaUQ .price {
  text-align: center;
  color: #ffffff;
}
.cid-uvHpAWrqDB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvHpAWrqDB .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-uvHpAWrqDB .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-uvHpAWrqDB .col-text {
    padding-top: 30px;
  }
}
.cid-uvHpAWrqDB .mbr-section-title {
  color: #000000;
}
.cid-uvHpAWrqDB .mbr-section-subtitle {
  color: #010d4c;
}
.cid-uvHpAWrqDB .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-uvHpAWrqDB .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uvHpAWCMfX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uvHpAWCMfX .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-uvHpAWCMfX .image-block:hover img {
  transform: scale(1.1);
}
.cid-uvHpAWCMfX .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uvHpAWCMfX img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-uvHpAWCMfX .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uvHpAWCMfX .wrap {
    opacity: 1 !important;
  }
  .cid-uvHpAWCMfX .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-uvHpAWCMfX .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-uvHpAWCMfX P {
  color: #bbbbbb;
}
.cid-uvHpAX0Y44 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uvHpAX0Y44 .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-uvHpAX0Y44 .image-block:hover img {
  transform: scale(1.1);
}
.cid-uvHpAX0Y44 .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uvHpAX0Y44 img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-uvHpAX0Y44 .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uvHpAX0Y44 .wrap {
    opacity: 1 !important;
  }
  .cid-uvHpAX0Y44 .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-uvHpAX0Y44 .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-uvHpAX0Y44 P {
  color: #bbbbbb;
}
.cid-uvHpAXcbVe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvHpAXcbVe .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-uvHpAXcbVe .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-uvHpAXcbVe .col-text {
    padding-top: 30px;
  }
}
.cid-uvHpAXcbVe .mbr-section-title {
  color: #000000;
}
.cid-uvHpAXcbVe .mbr-section-subtitle {
  color: #010d4c;
}
.cid-uvHpAXcbVe .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-uvHpAXcbVe .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uvHpAXpyaa {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uvHpAXpyaa .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-uvHpAXpyaa .image-block:hover img {
  transform: scale(1.1);
}
.cid-uvHpAXpyaa .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uvHpAXpyaa img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-uvHpAXpyaa .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uvHpAXpyaa .wrap {
    opacity: 1 !important;
  }
  .cid-uvHpAXpyaa .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-uvHpAXpyaa .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-uvHpAXpyaa P {
  color: #bbbbbb;
}
.cid-uvHpAXCUc5 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uvHpAXCUc5 .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-uvHpAXCUc5 .image-block:hover img {
  transform: scale(1.1);
}
.cid-uvHpAXCUc5 .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uvHpAXCUc5 img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-uvHpAXCUc5 .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uvHpAXCUc5 .wrap {
    opacity: 1 !important;
  }
  .cid-uvHpAXCUc5 .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-uvHpAXCUc5 .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-uvHpAXCUc5 P {
  color: #bbbbbb;
}
.cid-uvHpAZ6mff {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uvHpAZ6mff .content {
  margin-left: 6rem;
}
@media (max-width: 1199px) {
  .cid-uvHpAZ6mff .content {
    margin-left: 35px;
  }
}
@media (max-width: 959px) {
  .cid-uvHpAZ6mff .content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.cid-uvHpAZ6mff .mbr-section-title {
  color: #1f1437;
}
.cid-uvHpAZ6mff .mbr-title-addition {
  color: #1f1437;
  align-self: flex-end;
  margin-bottom: 20px;
}
.cid-uvHpAZ6mff .mbr-title-addition span {
  position: relative;
}
.cid-uvHpAZ6mff .mbr-title-addition span svg {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 150%;
  height: 9px;
}
@media (max-width: 959px) {
  .cid-uvHpAZ6mff .mbr-title-addition span svg {
    left: -12px;
  }
}
.cid-uvHpAZ6mff .mbr-title-addition span svg path {
  fill: #33d5ad;
}
.cid-uvHpAZ6mff .mbr-section-subtitle {
  color: #1f1437;
}
.cid-uvHpAZ6mff .mbr-section-subtitle span {
  position: relative;
}
.cid-uvHpAZ6mff .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-uvHpAZ6mff .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-uvHpAZ6mff .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-uvHpAZ6mff .mbr-text {
  color: #1f1437;
  margin: 40px 0;
}
@media (max-width: 959px) {
  .cid-uvHpAZ6mff .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-uvHpAZ6mff .right-images {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 959px) {
  .cid-uvHpAZ6mff .right-images {
    display: none;
  }
}
.cid-uvHpAZ6mff .animated-container {
  width: 150%;
  height: 200%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  transform: rotate(25deg);
}
.cid-uvHpAZ6mff .img {
  width: 270px;
  height: 200px;
  margin: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cid-uvHpAZ6mff .img1 {
  background-image: url("../../../assets/images/tawtaw-cocoa-copy-1200x1089.webp");
}
.cid-uvHpAZ6mff .img2 {
  background-image: url("../../../assets/images/tawtaw-red-copy-1200x1089.webp");
}
.cid-uvHpAZ6mff .bottom-images {
  display: none;
}
@media (max-width: 959px) {
  .cid-uvHpAZ6mff .bottom-images {
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 690px) {
  .cid-uvHpAZ6mff .bottom-images {
    display: none;
  }
}
.cid-uvHpAZ6mff .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uvHpAZ6mff .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uvHpAZ6mff .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uvHpAZ6mff .wave-container .wave svg path {
  fill: #114db9;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
@keyframes cooky {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  25% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  50% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  75% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(-5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uvHpAZmtFe {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #114db9;
}
.cid-uvHpAZmtFe .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-uvHpAZmtFe .btn-social,
.cid-uvHpAZmtFe .mbr-section-title {
  color: #57468b;
}
.cid-uvHpAZmtFe .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #6592e6;
}
.cid-uvHpAZmtFe .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uvHpAZmtFe .soc-item:hover {
  background: #ffffff;
}
.cid-uvHpAZmtFe .soc-item:hover span {
  color: #6592e6 !important;
}
@media (max-width: 992px) {
  .cid-uvHpAZmtFe .align-left,
  .cid-uvHpAZmtFe .align-right {
    text-align: center;
  }
  .cid-uvHpAZmtFe .social-list {
    justify-content: center;
  }
  .cid-uvHpAZmtFe .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-uvHpAZmtFe .mbr-text {
  color: #ffffff;
}
.cid-uWSChXRwzc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWSChXRwzc .nav-item,
.cid-uWSChXRwzc .nav-link,
.cid-uWSChXRwzc .navbar-caption {
  font-weight: normal;
}
.cid-uWSChXRwzc .nav-item:focus,
.cid-uWSChXRwzc .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uWSChXRwzc .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uWSChXRwzc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uWSChXRwzc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWSChXRwzc .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uWSChXRwzc .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uWSChXRwzc .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWSChXRwzc .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWSChXRwzc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWSChXRwzc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWSChXRwzc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #114db9;
  background: none;
}
.cid-uWSChXRwzc .navbar.opened {
  transition: all .3s;
  background: #114db9 !important;
}
.cid-uWSChXRwzc .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uWSChXRwzc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWSChXRwzc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWSChXRwzc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWSChXRwzc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 6.1rem);
  }
}
.cid-uWSChXRwzc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uWSChXRwzc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWSChXRwzc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWSChXRwzc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uWSChXRwzc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWSChXRwzc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uWSChXRwzc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uWSChXRwzc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWSChXRwzc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWSChXRwzc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uWSChXRwzc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWSChXRwzc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWSChXRwzc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uWSChXRwzc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uWSChXRwzc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWSChXRwzc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWSChXRwzc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uWSChXRwzc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uWSChXRwzc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uWSChXRwzc .navbar.navbar-short {
  background: #114db9 !important;
  min-height: 60px;
}
.cid-uWSChXRwzc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uWSChXRwzc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uWSChXRwzc .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWSChXRwzc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWSChXRwzc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWSChXRwzc .dropdown-item.active,
.cid-uWSChXRwzc .dropdown-item:active {
  background-color: transparent;
}
.cid-uWSChXRwzc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWSChXRwzc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWSChXRwzc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWSChXRwzc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #114db9;
}
.cid-uWSChXRwzc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWSChXRwzc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWSChXRwzc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWSChXRwzc .navbar-buttons {
  text-align: center;
}
.cid-uWSChXRwzc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWSChXRwzc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uWSChXRwzc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWSChXRwzc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWSChXRwzc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWSChXRwzc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWSChXRwzc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWSChXRwzc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWSChXRwzc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWSChXRwzc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWSChXRwzc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uWSChXRwzc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWSChXRwzc .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uWSChXRwzc .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uWSChXRwzc .soc-item {
  margin: .5rem .3rem;
}
.cid-uWSChXRwzc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWSChXRwzc a.nav-link,
.cid-uWSChXRwzc a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uWSChXRwzc a.nav-link .mbr-iconfont-btn,
.cid-uWSChXRwzc a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uWSChXRwzc a.nav-link:hover .mbr-iconfont-btn,
.cid-uWSChXRwzc a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uWSChXRwzc a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWSChXRwzc .navbar {
    height: 77px;
  }
  .cid-uWSChXRwzc .navbar.opened {
    height: auto;
  }
  .cid-uWSChXRwzc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWSChYfw5L {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e10000;
}
.cid-uWSChYfw5L .row {
  flex-direction: row-reverse;
}
.cid-uWSChYfw5L .price-wrapper {
  position: absolute;
  right: 20%;
  bottom: 15%;
  background: #103178;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-uWSChYfw5L .price-wrapper h4,
.cid-uWSChYfw5L .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uWSChYfw5L .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-uWSChYfw5L .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-uWSChYfw5L .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-uWSChYfw5L .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-uWSChYfw5L .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-uWSChYfw5L .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uWSChYfw5L .card-title {
  padding: 0;
  margin: 0;
}
.cid-uWSChYfw5L .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uWSChYfw5L .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWSChYfw5L .card-wrapper {
    width: fit-content;
  }
}
.cid-uWSChYfw5L .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-uWSChYfw5L .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWSChYfw5L .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uWSChYfw5L .card-title,
.cid-uWSChYfw5L .card-icon {
  color: #103178;
}
.cid-uWSChYfw5L .mbr-section-title {
  color: #fafafa;
}
.cid-uWSChYfw5L .mbr-text,
.cid-uWSChYfw5L .mbr-section-btn {
  color: #6e16af;
}
.cid-uWSChYfw5L .price {
  text-align: center;
  color: #ffffff;
}
.cid-uWSChYy0of {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWSChYy0of .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-uWSChYy0of .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-uWSChYy0of .col-text {
    padding-top: 30px;
  }
}
.cid-uWSChYy0of .mbr-section-title {
  color: #000000;
}
.cid-uWSChYy0of .mbr-section-subtitle {
  color: #010d4c;
}
.cid-uWSChYy0of .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-uWSChYy0of .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uWSChYJv21 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uWSChYJv21 .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-uWSChYJv21 .image-block:hover img {
  transform: scale(1.1);
}
.cid-uWSChYJv21 .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uWSChYJv21 img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-uWSChYJv21 .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uWSChYJv21 .wrap {
    opacity: 1 !important;
  }
  .cid-uWSChYJv21 .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-uWSChYJv21 .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-uWSChYJv21 P {
  color: #bbbbbb;
}
.cid-uWSChYZkhL {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uWSChYZkhL .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-uWSChYZkhL .image-block:hover img {
  transform: scale(1.1);
}
.cid-uWSChYZkhL .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uWSChYZkhL img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-uWSChYZkhL .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uWSChYZkhL .wrap {
    opacity: 1 !important;
  }
  .cid-uWSChYZkhL .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-uWSChYZkhL .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-uWSChYZkhL P {
  color: #bbbbbb;
}
.cid-uWSChZc40W {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWSChZc40W .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-uWSChZc40W .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-uWSChZc40W .col-text {
    padding-top: 30px;
  }
}
.cid-uWSChZc40W .mbr-section-title {
  color: #000000;
}
.cid-uWSChZc40W .mbr-section-subtitle {
  color: #010d4c;
}
.cid-uWSChZc40W .mbr-text {
  color: #000000;
  opacity: 0.8;
  text-align: left;
}
.cid-uWSChZc40W .colored-text {
  color: #ffffff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uWSChZpTKw {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uWSChZpTKw .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-uWSChZpTKw .image-block:hover img {
  transform: scale(1.1);
}
.cid-uWSChZpTKw .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uWSChZpTKw img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-uWSChZpTKw .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uWSChZpTKw .wrap {
    opacity: 1 !important;
  }
  .cid-uWSChZpTKw .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-uWSChZpTKw .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-uWSChZpTKw P {
  color: #bbbbbb;
}
.cid-uWSChZDmqc {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uWSChZDmqc .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-uWSChZDmqc .image-block:hover img {
  transform: scale(1.1);
}
.cid-uWSChZDmqc .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uWSChZDmqc img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-uWSChZDmqc .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uWSChZDmqc .wrap {
    opacity: 1 !important;
  }
  .cid-uWSChZDmqc .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-uWSChZDmqc .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-uWSChZDmqc P {
  color: #bbbbbb;
}
.cid-uWSChZRKYc {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uWSChZRKYc .content {
  margin-left: 6rem;
}
@media (max-width: 1199px) {
  .cid-uWSChZRKYc .content {
    margin-left: 35px;
  }
}
@media (max-width: 959px) {
  .cid-uWSChZRKYc .content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.cid-uWSChZRKYc .mbr-section-title {
  color: #1f1437;
}
.cid-uWSChZRKYc .mbr-title-addition {
  color: #1f1437;
  align-self: flex-end;
  margin-bottom: 20px;
}
.cid-uWSChZRKYc .mbr-title-addition span {
  position: relative;
}
.cid-uWSChZRKYc .mbr-title-addition span svg {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 150%;
  height: 9px;
}
@media (max-width: 959px) {
  .cid-uWSChZRKYc .mbr-title-addition span svg {
    left: -12px;
  }
}
.cid-uWSChZRKYc .mbr-title-addition span svg path {
  fill: #33d5ad;
}
.cid-uWSChZRKYc .mbr-section-subtitle {
  color: #1f1437;
}
.cid-uWSChZRKYc .mbr-section-subtitle span {
  position: relative;
}
.cid-uWSChZRKYc .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-uWSChZRKYc .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-uWSChZRKYc .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-uWSChZRKYc .mbr-text {
  color: #1f1437;
  margin: 40px 0;
}
@media (max-width: 959px) {
  .cid-uWSChZRKYc .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-uWSChZRKYc .right-images {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 959px) {
  .cid-uWSChZRKYc .right-images {
    display: none;
  }
}
.cid-uWSChZRKYc .animated-container {
  width: 150%;
  height: 200%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  transform: rotate(25deg);
}
.cid-uWSChZRKYc .img {
  width: 270px;
  height: 200px;
  margin: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cid-uWSChZRKYc .img1 {
  background-image: url("../../../assets/images/tawtaw-cocoa-copy-1200x1089.webp");
}
.cid-uWSChZRKYc .img2 {
  background-image: url("../../../assets/images/tawtaw-red-copy-1200x1089.webp");
}
.cid-uWSChZRKYc .bottom-images {
  display: none;
}
@media (max-width: 959px) {
  .cid-uWSChZRKYc .bottom-images {
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 690px) {
  .cid-uWSChZRKYc .bottom-images {
    display: none;
  }
}
.cid-uWSChZRKYc .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uWSChZRKYc .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uWSChZRKYc .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uWSChZRKYc .wave-container .wave svg path {
  fill: #114db9;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
@keyframes cooky {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  25% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  50% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  75% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(-5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uWSCi08S16 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #114db9;
}
.cid-uWSCi08S16 .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-uWSCi08S16 .btn-social,
.cid-uWSCi08S16 .mbr-section-title {
  color: #57468b;
}
.cid-uWSCi08S16 .soc-item {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
  background: #6592e6;
}
.cid-uWSCi08S16 .soc-item span {
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uWSCi08S16 .soc-item:hover {
  background: #ffffff;
}
.cid-uWSCi08S16 .soc-item:hover span {
  color: #6592e6 !important;
}
@media (max-width: 992px) {
  .cid-uWSCi08S16 .align-left,
  .cid-uWSCi08S16 .align-right {
    text-align: center;
  }
  .cid-uWSCi08S16 .social-list {
    justify-content: center;
  }
  .cid-uWSCi08S16 .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-uWSCi08S16 .mbr-text {
  color: #ffffff;
}
