body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #db802d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #db802d !important;
  border-color: #db802d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a05b1b !important;
  border-color: #a05b1b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a05b1b !important;
  border-color: #a05b1b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3e3e3e !important;
  border-color: #3e3e3e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #181818 !important;
  border-color: #181818 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #181818 !important;
  border-color: #181818 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #8a4e18;
  color: #8a4e18;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #db802d;
  border-color: #db802d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #db802d !important;
  border-color: #db802d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b0b0b;
  color: #0b0b0b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3e3e3e;
  border-color: #3e3e3e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e3e3e !important;
  border-color: #3e3e3e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #db802d !important;
}
.text-secondary {
  color: #3e3e3e !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #8a4e18 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b0b0b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #db802d;
  border-color: #db802d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #db802d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9e9db;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #db802d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #db802d;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #db802d;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #db802d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #db802d;
  border-bottom-color: #db802d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #db802d !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: #3e3e3e !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23db802d' %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.3;
}
.cid-tgXljd2jBp .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tgXljd2jBp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tgXljd2jBp a {
  font-style: normal;
}
.cid-tgXljd2jBp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tgXljd2jBp .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tgXljd2jBp .nav-item:focus,
.cid-tgXljd2jBp .nav-link:focus {
  outline: none;
}
.cid-tgXljd2jBp .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tgXljd2jBp .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tgXljd2jBp .menu-logo {
  margin-right: auto;
}
.cid-tgXljd2jBp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tgXljd2jBp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tgXljd2jBp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tgXljd2jBp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tgXljd2jBp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tgXljd2jBp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tgXljd2jBp .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tgXljd2jBp .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tgXljd2jBp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tgXljd2jBp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgXljd2jBp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tgXljd2jBp .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tgXljd2jBp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tgXljd2jBp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgXljd2jBp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tgXljd2jBp .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tgXljd2jBp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tgXljd2jBp .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tgXljd2jBp .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tgXljd2jBp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tgXljd2jBp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tgXljd2jBp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tgXljd2jBp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tgXljd2jBp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tgXljd2jBp button.navbar-toggler:focus {
  outline: none;
}
.cid-tgXljd2jBp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tgXljd2jBp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgXljd2jBp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgXljd2jBp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgXljd2jBp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgXljd2jBp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgXljd2jBp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgXljd2jBp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgXljd2jBp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgXljd2jBp .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tgXljd2jBp .collapsed .btn {
  display: -webkit-flex;
}
.cid-tgXljd2jBp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tgXljd2jBp .collapsed .navbar-collapse.collapsing,
.cid-tgXljd2jBp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tgXljd2jBp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tgXljd2jBp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tgXljd2jBp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tgXljd2jBp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tgXljd2jBp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tgXljd2jBp .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tgXljd2jBp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tgXljd2jBp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tgXljd2jBp .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-tgXljd2jBp .collapsed button.navbar-toggler {
  display: block;
}
.cid-tgXljd2jBp .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tgXljd2jBp .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tgXljd2jBp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tgXljd2jBp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tgXljd2jBp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tgXljd2jBp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tgXljd2jBp.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tgXljd2jBp img {
    height: 3.8rem !important;
  }
  .cid-tgXljd2jBp .btn {
    display: -webkit-flex;
  }
  .cid-tgXljd2jBp button.navbar-toggler {
    display: block;
  }
  .cid-tgXljd2jBp .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tgXljd2jBp .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tgXljd2jBp .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tgXljd2jBp .navbar-collapse.collapsing,
  .cid-tgXljd2jBp .navbar-collapse.show {
    display: block !important;
  }
  .cid-tgXljd2jBp .navbar-collapse.collapsing .navbar-nav,
  .cid-tgXljd2jBp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tgXljd2jBp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tgXljd2jBp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tgXljd2jBp .navbar-collapse.collapsing .navbar-buttons,
  .cid-tgXljd2jBp .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tgXljd2jBp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tgXljd2jBp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tgXljd2jBp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tgXljd2jBp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tgXljd2jBp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tgXljd2jBp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tgXljd2jBp .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tgXljd2jBp .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tgXljd2jBp .nav-link:hover,
