body { font-family: Jost; } .display-1 { font-family: 'Poppins', sans-serif; font-size: 2.8rem; line-height: 1.1; } .display-1 > .mbr-iconfont { font-size: 3.5rem; } .display-2 { font-family: 'Poppins', sans-serif; font-size: 2.2rem; line-height: 1.1; } .display-2 > .mbr-iconfont { font-size: 2.75rem; } .display-4 { font-family: 'Open Sans', sans-serif; font-size: 1.3rem; line-height: 1.5; } .display-4 > .mbr-iconfont { font-size: 1.625rem; } .display-5 { font-family: 'Open Sans', sans-serif; font-size: 1.6rem; line-height: 1.5; } .display-5 > .mbr-iconfont { font-size: 2rem; } .display-7 { font-family: 'Open Sans', sans-serif; font-size: 1.3rem; line-height: 1.5; } .display-7 > .mbr-iconfont { font-size: 1.625rem; } /* ---- Fluid typography for mobile devices ---- */ /* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */ /* 100vw - current viewport width */ /* (48 - 20) 48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */ /* 0.65 - min scale variable, may vary */ @media (max-width: 992px) { .display-1 { font-size: 2.24rem; } } @media (max-width: 768px) { .display-1 { font-size: 1.96rem; font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))); line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)))); } .display-2 { font-size: 1.76rem; font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))); line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)))); } .display-4 { font-size: 1.04rem; font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))); line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)))); } .display-5 { font-size: 1.28rem; font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))); line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)))); } .display-7 { font-size: 1.04rem; font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))); line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)))); } } /* Buttons */ .btn { padding: 0.6rem 1.2rem; border-radius: 4px; } .btn-sm { padding: 0.6rem 1.2rem; border-radius: 4px; } .btn-md { padding: 0.6rem 1.2rem; border-radius: 4px; } .btn-lg { padding: 1rem 2.6rem; border-radius: 4px; } .bg-primary { background-color: #ffffff !important; } .bg-success { background-color: #ffffff !important; } .bg-info { background-color: #47b5ed !important; } .bg-warning { background-color: #ffe161 !important; } .bg-danger { background-color: #ff9966 !important; } .btn-primary, .btn-primary:active { background-color: #ffffff !important; border-color: #ffffff !important; color: #808080 !important; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary.active { color: #545454 !important; background-color: #d4d4d4 !important; border-color: #d4d4d4 !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); } .btn-primary.disabled, .btn-primary:disabled { color: #808080 !important; background-color: #d4d4d4 !important; border-color: #d4d4d4 !important; } .btn-secondary, .btn-secondary:active { background-color: #ffffff !important; border-color: #ffffff !important; color: #808080 !important; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); } .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary.active { color: #545454 !important; background-color: #d4d4d4 !important; border-color: #d4d4d4 !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); } .btn-secondary.disabled, .btn-secondary:disabled { color: #808080 !important; background-color: #d4d4d4 !important; border-color: #d4d4d4 !important; } .btn-info, .btn-info:active { background-color: #47b5ed !important; border-color: #47b5ed !important; color: #ffffff !important; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); } .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info.active { color: #ffffff !important; background-color: #148cca !important; border-color: #148cca !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); } .btn-info.disabled, .btn-info:disabled { color: #ffffff !important; background-color: #148cca !important; border-color: #148cca !important; } .btn-success, .btn-success:active { background-color: #ffffff !important; border-color: #ffffff !important; color: #808080 !important; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); } .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success.active { color: #545454 !important; background-color: #d4d4d4 !important; border-color: #d4d4d4 !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); } .btn-success.disabled, .btn-success:disabled { color: #808080 !important; background-color: #d4d4d4 !important; border-color: #d4d4d4 !important; } .btn-warning, .btn-warning:active { background-color: #ffe161 !important; border-color: #ffe161 !important; color: #614f00 !important; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); } .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning.active { color: #0a0800 !important; background-color: #ffd10a !important; border-color: #ffd10a !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); } .btn-warning.disabled, .btn-warning:disabled { color: #614f00 !important; background-color: #ffd10a !important; border-color: #ffd10a !important; } .btn-danger, .btn-danger:active { background-color: #ff9966 !important; border-color: #ff9966 !important; color: #ffffff !important; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); } .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger.active { color: #ffffff !important; background-color: #ff5f0f !important; border-color: #ff5f0f !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); } .btn-danger.disabled, .btn-danger:disabled { color: #ffffff !important; background-color: #ff5f0f !important; border-color: #ff5f0f !important; } .btn-white, .btn-white:active { background-color: #fafafa !important; border-color: #fafafa !important; color: #7a7a7a !important; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); } .btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white.active { color: #4f4f4f !important; background-color: #cfcfcf !important; border-color: #cfcfcf !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); } .btn-white.disabled, .btn-white:disabled { color: #7a7a7a !important; background-color: #cfcfcf !important; border-color: #cfcfcf !important; } .btn-black, .btn-black:active { background-color: #232323 !important; border-color: #232323 !important; color: #ffffff !important; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); } .btn-black:hover, .btn-black:focus, .btn-black.focus, .btn-black.active { color: #ffffff !important; background-color: #000000 !important; border-color: #000000 !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); } .btn-black.disabled, .btn-black:disabled { color: #ffffff !important; background-color: #000000 !important; border-color: #000000 !important; } .btn-primary-outline, .btn-primary-outline:active { background-color: transparent !important; border-color: transparent; color: #ffffff; } .btn-primary-outline:hover, .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline.active { color: #d4d4d4 !important; background-color: transparent!important; border-color: transparent!important; box-shadow: none!important; } .btn-primary-outline.disabled, .btn-primary-outline:disabled { color: #808080 !important; background-color: #ffffff !important; border-color: #ffffff !important; } .btn-secondary-outline, .btn-secondary-outline:active { background-color: transparent !important; border-color: transparent; color: #ffffff; } .btn-secondary-outline:hover, .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline.active { color: #d4d4d4 !important; background-color: transparent!important; border-color: transparent!important; box-shadow: none!important; } .btn-secondary-outline.disabled, .btn-secondary-outline:disabled { color: #808080 !important; background-color: #ffffff !important; border-color: #ffffff !important; } .btn-info-outline, .btn-info-outline:active { background-color: transparent !important; border-color: transparent; color: #47b5ed; } .btn-info-outline:hover, .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline.active { color: #148cca !important; background-color: transparent!important; border-color: transparent!important; box-shadow: none!important; } .btn-info-outline.disabled, .btn-info-outline:disabled { color: #ffffff !important; background-color: #47b5ed !important; border-color: #47b5ed !important; } .btn-success-outline, .btn-success-outline:active { background-color: transparent !important; border-color: transparent; color: #ffffff; } .btn-success-outline:hover, .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline.active { color: #d4d4d4 !important; background-color: transparent!important; border-color: transparent!important; box-shadow: none!important; } .btn-success-outline.disabled, .btn-success-outline:disabled { color: #808080 !important; background-color: #ffffff !important; border-color: #ffffff !important; } .btn-warning-outline, .btn-warning-outline:active { background-color: transparent !important; border-color: transparent; color: #ffe161; } .btn-warning-outline:hover, .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline.active { color: #ffd10a !important; background-color: transparent!important; border-color: transparent!important; box-shadow: none!important; } .btn-warning-outline.disabled, .btn-warning-outline:disabled { color: #614f00 !important; background-color: #ffe161 !important; border-color: #ffe161 !important; } .btn-danger-outline, .btn-danger-outline:active { background-color: transparent !important; border-color: transparent; color: #ff9966; } .btn-danger-outline:hover, .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline.active { color: #ff5f0f !important; background-color: transparent!important; border-color: transparent!important; box-shadow: none!important; } .btn-danger-outline.disabled, .btn-danger-outline:disabled { color: #ffffff !important; background-color: #ff9966 !important; border-color: #ff9966 !important; } .btn-black-outline, .btn-black-outline:active { background-color: transparent !important; border-color: transparent; color: #232323; } .btn-black-outline:hover, .btn-black-outline:focus, .btn-black-outline.focus, .btn-black-outline.active { color: #000000 !important; background-color: transparent!important; border-color: transparent!important; box-shadow: none!important; } .btn-black-outline.disabled, .btn-black-outline:disabled { color: #ffffff !important; background-color: #232323 !important; border-color: #232323 !important; } .btn-white-outline, .btn-white-outline:active { background-color: transparent !important; border-color: transparent; color: #fafafa; } .btn-white-outline:hover, .btn-white-outline:focus, .btn-white-outline.focus, .btn-white-outline.active { color: #cfcfcf !important; background-color: transparent!important; border-color: transparent!important; box-shadow: none!important; } .btn-white-outline.disabled, .btn-white-outline:disabled { color: #7a7a7a !important; background-color: #fafafa !important; border-color: #fafafa !important; } .text-primary { color: #ffffff !important; } .text-secondary { color: #ffffff !important; } .text-success { color: #ffffff !important; } .text-info { color: #47b5ed !important; } .text-warning { color: #ffe161 !important; } .text-danger { color: #ff9966 !important; } .text-white { color: #fafafa !important; } .text-black { color: #232323 !important; } a.text-primary:hover, a.text-primary:focus, a.text-primary.active { color: #cccccc !important; } a.text-secondary:hover, a.text-secondary:focus, a.text-secondary.active { color: #cccccc !important; } a.text-success:hover, a.text-success:focus, a.text-success.active { color: #cccccc !important; } a.text-info:hover, a.text-info:focus, a.text-info.active { color: #1283bc !important; } a.text-warning:hover, a.text-warning:focus, a.text-warning.active { color: #facb00 !important; } a.text-danger:hover, a.text-danger:focus, a.text-danger.active { color: #ff5500 !important; } a.text-white:hover, a.text-white:focus, a.text-white.active { color: #c7c7c7 !important; } a.text-black:hover, a.text-black:focus, a.text-black.active { color: #000000 !important; } a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) { position: relative; background-image: transparent; background-size: 10000px 2px; background-repeat: no-repeat; background-position: 0px 1.2em; background-position: -10000px 1.2em; } a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover { transition: background-position 2s ease-in-out; background-image: linear-gradient(currentColor 50%, currentColor 50%); background-position: 0px 1.2em; } .nav-tabs .nav-link.active { color: #ffffff; } .nav-tabs .nav-link:not(.active) { color: #232323; } .alert-success { background-color: #70c770; } .alert-info { background-color: #47b5ed; } .alert-warning { background-color: #ffe161; } .alert-danger { background-color: #ff9966; } .mbr-section-btn a.btn:not(.btn-form) { border-radius: 100px; } .mbr-gallery-filter li a { border-radius: 100px !important; } .mbr-gallery-filter li.active .btn { background-color: #ffffff; border-color: #ffffff; color: #8c8c8c; } .mbr-gallery-filter li.active .btn:focus { box-shadow: none; } .nav-tabs .nav-link { border-radius: 100px !important; } a, a:hover { color: #ffffff; } .mbr-plan-header.bg-primary .mbr-plan-subtitle, .mbr-plan-header.bg-primary .mbr-plan-price-desc { color: #ffffff; } .mbr-plan-header.bg-success .mbr-plan-subtitle, .mbr-plan-header.bg-success .mbr-plan-price-desc { color: #ffffff; } .mbr-plan-header.bg-info .mbr-plan-subtitle, .mbr-plan-header.bg-info .mbr-plan-price-desc { color: #ffffff; } .mbr-plan-header.bg-warning .mbr-plan-subtitle, .mbr-plan-header.bg-warning .mbr-plan-price-desc { color: #ffffff; } .mbr-plan-header.bg-danger .mbr-plan-subtitle, .mbr-plan-header.bg-danger .mbr-plan-price-desc { color: #ffffff; } /* Scroll to top button*/ .scrollToTop_wraper { display: none; } .form-control { font-family: 'Open Sans', sans-serif; font-size: 1.3rem; line-height: 1.5; font-weight: 400; } .form-control > .mbr-iconfont { font-size: 1.625rem; } .form-control:hover, .form-control:focus { box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px; border-color: #ffffff !important; } .form-control:-webkit-input-placeholder { font-family: 'Open Sans', sans-serif; font-size: 1.3rem; line-height: 1.5; font-weight: 400; } .form-control:-webkit-input-placeholder > .mbr-iconfont { font-size: 1.625rem; } blockquote { border-color: #ffffff; } /* Forms */ .mbr-form .input-group-btn a.btn { border-radius: 100px !important; } .mbr-form .input-group-btn a.btn:hover { box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2); } .mbr-form .input-group-btn button[type="submit"] { border-radius: 100px !important; padding: 1rem 3rem; } .mbr-form .input-group-btn button[type="submit"]:hover { box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2); } .jq-selectbox li:hover, .jq-selectbox li.selected { background-color: #ffffff; color: #000000; } .jq-number__spin { transition: 0.25s ease; } .jq-number__spin:hover { border-color: #ffffff; } .jq-selectbox .jq-selectbox__trigger-arrow, .jq-number__spin.minus:after, .jq-number__spin.plus:after { transition: 0.4s; border-top-color: #353535; border-bottom-color: #353535; } .jq-selectbox:hover .jq-selectbox__trigger-arrow, .jq-number__spin.minus:hover:after, .jq-number__spin.plus:hover:after { border-top-color: #ffffff; border-bottom-color: #ffffff; } .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current { color: #000000 !important; background-color: #ffffff !important; box-shadow: none !important; } .xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover { color: #000000 !important; background: #ffffff !important; box-shadow: none !important; } .lazy-bg { background-image: none !important; } .lazy-placeholder:not(section), .lazy-none { display: block; position: relative; padding-bottom: 56.25%; width: 100%; height: auto; } iframe.lazy-placeholder, .lazy-placeholder:after { content: ''; position: absolute; width: 200px; height: 200px; background: transparent no-repeat center; background-size: contain; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); } section.lazy-placeholder:after { opacity: 0.5; } body { overflow-x: hidden; } a { transition: color 0.6s; } .cid-tADc1ENzLD .navbar-dropdown { position: relative !important; } .cid-tADc1ENzLD .dropdown-item:before { font-family: Moririse2 !important; content: "\e966"; display: inline-block; width: 0; position: absolute; left: 1rem; top: 0.5rem; margin-right: 0.5rem; line-height: 1; font-size: inherit; vertical-align: middle; text-align: center; overflow: hidden; transform: scale(0, 1); transition: all 0.25s ease-in-out; } .cid-tADc1ENzLD .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-tADc1ENzLD .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-tADc1ENzLD .dropdown-item:hover, .cid-tADc1ENzLD .dropdown-item:focus { background: #ffffff !important; color: white !important; } .cid-tADc1ENzLD .dropdown-item:hover span { color: white; } .cid-tADc1ENzLD .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-tADc1ENzLD .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-tADc1ENzLD .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-tADc1ENzLD .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-tADc1ENzLD .nav-link { position: relative; } .cid-tADc1ENzLD .container { display: flex; margin: auto; flex-wrap: nowrap; } @media (max-width: 991px) { .cid-tADc1ENzLD .container { flex-wrap: wrap; } } .cid-tADc1ENzLD .container-fluid { flex-wrap: nowrap; } @media (max-width: 991px) { .cid-tADc1ENzLD .container-fluid { flex-wrap: wrap; } } .cid-tADc1ENzLD .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-tADc1ENzLD .dropdown-menu, .cid-tADc1ENzLD .navbar.opened { background: #dcffd0 !important; } .cid-tADc1ENzLD .nav-item:focus, .cid-tADc1ENzLD .nav-link:focus { outline: none; } .cid-tADc1ENzLD .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-tADc1ENzLD .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-tADc1ENzLD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-tADc1ENzLD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-tADc1ENzLD .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-tADc1ENzLD .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-tADc1ENzLD .navbar { min-height: 70px; transition: all 0.3s; border-bottom: 1px solid transparent; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); background: #dcffd0; } .cid-tADc1ENzLD .navbar.opened { transition: all 0.3s; } .cid-tADc1ENzLD .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-tADc1ENzLD .navbar .navbar-logo img { width: auto; } .cid-tADc1ENzLD .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-tADc1ENzLD .navbar.collapsed { justify-content: center; } .cid-tADc1ENzLD .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-tADc1ENzLD .navbar.collapsed.opened .dropdown-menu { top: 0; } .cid-tADc1ENzLD .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-tADc1ENzLD .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-tADc1ENzLD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 41%; } .cid-tADc1ENzLD .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-tADc1ENzLD .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-tADc1ENzLD .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-tADc1ENzLD .navbar .nav-item .nav-link::before { display: none; } .cid-tADc1ENzLD .navbar.opened .dropdown-menu { top: 0; } .cid-tADc1ENzLD .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-tADc1ENzLD .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-tADc1ENzLD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 40%; } .cid-tADc1ENzLD .navbar .navbar-logo img { height: 3rem !important; } .cid-tADc1ENzLD .navbar ul.navbar-nav li { margin: auto; } .cid-tADc1ENzLD .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-tADc1ENzLD .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-tADc1ENzLD .navbar .navbar-toggler { flex-basis: auto; } .cid-tADc1ENzLD .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } @media (max-width: 991px) and (max-width: 767px) { .cid-tADc1ENzLD .navbar .navbar-brand { width: calc(100% - 31px); } } .cid-tADc1ENzLD .navbar.navbar-short { min-height: 60px; } .cid-tADc1ENzLD .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-tADc1ENzLD .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-tADc1ENzLD .navbar-brand { min-height: 70px; flex-shrink: 0; align-items: center; margin-right: 0; padding: 10px 0; transition: all 0.3s; word-break: break-word; z-index: 1; } .cid-tADc1ENzLD .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-tADc1ENzLD .navbar-brand .navbar-logo a { outline: none; } .cid-tADc1ENzLD .dropdown-item.active, .cid-tADc1ENzLD .dropdown-item:active { background-color: transparent; } .cid-tADc1ENzLD .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-tADc1ENzLD .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-tADc1ENzLD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-tADc1ENzLD .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #dcffd0; } .cid-tADc1ENzLD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-tADc1ENzLD .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-tADc1ENzLD ul.navbar-nav { flex-wrap: wrap; } .cid-tADc1ENzLD .navbar-buttons { text-align: center; min-width: 170px; } .cid-tADc1ENzLD button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-tADc1ENzLD button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #ffffff; } .cid-tADc1ENzLD button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-tADc1ENzLD button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-tADc1ENzLD button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-tADc1ENzLD button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-tADc1ENzLD nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-tADc1ENzLD nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-tADc1ENzLD nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-tADc1ENzLD nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-tADc1ENzLD .navbar-dropdown { padding: 0 1rem; } .cid-tADc1ENzLD a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-tADc1ENzLD .icons-menu { flex-wrap: nowrap; display: flex; justify-content: center; padding-left: 1rem; padding-right: 1rem; padding-top: 0.3rem; text-align: center; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .cid-tADc1ENzLD .navbar { height: 70px; } .cid-tADc1ENzLD .navbar.opened { height: auto; } .cid-tADc1ENzLD .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-uAOPdoFF2b { padding-top: 2rem; padding-bottom: 3rem; background-color: #009a5b; } .cid-uAOPdoFF2b .mbr-fallback-image.disabled { display: none; } .cid-uAOPdoFF2b .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } @media (max-width: 991px) { .cid-uAOPdoFF2b .image-wrapper { margin-bottom: 2rem; } } .cid-uAOPdoFF2b .image-wrapper img { width: 100%; object-fit: cover; } @media (min-width: 992px) { .cid-uAOPdoFF2b .text-wrapper { padding: 0 2rem; } } @media (max-width: 768px) { .cid-uAOPdoFF2b .text-wrapper { margin-bottom: 2rem; } } .cid-uAOPdoFF2b .mbr-text, .cid-uAOPdoFF2b .mbr-section-btn { color: #ffffff; } .cid-uAOPdoFF2b .mbr-section-title { color: #eeeeee; } .cid-uAOADz3g7O { padding-top: 2rem; padding-bottom: 0rem; background-color: #dcffd0; } .cid-uAOADz3g7O .mbr-fallback-image.disabled { display: none; } .cid-uAOADz3g7O .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uAOADz3g7O .mbr-section-title { color: #232323; } .cid-tCwMvuVsQ8 { padding-top: 2rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-tCwMvuVsQ8 img, .cid-tCwMvuVsQ8 .item-img { width: 100%; } .cid-tCwMvuVsQ8 .item:focus, .cid-tCwMvuVsQ8 span:focus { outline: none; } .cid-tCwMvuVsQ8 .item { cursor: pointer; margin-bottom: 2rem; } .cid-tCwMvuVsQ8 .item-wrapper { position: relative; border-radius: 4px; background: #fafafa; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-tCwMvuVsQ8 .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-tCwMvuVsQ8 .item-wrapper .item-content { padding: 1rem; } } .cid-tCwMvuVsQ8 .mbr-section-btn { margin-top: auto !important; } .cid-tCwMvuVsQ8 .mbr-section-title { color: #232323; } .cid-tCwMvuVsQ8 .mbr-text, .cid-tCwMvuVsQ8 .mbr-section-btn { text-align: center; } .cid-tCwMvuVsQ8 .item-title { text-align: center; } .cid-tCwMvuVsQ8 .item-subtitle { text-align: center; } .cid-tAFPGKyBRc { padding-top: 2rem; padding-bottom: 1rem; background-color: #009a5b; } .cid-tAFPGKyBRc .mbr-fallback-image.disabled { display: none; } .cid-tAFPGKyBRc .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-tAFPGKyBRc .mbr-section-subtitle { color: #ffffff; text-align: center; } .cid-tAD5yK3oMD { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-tAD5yK3oMD .mbr-fallback-image.disabled { display: none; } .cid-tAD5yK3oMD .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } @media (max-width: 991px) { .cid-tAD5yK3oMD .image-wrapper { margin-bottom: 1rem; } } .cid-tAD5yK3oMD .row { flex-direction: row-reverse; } .cid-tAD5yK3oMD img { width: 100%; } @media (min-width: 992px) { .cid-tAD5yK3oMD .text-wrapper { padding: 2rem; } } .cid-tAD5yK3oMD .mbr-section-title { color: #16538c; } .cid-tAFQyWz1Vz { padding-top: 2rem; padding-bottom: 1rem; background-color: #009a5b; } .cid-tAFQyWz1Vz .mbr-fallback-image.disabled { display: none; } .cid-tAFQyWz1Vz .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-tAFQyWz1Vz .mbr-section-subtitle { color: #ffffff; } .cid-tAD5FyUGkM { padding-top: 1rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-tAD5FyUGkM .mbr-fallback-image.disabled { display: none; } .cid-tAD5FyUGkM .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-tAD5FyUGkM .mbr-section-title { color: #16538c; } .cid-tAD5FyUGkM .mbr-section-subtitle { text-align: left; } .cid-tAD8Btm3b7 { padding-top: 3rem; padding-bottom: 0rem; background-color: #009a5b; } .cid-tAD8Btm3b7 .mbr-fallback-image.disabled { display: none; } .cid-tAD8Btm3b7 .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-tAD8Btm3b7 .mbr-section-subtitle { text-align: center; color: #ffffff; } .cid-tAD8Btm3b7 .mbr-section-title { color: #ffffff; } .cid-tBSe02nRu8 { padding-top: 3rem; padding-bottom: 2rem; background-color: #ffffff; } .cid-tBSe02nRu8 .mbr-fallback-image.disabled { display: none; } .cid-tBSe02nRu8 .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } @media (max-width: 991px) { .cid-tBSe02nRu8 .image-wrapper { margin-bottom: 1rem; } } .cid-tBSe02nRu8 .row { flex-direction: row-reverse; } .cid-tBSe02nRu8 img { width: 100%; } .cid-tAD8efgcuG { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-tAD8efgcuG .mbr-fallback-image.disabled { display: none; } .cid-tAD8efgcuG .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } @media (max-width: 991px) { .cid-tAD8efgcuG .image-wrapper { margin-bottom: 1rem; } } .cid-tAD8efgcuG .row { flex-direction: row-reverse; } .cid-tAD8efgcuG img { width: 100%; } .cid-uw09QHiTic { padding-top: 2rem; padding-bottom: 0rem; background-color: #009a5b; } .cid-uw09QHiTic .mbr-fallback-image.disabled { display: none; } .cid-uw09QHiTic .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uw09QHiTic .mbr-section-title { color: #ffffff; } .cid-uEEeqSx2aj { padding-top: 2rem; padding-bottom: 2rem; background-color: #ffffff; } .cid-uEEeqSx2aj .mbr-fallback-image.disabled { display: none; } .cid-uEEeqSx2aj .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } @media (max-width: 991px) { .cid-uEEeqSx2aj .image-wrapper { margin-bottom: 1rem; } } .cid-uEEeqSx2aj .row { flex-direction: row-reverse; } .cid-uEEeqSx2aj img { width: 100%; } .cid-tAFWqPrbeZ { padding-top: 2rem; padding-bottom: 0rem; background-color: #009a5b; } .cid-tAFWqPrbeZ .mbr-fallback-image.disabled { display: none; } .cid-tAFWqPrbeZ .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-tAFWqPrbeZ .mbr-section-subtitle { color: #ffffff; } .cid-uAPa8tn8be { padding-top: 2rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-uAPa8tn8be .mbr-fallback-image.disabled { display: none; } .cid-uAPa8tn8be .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uAPa8tn8be .item:not(:nth-last-child(1)) { margin-bottom: 2rem; } .cid-uAPa8tn8be .item-wrapper { background-color: #ffffff; border-radius: 4px; } .cid-uAPa8tn8be .image-wrapper img { width: 100%; object-fit: cover; } .cid-uAPa8tn8be .social-row .soc-item { display: inline-block; text-align: center; border-radius: 50%; margin-right: 0.6rem; margin-bottom: 1rem; padding: 0.5rem; border: 2px solid #6592e6; transition: all 0.3s; } .cid-uAPa8tn8be .social-row .soc-item .mbr-iconfont { display: flex; justify-content: center; align-content: center; color: #6592e6; font-size: 1.5rem; transition: all 0.3s; } .cid-uAPa8tn8be .social-row .soc-item:hover { background-color: #6592e6; } .cid-uAPa8tn8be .social-row .soc-item:hover .mbr-iconfont { color: #ffffff; } @media (max-width: 767px) { .cid-uAPa8tn8be .card-box { padding: 1rem; } } @media (min-width: 768px) { .cid-uAPa8tn8be .card-box { padding-right: 2rem; } } @media (min-width: 992px) { .cid-uAPa8tn8be .card-box { padding-left: 2rem; padding-right: 4rem; } } .cid-tAG9a1kY8b { padding-top: 2rem; padding-bottom: 1rem; background-color: #009a5b; } .cid-tAG9a1kY8b .mbr-fallback-image.disabled { display: none; } .cid-tAG9a1kY8b .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-tAG9a1kY8b .mbr-section-subtitle { color: #ffffff; } .cid-tAGb4iUi8y { padding-top: 2rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-tAGb4iUi8y .mbr-fallback-image.disabled { display: none; } .cid-tAGb4iUi8y .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-tAGb4iUi8y .mbr-section-title { text-align: left; } .cid-tAGcJpEsP3 { padding-top: 1rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-tAGcJpEsP3 .mbr-fallback-image.disabled { display: none; } .cid-tAGcJpEsP3 .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-tAGcJpEsP3 .item { display: flex; align-items: center; margin-bottom: 2rem; } @media (min-width: 991px) { .cid-tAGcJpEsP3 .item { margin-bottom: 4rem; } } .cid-tAGcJpEsP3 .item:last-child .icon-box:before { display: none; } .cid-tAGcJpEsP3 .item.last .icon-box:before { display: none; } .cid-tAGcJpEsP3 .icon-box { background: #009a5b; width: 60px; min-width: 60px; height: 60px; border-radius: 50%; margin-right: 2rem; display: flex; justify-content: center; align-items: center; position: relative; } @media (max-width: 768px) { .cid-tAGcJpEsP3 .icon-box { margin-right: 1rem; } } .cid-tAGcJpEsP3 .icon-box::before { content: "\e925"; font-family: Moririse2 !important; position: absolute; font-size: 31px; left: 50%; top: 116%; top: 100%; color: #009a5b; transform: translate(-50%, 0); } .cid-tAGcJpEsP3 span { font-size: 2rem; color: #ffffff; } @media (max-width: 991px) { .cid-tAGcJpEsP3 .card { margin-bottom: 2rem; } .cid-tAGcJpEsP3 .card-wrapper { margin-bottom: 2rem; } .cid-tAGcJpEsP3 .icon-box::before { top: 141%; top: 123%; } } @media (max-width: 768px) { .cid-tAGcJpEsP3 .icon-box::before { top: 114%; } } .cid-tAGgTwCAfx { padding-top: 0rem; padding-bottom: 0rem; background-color: #fafafa; } .cid-tAGgTwCAfx .mbr-fallback-image.disabled { display: none; } .cid-tAGgTwCAfx .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } @media (max-width: 991px) { .cid-tAGgTwCAfx .image-wrapper { margin-bottom: 1rem; } } .cid-tAGgTwCAfx img { width: 100%; } @media (min-width: 992px) { .cid-tAGgTwCAfx .text-wrapper { padding: 2rem; } } .cid-tAGgTwCAfx .mbr-text { color: #232323; } .cid-tAGgTwCAfx .mbr-section-title { color: #232323; } .cid-tAGk6SGV7k { padding-top: 2rem; padding-bottom: 1rem; background-color: #009a5b; } .cid-tAGk6SGV7k .mbr-fallback-image.disabled { display: none; } .cid-tAGk6SGV7k .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-tAGk6SGV7k .mbr-section-subtitle { color: #ffffff; } .cid-uWvFJK8hmv { padding-top: 5rem; padding-bottom: 4rem; background-color: #ffffff; } .cid-uWvFJK8hmv .counter-container ul { margin: 0; list-style: none; padding-left: 2.5rem; } .cid-uWvFJK8hmv .counter-container ul li { margin-bottom: 1rem; list-style: none; position: relative; padding-left: 1rem; } .cid-uWvFJK8hmv .counter-container ul li:before { position: absolute; left: -40px; content: ""; display: flex; justify-content: center; align-items: center; color: #ffffff; background-color: #009a5b; width: 40px; height: 40px; border-radius: 50%; margin-top: 5px; content: "✓"; } .cid-tAIMirS9vG { padding-top: 3rem; padding-bottom: 0rem; background-color: #009a5b; } .cid-tAIMirS9vG .mbr-fallback-image.disabled { display: none; } .cid-tAIMirS9vG .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-tAIMirS9vG .mbr-section-title { color: #ffffff; } .cid-tAIMirS9vG .mbr-section-subtitle { color: #ffffff; } .cid-tBUbWXDq16 { padding-top: 1rem; padding-bottom: 2rem; background-color: #ffffff; } .cid-tBUbWXDq16 .mbr-fallback-image.disabled { display: none; } .cid-tBUbWXDq16 .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } @media (max-width: 991px) { .cid-tBUbWXDq16 .image-wrapper { margin-bottom: 1rem; } } .cid-tBUbWXDq16 .row { flex-direction: row-reverse; } .cid-tBUbWXDq16 img { width: 100%; } .cid-tAP4SaZCnq { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-tAP4SaZCnq .mbr-fallback-image.disabled { display: none; } .cid-tAP4SaZCnq .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } @media (max-width: 991px) { .cid-tAP4SaZCnq .image-wrapper { margin-bottom: 1rem; } } .cid-tAP4SaZCnq .row { flex-direction: row-reverse; } .cid-tAP4SaZCnq img { width: 100%; } .cid-tBUceMaFj6 { padding-top: 2rem; padding-bottom: 1rem; background-color: #009a5b; } .cid-tBUceMaFj6 .mbr-fallback-image.disabled { display: none; } .cid-tBUceMaFj6 .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-tBUceMaFj6 .mbr-section-subtitle { color: #ffffff; text-align: center; } .cid-tAP65tjn5t { padding-top: 1rem; padding-bottom: 1rem; background-color: #ffffff; } .cid-tAP65tjn5t .mbr-fallback-image.disabled { display: none; } .cid-tAP65tjn5t .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-tAP65tjn5t .card .card-header { background-color: transparent; margin-bottom: 0; } .cid-tAP65tjn5t .panel-title { display: flex; align-items: center; justify-content: space-between; } .cid-tAP65tjn5t .mbr-iconfont { padding-left: 1rem; font-family: 'Moririse2' !important; font-size: 1.4rem !important; color: #ffffff; } .cid-tAP65tjn5t .panel-body, .cid-tAP65tjn5t .card-header { padding: 1rem 0; } .cid-tAP65tjn5t .panel-title-edit { color: #000000; } .cid-uWvWzXOrWz { padding-top: 2rem; padding-bottom: 1rem; background-color: #009a5b; } .cid-uWvWzXOrWz .mbr-fallback-image.disabled { display: none; } .cid-uWvWzXOrWz .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWvWzXOrWz .mbr-section-subtitle { color: #ffffff; text-align: center; } .cid-uWvYlW3uBb { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-uWvYlW3uBb .mbr-fallback-image.disabled { display: none; } .cid-uWvYlW3uBb .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWvXS4asPP { padding-top: 2rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-uWvXS4asPP .mbr-fallback-image.disabled { display: none; } .cid-uWvXS4asPP .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } @media (max-width: 991px) { .cid-uWvXS4asPP .image-wrapper { margin-bottom: 1rem; } } .cid-uWvXS4asPP .row { flex-direction: row-reverse; } .cid-uWvXS4asPP img { width: 100%; } .cid-uWvYX7V25M { padding-top: 1rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-uWvYX7V25M .mbr-fallback-image.disabled { display: none; } .cid-uWvYX7V25M .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWvYX7V25M .mbr-section-subtitle DIV { text-align: left; } .cid-uWvYX7V25M .mbr-section-subtitle { text-align: left; } .cid-uWvYX7V25M .mbr-section-title { text-align: left; } .cid-uWvZQpoNYQ { padding-top: 1rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-uWvZQpoNYQ .mbr-fallback-image.disabled { display: none; } .cid-uWvZQpoNYQ .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWvZQpoNYQ .mbr-section-subtitle DIV { text-align: left; } .cid-uWvZQpoNYQ .mbr-section-subtitle { text-align: left; } .cid-uWvZQpoNYQ .mbr-section-title { text-align: left; } .cid-uAOBLq7ndk { padding-top: 2rem; padding-bottom: 0rem; background-color: #009a5b; } .cid-uAOBLq7ndk .mbr-fallback-image.disabled { display: none; } .cid-uAOBLq7ndk .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uAOBLq7ndk .mbr-section-title { color: #ffffff; } .cid-uWvWFrsD5d { padding-top: 2rem; padding-bottom: 1rem; background-color: #009a5b; } .cid-uWvWFrsD5d .mbr-fallback-image.disabled { display: none; } .cid-uWvWFrsD5d .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWvWFrsD5d .mbr-section-subtitle { color: #ffffff; text-align: center; } .cid-uAOBuUX5n5 { padding-top: 0rem; padding-bottom: 6rem; background-color: #009a5b; } .cid-uAOBuUX5n5 .mbr-fallback-image.disabled { display: none; } .cid-uAOBuUX5n5 .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uAOBuUX5n5 .image-wrap img { width: 100%; } @media (min-width: 992px) { .cid-uAOBuUX5n5 .image-wrap img { display: block; margin: auto; width: 60%; } } .cid-uAOBuUX5n5 .mbr-text, .cid-uAOBuUX5n5 .mbr-section-btn { color: #ffffff; } .cid-uAOBuUX5n5 .mbr-section-title { color: #ffffff; } .cid-tAVA9XDp4x { padding-top: 3rem; padding-bottom: 2rem; background-color: #353535; } .cid-tAVA9XDp4x .mbr-fallback-image.disabled { display: none; } .cid-tAVA9XDp4x .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-tAVA9XDp4x ul { list-style: none; margin: 0; padding-left: 2.5rem; } .cid-tAVA9XDp4x li { position: relative; margin-bottom: 1rem; } .cid-tAVA9XDp4x ul li::before { position: absolute; left: -1.6rem; content: "\2022"; color: #ffffff; font-weight: bold; font-size: 2rem; width: 1.6rem; } .cid-tAVA9XDp4x .list { color: #ffffff; } .cid-tAVBcuRLtq { padding-top: 3rem; padding-bottom: 0rem; background-color: #353535; } .cid-tAVBcuRLtq .mbr-fallback-image.disabled { display: none; } .cid-tAVBcuRLtq .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-tAVBcuRLtq .mbr-section-subtitle { color: #ffffff; } .cid-tBjcy8s0IH { padding-top: 5rem; padding-bottom: 5rem; background-color: #ffffff; } .cid-tBjcy8s0IH .mbr-section-title { text-align: center; } .cid-tBjbQdLldf { padding-top: 5rem; padding-bottom: 5rem; background-color: #ffffff; } .cid-tBjbQdLldf .mbr-section-title { text-align: center; } .cid-tBj77nMmy6 { padding-top: 5rem; padding-bottom: 5rem; background-color: #ffffff; } .cid-tBj77nMmy6 .mbr-section-title { text-align: center; } .cid-uWvPu4nBTM { padding-top: 5rem; padding-bottom: 5rem; background-color: #ffffff; } .cid-uWvPu4nBTM .mbr-section-title { text-align: center; } .cid-uWAAYKBKJj .navbar-dropdown { position: relative !important; } .cid-uWAAYKBKJj .dropdown-item:before { font-family: Moririse2 !important; content: "\e966"; display: inline-block; width: 0; position: absolute; left: 1rem; top: 0.5rem; margin-right: 0.5rem; line-height: 1; font-size: inherit; vertical-align: middle; text-align: center; overflow: hidden; transform: scale(0, 1); transition: all 0.25s ease-in-out; } .cid-uWAAYKBKJj .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-uWAAYKBKJj .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-uWAAYKBKJj .dropdown-item:hover, .cid-uWAAYKBKJj .dropdown-item:focus { background: #ffffff !important; color: white !important; } .cid-uWAAYKBKJj .dropdown-item:hover span { color: white; } .cid-uWAAYKBKJj .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-uWAAYKBKJj .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-uWAAYKBKJj .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-uWAAYKBKJj .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-uWAAYKBKJj .nav-link { position: relative; } .cid-uWAAYKBKJj .container { display: flex; margin: auto; flex-wrap: nowrap; } @media (max-width: 991px) { .cid-uWAAYKBKJj .container { flex-wrap: wrap; } } .cid-uWAAYKBKJj .container-fluid { flex-wrap: nowrap; } @media (max-width: 991px) { .cid-uWAAYKBKJj .container-fluid { flex-wrap: wrap; } } .cid-uWAAYKBKJj .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-uWAAYKBKJj .dropdown-menu, .cid-uWAAYKBKJj .navbar.opened { background: #dcffd0 !important; } .cid-uWAAYKBKJj .nav-item:focus, .cid-uWAAYKBKJj .nav-link:focus { outline: none; } .cid-uWAAYKBKJj .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-uWAAYKBKJj .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-uWAAYKBKJj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-uWAAYKBKJj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-uWAAYKBKJj .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-uWAAYKBKJj .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-uWAAYKBKJj .navbar { min-height: 70px; transition: all 0.3s; border-bottom: 1px solid transparent; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); background: #dcffd0; } .cid-uWAAYKBKJj .navbar.opened { transition: all 0.3s; } .cid-uWAAYKBKJj .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-uWAAYKBKJj .navbar .navbar-logo img { width: auto; } .cid-uWAAYKBKJj .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-uWAAYKBKJj .navbar.collapsed { justify-content: center; } .cid-uWAAYKBKJj .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-uWAAYKBKJj .navbar.collapsed.opened .dropdown-menu { top: 0; } .cid-uWAAYKBKJj .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-uWAAYKBKJj .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-uWAAYKBKJj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 41%; } .cid-uWAAYKBKJj .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-uWAAYKBKJj .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-uWAAYKBKJj .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-uWAAYKBKJj .navbar .nav-item .nav-link::before { display: none; } .cid-uWAAYKBKJj .navbar.opened .dropdown-menu { top: 0; } .cid-uWAAYKBKJj .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-uWAAYKBKJj .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-uWAAYKBKJj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 40%; } .cid-uWAAYKBKJj .navbar .navbar-logo img { height: 3rem !important; } .cid-uWAAYKBKJj .navbar ul.navbar-nav li { margin: auto; } .cid-uWAAYKBKJj .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-uWAAYKBKJj .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-uWAAYKBKJj .navbar .navbar-toggler { flex-basis: auto; } .cid-uWAAYKBKJj .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } @media (max-width: 991px) and (max-width: 767px) { .cid-uWAAYKBKJj .navbar .navbar-brand { width: calc(100% - 31px); } } .cid-uWAAYKBKJj .navbar.navbar-short { min-height: 60px; } .cid-uWAAYKBKJj .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-uWAAYKBKJj .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-uWAAYKBKJj .navbar-brand { min-height: 70px; flex-shrink: 0; align-items: center; margin-right: 0; padding: 10px 0; transition: all 0.3s; word-break: break-word; z-index: 1; } .cid-uWAAYKBKJj .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-uWAAYKBKJj .navbar-brand .navbar-logo a { outline: none; } .cid-uWAAYKBKJj .dropdown-item.active, .cid-uWAAYKBKJj .dropdown-item:active { background-color: transparent; } .cid-uWAAYKBKJj .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-uWAAYKBKJj .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-uWAAYKBKJj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-uWAAYKBKJj .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #dcffd0; } .cid-uWAAYKBKJj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-uWAAYKBKJj .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-uWAAYKBKJj ul.navbar-nav { flex-wrap: wrap; } .cid-uWAAYKBKJj .navbar-buttons { text-align: center; min-width: 170px; } .cid-uWAAYKBKJj button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-uWAAYKBKJj button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #ffffff; } .cid-uWAAYKBKJj button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-uWAAYKBKJj button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-uWAAYKBKJj button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-uWAAYKBKJj button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-uWAAYKBKJj nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-uWAAYKBKJj nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-uWAAYKBKJj nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-uWAAYKBKJj nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-uWAAYKBKJj .navbar-dropdown { padding: 0 1rem; } .cid-uWAAYKBKJj a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-uWAAYKBKJj .icons-menu { flex-wrap: nowrap; display: flex; justify-content: center; padding-left: 1rem; padding-right: 1rem; padding-top: 0.3rem; text-align: center; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .cid-uWAAYKBKJj .navbar { height: 70px; } .cid-uWAAYKBKJj .navbar.opened { height: auto; } .cid-uWAAYKBKJj .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-uWAAYLOQhV { padding-top: 2rem; padding-bottom: 3rem; background-color: #009a5b; } .cid-uWAAYLOQhV .mbr-fallback-image.disabled { display: none; } .cid-uWAAYLOQhV .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } @media (max-width: 991px) { .cid-uWAAYLOQhV .image-wrapper { margin-bottom: 2rem; } } .cid-uWAAYLOQhV .image-wrapper img { width: 100%; object-fit: cover; } @media (min-width: 992px) { .cid-uWAAYLOQhV .text-wrapper { padding: 0 2rem; } } @media (max-width: 768px) { .cid-uWAAYLOQhV .text-wrapper { margin-bottom: 2rem; } } .cid-uWAAYLOQhV .mbr-text, .cid-uWAAYLOQhV .mbr-section-btn { color: #ffffff; } .cid-uWAAYLOQhV .mbr-section-title { color: #eeeeee; } .cid-uWAAYOptHb { padding-top: 2rem; padding-bottom: 1rem; background-color: #eeeeee; } .cid-uWAAYOptHb .mbr-fallback-image.disabled { display: none; } .cid-uWAAYOptHb .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAAYOptHb .mbr-section-subtitle { color: #000000; text-align: center; } .cid-uWAAYP7C43 { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-uWAAYP7C43 .mbr-fallback-image.disabled { display: none; } .cid-uWAAYP7C43 .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } @media (max-width: 991px) { .cid-uWAAYP7C43 .image-wrapper { margin-bottom: 1rem; } } .cid-uWAAYP7C43 .row { flex-direction: row-reverse; } .cid-uWAAYP7C43 img { width: 100%; } @media (min-width: 992px) { .cid-uWAAYP7C43 .text-wrapper { padding: 2rem; } } .cid-uWAAYP7C43 .mbr-section-title { color: #16538c; } .cid-uWAAZhVxN0 { padding-top: 2rem; padding-bottom: 0rem; background-color: #009a5b; } .cid-uWAAZhVxN0 .mbr-fallback-image.disabled { display: none; } .cid-uWAAZhVxN0 .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAAZhVxN0 .mbr-section-title { color: #ffffff; } .cid-uWAAZiobFz { padding-top: 2rem; padding-bottom: 1rem; background-color: #009a5b; } .cid-uWAAZiobFz .mbr-fallback-image.disabled { display: none; } .cid-uWAAZiobFz .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAAZiobFz .mbr-section-subtitle { color: #ffffff; text-align: center; } .cid-uWAAZiUGTd { padding-top: 0rem; padding-bottom: 6rem; background-color: #009a5b; } .cid-uWAAZiUGTd .mbr-fallback-image.disabled { display: none; } .cid-uWAAZiUGTd .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAAZiUGTd .image-wrap img { width: 100%; } @media (min-width: 992px) { .cid-uWAAZiUGTd .image-wrap img { display: block; margin: auto; width: 60%; } } .cid-uWAAZiUGTd .mbr-text, .cid-uWAAZiUGTd .mbr-section-btn { color: #ffffff; } .cid-uWAAZiUGTd .mbr-section-title { color: #ffffff; } .cid-uWAAZjiwS6 { padding-top: 3rem; padding-bottom: 2rem; background-color: #353535; } .cid-uWAAZjiwS6 .mbr-fallback-image.disabled { display: none; } .cid-uWAAZjiwS6 .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAAZjiwS6 ul { list-style: none; margin: 0; padding-left: 2.5rem; } .cid-uWAAZjiwS6 li { position: relative; margin-bottom: 1rem; } .cid-uWAAZjiwS6 ul li::before { position: absolute; left: -1.6rem; content: "\2022"; color: #ffffff; font-weight: bold; font-size: 2rem; width: 1.6rem; } .cid-uWAAZjiwS6 .list { color: #ffffff; } .cid-uWAAZjKDld { padding-top: 3rem; padding-bottom: 0rem; background-color: #353535; } .cid-uWAAZjKDld .mbr-fallback-image.disabled { display: none; } .cid-uWAAZjKDld .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAAZjKDld .mbr-section-subtitle { color: #ffffff; } .cid-uWAHesBRol .navbar-dropdown { position: relative !important; } .cid-uWAHesBRol .dropdown-item:before { font-family: Moririse2 !important; content: "\e966"; display: inline-block; width: 0; position: absolute; left: 1rem; top: 0.5rem; margin-right: 0.5rem; line-height: 1; font-size: inherit; vertical-align: middle; text-align: center; overflow: hidden; transform: scale(0, 1); transition: all 0.25s ease-in-out; } .cid-uWAHesBRol .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-uWAHesBRol .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-uWAHesBRol .dropdown-item:hover, .cid-uWAHesBRol .dropdown-item:focus { background: #ffffff !important; color: white !important; } .cid-uWAHesBRol .dropdown-item:hover span { color: white; } .cid-uWAHesBRol .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-uWAHesBRol .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-uWAHesBRol .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-uWAHesBRol .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-uWAHesBRol .nav-link { position: relative; } .cid-uWAHesBRol .container { display: flex; margin: auto; flex-wrap: nowrap; } @media (max-width: 991px) { .cid-uWAHesBRol .container { flex-wrap: wrap; } } .cid-uWAHesBRol .container-fluid { flex-wrap: nowrap; } @media (max-width: 991px) { .cid-uWAHesBRol .container-fluid { flex-wrap: wrap; } } .cid-uWAHesBRol .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-uWAHesBRol .dropdown-menu, .cid-uWAHesBRol .navbar.opened { background: #dcffd0 !important; } .cid-uWAHesBRol .nav-item:focus, .cid-uWAHesBRol .nav-link:focus { outline: none; } .cid-uWAHesBRol .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-uWAHesBRol .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-uWAHesBRol .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-uWAHesBRol .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-uWAHesBRol .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-uWAHesBRol .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-uWAHesBRol .navbar { min-height: 70px; transition: all 0.3s; border-bottom: 1px solid transparent; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); background: #dcffd0; } .cid-uWAHesBRol .navbar.opened { transition: all 0.3s; } .cid-uWAHesBRol .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-uWAHesBRol .navbar .navbar-logo img { width: auto; } .cid-uWAHesBRol .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-uWAHesBRol .navbar.collapsed { justify-content: center; } .cid-uWAHesBRol .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-uWAHesBRol .navbar.collapsed.opened .dropdown-menu { top: 0; } .cid-uWAHesBRol .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-uWAHesBRol .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-uWAHesBRol .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 41%; } .cid-uWAHesBRol .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-uWAHesBRol .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-uWAHesBRol .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-uWAHesBRol .navbar .nav-item .nav-link::before { display: none; } .cid-uWAHesBRol .navbar.opened .dropdown-menu { top: 0; } .cid-uWAHesBRol .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-uWAHesBRol .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-uWAHesBRol .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 40%; } .cid-uWAHesBRol .navbar .navbar-logo img { height: 3rem !important; } .cid-uWAHesBRol .navbar ul.navbar-nav li { margin: auto; } .cid-uWAHesBRol .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-uWAHesBRol .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-uWAHesBRol .navbar .navbar-toggler { flex-basis: auto; } .cid-uWAHesBRol .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } @media (max-width: 991px) and (max-width: 767px) { .cid-uWAHesBRol .navbar .navbar-brand { width: calc(100% - 31px); } } .cid-uWAHesBRol .navbar.navbar-short { min-height: 60px; } .cid-uWAHesBRol .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-uWAHesBRol .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-uWAHesBRol .navbar-brand { min-height: 70px; flex-shrink: 0; align-items: center; margin-right: 0; padding: 10px 0; transition: all 0.3s; word-break: break-word; z-index: 1; } .cid-uWAHesBRol .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-uWAHesBRol .navbar-brand .navbar-logo a { outline: none; } .cid-uWAHesBRol .dropdown-item.active, .cid-uWAHesBRol .dropdown-item:active { background-color: transparent; } .cid-uWAHesBRol .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-uWAHesBRol .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-uWAHesBRol .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-uWAHesBRol .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #dcffd0; } .cid-uWAHesBRol .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-uWAHesBRol .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-uWAHesBRol ul.navbar-nav { flex-wrap: wrap; } .cid-uWAHesBRol .navbar-buttons { text-align: center; min-width: 170px; } .cid-uWAHesBRol button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-uWAHesBRol button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #ffffff; } .cid-uWAHesBRol button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-uWAHesBRol button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-uWAHesBRol button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-uWAHesBRol button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-uWAHesBRol nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-uWAHesBRol nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-uWAHesBRol nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-uWAHesBRol nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-uWAHesBRol .navbar-dropdown { padding: 0 1rem; } .cid-uWAHesBRol a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-uWAHesBRol .icons-menu { flex-wrap: nowrap; display: flex; justify-content: center; padding-left: 1rem; padding-right: 1rem; padding-top: 0.3rem; text-align: center; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .cid-uWAHesBRol .navbar { height: 70px; } .cid-uWAHesBRol .navbar.opened { height: auto; } .cid-uWAHesBRol .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-uWAHethDtA { padding-top: 2rem; padding-bottom: 3rem; background-color: #009a5b; } .cid-uWAHethDtA .mbr-fallback-image.disabled { display: none; } .cid-uWAHethDtA .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } @media (max-width: 991px) { .cid-uWAHethDtA .image-wrapper { margin-bottom: 2rem; } } .cid-uWAHethDtA .image-wrapper img { width: 100%; object-fit: cover; } @media (min-width: 992px) { .cid-uWAHethDtA .text-wrapper { padding: 0 2rem; } } @media (max-width: 768px) { .cid-uWAHethDtA .text-wrapper { margin-bottom: 2rem; } } .cid-uWAHethDtA .mbr-text, .cid-uWAHethDtA .mbr-section-btn { color: #ffffff; } .cid-uWAHethDtA .mbr-section-title { color: #eeeeee; } .cid-uWAHeA6PZe { padding-top: 2rem; padding-bottom: 1rem; background-color: #dcffd0; } .cid-uWAHeA6PZe .mbr-fallback-image.disabled { display: none; } .cid-uWAHeA6PZe .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAHeA6PZe .mbr-section-subtitle { color: #000000; } .cid-uWAHeAxAoC { padding-top: 2rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-uWAHeAxAoC .mbr-fallback-image.disabled { display: none; } .cid-uWAHeAxAoC .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAHeAxAoC .mbr-section-title { text-align: left; } .cid-uWAHeB21Yw { padding-top: 1rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-uWAHeB21Yw .mbr-fallback-image.disabled { display: none; } .cid-uWAHeB21Yw .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAHeB21Yw .item { display: flex; align-items: center; margin-bottom: 2rem; } @media (min-width: 991px) { .cid-uWAHeB21Yw .item { margin-bottom: 4rem; } } .cid-uWAHeB21Yw .item:last-child .icon-box:before { display: none; } .cid-uWAHeB21Yw .item.last .icon-box:before { display: none; } .cid-uWAHeB21Yw .icon-box { background: #009a5b; width: 60px; min-width: 60px; height: 60px; border-radius: 50%; margin-right: 2rem; display: flex; justify-content: center; align-items: center; position: relative; } @media (max-width: 768px) { .cid-uWAHeB21Yw .icon-box { margin-right: 1rem; } } .cid-uWAHeB21Yw .icon-box::before { content: "\e925"; font-family: Moririse2 !important; position: absolute; font-size: 31px; left: 50%; top: 116%; top: 100%; color: #009a5b; transform: translate(-50%, 0); } .cid-uWAHeB21Yw span { font-size: 2rem; color: #ffffff; } @media (max-width: 991px) { .cid-uWAHeB21Yw .card { margin-bottom: 2rem; } .cid-uWAHeB21Yw .card-wrapper { margin-bottom: 2rem; } .cid-uWAHeB21Yw .icon-box::before { top: 141%; top: 123%; } } @media (max-width: 768px) { .cid-uWAHeB21Yw .icon-box::before { top: 114%; } } .cid-uWAHeIWSVs { padding-top: 2rem; padding-bottom: 0rem; background-color: #009a5b; } .cid-uWAHeIWSVs .mbr-fallback-image.disabled { display: none; } .cid-uWAHeIWSVs .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAHeIWSVs .mbr-section-title { color: #ffffff; } .cid-uWAHeJs0JH { padding-top: 2rem; padding-bottom: 1rem; background-color: #009a5b; } .cid-uWAHeJs0JH .mbr-fallback-image.disabled { display: none; } .cid-uWAHeJs0JH .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAHeJs0JH .mbr-section-subtitle { color: #ffffff; text-align: center; } .cid-uWAHeK673n { padding-top: 0rem; padding-bottom: 6rem; background-color: #009a5b; } .cid-uWAHeK673n .mbr-fallback-image.disabled { display: none; } .cid-uWAHeK673n .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAHeK673n .image-wrap img { width: 100%; } @media (min-width: 992px) { .cid-uWAHeK673n .image-wrap img { display: block; margin: auto; width: 60%; } } .cid-uWAHeK673n .mbr-text, .cid-uWAHeK673n .mbr-section-btn { color: #ffffff; } .cid-uWAHeK673n .mbr-section-title { color: #ffffff; } .cid-uWAHeKDbcs { padding-top: 3rem; padding-bottom: 2rem; background-color: #353535; } .cid-uWAHeKDbcs .mbr-fallback-image.disabled { display: none; } .cid-uWAHeKDbcs .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAHeKDbcs ul { list-style: none; margin: 0; padding-left: 2.5rem; } .cid-uWAHeKDbcs li { position: relative; margin-bottom: 1rem; } .cid-uWAHeKDbcs ul li::before { position: absolute; left: -1.6rem; content: "\2022"; color: #ffffff; font-weight: bold; font-size: 2rem; width: 1.6rem; } .cid-uWAHeKDbcs .list { color: #ffffff; } .cid-uWAHeLbbyP { padding-top: 3rem; padding-bottom: 0rem; background-color: #353535; } .cid-uWAHeLbbyP .mbr-fallback-image.disabled { display: none; } .cid-uWAHeLbbyP .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAHeLbbyP .mbr-section-subtitle { color: #ffffff; } .cid-uWAIrqKYHk .navbar-dropdown { position: relative !important; } .cid-uWAIrqKYHk .dropdown-item:before { font-family: Moririse2 !important; content: "\e966"; display: inline-block; width: 0; position: absolute; left: 1rem; top: 0.5rem; margin-right: 0.5rem; line-height: 1; font-size: inherit; vertical-align: middle; text-align: center; overflow: hidden; transform: scale(0, 1); transition: all 0.25s ease-in-out; } .cid-uWAIrqKYHk .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-uWAIrqKYHk .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-uWAIrqKYHk .dropdown-item:hover, .cid-uWAIrqKYHk .dropdown-item:focus { background: #ffffff !important; color: white !important; } .cid-uWAIrqKYHk .dropdown-item:hover span { color: white; } .cid-uWAIrqKYHk .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-uWAIrqKYHk .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-uWAIrqKYHk .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-uWAIrqKYHk .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-uWAIrqKYHk .nav-link { position: relative; } .cid-uWAIrqKYHk .container { display: flex; margin: auto; flex-wrap: nowrap; } @media (max-width: 991px) { .cid-uWAIrqKYHk .container { flex-wrap: wrap; } } .cid-uWAIrqKYHk .container-fluid { flex-wrap: nowrap; } @media (max-width: 991px) { .cid-uWAIrqKYHk .container-fluid { flex-wrap: wrap; } } .cid-uWAIrqKYHk .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-uWAIrqKYHk .dropdown-menu, .cid-uWAIrqKYHk .navbar.opened { background: #dcffd0 !important; } .cid-uWAIrqKYHk .nav-item:focus, .cid-uWAIrqKYHk .nav-link:focus { outline: none; } .cid-uWAIrqKYHk .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-uWAIrqKYHk .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-uWAIrqKYHk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-uWAIrqKYHk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-uWAIrqKYHk .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-uWAIrqKYHk .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-uWAIrqKYHk .navbar { min-height: 70px; transition: all 0.3s; border-bottom: 1px solid transparent; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); background: #dcffd0; } .cid-uWAIrqKYHk .navbar.opened { transition: all 0.3s; } .cid-uWAIrqKYHk .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-uWAIrqKYHk .navbar .navbar-logo img { width: auto; } .cid-uWAIrqKYHk .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-uWAIrqKYHk .navbar.collapsed { justify-content: center; } .cid-uWAIrqKYHk .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-uWAIrqKYHk .navbar.collapsed.opened .dropdown-menu { top: 0; } .cid-uWAIrqKYHk .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-uWAIrqKYHk .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-uWAIrqKYHk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 41%; } .cid-uWAIrqKYHk .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-uWAIrqKYHk .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-uWAIrqKYHk .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-uWAIrqKYHk .navbar .nav-item .nav-link::before { display: none; } .cid-uWAIrqKYHk .navbar.opened .dropdown-menu { top: 0; } .cid-uWAIrqKYHk .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-uWAIrqKYHk .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-uWAIrqKYHk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 40%; } .cid-uWAIrqKYHk .navbar .navbar-logo img { height: 3rem !important; } .cid-uWAIrqKYHk .navbar ul.navbar-nav li { margin: auto; } .cid-uWAIrqKYHk .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-uWAIrqKYHk .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-uWAIrqKYHk .navbar .navbar-toggler { flex-basis: auto; } .cid-uWAIrqKYHk .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } @media (max-width: 991px) and (max-width: 767px) { .cid-uWAIrqKYHk .navbar .navbar-brand { width: calc(100% - 31px); } } .cid-uWAIrqKYHk .navbar.navbar-short { min-height: 60px; } .cid-uWAIrqKYHk .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-uWAIrqKYHk .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-uWAIrqKYHk .navbar-brand { min-height: 70px; flex-shrink: 0; align-items: center; margin-right: 0; padding: 10px 0; transition: all 0.3s; word-break: break-word; z-index: 1; } .cid-uWAIrqKYHk .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-uWAIrqKYHk .navbar-brand .navbar-logo a { outline: none; } .cid-uWAIrqKYHk .dropdown-item.active, .cid-uWAIrqKYHk .dropdown-item:active { background-color: transparent; } .cid-uWAIrqKYHk .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-uWAIrqKYHk .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-uWAIrqKYHk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-uWAIrqKYHk .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #dcffd0; } .cid-uWAIrqKYHk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-uWAIrqKYHk .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-uWAIrqKYHk ul.navbar-nav { flex-wrap: wrap; } .cid-uWAIrqKYHk .navbar-buttons { text-align: center; min-width: 170px; } .cid-uWAIrqKYHk button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-uWAIrqKYHk button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #ffffff; } .cid-uWAIrqKYHk button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-uWAIrqKYHk button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-uWAIrqKYHk button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-uWAIrqKYHk button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-uWAIrqKYHk nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-uWAIrqKYHk nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-uWAIrqKYHk nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-uWAIrqKYHk nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-uWAIrqKYHk .navbar-dropdown { padding: 0 1rem; } .cid-uWAIrqKYHk a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-uWAIrqKYHk .icons-menu { flex-wrap: nowrap; display: flex; justify-content: center; padding-left: 1rem; padding-right: 1rem; padding-top: 0.3rem; text-align: center; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .cid-uWAIrqKYHk .navbar { height: 70px; } .cid-uWAIrqKYHk .navbar.opened { height: auto; } .cid-uWAIrqKYHk .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-uWAIrrldPv { padding-top: 2rem; padding-bottom: 3rem; background-color: #009a5b; } .cid-uWAIrrldPv .mbr-fallback-image.disabled { display: none; } .cid-uWAIrrldPv .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } @media (max-width: 991px) { .cid-uWAIrrldPv .image-wrapper { margin-bottom: 2rem; } } .cid-uWAIrrldPv .image-wrapper img { width: 100%; object-fit: cover; } @media (min-width: 992px) { .cid-uWAIrrldPv .text-wrapper { padding: 0 2rem; } } @media (max-width: 768px) { .cid-uWAIrrldPv .text-wrapper { margin-bottom: 2rem; } } .cid-uWAIrrldPv .mbr-text, .cid-uWAIrrldPv .mbr-section-btn { color: #ffffff; } .cid-uWAIrrldPv .mbr-section-title { color: #eeeeee; } .cid-uWAIrtB6R5 { padding-top: 2rem; padding-bottom: 1rem; background-color: #dcffd0; } .cid-uWAIrtB6R5 .mbr-fallback-image.disabled { display: none; } .cid-uWAIrtB6R5 .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAIrtB6R5 .mbr-section-subtitle { color: #000000; text-align: center; } .cid-uWAIru4mZ3 { padding-top: 1rem; padding-bottom: 1rem; background-color: #ffffff; } .cid-uWAIru4mZ3 .mbr-fallback-image.disabled { display: none; } .cid-uWAIru4mZ3 .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAIru4mZ3 .card .card-header { background-color: transparent; margin-bottom: 0; } .cid-uWAIru4mZ3 .panel-title { display: flex; align-items: center; justify-content: space-between; } .cid-uWAIru4mZ3 .mbr-iconfont { padding-left: 1rem; font-family: 'Moririse2' !important; font-size: 1.4rem !important; color: #ffffff; } .cid-uWAIru4mZ3 .panel-body, .cid-uWAIru4mZ3 .card-header { padding: 1rem 0; } .cid-uWAIru4mZ3 .panel-title-edit { color: #000000; } .cid-uWAIrwjZ1U { padding-top: 2rem; padding-bottom: 0rem; background-color: #009a5b; } .cid-uWAIrwjZ1U .mbr-fallback-image.disabled { display: none; } .cid-uWAIrwjZ1U .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAIrwjZ1U .mbr-section-title { color: #ffffff; } .cid-uWAIrwBHwp { padding-top: 2rem; padding-bottom: 1rem; background-color: #009a5b; } .cid-uWAIrwBHwp .mbr-fallback-image.disabled { display: none; } .cid-uWAIrwBHwp .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAIrwBHwp .mbr-section-subtitle { color: #ffffff; text-align: center; } .cid-uWAIrwUgKS { padding-top: 0rem; padding-bottom: 6rem; background-color: #009a5b; } .cid-uWAIrwUgKS .mbr-fallback-image.disabled { display: none; } .cid-uWAIrwUgKS .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAIrwUgKS .image-wrap img { width: 100%; } @media (min-width: 992px) { .cid-uWAIrwUgKS .image-wrap img { display: block; margin: auto; width: 60%; } } .cid-uWAIrwUgKS .mbr-text, .cid-uWAIrwUgKS .mbr-section-btn { color: #ffffff; } .cid-uWAIrwUgKS .mbr-section-title { color: #ffffff; } .cid-uWAIrxek4S { padding-top: 3rem; padding-bottom: 2rem; background-color: #353535; } .cid-uWAIrxek4S .mbr-fallback-image.disabled { display: none; } .cid-uWAIrxek4S .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAIrxek4S ul { list-style: none; margin: 0; padding-left: 2.5rem; } .cid-uWAIrxek4S li { position: relative; margin-bottom: 1rem; } .cid-uWAIrxek4S ul li::before { position: absolute; left: -1.6rem; content: "\2022"; color: #ffffff; font-weight: bold; font-size: 2rem; width: 1.6rem; } .cid-uWAIrxek4S .list { color: #ffffff; } .cid-uWAIrxCRja { padding-top: 3rem; padding-bottom: 0rem; background-color: #353535; } .cid-uWAIrxCRja .mbr-fallback-image.disabled { display: none; } .cid-uWAIrxCRja .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAIrxCRja .mbr-section-subtitle { color: #ffffff; } .cid-uWALvOuJv8 .navbar-dropdown { position: relative !important; } .cid-uWALvOuJv8 .dropdown-item:before { font-family: Moririse2 !important; content: "\e966"; display: inline-block; width: 0; position: absolute; left: 1rem; top: 0.5rem; margin-right: 0.5rem; line-height: 1; font-size: inherit; vertical-align: middle; text-align: center; overflow: hidden; transform: scale(0, 1); transition: all 0.25s ease-in-out; } .cid-uWALvOuJv8 .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-uWALvOuJv8 .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-uWALvOuJv8 .dropdown-item:hover, .cid-uWALvOuJv8 .dropdown-item:focus { background: #ffffff !important; color: white !important; } .cid-uWALvOuJv8 .dropdown-item:hover span { color: white; } .cid-uWALvOuJv8 .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-uWALvOuJv8 .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-uWALvOuJv8 .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-uWALvOuJv8 .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-uWALvOuJv8 .nav-link { position: relative; } .cid-uWALvOuJv8 .container { display: flex; margin: auto; flex-wrap: nowrap; } @media (max-width: 991px) { .cid-uWALvOuJv8 .container { flex-wrap: wrap; } } .cid-uWALvOuJv8 .container-fluid { flex-wrap: nowrap; } @media (max-width: 991px) { .cid-uWALvOuJv8 .container-fluid { flex-wrap: wrap; } } .cid-uWALvOuJv8 .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-uWALvOuJv8 .dropdown-menu, .cid-uWALvOuJv8 .navbar.opened { background: #dcffd0 !important; } .cid-uWALvOuJv8 .nav-item:focus, .cid-uWALvOuJv8 .nav-link:focus { outline: none; } .cid-uWALvOuJv8 .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-uWALvOuJv8 .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-uWALvOuJv8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-uWALvOuJv8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-uWALvOuJv8 .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-uWALvOuJv8 .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-uWALvOuJv8 .navbar { min-height: 70px; transition: all 0.3s; border-bottom: 1px solid transparent; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); background: #dcffd0; } .cid-uWALvOuJv8 .navbar.opened { transition: all 0.3s; } .cid-uWALvOuJv8 .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-uWALvOuJv8 .navbar .navbar-logo img { width: auto; } .cid-uWALvOuJv8 .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-uWALvOuJv8 .navbar.collapsed { justify-content: center; } .cid-uWALvOuJv8 .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-uWALvOuJv8 .navbar.collapsed.opened .dropdown-menu { top: 0; } .cid-uWALvOuJv8 .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-uWALvOuJv8 .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-uWALvOuJv8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 41%; } .cid-uWALvOuJv8 .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-uWALvOuJv8 .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-uWALvOuJv8 .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-uWALvOuJv8 .navbar .nav-item .nav-link::before { display: none; } .cid-uWALvOuJv8 .navbar.opened .dropdown-menu { top: 0; } .cid-uWALvOuJv8 .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-uWALvOuJv8 .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-uWALvOuJv8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 40%; } .cid-uWALvOuJv8 .navbar .navbar-logo img { height: 3rem !important; } .cid-uWALvOuJv8 .navbar ul.navbar-nav li { margin: auto; } .cid-uWALvOuJv8 .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-uWALvOuJv8 .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-uWALvOuJv8 .navbar .navbar-toggler { flex-basis: auto; } .cid-uWALvOuJv8 .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } @media (max-width: 991px) and (max-width: 767px) { .cid-uWALvOuJv8 .navbar .navbar-brand { width: calc(100% - 31px); } } .cid-uWALvOuJv8 .navbar.navbar-short { min-height: 60px; } .cid-uWALvOuJv8 .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-uWALvOuJv8 .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-uWALvOuJv8 .navbar-brand { min-height: 70px; flex-shrink: 0; align-items: center; margin-right: 0; padding: 10px 0; transition: all 0.3s; word-break: break-word; z-index: 1; } .cid-uWALvOuJv8 .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-uWALvOuJv8 .navbar-brand .navbar-logo a { outline: none; } .cid-uWALvOuJv8 .dropdown-item.active, .cid-uWALvOuJv8 .dropdown-item:active { background-color: transparent; } .cid-uWALvOuJv8 .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-uWALvOuJv8 .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-uWALvOuJv8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-uWALvOuJv8 .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #dcffd0; } .cid-uWALvOuJv8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-uWALvOuJv8 .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-uWALvOuJv8 ul.navbar-nav { flex-wrap: wrap; } .cid-uWALvOuJv8 .navbar-buttons { text-align: center; min-width: 170px; } .cid-uWALvOuJv8 button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-uWALvOuJv8 button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #ffffff; } .cid-uWALvOuJv8 button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-uWALvOuJv8 button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-uWALvOuJv8 button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-uWALvOuJv8 button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-uWALvOuJv8 nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-uWALvOuJv8 nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-uWALvOuJv8 nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-uWALvOuJv8 nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-uWALvOuJv8 .navbar-dropdown { padding: 0 1rem; } .cid-uWALvOuJv8 a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-uWALvOuJv8 .icons-menu { flex-wrap: nowrap; display: flex; justify-content: center; padding-left: 1rem; padding-right: 1rem; padding-top: 0.3rem; text-align: center; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .cid-uWALvOuJv8 .navbar { height: 70px; } .cid-uWALvOuJv8 .navbar.opened { height: auto; } .cid-uWALvOuJv8 .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-uWALvP2YYZ { padding-top: 2rem; padding-bottom: 3rem; background-color: #009a5b; } .cid-uWALvP2YYZ .mbr-fallback-image.disabled { display: none; } .cid-uWALvP2YYZ .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } @media (max-width: 991px) { .cid-uWALvP2YYZ .image-wrapper { margin-bottom: 2rem; } } .cid-uWALvP2YYZ .image-wrapper img { width: 100%; object-fit: cover; } @media (min-width: 992px) { .cid-uWALvP2YYZ .text-wrapper { padding: 0 2rem; } } @media (max-width: 768px) { .cid-uWALvP2YYZ .text-wrapper { margin-bottom: 2rem; } } .cid-uWALvP2YYZ .mbr-text, .cid-uWALvP2YYZ .mbr-section-btn { color: #ffffff; } .cid-uWALvP2YYZ .mbr-section-title { color: #eeeeee; } .cid-uWALvYkUJy { padding-top: 2rem; padding-bottom: 1rem; background-color: #dcffd0; } .cid-uWALvYkUJy .mbr-fallback-image.disabled { display: none; } .cid-uWALvYkUJy .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWALvYkUJy .mbr-section-subtitle { color: #000000; } .cid-uWALvYKE0q { padding-top: 5rem; padding-bottom: 4rem; background-color: #ffffff; } .cid-uWALvYKE0q .counter-container ul { margin: 0; list-style: none; padding-left: 2.5rem; } .cid-uWALvYKE0q .counter-container ul li { margin-bottom: 1rem; list-style: none; position: relative; padding-left: 1rem; } .cid-uWALvYKE0q .counter-container ul li:before { position: absolute; left: -40px; content: ""; display: flex; justify-content: center; align-items: center; color: #ffffff; background-color: #009a5b; width: 40px; height: 40px; border-radius: 50%; margin-top: 5px; content: "✓"; } .cid-uWALw4a47J { padding-top: 2rem; padding-bottom: 0rem; background-color: #009a5b; } .cid-uWALw4a47J .mbr-fallback-image.disabled { display: none; } .cid-uWALw4a47J .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWALw4a47J .mbr-section-title { color: #ffffff; } .cid-uWALw4Dwx6 { padding-top: 2rem; padding-bottom: 1rem; background-color: #009a5b; } .cid-uWALw4Dwx6 .mbr-fallback-image.disabled { display: none; } .cid-uWALw4Dwx6 .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWALw4Dwx6 .mbr-section-subtitle { color: #ffffff; text-align: center; } .cid-uWALw55qv9 { padding-top: 0rem; padding-bottom: 6rem; background-color: #009a5b; } .cid-uWALw55qv9 .mbr-fallback-image.disabled { display: none; } .cid-uWALw55qv9 .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWALw55qv9 .image-wrap img { width: 100%; } @media (min-width: 992px) { .cid-uWALw55qv9 .image-wrap img { display: block; margin: auto; width: 60%; } } .cid-uWALw55qv9 .mbr-text, .cid-uWALw55qv9 .mbr-section-btn { color: #ffffff; } .cid-uWALw55qv9 .mbr-section-title { color: #ffffff; } .cid-uWALw5BIXV { padding-top: 3rem; padding-bottom: 2rem; background-color: #353535; } .cid-uWALw5BIXV .mbr-fallback-image.disabled { display: none; } .cid-uWALw5BIXV .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWALw5BIXV ul { list-style: none; margin: 0; padding-left: 2.5rem; } .cid-uWALw5BIXV li { position: relative; margin-bottom: 1rem; } .cid-uWALw5BIXV ul li::before { position: absolute; left: -1.6rem; content: "\2022"; color: #ffffff; font-weight: bold; font-size: 2rem; width: 1.6rem; } .cid-uWALw5BIXV .list { color: #ffffff; } .cid-uWALw69P66 { padding-top: 3rem; padding-bottom: 0rem; background-color: #353535; } .cid-uWALw69P66 .mbr-fallback-image.disabled { display: none; } .cid-uWALw69P66 .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWALw69P66 .mbr-section-subtitle { color: #ffffff; } .cid-uWAMYERBWd .navbar-dropdown { position: relative !important; } .cid-uWAMYERBWd .dropdown-item:before { font-family: Moririse2 !important; content: "\e966"; display: inline-block; width: 0; position: absolute; left: 1rem; top: 0.5rem; margin-right: 0.5rem; line-height: 1; font-size: inherit; vertical-align: middle; text-align: center; overflow: hidden; transform: scale(0, 1); transition: all 0.25s ease-in-out; } .cid-uWAMYERBWd .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-uWAMYERBWd .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-uWAMYERBWd .dropdown-item:hover, .cid-uWAMYERBWd .dropdown-item:focus { background: #ffffff !important; color: white !important; } .cid-uWAMYERBWd .dropdown-item:hover span { color: white; } .cid-uWAMYERBWd .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-uWAMYERBWd .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-uWAMYERBWd .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-uWAMYERBWd .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-uWAMYERBWd .nav-link { position: relative; } .cid-uWAMYERBWd .container { display: flex; margin: auto; flex-wrap: nowrap; } @media (max-width: 991px) { .cid-uWAMYERBWd .container { flex-wrap: wrap; } } .cid-uWAMYERBWd .container-fluid { flex-wrap: nowrap; } @media (max-width: 991px) { .cid-uWAMYERBWd .container-fluid { flex-wrap: wrap; } } .cid-uWAMYERBWd .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-uWAMYERBWd .dropdown-menu, .cid-uWAMYERBWd .navbar.opened { background: #dcffd0 !important; } .cid-uWAMYERBWd .nav-item:focus, .cid-uWAMYERBWd .nav-link:focus { outline: none; } .cid-uWAMYERBWd .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-uWAMYERBWd .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-uWAMYERBWd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-uWAMYERBWd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-uWAMYERBWd .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-uWAMYERBWd .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-uWAMYERBWd .navbar { min-height: 70px; transition: all 0.3s; border-bottom: 1px solid transparent; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); background: #dcffd0; } .cid-uWAMYERBWd .navbar.opened { transition: all 0.3s; } .cid-uWAMYERBWd .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-uWAMYERBWd .navbar .navbar-logo img { width: auto; } .cid-uWAMYERBWd .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-uWAMYERBWd .navbar.collapsed { justify-content: center; } .cid-uWAMYERBWd .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-uWAMYERBWd .navbar.collapsed.opened .dropdown-menu { top: 0; } .cid-uWAMYERBWd .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-uWAMYERBWd .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-uWAMYERBWd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 41%; } .cid-uWAMYERBWd .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-uWAMYERBWd .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-uWAMYERBWd .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-uWAMYERBWd .navbar .nav-item .nav-link::before { display: none; } .cid-uWAMYERBWd .navbar.opened .dropdown-menu { top: 0; } .cid-uWAMYERBWd .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-uWAMYERBWd .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-uWAMYERBWd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 40%; } .cid-uWAMYERBWd .navbar .navbar-logo img { height: 3rem !important; } .cid-uWAMYERBWd .navbar ul.navbar-nav li { margin: auto; } .cid-uWAMYERBWd .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-uWAMYERBWd .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-uWAMYERBWd .navbar .navbar-toggler { flex-basis: auto; } .cid-uWAMYERBWd .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } @media (max-width: 991px) and (max-width: 767px) { .cid-uWAMYERBWd .navbar .navbar-brand { width: calc(100% - 31px); } } .cid-uWAMYERBWd .navbar.navbar-short { min-height: 60px; } .cid-uWAMYERBWd .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-uWAMYERBWd .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-uWAMYERBWd .navbar-brand { min-height: 70px; flex-shrink: 0; align-items: center; margin-right: 0; padding: 10px 0; transition: all 0.3s; word-break: break-word; z-index: 1; } .cid-uWAMYERBWd .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-uWAMYERBWd .navbar-brand .navbar-logo a { outline: none; } .cid-uWAMYERBWd .dropdown-item.active, .cid-uWAMYERBWd .dropdown-item:active { background-color: transparent; } .cid-uWAMYERBWd .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-uWAMYERBWd .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-uWAMYERBWd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-uWAMYERBWd .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #dcffd0; } .cid-uWAMYERBWd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-uWAMYERBWd .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-uWAMYERBWd ul.navbar-nav { flex-wrap: wrap; } .cid-uWAMYERBWd .navbar-buttons { text-align: center; min-width: 170px; } .cid-uWAMYERBWd button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-uWAMYERBWd button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #ffffff; } .cid-uWAMYERBWd button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-uWAMYERBWd button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-uWAMYERBWd button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-uWAMYERBWd button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-uWAMYERBWd nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-uWAMYERBWd nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-uWAMYERBWd nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-uWAMYERBWd nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-uWAMYERBWd .navbar-dropdown { padding: 0 1rem; } .cid-uWAMYERBWd a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-uWAMYERBWd .icons-menu { flex-wrap: nowrap; display: flex; justify-content: center; padding-left: 1rem; padding-right: 1rem; padding-top: 0.3rem; text-align: center; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .cid-uWAMYERBWd .navbar { height: 70px; } .cid-uWAMYERBWd .navbar.opened { height: auto; } .cid-uWAMYERBWd .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-uWAMYFS1fM { padding-top: 2rem; padding-bottom: 3rem; background-color: #009a5b; } .cid-uWAMYFS1fM .mbr-fallback-image.disabled { display: none; } .cid-uWAMYFS1fM .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } @media (max-width: 991px) { .cid-uWAMYFS1fM .image-wrapper { margin-bottom: 2rem; } } .cid-uWAMYFS1fM .image-wrapper img { width: 100%; object-fit: cover; } @media (min-width: 992px) { .cid-uWAMYFS1fM .text-wrapper { padding: 0 2rem; } } @media (max-width: 768px) { .cid-uWAMYFS1fM .text-wrapper { margin-bottom: 2rem; } } .cid-uWAMYFS1fM .mbr-text, .cid-uWAMYFS1fM .mbr-section-btn { color: #ffffff; } .cid-uWAMYFS1fM .mbr-section-title { color: #eeeeee; } .cid-uWAMYJnjNI { padding-top: 2rem; padding-bottom: 1rem; background-color: #dcffd0; } .cid-uWAMYJnjNI .mbr-fallback-image.disabled { display: none; } .cid-uWAMYJnjNI .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAMYJnjNI .mbr-section-subtitle { color: #000000; } .cid-uWAMYJSozg { padding-top: 1rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-uWAMYJSozg .mbr-fallback-image.disabled { display: none; } .cid-uWAMYJSozg .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAMYJSozg .mbr-section-title { color: #16538c; } .cid-uWAMYJSozg .mbr-section-subtitle { text-align: left; } .cid-uWAMYYpyNN { padding-top: 2rem; padding-bottom: 0rem; background-color: #009a5b; } .cid-uWAMYYpyNN .mbr-fallback-image.disabled { display: none; } .cid-uWAMYYpyNN .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAMYYpyNN .mbr-section-title { color: #ffffff; } .cid-uWAMYZaYoA { padding-top: 2rem; padding-bottom: 1rem; background-color: #009a5b; } .cid-uWAMYZaYoA .mbr-fallback-image.disabled { display: none; } .cid-uWAMYZaYoA .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAMYZaYoA .mbr-section-subtitle { color: #ffffff; text-align: center; } .cid-uWAMYZSlBr { padding-top: 0rem; padding-bottom: 6rem; background-color: #009a5b; } .cid-uWAMYZSlBr .mbr-fallback-image.disabled { display: none; } .cid-uWAMYZSlBr .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAMYZSlBr .image-wrap img { width: 100%; } @media (min-width: 992px) { .cid-uWAMYZSlBr .image-wrap img { display: block; margin: auto; width: 60%; } } .cid-uWAMYZSlBr .mbr-text, .cid-uWAMYZSlBr .mbr-section-btn { color: #ffffff; } .cid-uWAMYZSlBr .mbr-section-title { color: #ffffff; } .cid-uWAMZ0L6Qb { padding-top: 3rem; padding-bottom: 2rem; background-color: #353535; } .cid-uWAMZ0L6Qb .mbr-fallback-image.disabled { display: none; } .cid-uWAMZ0L6Qb .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAMZ0L6Qb ul { list-style: none; margin: 0; padding-left: 2.5rem; } .cid-uWAMZ0L6Qb li { position: relative; margin-bottom: 1rem; } .cid-uWAMZ0L6Qb ul li::before { position: absolute; left: -1.6rem; content: "\2022"; color: #ffffff; font-weight: bold; font-size: 2rem; width: 1.6rem; } .cid-uWAMZ0L6Qb .list { color: #ffffff; } .cid-uWAMZ1weby { padding-top: 3rem; padding-bottom: 0rem; background-color: #353535; } .cid-uWAMZ1weby .mbr-fallback-image.disabled { display: none; } .cid-uWAMZ1weby .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-uWAMZ1weby .mbr-section-subtitle { color: #ffffff; }