.btn {
  border-width: 2px;
}
body {
  font-family: 'Urbanist', sans-serif;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Urbanist', sans-serif;
  font-size: 2.5rem;
  line-height: 1.24;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.125rem;
  line-height: 1.63;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.5rem;
  line-height: 1.28;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #1d53ba !important;
}
.bg-success {
  background-color: #299e99 !important;
}
.bg-info {
  background-color: #c49b1f !important;
}
.bg-warning {
  background-color: #ffdd0f !important;
}
.bg-danger {
  background-color: #b72323 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1d53ba !important;
  border-color: #1d53ba !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: #11326f !important;
  border-color: #11326f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #11326f !important;
  border-color: #11326f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1859ae !important;
  border-color: #1859ae !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: #0d3262 !important;
  border-color: #0d3262 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d3262 !important;
  border-color: #0d3262 !important;
}
.btn-info,
.btn-info:active {
  background-color: #c49b1f !important;
  border-color: #c49b1f !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: #796013 !important;
  border-color: #796013 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #796013 !important;
  border-color: #796013 !important;
}
.btn-success,
.btn-success:active {
  background-color: #299e99 !important;
  border-color: #299e99 !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: #175956 !important;
  border-color: #175956 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #175956 !important;
  border-color: #175956 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdd0f !important;
  border-color: #ffdd0f !important;
  color: #0f0d00 !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: #b79d00 !important;
  border-color: #b79d00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0f0d00 !important;
  background-color: #b79d00 !important;
  border-color: #b79d00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b72323 !important;
  border-color: #b72323 !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: #6e1515 !important;
  border-color: #6e1515 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6e1515 !important;
  border-color: #6e1515 !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: #111111 !important;
  border-color: #111111 !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: #1d53ba;
  color: #1d53ba;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #11326f !important;
  background-color: transparent!important;
  border-color: #11326f !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d53ba !important;
  border-color: #1d53ba !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1859ae;
  color: #1859ae;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0d3262 !important;
  background-color: transparent!important;
  border-color: #0d3262 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1859ae !important;
  border-color: #1859ae !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #c49b1f;
  color: #c49b1f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #796013 !important;
  background-color: transparent!important;
  border-color: #796013 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c49b1f !important;
  border-color: #c49b1f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #299e99;
  color: #299e99;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #175956 !important;
  background-color: transparent!important;
  border-color: #175956 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #299e99 !important;
  border-color: #299e99 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffdd0f;
  color: #ffdd0f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b79d00 !important;
  background-color: transparent!important;
  border-color: #b79d00 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0f0d00 !important;
  background-color: #ffdd0f !important;
  border-color: #ffdd0f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b72323;
  color: #b72323;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6e1515 !important;
  background-color: transparent!important;
  border-color: #6e1515 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b72323 !important;
  border-color: #b72323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #111111;
  color: #111111;
}
.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: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #111111 !important;
  border-color: #111111 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  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: #cfcfcf !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: #1d53ba !important;
}
.text-secondary {
  color: #1859ae !important;
}
.text-success {
  color: #299e99 !important;
}
.text-info {
  color: #c49b1f !important;
}
.text-warning {
  color: #ffdd0f !important;
}
.text-danger {
  color: #b72323 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #111111 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0f2c62 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0c2b54 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #144d4b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #6c5511 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a89000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #611313 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1d53ba;
}
.nav-tabs .nav-link:not(.active) {
  color: #111111;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c49b1f;
}
.alert-warning {
  background-color: #ffdd0f;
}
.alert-danger {
  background-color: #b72323;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1d53ba;
  border-color: #1d53ba;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1d53ba;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6e98e8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6dd9d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eace79;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffadb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e57575;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.125rem;
  line-height: 1.63;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #1d53ba !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.125rem;
  line-height: 1.63;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #1d53ba;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1d53ba;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1d53ba;
}
.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: #1d53ba;
  border-bottom-color: #1d53ba;
}
.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: #1d53ba !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1859ae !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='%231d53ba' %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;
}
.container {
  max-width: 1200px;
}
.btn {
  box-shadow: none;
  padding: 14px 28px;
  line-height: 1;
}
.label-text {
  letter-spacing: 2px;
}
.cid-sPTSDEGlwa .navbar-dropdown {
  position: relative !important;
}
.cid-sPTSDEGlwa .navbar-dropdown {
  position: absolute !important;
}
.cid-sPTSDEGlwa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPTSDEGlwa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPTSDEGlwa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPTSDEGlwa .dropdown-item:hover,
.cid-sPTSDEGlwa .dropdown-item:focus {
  background: #1d53ba !important;
  color: white !important;
}
.cid-sPTSDEGlwa .dropdown-item:hover span {
  color: white;
}
.cid-sPTSDEGlwa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPTSDEGlwa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPTSDEGlwa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPTSDEGlwa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPTSDEGlwa .nav-link {
  position: relative;
}
.cid-sPTSDEGlwa .container {
  display: flex;
  margin: auto;
}
.cid-sPTSDEGlwa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPTSDEGlwa .dropdown-menu,
.cid-sPTSDEGlwa .navbar.opened {
  background: #ffffff !important;
}
.cid-sPTSDEGlwa .nav-item:focus,
.cid-sPTSDEGlwa .nav-link:focus {
  outline: none;
}
.cid-sPTSDEGlwa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPTSDEGlwa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPTSDEGlwa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPTSDEGlwa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPTSDEGlwa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPTSDEGlwa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPTSDEGlwa .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPTSDEGlwa .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-sPTSDEGlwa .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sPTSDEGlwa .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-sPTSDEGlwa .navbar.opened {
  transition: all 0.3s;
}
.cid-sPTSDEGlwa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPTSDEGlwa .navbar .navbar-logo img {
  width: auto;
}
.cid-sPTSDEGlwa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sPTSDEGlwa .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-sPTSDEGlwa .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-sPTSDEGlwa .navbar.collapsed {
  justify-content: center;
}
.cid-sPTSDEGlwa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPTSDEGlwa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sPTSDEGlwa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPTSDEGlwa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPTSDEGlwa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sPTSDEGlwa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-sPTSDEGlwa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPTSDEGlwa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPTSDEGlwa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPTSDEGlwa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPTSDEGlwa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPTSDEGlwa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPTSDEGlwa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sPTSDEGlwa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPTSDEGlwa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPTSDEGlwa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPTSDEGlwa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPTSDEGlwa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPTSDEGlwa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPTSDEGlwa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPTSDEGlwa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPTSDEGlwa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sPTSDEGlwa .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-sPTSDEGlwa .navbar {
    padding: 0 50px !important;
  }
}
.cid-sPTSDEGlwa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sPTSDEGlwa .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-sPTSDEGlwa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-sPTSDEGlwa .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-sPTSDEGlwa .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-sPTSDEGlwa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPTSDEGlwa .dropdown-item.active,
.cid-sPTSDEGlwa .dropdown-item:active {
  background-color: transparent;
}
.cid-sPTSDEGlwa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPTSDEGlwa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPTSDEGlwa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPTSDEGlwa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPTSDEGlwa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPTSDEGlwa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPTSDEGlwa ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sPTSDEGlwa ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-sPTSDEGlwa .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-sPTSDEGlwa .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-sPTSDEGlwa .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-sPTSDEGlwa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-sPTSDEGlwa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sPTSDEGlwa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPTSDEGlwa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-sPTSDEGlwa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-sPTSDEGlwa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-sPTSDEGlwa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPTSDEGlwa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-sPTSDEGlwa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-sPTSDEGlwa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPTSDEGlwa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sPTSDEGlwa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPTSDEGlwa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPTSDEGlwa .navbar {
    height: 100px;
  }
  .cid-sPTSDEGlwa .navbar.opened {
    height: auto;
  }
  .cid-sPTSDEGlwa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPTSDEGlwa .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-sPTSDEGlwa .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sPTSDEGlwa .nav-link:before {
  content: '';
  position: absolute;
  color: #1d53ba;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-td2YRC7a4E {
  background-image: url("../../../assets/images/fabian-david-1.jpg");
}
.cid-td2YRC7a4E .mbr-text,
.cid-td2YRC7a4E .typed-text,
.cid-td2YRC7a4E .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-td2YRC7a4E .btn {
  margin-left: 4px !important;
}
.cid-td2YRC7a4E .animated-element {
  color: #ffbc00;
}
.cid-td2YRC7a4E .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tdni24BBhc {
  background-image: url("../../../assets/images/fabian-david-5-2000x1333.jpeg");
}
.cid-tdni24BBhc .mbr-text,
.cid-tdni24BBhc .mbr-section-btn {
  color: #ffffff;
}
.cid-tdni24BBhc .mbr-section-title {
  color: #ffffff;
}
.cid-tdnnCWww5h .link-align {
  width: 100%;
}
.cid-tdnnCWww5h .link-wrap {
  display: inline-block;
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tdnnCWww5h .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-tdnnCWww5h .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-tdnnCWww5h .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-tdnnCWww5h .link:hover:before {
  width: 60px;
}
.cid-tdnnCWww5h .mbr-text,
.cid-tdnnCWww5h .link-align {
  color: #e5e5e5;
}
.cid-tdnnCWww5h .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 130px;
  height: 130px;
  cursor: pointer;
}
.cid-tdnnCWww5h .icon-wrap:hover {
  animation: 0.6s hover;
}
.cid-tdnnCWww5h .icon-wrap span {
  padding-left: 4px;
}
.cid-tdnnCWww5h .mbr-media span {
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tdnnCWww5h .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tdnnCWww5h .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tdnnCWww5h .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tdnnCWww5h .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tdnnCWww5h a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tdnnCWww5h a.close:hover {
  color: #ffffff;
}
.cid-td346h7Qei {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-td346h7Qei .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
}
.cid-td346h7Qei .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-td346h7Qei .image-block:hover:before {
  opacity: 0.4;
}
.cid-td346h7Qei .image-block:hover .wrap {
  opacity: 1;
}
.cid-td346h7Qei .image-block:hover img {
  transform: scale(1.05);
}
.cid-td346h7Qei h4 {
  letter-spacing: 2px;
}
.cid-td346h7Qei figcaption {
  position: relative;
}
.cid-td346h7Qei figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-td346h7Qei img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-td346h7Qei .col-lg-4 {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-td346h7Qei .image-block {
    height: 400px;
  }
}
.cid-tdkj9vhdBq {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tdkj9vhdBq .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
}
.cid-tdkj9vhdBq .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tdkj9vhdBq .image-block:hover:before {
  opacity: 0.4;
}
.cid-tdkj9vhdBq .image-block:hover .wrap {
  opacity: 1;
}
.cid-tdkj9vhdBq .image-block:hover img {
  transform: scale(1.05);
}
.cid-tdkj9vhdBq h4 {
  letter-spacing: 2px;
}
.cid-tdkj9vhdBq figcaption {
  position: relative;
}
.cid-tdkj9vhdBq figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tdkj9vhdBq img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tdkj9vhdBq .col-lg-4 {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tdkj9vhdBq .image-block {
    height: 400px;
  }
}
.cid-tdnnJW8KmO {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tdnnJW8KmO .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
}
.cid-tdnnJW8KmO .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tdnnJW8KmO .image-block:hover:before {
  opacity: 0.4;
}
.cid-tdnnJW8KmO .image-block:hover .wrap {
  opacity: 1;
}
.cid-tdnnJW8KmO .image-block:hover img {
  transform: scale(1.05);
}
.cid-tdnnJW8KmO h4 {
  letter-spacing: 2px;
}
.cid-tdnnJW8KmO figcaption {
  position: relative;
}
.cid-tdnnJW8KmO figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tdnnJW8KmO img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-tdnnJW8KmO .col-lg-4 {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tdnnJW8KmO .image-block {
    height: 400px;
  }
}
.cid-tdnnNA7su5 .link-align {
  width: 100%;
}
.cid-tdnnNA7su5 .link-wrap {
  display: inline-block;
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tdnnNA7su5 .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-tdnnNA7su5 .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-tdnnNA7su5 .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-tdnnNA7su5 .link:hover:before {
  width: 60px;
}
.cid-tdnnNA7su5 .mbr-text,
.cid-tdnnNA7su5 .link-align {
  color: #e5e5e5;
}
.cid-tdnnNA7su5 .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 130px;
  height: 130px;
  cursor: pointer;
}
.cid-tdnnNA7su5 .icon-wrap:hover {
  animation: 0.6s hover;
}
.cid-tdnnNA7su5 .icon-wrap span {
  padding-left: 4px;
}
.cid-tdnnNA7su5 .mbr-media span {
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tdnnNA7su5 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tdnnNA7su5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tdnnNA7su5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tdnnNA7su5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tdnnNA7su5 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tdnnNA7su5 a.close:hover {
  color: #ffffff;
}
.cid-tdnloJHSbJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/fabian-david-1.jpg");
}
.cid-tdnloJHSbJ .mbr-section-title {
  margin-bottom: 0;
}
.cid-tdnloJHSbJ .subscribe__form {
  margin-top: 50px;
}
.cid-tdnloJHSbJ .form-group {
  margin-bottom: 0;
}
.cid-tdnloJHSbJ .dragArea .form-control {
  color: #ffffff;
  margin-bottom: 30px;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  padding: 0 25px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-tdnloJHSbJ .dragArea textarea {
  margin-bottom: 40px !important;
  height: 170px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-tdnloJHSbJ .dragArea input::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-tdnloJHSbJ .dragArea textarea::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-tdnloJHSbJ .dragArea .form-check {
  margin-bottom: 20px;
}
.cid-tdnloJHSbJ .dragArea .form-check input[type="checkbox"] + label:before {
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 6px;
  transition: all .25s;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 20px;
  margin-right: 10px;
}
.cid-tdnloJHSbJ .dragArea .form-check input[type="checkbox"]:checked + label:before {
  border-color: #299e99 !important;
  background-color: #299e99 !important;
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32.296 32.296' style='enable-background:new 0 0 32.296 32.296;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23030104;' d='M31.923,9.14L13.417,27.642c-0.496,0.494-1.299,0.494-1.793,0L0.37,16.316 c-0.494-0.496-0.494-1.302,0-1.795l2.689-2.687c0.496-0.495,1.299-0.495,1.793,0l7.678,7.729L27.438,4.654 c0.494-0.494,1.297-0.494,1.795,0l2.689,2.691C32.421,7.84,32.421,8.646,31.923,9.14z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}
.cid-tdnloJHSbJ .dragArea .form-check-input {
  display: none;
  margin-top: .6rem;
}
.cid-tdnloJHSbJ .dragArea .form-check-label {
  font-size: 16px;
  line-height: 24px;
}
.cid-tdnloJHSbJ .dragArea .input-group-btn .btn {
  font-weight: 500;
}
.cid-tdnloJHSbJ .info__bottom {
  margin-top: 55px;
  width: 100%;
}
.cid-tdnloJHSbJ .info__bottom .text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tdnloJHSbJ .info__bottom .text:before {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.cid-tdnloJHSbJ .info__bottom .text:after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.cid-tdnloJHSbJ .info__bottom .text .mbr-text {
  margin: 0 10px;
  letter-spacing: 2px;
}
.cid-tdnloJHSbJ .tel {
  transition: all .25s;
  margin-top: 35px;
}
.cid-tdnloJHSbJ .tel:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tdnloJHSbJ .form-group {
    text-align: center;
  }
  .cid-tdnloJHSbJ .form-check {
    padding-left: 0;
  }
  .cid-tdnloJHSbJ .input-group-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-tdnloJHSbJ .row:first-child {
    margin: 0;
  }
}
.cid-tdnif0KBmG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tdnif0KBmG .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tdnif0KBmG .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tdnif0KBmG .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tdnif0KBmG .bg-twitter:hover {
  background: #0c85d0;
}
.cid-tdnif0KBmG .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tdnif0KBmG .bg-instagram:hover {
  background: #bd005c;
}
.cid-tdnif0KBmG .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tdnif0KBmG .bg-tiktok:hover {
  background: #000000;
}
.cid-tdnif0KBmG .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tdnif0KBmG .bg-youtube:hover {
  background: #cc0000;
}
.cid-tdnif0KBmG .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tdnif0KBmG .bg-twitch:hover {
  background: #7313ff;
}
.cid-tdnif0KBmG .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tdnif0KBmG [class^="socicon-"]:before,
.cid-tdnif0KBmG [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sPGdO9lA5Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sPGdO9lA5Y .mbr-text {
  color: #111111;
}
.cid-tdnH4ucuqZ .navbar-dropdown {
  position: relative !important;
}
.cid-tdnH4ucuqZ .navbar-dropdown {
  position: absolute !important;
}
.cid-tdnH4ucuqZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tdnH4ucuqZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tdnH4ucuqZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tdnH4ucuqZ .dropdown-item:hover,
.cid-tdnH4ucuqZ .dropdown-item:focus {
  background: #1d53ba !important;
  color: white !important;
}
.cid-tdnH4ucuqZ .dropdown-item:hover span {
  color: white;
}
.cid-tdnH4ucuqZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tdnH4ucuqZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tdnH4ucuqZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tdnH4ucuqZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tdnH4ucuqZ .nav-link {
  position: relative;
}
.cid-tdnH4ucuqZ .container {
  display: flex;
  margin: auto;
}
.cid-tdnH4ucuqZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tdnH4ucuqZ .dropdown-menu,
.cid-tdnH4ucuqZ .navbar.opened {
  background: #ffffff !important;
}
.cid-tdnH4ucuqZ .nav-item:focus,
.cid-tdnH4ucuqZ .nav-link:focus {
  outline: none;
}
.cid-tdnH4ucuqZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tdnH4ucuqZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdnH4ucuqZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tdnH4ucuqZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tdnH4ucuqZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdnH4ucuqZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdnH4ucuqZ .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tdnH4ucuqZ .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-tdnH4ucuqZ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tdnH4ucuqZ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
  padding: 0 12px !important;
}
.cid-tdnH4ucuqZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tdnH4ucuqZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tdnH4ucuqZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tdnH4ucuqZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tdnH4ucuqZ .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-tdnH4ucuqZ .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-tdnH4ucuqZ .navbar.collapsed {
  justify-content: center;
}
.cid-tdnH4ucuqZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdnH4ucuqZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tdnH4ucuqZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdnH4ucuqZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdnH4ucuqZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tdnH4ucuqZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-tdnH4ucuqZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tdnH4ucuqZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tdnH4ucuqZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdnH4ucuqZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdnH4ucuqZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdnH4ucuqZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdnH4ucuqZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tdnH4ucuqZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tdnH4ucuqZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdnH4ucuqZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdnH4ucuqZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tdnH4ucuqZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tdnH4ucuqZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tdnH4ucuqZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tdnH4ucuqZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tdnH4ucuqZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tdnH4ucuqZ .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-tdnH4ucuqZ .navbar {
    padding: 0 50px !important;
  }
}
.cid-tdnH4ucuqZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tdnH4ucuqZ .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-tdnH4ucuqZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tdnH4ucuqZ .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-tdnH4ucuqZ .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-tdnH4ucuqZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdnH4ucuqZ .dropdown-item.active,
.cid-tdnH4ucuqZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tdnH4ucuqZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdnH4ucuqZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdnH4ucuqZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdnH4ucuqZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tdnH4ucuqZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdnH4ucuqZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tdnH4ucuqZ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tdnH4ucuqZ ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-tdnH4ucuqZ .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-tdnH4ucuqZ .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-tdnH4ucuqZ .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-tdnH4ucuqZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-tdnH4ucuqZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tdnH4ucuqZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tdnH4ucuqZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-tdnH4ucuqZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-tdnH4ucuqZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-tdnH4ucuqZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdnH4ucuqZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-tdnH4ucuqZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-tdnH4ucuqZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tdnH4ucuqZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tdnH4ucuqZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tdnH4ucuqZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdnH4ucuqZ .navbar {
    height: 100px;
  }
  .cid-tdnH4ucuqZ .navbar.opened {
    height: auto;
  }
  .cid-tdnH4ucuqZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdnH4ucuqZ .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-tdnH4ucuqZ .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tdnH4ucuqZ .nav-link:before {
  content: '';
  position: absolute;
  color: #1d53ba;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tdnH6FxWXL {
  background-image: url("../../../assets/images/fabian-david-2021-4-1080x1346.jpeg");
}
.cid-tdnH6FxWXL .mbr-text,
.cid-tdnH6FxWXL .mbr-section-btn {
  color: #ffffff;
}
.cid-tdnH6FxWXL .mbr-section-title {
  color: #ffffff;
}
.cid-tdnH4xILwG {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/fabian-david-1.jpg");
}
.cid-tdnH4xILwG .mbr-section-title {
  margin-bottom: 0;
}
.cid-tdnH4xILwG .subscribe__form {
  margin-top: 50px;
}
.cid-tdnH4xILwG .form-group {
  margin-bottom: 0;
}
.cid-tdnH4xILwG .dragArea .form-control {
  color: #ffffff;
  margin-bottom: 30px;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  padding: 0 25px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-tdnH4xILwG .dragArea textarea {
  margin-bottom: 40px !important;
  height: 170px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-tdnH4xILwG .dragArea input::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-tdnH4xILwG .dragArea textarea::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-tdnH4xILwG .dragArea .form-check {
  margin-bottom: 20px;
}
.cid-tdnH4xILwG .dragArea .form-check input[type="checkbox"] + label:before {
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 6px;
  transition: all .25s;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 20px;
  margin-right: 10px;
}
.cid-tdnH4xILwG .dragArea .form-check input[type="checkbox"]:checked + label:before {
  border-color: #299e99 !important;
  background-color: #299e99 !important;
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32.296 32.296' style='enable-background:new 0 0 32.296 32.296;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23030104;' d='M31.923,9.14L13.417,27.642c-0.496,0.494-1.299,0.494-1.793,0L0.37,16.316 c-0.494-0.496-0.494-1.302,0-1.795l2.689-2.687c0.496-0.495,1.299-0.495,1.793,0l7.678,7.729L27.438,4.654 c0.494-0.494,1.297-0.494,1.795,0l2.689,2.691C32.421,7.84,32.421,8.646,31.923,9.14z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}
.cid-tdnH4xILwG .dragArea .form-check-input {
  display: none;
  margin-top: .6rem;
}
.cid-tdnH4xILwG .dragArea .form-check-label {
  font-size: 16px;
  line-height: 24px;
}
.cid-tdnH4xILwG .dragArea .input-group-btn .btn {
  font-weight: 500;
}
.cid-tdnH4xILwG .info__bottom {
  margin-top: 55px;
  width: 100%;
}
.cid-tdnH4xILwG .info__bottom .text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tdnH4xILwG .info__bottom .text:before {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.cid-tdnH4xILwG .info__bottom .text:after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.cid-tdnH4xILwG .info__bottom .text .mbr-text {
  margin: 0 10px;
  letter-spacing: 2px;
}
.cid-tdnH4xILwG .tel {
  transition: all .25s;
  margin-top: 35px;
}
.cid-tdnH4xILwG .tel:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tdnH4xILwG .form-group {
    text-align: center;
  }
  .cid-tdnH4xILwG .form-check {
    padding-left: 0;
  }
  .cid-tdnH4xILwG .input-group-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-tdnH4xILwG .row:first-child {
    margin: 0;
  }
}
.cid-tdnH4y7Ts9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tdnH4y7Ts9 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tdnH4y7Ts9 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tdnH4y7Ts9 .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tdnH4y7Ts9 .bg-twitter:hover {
  background: #0c85d0;
}
.cid-tdnH4y7Ts9 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tdnH4y7Ts9 .bg-instagram:hover {
  background: #bd005c;
}
.cid-tdnH4y7Ts9 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-tdnH4y7Ts9 .bg-tiktok:hover {
  background: #000000;
}
.cid-tdnH4y7Ts9 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-tdnH4y7Ts9 .bg-youtube:hover {
  background: #cc0000;
}
.cid-tdnH4y7Ts9 .bg-twitch {
  background: #9146ff;
  color: #ffffff;
}
.cid-tdnH4y7Ts9 .bg-twitch:hover {
  background: #7313ff;
}
.cid-tdnH4y7Ts9 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tdnH4y7Ts9 [class^="socicon-"]:before,
.cid-tdnH4y7Ts9 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tdnH4yAHk7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tdnH4yAHk7 .mbr-text {
  color: #111111;
}