.cid-tgXljd2jBp .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tgXlo3BgFM .modal-body .close {
  background: #1b1b1b;
}
.cid-tgXlo3BgFM .modal-body .close span {
  font-style: normal;
}
.cid-tgXlo3BgFM .carousel-inner > .active,
.cid-tgXlo3BgFM .carousel-inner > .next,
.cid-tgXlo3BgFM .carousel-inner > .prev {
  display: table;
}
.cid-tgXlo3BgFM .carousel-control .icon-next,
.cid-tgXlo3BgFM .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tgXlo3BgFM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tgXlo3BgFM .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tgXlo3BgFM .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tgXlo3BgFM .boxed-slider > div {
  position: relative;
}
.cid-tgXlo3BgFM .container img {
  width: 100%;
}
.cid-tgXlo3BgFM .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tgXlo3BgFM .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tgXlo3BgFM .mbr-table-cell {
  padding: 0;
}
.cid-tgXlo3BgFM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tgXlo3BgFM .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tgXlo3BgFM .mbr-overlay {
  z-index: 1;
}
.cid-tgXlo3BgFM .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tgXlo3BgFM .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tgXlo3BgFM .carousel-item .container {
    width: 100%;
  }
}
.cid-tgXlo3BgFM .carousel-item-next.carousel-item-left,
.cid-tgXlo3BgFM .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tgXlo3BgFM .active.carousel-item-right,
.cid-tgXlo3BgFM .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tgXlo3BgFM .active.carousel-item-left,
.cid-tgXlo3BgFM .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tgXlo3BgFM .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-tgXlo3BgFM .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tgXlo3BgFM .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tgXlo3BgFM .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tgXlo3BgFM .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tgXlo3BgFM .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tgXlo3BgFM .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tgXlo3BgFM .mbr-slider .carousel-indicators li.active,
.cid-tgXlo3BgFM .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tgXlo3BgFM .mbr-slider .carousel-indicators li::after,
.cid-tgXlo3BgFM .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tgXlo3BgFM .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tgXlo3BgFM .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tgXlo3BgFM .mbr-slider > .container img {
  width: 100%;
}
.cid-tgXlo3BgFM .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tgXlo3BgFM .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tgXlo3BgFM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tgXlo3BgFM .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tgXlo3BgFM .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tgXlo3BgFM .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tgXlo3BgFM .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tgXlo3BgFM .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tgXlo3BgFM .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tgXlo3BgFM .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tgXlo3BgFM .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tgXlo3BgFM .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tgXlo3BgFM .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tgXlo3BgFM H2 {
  color: #3e3e3e;
  text-align: left;
}
.cid-tgXlo3BgFM P {
  color: #3e3e3e;
  text-align: left;
}
.cid-tgXlEzhRSn {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tgXlEzhRSn .card-box {
  padding: 0 2rem;
}
.cid-tgXlEzhRSn .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tgXlEzhRSn .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tgXlEzhRSn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tgXlEzhRSn p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tgXlEzhRSn .mbr-text {
  color: #767676;
}
.cid-tgXlEzhRSn .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #efefef;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tgXlEzhRSn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tgXlEzhRSn .card-title {
  color: #3e3e3e;
}
.cid-tgXlxozHG6 {
  background-image: url("../../../assets/images/home04-1-2000x1143.jpg");
}
.cid-tgXlxozHG6 .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-tgXlxozHG6 .media-container-column {
  background-color: #db802d;
}
@media (max-width: 767px) {
  .cid-tgXlxozHG6 .media-container-column {
    padding: 1rem !important;
  }
}
.cid-tgXlKqyYj6 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tgXlKqyYj6 .mbr-section-subtitle {
  color: #767676;
}
.cid-tgXlKqyYj6 .btn {
  margin: 0 0 .5rem 0;
}
.cid-tgXlKqyYj6 H2 {
  color: #3e3e3e;
}
.cid-tgXm0GpXCv {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/home04-2-2000x1143.jpg");
}
.cid-tgXlNANXox {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tgXlNANXox .title {
  padding-bottom: 2.5rem;
}
.cid-tgXlNANXox .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-tgXlNANXox .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-tgXlNANXox .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-tgXlNANXox .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-tgXlNANXox .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tgXlNANXox .iconfont-wrapper {
    display: none;
  }
}
.cid-tgXlNANXox H5 {
  color: #3e3e3e;
}
.cid-tgXlRJzYv3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-tgXlRJzYv3 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgXlRJzYv3 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tgXlRJzYv3 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tgXlRJzYv3 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tgXlRJzYv3 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tgXlRJzYv3 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tgXlRJzYv3 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tgXlRJzYv3 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tgXlRJzYv3 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tgXlRJzYv3 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tgXlRJzYv3 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tgXlRJzYv3 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tgXlRJzYv3 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tgXlRJzYv3 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-thkDMJ4574 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-thkDMJ4574 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-thkDMJ4574 a {
  font-style: normal;
}
.cid-thkDMJ4574 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-thkDMJ4574 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-thkDMJ4574 .nav-item:focus,
.cid-thkDMJ4574 .nav-link:focus {
  outline: none;
}
.cid-thkDMJ4574 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-thkDMJ4574 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-thkDMJ4574 .menu-logo {
  margin-right: auto;
}
.cid-thkDMJ4574 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thkDMJ4574 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-thkDMJ4574 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-thkDMJ4574 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-thkDMJ4574 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-thkDMJ4574 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-thkDMJ4574 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-thkDMJ4574 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-thkDMJ4574 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-thkDMJ4574 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-thkDMJ4574 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-thkDMJ4574 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-thkDMJ4574 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-thkDMJ4574 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thkDMJ4574 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-thkDMJ4574 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-thkDMJ4574 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-thkDMJ4574 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-thkDMJ4574 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-thkDMJ4574 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-thkDMJ4574 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-thkDMJ4574 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-thkDMJ4574 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-thkDMJ4574 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-thkDMJ4574 button.navbar-toggler:focus {
  outline: none;
}
.cid-thkDMJ4574 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-thkDMJ4574 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thkDMJ4574 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thkDMJ4574 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thkDMJ4574 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thkDMJ4574 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thkDMJ4574 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thkDMJ4574 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thkDMJ4574 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thkDMJ4574 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thkDMJ4574 .collapsed .btn {
  display: -webkit-flex;
}
.cid-thkDMJ4574 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-thkDMJ4574 .collapsed .navbar-collapse.collapsing,
.cid-thkDMJ4574 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-thkDMJ4574 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-thkDMJ4574 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-thkDMJ4574 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-thkDMJ4574 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-thkDMJ4574 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-thkDMJ4574 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-thkDMJ4574 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-thkDMJ4574 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-thkDMJ4574 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-thkDMJ4574 .collapsed button.navbar-toggler {
  display: block;
}
.cid-thkDMJ4574 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-thkDMJ4574 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thkDMJ4574 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-thkDMJ4574 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-thkDMJ4574 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-thkDMJ4574 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-thkDMJ4574.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thkDMJ4574 img {
    height: 3.8rem !important;
  }
  .cid-thkDMJ4574 .btn {
    display: -webkit-flex;
  }
  .cid-thkDMJ4574 button.navbar-toggler {
    display: block;
  }
  .cid-thkDMJ4574 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-thkDMJ4574 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thkDMJ4574 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-thkDMJ4574 .navbar-collapse.collapsing,
  .cid-thkDMJ4574 .navbar-collapse.show {
    display: block !important;
  }
  .cid-thkDMJ4574 .navbar-collapse.collapsing .navbar-nav,
  .cid-thkDMJ4574 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-thkDMJ4574 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-thkDMJ4574 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-thkDMJ4574 .navbar-collapse.collapsing .navbar-buttons,
  .cid-thkDMJ4574 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-thkDMJ4574 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-thkDMJ4574 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-thkDMJ4574 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-thkDMJ4574 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-thkDMJ4574 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-thkDMJ4574 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-thkDMJ4574 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-thkDMJ4574 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-thkDMJ4574 .nav-link:hover,
.cid-thkDMJ4574 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-thkEogOROD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-sobre-2000x1143.jpeg");
}
.cid-thkEogOROD P {
  color: #767676;
}
.cid-thkEogOROD H1 {
  color: #ffffff;
}
.cid-thkEogOROD .mbr-text,
.cid-thkEogOROD .mbr-section-btn {
  color: #cccccc;
}
.cid-thkFOSi2fs {
  padding-top: 90px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-thkFOSi2fs .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-thkFOSi2fs .mbr-text,
.cid-thkFOSi2fs .mbr-section-btn {
  color: #3e3e3e;
}
.cid-thkFOSi2fs H3 {
  color: #db802d;
}
.cid-thkGh9xEHF {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thkGh9xEHF .mbr-text {
  color: #767676;
}
.cid-thkGh9xEHF h4 {
  text-align: center;
}
.cid-thkGh9xEHF p {
  text-align: center;
}
.cid-thkGh9xEHF .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-thkDML9tHW {
  background-image: url("../../../assets/images/home04-1-2000x1143.jpg");
}
.cid-thkDML9tHW .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-thkDML9tHW .media-container-column {
  background-color: #db802d;
}
@media (max-width: 767px) {
  .cid-thkDML9tHW .media-container-column {
    padding: 1rem !important;
  }
}
.cid-thkDMLMfZd {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-thkDMLMfZd .mbr-section-subtitle {
  color: #767676;
}
.cid-thkDMLMfZd .btn {
  margin: 0 0 .5rem 0;
}
.cid-thkDMLMfZd H2 {
  color: #3e3e3e;
}
.cid-thkDMMoR1G {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/home04-2-2000x1143.jpg");
}
.cid-thkDMMZ6Nn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thkDMMZ6Nn .title {
  padding-bottom: 2.5rem;
}
.cid-thkDMMZ6Nn .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-thkDMMZ6Nn .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-thkDMMZ6Nn .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-thkDMMZ6Nn .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-thkDMMZ6Nn .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-thkDMMZ6Nn .iconfont-wrapper {
    display: none;
  }
}
.cid-thkDMMZ6Nn H5 {
  color: #3e3e3e;
}
.cid-thkDMNGibP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-thkDMNGibP .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thkDMNGibP .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thkDMNGibP .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thkDMNGibP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thkDMNGibP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thkDMNGibP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thkDMNGibP .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-thkDMNGibP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thkDMNGibP .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thkDMNGibP .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-thkDMNGibP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thkDMNGibP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thkDMNGibP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thkDMNGibP .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-thkIRP3Iv6 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-thkIRP3Iv6 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-thkIRP3Iv6 a {
  font-style: normal;
}
.cid-thkIRP3Iv6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-thkIRP3Iv6 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-thkIRP3Iv6 .nav-item:focus,
.cid-thkIRP3Iv6 .nav-link:focus {
  outline: none;
}
.cid-thkIRP3Iv6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-thkIRP3Iv6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-thkIRP3Iv6 .menu-logo {
  margin-right: auto;
}
.cid-thkIRP3Iv6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thkIRP3Iv6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-thkIRP3Iv6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-thkIRP3Iv6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-thkIRP3Iv6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-thkIRP3Iv6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-thkIRP3Iv6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-thkIRP3Iv6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-thkIRP3Iv6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-thkIRP3Iv6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-thkIRP3Iv6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-thkIRP3Iv6 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-thkIRP3Iv6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-thkIRP3Iv6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thkIRP3Iv6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-thkIRP3Iv6 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-thkIRP3Iv6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-thkIRP3Iv6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-thkIRP3Iv6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-thkIRP3Iv6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-thkIRP3Iv6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-thkIRP3Iv6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-thkIRP3Iv6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-thkIRP3Iv6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-thkIRP3Iv6 button.navbar-toggler:focus {
  outline: none;
}
.cid-thkIRP3Iv6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-thkIRP3Iv6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thkIRP3Iv6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thkIRP3Iv6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thkIRP3Iv6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thkIRP3Iv6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thkIRP3Iv6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thkIRP3Iv6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thkIRP3Iv6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thkIRP3Iv6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thkIRP3Iv6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-thkIRP3Iv6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-thkIRP3Iv6 .collapsed .navbar-collapse.collapsing,
.cid-thkIRP3Iv6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-thkIRP3Iv6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-thkIRP3Iv6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-thkIRP3Iv6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-thkIRP3Iv6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-thkIRP3Iv6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-thkIRP3Iv6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-thkIRP3Iv6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-thkIRP3Iv6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-thkIRP3Iv6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-thkIRP3Iv6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-thkIRP3Iv6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-thkIRP3Iv6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thkIRP3Iv6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-thkIRP3Iv6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-thkIRP3Iv6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-thkIRP3Iv6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-thkIRP3Iv6.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thkIRP3Iv6 img {
    height: 3.8rem !important;
  }
  .cid-thkIRP3Iv6 .btn {
    display: -webkit-flex;
  }
  .cid-thkIRP3Iv6 button.navbar-toggler {
    display: block;
  }
  .cid-thkIRP3Iv6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-thkIRP3Iv6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thkIRP3Iv6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-thkIRP3Iv6 .navbar-collapse.collapsing,
  .cid-thkIRP3Iv6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-thkIRP3Iv6 .navbar-collapse.collapsing .navbar-nav,
  .cid-thkIRP3Iv6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-thkIRP3Iv6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-thkIRP3Iv6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-thkIRP3Iv6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-thkIRP3Iv6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-thkIRP3Iv6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-thkIRP3Iv6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-thkIRP3Iv6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-thkIRP3Iv6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-thkIRP3Iv6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-thkIRP3Iv6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-thkIRP3Iv6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-thkIRP3Iv6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-thkIRP3Iv6 .nav-link:hover,
.cid-thkIRP3Iv6 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-thkIRQ3Yxs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/concertinas-2000x1143.jpeg");
}
.cid-thkIRQ3Yxs P {
  color: #767676;
}
.cid-thkIRQ3Yxs H1 {
  color: #ffffff;
}
.cid-thkIRQ3Yxs .mbr-text,
.cid-thkIRQ3Yxs .mbr-section-btn {
  color: #cccccc;
}
.cid-thkJh3saAI {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-thkJh3saAI .card-box {
  padding: 0 2rem;
}
.cid-thkJh3saAI .mbr-section-btn {
  padding-top: 1rem;
}
.cid-thkJh3saAI .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-thkJh3saAI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-thkJh3saAI p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-thkJh3saAI .mbr-text {
  color: #767676;
}
.cid-thkJh3saAI .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-thkJh3saAI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-thkJCDOWVV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-thkJCDOWVV .card-box {
  padding: 0 2rem;
}
.cid-thkJCDOWVV .mbr-section-btn {
  padding-top: 1rem;
}
.cid-thkJCDOWVV .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-thkJCDOWVV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-thkJCDOWVV p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-thkJCDOWVV .mbr-text {
  color: #767676;
}
.cid-thkJCDOWVV .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-thkJCDOWVV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-thkK8QCJPQ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-thkK8QCJPQ .card-box {
  padding: 0 2rem;
}
.cid-thkK8QCJPQ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-thkK8QCJPQ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-thkK8QCJPQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-thkK8QCJPQ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-thkK8QCJPQ .mbr-text {
  color: #767676;
}
.cid-thkK8QCJPQ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-thkK8QCJPQ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-thkIRSiv4b {
  background-image: url("../../../assets/images/home04-1-2000x1143.jpg");
}
.cid-thkIRSiv4b .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-thkIRSiv4b .media-container-column {
  background-color: #db802d;
}
@media (max-width: 767px) {
  .cid-thkIRSiv4b .media-container-column {
    padding: 1rem !important;
  }
}
.cid-thkIRT39VU {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-thkIRT39VU .mbr-section-subtitle {
  color: #767676;
}
.cid-thkIRT39VU .btn {
  margin: 0 0 .5rem 0;
}
.cid-thkIRT39VU H2 {
  color: #3e3e3e;
}
.cid-thkIRTDnSX {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/home04-2-2000x1143.jpg");
}
.cid-thkIRU9FOz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thkIRU9FOz .title {
  padding-bottom: 2.5rem;
}
.cid-thkIRU9FOz .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-thkIRU9FOz .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-thkIRU9FOz .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-thkIRU9FOz .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-thkIRU9FOz .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-thkIRU9FOz .iconfont-wrapper {
    display: none;
  }
}
.cid-thkIRU9FOz H5 {
  color: #3e3e3e;
}
.cid-thkIRUUkxp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-thkIRUUkxp .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thkIRUUkxp .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thkIRUUkxp .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thkIRUUkxp .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thkIRUUkxp .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thkIRUUkxp .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thkIRUUkxp .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-thkIRUUkxp .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thkIRUUkxp .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thkIRUUkxp .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-thkIRUUkxp .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thkIRUUkxp .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thkIRUUkxp .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thkIRUUkxp .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-thkMgYXBoQ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-thkMgYXBoQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-thkMgYXBoQ a {
  font-style: normal;
}
.cid-thkMgYXBoQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-thkMgYXBoQ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-thkMgYXBoQ .nav-item:focus,
.cid-thkMgYXBoQ .nav-link:focus {
  outline: none;
}
.cid-thkMgYXBoQ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-thkMgYXBoQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-thkMgYXBoQ .menu-logo {
  margin-right: auto;
}
.cid-thkMgYXBoQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thkMgYXBoQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-thkMgYXBoQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-thkMgYXBoQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-thkMgYXBoQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-thkMgYXBoQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-thkMgYXBoQ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-thkMgYXBoQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-thkMgYXBoQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-thkMgYXBoQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-thkMgYXBoQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-thkMgYXBoQ .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-thkMgYXBoQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-thkMgYXBoQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thkMgYXBoQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-thkMgYXBoQ .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-thkMgYXBoQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-thkMgYXBoQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-thkMgYXBoQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-thkMgYXBoQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-thkMgYXBoQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-thkMgYXBoQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-thkMgYXBoQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-thkMgYXBoQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-thkMgYXBoQ button.navbar-toggler:focus {
  outline: none;
}
.cid-thkMgYXBoQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-thkMgYXBoQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thkMgYXBoQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thkMgYXBoQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thkMgYXBoQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thkMgYXBoQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thkMgYXBoQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thkMgYXBoQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thkMgYXBoQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thkMgYXBoQ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thkMgYXBoQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-thkMgYXBoQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-thkMgYXBoQ .collapsed .navbar-collapse.collapsing,
.cid-thkMgYXBoQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-thkMgYXBoQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-thkMgYXBoQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-thkMgYXBoQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-thkMgYXBoQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-thkMgYXBoQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-thkMgYXBoQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-thkMgYXBoQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-thkMgYXBoQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-thkMgYXBoQ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-thkMgYXBoQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-thkMgYXBoQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-thkMgYXBoQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thkMgYXBoQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-thkMgYXBoQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-thkMgYXBoQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-thkMgYXBoQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-thkMgYXBoQ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thkMgYXBoQ img {
    height: 3.8rem !important;
  }
  .cid-thkMgYXBoQ .btn {
    display: -webkit-flex;
  }
  .cid-thkMgYXBoQ button.navbar-toggler {
    display: block;
  }
  .cid-thkMgYXBoQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-thkMgYXBoQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thkMgYXBoQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-thkMgYXBoQ .navbar-collapse.collapsing,
  .cid-thkMgYXBoQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-thkMgYXBoQ .navbar-collapse.collapsing .navbar-nav,
  .cid-thkMgYXBoQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-thkMgYXBoQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-thkMgYXBoQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-thkMgYXBoQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-thkMgYXBoQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-thkMgYXBoQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-thkMgYXBoQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-thkMgYXBoQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-thkMgYXBoQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-thkMgYXBoQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-thkMgYXBoQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-thkMgYXBoQ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-thkMgYXBoQ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-thkMgYXBoQ .nav-link:hover,
.cid-thkMgYXBoQ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-thkMgZUoHr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/rede-laminada-2000x1143.jpeg");
}
.cid-thkMgZUoHr P {
  color: #767676;
}
.cid-thkMgZUoHr H1 {
  color: #ffffff;
}
.cid-thkMgZUoHr .mbr-text,
.cid-thkMgZUoHr .mbr-section-btn {
  color: #cccccc;
}
.cid-thkMBvUPTL {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thkMBvUPTL .mbr-section-btn > * {
  margin: 0;
}
.cid-thkMBvUPTL h4 {
  font-weight: 500;
}
.cid-thkMBvUPTL p {
  color: #232323;
}
.cid-thkMBvUPTL .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-thkMBvUPTL .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-thkMBvUPTL .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-thkMBvUPTL .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-thkMBvUPTL .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-thkMBvUPTL .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-thkMBvUPTL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-thkMBvUPTL .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-thkMBvUPTL .card-img span {
    font-size: 40px !important;
  }
}
.cid-thkMBvUPTL .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-thkMh3fI0f {
  background-image: url("../../../assets/images/home04-1-2000x1143.jpg");
}
.cid-thkMh3fI0f .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-thkMh3fI0f .media-container-column {
  background-color: #db802d;
}
@media (max-width: 767px) {
  .cid-thkMh3fI0f .media-container-column {
    padding: 1rem !important;
  }
}
.cid-thkMh3Sptt {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-thkMh3Sptt .mbr-section-subtitle {
  color: #767676;
}
.cid-thkMh3Sptt .btn {
  margin: 0 0 .5rem 0;
}
.cid-thkMh3Sptt H2 {
  color: #3e3e3e;
}
.cid-thkMh4rW5X {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/home04-2-2000x1143.jpg");
}
.cid-thkMh55gj9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thkMh55gj9 .title {
  padding-bottom: 2.5rem;
}
.cid-thkMh55gj9 .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-thkMh55gj9 .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-thkMh55gj9 .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-thkMh55gj9 .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-thkMh55gj9 .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-thkMh55gj9 .iconfont-wrapper {
    display: none;
  }
}
.cid-thkMh55gj9 H5 {
  color: #3e3e3e;
}
.cid-thkMh5Sjmg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-thkMh5Sjmg .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thkMh5Sjmg .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thkMh5Sjmg .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thkMh5Sjmg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thkMh5Sjmg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thkMh5Sjmg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thkMh5Sjmg .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-thkMh5Sjmg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thkMh5Sjmg .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thkMh5Sjmg .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-thkMh5Sjmg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thkMh5Sjmg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thkMh5Sjmg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thkMh5Sjmg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-thkMVrARCY .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-thkMVrARCY .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-thkMVrARCY a {
  font-style: normal;
}
.cid-thkMVrARCY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-thkMVrARCY .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-thkMVrARCY .nav-item:focus,
.cid-thkMVrARCY .nav-link:focus {
  outline: none;
}
.cid-thkMVrARCY .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-thkMVrARCY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-thkMVrARCY .menu-logo {
  margin-right: auto;
}
.cid-thkMVrARCY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thkMVrARCY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-thkMVrARCY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-thkMVrARCY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-thkMVrARCY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-thkMVrARCY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-thkMVrARCY .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-thkMVrARCY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-thkMVrARCY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-thkMVrARCY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-thkMVrARCY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-thkMVrARCY .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-thkMVrARCY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-thkMVrARCY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thkMVrARCY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-thkMVrARCY .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-thkMVrARCY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-thkMVrARCY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-thkMVrARCY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-thkMVrARCY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-thkMVrARCY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-thkMVrARCY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-thkMVrARCY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-thkMVrARCY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-thkMVrARCY button.navbar-toggler:focus {
  outline: none;
}
.cid-thkMVrARCY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-thkMVrARCY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thkMVrARCY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thkMVrARCY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thkMVrARCY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thkMVrARCY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thkMVrARCY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thkMVrARCY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thkMVrARCY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thkMVrARCY .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thkMVrARCY .collapsed .btn {
  display: -webkit-flex;
}
.cid-thkMVrARCY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-thkMVrARCY .collapsed .navbar-collapse.collapsing,
.cid-thkMVrARCY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-thkMVrARCY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-thkMVrARCY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-thkMVrARCY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-thkMVrARCY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-thkMVrARCY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-thkMVrARCY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-thkMVrARCY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-thkMVrARCY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-thkMVrARCY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-thkMVrARCY .collapsed button.navbar-toggler {
  display: block;
}
.cid-thkMVrARCY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-thkMVrARCY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thkMVrARCY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-thkMVrARCY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-thkMVrARCY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-thkMVrARCY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-thkMVrARCY.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thkMVrARCY img {
    height: 3.8rem !important;
  }
  .cid-thkMVrARCY .btn {
    display: -webkit-flex;
  }
  .cid-thkMVrARCY button.navbar-toggler {
    display: block;
  }
  .cid-thkMVrARCY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-thkMVrARCY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thkMVrARCY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-thkMVrARCY .navbar-collapse.collapsing,
  .cid-thkMVrARCY .navbar-collapse.show {
    display: block !important;
  }
  .cid-thkMVrARCY .navbar-collapse.collapsing .navbar-nav,
  .cid-thkMVrARCY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-thkMVrARCY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-thkMVrARCY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-thkMVrARCY .navbar-collapse.collapsing .navbar-buttons,
  .cid-thkMVrARCY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-thkMVrARCY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-thkMVrARCY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-thkMVrARCY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-thkMVrARCY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-thkMVrARCY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-thkMVrARCY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-thkMVrARCY .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-thkMVrARCY .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-thkMVrARCY .nav-link:hover,
.cid-thkMVrARCY .dropdown-item:hover {
  color: #767676 !important;
}
.cid-thkMVstx2J {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mandibula-2000x1143.jpeg");
}
.cid-thkMVstx2J P {
  color: #767676;
}
.cid-thkMVstx2J H1 {
  color: #ffffff;
}
.cid-thkMVstx2J .mbr-text,
.cid-thkMVstx2J .mbr-section-btn {
  color: #cccccc;
}
.cid-thkMVt4g2u {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thkMVt4g2u .mbr-section-btn > * {
  margin: 0;
}
.cid-thkMVt4g2u h4 {
  font-weight: 500;
}
.cid-thkMVt4g2u p {
  color: #232323;
}
.cid-thkMVt4g2u .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-thkMVt4g2u .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-thkMVt4g2u .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-thkMVt4g2u .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-thkMVt4g2u .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-thkMVt4g2u .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-thkMVt4g2u .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-thkMVt4g2u .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-thkMVt4g2u .card-img span {
    font-size: 40px !important;
  }
}
.cid-thkMVt4g2u .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-thkMVtL7Be {
  background-image: url("../../../assets/images/home04-1-2000x1143.jpg");
}
.cid-thkMVtL7Be .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-thkMVtL7Be .media-container-column {
  background-color: #db802d;
}
@media (max-width: 767px) {
  .cid-thkMVtL7Be .media-container-column {
    padding: 1rem !important;
  }
}
.cid-thkMVuy0Q3 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-thkMVuy0Q3 .mbr-section-subtitle {
  color: #767676;
}
.cid-thkMVuy0Q3 .btn {
  margin: 0 0 .5rem 0;
}
.cid-thkMVuy0Q3 H2 {
  color: #3e3e3e;
}
.cid-thkMVvcmAA {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/home04-2-2000x1143.jpg");
}
.cid-thkMVvPRgw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thkMVvPRgw .title {
  padding-bottom: 2.5rem;
}
.cid-thkMVvPRgw .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-thkMVvPRgw .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-thkMVvPRgw .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-thkMVvPRgw .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-thkMVvPRgw .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-thkMVvPRgw .iconfont-wrapper {
    display: none;
  }
}
.cid-thkMVvPRgw H5 {
  color: #3e3e3e;
}
.cid-thkMVwDNGR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-thkMVwDNGR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thkMVwDNGR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thkMVwDNGR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thkMVwDNGR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thkMVwDNGR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thkMVwDNGR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thkMVwDNGR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-thkMVwDNGR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thkMVwDNGR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thkMVwDNGR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-thkMVwDNGR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thkMVwDNGR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thkMVwDNGR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thkMVwDNGR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-thkNkp8qaU .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-thkNkp8qaU .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-thkNkp8qaU a {
  font-style: normal;
}
.cid-thkNkp8qaU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-thkNkp8qaU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-thkNkp8qaU .nav-item:focus,
.cid-thkNkp8qaU .nav-link:focus {
  outline: none;
}
.cid-thkNkp8qaU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-thkNkp8qaU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-thkNkp8qaU .menu-logo {
  margin-right: auto;
}
.cid-thkNkp8qaU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thkNkp8qaU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-thkNkp8qaU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-thkNkp8qaU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-thkNkp8qaU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-thkNkp8qaU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-thkNkp8qaU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-thkNkp8qaU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-thkNkp8qaU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-thkNkp8qaU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-thkNkp8qaU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-thkNkp8qaU .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-thkNkp8qaU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-thkNkp8qaU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thkNkp8qaU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-thkNkp8qaU .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-thkNkp8qaU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-thkNkp8qaU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-thkNkp8qaU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-thkNkp8qaU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-thkNkp8qaU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-thkNkp8qaU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-thkNkp8qaU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-thkNkp8qaU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-thkNkp8qaU button.navbar-toggler:focus {
  outline: none;
}
.cid-thkNkp8qaU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-thkNkp8qaU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thkNkp8qaU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thkNkp8qaU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thkNkp8qaU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thkNkp8qaU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thkNkp8qaU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thkNkp8qaU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thkNkp8qaU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thkNkp8qaU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thkNkp8qaU .collapsed .btn {
  display: -webkit-flex;
}
.cid-thkNkp8qaU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-thkNkp8qaU .collapsed .navbar-collapse.collapsing,
.cid-thkNkp8qaU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-thkNkp8qaU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-thkNkp8qaU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-thkNkp8qaU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-thkNkp8qaU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-thkNkp8qaU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-thkNkp8qaU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-thkNkp8qaU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-thkNkp8qaU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-thkNkp8qaU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-thkNkp8qaU .collapsed button.navbar-toggler {
  display: block;
}
.cid-thkNkp8qaU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-thkNkp8qaU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thkNkp8qaU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-thkNkp8qaU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-thkNkp8qaU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-thkNkp8qaU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-thkNkp8qaU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thkNkp8qaU img {
    height: 3.8rem !important;
  }
  .cid-thkNkp8qaU .btn {
    display: -webkit-flex;
  }
  .cid-thkNkp8qaU button.navbar-toggler {
    display: block;
  }
  .cid-thkNkp8qaU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-thkNkp8qaU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thkNkp8qaU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-thkNkp8qaU .navbar-collapse.collapsing,
  .cid-thkNkp8qaU .navbar-collapse.show {
    display: block !important;
  }
  .cid-thkNkp8qaU .navbar-collapse.collapsing .navbar-nav,
  .cid-thkNkp8qaU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-thkNkp8qaU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-thkNkp8qaU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-thkNkp8qaU .navbar-collapse.collapsing .navbar-buttons,
  .cid-thkNkp8qaU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-thkNkp8qaU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-thkNkp8qaU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-thkNkp8qaU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-thkNkp8qaU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-thkNkp8qaU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-thkNkp8qaU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-thkNkp8qaU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-thkNkp8qaU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-thkNkp8qaU .nav-link:hover,
.cid-thkNkp8qaU .dropdown-item:hover {
  color: #767676 !important;
}
.cid-thkNkpRQ5I {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/cerca-2000x1143.jpeg");
}
.cid-thkNkpRQ5I P {
  color: #767676;
}
.cid-thkNkpRQ5I H1 {
  color: #ffffff;
}
.cid-thkNkpRQ5I .mbr-text,
.cid-thkNkpRQ5I .mbr-section-btn {
  color: #cccccc;
}
.cid-thkNkqq8mh {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thkNkqq8mh .mbr-section-btn > * {
  margin: 0;
}
.cid-thkNkqq8mh h4 {
  font-weight: 500;
}
.cid-thkNkqq8mh p {
  color: #232323;
}
.cid-thkNkqq8mh .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-thkNkqq8mh .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-thkNkqq8mh .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-thkNkqq8mh .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-thkNkqq8mh .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-thkNkqq8mh .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-thkNkqq8mh .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-thkNkqq8mh .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-thkNkqq8mh .card-img span {
    font-size: 40px !important;
  }
}
.cid-thkNkqq8mh .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-thkNkr6401 {
  background-image: url("../../../assets/images/home04-1-2000x1143.jpg");
}
.cid-thkNkr6401 .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-thkNkr6401 .media-container-column {
  background-color: #db802d;
}
@media (max-width: 767px) {
  .cid-thkNkr6401 .media-container-column {
    padding: 1rem !important;
  }
}
.cid-thkNkrKIsV {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-thkNkrKIsV .mbr-section-subtitle {
  color: #767676;
}
.cid-thkNkrKIsV .btn {
  margin: 0 0 .5rem 0;
}
.cid-thkNkrKIsV H2 {
  color: #3e3e3e;
}
.cid-thkNksf3AQ {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/home04-2-2000x1143.jpg");
}
.cid-thkNksOOoa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thkNksOOoa .title {
  padding-bottom: 2.5rem;
}
.cid-thkNksOOoa .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-thkNksOOoa .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-thkNksOOoa .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-thkNksOOoa .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-thkNksOOoa .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-thkNksOOoa .iconfont-wrapper {
    display: none;
  }
}
.cid-thkNksOOoa H5 {
  color: #3e3e3e;
}
.cid-thkNktvVFB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-thkNktvVFB .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thkNktvVFB .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thkNktvVFB .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thkNktvVFB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thkNktvVFB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thkNktvVFB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thkNktvVFB .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-thkNktvVFB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thkNktvVFB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thkNktvVFB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-thkNktvVFB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thkNktvVFB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thkNktvVFB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thkNktvVFB .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-thkNBPLf5d .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-thkNBPLf5d .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-thkNBPLf5d a {
  font-style: normal;
}
.cid-thkNBPLf5d .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-thkNBPLf5d .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-thkNBPLf5d .nav-item:focus,
.cid-thkNBPLf5d .nav-link:focus {
  outline: none;
}
.cid-thkNBPLf5d .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-thkNBPLf5d .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-thkNBPLf5d .menu-logo {
  margin-right: auto;
}
.cid-thkNBPLf5d .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thkNBPLf5d .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-thkNBPLf5d .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-thkNBPLf5d .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-thkNBPLf5d .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-thkNBPLf5d .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-thkNBPLf5d .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-thkNBPLf5d .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-thkNBPLf5d .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-thkNBPLf5d .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-thkNBPLf5d .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-thkNBPLf5d .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-thkNBPLf5d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-thkNBPLf5d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thkNBPLf5d .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-thkNBPLf5d .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-thkNBPLf5d .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-thkNBPLf5d .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-thkNBPLf5d .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-thkNBPLf5d .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-thkNBPLf5d .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-thkNBPLf5d .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-thkNBPLf5d .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-thkNBPLf5d button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-thkNBPLf5d button.navbar-toggler:focus {
  outline: none;
}
.cid-thkNBPLf5d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-thkNBPLf5d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thkNBPLf5d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thkNBPLf5d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thkNBPLf5d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thkNBPLf5d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thkNBPLf5d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thkNBPLf5d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thkNBPLf5d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thkNBPLf5d .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thkNBPLf5d .collapsed .btn {
  display: -webkit-flex;
}
.cid-thkNBPLf5d .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-thkNBPLf5d .collapsed .navbar-collapse.collapsing,
.cid-thkNBPLf5d .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-thkNBPLf5d .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-thkNBPLf5d .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-thkNBPLf5d .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-thkNBPLf5d .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-thkNBPLf5d .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-thkNBPLf5d .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-thkNBPLf5d .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-thkNBPLf5d .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-thkNBPLf5d .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-thkNBPLf5d .collapsed button.navbar-toggler {
  display: block;
}
.cid-thkNBPLf5d .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-thkNBPLf5d .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thkNBPLf5d .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-thkNBPLf5d .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-thkNBPLf5d .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-thkNBPLf5d .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-thkNBPLf5d.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thkNBPLf5d img {
    height: 3.8rem !important;
  }
  .cid-thkNBPLf5d .btn {
    display: -webkit-flex;
  }
  .cid-thkNBPLf5d button.navbar-toggler {
    display: block;
  }
  .cid-thkNBPLf5d .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-thkNBPLf5d .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thkNBPLf5d .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-thkNBPLf5d .navbar-collapse.collapsing,
  .cid-thkNBPLf5d .navbar-collapse.show {
    display: block !important;
  }
  .cid-thkNBPLf5d .navbar-collapse.collapsing .navbar-nav,
  .cid-thkNBPLf5d .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-thkNBPLf5d .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-thkNBPLf5d .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-thkNBPLf5d .navbar-collapse.collapsing .navbar-buttons,
  .cid-thkNBPLf5d .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-thkNBPLf5d .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-thkNBPLf5d .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-thkNBPLf5d .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-thkNBPLf5d .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-thkNBPLf5d .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-thkNBPLf5d .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-thkNBPLf5d .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-thkNBPLf5d .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-thkNBPLf5d .nav-link:hover,
.cid-thkNBPLf5d .dropdown-item:hover {
  color: #767676 !important;
}
.cid-thkNBQCCsz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/rufo-2000x1143.jpeg");
}
.cid-thkNBQCCsz P {
  color: #767676;
}
.cid-thkNBQCCsz H1 {
  color: #ffffff;
}
.cid-thkNBQCCsz .mbr-text,
.cid-thkNBQCCsz .mbr-section-btn {
  color: #cccccc;
}
.cid-thkNBRemtW {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thkNBRemtW .mbr-section-btn > * {
  margin: 0;
}
.cid-thkNBRemtW h4 {
  font-weight: 500;
}
.cid-thkNBRemtW p {
  color: #232323;
}
.cid-thkNBRemtW .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-thkNBRemtW .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-thkNBRemtW .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-thkNBRemtW .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-thkNBRemtW .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-thkNBRemtW .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-thkNBRemtW .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-thkNBRemtW .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-thkNBRemtW .card-img span {
    font-size: 40px !important;
  }
}
.cid-thkNBRemtW .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-thkNBRWJXw {
  background-image: url("../../../assets/images/home04-1-2000x1143.jpg");
}
.cid-thkNBRWJXw .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-thkNBRWJXw .media-container-column {
  background-color: #db802d;
}
@media (max-width: 767px) {
  .cid-thkNBRWJXw .media-container-column {
    padding: 1rem !important;
  }
}
.cid-thkNBSJjfE {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-thkNBSJjfE .mbr-section-subtitle {
  color: #767676;
}
.cid-thkNBSJjfE .btn {
  margin: 0 0 .5rem 0;
}
.cid-thkNBSJjfE H2 {
  color: #3e3e3e;
}
.cid-thkNBThHAQ {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/home04-2-2000x1143.jpg");
}
.cid-thkNBTQeLg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thkNBTQeLg .title {
  padding-bottom: 2.5rem;
}
.cid-thkNBTQeLg .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-thkNBTQeLg .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-thkNBTQeLg .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-thkNBTQeLg .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-thkNBTQeLg .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-thkNBTQeLg .iconfont-wrapper {
    display: none;
  }
}
.cid-thkNBTQeLg H5 {
  color: #3e3e3e;
}
.cid-thkNBUCNzK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-thkNBUCNzK .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thkNBUCNzK .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thkNBUCNzK .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thkNBUCNzK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thkNBUCNzK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thkNBUCNzK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thkNBUCNzK .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-thkNBUCNzK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thkNBUCNzK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thkNBUCNzK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-thkNBUCNzK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thkNBUCNzK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thkNBUCNzK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thkNBUCNzK .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-thkNY1uzMw .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-thkNY1uzMw .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-thkNY1uzMw a {
  font-style: normal;
}
.cid-thkNY1uzMw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-thkNY1uzMw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-thkNY1uzMw .nav-item:focus,
.cid-thkNY1uzMw .nav-link:focus {
  outline: none;
}
.cid-thkNY1uzMw .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-thkNY1uzMw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-thkNY1uzMw .menu-logo {
  margin-right: auto;
}
.cid-thkNY1uzMw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thkNY1uzMw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-thkNY1uzMw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-thkNY1uzMw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-thkNY1uzMw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-thkNY1uzMw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-thkNY1uzMw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-thkNY1uzMw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-thkNY1uzMw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-thkNY1uzMw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-thkNY1uzMw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-thkNY1uzMw .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-thkNY1uzMw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-thkNY1uzMw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thkNY1uzMw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-thkNY1uzMw .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-thkNY1uzMw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-thkNY1uzMw .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-thkNY1uzMw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-thkNY1uzMw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-thkNY1uzMw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-thkNY1uzMw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-thkNY1uzMw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-thkNY1uzMw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-thkNY1uzMw button.navbar-toggler:focus {
  outline: none;
}
.cid-thkNY1uzMw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-thkNY1uzMw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thkNY1uzMw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thkNY1uzMw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thkNY1uzMw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thkNY1uzMw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thkNY1uzMw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thkNY1uzMw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thkNY1uzMw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thkNY1uzMw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thkNY1uzMw .collapsed .btn {
  display: -webkit-flex;
}
.cid-thkNY1uzMw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-thkNY1uzMw .collapsed .navbar-collapse.collapsing,
.cid-thkNY1uzMw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-thkNY1uzMw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-thkNY1uzMw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-thkNY1uzMw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-thkNY1uzMw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-thkNY1uzMw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-thkNY1uzMw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-thkNY1uzMw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-thkNY1uzMw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-thkNY1uzMw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-thkNY1uzMw .collapsed button.navbar-toggler {
  display: block;
}
.cid-thkNY1uzMw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-thkNY1uzMw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thkNY1uzMw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-thkNY1uzMw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-thkNY1uzMw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-thkNY1uzMw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-thkNY1uzMw.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thkNY1uzMw img {
    height: 3.8rem !important;
  }
  .cid-thkNY1uzMw .btn {
    display: -webkit-flex;
  }
  .cid-thkNY1uzMw button.navbar-toggler {
    display: block;
  }
  .cid-thkNY1uzMw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-thkNY1uzMw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thkNY1uzMw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-thkNY1uzMw .navbar-collapse.collapsing,
  .cid-thkNY1uzMw .navbar-collapse.show {
    display: block !important;
  }
  .cid-thkNY1uzMw .navbar-collapse.collapsing .navbar-nav,
  .cid-thkNY1uzMw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-thkNY1uzMw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-thkNY1uzMw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-thkNY1uzMw .navbar-collapse.collapsing .navbar-buttons,
  .cid-thkNY1uzMw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-thkNY1uzMw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-thkNY1uzMw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-thkNY1uzMw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-thkNY1uzMw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-thkNY1uzMw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-thkNY1uzMw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-thkNY1uzMw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-thkNY1uzMw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-thkNY1uzMw .nav-link:hover,
.cid-thkNY1uzMw .dropdown-item:hover {
  color: #767676 !important;
}
.cid-thkNY2n72Q {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/sistema-cftv-2000x1143.jpeg");
}
.cid-thkNY2n72Q P {
  color: #767676;
}
.cid-thkNY2n72Q H1 {
  color: #ffffff;
}
.cid-thkNY2n72Q .mbr-text,
.cid-thkNY2n72Q .mbr-section-btn {
  color: #cccccc;
}
.cid-thkNY2YRFI {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thkNY2YRFI .mbr-section-btn > * {
  margin: 0;
}
.cid-thkNY2YRFI h4 {
  font-weight: 500;
}
.cid-thkNY2YRFI p {
  color: #232323;
}
.cid-thkNY2YRFI .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-thkNY2YRFI .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-thkNY2YRFI .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-thkNY2YRFI .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-thkNY2YRFI .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-thkNY2YRFI .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-thkNY2YRFI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-thkNY2YRFI .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-thkNY2YRFI .card-img span {
    font-size: 40px !important;
  }
}
.cid-thkNY2YRFI .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-thkNY3EIa6 {
  background-image: url("../../../assets/images/home04-1-2000x1143.jpg");
}
.cid-thkNY3EIa6 .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-thkNY3EIa6 .media-container-column {
  background-color: #db802d;
}
@media (max-width: 767px) {
  .cid-thkNY3EIa6 .media-container-column {
    padding: 1rem !important;
  }
}
.cid-thkNY4iCf9 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-thkNY4iCf9 .mbr-section-subtitle {
  color: #767676;
}
.cid-thkNY4iCf9 .btn {
  margin: 0 0 .5rem 0;
}
.cid-thkNY4iCf9 H2 {
  color: #3e3e3e;
}
.cid-thkNY4SYsB {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/home04-2-2000x1143.jpg");
}
.cid-thkNY5pHG9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thkNY5pHG9 .title {
  padding-bottom: 2.5rem;
}
.cid-thkNY5pHG9 .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-thkNY5pHG9 .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-thkNY5pHG9 .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-thkNY5pHG9 .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-thkNY5pHG9 .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-thkNY5pHG9 .iconfont-wrapper {
    display: none;
  }
}
.cid-thkNY5pHG9 H5 {
  color: #3e3e3e;
}
.cid-thkNY6cY0y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-thkNY6cY0y .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thkNY6cY0y .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thkNY6cY0y .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thkNY6cY0y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thkNY6cY0y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thkNY6cY0y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thkNY6cY0y .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-thkNY6cY0y .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thkNY6cY0y .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thkNY6cY0y .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-thkNY6cY0y .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thkNY6cY0y .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thkNY6cY0y .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thkNY6cY0y .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-thkOqFutqN .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-thkOqFutqN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-thkOqFutqN a {
  font-style: normal;
}
.cid-thkOqFutqN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-thkOqFutqN .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-thkOqFutqN .nav-item:focus,
.cid-thkOqFutqN .nav-link:focus {
  outline: none;
}
.cid-thkOqFutqN .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-thkOqFutqN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-thkOqFutqN .menu-logo {
  margin-right: auto;
}
.cid-thkOqFutqN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thkOqFutqN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-thkOqFutqN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-thkOqFutqN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-thkOqFutqN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-thkOqFutqN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-thkOqFutqN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-thkOqFutqN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-thkOqFutqN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-thkOqFutqN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-thkOqFutqN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-thkOqFutqN .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-thkOqFutqN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-thkOqFutqN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thkOqFutqN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-thkOqFutqN .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-thkOqFutqN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-thkOqFutqN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-thkOqFutqN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-thkOqFutqN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-thkOqFutqN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-thkOqFutqN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-thkOqFutqN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-thkOqFutqN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-thkOqFutqN button.navbar-toggler:focus {
  outline: none;
}
.cid-thkOqFutqN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-thkOqFutqN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thkOqFutqN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thkOqFutqN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thkOqFutqN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thkOqFutqN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thkOqFutqN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thkOqFutqN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thkOqFutqN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thkOqFutqN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thkOqFutqN .collapsed .btn {
  display: -webkit-flex;
}
.cid-thkOqFutqN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-thkOqFutqN .collapsed .navbar-collapse.collapsing,
.cid-thkOqFutqN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-thkOqFutqN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-thkOqFutqN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-thkOqFutqN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-thkOqFutqN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-thkOqFutqN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-thkOqFutqN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-thkOqFutqN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-thkOqFutqN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-thkOqFutqN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-thkOqFutqN .collapsed button.navbar-toggler {
  display: block;
}
.cid-thkOqFutqN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-thkOqFutqN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thkOqFutqN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-thkOqFutqN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-thkOqFutqN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-thkOqFutqN .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-thkOqFutqN.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thkOqFutqN img {
    height: 3.8rem !important;
  }
  .cid-thkOqFutqN .btn {
    display: -webkit-flex;
  }
  .cid-thkOqFutqN button.navbar-toggler {
    display: block;
  }
  .cid-thkOqFutqN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-thkOqFutqN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thkOqFutqN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-thkOqFutqN .navbar-collapse.collapsing,
  .cid-thkOqFutqN .navbar-collapse.show {
    display: block !important;
  }
  .cid-thkOqFutqN .navbar-collapse.collapsing .navbar-nav,
  .cid-thkOqFutqN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-thkOqFutqN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-thkOqFutqN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-thkOqFutqN .navbar-collapse.collapsing .navbar-buttons,
  .cid-thkOqFutqN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-thkOqFutqN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-thkOqFutqN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-thkOqFutqN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-thkOqFutqN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-thkOqFutqN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-thkOqFutqN .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-thkOqFutqN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-thkOqFutqN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-thkOqFutqN .nav-link:hover,
.cid-thkOqFutqN .dropdown-item:hover {
  color: #767676 !important;
}
.cid-thkOqGn0ox {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/protetor-2000x1143.jpeg");
}
.cid-thkOqGn0ox P {
  color: #767676;
}
.cid-thkOqGn0ox H1 {
  color: #ffffff;
}
.cid-thkOqGn0ox .mbr-text,
.cid-thkOqGn0ox .mbr-section-btn {
  color: #cccccc;
}
.cid-thkOqH2RTa {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thkOqH2RTa .mbr-section-btn > * {
  margin: 0;
}
.cid-thkOqH2RTa h4 {
  font-weight: 500;
}
.cid-thkOqH2RTa p {
  color: #232323;
}
.cid-thkOqH2RTa .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-thkOqH2RTa .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-thkOqH2RTa .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-thkOqH2RTa .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-thkOqH2RTa .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-thkOqH2RTa .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-thkOqH2RTa .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-thkOqH2RTa .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-thkOqH2RTa .card-img span {
    font-size: 40px !important;
  }
}
.cid-thkOqH2RTa .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-thkOqHOBpJ {
  background-image: url("../../../assets/images/home04-1-2000x1143.jpg");
}
.cid-thkOqHOBpJ .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-thkOqHOBpJ .media-container-column {
  background-color: #db802d;
}
@media (max-width: 767px) {
  .cid-thkOqHOBpJ .media-container-column {
    padding: 1rem !important;
  }
}
.cid-thkOqIx5zU {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-thkOqIx5zU .mbr-section-subtitle {
  color: #767676;
}
.cid-thkOqIx5zU .btn {
  margin: 0 0 .5rem 0;
}
.cid-thkOqIx5zU H2 {
  color: #3e3e3e;
}
.cid-thkOqJ6nYt {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/home04-2-2000x1143.jpg");
}
.cid-thkOqJHZsZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thkOqJHZsZ .title {
  padding-bottom: 2.5rem;
}
.cid-thkOqJHZsZ .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-thkOqJHZsZ .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-thkOqJHZsZ .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-thkOqJHZsZ .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-thkOqJHZsZ .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-thkOqJHZsZ .iconfont-wrapper {
    display: none;
  }
}
.cid-thkOqJHZsZ H5 {
  color: #3e3e3e;
}
.cid-thkOqKvCgx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-thkOqKvCgx .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thkOqKvCgx .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thkOqKvCgx .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thkOqKvCgx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thkOqKvCgx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thkOqKvCgx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thkOqKvCgx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-thkOqKvCgx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thkOqKvCgx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thkOqKvCgx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-thkOqKvCgx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thkOqKvCgx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thkOqKvCgx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thkOqKvCgx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-thkP9PWiIf .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-thkP9PWiIf .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-thkP9PWiIf a {
  font-style: normal;
}
.cid-thkP9PWiIf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-thkP9PWiIf .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-thkP9PWiIf .nav-item:focus,
.cid-thkP9PWiIf .nav-link:focus {
  outline: none;
}
.cid-thkP9PWiIf .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-thkP9PWiIf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-thkP9PWiIf .menu-logo {
  margin-right: auto;
}
.cid-thkP9PWiIf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thkP9PWiIf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-thkP9PWiIf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-thkP9PWiIf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-thkP9PWiIf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-thkP9PWiIf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-thkP9PWiIf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-thkP9PWiIf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-thkP9PWiIf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-thkP9PWiIf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-thkP9PWiIf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-thkP9PWiIf .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-thkP9PWiIf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-thkP9PWiIf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thkP9PWiIf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-thkP9PWiIf .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-thkP9PWiIf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-thkP9PWiIf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-thkP9PWiIf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-thkP9PWiIf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-thkP9PWiIf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-thkP9PWiIf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-thkP9PWiIf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-thkP9PWiIf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-thkP9PWiIf button.navbar-toggler:focus {
  outline: none;
}
.cid-thkP9PWiIf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-thkP9PWiIf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thkP9PWiIf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thkP9PWiIf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thkP9PWiIf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thkP9PWiIf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thkP9PWiIf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thkP9PWiIf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thkP9PWiIf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thkP9PWiIf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thkP9PWiIf .collapsed .btn {
  display: -webkit-flex;
}
.cid-thkP9PWiIf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-thkP9PWiIf .collapsed .navbar-collapse.collapsing,
.cid-thkP9PWiIf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-thkP9PWiIf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-thkP9PWiIf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-thkP9PWiIf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-thkP9PWiIf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-thkP9PWiIf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-thkP9PWiIf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-thkP9PWiIf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-thkP9PWiIf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-thkP9PWiIf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-thkP9PWiIf .collapsed button.navbar-toggler {
  display: block;
}
.cid-thkP9PWiIf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-thkP9PWiIf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thkP9PWiIf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-thkP9PWiIf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-thkP9PWiIf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-thkP9PWiIf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-thkP9PWiIf.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thkP9PWiIf img {
    height: 3.8rem !important;
  }
  .cid-thkP9PWiIf .btn {
    display: -webkit-flex;
  }
  .cid-thkP9PWiIf button.navbar-toggler {
    display: block;
  }
  .cid-thkP9PWiIf .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-thkP9PWiIf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thkP9PWiIf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-thkP9PWiIf .navbar-collapse.collapsing,
  .cid-thkP9PWiIf .navbar-collapse.show {
    display: block !important;
  }
  .cid-thkP9PWiIf .navbar-collapse.collapsing .navbar-nav,
  .cid-thkP9PWiIf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-thkP9PWiIf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-thkP9PWiIf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-thkP9PWiIf .navbar-collapse.collapsing .navbar-buttons,
  .cid-thkP9PWiIf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-thkP9PWiIf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-thkP9PWiIf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-thkP9PWiIf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-thkP9PWiIf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-thkP9PWiIf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-thkP9PWiIf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-thkP9PWiIf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-thkP9PWiIf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-thkP9PWiIf .nav-link:hover,
.cid-thkP9PWiIf .dropdown-item:hover {
  color: #767676 !important;
}
.cid-thkP9QExLQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-sobre-2000x1143.jpg");
}
.cid-thkP9QExLQ P {
  color: #767676;
}
.cid-thkP9QExLQ H1 {
  color: #ffffff;
}
.cid-thkP9QExLQ .mbr-text,
.cid-thkP9QExLQ .mbr-section-btn {
  color: #cccccc;
}
.cid-thkP9TVmPH {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-thkP9TVmPH .title {
  padding-bottom: 2.5rem;
}
.cid-thkP9TVmPH .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-thkP9TVmPH .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-thkP9TVmPH .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-thkP9TVmPH .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-thkP9TVmPH .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-thkP9TVmPH .iconfont-wrapper {
    display: none;
  }
}
.cid-thkP9TVmPH H5 {
  color: #3e3e3e;
}
.cid-thkP9UEmaJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
.cid-thkP9UEmaJ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thkP9UEmaJ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thkP9UEmaJ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thkP9UEmaJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thkP9UEmaJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thkP9UEmaJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thkP9UEmaJ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-thkP9UEmaJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thkP9UEmaJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thkP9UEmaJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-thkP9UEmaJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thkP9UEmaJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thkP9UEmaJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thkP9UEmaJ .media-container-row .row-copirayt p {
  width: 100%;
}
