body { font-family: Rubik; } .display-1 { font-family: '362CD7_0_0'; font-size: 2.4rem; font-display: swap; } .display-1 > .mbr-iconfont { font-size: 3.84rem; } .display-2 { font-family: '362CD7_1_0'; font-size: 1.4rem; font-display: swap; } .display-2 > .mbr-iconfont { font-size: 2.24rem; } .display-4 { font-family: '362CD7_0_0'; font-size: 1rem; font-display: swap; } .display-4 > .mbr-iconfont { font-size: 1.6rem; } .display-5 { font-family: '362CD7_0_0'; font-size: 1.5rem; font-display: swap; } .display-5 > .mbr-iconfont { font-size: 2.4rem; } .display-7 { font-family: '362CD7_1_0'; font-size: 1rem; font-display: swap; } .display-7 > .mbr-iconfont { font-size: 1.6rem; } /* ---- Fluid typography for mobile devices ---- */ /* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */ /* 100vw - current viewport width */ /* (48 - 20) 48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */ /* 0.65 - min scale variable, may vary */ @media (max-width: 768px) { .display-1 { font-size: 1.92rem; font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))); line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)))); } .display-2 { font-size: 1.12rem; font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))); line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)))); } .display-4 { font-size: 0.8rem; font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))); line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)))); } .display-5 { font-size: 1.2rem; font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))); line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)))); } } /* Buttons */ .btn { padding: 1rem 3rem; border-radius: 3px; } .btn-sm { padding: 0.6rem 1.5rem; border-radius: 3px; } .btn-md { padding: 1rem 3rem; border-radius: 3px; } .btn-lg { padding: 1.2rem 3.2rem; border-radius: 3px; } .bg-primary { background-color: #d21313 !important; } .bg-success { background-color: #6a9dac !important; } .bg-info { background-color: #498f7f !important; } .bg-warning { background-color: #ffffff !important; } .bg-danger { background-color: #b1a374 !important; } .btn-primary, .btn-primary:active { background-color: #d21313 !important; border-color: #d21313 !important; color: #ffffff !important; } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary.active { color: #ffffff !important; background-color: #8c0d0d !important; border-color: #8c0d0d !important; } .btn-primary.disabled, .btn-primary:disabled { color: #ffffff !important; background-color: #8c0d0d !important; border-color: #8c0d0d !important; } .btn-secondary, .btn-secondary:active { background-color: #f77a21 !important; border-color: #f77a21 !important; color: #ffffff !important; } .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary.active { color: #ffffff !important; background-color: #c45607 !important; border-color: #c45607 !important; } .btn-secondary.disabled, .btn-secondary:disabled { color: #ffffff !important; background-color: #c45607 !important; border-color: #c45607 !important; } .btn-info, .btn-info:active { background-color: #498f7f !important; border-color: #498f7f !important; color: #ffffff !important; } .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info.active { color: #ffffff !important; background-color: #2f5c52 !important; border-color: #2f5c52 !important; } .btn-info.disabled, .btn-info:disabled { color: #ffffff !important; background-color: #2f5c52 !important; border-color: #2f5c52 !important; } .btn-success, .btn-success:active { background-color: #6a9dac !important; border-color: #6a9dac !important; color: #ffffff !important; } .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success.active { color: #ffffff !important; background-color: #487481 !important; border-color: #487481 !important; } .btn-success.disabled, .btn-success:disabled { color: #ffffff !important; background-color: #487481 !important; border-color: #487481 !important; } .btn-warning, .btn-warning:active { background-color: #ffffff !important; border-color: #ffffff !important; color: #808080 !important; } .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning.active { color: #808080 !important; background-color: #d9d9d9 !important; border-color: #d9d9d9 !important; } .btn-warning.disabled, .btn-warning:disabled { color: #808080 !important; background-color: #d9d9d9 !important; border-color: #d9d9d9 !important; } .btn-danger, .btn-danger:active { background-color: #b1a374 !important; border-color: #b1a374 !important; color: #ffffff !important; } .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger.active { color: #ffffff !important; background-color: #8b7d4e !important; border-color: #8b7d4e !important; } .btn-danger.disabled, .btn-danger:disabled { color: #ffffff !important; background-color: #8b7d4e !important; border-color: #8b7d4e !important; } .btn-white { color: #333333 !important; } .btn-white, .btn-white:active { background-color: #ffffff !important; border-color: #ffffff !important; color: #808080 !important; } .btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white.active { color: #808080 !important; background-color: #d9d9d9 !important; border-color: #d9d9d9 !important; } .btn-white.disabled, .btn-white:disabled { color: #808080 !important; background-color: #d9d9d9 !important; border-color: #d9d9d9 !important; } .btn-black, .btn-black:active { background-color: #333333 !important; border-color: #333333 !important; color: #ffffff !important; } .btn-black:hover, .btn-black:focus, .btn-black.focus, .btn-black.active { color: #ffffff !important; background-color: #0d0d0d !important; border-color: #0d0d0d !important; } .btn-black.disabled, .btn-black:disabled { color: #ffffff !important; background-color: #0d0d0d !important; border-color: #0d0d0d !important; } .btn-primary-outline, .btn-primary-outline:active { background: none; border-color: #740b0b; color: #740b0b; } .btn-primary-outline:hover, .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline.active { color: #ffffff; background-color: #d21313; border-color: #d21313; } .btn-primary-outline.disabled, .btn-primary-outline:disabled { color: #ffffff !important; background-color: #d21313 !important; border-color: #d21313 !important; } .btn-secondary-outline, .btn-secondary-outline:active { background: none; border-color: #ac4b06; color: #ac4b06; } .btn-secondary-outline:hover, .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline.active { color: #ffffff; background-color: #f77a21; border-color: #f77a21; } .btn-secondary-outline.disabled, .btn-secondary-outline:disabled { color: #ffffff !important; background-color: #f77a21 !important; border-color: #f77a21 !important; } .btn-info-outline, .btn-info-outline:active { background: none; border-color: #274b43; color: #274b43; } .btn-info-outline:hover, .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline.active { color: #ffffff; background-color: #498f7f; border-color: #498f7f; } .btn-info-outline.disabled, .btn-info-outline:disabled { color: #ffffff !important; background-color: #498f7f !important; border-color: #498f7f !important; } .btn-success-outline, .btn-success-outline:active { background: none; border-color: #3f6671; color: #3f6671; } .btn-success-outline:hover, .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline.active { color: #ffffff; background-color: #6a9dac; border-color: #6a9dac; } .btn-success-outline.disabled, .btn-success-outline:disabled { color: #ffffff !important; background-color: #6a9dac !important; border-color: #6a9dac !important; } .btn-warning-outline, .btn-warning-outline:active { background: none; border-color: #cccccc; color: #cccccc; } .btn-warning-outline:hover, .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline.active { color: #808080; background-color: #ffffff; border-color: #ffffff; } .btn-warning-outline.disabled, .btn-warning-outline:disabled { color: #808080 !important; background-color: #ffffff !important; border-color: #ffffff !important; } .btn-danger-outline, .btn-danger-outline:active { background: none; border-color: #7a6e45; color: #7a6e45; } .btn-danger-outline:hover, .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline.active { color: #ffffff; background-color: #b1a374; border-color: #b1a374; } .btn-danger-outline.disabled, .btn-danger-outline:disabled { color: #ffffff !important; background-color: #b1a374 !important; border-color: #b1a374 !important; } .btn-black-outline, .btn-black-outline:active { background: none; border-color: #000000; color: #000000; } .btn-black-outline:hover, .btn-black-outline:focus, .btn-black-outline.focus, .btn-black-outline.active { color: #ffffff; background-color: #333333; border-color: #333333; } .btn-black-outline.disabled, .btn-black-outline:disabled { color: #ffffff !important; background-color: #333333 !important; border-color: #333333 !important; } .btn-white-outline, .btn-white-outline:active, .btn-white-outline.active { background: none; border-color: #ffffff; color: #ffffff; } .btn-white-outline:hover, .btn-white-outline:focus, .btn-white-outline.focus { color: #333333; background-color: #ffffff; border-color: #ffffff; } .text-primary { color: #d21313 !important; } .text-secondary { color: #f77a21 !important; } .text-success { color: #6a9dac !important; } .text-info { color: #498f7f !important; } .text-warning { color: #ffffff !important; } .text-danger { color: #b1a374 !important; } .text-white { color: #ffffff !important; } .text-black { color: #000000 !important; } a.text-primary:hover, a.text-primary:focus { color: #740b0b !important; } a.text-secondary:hover, a.text-secondary:focus { color: #ac4b06 !important; } a.text-success:hover, a.text-success:focus { color: #3f6671 !important; } a.text-info:hover, a.text-info:focus { color: #274b43 !important; } a.text-warning:hover, a.text-warning:focus { color: #cccccc !important; } a.text-danger:hover, a.text-danger:focus { color: #7a6e45 !important; } a.text-white:hover, a.text-white:focus { color: #b3b3b3 !important; } a.text-black:hover, a.text-black:focus { color: #4d4d4d !important; } .alert-success { background-color: #70c770; } .alert-info { background-color: #498f7f; } .alert-warning { background-color: #ffffff; } .alert-danger { background-color: #b1a374; } .mbr-section-btn a.btn:not(.btn-form):hover, .mbr-section-btn a.btn:not(.btn-form):focus { box-shadow: none !important; } .mbr-gallery-filter li.active .btn { background-color: #d21313; border-color: #d21313; color: #ffffff; } .mbr-gallery-filter li.active .btn:focus { box-shadow: none; } a, a:hover { color: #d21313; } .mbr-plan-header.bg-primary .mbr-plan-subtitle, .mbr-plan-header.bg-primary .mbr-plan-price-desc { color: #f9b8b8; } .mbr-plan-header.bg-success .mbr-plan-subtitle, .mbr-plan-header.bg-success .mbr-plan-price-desc { color: #bcd3da; } .mbr-plan-header.bg-info .mbr-plan-subtitle, .mbr-plan-header.bg-info .mbr-plan-price-desc { color: #91c7ba; } .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: #dfd9c6; } /* Scroll to top button*/ .scrollToTop_wraper { display: none; } .form-control { font-family: '362CD7_1_0'; font-size: 1rem; font-display: swap; } .form-control > .mbr-iconfont { font-size: 1.6rem; } blockquote { border-color: #d21313; } /* Forms */ .mbr-form .btn { margin: .4rem 0; } @media (max-width: 767px) { .btn { font-size: .75rem !important; } .btn .mbr-iconfont { font-size: 1rem !important; } } /* Footer */ .mbr-footer-content li::before, .mbr-footer .mbr-contacts li::before { background: #d21313; } .mbr-footer-content li a:hover, .mbr-footer .mbr-contacts li a:hover { color: #d21313; } /* Headers*/ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .card-wrapper { flex: auto !important; } } .jq-selectbox li:hover, .jq-selectbox li.selected { background-color: #d21313; color: #ffffff; } .jq-selectbox .jq-selectbox__trigger-arrow, .jq-number__spin.minus:after, .jq-number__spin.plus:after { transition: 0.4s; border-top-color: currentColor; border-bottom-color: currentColor; } .jq-selectbox:hover .jq-selectbox__trigger-arrow, .jq-number__spin.minus:hover:after, .jq-number__spin.plus:hover:after { border-top-color: #d21313; border-bottom-color: #d21313; } .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current { color: #ffffff !important; background-color: #d21313 !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: #f77a21 !important; box-shadow: none !important; } .lazy-bg { background-image: none !important; } .lazy-placeholder:not(section), .lazy-none { display: block; position: relative; padding-bottom: 56.25%; } iframe.lazy-placeholder, .lazy-placeholder:after { content: ''; position: absolute; width: 100px; height: 100px; background: transparent no-repeat center; background-size: contain; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23d21313' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); } section.lazy-placeholder:after { opacity: 0.3; } #custom-html-31 .illustration { height: 100vh; width: 100%; max-width: 100%; overflow: hidden; } #custom-html-31 .fullscreeniframe { position: absolute; top: 70px; left: 0; right: 0; bottom: 0; margin: 0; padding: 0; width: 100% overflow: hidden; } #custom-html-31 .fullscreeniframe iframe { display: block; height: 0; max-height: 100%; max-width: 100%; min-height: 100%; min-width: 100%; width: 0; border: none; overflow: hidden; } #custom-html-31 .text { position: absolute; max-width: 600px; left: 7%; top: 30%; } #custom-html-31 H1 { font-family: '362CD7_0_0'; font-size: 2.8rem; color: #d21313; text-align: center; font-style: normal; line-height: 1.2; word-break: normal; word-wrap: normal; } @media (max-width: 768px) { #custom-html-31 H1 { font-size: 1.12rem; font-size: calc(1.88285714rem); line-height: calc(2.636rem); } } #custom-html-31 p { font-family: '362CD7_0_0'; font-size: 1rem; margin-bottom: 50px; word-break: normal; word-wrap: normal; } #custom-html-31 .mbr-text, #custom-html-31 .mbr-section-btn { color: #ffffff; text-align: center; } .cid-qO4OIK4WSX { padding-top: 60px; padding-bottom: 60px; background-color: #f9f9f9; } .cid-qO4OIK4WSX .mbr-section-subtitle { color: #232323; } .cid-qO4OIK4WSX H2 { color: #d21313; } .cid-tpaTOyK3VI { padding-top: 30px; padding-bottom: 0px; background-color: #f9f9f9; } .cid-tpaTOyK3VI h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-tpaTOyK3VI p { color: #767676; text-align: left; } .cid-tpaTOyK3VI .card-box { padding-top: 2rem; } .cid-tpaTOyK3VI .card-wrapper { height: 100%; } .cid-tpaTOyK3VI .card-title { color: #d21313; text-align: center; } .cid-tpaTOyK3VI P { text-align: center; color: #4f4943; } .cid-uk2kanYp8Y { padding-top: 30px; padding-bottom: 0px; background-color: #f9f9f9; } .cid-uk2kanYp8Y h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-uk2kanYp8Y p { color: #767676; text-align: left; } .cid-uk2kanYp8Y .card-box { padding-top: 2rem; } .cid-uk2kanYp8Y .card-wrapper { height: 100%; } .cid-uk2kanYp8Y .card-title { color: #d21313; text-align: center; } .cid-uk2kanYp8Y P { text-align: center; color: #4f4943; } .cid-rax5Y0SGzo { padding-top: 30px; padding-bottom: 0px; background-color: #f9f9f9; } .cid-rax5Y0SGzo h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rax5Y0SGzo p { color: #767676; text-align: left; } .cid-rax5Y0SGzo .card-box { padding-top: 2rem; } .cid-rax5Y0SGzo .card-wrapper { height: 100%; } .cid-rax5Y0SGzo .card-title { color: #d21313; text-align: center; } .cid-rax5Y0SGzo P { text-align: center; color: #4f4943; } .cid-raxpAzpdhv { padding-top: 45px; padding-bottom: 45px; background-color: #ffffff; } .cid-raxpAzpdhv .mbr-section-subtitle { color: #d21313; } .cid-raxpAzpdhv .btn { margin: 0 0 .5rem 0; } .cid-raxpAzpdhv H2 { color: #d21313; text-align: center; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-rbnUk25KsX { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-rbnUk25KsX .content { text-align: center; } .cid-rbnUk25KsX .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-rbnUk25KsX .media-wrap { margin-bottom: 1rem; } } .cid-rbnUk25KsX .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-rbnUk25KsX .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-rbnUk25KsX .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-rbnUk25KsX .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-rbnUk25KsX .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-rbnUk25KsX .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-rbnUk25KsX .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-rbnUk25KsX .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-rbnUk25KsX .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-rbnUk25KsX .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-rbnUk25KsX P { color: #ffffff; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raUvMeCGz0 { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raUvMeCGz0 .mbr-section-subtitle { color: #232323; } .cid-raUvMeCGz0 H2 { color: #d21313; } .cid-raUvPYALr3 { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raUvPYALr3 .mbr-section-subtitle { color: #232323; } .cid-raUvPYALr3 H2 { color: #d21313; } .cid-raUvXuCNnA { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } @media (min-width: 992px) { .cid-raUvXuCNnA .mbr-figure { padding-right: 4rem; } } @media (max-width: 992px) { .cid-raUvXuCNnA .mbr-figure { padding-bottom: 1rem; } } .cid-raUvXuCNnA .mbr-text { color: #767676; } .cid-tBesvl1lJ9 { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBesvl1lJ9 .content { text-align: center; } .cid-tBesvl1lJ9 .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBesvl1lJ9 .media-wrap { margin-bottom: 1rem; } } .cid-tBesvl1lJ9 .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBesvl1lJ9 .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBesvl1lJ9 .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBesvl1lJ9 .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBesvl1lJ9 .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBesvl1lJ9 .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBesvl1lJ9 .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBesvl1lJ9 .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBesvl1lJ9 .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBesvl1lJ9 .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBesvl1lJ9 P { color: #ffffff; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raUsUoIQZn { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raUsUoIQZn .mbr-section-subtitle { color: #232323; } .cid-raUsUoIQZn H2 { color: #d21313; } .cid-raUsUPuLcz { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raUsUPuLcz .mbr-section-subtitle { color: #232323; } .cid-raUsUPuLcz H2 { color: #d21313; } .cid-raUsX4pJeF { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-raUsX4pJeF h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-raUsX4pJeF p { color: #767676; text-align: left; } .cid-raUsX4pJeF .card-box { padding-top: 2rem; } .cid-raUsX4pJeF .card-wrapper { height: 100%; } .cid-raUsX4pJeF .card-title { color: #d21313; text-align: center; } .cid-raUsX4pJeF P { text-align: center; color: #4f4943; } .cid-raUsXDFa5b { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-raUsXDFa5b h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-raUsXDFa5b p { color: #767676; text-align: left; } .cid-raUsXDFa5b .card-box { padding-top: 2rem; } .cid-raUsXDFa5b .card-wrapper { height: 100%; } .cid-raUsXDFa5b .card-title { color: #d21313; text-align: center; } .cid-raUsXDFa5b P { text-align: center; color: #4f4943; } .cid-raUtpg1jyj { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-raUtpg1jyj h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-raUtpg1jyj p { color: #767676; text-align: left; } .cid-raUtpg1jyj .card-box { padding-top: 2rem; } .cid-raUtpg1jyj .card-wrapper { height: 100%; } .cid-raUtpg1jyj .card-title { color: #d21313; text-align: center; } .cid-raUtpg1jyj P { text-align: center; color: #4f4943; } .cid-tBesLsOhUZ { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBesLsOhUZ .content { text-align: center; } .cid-tBesLsOhUZ .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBesLsOhUZ .media-wrap { margin-bottom: 1rem; } } .cid-tBesLsOhUZ .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBesLsOhUZ .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBesLsOhUZ .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBesLsOhUZ .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBesLsOhUZ .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBesLsOhUZ .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBesLsOhUZ .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBesLsOhUZ .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBesLsOhUZ .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBesLsOhUZ .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBesLsOhUZ P { color: #ffffff; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raUnnjFKQC { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raUnnjFKQC .mbr-section-subtitle { color: #232323; } .cid-raUnnjFKQC H2 { color: #d21313; } .cid-raUnnvJPFK { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raUnnvJPFK .mbr-section-subtitle { color: #232323; } .cid-raUnnvJPFK H2 { color: #d21313; } .cid-raUnwgNDLM { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raUnwgNDLM .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raUnwgNDLM .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raUnwgNDLM .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raUnwgNDLM .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raUnwgNDLM .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raUnwgNDLM .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raUnwgNDLM .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raUnwgNDLM .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raUnwgNDLM .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raUodDieAd { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raUodDieAd .mbr-section-text { color: #767676; } .cid-raUodDieAd .mbr-section-subtitle { color: #767676; } .cid-raUodDieAd .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raUodDieAd .mbr-iconfont { font-size: 48px; } .cid-raUodDieAd .card-img { margin-bottom: 1.5rem; } .cid-raUodDieAd .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raUodDieAd .tab-content { margin-top: 3rem; width: 100%; } .cid-raUodDieAd .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raUodDieAd .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raUodDieAd .nav-tabs .nav-link:hover { background: #d21313; } .cid-raUodDieAd .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raUodDieAd .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raUoebw99c { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-raUvlotnCQ { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raUvlotnCQ .mbr-section-subtitle { color: #232323; } .cid-raUvlotnCQ H2 { color: #d21313; } .cid-tpaUrxMpkp { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-tpaUrxMpkp h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-tpaUrxMpkp p { color: #767676; text-align: left; } .cid-tpaUrxMpkp .card-box { padding-top: 2rem; } .cid-tpaUrxMpkp .card-wrapper { height: 100%; } .cid-tpaUrxMpkp .card-title { color: #d21313; text-align: center; } .cid-tpaUrxMpkp P { text-align: center; color: #4f4943; } .cid-rbnuUvrb5l { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnuUvrb5l h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnuUvrb5l p { color: #767676; text-align: left; } .cid-rbnuUvrb5l .card-box { padding-top: 2rem; } .cid-rbnuUvrb5l .card-wrapper { height: 100%; } .cid-rbnuUvrb5l .card-title { color: #d21313; text-align: center; } .cid-rbnuUvrb5l P { text-align: center; color: #4f4943; } .cid-rbnuUVkjSV { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnuUVkjSV h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnuUVkjSV p { color: #767676; text-align: left; } .cid-rbnuUVkjSV .card-box { padding-top: 2rem; } .cid-rbnuUVkjSV .card-wrapper { height: 100%; } .cid-rbnuUVkjSV .card-title { color: #d21313; text-align: center; } .cid-rbnuUVkjSV P { text-align: center; color: #4f4943; } .cid-tBesP7gzE7 { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBesP7gzE7 .content { text-align: center; } .cid-tBesP7gzE7 .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBesP7gzE7 .media-wrap { margin-bottom: 1rem; } } .cid-tBesP7gzE7 .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBesP7gzE7 .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBesP7gzE7 .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBesP7gzE7 .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBesP7gzE7 .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBesP7gzE7 .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBesP7gzE7 .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBesP7gzE7 .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBesP7gzE7 .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBesP7gzE7 .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBesP7gzE7 P { color: #ffffff; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raUml7AyNt { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raUml7AyNt .mbr-section-subtitle { color: #232323; } .cid-raUml7AyNt H2 { color: #d21313; } .cid-raUmlrzui8 { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raUmlrzui8 .mbr-section-subtitle { color: #232323; } .cid-raUmlrzui8 H2 { color: #d21313; } .cid-raUmqO0iFF { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raUmqO0iFF .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raUmqO0iFF .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raUmqO0iFF .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raUmqO0iFF .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raUmqO0iFF .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raUmqO0iFF .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raUmqO0iFF .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raUmqO0iFF .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raUmqO0iFF .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raUmITU7Gb { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raUmITU7Gb .mbr-section-text { color: #767676; } .cid-raUmITU7Gb .mbr-section-subtitle { color: #767676; } .cid-raUmITU7Gb .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raUmITU7Gb .mbr-iconfont { font-size: 48px; } .cid-raUmITU7Gb .card-img { margin-bottom: 1.5rem; } .cid-raUmITU7Gb .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raUmITU7Gb .tab-content { margin-top: 3rem; width: 100%; } .cid-raUmITU7Gb .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raUmITU7Gb .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raUmITU7Gb .nav-tabs .nav-link:hover { background: #d21313; } .cid-raUmITU7Gb .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raUmITU7Gb .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raUmJgl3p8 { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-raUvi7n2kv { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raUvi7n2kv .mbr-section-subtitle { color: #232323; } .cid-raUvi7n2kv H2 { color: #d21313; } .cid-tpaUvb9KYp { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-tpaUvb9KYp h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-tpaUvb9KYp p { color: #767676; text-align: left; } .cid-tpaUvb9KYp .card-box { padding-top: 2rem; } .cid-tpaUvb9KYp .card-wrapper { height: 100%; } .cid-tpaUvb9KYp .card-title { color: #d21313; text-align: center; } .cid-tpaUvb9KYp P { text-align: center; color: #4f4943; } .cid-rbnv9kfdJw { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnv9kfdJw h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnv9kfdJw p { color: #767676; text-align: left; } .cid-rbnv9kfdJw .card-box { padding-top: 2rem; } .cid-rbnv9kfdJw .card-wrapper { height: 100%; } .cid-rbnv9kfdJw .card-title { color: #d21313; text-align: center; } .cid-rbnv9kfdJw P { text-align: center; color: #4f4943; } .cid-rbnv9JpHRK { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnv9JpHRK h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnv9JpHRK p { color: #767676; text-align: left; } .cid-rbnv9JpHRK .card-box { padding-top: 2rem; } .cid-rbnv9JpHRK .card-wrapper { height: 100%; } .cid-rbnv9JpHRK .card-title { color: #d21313; text-align: center; } .cid-rbnv9JpHRK P { text-align: center; color: #4f4943; } .cid-tBetZ9eQb1 { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBetZ9eQb1 .content { text-align: center; } .cid-tBetZ9eQb1 .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBetZ9eQb1 .media-wrap { margin-bottom: 1rem; } } .cid-tBetZ9eQb1 .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBetZ9eQb1 .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBetZ9eQb1 .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBetZ9eQb1 .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBetZ9eQb1 .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBetZ9eQb1 .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBetZ9eQb1 .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBetZ9eQb1 .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBetZ9eQb1 .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBetZ9eQb1 .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBetZ9eQb1 P { color: #ffffff; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raUkRmu9KH { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raUkRmu9KH .mbr-section-subtitle { color: #232323; } .cid-raUkRmu9KH H2 { color: #d21313; } .cid-raUkRESxzR { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raUkRESxzR .mbr-section-subtitle { color: #232323; } .cid-raUkRESxzR H2 { color: #d21313; } .cid-raUkWcm6n5 { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raUkWcm6n5 .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raUkWcm6n5 .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raUkWcm6n5 .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raUkWcm6n5 .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raUkWcm6n5 .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raUkWcm6n5 .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raUkWcm6n5 .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raUkWcm6n5 .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raUkWcm6n5 .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raUlAAWcgc { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raUlAAWcgc .mbr-section-text { color: #767676; } .cid-raUlAAWcgc .mbr-section-subtitle { color: #767676; } .cid-raUlAAWcgc .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raUlAAWcgc .mbr-iconfont { font-size: 48px; } .cid-raUlAAWcgc .card-img { margin-bottom: 1.5rem; } .cid-raUlAAWcgc .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raUlAAWcgc .tab-content { margin-top: 3rem; width: 100%; } .cid-raUlAAWcgc .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raUlAAWcgc .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raUlAAWcgc .nav-tabs .nav-link:hover { background: #d21313; } .cid-raUlAAWcgc .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raUlAAWcgc .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raUlB2bgPG { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-raUveG88jB { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raUveG88jB .mbr-section-subtitle { color: #232323; } .cid-raUveG88jB H2 { color: #d21313; } .cid-tpaUyxkhsO { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-tpaUyxkhsO h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-tpaUyxkhsO p { color: #767676; text-align: left; } .cid-tpaUyxkhsO .card-box { padding-top: 2rem; } .cid-tpaUyxkhsO .card-wrapper { height: 100%; } .cid-tpaUyxkhsO .card-title { color: #d21313; text-align: center; } .cid-tpaUyxkhsO P { text-align: center; color: #4f4943; } .cid-rbnvf160pd { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnvf160pd h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnvf160pd p { color: #767676; text-align: left; } .cid-rbnvf160pd .card-box { padding-top: 2rem; } .cid-rbnvf160pd .card-wrapper { height: 100%; } .cid-rbnvf160pd .card-title { color: #d21313; text-align: center; } .cid-rbnvf160pd P { text-align: center; color: #4f4943; } .cid-rbnvfoVY9X { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnvfoVY9X h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnvfoVY9X p { color: #767676; text-align: left; } .cid-rbnvfoVY9X .card-box { padding-top: 2rem; } .cid-rbnvfoVY9X .card-wrapper { height: 100%; } .cid-rbnvfoVY9X .card-title { color: #d21313; text-align: center; } .cid-rbnvfoVY9X P { text-align: center; color: #4f4943; } .cid-tBeu1WyxeK { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBeu1WyxeK .content { text-align: center; } .cid-tBeu1WyxeK .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBeu1WyxeK .media-wrap { margin-bottom: 1rem; } } .cid-tBeu1WyxeK .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBeu1WyxeK .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBeu1WyxeK .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBeu1WyxeK .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBeu1WyxeK .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBeu1WyxeK .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBeu1WyxeK .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBeu1WyxeK .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBeu1WyxeK .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBeu1WyxeK .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBeu1WyxeK P { color: #ffffff; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raUjI5Wnr7 { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raUjI5Wnr7 .mbr-section-subtitle { color: #232323; } .cid-raUjI5Wnr7 H2 { color: #d21313; } .cid-raUjIgVQCG { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raUjIgVQCG .mbr-section-subtitle { color: #232323; } .cid-raUjIgVQCG H2 { color: #d21313; } .cid-raUjLwsa1Y { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raUjLwsa1Y .video-block { margin: auto; } @media (max-width: 768px) { .cid-raUjLwsa1Y .video-block { width: 100% !important; } } .cid-raUNv6oWFO { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raUNv6oWFO .mbr-section-subtitle { color: #232323; } .cid-raUNv6oWFO H2 { color: #d21313; } .cid-raUjSV9hhD { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raUjSV9hhD .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raUjSV9hhD .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raUjSV9hhD .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raUjSV9hhD .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raUjSV9hhD .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raUjSV9hhD .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raUjSV9hhD .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raUjSV9hhD .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raUjSV9hhD .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raUk73e8Yr { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raUk73e8Yr .mbr-section-text { color: #767676; } .cid-raUk73e8Yr .mbr-section-subtitle { color: #767676; } .cid-raUk73e8Yr .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raUk73e8Yr .mbr-iconfont { font-size: 48px; } .cid-raUk73e8Yr .card-img { margin-bottom: 1.5rem; } .cid-raUk73e8Yr .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raUk73e8Yr .tab-content { margin-top: 3rem; width: 100%; } .cid-raUk73e8Yr .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raUk73e8Yr .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raUk73e8Yr .nav-tabs .nav-link:hover { background: #d21313; } .cid-raUk73e8Yr .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raUk73e8Yr .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raUk7rYgZx { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-raUvbQETD6 { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raUvbQETD6 .mbr-section-subtitle { color: #232323; } .cid-raUvbQETD6 H2 { color: #d21313; } .cid-tpaUCpWLwl { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-tpaUCpWLwl h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-tpaUCpWLwl p { color: #767676; text-align: left; } .cid-tpaUCpWLwl .card-box { padding-top: 2rem; } .cid-tpaUCpWLwl .card-wrapper { height: 100%; } .cid-tpaUCpWLwl .card-title { color: #d21313; text-align: center; } .cid-tpaUCpWLwl P { text-align: center; color: #4f4943; } .cid-rbnvqcoCBa { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnvqcoCBa h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnvqcoCBa p { color: #767676; text-align: left; } .cid-rbnvqcoCBa .card-box { padding-top: 2rem; } .cid-rbnvqcoCBa .card-wrapper { height: 100%; } .cid-rbnvqcoCBa .card-title { color: #d21313; text-align: center; } .cid-rbnvqcoCBa P { text-align: center; color: #4f4943; } .cid-rbnvqCEkAq { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnvqCEkAq h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnvqCEkAq p { color: #767676; text-align: left; } .cid-rbnvqCEkAq .card-box { padding-top: 2rem; } .cid-rbnvqCEkAq .card-wrapper { height: 100%; } .cid-rbnvqCEkAq .card-title { color: #d21313; text-align: center; } .cid-rbnvqCEkAq P { text-align: center; color: #4f4943; } .cid-tBeu5ibbWg { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBeu5ibbWg .content { text-align: center; } .cid-tBeu5ibbWg .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBeu5ibbWg .media-wrap { margin-bottom: 1rem; } } .cid-tBeu5ibbWg .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBeu5ibbWg .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBeu5ibbWg .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBeu5ibbWg .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBeu5ibbWg .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBeu5ibbWg .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBeu5ibbWg .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBeu5ibbWg .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBeu5ibbWg .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBeu5ibbWg .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBeu5ibbWg P { color: #ffffff; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raUiYmKjNR { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raUiYmKjNR .mbr-section-subtitle { color: #232323; } .cid-raUiYmKjNR H2 { color: #d21313; } .cid-raUiYOvsVr { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raUiYOvsVr .mbr-section-subtitle { color: #232323; } .cid-raUiYOvsVr H2 { color: #d21313; } .cid-raUj3Yti4H { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raUj3Yti4H .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raUj3Yti4H .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raUj3Yti4H .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raUj3Yti4H .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raUj3Yti4H .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raUj3Yti4H .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raUj3Yti4H .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raUj3Yti4H .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raUj3Yti4H .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raUjfde9Yc { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raUjfde9Yc .mbr-section-text { color: #767676; } .cid-raUjfde9Yc .mbr-section-subtitle { color: #767676; } .cid-raUjfde9Yc .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raUjfde9Yc .mbr-iconfont { font-size: 48px; } .cid-raUjfde9Yc .card-img { margin-bottom: 1.5rem; } .cid-raUjfde9Yc .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raUjfde9Yc .tab-content { margin-top: 3rem; width: 100%; } .cid-raUjfde9Yc .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raUjfde9Yc .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raUjfde9Yc .nav-tabs .nav-link:hover { background: #d21313; } .cid-raUjfde9Yc .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raUjfde9Yc .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raUjfNEklS { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-raUv8KYIi7 { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raUv8KYIi7 .mbr-section-subtitle { color: #232323; } .cid-raUv8KYIi7 H2 { color: #d21313; } .cid-tpaUFM3t1k { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-tpaUFM3t1k h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-tpaUFM3t1k p { color: #767676; text-align: left; } .cid-tpaUFM3t1k .card-box { padding-top: 2rem; } .cid-tpaUFM3t1k .card-wrapper { height: 100%; } .cid-tpaUFM3t1k .card-title { color: #d21313; text-align: center; } .cid-tpaUFM3t1k P { text-align: center; color: #4f4943; } .cid-rbnvzF3S4A { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnvzF3S4A h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnvzF3S4A p { color: #767676; text-align: left; } .cid-rbnvzF3S4A .card-box { padding-top: 2rem; } .cid-rbnvzF3S4A .card-wrapper { height: 100%; } .cid-rbnvzF3S4A .card-title { color: #d21313; text-align: center; } .cid-rbnvzF3S4A P { text-align: center; color: #4f4943; } .cid-rbnvA1dem8 { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnvA1dem8 h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnvA1dem8 p { color: #767676; text-align: left; } .cid-rbnvA1dem8 .card-box { padding-top: 2rem; } .cid-rbnvA1dem8 .card-wrapper { height: 100%; } .cid-rbnvA1dem8 .card-title { color: #d21313; text-align: center; } .cid-rbnvA1dem8 P { text-align: center; color: #4f4943; } .cid-tBeuaklUBd { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBeuaklUBd .content { text-align: center; } .cid-tBeuaklUBd .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBeuaklUBd .media-wrap { margin-bottom: 1rem; } } .cid-tBeuaklUBd .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBeuaklUBd .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBeuaklUBd .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBeuaklUBd .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBeuaklUBd .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBeuaklUBd .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBeuaklUBd .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBeuaklUBd .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBeuaklUBd .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBeuaklUBd .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBeuaklUBd P { color: #ffffff; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raUi6OrIhi { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raUi6OrIhi .mbr-section-subtitle { color: #232323; } .cid-raUi6OrIhi H2 { color: #d21313; } .cid-raUi78LnBc { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raUi78LnBc .mbr-section-subtitle { color: #232323; } .cid-raUi78LnBc H2 { color: #d21313; } .cid-raUi9RGciX { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raUi9RGciX .video-block { margin: auto; } @media (max-width: 768px) { .cid-raUi9RGciX .video-block { width: 100% !important; } } .cid-raUNyCvFGr { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raUNyCvFGr .mbr-section-subtitle { color: #232323; } .cid-raUNyCvFGr H2 { color: #d21313; } .cid-raUifNALH4 { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raUifNALH4 .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raUifNALH4 .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raUifNALH4 .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raUifNALH4 .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raUifNALH4 .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raUifNALH4 .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raUifNALH4 .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raUifNALH4 .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raUifNALH4 .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raUispTsBx { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raUispTsBx .mbr-section-text { color: #767676; } .cid-raUispTsBx .mbr-section-subtitle { color: #767676; } .cid-raUispTsBx .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raUispTsBx .mbr-iconfont { font-size: 48px; } .cid-raUispTsBx .card-img { margin-bottom: 1.5rem; } .cid-raUispTsBx .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raUispTsBx .tab-content { margin-top: 3rem; width: 100%; } .cid-raUispTsBx .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raUispTsBx .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raUispTsBx .nav-tabs .nav-link:hover { background: #d21313; } .cid-raUispTsBx .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raUispTsBx .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raUitivkW0 { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-raUv5DmEu6 { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raUv5DmEu6 .mbr-section-subtitle { color: #232323; } .cid-raUv5DmEu6 H2 { color: #d21313; } .cid-tpaUJCkU0O { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-tpaUJCkU0O h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-tpaUJCkU0O p { color: #767676; text-align: left; } .cid-tpaUJCkU0O .card-box { padding-top: 2rem; } .cid-tpaUJCkU0O .card-wrapper { height: 100%; } .cid-tpaUJCkU0O .card-title { color: #d21313; text-align: center; } .cid-tpaUJCkU0O P { text-align: center; color: #4f4943; } .cid-rbnvFRih1d { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnvFRih1d h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnvFRih1d p { color: #767676; text-align: left; } .cid-rbnvFRih1d .card-box { padding-top: 2rem; } .cid-rbnvFRih1d .card-wrapper { height: 100%; } .cid-rbnvFRih1d .card-title { color: #d21313; text-align: center; } .cid-rbnvFRih1d P { text-align: center; color: #4f4943; } .cid-rbnvGlFcy5 { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnvGlFcy5 h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnvGlFcy5 p { color: #767676; text-align: left; } .cid-rbnvGlFcy5 .card-box { padding-top: 2rem; } .cid-rbnvGlFcy5 .card-wrapper { height: 100%; } .cid-rbnvGlFcy5 .card-title { color: #d21313; text-align: center; } .cid-rbnvGlFcy5 P { text-align: center; color: #4f4943; } .cid-tBeucXEEmw { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBeucXEEmw .content { text-align: center; } .cid-tBeucXEEmw .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBeucXEEmw .media-wrap { margin-bottom: 1rem; } } .cid-tBeucXEEmw .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBeucXEEmw .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBeucXEEmw .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBeucXEEmw .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBeucXEEmw .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBeucXEEmw .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBeucXEEmw .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBeucXEEmw .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBeucXEEmw .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBeucXEEmw .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBeucXEEmw P { color: #ffffff; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raUfPvg0LT { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raUfPvg0LT .mbr-section-subtitle { color: #232323; } .cid-raUfPvg0LT H2 { color: #d21313; } .cid-raUfPO5ToI { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raUfPO5ToI .mbr-section-subtitle { color: #232323; } .cid-raUfPO5ToI H2 { color: #d21313; } .cid-raUfSD1ZK5 { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raUfSD1ZK5 .video-block { margin: auto; } @media (max-width: 768px) { .cid-raUfSD1ZK5 .video-block { width: 100% !important; } } .cid-raUNATf0Pe { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raUNATf0Pe .mbr-section-subtitle { color: #232323; } .cid-raUNATf0Pe H2 { color: #d21313; } .cid-raUgdjDHub { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raUgdjDHub .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raUgdjDHub .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raUgdjDHub .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raUgdjDHub .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raUgdjDHub .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raUgdjDHub .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raUgdjDHub .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raUgdjDHub .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raUgdjDHub .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raUgs6QELc { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raUgs6QELc .mbr-section-text { color: #767676; } .cid-raUgs6QELc .mbr-section-subtitle { color: #767676; } .cid-raUgs6QELc .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raUgs6QELc .mbr-iconfont { font-size: 48px; } .cid-raUgs6QELc .card-img { margin-bottom: 1.5rem; } .cid-raUgs6QELc .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raUgs6QELc .tab-content { margin-top: 3rem; width: 100%; } .cid-raUgs6QELc .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raUgs6QELc .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raUgs6QELc .nav-tabs .nav-link:hover { background: #d21313; } .cid-raUgs6QELc .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raUgs6QELc .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raUgsyiSi1 { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-raUv2suIUm { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raUv2suIUm .mbr-section-subtitle { color: #232323; } .cid-raUv2suIUm H2 { color: #d21313; } .cid-tpaUMFg4Et { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-tpaUMFg4Et h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-tpaUMFg4Et p { color: #767676; text-align: left; } .cid-tpaUMFg4Et .card-box { padding-top: 2rem; } .cid-tpaUMFg4Et .card-wrapper { height: 100%; } .cid-tpaUMFg4Et .card-title { color: #d21313; text-align: center; } .cid-tpaUMFg4Et P { text-align: center; color: #4f4943; } .cid-rbnvLrZTmm { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnvLrZTmm h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnvLrZTmm p { color: #767676; text-align: left; } .cid-rbnvLrZTmm .card-box { padding-top: 2rem; } .cid-rbnvLrZTmm .card-wrapper { height: 100%; } .cid-rbnvLrZTmm .card-title { color: #d21313; text-align: center; } .cid-rbnvLrZTmm P { text-align: center; color: #4f4943; } .cid-rbnvLPfNn7 { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnvLPfNn7 h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnvLPfNn7 p { color: #767676; text-align: left; } .cid-rbnvLPfNn7 .card-box { padding-top: 2rem; } .cid-rbnvLPfNn7 .card-wrapper { height: 100%; } .cid-rbnvLPfNn7 .card-title { color: #d21313; text-align: center; } .cid-rbnvLPfNn7 P { text-align: center; color: #4f4943; } .cid-tBeufAHzsk { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBeufAHzsk .content { text-align: center; } .cid-tBeufAHzsk .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBeufAHzsk .media-wrap { margin-bottom: 1rem; } } .cid-tBeufAHzsk .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBeufAHzsk .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBeufAHzsk .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBeufAHzsk .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBeufAHzsk .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBeufAHzsk .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBeufAHzsk .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBeufAHzsk .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBeufAHzsk .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBeufAHzsk .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBeufAHzsk P { color: #ffffff; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raPiuMCkEZ { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raPiuMCkEZ .mbr-section-subtitle { color: #232323; } .cid-raPiuMCkEZ H2 { color: #d21313; } .cid-raPiv6Fo8w { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raPiv6Fo8w .mbr-section-subtitle { color: #232323; } .cid-raPiv6Fo8w H2 { color: #d21313; } .cid-raPjg3fZbN { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raPjg3fZbN .video-block { margin: auto; } @media (max-width: 768px) { .cid-raPjg3fZbN .video-block { width: 100% !important; } } .cid-raPjDy82av { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raPjDy82av .mbr-section-subtitle { color: #232323; } .cid-raPjDy82av H2 { color: #d21313; } .cid-raPjHKw824 { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raPjHKw824 .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raPjHKw824 .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raPjHKw824 .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raPjHKw824 .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raPjHKw824 .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raPjHKw824 .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raPjHKw824 .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raPjHKw824 .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raPjHKw824 .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raPkci3Z8Y { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raPkci3Z8Y .mbr-section-text { color: #767676; } .cid-raPkci3Z8Y .mbr-section-subtitle { color: #767676; } .cid-raPkci3Z8Y .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raPkci3Z8Y .mbr-iconfont { font-size: 48px; } .cid-raPkci3Z8Y .card-img { margin-bottom: 1.5rem; } .cid-raPkci3Z8Y .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raPkci3Z8Y .tab-content { margin-top: 3rem; width: 100%; } .cid-raPkci3Z8Y .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raPkci3Z8Y .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raPkci3Z8Y .nav-tabs .nav-link:hover { background: #d21313; } .cid-raPkci3Z8Y .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raPkci3Z8Y .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raPkcExNLG { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-raUuYFXW97 { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raUuYFXW97 .mbr-section-subtitle { color: #232323; } .cid-raUuYFXW97 H2 { color: #d21313; } .cid-tpaUPqNvD9 { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-tpaUPqNvD9 h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-tpaUPqNvD9 p { color: #767676; text-align: left; } .cid-tpaUPqNvD9 .card-box { padding-top: 2rem; } .cid-tpaUPqNvD9 .card-wrapper { height: 100%; } .cid-tpaUPqNvD9 .card-title { color: #d21313; text-align: center; } .cid-tpaUPqNvD9 P { text-align: center; color: #4f4943; } .cid-rbnvR08yPN { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnvR08yPN h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnvR08yPN p { color: #767676; text-align: left; } .cid-rbnvR08yPN .card-box { padding-top: 2rem; } .cid-rbnvR08yPN .card-wrapper { height: 100%; } .cid-rbnvR08yPN .card-title { color: #d21313; text-align: center; } .cid-rbnvR08yPN P { text-align: center; color: #4f4943; } .cid-rbnvRp5XWh { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnvRp5XWh h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnvRp5XWh p { color: #767676; text-align: left; } .cid-rbnvRp5XWh .card-box { padding-top: 2rem; } .cid-rbnvRp5XWh .card-wrapper { height: 100%; } .cid-rbnvRp5XWh .card-title { color: #d21313; text-align: center; } .cid-rbnvRp5XWh P { text-align: center; color: #4f4943; } .cid-tBeui1SiAx { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBeui1SiAx .content { text-align: center; } .cid-tBeui1SiAx .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBeui1SiAx .media-wrap { margin-bottom: 1rem; } } .cid-tBeui1SiAx .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBeui1SiAx .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBeui1SiAx .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBeui1SiAx .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBeui1SiAx .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBeui1SiAx .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBeui1SiAx .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBeui1SiAx .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBeui1SiAx .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBeui1SiAx .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBeui1SiAx P { color: #ffffff; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raP7dyboP4 { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raP7dyboP4 .mbr-section-subtitle { color: #232323; } .cid-raP7dyboP4 H2 { color: #d21313; } .cid-raP7ejk1xc { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raP7ejk1xc .mbr-section-subtitle { color: #232323; } .cid-raP7ejk1xc H2 { color: #d21313; } .cid-raUNEGwgKQ { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raUNEGwgKQ .mbr-section-subtitle { color: #232323; } .cid-raUNEGwgKQ H2 { color: #d21313; } .cid-raPeT9X7y9 { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raPeT9X7y9 .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raPeT9X7y9 .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raPeT9X7y9 .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raPeT9X7y9 .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raPeT9X7y9 .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raPeT9X7y9 .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raPeT9X7y9 .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raPeT9X7y9 .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raPeT9X7y9 .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raPggI32cl { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raPggI32cl .mbr-section-text { color: #767676; } .cid-raPggI32cl .mbr-section-subtitle { color: #767676; } .cid-raPggI32cl .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raPggI32cl .mbr-iconfont { font-size: 48px; } .cid-raPggI32cl .card-img { margin-bottom: 1.5rem; } .cid-raPggI32cl .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raPggI32cl .tab-content { margin-top: 3rem; width: 100%; } .cid-raPggI32cl .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raPggI32cl .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raPggI32cl .nav-tabs .nav-link:hover { background: #d21313; } .cid-raPggI32cl .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raPggI32cl .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raPgjTJQnG { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-raUuQIv4I9 { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raUuQIv4I9 .mbr-section-subtitle { color: #232323; } .cid-raUuQIv4I9 H2 { color: #d21313; } .cid-tpaUWjaCXp { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-tpaUWjaCXp h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-tpaUWjaCXp p { color: #767676; text-align: left; } .cid-tpaUWjaCXp .card-box { padding-top: 2rem; } .cid-tpaUWjaCXp .card-wrapper { height: 100%; } .cid-tpaUWjaCXp .card-title { color: #d21313; text-align: center; } .cid-tpaUWjaCXp P { text-align: center; color: #4f4943; } .cid-rbnvZtsP8A { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnvZtsP8A h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnvZtsP8A p { color: #767676; text-align: left; } .cid-rbnvZtsP8A .card-box { padding-top: 2rem; } .cid-rbnvZtsP8A .card-wrapper { height: 100%; } .cid-rbnvZtsP8A .card-title { color: #d21313; text-align: center; } .cid-rbnvZtsP8A P { text-align: center; color: #4f4943; } .cid-rbnvZSqo5B { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnvZSqo5B h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnvZSqo5B p { color: #767676; text-align: left; } .cid-rbnvZSqo5B .card-box { padding-top: 2rem; } .cid-rbnvZSqo5B .card-wrapper { height: 100%; } .cid-rbnvZSqo5B .card-title { color: #d21313; text-align: center; } .cid-rbnvZSqo5B P { text-align: center; color: #4f4943; } .cid-tBeunpFHiN { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBeunpFHiN .content { text-align: center; } .cid-tBeunpFHiN .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBeunpFHiN .media-wrap { margin-bottom: 1rem; } } .cid-tBeunpFHiN .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBeunpFHiN .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBeunpFHiN .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBeunpFHiN .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBeunpFHiN .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBeunpFHiN .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBeunpFHiN .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBeunpFHiN .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBeunpFHiN .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBeunpFHiN .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBeunpFHiN P { color: #ffffff; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raOSzVgWbV { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raOSzVgWbV .mbr-section-subtitle { color: #232323; } .cid-raOSzVgWbV H2 { color: #d21313; } .cid-raOSAshOLU { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raOSAshOLU .mbr-section-subtitle { color: #232323; } .cid-raOSAshOLU H2 { color: #d21313; } .cid-raOSGQQFjG { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-raOSGQQFjG h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-raOSGQQFjG p { color: #767676; text-align: left; } .cid-raOSGQQFjG .card-box { padding-top: 2rem; } .cid-raOSGQQFjG .card-wrapper { height: 100%; } .cid-raOSGQQFjG .card-title { color: #d21313; text-align: center; } .cid-raOSGQQFjG P { text-align: center; color: #4f4943; } .cid-raOSWiCvt2 { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-raOSWiCvt2 h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-raOSWiCvt2 p { color: #767676; text-align: left; } .cid-raOSWiCvt2 .card-box { padding-top: 2rem; } .cid-raOSWiCvt2 .card-wrapper { height: 100%; } .cid-raOSWiCvt2 .card-title { color: #d21313; text-align: center; } .cid-raOSWiCvt2 P { text-align: center; color: #4f4943; } .cid-raOT6Z4z70 { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-raOT6Z4z70 h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-raOT6Z4z70 p { color: #767676; text-align: left; } .cid-raOT6Z4z70 .card-box { padding-top: 2rem; } .cid-raOT6Z4z70 .card-wrapper { height: 100%; } .cid-raOT6Z4z70 .card-title { color: #d21313; text-align: center; } .cid-raOT6Z4z70 P { text-align: center; color: #4f4943; } .cid-raOTu1GLJQ { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-raOTu1GLJQ h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-raOTu1GLJQ p { color: #767676; text-align: left; } .cid-raOTu1GLJQ .card-box { padding-top: 2rem; } .cid-raOTu1GLJQ .card-wrapper { height: 100%; } .cid-raOTu1GLJQ .card-title { color: #d21313; text-align: center; } .cid-raOTu1GLJQ P { text-align: center; color: #4f4943; } .cid-tBeuqfMijD { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBeuqfMijD .content { text-align: center; } .cid-tBeuqfMijD .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBeuqfMijD .media-wrap { margin-bottom: 1rem; } } .cid-tBeuqfMijD .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBeuqfMijD .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBeuqfMijD .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBeuqfMijD .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBeuqfMijD .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBeuqfMijD .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBeuqfMijD .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBeuqfMijD .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBeuqfMijD .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBeuqfMijD .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBeuqfMijD P { color: #ffffff; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raOHPGtUR4 { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raOHPGtUR4 .mbr-section-subtitle { color: #232323; } .cid-raOHPGtUR4 H2 { color: #d21313; } .cid-raOHQ4oawm { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raOHQ4oawm .mbr-section-subtitle { color: #232323; } .cid-raOHQ4oawm H2 { color: #d21313; } #custom-html-9m .illustration { background-color: #efefef; } #custom-html-9m .container { padding: 30px; margin-top: 0px; max-width: 600px; max-height: 1200px; } #custom-html-9m .embed-responsive-1by2 { padding-top: 200%; } #custom-html-9m iframe { height: 0; max-height: 100%; max-width: 100%; min-height: 100%; min-width: 100%; width: 0; } .cid-raOJS41P0L { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raOJS41P0L .mbr-section-text { color: #767676; } .cid-raOJS41P0L .mbr-section-subtitle { color: #767676; } .cid-raOJS41P0L .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raOJS41P0L .mbr-iconfont { font-size: 48px; } .cid-raOJS41P0L .card-img { margin-bottom: 1.5rem; } .cid-raOJS41P0L .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raOJS41P0L .tab-content { margin-top: 3rem; width: 100%; } .cid-raOJS41P0L .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raOJS41P0L .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raOJS41P0L .nav-tabs .nav-link:hover { background: #d21313; } .cid-raOJS41P0L .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raOJS41P0L .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raOLfO6oo8 { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raOLfO6oo8 .mbr-section-subtitle { color: #232323; } .cid-raOLfO6oo8 H2 { color: #d21313; } .cid-raOPfG4gq4 { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-raOPfG4gq4 h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-raOPfG4gq4 p { color: #767676; text-align: left; } .cid-raOPfG4gq4 .card-box { padding-top: 2rem; } .cid-raOPfG4gq4 .card-wrapper { height: 100%; } .cid-raOPfG4gq4 .card-title { color: #d21313; text-align: center; } .cid-raOPfG4gq4 P { text-align: center; color: #4f4943; } .cid-raOPgdxXk6 { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-raOPgdxXk6 h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-raOPgdxXk6 p { color: #767676; text-align: left; } .cid-raOPgdxXk6 .card-box { padding-top: 2rem; } .cid-raOPgdxXk6 .card-wrapper { height: 100%; } .cid-raOPgdxXk6 .card-title { color: #d21313; text-align: center; } .cid-raOPgdxXk6 P { text-align: center; color: #4f4943; } .cid-raOJTzS5hR { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-tBeutDrXTE { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBeutDrXTE .content { text-align: center; } .cid-tBeutDrXTE .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBeutDrXTE .media-wrap { margin-bottom: 1rem; } } .cid-tBeutDrXTE .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBeutDrXTE .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBeutDrXTE .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBeutDrXTE .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBeutDrXTE .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBeutDrXTE .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBeutDrXTE .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBeutDrXTE .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBeutDrXTE .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBeutDrXTE .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBeutDrXTE P { color: #ffffff; } .cid-raON5RtLMU .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-raON5RtLMU .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-raON5RtLMU a { font-style: normal; } .cid-raON5RtLMU .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-raON5RtLMU .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-raON5RtLMU .nav-item:focus, .cid-raON5RtLMU .nav-link:focus { outline: none; } .cid-raON5RtLMU .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-raON5RtLMU .btn .mbr-iconfont { font-size: 1.6rem; } .cid-raON5RtLMU .menu-logo { margin-right: auto; } .cid-raON5RtLMU .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-raON5RtLMU .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-raON5RtLMU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-raON5RtLMU .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-raON5RtLMU .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-raON5RtLMU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-raON5RtLMU .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-raON5RtLMU .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-raON5RtLMU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-raON5RtLMU .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-raON5RtLMU .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-raON5RtLMU .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-raON5RtLMU .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-raON5RtLMU .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-raON5RtLMU .dropdown.open > .dropdown-menu { display: block; } .cid-raON5RtLMU .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-raON5RtLMU .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-raON5RtLMU .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-raON5RtLMU .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-raON5RtLMU .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-raON5RtLMU .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-raON5RtLMU .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-raON5RtLMU button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-raON5RtLMU button.navbar-toggler:focus { outline: none; } .cid-raON5RtLMU button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-raON5RtLMU button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-raON5RtLMU button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-raON5RtLMU button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-raON5RtLMU button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-raON5RtLMU nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raON5RtLMU nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-raON5RtLMU nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-raON5RtLMU nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raON5RtLMU .collapsed.navbar-expand { flex-direction: column; } .cid-raON5RtLMU .collapsed .btn { display: flex; } .cid-raON5RtLMU .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raON5RtLMU .collapsed .navbar-collapse.collapsing, .cid-raON5RtLMU .collapsed .navbar-collapse.show { display: block !important; } .cid-raON5RtLMU .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-raON5RtLMU .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raON5RtLMU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raON5RtLMU .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raON5RtLMU .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-raON5RtLMU .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raON5RtLMU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raON5RtLMU .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raON5RtLMU .collapsed button.navbar-toggler { display: block; } .cid-raON5RtLMU .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-raON5RtLMU .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raON5RtLMU .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raON5RtLMU .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raON5RtLMU .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raON5RtLMU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-raON5RtLMU .navbar-expand { flex-direction: column; } .cid-raON5RtLMU img { height: 3.8rem !important; } .cid-raON5RtLMU .btn { display: flex; } .cid-raON5RtLMU button.navbar-toggler { display: block; } .cid-raON5RtLMU .navbar-brand { margin-left: 1rem !important; } .cid-raON5RtLMU .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raON5RtLMU .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raON5RtLMU .navbar-collapse.collapsing, .cid-raON5RtLMU .navbar-collapse.show { display: block !important; } .cid-raON5RtLMU .navbar-collapse.collapsing .navbar-nav, .cid-raON5RtLMU .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raON5RtLMU .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raON5RtLMU .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raON5RtLMU .navbar-collapse.collapsing .navbar-buttons, .cid-raON5RtLMU .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raON5RtLMU .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raON5RtLMU .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raON5RtLMU .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raON5RtLMU .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raON5RtLMU .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raON5RtLMU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-raON5RtLMU .menu-logo { flex-shrink: 0; } } .cid-raON5RtLMU .navbar-collapse { flex-basis: auto; } .cid-raON5RtLMU .nav-link:hover, .cid-raON5RtLMU .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raON5SeR5o { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raON5SeR5o .mbr-section-subtitle { color: #232323; } .cid-raON5SeR5o H2 { color: #d21313; } .cid-raON5SG94H { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raON5SG94H .mbr-section-subtitle { color: #232323; } .cid-raON5SG94H H2 { color: #d21313; } #custom-html-9w .illustration { height: 100vh; width: 100%; max-width: 100%; overflow: hidden; } #custom-html-9w .fullscreeniframe { position: absolute; top: 70px; left: 0; right: 0; bottom: 0; margin: 0; padding: 0; width: 100% overflow: hidden; } #custom-html-9w .fullscreeniframe iframe { display: block; height: 0; max-height: 100%; max-width: 100%; min-height: 100%; min-width: 100%; width: 0; border: none; overflow: hidden; } .cid-raON5TCWl9 { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raON5TCWl9 .mbr-section-text { color: #767676; } .cid-raON5TCWl9 .mbr-section-subtitle { color: #767676; } .cid-raON5TCWl9 .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raON5TCWl9 .mbr-iconfont { font-size: 48px; } .cid-raON5TCWl9 .card-img { margin-bottom: 1.5rem; } .cid-raON5TCWl9 .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raON5TCWl9 .tab-content { margin-top: 3rem; width: 100%; } .cid-raON5TCWl9 .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raON5TCWl9 .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raON5TCWl9 .nav-tabs .nav-link:hover { background: #d21313; } .cid-raON5TCWl9 .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raON5TCWl9 .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raON5VLSeM { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raON5VLSeM .mbr-section-subtitle { color: #232323; } .cid-raON5VLSeM H2 { color: #d21313; } .cid-rbnzLqcIA3 { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnzLqcIA3 h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnzLqcIA3 p { color: #767676; text-align: left; } .cid-rbnzLqcIA3 .card-box { padding-top: 2rem; } .cid-rbnzLqcIA3 .card-wrapper { height: 100%; } .cid-rbnzLqcIA3 .card-title { color: #d21313; text-align: center; } .cid-rbnzLqcIA3 P { text-align: center; color: #4f4943; } .cid-rbnzLVUH3w { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnzLVUH3w h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnzLVUH3w p { color: #767676; text-align: left; } .cid-rbnzLVUH3w .card-box { padding-top: 2rem; } .cid-rbnzLVUH3w .card-wrapper { height: 100%; } .cid-rbnzLVUH3w .card-title { color: #d21313; text-align: center; } .cid-rbnzLVUH3w P { text-align: center; color: #4f4943; } .cid-rbnFga5cV7 { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-tBeux7A58k { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBeux7A58k .content { text-align: center; } .cid-tBeux7A58k .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBeux7A58k .media-wrap { margin-bottom: 1rem; } } .cid-tBeux7A58k .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBeux7A58k .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBeux7A58k .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBeux7A58k .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBeux7A58k .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBeux7A58k .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBeux7A58k .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBeux7A58k .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBeux7A58k .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBeux7A58k .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBeux7A58k P { color: #ffffff; } .cid-raONwVpDV0 .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-raONwVpDV0 .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-raONwVpDV0 a { font-style: normal; } .cid-raONwVpDV0 .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-raONwVpDV0 .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-raONwVpDV0 .nav-item:focus, .cid-raONwVpDV0 .nav-link:focus { outline: none; } .cid-raONwVpDV0 .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-raONwVpDV0 .btn .mbr-iconfont { font-size: 1.6rem; } .cid-raONwVpDV0 .menu-logo { margin-right: auto; } .cid-raONwVpDV0 .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-raONwVpDV0 .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-raONwVpDV0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-raONwVpDV0 .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-raONwVpDV0 .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-raONwVpDV0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-raONwVpDV0 .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-raONwVpDV0 .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-raONwVpDV0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-raONwVpDV0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-raONwVpDV0 .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-raONwVpDV0 .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-raONwVpDV0 .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-raONwVpDV0 .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-raONwVpDV0 .dropdown.open > .dropdown-menu { display: block; } .cid-raONwVpDV0 .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-raONwVpDV0 .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-raONwVpDV0 .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-raONwVpDV0 .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-raONwVpDV0 .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-raONwVpDV0 .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-raONwVpDV0 .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-raONwVpDV0 button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-raONwVpDV0 button.navbar-toggler:focus { outline: none; } .cid-raONwVpDV0 button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-raONwVpDV0 button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-raONwVpDV0 button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-raONwVpDV0 button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-raONwVpDV0 button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-raONwVpDV0 nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raONwVpDV0 nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-raONwVpDV0 nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-raONwVpDV0 nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raONwVpDV0 .collapsed.navbar-expand { flex-direction: column; } .cid-raONwVpDV0 .collapsed .btn { display: flex; } .cid-raONwVpDV0 .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raONwVpDV0 .collapsed .navbar-collapse.collapsing, .cid-raONwVpDV0 .collapsed .navbar-collapse.show { display: block !important; } .cid-raONwVpDV0 .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-raONwVpDV0 .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raONwVpDV0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raONwVpDV0 .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raONwVpDV0 .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-raONwVpDV0 .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raONwVpDV0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raONwVpDV0 .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raONwVpDV0 .collapsed button.navbar-toggler { display: block; } .cid-raONwVpDV0 .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-raONwVpDV0 .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raONwVpDV0 .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raONwVpDV0 .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raONwVpDV0 .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raONwVpDV0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-raONwVpDV0 .navbar-expand { flex-direction: column; } .cid-raONwVpDV0 img { height: 3.8rem !important; } .cid-raONwVpDV0 .btn { display: flex; } .cid-raONwVpDV0 button.navbar-toggler { display: block; } .cid-raONwVpDV0 .navbar-brand { margin-left: 1rem !important; } .cid-raONwVpDV0 .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raONwVpDV0 .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raONwVpDV0 .navbar-collapse.collapsing, .cid-raONwVpDV0 .navbar-collapse.show { display: block !important; } .cid-raONwVpDV0 .navbar-collapse.collapsing .navbar-nav, .cid-raONwVpDV0 .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raONwVpDV0 .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raONwVpDV0 .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raONwVpDV0 .navbar-collapse.collapsing .navbar-buttons, .cid-raONwVpDV0 .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raONwVpDV0 .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raONwVpDV0 .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raONwVpDV0 .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raONwVpDV0 .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raONwVpDV0 .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raONwVpDV0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-raONwVpDV0 .menu-logo { flex-shrink: 0; } } .cid-raONwVpDV0 .navbar-collapse { flex-basis: auto; } .cid-raONwVpDV0 .nav-link:hover, .cid-raONwVpDV0 .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raONwVVgxw { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raONwVVgxw .mbr-section-subtitle { color: #232323; } .cid-raONwVVgxw H2 { color: #d21313; } .cid-raONwWjZ6S { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raONwWjZ6S .mbr-section-subtitle { color: #232323; } .cid-raONwWjZ6S H2 { color: #d21313; } #custom-html-a6 .illustration { background-color: #efefef; } #custom-html-a6 .container { padding: 30px; margin-top: 0px; max-width: 1000px; max-height: 800px; } #custom-html-a6 iframe { height: 0; max-height: 100%; max-width: 100%; min-height: 100%; min-width: 100%; width: 0; } .cid-raONwX4t7E { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raONwX4t7E .mbr-section-text { color: #767676; } .cid-raONwX4t7E .mbr-section-subtitle { color: #767676; } .cid-raONwX4t7E .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raONwX4t7E .mbr-iconfont { font-size: 48px; } .cid-raONwX4t7E .card-img { margin-bottom: 1.5rem; } .cid-raONwX4t7E .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raONwX4t7E .tab-content { margin-top: 3rem; width: 100%; } .cid-raONwX4t7E .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raONwX4t7E .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raONwX4t7E .nav-tabs .nav-link:hover { background: #d21313; } .cid-raONwX4t7E .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raONwX4t7E .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raONwZc0gq { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raONwZc0gq .mbr-section-subtitle { color: #232323; } .cid-raONwZc0gq H2 { color: #d21313; } .cid-rbnzQoNNBi { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnzQoNNBi h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnzQoNNBi p { color: #767676; text-align: left; } .cid-rbnzQoNNBi .card-box { padding-top: 2rem; } .cid-rbnzQoNNBi .card-wrapper { height: 100%; } .cid-rbnzQoNNBi .card-title { color: #d21313; text-align: center; } .cid-rbnzQoNNBi P { text-align: center; color: #4f4943; } .cid-rbnzQTn6ap { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnzQTn6ap h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnzQTn6ap p { color: #767676; text-align: left; } .cid-rbnzQTn6ap .card-box { padding-top: 2rem; } .cid-rbnzQTn6ap .card-wrapper { height: 100%; } .cid-rbnzQTn6ap .card-title { color: #d21313; text-align: center; } .cid-rbnzQTn6ap P { text-align: center; color: #4f4943; } .cid-rbnFiUrQcQ { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-tBeuzSXpVs { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBeuzSXpVs .content { text-align: center; } .cid-tBeuzSXpVs .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBeuzSXpVs .media-wrap { margin-bottom: 1rem; } } .cid-tBeuzSXpVs .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBeuzSXpVs .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBeuzSXpVs .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBeuzSXpVs .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBeuzSXpVs .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBeuzSXpVs .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBeuzSXpVs .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBeuzSXpVs .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBeuzSXpVs .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBeuzSXpVs .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBeuzSXpVs P { color: #ffffff; } .cid-raONRB8EIm .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-raONRB8EIm .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-raONRB8EIm a { font-style: normal; } .cid-raONRB8EIm .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-raONRB8EIm .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-raONRB8EIm .nav-item:focus, .cid-raONRB8EIm .nav-link:focus { outline: none; } .cid-raONRB8EIm .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-raONRB8EIm .btn .mbr-iconfont { font-size: 1.6rem; } .cid-raONRB8EIm .menu-logo { margin-right: auto; } .cid-raONRB8EIm .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-raONRB8EIm .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-raONRB8EIm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-raONRB8EIm .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-raONRB8EIm .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-raONRB8EIm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-raONRB8EIm .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-raONRB8EIm .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-raONRB8EIm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-raONRB8EIm .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-raONRB8EIm .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-raONRB8EIm .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-raONRB8EIm .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-raONRB8EIm .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-raONRB8EIm .dropdown.open > .dropdown-menu { display: block; } .cid-raONRB8EIm .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-raONRB8EIm .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-raONRB8EIm .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-raONRB8EIm .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-raONRB8EIm .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-raONRB8EIm .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-raONRB8EIm .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-raONRB8EIm button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-raONRB8EIm button.navbar-toggler:focus { outline: none; } .cid-raONRB8EIm button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-raONRB8EIm button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-raONRB8EIm button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-raONRB8EIm button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-raONRB8EIm button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-raONRB8EIm nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raONRB8EIm nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-raONRB8EIm nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-raONRB8EIm nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raONRB8EIm .collapsed.navbar-expand { flex-direction: column; } .cid-raONRB8EIm .collapsed .btn { display: flex; } .cid-raONRB8EIm .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raONRB8EIm .collapsed .navbar-collapse.collapsing, .cid-raONRB8EIm .collapsed .navbar-collapse.show { display: block !important; } .cid-raONRB8EIm .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-raONRB8EIm .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raONRB8EIm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raONRB8EIm .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raONRB8EIm .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-raONRB8EIm .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raONRB8EIm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raONRB8EIm .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raONRB8EIm .collapsed button.navbar-toggler { display: block; } .cid-raONRB8EIm .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-raONRB8EIm .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raONRB8EIm .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raONRB8EIm .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raONRB8EIm .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raONRB8EIm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-raONRB8EIm .navbar-expand { flex-direction: column; } .cid-raONRB8EIm img { height: 3.8rem !important; } .cid-raONRB8EIm .btn { display: flex; } .cid-raONRB8EIm button.navbar-toggler { display: block; } .cid-raONRB8EIm .navbar-brand { margin-left: 1rem !important; } .cid-raONRB8EIm .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raONRB8EIm .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raONRB8EIm .navbar-collapse.collapsing, .cid-raONRB8EIm .navbar-collapse.show { display: block !important; } .cid-raONRB8EIm .navbar-collapse.collapsing .navbar-nav, .cid-raONRB8EIm .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raONRB8EIm .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raONRB8EIm .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raONRB8EIm .navbar-collapse.collapsing .navbar-buttons, .cid-raONRB8EIm .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raONRB8EIm .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raONRB8EIm .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raONRB8EIm .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raONRB8EIm .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raONRB8EIm .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raONRB8EIm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-raONRB8EIm .menu-logo { flex-shrink: 0; } } .cid-raONRB8EIm .navbar-collapse { flex-basis: auto; } .cid-raONRB8EIm .nav-link:hover, .cid-raONRB8EIm .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raONRBIPqV { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raONRBIPqV .mbr-section-subtitle { color: #232323; } .cid-raONRBIPqV H2 { color: #d21313; } .cid-raONRC8Hr4 { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raONRC8Hr4 .mbr-section-subtitle { color: #232323; } .cid-raONRC8Hr4 H2 { color: #d21313; } #custom-html-ag .illustration { background-color: #efefef; } #custom-html-ag .container { padding: 30px; max-width: 800px; max-height: 800px; } #custom-html-ag iframe { height: 0; max-height: 100%; max-width: 100%; min-height: 100%; min-width: 100%; width: 0; } .cid-raONRCR5ey { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raONRCR5ey .mbr-section-text { color: #767676; } .cid-raONRCR5ey .mbr-section-subtitle { color: #767676; } .cid-raONRCR5ey .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raONRCR5ey .mbr-iconfont { font-size: 48px; } .cid-raONRCR5ey .card-img { margin-bottom: 1.5rem; } .cid-raONRCR5ey .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raONRCR5ey .tab-content { margin-top: 3rem; width: 100%; } .cid-raONRCR5ey .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raONRCR5ey .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raONRCR5ey .nav-tabs .nav-link:hover { background: #d21313; } .cid-raONRCR5ey .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raONRCR5ey .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raONRELqsQ { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raONRELqsQ .mbr-section-subtitle { color: #232323; } .cid-raONRELqsQ H2 { color: #d21313; } .cid-rbnzUDEnFn { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnzUDEnFn h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnzUDEnFn p { color: #767676; text-align: left; } .cid-rbnzUDEnFn .card-box { padding-top: 2rem; } .cid-rbnzUDEnFn .card-wrapper { height: 100%; } .cid-rbnzUDEnFn .card-title { color: #d21313; text-align: center; } .cid-rbnzUDEnFn P { text-align: center; color: #4f4943; } .cid-rbnzV5zyaK { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnzV5zyaK h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnzV5zyaK p { color: #767676; text-align: left; } .cid-rbnzV5zyaK .card-box { padding-top: 2rem; } .cid-rbnzV5zyaK .card-wrapper { height: 100%; } .cid-rbnzV5zyaK .card-title { color: #d21313; text-align: center; } .cid-rbnzV5zyaK P { text-align: center; color: #4f4943; } .cid-rbnFlAJhla { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-tBeuCk0Qwa { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBeuCk0Qwa .content { text-align: center; } .cid-tBeuCk0Qwa .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBeuCk0Qwa .media-wrap { margin-bottom: 1rem; } } .cid-tBeuCk0Qwa .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBeuCk0Qwa .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBeuCk0Qwa .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBeuCk0Qwa .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBeuCk0Qwa .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBeuCk0Qwa .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBeuCk0Qwa .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBeuCk0Qwa .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBeuCk0Qwa .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBeuCk0Qwa .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBeuCk0Qwa P { color: #ffffff; } .cid-raOOgSEBWv .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-raOOgSEBWv .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-raOOgSEBWv a { font-style: normal; } .cid-raOOgSEBWv .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-raOOgSEBWv .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-raOOgSEBWv .nav-item:focus, .cid-raOOgSEBWv .nav-link:focus { outline: none; } .cid-raOOgSEBWv .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-raOOgSEBWv .btn .mbr-iconfont { font-size: 1.6rem; } .cid-raOOgSEBWv .menu-logo { margin-right: auto; } .cid-raOOgSEBWv .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-raOOgSEBWv .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-raOOgSEBWv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-raOOgSEBWv .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-raOOgSEBWv .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-raOOgSEBWv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-raOOgSEBWv .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-raOOgSEBWv .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-raOOgSEBWv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-raOOgSEBWv .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-raOOgSEBWv .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-raOOgSEBWv .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-raOOgSEBWv .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-raOOgSEBWv .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-raOOgSEBWv .dropdown.open > .dropdown-menu { display: block; } .cid-raOOgSEBWv .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-raOOgSEBWv .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-raOOgSEBWv .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-raOOgSEBWv .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-raOOgSEBWv .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-raOOgSEBWv .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-raOOgSEBWv .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-raOOgSEBWv button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-raOOgSEBWv button.navbar-toggler:focus { outline: none; } .cid-raOOgSEBWv button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-raOOgSEBWv button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-raOOgSEBWv button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-raOOgSEBWv button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-raOOgSEBWv button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-raOOgSEBWv nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raOOgSEBWv nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-raOOgSEBWv nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-raOOgSEBWv nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raOOgSEBWv .collapsed.navbar-expand { flex-direction: column; } .cid-raOOgSEBWv .collapsed .btn { display: flex; } .cid-raOOgSEBWv .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raOOgSEBWv .collapsed .navbar-collapse.collapsing, .cid-raOOgSEBWv .collapsed .navbar-collapse.show { display: block !important; } .cid-raOOgSEBWv .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-raOOgSEBWv .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raOOgSEBWv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raOOgSEBWv .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raOOgSEBWv .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-raOOgSEBWv .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raOOgSEBWv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raOOgSEBWv .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raOOgSEBWv .collapsed button.navbar-toggler { display: block; } .cid-raOOgSEBWv .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-raOOgSEBWv .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raOOgSEBWv .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raOOgSEBWv .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raOOgSEBWv .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raOOgSEBWv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-raOOgSEBWv .navbar-expand { flex-direction: column; } .cid-raOOgSEBWv img { height: 3.8rem !important; } .cid-raOOgSEBWv .btn { display: flex; } .cid-raOOgSEBWv button.navbar-toggler { display: block; } .cid-raOOgSEBWv .navbar-brand { margin-left: 1rem !important; } .cid-raOOgSEBWv .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raOOgSEBWv .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raOOgSEBWv .navbar-collapse.collapsing, .cid-raOOgSEBWv .navbar-collapse.show { display: block !important; } .cid-raOOgSEBWv .navbar-collapse.collapsing .navbar-nav, .cid-raOOgSEBWv .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raOOgSEBWv .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raOOgSEBWv .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raOOgSEBWv .navbar-collapse.collapsing .navbar-buttons, .cid-raOOgSEBWv .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raOOgSEBWv .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raOOgSEBWv .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raOOgSEBWv .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raOOgSEBWv .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raOOgSEBWv .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raOOgSEBWv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-raOOgSEBWv .menu-logo { flex-shrink: 0; } } .cid-raOOgSEBWv .navbar-collapse { flex-basis: auto; } .cid-raOOgSEBWv .nav-link:hover, .cid-raOOgSEBWv .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raOOgTggcY { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raOOgTggcY .mbr-section-subtitle { color: #232323; } .cid-raOOgTggcY H2 { color: #d21313; } .cid-raOOgTIoq4 { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raOOgTIoq4 .mbr-section-subtitle { color: #232323; } .cid-raOOgTIoq4 H2 { color: #d21313; } #custom-html-aq .illustration { background-color: #efefef; } #custom-html-aq .container { padding: 30px; max-width: 800px; max-height: 800px; } #custom-html-aq iframe { height: 0; max-height: 100%; max-width: 100%; min-height: 100%; min-width: 100%; width: 0; } .cid-raOOgUBZGd { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raOOgUBZGd .mbr-section-text { color: #767676; } .cid-raOOgUBZGd .mbr-section-subtitle { color: #767676; } .cid-raOOgUBZGd .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raOOgUBZGd .mbr-iconfont { font-size: 48px; } .cid-raOOgUBZGd .card-img { margin-bottom: 1.5rem; } .cid-raOOgUBZGd .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raOOgUBZGd .tab-content { margin-top: 3rem; width: 100%; } .cid-raOOgUBZGd .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raOOgUBZGd .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raOOgUBZGd .nav-tabs .nav-link:hover { background: #d21313; } .cid-raOOgUBZGd .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raOOgUBZGd .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raOOgWKxAH { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raOOgWKxAH .mbr-section-subtitle { color: #232323; } .cid-raOOgWKxAH H2 { color: #d21313; } .cid-rbnzYXPhbS { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnzYXPhbS h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnzYXPhbS p { color: #767676; text-align: left; } .cid-rbnzYXPhbS .card-box { padding-top: 2rem; } .cid-rbnzYXPhbS .card-wrapper { height: 100%; } .cid-rbnzYXPhbS .card-title { color: #d21313; text-align: center; } .cid-rbnzYXPhbS P { text-align: center; color: #4f4943; } .cid-rbnzZrNndO { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnzZrNndO h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnzZrNndO p { color: #767676; text-align: left; } .cid-rbnzZrNndO .card-box { padding-top: 2rem; } .cid-rbnzZrNndO .card-wrapper { height: 100%; } .cid-rbnzZrNndO .card-title { color: #d21313; text-align: center; } .cid-rbnzZrNndO P { text-align: center; color: #4f4943; } .cid-rbnFodPWNE { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-tBeuEOdbEG { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBeuEOdbEG .content { text-align: center; } .cid-tBeuEOdbEG .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBeuEOdbEG .media-wrap { margin-bottom: 1rem; } } .cid-tBeuEOdbEG .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBeuEOdbEG .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBeuEOdbEG .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBeuEOdbEG .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBeuEOdbEG .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBeuEOdbEG .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBeuEOdbEG .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBeuEOdbEG .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBeuEOdbEG .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBeuEOdbEG .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBeuEOdbEG P { color: #ffffff; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raOFlfd3We { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raOFlfd3We .mbr-section-subtitle { color: #232323; } .cid-raOFlfd3We H2 { color: #d21313; } .cid-raOFlwQes1 { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raOFlwQes1 .mbr-section-subtitle { color: #232323; } .cid-raOFlwQes1 H2 { color: #d21313; } .cid-raOFrSpZ1r { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raOFrSpZ1r .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raOFrSpZ1r .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raOFrSpZ1r .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raOFrSpZ1r .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raOFrSpZ1r .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raOFrSpZ1r .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raOFrSpZ1r .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raOFrSpZ1r .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raOFrSpZ1r .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raOHkYB9q0 { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raOHkYB9q0 .mbr-section-text { color: #767676; } .cid-raOHkYB9q0 .mbr-section-subtitle { color: #767676; } .cid-raOHkYB9q0 .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raOHkYB9q0 .mbr-iconfont { font-size: 48px; } .cid-raOHkYB9q0 .card-img { margin-bottom: 1.5rem; } .cid-raOHkYB9q0 .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raOHkYB9q0 .tab-content { margin-top: 3rem; width: 100%; } .cid-raOHkYB9q0 .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raOHkYB9q0 .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raOHkYB9q0 .nav-tabs .nav-link:hover { background: #d21313; } .cid-raOHkYB9q0 .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raOHkYB9q0 .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raOHlW2ZsV { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-raOW6Uwoxd { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raOW6Uwoxd .mbr-section-subtitle { color: #232323; } .cid-raOW6Uwoxd H2 { color: #d21313; } .cid-raOWcDZZMx { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-raOWcDZZMx h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-raOWcDZZMx p { color: #767676; text-align: left; } .cid-raOWcDZZMx .card-box { padding-top: 2rem; } .cid-raOWcDZZMx .card-wrapper { height: 100%; } .cid-raOWcDZZMx .card-title { color: #d21313; text-align: center; } .cid-raOWcDZZMx P { text-align: center; color: #4f4943; } .cid-raOWdieLpw { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-raOWdieLpw h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-raOWdieLpw p { color: #767676; text-align: left; } .cid-raOWdieLpw .card-box { padding-top: 2rem; } .cid-raOWdieLpw .card-wrapper { height: 100%; } .cid-raOWdieLpw .card-title { color: #d21313; text-align: center; } .cid-raOWdieLpw P { text-align: center; color: #4f4943; } .cid-rbnI33daFw { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnI33daFw h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnI33daFw p { color: #767676; text-align: left; } .cid-rbnI33daFw .card-box { padding-top: 2rem; } .cid-rbnI33daFw .card-wrapper { height: 100%; } .cid-rbnI33daFw .card-title { color: #d21313; text-align: center; } .cid-rbnI33daFw P { text-align: center; color: #4f4943; } .cid-raOWer5bQu { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-raOWer5bQu h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-raOWer5bQu p { color: #767676; text-align: left; } .cid-raOWer5bQu .card-box { padding-top: 2rem; } .cid-raOWer5bQu .card-wrapper { height: 100%; } .cid-raOWer5bQu .card-title { color: #d21313; text-align: center; } .cid-raOWer5bQu P { text-align: center; color: #4f4943; } .cid-tBeuHw1Jct { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBeuHw1Jct .content { text-align: center; } .cid-tBeuHw1Jct .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBeuHw1Jct .media-wrap { margin-bottom: 1rem; } } .cid-tBeuHw1Jct .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBeuHw1Jct .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBeuHw1Jct .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBeuHw1Jct .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBeuHw1Jct .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBeuHw1Jct .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBeuHw1Jct .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBeuHw1Jct .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBeuHw1Jct .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBeuHw1Jct .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBeuHw1Jct P { color: #ffffff; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raOBT2xLOJ { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raOBT2xLOJ .mbr-section-subtitle { color: #232323; } .cid-raOBT2xLOJ H2 { color: #d21313; } .cid-raOBTmP1K6 { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raOBTmP1K6 .mbr-section-subtitle { color: #232323; } .cid-raOBTmP1K6 H2 { color: #d21313; } .cid-raOBWRj4bt { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raOBWRj4bt .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raOBWRj4bt .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raOBWRj4bt .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raOBWRj4bt .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raOBWRj4bt .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raOBWRj4bt .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raOBWRj4bt .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raOBWRj4bt .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raOBWRj4bt .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raOD4t3gr3 { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raOD4t3gr3 .mbr-section-text { color: #767676; } .cid-raOD4t3gr3 .mbr-section-subtitle { color: #767676; } .cid-raOD4t3gr3 .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raOD4t3gr3 .mbr-iconfont { font-size: 48px; } .cid-raOD4t3gr3 .card-img { margin-bottom: 1.5rem; } .cid-raOD4t3gr3 .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raOD4t3gr3 .tab-content { margin-top: 3rem; width: 100%; } .cid-raOD4t3gr3 .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raOD4t3gr3 .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raOD4t3gr3 .nav-tabs .nav-link:hover { background: #d21313; } .cid-raOD4t3gr3 .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raOD4t3gr3 .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raOD6xm0G4 { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-raOWkFS9sd { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raOWkFS9sd .mbr-section-subtitle { color: #232323; } .cid-raOWkFS9sd H2 { color: #d21313; } .cid-rbnxOjBCXv { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnxOjBCXv h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnxOjBCXv p { color: #767676; text-align: left; } .cid-rbnxOjBCXv .card-box { padding-top: 2rem; } .cid-rbnxOjBCXv .card-wrapper { height: 100%; } .cid-rbnxOjBCXv .card-title { color: #d21313; text-align: center; } .cid-rbnxOjBCXv P { text-align: center; color: #4f4943; } .cid-rbnxPgCk8s { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnxPgCk8s h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnxPgCk8s p { color: #767676; text-align: left; } .cid-rbnxPgCk8s .card-box { padding-top: 2rem; } .cid-rbnxPgCk8s .card-wrapper { height: 100%; } .cid-rbnxPgCk8s .card-title { color: #d21313; text-align: center; } .cid-rbnxPgCk8s P { text-align: center; color: #4f4943; } .cid-rbnI7B3OGH { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnI7B3OGH h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnI7B3OGH p { color: #767676; text-align: left; } .cid-rbnI7B3OGH .card-box { padding-top: 2rem; } .cid-rbnI7B3OGH .card-wrapper { height: 100%; } .cid-rbnI7B3OGH .card-title { color: #d21313; text-align: center; } .cid-rbnI7B3OGH P { text-align: center; color: #4f4943; } .cid-rbnxVCdXxD { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnxVCdXxD h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnxVCdXxD p { color: #767676; text-align: left; } .cid-rbnxVCdXxD .card-box { padding-top: 2rem; } .cid-rbnxVCdXxD .card-wrapper { height: 100%; } .cid-rbnxVCdXxD .card-title { color: #d21313; text-align: center; } .cid-rbnxVCdXxD P { text-align: center; color: #4f4943; } .cid-tBeuJXRzXO { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBeuJXRzXO .content { text-align: center; } .cid-tBeuJXRzXO .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBeuJXRzXO .media-wrap { margin-bottom: 1rem; } } .cid-tBeuJXRzXO .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBeuJXRzXO .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBeuJXRzXO .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBeuJXRzXO .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBeuJXRzXO .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBeuJXRzXO .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBeuJXRzXO .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBeuJXRzXO .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBeuJXRzXO .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBeuJXRzXO .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBeuJXRzXO P { color: #ffffff; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raOy9ArpKA { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raOy9ArpKA .mbr-section-subtitle { color: #232323; } .cid-raOy9ArpKA H2 { color: #d21313; } .cid-raOy9ZHs4s { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raOy9ZHs4s .mbr-section-subtitle { color: #232323; } .cid-raOy9ZHs4s H2 { color: #d21313; } .cid-raOyfPGcOa { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raOyfPGcOa .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raOyfPGcOa .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raOyfPGcOa .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raOyfPGcOa .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raOyfPGcOa .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raOyfPGcOa .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raOyfPGcOa .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raOyfPGcOa .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raOyfPGcOa .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raOzlkzuw6 { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raOzlkzuw6 .mbr-section-text { color: #767676; } .cid-raOzlkzuw6 .mbr-section-subtitle { color: #767676; } .cid-raOzlkzuw6 .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raOzlkzuw6 .mbr-iconfont { font-size: 48px; } .cid-raOzlkzuw6 .card-img { margin-bottom: 1.5rem; } .cid-raOzlkzuw6 .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raOzlkzuw6 .tab-content { margin-top: 3rem; width: 100%; } .cid-raOzlkzuw6 .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raOzlkzuw6 .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raOzlkzuw6 .nav-tabs .nav-link:hover { background: #d21313; } .cid-raOzlkzuw6 .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raOzlkzuw6 .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raOzlCopaW { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-raOWpsDNYV { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raOWpsDNYV .mbr-section-subtitle { color: #232323; } .cid-raOWpsDNYV H2 { color: #d21313; } .cid-rbnybCTepx { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnybCTepx h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnybCTepx p { color: #767676; text-align: left; } .cid-rbnybCTepx .card-box { padding-top: 2rem; } .cid-rbnybCTepx .card-wrapper { height: 100%; } .cid-rbnybCTepx .card-title { color: #d21313; text-align: center; } .cid-rbnybCTepx P { text-align: center; color: #4f4943; } .cid-rbnyc1qnYl { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnyc1qnYl h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnyc1qnYl p { color: #767676; text-align: left; } .cid-rbnyc1qnYl .card-box { padding-top: 2rem; } .cid-rbnyc1qnYl .card-wrapper { height: 100%; } .cid-rbnyc1qnYl .card-title { color: #d21313; text-align: center; } .cid-rbnyc1qnYl P { text-align: center; color: #4f4943; } .cid-rbnIbhERSh { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnIbhERSh h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnIbhERSh p { color: #767676; text-align: left; } .cid-rbnIbhERSh .card-box { padding-top: 2rem; } .cid-rbnIbhERSh .card-wrapper { height: 100%; } .cid-rbnIbhERSh .card-title { color: #d21313; text-align: center; } .cid-rbnIbhERSh P { text-align: center; color: #4f4943; } .cid-rbnyd4UpxW { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnyd4UpxW h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnyd4UpxW p { color: #767676; text-align: left; } .cid-rbnyd4UpxW .card-box { padding-top: 2rem; } .cid-rbnyd4UpxW .card-wrapper { height: 100%; } .cid-rbnyd4UpxW .card-title { color: #d21313; text-align: center; } .cid-rbnyd4UpxW P { text-align: center; color: #4f4943; } .cid-tBeuMtB8k6 { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBeuMtB8k6 .content { text-align: center; } .cid-tBeuMtB8k6 .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBeuMtB8k6 .media-wrap { margin-bottom: 1rem; } } .cid-tBeuMtB8k6 .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBeuMtB8k6 .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBeuMtB8k6 .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBeuMtB8k6 .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBeuMtB8k6 .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBeuMtB8k6 .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBeuMtB8k6 .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBeuMtB8k6 .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBeuMtB8k6 .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBeuMtB8k6 .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBeuMtB8k6 P { color: #ffffff; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raOpIwZ7hS { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raOpIwZ7hS .mbr-section-subtitle { color: #232323; } .cid-raOpIwZ7hS H2 { color: #d21313; } .cid-raOpIOBg8e { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raOpIOBg8e .mbr-section-subtitle { color: #232323; } .cid-raOpIOBg8e H2 { color: #d21313; } .cid-raOpSko0pa { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raOpSko0pa .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raOpSko0pa .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raOpSko0pa .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raOpSko0pa .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raOpSko0pa .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raOpSko0pa .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raOpSko0pa .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raOpSko0pa .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raOpSko0pa .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raOrCqN0Sn { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raOrCqN0Sn .mbr-section-text { color: #767676; } .cid-raOrCqN0Sn .mbr-section-subtitle { color: #767676; } .cid-raOrCqN0Sn .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raOrCqN0Sn .mbr-iconfont { font-size: 48px; } .cid-raOrCqN0Sn .card-img { margin-bottom: 1.5rem; } .cid-raOrCqN0Sn .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raOrCqN0Sn .tab-content { margin-top: 3rem; width: 100%; } .cid-raOrCqN0Sn .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raOrCqN0Sn .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raOrCqN0Sn .nav-tabs .nav-link:hover { background: #d21313; } .cid-raOrCqN0Sn .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raOrCqN0Sn .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raOWuWD2sb { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raOWuWD2sb .mbr-section-subtitle { color: #232323; } .cid-raOWuWD2sb H2 { color: #d21313; } .cid-rbnyj5F1Ra { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnyj5F1Ra h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnyj5F1Ra p { color: #767676; text-align: left; } .cid-rbnyj5F1Ra .card-box { padding-top: 2rem; } .cid-rbnyj5F1Ra .card-wrapper { height: 100%; } .cid-rbnyj5F1Ra .card-title { color: #d21313; text-align: center; } .cid-rbnyj5F1Ra P { text-align: center; color: #4f4943; } .cid-rbnyjBpkCy { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnyjBpkCy h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnyjBpkCy p { color: #767676; text-align: left; } .cid-rbnyjBpkCy .card-box { padding-top: 2rem; } .cid-rbnyjBpkCy .card-wrapper { height: 100%; } .cid-rbnyjBpkCy .card-title { color: #d21313; text-align: center; } .cid-rbnyjBpkCy P { text-align: center; color: #4f4943; } .cid-rbnIeyQ3Vj { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnIeyQ3Vj h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnIeyQ3Vj p { color: #767676; text-align: left; } .cid-rbnIeyQ3Vj .card-box { padding-top: 2rem; } .cid-rbnIeyQ3Vj .card-wrapper { height: 100%; } .cid-rbnIeyQ3Vj .card-title { color: #d21313; text-align: center; } .cid-rbnIeyQ3Vj P { text-align: center; color: #4f4943; } .cid-rbnykly5js { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnykly5js h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnykly5js p { color: #767676; text-align: left; } .cid-rbnykly5js .card-box { padding-top: 2rem; } .cid-rbnykly5js .card-wrapper { height: 100%; } .cid-rbnykly5js .card-title { color: #d21313; text-align: center; } .cid-rbnykly5js P { text-align: center; color: #4f4943; } .cid-tBeuOZNLSr { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBeuOZNLSr .content { text-align: center; } .cid-tBeuOZNLSr .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBeuOZNLSr .media-wrap { margin-bottom: 1rem; } } .cid-tBeuOZNLSr .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBeuOZNLSr .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBeuOZNLSr .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBeuOZNLSr .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBeuOZNLSr .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBeuOZNLSr .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBeuOZNLSr .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBeuOZNLSr .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBeuOZNLSr .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBeuOZNLSr .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBeuOZNLSr P { color: #ffffff; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raOfFZcCgR { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raOfFZcCgR .mbr-section-subtitle { color: #232323; } .cid-raOfFZcCgR H2 { color: #d21313; } .cid-raOfGlLkFt { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raOfGlLkFt .mbr-section-subtitle { color: #232323; } .cid-raOfGlLkFt H2 { color: #d21313; } .cid-raOfJBVHfT { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raOfJBVHfT .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raOfJBVHfT .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raOfJBVHfT .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raOfJBVHfT .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raOfJBVHfT .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raOfJBVHfT .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raOfJBVHfT .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raOfJBVHfT .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raOfJBVHfT .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raOh8nJPuw { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raOh8nJPuw .mbr-section-text { color: #767676; } .cid-raOh8nJPuw .mbr-section-subtitle { color: #767676; } .cid-raOh8nJPuw .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raOh8nJPuw .mbr-iconfont { font-size: 48px; } .cid-raOh8nJPuw .card-img { margin-bottom: 1.5rem; } .cid-raOh8nJPuw .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raOh8nJPuw .tab-content { margin-top: 3rem; width: 100%; } .cid-raOh8nJPuw .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raOh8nJPuw .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raOh8nJPuw .nav-tabs .nav-link:hover { background: #d21313; } .cid-raOh8nJPuw .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raOh8nJPuw .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raOh9qGb9u { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-raOWzLP0cl { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raOWzLP0cl .mbr-section-subtitle { color: #232323; } .cid-raOWzLP0cl H2 { color: #d21313; } .cid-rbnypbGUDU { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnypbGUDU h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnypbGUDU p { color: #767676; text-align: left; } .cid-rbnypbGUDU .card-box { padding-top: 2rem; } .cid-rbnypbGUDU .card-wrapper { height: 100%; } .cid-rbnypbGUDU .card-title { color: #d21313; text-align: center; } .cid-rbnypbGUDU P { text-align: center; color: #4f4943; } .cid-rbnypB7ysn { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnypB7ysn h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnypB7ysn p { color: #767676; text-align: left; } .cid-rbnypB7ysn .card-box { padding-top: 2rem; } .cid-rbnypB7ysn .card-wrapper { height: 100%; } .cid-rbnypB7ysn .card-title { color: #d21313; text-align: center; } .cid-rbnypB7ysn P { text-align: center; color: #4f4943; } .cid-rbnIhHXqoo { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnIhHXqoo h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnIhHXqoo p { color: #767676; text-align: left; } .cid-rbnIhHXqoo .card-box { padding-top: 2rem; } .cid-rbnIhHXqoo .card-wrapper { height: 100%; } .cid-rbnIhHXqoo .card-title { color: #d21313; text-align: center; } .cid-rbnIhHXqoo P { text-align: center; color: #4f4943; } .cid-rbnyqpSkxI { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnyqpSkxI h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnyqpSkxI p { color: #767676; text-align: left; } .cid-rbnyqpSkxI .card-box { padding-top: 2rem; } .cid-rbnyqpSkxI .card-wrapper { height: 100%; } .cid-rbnyqpSkxI .card-title { color: #d21313; text-align: center; } .cid-rbnyqpSkxI P { text-align: center; color: #4f4943; } .cid-tBeuRlX0AY { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBeuRlX0AY .content { text-align: center; } .cid-tBeuRlX0AY .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBeuRlX0AY .media-wrap { margin-bottom: 1rem; } } .cid-tBeuRlX0AY .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBeuRlX0AY .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBeuRlX0AY .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBeuRlX0AY .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBeuRlX0AY .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBeuRlX0AY .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBeuRlX0AY .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBeuRlX0AY .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBeuRlX0AY .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBeuRlX0AY .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBeuRlX0AY P { color: #ffffff; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raOcVsD9A4 { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raOcVsD9A4 .mbr-section-subtitle { color: #232323; } .cid-raOcVsD9A4 H2 { color: #d21313; } .cid-raOcVMB87S { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raOcVMB87S .mbr-section-subtitle { color: #232323; } .cid-raOcVMB87S H2 { color: #d21313; } .cid-raOdkFfcLv { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raOdkFfcLv .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raOdkFfcLv .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raOdkFfcLv .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raOdkFfcLv .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raOdkFfcLv .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raOdkFfcLv .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raOdkFfcLv .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raOdkFfcLv .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raOdkFfcLv .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raOdOTbn6A { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raOdOTbn6A .mbr-section-text { color: #767676; } .cid-raOdOTbn6A .mbr-section-subtitle { color: #767676; } .cid-raOdOTbn6A .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raOdOTbn6A .mbr-iconfont { font-size: 48px; } .cid-raOdOTbn6A .card-img { margin-bottom: 1.5rem; } .cid-raOdOTbn6A .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raOdOTbn6A .tab-content { margin-top: 3rem; width: 100%; } .cid-raOdOTbn6A .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raOdOTbn6A .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raOdOTbn6A .nav-tabs .nav-link:hover { background: #d21313; } .cid-raOdOTbn6A .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raOdOTbn6A .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raOdPZBPWM { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-raOWFrSqjy { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raOWFrSqjy .mbr-section-subtitle { color: #232323; } .cid-raOWFrSqjy H2 { color: #d21313; } .cid-rbnyvHqILj { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnyvHqILj h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnyvHqILj p { color: #767676; text-align: left; } .cid-rbnyvHqILj .card-box { padding-top: 2rem; } .cid-rbnyvHqILj .card-wrapper { height: 100%; } .cid-rbnyvHqILj .card-title { color: #d21313; text-align: center; } .cid-rbnyvHqILj P { text-align: center; color: #4f4943; } .cid-rbnyw9Hl1g { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnyw9Hl1g h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnyw9Hl1g p { color: #767676; text-align: left; } .cid-rbnyw9Hl1g .card-box { padding-top: 2rem; } .cid-rbnyw9Hl1g .card-wrapper { height: 100%; } .cid-rbnyw9Hl1g .card-title { color: #d21313; text-align: center; } .cid-rbnyw9Hl1g P { text-align: center; color: #4f4943; } .cid-rbnIkMjZ8b { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnIkMjZ8b h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnIkMjZ8b p { color: #767676; text-align: left; } .cid-rbnIkMjZ8b .card-box { padding-top: 2rem; } .cid-rbnIkMjZ8b .card-wrapper { height: 100%; } .cid-rbnIkMjZ8b .card-title { color: #d21313; text-align: center; } .cid-rbnIkMjZ8b P { text-align: center; color: #4f4943; } .cid-rbnyxihvzN { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnyxihvzN h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnyxihvzN p { color: #767676; text-align: left; } .cid-rbnyxihvzN .card-box { padding-top: 2rem; } .cid-rbnyxihvzN .card-wrapper { height: 100%; } .cid-rbnyxihvzN .card-title { color: #d21313; text-align: center; } .cid-rbnyxihvzN P { text-align: center; color: #4f4943; } .cid-tBeuTGqFFh { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBeuTGqFFh .content { text-align: center; } .cid-tBeuTGqFFh .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBeuTGqFFh .media-wrap { margin-bottom: 1rem; } } .cid-tBeuTGqFFh .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBeuTGqFFh .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBeuTGqFFh .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBeuTGqFFh .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBeuTGqFFh .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBeuTGqFFh .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBeuTGqFFh .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBeuTGqFFh .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBeuTGqFFh .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBeuTGqFFh .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBeuTGqFFh P { color: #ffffff; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raOaJ1iCd5 { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raOaJ1iCd5 .mbr-section-subtitle { color: #232323; } .cid-raOaJ1iCd5 H2 { color: #d21313; } .cid-raOaJNrMIU { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raOaJNrMIU .mbr-section-subtitle { color: #232323; } .cid-raOaJNrMIU H2 { color: #d21313; } .cid-raOaP66wsT { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raOaP66wsT .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raOaP66wsT .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raOaP66wsT .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raOaP66wsT .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raOaP66wsT .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raOaP66wsT .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raOaP66wsT .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raOaP66wsT .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raOaP66wsT .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raObJ8udkr { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raObJ8udkr .mbr-section-text { color: #767676; } .cid-raObJ8udkr .mbr-section-subtitle { color: #767676; } .cid-raObJ8udkr .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raObJ8udkr .mbr-iconfont { font-size: 48px; } .cid-raObJ8udkr .card-img { margin-bottom: 1.5rem; } .cid-raObJ8udkr .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raObJ8udkr .tab-content { margin-top: 3rem; width: 100%; } .cid-raObJ8udkr .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raObJ8udkr .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raObJ8udkr .nav-tabs .nav-link:hover { background: #d21313; } .cid-raObJ8udkr .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raObJ8udkr .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raObJN1Lnq { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-raOWKdnSr2 { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raOWKdnSr2 .mbr-section-subtitle { color: #232323; } .cid-raOWKdnSr2 H2 { color: #d21313; } .cid-rbnyDyU7ue { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnyDyU7ue h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnyDyU7ue p { color: #767676; text-align: left; } .cid-rbnyDyU7ue .card-box { padding-top: 2rem; } .cid-rbnyDyU7ue .card-wrapper { height: 100%; } .cid-rbnyDyU7ue .card-title { color: #d21313; text-align: center; } .cid-rbnyDyU7ue P { text-align: center; color: #4f4943; } .cid-rbnIAX5pX0 { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnIAX5pX0 h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnIAX5pX0 p { color: #767676; text-align: left; } .cid-rbnIAX5pX0 .card-box { padding-top: 2rem; } .cid-rbnIAX5pX0 .card-wrapper { height: 100%; } .cid-rbnIAX5pX0 .card-title { color: #d21313; text-align: center; } .cid-rbnIAX5pX0 P { text-align: center; color: #4f4943; } .cid-rbnItPlJ0Y { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnItPlJ0Y h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnItPlJ0Y p { color: #767676; text-align: left; } .cid-rbnItPlJ0Y .card-box { padding-top: 2rem; } .cid-rbnItPlJ0Y .card-wrapper { height: 100%; } .cid-rbnItPlJ0Y .card-title { color: #d21313; text-align: center; } .cid-rbnItPlJ0Y P { text-align: center; color: #4f4943; } .cid-rbnyECpRjX { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnyECpRjX h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnyECpRjX p { color: #767676; text-align: left; } .cid-rbnyECpRjX .card-box { padding-top: 2rem; } .cid-rbnyECpRjX .card-wrapper { height: 100%; } .cid-rbnyECpRjX .card-title { color: #d21313; text-align: center; } .cid-rbnyECpRjX P { text-align: center; color: #4f4943; } .cid-tBeuW8cj5s { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBeuW8cj5s .content { text-align: center; } .cid-tBeuW8cj5s .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBeuW8cj5s .media-wrap { margin-bottom: 1rem; } } .cid-tBeuW8cj5s .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBeuW8cj5s .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBeuW8cj5s .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBeuW8cj5s .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBeuW8cj5s .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBeuW8cj5s .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBeuW8cj5s .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBeuW8cj5s .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBeuW8cj5s .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBeuW8cj5s .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBeuW8cj5s P { color: #ffffff; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raO65A28QL { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raO65A28QL .mbr-section-subtitle { color: #232323; } .cid-raO65A28QL H2 { color: #d21313; } .cid-raO667eDPz { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raO667eDPz .mbr-section-subtitle { color: #232323; } .cid-raO667eDPz H2 { color: #d21313; } .cid-raO7ErDXdj { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raO7ErDXdj .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raO7ErDXdj .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raO7ErDXdj .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raO7ErDXdj .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raO7ErDXdj .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raO7ErDXdj .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raO7ErDXdj .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raO7ErDXdj .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raO7ErDXdj .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raO8RS0IZE { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raO8RS0IZE .mbr-section-text { color: #767676; } .cid-raO8RS0IZE .mbr-section-subtitle { color: #767676; } .cid-raO8RS0IZE .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raO8RS0IZE .mbr-iconfont { font-size: 48px; } .cid-raO8RS0IZE .card-img { margin-bottom: 1.5rem; } .cid-raO8RS0IZE .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raO8RS0IZE .tab-content { margin-top: 3rem; width: 100%; } .cid-raO8RS0IZE .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raO8RS0IZE .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raO8RS0IZE .nav-tabs .nav-link:hover { background: #d21313; } .cid-raO8RS0IZE .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raO8RS0IZE .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raO8SLoTk9 { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-raOWPkXIcQ { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raOWPkXIcQ .mbr-section-subtitle { color: #232323; } .cid-raOWPkXIcQ H2 { color: #d21313; } .cid-rbnyKdDhjV { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnyKdDhjV h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnyKdDhjV p { color: #767676; text-align: left; } .cid-rbnyKdDhjV .card-box { padding-top: 2rem; } .cid-rbnyKdDhjV .card-wrapper { height: 100%; } .cid-rbnyKdDhjV .card-title { color: #d21313; text-align: center; } .cid-rbnyKdDhjV P { text-align: center; color: #4f4943; } .cid-rbnyKFiVHt { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnyKFiVHt h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnyKFiVHt p { color: #767676; text-align: left; } .cid-rbnyKFiVHt .card-box { padding-top: 2rem; } .cid-rbnyKFiVHt .card-wrapper { height: 100%; } .cid-rbnyKFiVHt .card-title { color: #d21313; text-align: center; } .cid-rbnyKFiVHt P { text-align: center; color: #4f4943; } .cid-rbnIIWEOBZ { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnIIWEOBZ h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnIIWEOBZ p { color: #767676; text-align: left; } .cid-rbnIIWEOBZ .card-box { padding-top: 2rem; } .cid-rbnIIWEOBZ .card-wrapper { height: 100%; } .cid-rbnIIWEOBZ .card-title { color: #d21313; text-align: center; } .cid-rbnIIWEOBZ P { text-align: center; color: #4f4943; } .cid-rbnyLyYfyf { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnyLyYfyf h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnyLyYfyf p { color: #767676; text-align: left; } .cid-rbnyLyYfyf .card-box { padding-top: 2rem; } .cid-rbnyLyYfyf .card-wrapper { height: 100%; } .cid-rbnyLyYfyf .card-title { color: #d21313; text-align: center; } .cid-rbnyLyYfyf P { text-align: center; color: #4f4943; } .cid-tBeuYs8w1V { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBeuYs8w1V .content { text-align: center; } .cid-tBeuYs8w1V .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBeuYs8w1V .media-wrap { margin-bottom: 1rem; } } .cid-tBeuYs8w1V .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBeuYs8w1V .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBeuYs8w1V .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBeuYs8w1V .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBeuYs8w1V .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBeuYs8w1V .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBeuYs8w1V .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBeuYs8w1V .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBeuYs8w1V .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBeuYs8w1V .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBeuYs8w1V P { color: #ffffff; } .cid-raILBcYkd0 .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-raILBcYkd0 .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-raILBcYkd0 a { font-style: normal; } .cid-raILBcYkd0 .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-raILBcYkd0 .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-raILBcYkd0 .nav-item:focus, .cid-raILBcYkd0 .nav-link:focus { outline: none; } .cid-raILBcYkd0 .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-raILBcYkd0 .btn .mbr-iconfont { font-size: 1.6rem; } .cid-raILBcYkd0 .menu-logo { margin-right: auto; } .cid-raILBcYkd0 .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-raILBcYkd0 .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-raILBcYkd0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-raILBcYkd0 .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-raILBcYkd0 .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-raILBcYkd0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-raILBcYkd0 .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-raILBcYkd0 .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-raILBcYkd0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-raILBcYkd0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-raILBcYkd0 .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-raILBcYkd0 .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-raILBcYkd0 .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-raILBcYkd0 .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-raILBcYkd0 .dropdown.open > .dropdown-menu { display: block; } .cid-raILBcYkd0 .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-raILBcYkd0 .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-raILBcYkd0 .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-raILBcYkd0 .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-raILBcYkd0 .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-raILBcYkd0 .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-raILBcYkd0 .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-raILBcYkd0 button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-raILBcYkd0 button.navbar-toggler:focus { outline: none; } .cid-raILBcYkd0 button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-raILBcYkd0 button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-raILBcYkd0 button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-raILBcYkd0 button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-raILBcYkd0 button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-raILBcYkd0 nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raILBcYkd0 nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-raILBcYkd0 nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-raILBcYkd0 nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raILBcYkd0 .collapsed.navbar-expand { flex-direction: column; } .cid-raILBcYkd0 .collapsed .btn { display: flex; } .cid-raILBcYkd0 .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raILBcYkd0 .collapsed .navbar-collapse.collapsing, .cid-raILBcYkd0 .collapsed .navbar-collapse.show { display: block !important; } .cid-raILBcYkd0 .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-raILBcYkd0 .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raILBcYkd0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raILBcYkd0 .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raILBcYkd0 .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-raILBcYkd0 .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raILBcYkd0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raILBcYkd0 .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raILBcYkd0 .collapsed button.navbar-toggler { display: block; } .cid-raILBcYkd0 .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-raILBcYkd0 .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raILBcYkd0 .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raILBcYkd0 .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raILBcYkd0 .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raILBcYkd0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-raILBcYkd0 .navbar-expand { flex-direction: column; } .cid-raILBcYkd0 img { height: 3.8rem !important; } .cid-raILBcYkd0 .btn { display: flex; } .cid-raILBcYkd0 button.navbar-toggler { display: block; } .cid-raILBcYkd0 .navbar-brand { margin-left: 1rem !important; } .cid-raILBcYkd0 .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raILBcYkd0 .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raILBcYkd0 .navbar-collapse.collapsing, .cid-raILBcYkd0 .navbar-collapse.show { display: block !important; } .cid-raILBcYkd0 .navbar-collapse.collapsing .navbar-nav, .cid-raILBcYkd0 .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raILBcYkd0 .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raILBcYkd0 .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raILBcYkd0 .navbar-collapse.collapsing .navbar-buttons, .cid-raILBcYkd0 .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raILBcYkd0 .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raILBcYkd0 .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raILBcYkd0 .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raILBcYkd0 .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raILBcYkd0 .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raILBcYkd0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-raILBcYkd0 .menu-logo { flex-shrink: 0; } } .cid-raILBcYkd0 .navbar-collapse { flex-basis: auto; } .cid-raILBcYkd0 .nav-link:hover, .cid-raILBcYkd0 .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raJapz6Du1 { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raJapz6Du1 .mbr-section-subtitle { color: #232323; } .cid-raJapz6Du1 H2 { color: #d21313; } .cid-raJaq7vvax { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raJaq7vvax .mbr-section-subtitle { color: #232323; } .cid-raJaq7vvax H2 { color: #d21313; } .cid-raJavoAsz9 { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raJavoAsz9 .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raJavoAsz9 .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raJavoAsz9 .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raJavoAsz9 .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raJavoAsz9 .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raJavoAsz9 .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raJavoAsz9 .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raJavoAsz9 .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raJavoAsz9 .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raJc2V0Cwi { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raJc2V0Cwi .mbr-section-text { color: #767676; } .cid-raJc2V0Cwi .mbr-section-subtitle { color: #767676; } .cid-raJc2V0Cwi .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raJc2V0Cwi .mbr-iconfont { font-size: 48px; } .cid-raJc2V0Cwi .card-img { margin-bottom: 1.5rem; } .cid-raJc2V0Cwi .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raJc2V0Cwi .tab-content { margin-top: 3rem; width: 100%; } .cid-raJc2V0Cwi .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raJc2V0Cwi .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raJc2V0Cwi .nav-tabs .nav-link:hover { background: #d21313; } .cid-raJc2V0Cwi .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raJc2V0Cwi .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raJcMZ4u2a { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-raOWWK79mw { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raOWWK79mw .mbr-section-subtitle { color: #232323; } .cid-raOWWK79mw H2 { color: #d21313; } .cid-rbnz1rIj8V { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnz1rIj8V h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnz1rIj8V p { color: #767676; text-align: left; } .cid-rbnz1rIj8V .card-box { padding-top: 2rem; } .cid-rbnz1rIj8V .card-wrapper { height: 100%; } .cid-rbnz1rIj8V .card-title { color: #d21313; text-align: center; } .cid-rbnz1rIj8V P { text-align: center; color: #4f4943; } .cid-rbnz1RpgO9 { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnz1RpgO9 h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnz1RpgO9 p { color: #767676; text-align: left; } .cid-rbnz1RpgO9 .card-box { padding-top: 2rem; } .cid-rbnz1RpgO9 .card-wrapper { height: 100%; } .cid-rbnz1RpgO9 .card-title { color: #d21313; text-align: center; } .cid-rbnz1RpgO9 P { text-align: center; color: #4f4943; } .cid-rbnIRIJHdt { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnIRIJHdt h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnIRIJHdt p { color: #767676; text-align: left; } .cid-rbnIRIJHdt .card-box { padding-top: 2rem; } .cid-rbnIRIJHdt .card-wrapper { height: 100%; } .cid-rbnIRIJHdt .card-title { color: #d21313; text-align: center; } .cid-rbnIRIJHdt P { text-align: center; color: #4f4943; } .cid-rbnz2xszwa { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnz2xszwa h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnz2xszwa p { color: #767676; text-align: left; } .cid-rbnz2xszwa .card-box { padding-top: 2rem; } .cid-rbnz2xszwa .card-wrapper { height: 100%; } .cid-rbnz2xszwa .card-title { color: #d21313; text-align: center; } .cid-rbnz2xszwa P { text-align: center; color: #4f4943; } .cid-tBev3oLU68 { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBev3oLU68 .content { text-align: center; } .cid-tBev3oLU68 .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBev3oLU68 .media-wrap { margin-bottom: 1rem; } } .cid-tBev3oLU68 .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBev3oLU68 .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBev3oLU68 .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBev3oLU68 .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBev3oLU68 .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBev3oLU68 .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBev3oLU68 .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBev3oLU68 .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBev3oLU68 .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBev3oLU68 .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBev3oLU68 P { color: #ffffff; } .cid-raILBcYkd0 .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-raILBcYkd0 .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-raILBcYkd0 a { font-style: normal; } .cid-raILBcYkd0 .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-raILBcYkd0 .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-raILBcYkd0 .nav-item:focus, .cid-raILBcYkd0 .nav-link:focus { outline: none; } .cid-raILBcYkd0 .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-raILBcYkd0 .btn .mbr-iconfont { font-size: 1.6rem; } .cid-raILBcYkd0 .menu-logo { margin-right: auto; } .cid-raILBcYkd0 .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-raILBcYkd0 .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-raILBcYkd0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-raILBcYkd0 .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-raILBcYkd0 .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-raILBcYkd0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-raILBcYkd0 .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-raILBcYkd0 .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-raILBcYkd0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-raILBcYkd0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-raILBcYkd0 .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-raILBcYkd0 .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-raILBcYkd0 .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-raILBcYkd0 .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-raILBcYkd0 .dropdown.open > .dropdown-menu { display: block; } .cid-raILBcYkd0 .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-raILBcYkd0 .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-raILBcYkd0 .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-raILBcYkd0 .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-raILBcYkd0 .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-raILBcYkd0 .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-raILBcYkd0 .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-raILBcYkd0 button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-raILBcYkd0 button.navbar-toggler:focus { outline: none; } .cid-raILBcYkd0 button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-raILBcYkd0 button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-raILBcYkd0 button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-raILBcYkd0 button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-raILBcYkd0 button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-raILBcYkd0 nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raILBcYkd0 nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-raILBcYkd0 nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-raILBcYkd0 nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raILBcYkd0 .collapsed.navbar-expand { flex-direction: column; } .cid-raILBcYkd0 .collapsed .btn { display: flex; } .cid-raILBcYkd0 .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raILBcYkd0 .collapsed .navbar-collapse.collapsing, .cid-raILBcYkd0 .collapsed .navbar-collapse.show { display: block !important; } .cid-raILBcYkd0 .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-raILBcYkd0 .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raILBcYkd0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raILBcYkd0 .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raILBcYkd0 .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-raILBcYkd0 .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raILBcYkd0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raILBcYkd0 .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raILBcYkd0 .collapsed button.navbar-toggler { display: block; } .cid-raILBcYkd0 .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-raILBcYkd0 .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raILBcYkd0 .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raILBcYkd0 .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raILBcYkd0 .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raILBcYkd0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-raILBcYkd0 .navbar-expand { flex-direction: column; } .cid-raILBcYkd0 img { height: 3.8rem !important; } .cid-raILBcYkd0 .btn { display: flex; } .cid-raILBcYkd0 button.navbar-toggler { display: block; } .cid-raILBcYkd0 .navbar-brand { margin-left: 1rem !important; } .cid-raILBcYkd0 .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raILBcYkd0 .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raILBcYkd0 .navbar-collapse.collapsing, .cid-raILBcYkd0 .navbar-collapse.show { display: block !important; } .cid-raILBcYkd0 .navbar-collapse.collapsing .navbar-nav, .cid-raILBcYkd0 .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raILBcYkd0 .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raILBcYkd0 .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raILBcYkd0 .navbar-collapse.collapsing .navbar-buttons, .cid-raILBcYkd0 .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raILBcYkd0 .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raILBcYkd0 .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raILBcYkd0 .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raILBcYkd0 .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raILBcYkd0 .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raILBcYkd0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-raILBcYkd0 .menu-logo { flex-shrink: 0; } } .cid-raILBcYkd0 .navbar-collapse { flex-basis: auto; } .cid-raILBcYkd0 .nav-link:hover, .cid-raILBcYkd0 .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raJ7lbMnF4 { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raJ7lbMnF4 .mbr-section-subtitle { color: #232323; } .cid-raJ7lbMnF4 H2 { color: #d21313; } .cid-raJ7lLRyOV { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raJ7lLRyOV .mbr-section-subtitle { color: #232323; } .cid-raJ7lLRyOV H2 { color: #d21313; } .cid-raJ7ryQurH { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raJ7ryQurH .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raJ7ryQurH .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raJ7ryQurH .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raJ7ryQurH .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raJ7ryQurH .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raJ7ryQurH .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raJ7ryQurH .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raJ7ryQurH .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raJ7ryQurH .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raJ8dBXbpX { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raJ8dBXbpX .mbr-section-text { color: #767676; } .cid-raJ8dBXbpX .mbr-section-subtitle { color: #767676; } .cid-raJ8dBXbpX .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raJ8dBXbpX .mbr-iconfont { font-size: 48px; } .cid-raJ8dBXbpX .card-img { margin-bottom: 1.5rem; } .cid-raJ8dBXbpX .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raJ8dBXbpX .tab-content { margin-top: 3rem; width: 100%; } .cid-raJ8dBXbpX .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raJ8dBXbpX .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raJ8dBXbpX .nav-tabs .nav-link:hover { background: #d21313; } .cid-raJ8dBXbpX .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raJ8dBXbpX .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raJ8oEppgI { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-raOX0TgapH { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raOX0TgapH .mbr-section-subtitle { color: #232323; } .cid-raOX0TgapH H2 { color: #d21313; } .cid-rbnz6YpzlC { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnz6YpzlC h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnz6YpzlC p { color: #767676; text-align: left; } .cid-rbnz6YpzlC .card-box { padding-top: 2rem; } .cid-rbnz6YpzlC .card-wrapper { height: 100%; } .cid-rbnz6YpzlC .card-title { color: #d21313; text-align: center; } .cid-rbnz6YpzlC P { text-align: center; color: #4f4943; } .cid-rbnz7lBAkB { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnz7lBAkB h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnz7lBAkB p { color: #767676; text-align: left; } .cid-rbnz7lBAkB .card-box { padding-top: 2rem; } .cid-rbnz7lBAkB .card-wrapper { height: 100%; } .cid-rbnz7lBAkB .card-title { color: #d21313; text-align: center; } .cid-rbnz7lBAkB P { text-align: center; color: #4f4943; } .cid-rbnIUYkQsx { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnIUYkQsx h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnIUYkQsx p { color: #767676; text-align: left; } .cid-rbnIUYkQsx .card-box { padding-top: 2rem; } .cid-rbnIUYkQsx .card-wrapper { height: 100%; } .cid-rbnIUYkQsx .card-title { color: #d21313; text-align: center; } .cid-rbnIUYkQsx P { text-align: center; color: #4f4943; } .cid-rbnz8hRU34 { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnz8hRU34 h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnz8hRU34 p { color: #767676; text-align: left; } .cid-rbnz8hRU34 .card-box { padding-top: 2rem; } .cid-rbnz8hRU34 .card-wrapper { height: 100%; } .cid-rbnz8hRU34 .card-title { color: #d21313; text-align: center; } .cid-rbnz8hRU34 P { text-align: center; color: #4f4943; } .cid-tBev5O1tDu { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBev5O1tDu .content { text-align: center; } .cid-tBev5O1tDu .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBev5O1tDu .media-wrap { margin-bottom: 1rem; } } .cid-tBev5O1tDu .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBev5O1tDu .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBev5O1tDu .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBev5O1tDu .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBev5O1tDu .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBev5O1tDu .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBev5O1tDu .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBev5O1tDu .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBev5O1tDu .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBev5O1tDu .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBev5O1tDu P { color: #ffffff; } .cid-raILBcYkd0 .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-raILBcYkd0 .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-raILBcYkd0 a { font-style: normal; } .cid-raILBcYkd0 .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-raILBcYkd0 .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-raILBcYkd0 .nav-item:focus, .cid-raILBcYkd0 .nav-link:focus { outline: none; } .cid-raILBcYkd0 .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-raILBcYkd0 .btn .mbr-iconfont { font-size: 1.6rem; } .cid-raILBcYkd0 .menu-logo { margin-right: auto; } .cid-raILBcYkd0 .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-raILBcYkd0 .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-raILBcYkd0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-raILBcYkd0 .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-raILBcYkd0 .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-raILBcYkd0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-raILBcYkd0 .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-raILBcYkd0 .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-raILBcYkd0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-raILBcYkd0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-raILBcYkd0 .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-raILBcYkd0 .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-raILBcYkd0 .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-raILBcYkd0 .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-raILBcYkd0 .dropdown.open > .dropdown-menu { display: block; } .cid-raILBcYkd0 .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-raILBcYkd0 .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-raILBcYkd0 .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-raILBcYkd0 .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-raILBcYkd0 .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-raILBcYkd0 .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-raILBcYkd0 .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-raILBcYkd0 button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-raILBcYkd0 button.navbar-toggler:focus { outline: none; } .cid-raILBcYkd0 button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-raILBcYkd0 button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-raILBcYkd0 button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-raILBcYkd0 button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-raILBcYkd0 button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-raILBcYkd0 nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raILBcYkd0 nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-raILBcYkd0 nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-raILBcYkd0 nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raILBcYkd0 .collapsed.navbar-expand { flex-direction: column; } .cid-raILBcYkd0 .collapsed .btn { display: flex; } .cid-raILBcYkd0 .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raILBcYkd0 .collapsed .navbar-collapse.collapsing, .cid-raILBcYkd0 .collapsed .navbar-collapse.show { display: block !important; } .cid-raILBcYkd0 .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-raILBcYkd0 .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raILBcYkd0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raILBcYkd0 .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raILBcYkd0 .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-raILBcYkd0 .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raILBcYkd0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raILBcYkd0 .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raILBcYkd0 .collapsed button.navbar-toggler { display: block; } .cid-raILBcYkd0 .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-raILBcYkd0 .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raILBcYkd0 .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raILBcYkd0 .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raILBcYkd0 .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raILBcYkd0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-raILBcYkd0 .navbar-expand { flex-direction: column; } .cid-raILBcYkd0 img { height: 3.8rem !important; } .cid-raILBcYkd0 .btn { display: flex; } .cid-raILBcYkd0 button.navbar-toggler { display: block; } .cid-raILBcYkd0 .navbar-brand { margin-left: 1rem !important; } .cid-raILBcYkd0 .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raILBcYkd0 .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raILBcYkd0 .navbar-collapse.collapsing, .cid-raILBcYkd0 .navbar-collapse.show { display: block !important; } .cid-raILBcYkd0 .navbar-collapse.collapsing .navbar-nav, .cid-raILBcYkd0 .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raILBcYkd0 .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raILBcYkd0 .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raILBcYkd0 .navbar-collapse.collapsing .navbar-buttons, .cid-raILBcYkd0 .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raILBcYkd0 .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raILBcYkd0 .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raILBcYkd0 .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raILBcYkd0 .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raILBcYkd0 .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raILBcYkd0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-raILBcYkd0 .menu-logo { flex-shrink: 0; } } .cid-raILBcYkd0 .navbar-collapse { flex-basis: auto; } .cid-raILBcYkd0 .nav-link:hover, .cid-raILBcYkd0 .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raIWgnKLh3 { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raIWgnKLh3 .mbr-section-subtitle { color: #232323; } .cid-raIWgnKLh3 H2 { color: #d21313; } .cid-raIWh2vA6z { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raIWh2vA6z .mbr-section-subtitle { color: #232323; } .cid-raIWh2vA6z H2 { color: #d21313; } .cid-raIWlR7jzv { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raIWlR7jzv .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raIWlR7jzv .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raIWlR7jzv .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raIWlR7jzv .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raIWlR7jzv .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raIWlR7jzv .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raIWlR7jzv .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raIWlR7jzv .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raIWlR7jzv .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raIXKKcm01 { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raIXKKcm01 .mbr-section-text { color: #767676; } .cid-raIXKKcm01 .mbr-section-subtitle { color: #767676; } .cid-raIXKKcm01 .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raIXKKcm01 .mbr-iconfont { font-size: 48px; } .cid-raIXKKcm01 .card-img { margin-bottom: 1.5rem; } .cid-raIXKKcm01 .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raIXKKcm01 .tab-content { margin-top: 3rem; width: 100%; } .cid-raIXKKcm01 .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raIXKKcm01 .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raIXKKcm01 .nav-tabs .nav-link:hover { background: #d21313; } .cid-raIXKKcm01 .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raIXKKcm01 .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raIXLZSrcM { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-raOX5p6QWr { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raOX5p6QWr .mbr-section-subtitle { color: #232323; } .cid-raOX5p6QWr H2 { color: #d21313; } .cid-rbnzcXn3pn { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnzcXn3pn h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnzcXn3pn p { color: #767676; text-align: left; } .cid-rbnzcXn3pn .card-box { padding-top: 2rem; } .cid-rbnzcXn3pn .card-wrapper { height: 100%; } .cid-rbnzcXn3pn .card-title { color: #d21313; text-align: center; } .cid-rbnzcXn3pn P { text-align: center; color: #4f4943; } .cid-rbnzdpfLY4 { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnzdpfLY4 h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnzdpfLY4 p { color: #767676; text-align: left; } .cid-rbnzdpfLY4 .card-box { padding-top: 2rem; } .cid-rbnzdpfLY4 .card-wrapper { height: 100%; } .cid-rbnzdpfLY4 .card-title { color: #d21313; text-align: center; } .cid-rbnzdpfLY4 P { text-align: center; color: #4f4943; } .cid-rbnIXYjP1F { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnIXYjP1F h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnIXYjP1F p { color: #767676; text-align: left; } .cid-rbnIXYjP1F .card-box { padding-top: 2rem; } .cid-rbnIXYjP1F .card-wrapper { height: 100%; } .cid-rbnIXYjP1F .card-title { color: #d21313; text-align: center; } .cid-rbnIXYjP1F P { text-align: center; color: #4f4943; } .cid-rbnzf1HD2E { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnzf1HD2E h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnzf1HD2E p { color: #767676; text-align: left; } .cid-rbnzf1HD2E .card-box { padding-top: 2rem; } .cid-rbnzf1HD2E .card-wrapper { height: 100%; } .cid-rbnzf1HD2E .card-title { color: #d21313; text-align: center; } .cid-rbnzf1HD2E P { text-align: center; color: #4f4943; } .cid-tBev8bOj5n { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBev8bOj5n .content { text-align: center; } .cid-tBev8bOj5n .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBev8bOj5n .media-wrap { margin-bottom: 1rem; } } .cid-tBev8bOj5n .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBev8bOj5n .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBev8bOj5n .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBev8bOj5n .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBev8bOj5n .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBev8bOj5n .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBev8bOj5n .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBev8bOj5n .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBev8bOj5n .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBev8bOj5n .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBev8bOj5n P { color: #ffffff; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raO2y6igG0 { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raO2y6igG0 .mbr-section-subtitle { color: #232323; } .cid-raO2y6igG0 H2 { color: #d21313; } .cid-raO2yFqmEd { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raO2yFqmEd .mbr-section-subtitle { color: #232323; } .cid-raO2yFqmEd H2 { color: #d21313; } .cid-raO2CHUBLj { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raO2CHUBLj .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raO2CHUBLj .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raO2CHUBLj .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raO2CHUBLj .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raO2CHUBLj .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raO2CHUBLj .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raO2CHUBLj .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raO2CHUBLj .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raO2CHUBLj .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raO444uEyu { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raO444uEyu .mbr-section-text { color: #767676; } .cid-raO444uEyu .mbr-section-subtitle { color: #767676; } .cid-raO444uEyu .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raO444uEyu .mbr-iconfont { font-size: 48px; } .cid-raO444uEyu .card-img { margin-bottom: 1.5rem; } .cid-raO444uEyu .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raO444uEyu .tab-content { margin-top: 3rem; width: 100%; } .cid-raO444uEyu .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raO444uEyu .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raO444uEyu .nav-tabs .nav-link:hover { background: #d21313; } .cid-raO444uEyu .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raO444uEyu .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raO4MK6tZu { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-raOWT20QOK { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raOWT20QOK .mbr-section-subtitle { color: #232323; } .cid-raOWT20QOK H2 { color: #d21313; } .cid-rbnyQF95zJ { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnyQF95zJ h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnyQF95zJ p { color: #767676; text-align: left; } .cid-rbnyQF95zJ .card-box { padding-top: 2rem; } .cid-rbnyQF95zJ .card-wrapper { height: 100%; } .cid-rbnyQF95zJ .card-title { color: #d21313; text-align: center; } .cid-rbnyQF95zJ P { text-align: center; color: #4f4943; } .cid-rbnyR87Atk { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnyR87Atk h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnyR87Atk p { color: #767676; text-align: left; } .cid-rbnyR87Atk .card-box { padding-top: 2rem; } .cid-rbnyR87Atk .card-wrapper { height: 100%; } .cid-rbnyR87Atk .card-title { color: #d21313; text-align: center; } .cid-rbnyR87Atk P { text-align: center; color: #4f4943; } .cid-rbnINmnchY { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnINmnchY h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnINmnchY p { color: #767676; text-align: left; } .cid-rbnINmnchY .card-box { padding-top: 2rem; } .cid-rbnINmnchY .card-wrapper { height: 100%; } .cid-rbnINmnchY .card-title { color: #d21313; text-align: center; } .cid-rbnINmnchY P { text-align: center; color: #4f4943; } .cid-rbnyRus9p0 { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-rbnyRus9p0 h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-rbnyRus9p0 p { color: #767676; text-align: left; } .cid-rbnyRus9p0 .card-box { padding-top: 2rem; } .cid-rbnyRus9p0 .card-wrapper { height: 100%; } .cid-rbnyRus9p0 .card-title { color: #d21313; text-align: center; } .cid-rbnyRus9p0 P { text-align: center; color: #4f4943; } .cid-tBev10ohhs { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBev10ohhs .content { text-align: center; } .cid-tBev10ohhs .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBev10ohhs .media-wrap { margin-bottom: 1rem; } } .cid-tBev10ohhs .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBev10ohhs .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBev10ohhs .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBev10ohhs .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBev10ohhs .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBev10ohhs .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBev10ohhs .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBev10ohhs .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBev10ohhs .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBev10ohhs .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBev10ohhs P { color: #ffffff; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raINXL5yvm { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raINXL5yvm .mbr-section-subtitle { color: #232323; } .cid-raINXL5yvm H2 { color: #d21313; } .cid-raINZeouV6 { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raINZeouV6 .mbr-section-subtitle { color: #232323; } .cid-raINZeouV6 H2 { color: #d21313; } .cid-raIO5lMNfj { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-raIO5lMNfj h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-raIO5lMNfj p { color: #767676; text-align: left; } .cid-raIO5lMNfj .card-box { padding-top: 2rem; } .cid-raIO5lMNfj .card-wrapper { height: 100%; } .cid-raIO5lMNfj .card-title { color: #d21313; text-align: center; } .cid-raIO5lMNfj P { text-align: center; color: #4f4943; } .cid-raIO5HDJXf { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-raIO5HDJXf h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-raIO5HDJXf p { color: #767676; text-align: left; } .cid-raIO5HDJXf .card-box { padding-top: 2rem; } .cid-raIO5HDJXf .card-wrapper { height: 100%; } .cid-raIO5HDJXf .card-title { color: #d21313; text-align: center; } .cid-raIO5HDJXf P { text-align: center; color: #4f4943; } .cid-tBevaC4Ceu { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBevaC4Ceu .content { text-align: center; } .cid-tBevaC4Ceu .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBevaC4Ceu .media-wrap { margin-bottom: 1rem; } } .cid-tBevaC4Ceu .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBevaC4Ceu .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBevaC4Ceu .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBevaC4Ceu .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBevaC4Ceu .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBevaC4Ceu .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBevaC4Ceu .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBevaC4Ceu .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBevaC4Ceu .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBevaC4Ceu .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBevaC4Ceu P { color: #ffffff; } .cid-raI0lhtQoc { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raI0lhtQoc .mbr-section-subtitle { color: #232323; } .cid-raI0lhtQoc H2 { color: #d21313; } .cid-qNBlfxeIUs .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-qNBlfxeIUs .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-qNBlfxeIUs a { font-style: normal; } .cid-qNBlfxeIUs .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-qNBlfxeIUs .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-qNBlfxeIUs .nav-item:focus, .cid-qNBlfxeIUs .nav-link:focus { outline: none; } .cid-qNBlfxeIUs .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-qNBlfxeIUs .btn .mbr-iconfont { font-size: 1.6rem; } .cid-qNBlfxeIUs .menu-logo { margin-right: auto; } .cid-qNBlfxeIUs .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-qNBlfxeIUs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-qNBlfxeIUs .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { display: block; } .cid-qNBlfxeIUs .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-qNBlfxeIUs .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-qNBlfxeIUs .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-qNBlfxeIUs button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-qNBlfxeIUs button.navbar-toggler:focus { outline: none; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-qNBlfxeIUs button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-qNBlfxeIUs nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-qNBlfxeIUs .collapsed.navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs .collapsed .btn { display: flex; } .cid-qNBlfxeIUs .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .collapsed button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-qNBlfxeIUs .navbar-expand { flex-direction: column; } .cid-qNBlfxeIUs img { height: 3.8rem !important; } .cid-qNBlfxeIUs .btn { display: flex; } .cid-qNBlfxeIUs button.navbar-toggler { display: block; } .cid-qNBlfxeIUs .navbar-brand { margin-left: 1rem !important; } .cid-qNBlfxeIUs .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-qNBlfxeIUs .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing, .cid-qNBlfxeIUs .navbar-collapse.show { display: block !important; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-qNBlfxeIUs .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-qNBlfxeIUs .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-qNBlfxeIUs .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-qNBlfxeIUs .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-qNBlfxeIUs .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-qNBlfxeIUs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-qNBlfxeIUs .menu-logo { flex-shrink: 0; } } .cid-qNBlfxeIUs .navbar-collapse { flex-basis: auto; } .cid-qNBlfxeIUs .nav-link:hover, .cid-qNBlfxeIUs .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raI08m44XP { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raI08m44XP .mbr-section-subtitle { color: #232323; } .cid-raI08m44XP H2 { color: #d21313; } .cid-raI0NYdeDX { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raI0NYdeDX .video-block { margin: auto; } @media (max-width: 768px) { .cid-raI0NYdeDX .video-block { width: 100% !important; } } .cid-raI0VzUmx5 { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raI0VzUmx5 .video-block { margin: auto; } @media (max-width: 768px) { .cid-raI0VzUmx5 .video-block { width: 100% !important; } } .cid-raI0ZzEmZw { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raI0ZzEmZw .video-block { margin: auto; } @media (max-width: 768px) { .cid-raI0ZzEmZw .video-block { width: 100% !important; } } .cid-raI9dMEhok { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raI9dMEhok .mbr-section-subtitle { color: #232323; } .cid-raI9dMEhok H2 { color: #d21313; } .cid-raI9ilH7ri { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raI9ilH7ri .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raI9ilH7ri .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raI9ilH7ri .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raI9ilH7ri .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raI9ilH7ri .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raI9ilH7ri .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raI9ilH7ri .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raI9ilH7ri .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raI9ilH7ri .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raI17ZnH3K { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raI17ZnH3K .mbr-section-text { color: #000000; } .cid-raI17ZnH3K .mbr-section-subtitle { color: #767676; } .cid-raI17ZnH3K .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raI17ZnH3K .mbr-iconfont { font-size: 48px; } .cid-raI17ZnH3K .card-img { margin-bottom: 1.5rem; } .cid-raI17ZnH3K .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raI17ZnH3K .tab-content { margin-top: 3rem; width: 100%; } .cid-raI17ZnH3K .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raI17ZnH3K .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raI17ZnH3K .nav-tabs .nav-link:hover { background: #d21313; } .cid-raI17ZnH3K .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raI17ZnH3K .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raIUhsSXgM { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raIUhsSXgM .mbr-section-subtitle { color: #232323; } .cid-raIUhsSXgM H2 { color: #d21313; } .cid-uk1NEOYVrI { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-uk1NEOYVrI h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-uk1NEOYVrI p { color: #767676; text-align: left; } .cid-uk1NEOYVrI .card-box { padding-top: 2rem; } .cid-uk1NEOYVrI .card-wrapper { height: 100%; } .cid-uk1NEOYVrI .card-title { color: #d21313; text-align: center; } .cid-uk1NEOYVrI P { text-align: center; color: #4f4943; } .cid-uk1NFIlivr { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-uk1NFIlivr h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-uk1NFIlivr p { color: #767676; text-align: left; } .cid-uk1NFIlivr .card-box { padding-top: 2rem; } .cid-uk1NFIlivr .card-wrapper { height: 100%; } .cid-uk1NFIlivr .card-title { color: #d21313; text-align: center; } .cid-uk1NFIlivr P { text-align: center; color: #4f4943; } .cid-tBevdnhq8i { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBevdnhq8i .content { text-align: center; } .cid-tBevdnhq8i .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBevdnhq8i .media-wrap { margin-bottom: 1rem; } } .cid-tBevdnhq8i .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBevdnhq8i .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBevdnhq8i .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBevdnhq8i .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBevdnhq8i .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBevdnhq8i .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBevdnhq8i .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBevdnhq8i .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBevdnhq8i .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBevdnhq8i .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBevdnhq8i P { color: #ffffff; } .cid-raIf610VYb { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raIf610VYb .mbr-section-subtitle { color: #232323; } .cid-raIf610VYb H2 { color: #d21313; } .cid-raIf61sRS0 .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-raIf61sRS0 .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-raIf61sRS0 a { font-style: normal; } .cid-raIf61sRS0 .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-raIf61sRS0 .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-raIf61sRS0 .nav-item:focus, .cid-raIf61sRS0 .nav-link:focus { outline: none; } .cid-raIf61sRS0 .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-raIf61sRS0 .btn .mbr-iconfont { font-size: 1.6rem; } .cid-raIf61sRS0 .menu-logo { margin-right: auto; } .cid-raIf61sRS0 .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-raIf61sRS0 .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-raIf61sRS0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-raIf61sRS0 .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-raIf61sRS0 .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-raIf61sRS0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-raIf61sRS0 .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-raIf61sRS0 .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-raIf61sRS0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-raIf61sRS0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-raIf61sRS0 .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-raIf61sRS0 .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-raIf61sRS0 .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-raIf61sRS0 .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-raIf61sRS0 .dropdown.open > .dropdown-menu { display: block; } .cid-raIf61sRS0 .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-raIf61sRS0 .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-raIf61sRS0 .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-raIf61sRS0 .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-raIf61sRS0 .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-raIf61sRS0 .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-raIf61sRS0 .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-raIf61sRS0 button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-raIf61sRS0 button.navbar-toggler:focus { outline: none; } .cid-raIf61sRS0 button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-raIf61sRS0 button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-raIf61sRS0 button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-raIf61sRS0 button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-raIf61sRS0 button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-raIf61sRS0 nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raIf61sRS0 nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-raIf61sRS0 nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-raIf61sRS0 nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raIf61sRS0 .collapsed.navbar-expand { flex-direction: column; } .cid-raIf61sRS0 .collapsed .btn { display: flex; } .cid-raIf61sRS0 .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raIf61sRS0 .collapsed .navbar-collapse.collapsing, .cid-raIf61sRS0 .collapsed .navbar-collapse.show { display: block !important; } .cid-raIf61sRS0 .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-raIf61sRS0 .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raIf61sRS0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raIf61sRS0 .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raIf61sRS0 .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-raIf61sRS0 .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raIf61sRS0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raIf61sRS0 .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raIf61sRS0 .collapsed button.navbar-toggler { display: block; } .cid-raIf61sRS0 .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-raIf61sRS0 .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raIf61sRS0 .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raIf61sRS0 .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raIf61sRS0 .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raIf61sRS0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-raIf61sRS0 .navbar-expand { flex-direction: column; } .cid-raIf61sRS0 img { height: 3.8rem !important; } .cid-raIf61sRS0 .btn { display: flex; } .cid-raIf61sRS0 button.navbar-toggler { display: block; } .cid-raIf61sRS0 .navbar-brand { margin-left: 1rem !important; } .cid-raIf61sRS0 .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raIf61sRS0 .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raIf61sRS0 .navbar-collapse.collapsing, .cid-raIf61sRS0 .navbar-collapse.show { display: block !important; } .cid-raIf61sRS0 .navbar-collapse.collapsing .navbar-nav, .cid-raIf61sRS0 .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raIf61sRS0 .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raIf61sRS0 .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raIf61sRS0 .navbar-collapse.collapsing .navbar-buttons, .cid-raIf61sRS0 .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raIf61sRS0 .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raIf61sRS0 .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raIf61sRS0 .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raIf61sRS0 .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raIf61sRS0 .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raIf61sRS0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-raIf61sRS0 .menu-logo { flex-shrink: 0; } } .cid-raIf61sRS0 .navbar-collapse { flex-basis: auto; } .cid-raIf61sRS0 .nav-link:hover, .cid-raIf61sRS0 .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raIf61TheS { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raIf61TheS .mbr-section-subtitle { color: #232323; } .cid-raIf61TheS H2 { color: #d21313; } .cid-raIf62dBoT { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raIf62dBoT .video-block { margin: auto; } @media (max-width: 768px) { .cid-raIf62dBoT .video-block { width: 100% !important; } } .cid-raIf62EsP0 { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raIf62EsP0 .video-block { margin: auto; } @media (max-width: 768px) { .cid-raIf62EsP0 .video-block { width: 100% !important; } } .cid-raIf631Rbx { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raIf631Rbx .video-block { margin: auto; } @media (max-width: 768px) { .cid-raIf631Rbx .video-block { width: 100% !important; } } .cid-raIfvW1PDr { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raIfvW1PDr .video-block { margin: auto; } @media (max-width: 768px) { .cid-raIfvW1PDr .video-block { width: 100% !important; } } .cid-raIf63oUKb { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raIf63oUKb .mbr-section-subtitle { color: #232323; } .cid-raIf63oUKb H2 { color: #d21313; } .cid-raIf63I673 { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raIf63I673 .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raIf63I673 .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raIf63I673 .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raIf63I673 .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raIf63I673 .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raIf63I673 .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raIf63I673 .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raIf63I673 .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raIf63I673 .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raIf64g6AH { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raIf64g6AH .mbr-section-text { color: #000000; } .cid-raIf64g6AH .mbr-section-subtitle { color: #767676; } .cid-raIf64g6AH .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raIf64g6AH .mbr-iconfont { font-size: 48px; } .cid-raIf64g6AH .card-img { margin-bottom: 1.5rem; } .cid-raIf64g6AH .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raIf64g6AH .tab-content { margin-top: 3rem; width: 100%; } .cid-raIf64g6AH .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raIf64g6AH .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raIf64g6AH .nav-tabs .nav-link:hover { background: #d21313; } .cid-raIf64g6AH .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raIf64g6AH .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raInXMeiX2 { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-raIUwQ8n93 { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raIUwQ8n93 .mbr-section-subtitle { color: #232323; } .cid-raIUwQ8n93 H2 { color: #d21313; } .cid-uk1O6HOkrt { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-uk1O6HOkrt h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-uk1O6HOkrt p { color: #767676; text-align: left; } .cid-uk1O6HOkrt .card-box { padding-top: 2rem; } .cid-uk1O6HOkrt .card-wrapper { height: 100%; } .cid-uk1O6HOkrt .card-title { color: #d21313; text-align: center; } .cid-uk1O6HOkrt P { text-align: center; color: #4f4943; } .cid-uk1O7r1Ea5 { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-uk1O7r1Ea5 h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-uk1O7r1Ea5 p { color: #767676; text-align: left; } .cid-uk1O7r1Ea5 .card-box { padding-top: 2rem; } .cid-uk1O7r1Ea5 .card-wrapper { height: 100%; } .cid-uk1O7r1Ea5 .card-title { color: #d21313; text-align: center; } .cid-uk1O7r1Ea5 P { text-align: center; color: #4f4943; } .cid-tBevitpQBI { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBevitpQBI .content { text-align: center; } .cid-tBevitpQBI .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBevitpQBI .media-wrap { margin-bottom: 1rem; } } .cid-tBevitpQBI .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBevitpQBI .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBevitpQBI .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBevitpQBI .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBevitpQBI .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBevitpQBI .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBevitpQBI .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBevitpQBI .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBevitpQBI .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBevitpQBI .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBevitpQBI P { color: #ffffff; } .cid-raIkfkpljU { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raIkfkpljU .mbr-section-subtitle { color: #232323; } .cid-raIkfkpljU H2 { color: #d21313; } .cid-raIkfl0TAq .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-raIkfl0TAq .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-raIkfl0TAq a { font-style: normal; } .cid-raIkfl0TAq .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-raIkfl0TAq .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-raIkfl0TAq .nav-item:focus, .cid-raIkfl0TAq .nav-link:focus { outline: none; } .cid-raIkfl0TAq .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-raIkfl0TAq .btn .mbr-iconfont { font-size: 1.6rem; } .cid-raIkfl0TAq .menu-logo { margin-right: auto; } .cid-raIkfl0TAq .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-raIkfl0TAq .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-raIkfl0TAq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-raIkfl0TAq .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-raIkfl0TAq .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-raIkfl0TAq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-raIkfl0TAq .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-raIkfl0TAq .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-raIkfl0TAq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-raIkfl0TAq .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-raIkfl0TAq .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-raIkfl0TAq .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-raIkfl0TAq .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-raIkfl0TAq .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-raIkfl0TAq .dropdown.open > .dropdown-menu { display: block; } .cid-raIkfl0TAq .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-raIkfl0TAq .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-raIkfl0TAq .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-raIkfl0TAq .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-raIkfl0TAq .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-raIkfl0TAq .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-raIkfl0TAq .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-raIkfl0TAq button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-raIkfl0TAq button.navbar-toggler:focus { outline: none; } .cid-raIkfl0TAq button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-raIkfl0TAq button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-raIkfl0TAq button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-raIkfl0TAq button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-raIkfl0TAq button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-raIkfl0TAq nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raIkfl0TAq nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-raIkfl0TAq nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-raIkfl0TAq nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raIkfl0TAq .collapsed.navbar-expand { flex-direction: column; } .cid-raIkfl0TAq .collapsed .btn { display: flex; } .cid-raIkfl0TAq .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raIkfl0TAq .collapsed .navbar-collapse.collapsing, .cid-raIkfl0TAq .collapsed .navbar-collapse.show { display: block !important; } .cid-raIkfl0TAq .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-raIkfl0TAq .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raIkfl0TAq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raIkfl0TAq .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raIkfl0TAq .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-raIkfl0TAq .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raIkfl0TAq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raIkfl0TAq .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raIkfl0TAq .collapsed button.navbar-toggler { display: block; } .cid-raIkfl0TAq .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-raIkfl0TAq .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raIkfl0TAq .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raIkfl0TAq .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raIkfl0TAq .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raIkfl0TAq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-raIkfl0TAq .navbar-expand { flex-direction: column; } .cid-raIkfl0TAq img { height: 3.8rem !important; } .cid-raIkfl0TAq .btn { display: flex; } .cid-raIkfl0TAq button.navbar-toggler { display: block; } .cid-raIkfl0TAq .navbar-brand { margin-left: 1rem !important; } .cid-raIkfl0TAq .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raIkfl0TAq .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raIkfl0TAq .navbar-collapse.collapsing, .cid-raIkfl0TAq .navbar-collapse.show { display: block !important; } .cid-raIkfl0TAq .navbar-collapse.collapsing .navbar-nav, .cid-raIkfl0TAq .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raIkfl0TAq .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raIkfl0TAq .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raIkfl0TAq .navbar-collapse.collapsing .navbar-buttons, .cid-raIkfl0TAq .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raIkfl0TAq .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raIkfl0TAq .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raIkfl0TAq .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raIkfl0TAq .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raIkfl0TAq .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raIkfl0TAq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-raIkfl0TAq .menu-logo { flex-shrink: 0; } } .cid-raIkfl0TAq .navbar-collapse { flex-basis: auto; } .cid-raIkfl0TAq .nav-link:hover, .cid-raIkfl0TAq .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raIkfls8r0 { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raIkfls8r0 .mbr-section-subtitle { color: #232323; } .cid-raIkfls8r0 H2 { color: #d21313; } .cid-raIkflScaz { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raIkflScaz .video-block { margin: auto; } @media (max-width: 768px) { .cid-raIkflScaz .video-block { width: 100% !important; } } .cid-raIkfnxoUm { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raIkfnxoUm .mbr-section-subtitle { color: #232323; } .cid-raIkfnxoUm H2 { color: #d21313; } .cid-raIkfnUK3B { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raIkfnUK3B .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raIkfnUK3B .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raIkfnUK3B .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raIkfnUK3B .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raIkfnUK3B .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raIkfnUK3B .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raIkfnUK3B .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raIkfnUK3B .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raIkfnUK3B .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raIkfoPRRY { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raIkfoPRRY .mbr-section-text { color: #000000; } .cid-raIkfoPRRY .mbr-section-subtitle { color: #767676; } .cid-raIkfoPRRY .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raIkfoPRRY .mbr-iconfont { font-size: 48px; } .cid-raIkfoPRRY .card-img { margin-bottom: 1.5rem; } .cid-raIkfoPRRY .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raIkfoPRRY .tab-content { margin-top: 3rem; width: 100%; } .cid-raIkfoPRRY .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raIkfoPRRY .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raIkfoPRRY .nav-tabs .nav-link:hover { background: #d21313; } .cid-raIkfoPRRY .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raIkfoPRRY .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raImcyjmZQ { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-raIUFud9rb { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raIUFud9rb .mbr-section-subtitle { color: #232323; } .cid-raIUFud9rb H2 { color: #d21313; } .cid-uk1OkTkurJ { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-uk1OkTkurJ h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-uk1OkTkurJ p { color: #767676; text-align: left; } .cid-uk1OkTkurJ .card-box { padding-top: 2rem; } .cid-uk1OkTkurJ .card-wrapper { height: 100%; } .cid-uk1OkTkurJ .card-title { color: #d21313; text-align: center; } .cid-uk1OkTkurJ P { text-align: center; color: #4f4943; } .cid-uk1OlKF7Yg { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-uk1OlKF7Yg h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-uk1OlKF7Yg p { color: #767676; text-align: left; } .cid-uk1OlKF7Yg .card-box { padding-top: 2rem; } .cid-uk1OlKF7Yg .card-wrapper { height: 100%; } .cid-uk1OlKF7Yg .card-title { color: #d21313; text-align: center; } .cid-uk1OlKF7Yg P { text-align: center; color: #4f4943; } .cid-tBevloJlDp { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBevloJlDp .content { text-align: center; } .cid-tBevloJlDp .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBevloJlDp .media-wrap { margin-bottom: 1rem; } } .cid-tBevloJlDp .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBevloJlDp .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBevloJlDp .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBevloJlDp .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBevloJlDp .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBevloJlDp .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBevloJlDp .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBevloJlDp .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBevloJlDp .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBevloJlDp .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBevloJlDp P { color: #ffffff; } .cid-raIH3ZVeQY { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raIH3ZVeQY .mbr-section-subtitle { color: #232323; } .cid-raIH3ZVeQY H2 { color: #d21313; } .cid-raIH40rzys .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-raIH40rzys .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-raIH40rzys a { font-style: normal; } .cid-raIH40rzys .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-raIH40rzys .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-raIH40rzys .nav-item:focus, .cid-raIH40rzys .nav-link:focus { outline: none; } .cid-raIH40rzys .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-raIH40rzys .btn .mbr-iconfont { font-size: 1.6rem; } .cid-raIH40rzys .menu-logo { margin-right: auto; } .cid-raIH40rzys .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-raIH40rzys .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-raIH40rzys .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-raIH40rzys .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-raIH40rzys .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-raIH40rzys .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-raIH40rzys .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-raIH40rzys .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-raIH40rzys .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-raIH40rzys .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-raIH40rzys .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-raIH40rzys .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-raIH40rzys .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-raIH40rzys .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-raIH40rzys .dropdown.open > .dropdown-menu { display: block; } .cid-raIH40rzys .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-raIH40rzys .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-raIH40rzys .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-raIH40rzys .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-raIH40rzys .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-raIH40rzys .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-raIH40rzys .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-raIH40rzys button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-raIH40rzys button.navbar-toggler:focus { outline: none; } .cid-raIH40rzys button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-raIH40rzys button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-raIH40rzys button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-raIH40rzys button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-raIH40rzys button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-raIH40rzys nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raIH40rzys nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-raIH40rzys nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-raIH40rzys nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raIH40rzys .collapsed.navbar-expand { flex-direction: column; } .cid-raIH40rzys .collapsed .btn { display: flex; } .cid-raIH40rzys .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raIH40rzys .collapsed .navbar-collapse.collapsing, .cid-raIH40rzys .collapsed .navbar-collapse.show { display: block !important; } .cid-raIH40rzys .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-raIH40rzys .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raIH40rzys .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raIH40rzys .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raIH40rzys .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-raIH40rzys .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raIH40rzys .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raIH40rzys .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raIH40rzys .collapsed button.navbar-toggler { display: block; } .cid-raIH40rzys .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-raIH40rzys .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raIH40rzys .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raIH40rzys .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raIH40rzys .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raIH40rzys .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-raIH40rzys .navbar-expand { flex-direction: column; } .cid-raIH40rzys img { height: 3.8rem !important; } .cid-raIH40rzys .btn { display: flex; } .cid-raIH40rzys button.navbar-toggler { display: block; } .cid-raIH40rzys .navbar-brand { margin-left: 1rem !important; } .cid-raIH40rzys .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raIH40rzys .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raIH40rzys .navbar-collapse.collapsing, .cid-raIH40rzys .navbar-collapse.show { display: block !important; } .cid-raIH40rzys .navbar-collapse.collapsing .navbar-nav, .cid-raIH40rzys .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raIH40rzys .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raIH40rzys .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raIH40rzys .navbar-collapse.collapsing .navbar-buttons, .cid-raIH40rzys .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raIH40rzys .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raIH40rzys .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raIH40rzys .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raIH40rzys .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raIH40rzys .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raIH40rzys .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-raIH40rzys .menu-logo { flex-shrink: 0; } } .cid-raIH40rzys .navbar-collapse { flex-basis: auto; } .cid-raIH40rzys .nav-link:hover, .cid-raIH40rzys .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raIH40VPqC { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raIH40VPqC .mbr-section-subtitle { color: #232323; } .cid-raIH40VPqC H2 { color: #d21313; } .cid-raIH41i2EK { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raIH41i2EK .video-block { margin: auto; } @media (max-width: 768px) { .cid-raIH41i2EK .video-block { width: 100% !important; } } .cid-raIH41GcDK { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raIH41GcDK .mbr-section-subtitle { color: #232323; } .cid-raIH41GcDK H2 { color: #d21313; } .cid-raIHHAF0Pi { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raIHHAF0Pi .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raIHHAF0Pi .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raIHHAF0Pi .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raIHHAF0Pi .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raIHHAF0Pi .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raIHHAF0Pi .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raIHHAF0Pi .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raIHHAF0Pi .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raIHHAF0Pi .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raIH430Hn5 { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raIH430Hn5 .mbr-section-text { color: #000000; } .cid-raIH430Hn5 .mbr-section-subtitle { color: #767676; } .cid-raIH430Hn5 .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raIH430Hn5 .mbr-iconfont { font-size: 48px; } .cid-raIH430Hn5 .card-img { margin-bottom: 1.5rem; } .cid-raIH430Hn5 .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raIH430Hn5 .tab-content { margin-top: 3rem; width: 100%; } .cid-raIH430Hn5 .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raIH430Hn5 .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raIH430Hn5 .nav-tabs .nav-link:hover { background: #d21313; } .cid-raIH430Hn5 .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raIH430Hn5 .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raIUIWIBSY { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raIUIWIBSY .mbr-section-subtitle { color: #232323; } .cid-raIUIWIBSY H2 { color: #d21313; } .cid-uk1OOr0pDU { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-uk1OOr0pDU h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-uk1OOr0pDU p { color: #767676; text-align: left; } .cid-uk1OOr0pDU .card-box { padding-top: 2rem; } .cid-uk1OOr0pDU .card-wrapper { height: 100%; } .cid-uk1OOr0pDU .card-title { color: #d21313; text-align: center; } .cid-uk1OOr0pDU P { text-align: center; color: #4f4943; } .cid-uk1OPcW33F { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-uk1OPcW33F h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-uk1OPcW33F p { color: #767676; text-align: left; } .cid-uk1OPcW33F .card-box { padding-top: 2rem; } .cid-uk1OPcW33F .card-wrapper { height: 100%; } .cid-uk1OPcW33F .card-title { color: #d21313; text-align: center; } .cid-uk1OPcW33F P { text-align: center; color: #4f4943; } .cid-tBevo1TtJc { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBevo1TtJc .content { text-align: center; } .cid-tBevo1TtJc .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBevo1TtJc .media-wrap { margin-bottom: 1rem; } } .cid-tBevo1TtJc .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBevo1TtJc .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBevo1TtJc .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBevo1TtJc .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBevo1TtJc .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBevo1TtJc .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBevo1TtJc .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBevo1TtJc .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBevo1TtJc .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBevo1TtJc .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBevo1TtJc P { color: #ffffff; } .cid-raILBcpZxs { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raILBcpZxs .mbr-section-subtitle { color: #232323; } .cid-raILBcpZxs H2 { color: #d21313; } .cid-raILBcYkd0 .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-raILBcYkd0 .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-raILBcYkd0 a { font-style: normal; } .cid-raILBcYkd0 .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-raILBcYkd0 .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-raILBcYkd0 .nav-item:focus, .cid-raILBcYkd0 .nav-link:focus { outline: none; } .cid-raILBcYkd0 .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-raILBcYkd0 .btn .mbr-iconfont { font-size: 1.6rem; } .cid-raILBcYkd0 .menu-logo { margin-right: auto; } .cid-raILBcYkd0 .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-raILBcYkd0 .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-raILBcYkd0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-raILBcYkd0 .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-raILBcYkd0 .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-raILBcYkd0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-raILBcYkd0 .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-raILBcYkd0 .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-raILBcYkd0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-raILBcYkd0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-raILBcYkd0 .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-raILBcYkd0 .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-raILBcYkd0 .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-raILBcYkd0 .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-raILBcYkd0 .dropdown.open > .dropdown-menu { display: block; } .cid-raILBcYkd0 .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-raILBcYkd0 .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-raILBcYkd0 .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-raILBcYkd0 .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-raILBcYkd0 .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-raILBcYkd0 .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-raILBcYkd0 .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-raILBcYkd0 button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-raILBcYkd0 button.navbar-toggler:focus { outline: none; } .cid-raILBcYkd0 button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-raILBcYkd0 button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-raILBcYkd0 button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-raILBcYkd0 button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-raILBcYkd0 button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-raILBcYkd0 nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raILBcYkd0 nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-raILBcYkd0 nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-raILBcYkd0 nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raILBcYkd0 .collapsed.navbar-expand { flex-direction: column; } .cid-raILBcYkd0 .collapsed .btn { display: flex; } .cid-raILBcYkd0 .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raILBcYkd0 .collapsed .navbar-collapse.collapsing, .cid-raILBcYkd0 .collapsed .navbar-collapse.show { display: block !important; } .cid-raILBcYkd0 .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-raILBcYkd0 .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raILBcYkd0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raILBcYkd0 .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raILBcYkd0 .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-raILBcYkd0 .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raILBcYkd0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raILBcYkd0 .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raILBcYkd0 .collapsed button.navbar-toggler { display: block; } .cid-raILBcYkd0 .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-raILBcYkd0 .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raILBcYkd0 .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raILBcYkd0 .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raILBcYkd0 .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raILBcYkd0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-raILBcYkd0 .navbar-expand { flex-direction: column; } .cid-raILBcYkd0 img { height: 3.8rem !important; } .cid-raILBcYkd0 .btn { display: flex; } .cid-raILBcYkd0 button.navbar-toggler { display: block; } .cid-raILBcYkd0 .navbar-brand { margin-left: 1rem !important; } .cid-raILBcYkd0 .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raILBcYkd0 .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raILBcYkd0 .navbar-collapse.collapsing, .cid-raILBcYkd0 .navbar-collapse.show { display: block !important; } .cid-raILBcYkd0 .navbar-collapse.collapsing .navbar-nav, .cid-raILBcYkd0 .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raILBcYkd0 .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raILBcYkd0 .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raILBcYkd0 .navbar-collapse.collapsing .navbar-buttons, .cid-raILBcYkd0 .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raILBcYkd0 .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raILBcYkd0 .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raILBcYkd0 .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raILBcYkd0 .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raILBcYkd0 .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raILBcYkd0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-raILBcYkd0 .menu-logo { flex-shrink: 0; } } .cid-raILBcYkd0 .navbar-collapse { flex-basis: auto; } .cid-raILBcYkd0 .nav-link:hover, .cid-raILBcYkd0 .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raILBdsexd { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raILBdsexd .mbr-section-subtitle { color: #232323; } .cid-raILBdsexd H2 { color: #d21313; } .cid-raILBdPWdA { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raILBdPWdA .video-block { margin: auto; } @media (max-width: 768px) { .cid-raILBdPWdA .video-block { width: 100% !important; } } .cid-raILBedCsd { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raILBedCsd .mbr-section-subtitle { color: #232323; } .cid-raILBedCsd H2 { color: #d21313; } .cid-raIM1qnyQs { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raIM1qnyQs .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raIM1qnyQs .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raIM1qnyQs .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raIM1qnyQs .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raIM1qnyQs .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raIM1qnyQs .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raIM1qnyQs .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raIM1qnyQs .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raIM1qnyQs .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raILBfnC5Q { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raILBfnC5Q .mbr-section-text { color: #000000; } .cid-raILBfnC5Q .mbr-section-subtitle { color: #767676; } .cid-raILBfnC5Q .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raILBfnC5Q .mbr-iconfont { font-size: 48px; } .cid-raILBfnC5Q .card-img { margin-bottom: 1.5rem; } .cid-raILBfnC5Q .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raILBfnC5Q .tab-content { margin-top: 3rem; width: 100%; } .cid-raILBfnC5Q .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raILBfnC5Q .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raILBfnC5Q .nav-tabs .nav-link:hover { background: #d21313; } .cid-raILBfnC5Q .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raILBfnC5Q .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raIUMqc29g { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raIUMqc29g .mbr-section-subtitle { color: #232323; } .cid-raIUMqc29g H2 { color: #d21313; } .cid-uk1P0mi3h4 { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-uk1P0mi3h4 h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-uk1P0mi3h4 p { color: #767676; text-align: left; } .cid-uk1P0mi3h4 .card-box { padding-top: 2rem; } .cid-uk1P0mi3h4 .card-wrapper { height: 100%; } .cid-uk1P0mi3h4 .card-title { color: #d21313; text-align: center; } .cid-uk1P0mi3h4 P { text-align: center; color: #4f4943; } .cid-uk1P13hR1A { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-uk1P13hR1A h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-uk1P13hR1A p { color: #767676; text-align: left; } .cid-uk1P13hR1A .card-box { padding-top: 2rem; } .cid-uk1P13hR1A .card-wrapper { height: 100%; } .cid-uk1P13hR1A .card-title { color: #d21313; text-align: center; } .cid-uk1P13hR1A P { text-align: center; color: #4f4943; } .cid-tBevrq1Oh1 { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBevrq1Oh1 .content { text-align: center; } .cid-tBevrq1Oh1 .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBevrq1Oh1 .media-wrap { margin-bottom: 1rem; } } .cid-tBevrq1Oh1 .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBevrq1Oh1 .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBevrq1Oh1 .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBevrq1Oh1 .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBevrq1Oh1 .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBevrq1Oh1 .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBevrq1Oh1 .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBevrq1Oh1 .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBevrq1Oh1 .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBevrq1Oh1 .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBevrq1Oh1 P { color: #ffffff; } .cid-raIp3jeO17 { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raIp3jeO17 .mbr-section-subtitle { color: #232323; } .cid-raIp3jeO17 H2 { color: #d21313; } .cid-raIp3jN12Q .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-raIp3jN12Q .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-raIp3jN12Q a { font-style: normal; } .cid-raIp3jN12Q .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-raIp3jN12Q .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-raIp3jN12Q .nav-item:focus, .cid-raIp3jN12Q .nav-link:focus { outline: none; } .cid-raIp3jN12Q .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-raIp3jN12Q .btn .mbr-iconfont { font-size: 1.6rem; } .cid-raIp3jN12Q .menu-logo { margin-right: auto; } .cid-raIp3jN12Q .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-raIp3jN12Q .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-raIp3jN12Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-raIp3jN12Q .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-raIp3jN12Q .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-raIp3jN12Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-raIp3jN12Q .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-raIp3jN12Q .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-raIp3jN12Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-raIp3jN12Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-raIp3jN12Q .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-raIp3jN12Q .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-raIp3jN12Q .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-raIp3jN12Q .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-raIp3jN12Q .dropdown.open > .dropdown-menu { display: block; } .cid-raIp3jN12Q .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-raIp3jN12Q .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-raIp3jN12Q .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-raIp3jN12Q .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-raIp3jN12Q .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-raIp3jN12Q .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-raIp3jN12Q .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-raIp3jN12Q button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-raIp3jN12Q button.navbar-toggler:focus { outline: none; } .cid-raIp3jN12Q button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-raIp3jN12Q button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-raIp3jN12Q button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-raIp3jN12Q button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-raIp3jN12Q button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-raIp3jN12Q nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raIp3jN12Q nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-raIp3jN12Q nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-raIp3jN12Q nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raIp3jN12Q .collapsed.navbar-expand { flex-direction: column; } .cid-raIp3jN12Q .collapsed .btn { display: flex; } .cid-raIp3jN12Q .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raIp3jN12Q .collapsed .navbar-collapse.collapsing, .cid-raIp3jN12Q .collapsed .navbar-collapse.show { display: block !important; } .cid-raIp3jN12Q .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-raIp3jN12Q .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raIp3jN12Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raIp3jN12Q .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raIp3jN12Q .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-raIp3jN12Q .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raIp3jN12Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raIp3jN12Q .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raIp3jN12Q .collapsed button.navbar-toggler { display: block; } .cid-raIp3jN12Q .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-raIp3jN12Q .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raIp3jN12Q .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raIp3jN12Q .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raIp3jN12Q .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raIp3jN12Q .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-raIp3jN12Q .navbar-expand { flex-direction: column; } .cid-raIp3jN12Q img { height: 3.8rem !important; } .cid-raIp3jN12Q .btn { display: flex; } .cid-raIp3jN12Q button.navbar-toggler { display: block; } .cid-raIp3jN12Q .navbar-brand { margin-left: 1rem !important; } .cid-raIp3jN12Q .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raIp3jN12Q .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raIp3jN12Q .navbar-collapse.collapsing, .cid-raIp3jN12Q .navbar-collapse.show { display: block !important; } .cid-raIp3jN12Q .navbar-collapse.collapsing .navbar-nav, .cid-raIp3jN12Q .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raIp3jN12Q .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raIp3jN12Q .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raIp3jN12Q .navbar-collapse.collapsing .navbar-buttons, .cid-raIp3jN12Q .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raIp3jN12Q .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raIp3jN12Q .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raIp3jN12Q .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raIp3jN12Q .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raIp3jN12Q .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raIp3jN12Q .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-raIp3jN12Q .menu-logo { flex-shrink: 0; } } .cid-raIp3jN12Q .navbar-collapse { flex-basis: auto; } .cid-raIp3jN12Q .nav-link:hover, .cid-raIp3jN12Q .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raIp3kgNdY { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raIp3kgNdY .mbr-section-subtitle { color: #232323; } .cid-raIp3kgNdY H2 { color: #d21313; } .cid-raIp3kBtS2 { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raIp3kBtS2 .video-block { margin: auto; } @media (max-width: 768px) { .cid-raIp3kBtS2 .video-block { width: 100% !important; } } .cid-raIrgeTT2D { padding-top: 60px; padding-bottom: 0px; background-color: #f9f9f9; } .cid-raIrgeTT2D .mbr-section-subtitle { color: #232323; } .cid-raIrgeTT2D H2 { color: #d21313; } .cid-raIr82idl1 { padding-top: 30px; padding-bottom: 60px; background: #f9f9f9; } .cid-raIr82idl1 .video-block { margin: auto; } @media (max-width: 768px) { .cid-raIr82idl1 .video-block { width: 100% !important; } } .cid-raIp3kZ0fn { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raIp3kZ0fn .mbr-section-subtitle { color: #232323; } .cid-raIp3kZ0fn H2 { color: #d21313; } .cid-raIp3loPSl { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raIp3loPSl .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raIp3loPSl .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raIp3loPSl .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raIp3loPSl .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raIp3loPSl .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raIp3loPSl .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raIp3loPSl .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raIp3loPSl .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raIp3loPSl .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raIp3mb1Xb { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raIp3mb1Xb .mbr-section-text { color: #000000; } .cid-raIp3mb1Xb .mbr-section-subtitle { color: #767676; } .cid-raIp3mb1Xb .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raIp3mb1Xb .mbr-iconfont { font-size: 48px; } .cid-raIp3mb1Xb .card-img { margin-bottom: 1.5rem; } .cid-raIp3mb1Xb .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raIp3mb1Xb .tab-content { margin-top: 3rem; width: 100%; } .cid-raIp3mb1Xb .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raIp3mb1Xb .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raIp3mb1Xb .nav-tabs .nav-link:hover { background: #d21313; } .cid-raIp3mb1Xb .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raIp3mb1Xb .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raIUQSywuQ { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raIUQSywuQ .mbr-section-subtitle { color: #232323; } .cid-raIUQSywuQ H2 { color: #d21313; } .cid-uk1PIgo8dg { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-uk1PIgo8dg h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-uk1PIgo8dg p { color: #767676; text-align: left; } .cid-uk1PIgo8dg .card-box { padding-top: 2rem; } .cid-uk1PIgo8dg .card-wrapper { height: 100%; } .cid-uk1PIgo8dg .card-title { color: #d21313; text-align: center; } .cid-uk1PIgo8dg P { text-align: center; color: #4f4943; } .cid-uk1PIXkqJT { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-uk1PIXkqJT h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-uk1PIXkqJT p { color: #767676; text-align: left; } .cid-uk1PIXkqJT .card-box { padding-top: 2rem; } .cid-uk1PIXkqJT .card-wrapper { height: 100%; } .cid-uk1PIXkqJT .card-title { color: #d21313; text-align: center; } .cid-uk1PIXkqJT P { text-align: center; color: #4f4943; } .cid-tBevu7h97o { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBevu7h97o .content { text-align: center; } .cid-tBevu7h97o .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBevu7h97o .media-wrap { margin-bottom: 1rem; } } .cid-tBevu7h97o .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBevu7h97o .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBevu7h97o .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBevu7h97o .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBevu7h97o .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBevu7h97o .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBevu7h97o .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBevu7h97o .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBevu7h97o .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBevu7h97o .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBevu7h97o P { color: #ffffff; } .cid-raI3DmQpQ4 { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-raI3DmQpQ4 .mbr-section-subtitle { color: #232323; } .cid-raI3DmQpQ4 H2 { color: #d21313; } .cid-raI3DnkLzB .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-raI3DnkLzB .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-raI3DnkLzB a { font-style: normal; } .cid-raI3DnkLzB .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-raI3DnkLzB .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-raI3DnkLzB .nav-item:focus, .cid-raI3DnkLzB .nav-link:focus { outline: none; } .cid-raI3DnkLzB .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-raI3DnkLzB .btn .mbr-iconfont { font-size: 1.6rem; } .cid-raI3DnkLzB .menu-logo { margin-right: auto; } .cid-raI3DnkLzB .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-raI3DnkLzB .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-raI3DnkLzB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-raI3DnkLzB .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-raI3DnkLzB .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-raI3DnkLzB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-raI3DnkLzB .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-raI3DnkLzB .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-raI3DnkLzB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-raI3DnkLzB .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-raI3DnkLzB .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-raI3DnkLzB .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-raI3DnkLzB .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-raI3DnkLzB .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-raI3DnkLzB .dropdown.open > .dropdown-menu { display: block; } .cid-raI3DnkLzB .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-raI3DnkLzB .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-raI3DnkLzB .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-raI3DnkLzB .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-raI3DnkLzB .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-raI3DnkLzB .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-raI3DnkLzB .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-raI3DnkLzB button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-raI3DnkLzB button.navbar-toggler:focus { outline: none; } .cid-raI3DnkLzB button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-raI3DnkLzB button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-raI3DnkLzB button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-raI3DnkLzB button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-raI3DnkLzB button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-raI3DnkLzB nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raI3DnkLzB nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-raI3DnkLzB nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-raI3DnkLzB nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-raI3DnkLzB .collapsed.navbar-expand { flex-direction: column; } .cid-raI3DnkLzB .collapsed .btn { display: flex; } .cid-raI3DnkLzB .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raI3DnkLzB .collapsed .navbar-collapse.collapsing, .cid-raI3DnkLzB .collapsed .navbar-collapse.show { display: block !important; } .cid-raI3DnkLzB .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-raI3DnkLzB .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raI3DnkLzB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raI3DnkLzB .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raI3DnkLzB .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-raI3DnkLzB .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raI3DnkLzB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raI3DnkLzB .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raI3DnkLzB .collapsed button.navbar-toggler { display: block; } .cid-raI3DnkLzB .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-raI3DnkLzB .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raI3DnkLzB .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raI3DnkLzB .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raI3DnkLzB .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raI3DnkLzB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-raI3DnkLzB .navbar-expand { flex-direction: column; } .cid-raI3DnkLzB img { height: 3.8rem !important; } .cid-raI3DnkLzB .btn { display: flex; } .cid-raI3DnkLzB button.navbar-toggler { display: block; } .cid-raI3DnkLzB .navbar-brand { margin-left: 1rem !important; } .cid-raI3DnkLzB .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-raI3DnkLzB .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-raI3DnkLzB .navbar-collapse.collapsing, .cid-raI3DnkLzB .navbar-collapse.show { display: block !important; } .cid-raI3DnkLzB .navbar-collapse.collapsing .navbar-nav, .cid-raI3DnkLzB .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-raI3DnkLzB .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-raI3DnkLzB .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-raI3DnkLzB .navbar-collapse.collapsing .navbar-buttons, .cid-raI3DnkLzB .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-raI3DnkLzB .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-raI3DnkLzB .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-raI3DnkLzB .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-raI3DnkLzB .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-raI3DnkLzB .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-raI3DnkLzB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-raI3DnkLzB .menu-logo { flex-shrink: 0; } } .cid-raI3DnkLzB .navbar-collapse { flex-basis: auto; } .cid-raI3DnkLzB .nav-link:hover, .cid-raI3DnkLzB .dropdown-item:hover { color: #c1c1c1 !important; } .cid-raI3DnQqyO { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raI3DnQqyO .mbr-section-subtitle { color: #232323; } .cid-raI3DnQqyO H2 { color: #d21313; } .cid-raI3Do9Cmk { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raI3Do9Cmk .video-block { margin: auto; } @media (max-width: 768px) { .cid-raI3Do9Cmk .video-block { width: 100% !important; } } .cid-raI3DowStw { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raI3DowStw .video-block { margin: auto; } @media (max-width: 768px) { .cid-raI3DowStw .video-block { width: 100% !important; } } .cid-raI3DoTkqM { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raI3DoTkqM .video-block { margin: auto; } @media (max-width: 768px) { .cid-raI3DoTkqM .video-block { width: 100% !important; } } .cid-raI4dy1AZT { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raI4dy1AZT .video-block { margin: auto; } @media (max-width: 768px) { .cid-raI4dy1AZT .video-block { width: 100% !important; } } .cid-raI4pBpKL9 { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raI4pBpKL9 .video-block { margin: auto; } @media (max-width: 768px) { .cid-raI4pBpKL9 .video-block { width: 100% !important; } } .cid-raI4u6bVqX { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raI4u6bVqX .video-block { margin: auto; } @media (max-width: 768px) { .cid-raI4u6bVqX .video-block { width: 100% !important; } } .cid-raI4Ad0yrl { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raI4Ad0yrl .video-block { margin: auto; } @media (max-width: 768px) { .cid-raI4Ad0yrl .video-block { width: 100% !important; } } .cid-raI4CCjEc1 { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raI4CCjEc1 .video-block { margin: auto; } @media (max-width: 768px) { .cid-raI4CCjEc1 .video-block { width: 100% !important; } } .cid-raI4GymcqP { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raI4GymcqP .video-block { margin: auto; } @media (max-width: 768px) { .cid-raI4GymcqP .video-block { width: 100% !important; } } .cid-raI7hjYeJ4 { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-raI7hjYeJ4 .video-block { margin: auto; } @media (max-width: 768px) { .cid-raI7hjYeJ4 .video-block { width: 100% !important; } } .cid-raI7GuajMM { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raI7GuajMM .mbr-section-subtitle { color: #232323; } .cid-raI7GuajMM H2 { color: #d21313; } .cid-raI5o4pKys { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-raI5o4pKys .mbr-slider .carousel-control { background: #1b1b1b; } .cid-raI5o4pKys .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-raI5o4pKys .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-raI5o4pKys .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-raI5o4pKys .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-raI5o4pKys .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-raI5o4pKys .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-raI5o4pKys .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-raI5o4pKys .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-raI4LWgUNa { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-raI4LWgUNa .mbr-section-text { color: #000000; } .cid-raI4LWgUNa .mbr-section-subtitle { color: #767676; } .cid-raI4LWgUNa .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-raI4LWgUNa .mbr-iconfont { font-size: 48px; } .cid-raI4LWgUNa .card-img { margin-bottom: 1.5rem; } .cid-raI4LWgUNa .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-raI4LWgUNa .tab-content { margin-top: 3rem; width: 100%; } .cid-raI4LWgUNa .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-raI4LWgUNa .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-raI4LWgUNa .nav-tabs .nav-link:hover { background: #d21313; } .cid-raI4LWgUNa .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-raI4LWgUNa .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-raIUV70w87 { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-raIUV70w87 .mbr-section-subtitle { color: #232323; } .cid-raIUV70w87 H2 { color: #d21313; } .cid-uk1QsQ8IfF { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-uk1QsQ8IfF h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-uk1QsQ8IfF p { color: #767676; text-align: left; } .cid-uk1QsQ8IfF .card-box { padding-top: 2rem; } .cid-uk1QsQ8IfF .card-wrapper { height: 100%; } .cid-uk1QsQ8IfF .card-title { color: #d21313; text-align: center; } .cid-uk1QsQ8IfF P { text-align: center; color: #4f4943; } .cid-uk1QtpFpRa { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-uk1QtpFpRa h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-uk1QtpFpRa p { color: #767676; text-align: left; } .cid-uk1QtpFpRa .card-box { padding-top: 2rem; } .cid-uk1QtpFpRa .card-wrapper { height: 100%; } .cid-uk1QtpFpRa .card-title { color: #d21313; text-align: center; } .cid-uk1QtpFpRa P { text-align: center; color: #4f4943; } .cid-tBevwYCep4 { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBevwYCep4 .content { text-align: center; } .cid-tBevwYCep4 .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBevwYCep4 .media-wrap { margin-bottom: 1rem; } } .cid-tBevwYCep4 .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBevwYCep4 .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBevwYCep4 .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBevwYCep4 .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBevwYCep4 .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBevwYCep4 .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBevwYCep4 .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBevwYCep4 .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBevwYCep4 .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBevwYCep4 .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBevwYCep4 P { color: #ffffff; } .cid-toBt1WwCzb .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-toBt1WwCzb .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-toBt1WwCzb a { font-style: normal; } .cid-toBt1WwCzb .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-toBt1WwCzb .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-toBt1WwCzb .nav-item:focus, .cid-toBt1WwCzb .nav-link:focus { outline: none; } .cid-toBt1WwCzb .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-toBt1WwCzb .btn .mbr-iconfont { font-size: 1.6rem; } .cid-toBt1WwCzb .menu-logo { margin-right: auto; } .cid-toBt1WwCzb .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-toBt1WwCzb .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-toBt1WwCzb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-toBt1WwCzb .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-toBt1WwCzb .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-toBt1WwCzb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-toBt1WwCzb .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-toBt1WwCzb .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-toBt1WwCzb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-toBt1WwCzb .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-toBt1WwCzb .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-toBt1WwCzb .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-toBt1WwCzb .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-toBt1WwCzb .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-toBt1WwCzb .dropdown.open > .dropdown-menu { display: block; } .cid-toBt1WwCzb .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-toBt1WwCzb .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-toBt1WwCzb .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-toBt1WwCzb .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-toBt1WwCzb .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-toBt1WwCzb .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-toBt1WwCzb .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-toBt1WwCzb button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-toBt1WwCzb button.navbar-toggler:focus { outline: none; } .cid-toBt1WwCzb button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-toBt1WwCzb button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-toBt1WwCzb button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-toBt1WwCzb button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-toBt1WwCzb button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-toBt1WwCzb nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-toBt1WwCzb nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-toBt1WwCzb nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-toBt1WwCzb nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-toBt1WwCzb .collapsed.navbar-expand { flex-direction: column; } .cid-toBt1WwCzb .collapsed .btn { display: flex; } .cid-toBt1WwCzb .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-toBt1WwCzb .collapsed .navbar-collapse.collapsing, .cid-toBt1WwCzb .collapsed .navbar-collapse.show { display: block !important; } .cid-toBt1WwCzb .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-toBt1WwCzb .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-toBt1WwCzb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-toBt1WwCzb .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-toBt1WwCzb .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-toBt1WwCzb .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-toBt1WwCzb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-toBt1WwCzb .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-toBt1WwCzb .collapsed button.navbar-toggler { display: block; } .cid-toBt1WwCzb .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-toBt1WwCzb .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-toBt1WwCzb .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-toBt1WwCzb .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-toBt1WwCzb .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-toBt1WwCzb .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-toBt1WwCzb .navbar-expand { flex-direction: column; } .cid-toBt1WwCzb img { height: 3.8rem !important; } .cid-toBt1WwCzb .btn { display: flex; } .cid-toBt1WwCzb button.navbar-toggler { display: block; } .cid-toBt1WwCzb .navbar-brand { margin-left: 1rem !important; } .cid-toBt1WwCzb .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-toBt1WwCzb .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-toBt1WwCzb .navbar-collapse.collapsing, .cid-toBt1WwCzb .navbar-collapse.show { display: block !important; } .cid-toBt1WwCzb .navbar-collapse.collapsing .navbar-nav, .cid-toBt1WwCzb .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-toBt1WwCzb .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-toBt1WwCzb .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-toBt1WwCzb .navbar-collapse.collapsing .navbar-buttons, .cid-toBt1WwCzb .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-toBt1WwCzb .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-toBt1WwCzb .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-toBt1WwCzb .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-toBt1WwCzb .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-toBt1WwCzb .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-toBt1WwCzb .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-toBt1WwCzb .menu-logo { flex-shrink: 0; } } .cid-toBt1WwCzb .navbar-collapse { flex-basis: auto; } .cid-toBt1WwCzb .nav-link:hover, .cid-toBt1WwCzb .dropdown-item:hover { color: #c1c1c1 !important; } .cid-toBt1X4MSt { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-toBt1X4MSt .mbr-section-subtitle { color: #232323; } .cid-toBt1X4MSt H2 { color: #d21313; } .cid-toBt1XlbQr { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-toBt1XlbQr .mbr-section-subtitle { color: #232323; } .cid-toBt1XlbQr H2 { color: #d21313; } .cid-toBuw2NSXg { background: #ffffff; padding-top: 60px; padding-bottom: 60px; } .cid-toBuw2NSXg .video-block { margin: auto; } @media (max-width: 768px) { .cid-toBuw2NSXg .video-block { width: 100% !important; } } .cid-toBuKqFZqe { background: #ffffff; padding-top: 60px; padding-bottom: 60px; } .cid-toBuKqFZqe .video-block { margin: auto; } @media (max-width: 768px) { .cid-toBuKqFZqe .video-block { width: 100% !important; } } .cid-uk1RrMKmEs { background: #ffffff; padding-top: 60px; padding-bottom: 60px; } .cid-uk1RrMKmEs .video-block { margin: auto; } @media (max-width: 768px) { .cid-uk1RrMKmEs .video-block { width: 100% !important; } } .cid-toBt1Y1JNk { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-toBt1Y1JNk .mbr-section-subtitle { color: #232323; } .cid-toBt1Y1JNk H2 { color: #d21313; } .cid-toBt1YlrOz { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; } .cid-toBt1YlrOz .mbr-slider .carousel-control { background: #1b1b1b; } .cid-toBt1YlrOz .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-toBt1YlrOz .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-toBt1YlrOz .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-toBt1YlrOz .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; } .cid-toBt1YlrOz .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-toBt1YlrOz .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-toBt1YlrOz .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-toBt1YlrOz .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; background: linear-gradient(to left, #554346, #45505b) !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; } .cid-toBt1YVhH3 { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-toBt1YVhH3 .mbr-section-text { color: #767676; } .cid-toBt1YVhH3 .mbr-section-subtitle { color: #767676; } .cid-toBt1YVhH3 .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-toBt1YVhH3 .mbr-iconfont { font-size: 48px; } .cid-toBt1YVhH3 .card-img { margin-bottom: 1.5rem; } .cid-toBt1YVhH3 .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-toBt1YVhH3 .tab-content { margin-top: 3rem; width: 100%; } .cid-toBt1YVhH3 .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-toBt1YVhH3 .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-toBt1YVhH3 .nav-tabs .nav-link:hover { background: #d21313; } .cid-toBt1YVhH3 .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-toBt1YVhH3 .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-toBt20lUa7 { padding-top: 60px; padding-bottom: 60px; background-color: #ffffff; } .cid-toBt20AUYO { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-toBt20AUYO .mbr-section-subtitle { color: #232323; } .cid-toBt20AUYO H2 { color: #d21313; } .cid-tpaUSGAWNS { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-tpaUSGAWNS h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-tpaUSGAWNS p { color: #767676; text-align: left; } .cid-tpaUSGAWNS .card-box { padding-top: 2rem; } .cid-tpaUSGAWNS .card-wrapper { height: 100%; } .cid-tpaUSGAWNS .card-title { color: #d21313; text-align: center; } .cid-tpaUSGAWNS P { text-align: center; color: #4f4943; } .cid-toBt21ieGi { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-toBt21ieGi h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-toBt21ieGi p { color: #767676; text-align: left; } .cid-toBt21ieGi .card-box { padding-top: 2rem; } .cid-toBt21ieGi .card-wrapper { height: 100%; } .cid-toBt21ieGi .card-title { color: #d21313; text-align: center; } .cid-toBt21ieGi P { text-align: center; color: #4f4943; } .cid-toBt21Hi06 { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-toBt21Hi06 h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-toBt21Hi06 p { color: #767676; text-align: left; } .cid-toBt21Hi06 .card-box { padding-top: 2rem; } .cid-toBt21Hi06 .card-wrapper { height: 100%; } .cid-toBt21Hi06 .card-title { color: #d21313; text-align: center; } .cid-toBt21Hi06 P { text-align: center; color: #4f4943; } .cid-tBeukA82Zd { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-tBeukA82Zd .content { text-align: center; } .cid-tBeukA82Zd .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-tBeukA82Zd .media-wrap { margin-bottom: 1rem; } } .cid-tBeukA82Zd .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-tBeukA82Zd .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-tBeukA82Zd .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-tBeukA82Zd .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-tBeukA82Zd .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-tBeukA82Zd .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-tBeukA82Zd .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-tBeukA82Zd .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-tBeukA82Zd .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-tBeukA82Zd .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-tBeukA82Zd P { color: #ffffff; } .cid-uk1Bfrrped { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-uk1Bfrrped .mbr-section-subtitle { color: #232323; } .cid-uk1Bfrrped H2 { color: #d21313; } .cid-uk1BfrEscb .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-uk1BfrEscb .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-uk1BfrEscb a { font-style: normal; } .cid-uk1BfrEscb .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-uk1BfrEscb .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-uk1BfrEscb .nav-item:focus, .cid-uk1BfrEscb .nav-link:focus { outline: none; } .cid-uk1BfrEscb .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-uk1BfrEscb .btn .mbr-iconfont { font-size: 1.6rem; } .cid-uk1BfrEscb .menu-logo { margin-right: auto; } .cid-uk1BfrEscb .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-uk1BfrEscb .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-uk1BfrEscb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-uk1BfrEscb .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-uk1BfrEscb .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-uk1BfrEscb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-uk1BfrEscb .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-uk1BfrEscb .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-uk1BfrEscb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-uk1BfrEscb .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-uk1BfrEscb .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-uk1BfrEscb .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-uk1BfrEscb .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-uk1BfrEscb .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-uk1BfrEscb .dropdown.open > .dropdown-menu { display: block; } .cid-uk1BfrEscb .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-uk1BfrEscb .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-uk1BfrEscb .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-uk1BfrEscb .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-uk1BfrEscb .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-uk1BfrEscb .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-uk1BfrEscb .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-uk1BfrEscb button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-uk1BfrEscb button.navbar-toggler:focus { outline: none; } .cid-uk1BfrEscb button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-uk1BfrEscb button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-uk1BfrEscb button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-uk1BfrEscb button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-uk1BfrEscb button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-uk1BfrEscb nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-uk1BfrEscb nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-uk1BfrEscb nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-uk1BfrEscb nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-uk1BfrEscb .collapsed.navbar-expand { flex-direction: column; } .cid-uk1BfrEscb .collapsed .btn { display: flex; } .cid-uk1BfrEscb .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-uk1BfrEscb .collapsed .navbar-collapse.collapsing, .cid-uk1BfrEscb .collapsed .navbar-collapse.show { display: block !important; } .cid-uk1BfrEscb .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-uk1BfrEscb .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-uk1BfrEscb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-uk1BfrEscb .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-uk1BfrEscb .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-uk1BfrEscb .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-uk1BfrEscb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-uk1BfrEscb .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-uk1BfrEscb .collapsed button.navbar-toggler { display: block; } .cid-uk1BfrEscb .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-uk1BfrEscb .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-uk1BfrEscb .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-uk1BfrEscb .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-uk1BfrEscb .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-uk1BfrEscb .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-uk1BfrEscb .navbar-expand { flex-direction: column; } .cid-uk1BfrEscb img { height: 3.8rem !important; } .cid-uk1BfrEscb .btn { display: flex; } .cid-uk1BfrEscb button.navbar-toggler { display: block; } .cid-uk1BfrEscb .navbar-brand { margin-left: 1rem !important; } .cid-uk1BfrEscb .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-uk1BfrEscb .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-uk1BfrEscb .navbar-collapse.collapsing, .cid-uk1BfrEscb .navbar-collapse.show { display: block !important; } .cid-uk1BfrEscb .navbar-collapse.collapsing .navbar-nav, .cid-uk1BfrEscb .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-uk1BfrEscb .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-uk1BfrEscb .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-uk1BfrEscb .navbar-collapse.collapsing .navbar-buttons, .cid-uk1BfrEscb .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-uk1BfrEscb .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-uk1BfrEscb .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-uk1BfrEscb .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-uk1BfrEscb .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-uk1BfrEscb .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-uk1BfrEscb .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-uk1BfrEscb .menu-logo { flex-shrink: 0; } } .cid-uk1BfrEscb .navbar-collapse { flex-basis: auto; } .cid-uk1BfrEscb .nav-link:hover, .cid-uk1BfrEscb .dropdown-item:hover { color: #c1c1c1 !important; } .cid-uk1BfrXurz { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-uk1BfrXurz .mbr-section-subtitle { color: #232323; } .cid-uk1BfrXurz H2 { color: #d21313; } .cid-uk1BfsdeLm { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-uk1BfsdeLm .video-block { margin: auto; } @media (max-width: 768px) { .cid-uk1BfsdeLm .video-block { width: 100% !important; } } .cid-uk1BfsugYz { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-uk1BfsugYz .video-block { margin: auto; } @media (max-width: 768px) { .cid-uk1BfsugYz .video-block { width: 100% !important; } } .cid-uk1BfsL6LT { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-uk1BfsL6LT .video-block { margin: auto; } @media (max-width: 768px) { .cid-uk1BfsL6LT .video-block { width: 100% !important; } } .cid-uk1BfsYDy1 { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-uk1BfsYDy1 .mbr-section-subtitle { color: #232323; } .cid-uk1BfsYDy1 H2 { color: #d21313; } .cid-uk1Ff89slE { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; overflow: hidden; box-sizing: border-box; } .cid-uk1Ff89slE .mbr-slider .carousel-control { background: #1b1b1b; } .cid-uk1Ff89slE .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-uk1Ff89slE .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-uk1Ff89slE .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-uk1Ff89slE .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; background: linear-gradient(to left, #554346, #45505b) !important; } .cid-uk1Ff89slE .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-uk1Ff89slE .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-uk1Ff89slE .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-uk1Ff89slE .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; background: linear-gradient(to left, #554346, #45505b) !important; } .cid-uk1BftAezJ { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-uk1BftAezJ .mbr-section-text { color: #000000; } .cid-uk1BftAezJ .mbr-section-subtitle { color: #767676; } .cid-uk1BftAezJ .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-uk1BftAezJ .mbr-iconfont { font-size: 48px; } .cid-uk1BftAezJ .card-img { margin-bottom: 1.5rem; } .cid-uk1BftAezJ .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-uk1BftAezJ .tab-content { margin-top: 3rem; width: 100%; } .cid-uk1BftAezJ .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-uk1BftAezJ .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-uk1BftAezJ .nav-tabs .nav-link:hover { background: #d21313; } .cid-uk1BftAezJ .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-uk1BftAezJ .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-uk1Bfv0ElC { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-uk1Bfv0ElC .mbr-section-subtitle { color: #232323; } .cid-uk1Bfv0ElC H2 { color: #d21313; } .cid-uk1NYIrQXc { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-uk1NYIrQXc h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-uk1NYIrQXc p { color: #767676; text-align: left; } .cid-uk1NYIrQXc .card-box { padding-top: 2rem; } .cid-uk1NYIrQXc .card-wrapper { height: 100%; } .cid-uk1NYIrQXc .card-title { color: #d21313; text-align: center; } .cid-uk1NYIrQXc P { text-align: center; color: #4f4943; } .cid-uk1NZCYkQR { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-uk1NZCYkQR h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-uk1NZCYkQR p { color: #767676; text-align: left; } .cid-uk1NZCYkQR .card-box { padding-top: 2rem; } .cid-uk1NZCYkQR .card-wrapper { height: 100%; } .cid-uk1NZCYkQR .card-title { color: #d21313; text-align: center; } .cid-uk1NZCYkQR P { text-align: center; color: #4f4943; } .cid-uk1BfwcJ5U { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-uk1BfwcJ5U .content { text-align: center; } .cid-uk1BfwcJ5U .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-uk1BfwcJ5U .media-wrap { margin-bottom: 1rem; } } .cid-uk1BfwcJ5U .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-uk1BfwcJ5U .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-uk1BfwcJ5U .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-uk1BfwcJ5U .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-uk1BfwcJ5U .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-uk1BfwcJ5U .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-uk1BfwcJ5U .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-uk1BfwcJ5U .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-uk1BfwcJ5U .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-uk1BfwcJ5U .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-uk1BfwcJ5U P { color: #ffffff; } .cid-uk1SoR5iDc { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-uk1SoR5iDc .mbr-section-subtitle { color: #232323; } .cid-uk1SoR5iDc H2 { color: #d21313; } .cid-uk1SoRl0S4 .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-uk1SoRl0S4 .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-uk1SoRl0S4 a { font-style: normal; } .cid-uk1SoRl0S4 .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-uk1SoRl0S4 .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-uk1SoRl0S4 .nav-item:focus, .cid-uk1SoRl0S4 .nav-link:focus { outline: none; } .cid-uk1SoRl0S4 .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-uk1SoRl0S4 .btn .mbr-iconfont { font-size: 1.6rem; } .cid-uk1SoRl0S4 .menu-logo { margin-right: auto; } .cid-uk1SoRl0S4 .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-uk1SoRl0S4 .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-uk1SoRl0S4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-uk1SoRl0S4 .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-uk1SoRl0S4 .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-uk1SoRl0S4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-uk1SoRl0S4 .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-uk1SoRl0S4 .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-uk1SoRl0S4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-uk1SoRl0S4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-uk1SoRl0S4 .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-uk1SoRl0S4 .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-uk1SoRl0S4 .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-uk1SoRl0S4 .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-uk1SoRl0S4 .dropdown.open > .dropdown-menu { display: block; } .cid-uk1SoRl0S4 .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-uk1SoRl0S4 .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-uk1SoRl0S4 .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-uk1SoRl0S4 .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-uk1SoRl0S4 .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-uk1SoRl0S4 .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-uk1SoRl0S4 .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-uk1SoRl0S4 button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-uk1SoRl0S4 button.navbar-toggler:focus { outline: none; } .cid-uk1SoRl0S4 button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-uk1SoRl0S4 button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-uk1SoRl0S4 button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-uk1SoRl0S4 button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-uk1SoRl0S4 button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-uk1SoRl0S4 nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-uk1SoRl0S4 nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-uk1SoRl0S4 nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-uk1SoRl0S4 nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-uk1SoRl0S4 .collapsed.navbar-expand { flex-direction: column; } .cid-uk1SoRl0S4 .collapsed .btn { display: flex; } .cid-uk1SoRl0S4 .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-uk1SoRl0S4 .collapsed .navbar-collapse.collapsing, .cid-uk1SoRl0S4 .collapsed .navbar-collapse.show { display: block !important; } .cid-uk1SoRl0S4 .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-uk1SoRl0S4 .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-uk1SoRl0S4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-uk1SoRl0S4 .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-uk1SoRl0S4 .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-uk1SoRl0S4 .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-uk1SoRl0S4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-uk1SoRl0S4 .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-uk1SoRl0S4 .collapsed button.navbar-toggler { display: block; } .cid-uk1SoRl0S4 .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-uk1SoRl0S4 .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-uk1SoRl0S4 .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-uk1SoRl0S4 .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-uk1SoRl0S4 .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-uk1SoRl0S4 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-uk1SoRl0S4 .navbar-expand { flex-direction: column; } .cid-uk1SoRl0S4 img { height: 3.8rem !important; } .cid-uk1SoRl0S4 .btn { display: flex; } .cid-uk1SoRl0S4 button.navbar-toggler { display: block; } .cid-uk1SoRl0S4 .navbar-brand { margin-left: 1rem !important; } .cid-uk1SoRl0S4 .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-uk1SoRl0S4 .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-uk1SoRl0S4 .navbar-collapse.collapsing, .cid-uk1SoRl0S4 .navbar-collapse.show { display: block !important; } .cid-uk1SoRl0S4 .navbar-collapse.collapsing .navbar-nav, .cid-uk1SoRl0S4 .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-uk1SoRl0S4 .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-uk1SoRl0S4 .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-uk1SoRl0S4 .navbar-collapse.collapsing .navbar-buttons, .cid-uk1SoRl0S4 .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-uk1SoRl0S4 .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-uk1SoRl0S4 .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-uk1SoRl0S4 .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-uk1SoRl0S4 .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-uk1SoRl0S4 .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-uk1SoRl0S4 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-uk1SoRl0S4 .menu-logo { flex-shrink: 0; } } .cid-uk1SoRl0S4 .navbar-collapse { flex-basis: auto; } .cid-uk1SoRl0S4 .nav-link:hover, .cid-uk1SoRl0S4 .dropdown-item:hover { color: #c1c1c1 !important; } .cid-uk1SoRHsJ9 { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-uk1SoRHsJ9 .mbr-section-subtitle { color: #232323; } .cid-uk1SoRHsJ9 H2 { color: #d21313; } .cid-uk1SoRXgEJ { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-uk1SoRXgEJ .video-block { margin: auto; } @media (max-width: 768px) { .cid-uk1SoRXgEJ .video-block { width: 100% !important; } } .cid-uk1SoSMcH7 { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-uk1SoSMcH7 .mbr-section-subtitle { color: #232323; } .cid-uk1SoSMcH7 H2 { color: #d21313; } .cid-uk1SoT1p6f { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; overflow: hidden; box-sizing: border-box; } .cid-uk1SoT1p6f .mbr-slider .carousel-control { background: #1b1b1b; } .cid-uk1SoT1p6f .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-uk1SoT1p6f .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-uk1SoT1p6f .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-uk1SoT1p6f .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; background: linear-gradient(to left, #554346, #45505b) !important; } .cid-uk1SoT1p6f .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-uk1SoT1p6f .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-uk1SoT1p6f .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-uk1SoT1p6f .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; background: linear-gradient(to left, #554346, #45505b) !important; } .cid-uk1SoTLlUH { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-uk1SoTLlUH .mbr-section-text { color: #000000; } .cid-uk1SoTLlUH .mbr-section-subtitle { color: #767676; } .cid-uk1SoTLlUH .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-uk1SoTLlUH .mbr-iconfont { font-size: 48px; } .cid-uk1SoTLlUH .card-img { margin-bottom: 1.5rem; } .cid-uk1SoTLlUH .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-uk1SoTLlUH .tab-content { margin-top: 3rem; width: 100%; } .cid-uk1SoTLlUH .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-uk1SoTLlUH .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-uk1SoTLlUH .nav-tabs .nav-link:hover { background: #d21313; } .cid-uk1SoTLlUH .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-uk1SoTLlUH .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-uk1SoVaWNT { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-uk1SoVaWNT .mbr-section-subtitle { color: #232323; } .cid-uk1SoVaWNT H2 { color: #d21313; } .cid-uk2iWeSFZP { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-uk2iWeSFZP h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-uk2iWeSFZP p { color: #767676; text-align: left; } .cid-uk2iWeSFZP .card-box { padding-top: 2rem; } .cid-uk2iWeSFZP .card-wrapper { height: 100%; } .cid-uk2iWeSFZP .card-title { color: #d21313; text-align: center; } .cid-uk2iWeSFZP P { text-align: center; color: #4f4943; } .cid-uk1SoWmnQp { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-uk1SoWmnQp .content { text-align: center; } .cid-uk1SoWmnQp .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-uk1SoWmnQp .media-wrap { margin-bottom: 1rem; } } .cid-uk1SoWmnQp .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-uk1SoWmnQp .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-uk1SoWmnQp .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-uk1SoWmnQp .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-uk1SoWmnQp .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-uk1SoWmnQp .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-uk1SoWmnQp .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-uk1SoWmnQp .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-uk1SoWmnQp .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-uk1SoWmnQp .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-uk1SoWmnQp P { color: #ffffff; } .cid-uk1UYVFS35 { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-uk1UYVFS35 .mbr-section-subtitle { color: #232323; } .cid-uk1UYVFS35 H2 { color: #d21313; } .cid-uk1UYW4xIF .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-uk1UYW4xIF .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-uk1UYW4xIF a { font-style: normal; } .cid-uk1UYW4xIF .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-uk1UYW4xIF .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-uk1UYW4xIF .nav-item:focus, .cid-uk1UYW4xIF .nav-link:focus { outline: none; } .cid-uk1UYW4xIF .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-uk1UYW4xIF .btn .mbr-iconfont { font-size: 1.6rem; } .cid-uk1UYW4xIF .menu-logo { margin-right: auto; } .cid-uk1UYW4xIF .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-uk1UYW4xIF .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-uk1UYW4xIF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-uk1UYW4xIF .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-uk1UYW4xIF .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-uk1UYW4xIF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-uk1UYW4xIF .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-uk1UYW4xIF .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-uk1UYW4xIF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-uk1UYW4xIF .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-uk1UYW4xIF .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-uk1UYW4xIF .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-uk1UYW4xIF .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-uk1UYW4xIF .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-uk1UYW4xIF .dropdown.open > .dropdown-menu { display: block; } .cid-uk1UYW4xIF .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-uk1UYW4xIF .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-uk1UYW4xIF .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-uk1UYW4xIF .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-uk1UYW4xIF .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-uk1UYW4xIF .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-uk1UYW4xIF .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-uk1UYW4xIF button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-uk1UYW4xIF button.navbar-toggler:focus { outline: none; } .cid-uk1UYW4xIF button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-uk1UYW4xIF button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-uk1UYW4xIF button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-uk1UYW4xIF button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-uk1UYW4xIF button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-uk1UYW4xIF nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-uk1UYW4xIF nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-uk1UYW4xIF nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-uk1UYW4xIF nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-uk1UYW4xIF .collapsed.navbar-expand { flex-direction: column; } .cid-uk1UYW4xIF .collapsed .btn { display: flex; } .cid-uk1UYW4xIF .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-uk1UYW4xIF .collapsed .navbar-collapse.collapsing, .cid-uk1UYW4xIF .collapsed .navbar-collapse.show { display: block !important; } .cid-uk1UYW4xIF .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-uk1UYW4xIF .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-uk1UYW4xIF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-uk1UYW4xIF .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-uk1UYW4xIF .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-uk1UYW4xIF .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-uk1UYW4xIF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-uk1UYW4xIF .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-uk1UYW4xIF .collapsed button.navbar-toggler { display: block; } .cid-uk1UYW4xIF .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-uk1UYW4xIF .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-uk1UYW4xIF .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-uk1UYW4xIF .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-uk1UYW4xIF .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-uk1UYW4xIF .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-uk1UYW4xIF .navbar-expand { flex-direction: column; } .cid-uk1UYW4xIF img { height: 3.8rem !important; } .cid-uk1UYW4xIF .btn { display: flex; } .cid-uk1UYW4xIF button.navbar-toggler { display: block; } .cid-uk1UYW4xIF .navbar-brand { margin-left: 1rem !important; } .cid-uk1UYW4xIF .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-uk1UYW4xIF .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-uk1UYW4xIF .navbar-collapse.collapsing, .cid-uk1UYW4xIF .navbar-collapse.show { display: block !important; } .cid-uk1UYW4xIF .navbar-collapse.collapsing .navbar-nav, .cid-uk1UYW4xIF .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-uk1UYW4xIF .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-uk1UYW4xIF .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-uk1UYW4xIF .navbar-collapse.collapsing .navbar-buttons, .cid-uk1UYW4xIF .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-uk1UYW4xIF .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-uk1UYW4xIF .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-uk1UYW4xIF .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-uk1UYW4xIF .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-uk1UYW4xIF .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-uk1UYW4xIF .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-uk1UYW4xIF .menu-logo { flex-shrink: 0; } } .cid-uk1UYW4xIF .navbar-collapse { flex-basis: auto; } .cid-uk1UYW4xIF .nav-link:hover, .cid-uk1UYW4xIF .dropdown-item:hover { color: #c1c1c1 !important; } .cid-uk1UYWpMd1 { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-uk1UYWpMd1 .mbr-section-subtitle { color: #232323; } .cid-uk1UYWpMd1 H2 { color: #d21313; } .cid-uk1UYWFl5q { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-uk1UYWFl5q .video-block { margin: auto; } @media (max-width: 768px) { .cid-uk1UYWFl5q .video-block { width: 100% !important; } } .cid-uk1UYX3wxp { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-uk1UYX3wxp .video-block { margin: auto; } @media (max-width: 768px) { .cid-uk1UYX3wxp .video-block { width: 100% !important; } } .cid-uk1UYXxPZy { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-uk1UYXxPZy .mbr-section-subtitle { color: #232323; } .cid-uk1UYXxPZy H2 { color: #d21313; } .cid-uk20QpD5lU { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; overflow: hidden; box-sizing: border-box; } .cid-uk20QpD5lU .mbr-slider .carousel-control { background: #1b1b1b; } .cid-uk20QpD5lU .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-uk20QpD5lU .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-uk20QpD5lU .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-uk20QpD5lU .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; background: linear-gradient(to left, #554346, #45505b) !important; } .cid-uk20QpD5lU .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-uk20QpD5lU .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-uk20QpD5lU .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-uk20QpD5lU .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; background: linear-gradient(to left, #554346, #45505b) !important; } .cid-uk1UYYurW0 { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-uk1UYYurW0 .mbr-section-text { color: #000000; } .cid-uk1UYYurW0 .mbr-section-subtitle { color: #767676; } .cid-uk1UYYurW0 .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-uk1UYYurW0 .mbr-iconfont { font-size: 48px; } .cid-uk1UYYurW0 .card-img { margin-bottom: 1.5rem; } .cid-uk1UYYurW0 .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-uk1UYYurW0 .tab-content { margin-top: 3rem; width: 100%; } .cid-uk1UYYurW0 .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-uk1UYYurW0 .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-uk1UYYurW0 .nav-tabs .nav-link:hover { background: #d21313; } .cid-uk1UYYurW0 .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-uk1UYYurW0 .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-uk1UYZUC5J { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-uk1UYZUC5J .mbr-section-subtitle { color: #232323; } .cid-uk1UYZUC5J H2 { color: #d21313; } .cid-uk2j5BiirA { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-uk2j5BiirA h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-uk2j5BiirA p { color: #767676; text-align: left; } .cid-uk2j5BiirA .card-box { padding-top: 2rem; } .cid-uk2j5BiirA .card-wrapper { height: 100%; } .cid-uk2j5BiirA .card-title { color: #d21313; text-align: center; } .cid-uk2j5BiirA P { text-align: center; color: #4f4943; } .cid-uk1UZ16esQ { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-uk1UZ16esQ .content { text-align: center; } .cid-uk1UZ16esQ .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-uk1UZ16esQ .media-wrap { margin-bottom: 1rem; } } .cid-uk1UZ16esQ .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-uk1UZ16esQ .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-uk1UZ16esQ .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-uk1UZ16esQ .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-uk1UZ16esQ .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-uk1UZ16esQ .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-uk1UZ16esQ .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-uk1UZ16esQ .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-uk1UZ16esQ .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-uk1UZ16esQ .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-uk1UZ16esQ P { color: #ffffff; } .cid-uk2fXKr9J8 { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-uk2fXKr9J8 .mbr-section-subtitle { color: #232323; } .cid-uk2fXKr9J8 H2 { color: #d21313; } .cid-uk2fXKOCrB .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-uk2fXKOCrB .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-uk2fXKOCrB a { font-style: normal; } .cid-uk2fXKOCrB .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-uk2fXKOCrB .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-uk2fXKOCrB .nav-item:focus, .cid-uk2fXKOCrB .nav-link:focus { outline: none; } .cid-uk2fXKOCrB .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-uk2fXKOCrB .btn .mbr-iconfont { font-size: 1.6rem; } .cid-uk2fXKOCrB .menu-logo { margin-right: auto; } .cid-uk2fXKOCrB .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-uk2fXKOCrB .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-uk2fXKOCrB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-uk2fXKOCrB .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-uk2fXKOCrB .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-uk2fXKOCrB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-uk2fXKOCrB .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-uk2fXKOCrB .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-uk2fXKOCrB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-uk2fXKOCrB .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-uk2fXKOCrB .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-uk2fXKOCrB .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-uk2fXKOCrB .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-uk2fXKOCrB .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-uk2fXKOCrB .dropdown.open > .dropdown-menu { display: block; } .cid-uk2fXKOCrB .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-uk2fXKOCrB .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-uk2fXKOCrB .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-uk2fXKOCrB .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-uk2fXKOCrB .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-uk2fXKOCrB .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-uk2fXKOCrB .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-uk2fXKOCrB button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-uk2fXKOCrB button.navbar-toggler:focus { outline: none; } .cid-uk2fXKOCrB button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-uk2fXKOCrB button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-uk2fXKOCrB button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-uk2fXKOCrB button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-uk2fXKOCrB button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-uk2fXKOCrB nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-uk2fXKOCrB nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-uk2fXKOCrB nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-uk2fXKOCrB nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-uk2fXKOCrB .collapsed.navbar-expand { flex-direction: column; } .cid-uk2fXKOCrB .collapsed .btn { display: flex; } .cid-uk2fXKOCrB .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-uk2fXKOCrB .collapsed .navbar-collapse.collapsing, .cid-uk2fXKOCrB .collapsed .navbar-collapse.show { display: block !important; } .cid-uk2fXKOCrB .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-uk2fXKOCrB .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-uk2fXKOCrB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-uk2fXKOCrB .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-uk2fXKOCrB .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-uk2fXKOCrB .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-uk2fXKOCrB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-uk2fXKOCrB .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-uk2fXKOCrB .collapsed button.navbar-toggler { display: block; } .cid-uk2fXKOCrB .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-uk2fXKOCrB .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-uk2fXKOCrB .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-uk2fXKOCrB .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-uk2fXKOCrB .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-uk2fXKOCrB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-uk2fXKOCrB .navbar-expand { flex-direction: column; } .cid-uk2fXKOCrB img { height: 3.8rem !important; } .cid-uk2fXKOCrB .btn { display: flex; } .cid-uk2fXKOCrB button.navbar-toggler { display: block; } .cid-uk2fXKOCrB .navbar-brand { margin-left: 1rem !important; } .cid-uk2fXKOCrB .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-uk2fXKOCrB .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-uk2fXKOCrB .navbar-collapse.collapsing, .cid-uk2fXKOCrB .navbar-collapse.show { display: block !important; } .cid-uk2fXKOCrB .navbar-collapse.collapsing .navbar-nav, .cid-uk2fXKOCrB .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-uk2fXKOCrB .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-uk2fXKOCrB .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-uk2fXKOCrB .navbar-collapse.collapsing .navbar-buttons, .cid-uk2fXKOCrB .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-uk2fXKOCrB .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-uk2fXKOCrB .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-uk2fXKOCrB .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-uk2fXKOCrB .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-uk2fXKOCrB .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-uk2fXKOCrB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-uk2fXKOCrB .menu-logo { flex-shrink: 0; } } .cid-uk2fXKOCrB .navbar-collapse { flex-basis: auto; } .cid-uk2fXKOCrB .nav-link:hover, .cid-uk2fXKOCrB .dropdown-item:hover { color: #c1c1c1 !important; } .cid-uk2fXLb9Fi { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-uk2fXLb9Fi .mbr-section-subtitle { color: #232323; } .cid-uk2fXLb9Fi H2 { color: #d21313; } .cid-uk2fXLqnyt { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-uk2fXLqnyt .video-block { margin: auto; } @media (max-width: 768px) { .cid-uk2fXLqnyt .video-block { width: 100% !important; } } .cid-uk2fXLLEF3 { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-uk2fXLLEF3 .video-block { margin: auto; } @media (max-width: 768px) { .cid-uk2fXLLEF3 .video-block { width: 100% !important; } } .cid-uk2gspKCzt { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-uk2gspKCzt .video-block { margin: auto; } @media (max-width: 768px) { .cid-uk2gspKCzt .video-block { width: 100% !important; } } .cid-uk2gvmA6ti { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-uk2gvmA6ti .video-block { margin: auto; } @media (max-width: 768px) { .cid-uk2gvmA6ti .video-block { width: 100% !important; } } .cid-uk2gvWinNc { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-uk2gvWinNc .video-block { margin: auto; } @media (max-width: 768px) { .cid-uk2gvWinNc .video-block { width: 100% !important; } } .cid-uk2gwtftnV { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-uk2gwtftnV .video-block { margin: auto; } @media (max-width: 768px) { .cid-uk2gwtftnV .video-block { width: 100% !important; } } .cid-uk2fXM0kzO { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-uk2fXM0kzO .mbr-section-subtitle { color: #232323; } .cid-uk2fXM0kzO H2 { color: #d21313; } .cid-uk2fXMgF3C { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff; overflow: hidden; box-sizing: border-box; } .cid-uk2fXMgF3C .mbr-slider .carousel-control { background: #1b1b1b; } .cid-uk2fXMgF3C .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-uk2fXMgF3C .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-uk2fXMgF3C .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-uk2fXMgF3C .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #554346; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; background: linear-gradient(to left, #554346, #45505b) !important; } .cid-uk2fXMgF3C .mbr-gallery-item > div:hover .mbr-gallery-title::before { background: transparent !important; } .cid-uk2fXMgF3C .mbr-gallery-item > div:hover:before { opacity: 0.7 !important; } .cid-uk2fXMgF3C .mbr-gallery-title { font-size: .9em; position: absolute; display: block; width: 100%; bottom: 0; padding: 1rem; color: #fff; z-index: 2; } .cid-uk2fXMgF3C .mbr-gallery-title:before { content: " "; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; position: absolute; background: #554346 !important; opacity: 0.7; -webkit-transition: 0.2s background ease-in-out; transition: 0.2s background ease-in-out; background: linear-gradient(to left, #554346, #45505b) !important; } .cid-uk2fXMN3Kc { padding-top: 60px; padding-bottom: 45px; background-color: #efefef; } .cid-uk2fXMN3Kc .mbr-section-text { color: #000000; } .cid-uk2fXMN3Kc .mbr-section-subtitle { color: #767676; } .cid-uk2fXMN3Kc .tabcont { -webkit-justify-content: center; justify-content: center; } .cid-uk2fXMN3Kc .mbr-iconfont { font-size: 48px; } .cid-uk2fXMN3Kc .card-img { margin-bottom: 1.5rem; } .cid-uk2fXMN3Kc .tab-content-row { -webkit-justify-content: center; justify-content: center; } .cid-uk2fXMN3Kc .tab-content { margin-top: 3rem; width: 100%; } .cid-uk2fXMN3Kc .nav-tabs { -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; } .cid-uk2fXMN3Kc .nav-tabs .nav-link { box-sizing: border-box; color: #465052; font-style: normal; font-weight: 500; border-radius: 3px; padding: 1rem 3rem; margin: 0.4rem .8rem !important; transition: color .3s; border: 2px solid #465052; } .cid-uk2fXMN3Kc .nav-tabs .nav-link:hover { background: #d21313; } .cid-uk2fXMN3Kc .nav-tabs .nav-link.active { color: #ffffff; font-style: normal; border: 2px solid #d21313; background: #d21313; } .cid-uk2fXMN3Kc .nav-tabs .nav-link.active:hover { border: 2px solid #d21313; } .cid-uk2fXO0Aw0 { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-uk2fXO0Aw0 .mbr-section-subtitle { color: #232323; } .cid-uk2fXO0Aw0 H2 { color: #d21313; } .cid-uk2jgHrz6C { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-uk2jgHrz6C h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-uk2jgHrz6C p { color: #767676; text-align: left; } .cid-uk2jgHrz6C .card-box { padding-top: 2rem; } .cid-uk2jgHrz6C .card-wrapper { height: 100%; } .cid-uk2jgHrz6C .card-title { color: #d21313; text-align: center; } .cid-uk2jgHrz6C P { text-align: center; color: #4f4943; } .cid-uk2fXP9hvX { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-uk2fXP9hvX .content { text-align: center; } .cid-uk2fXP9hvX .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-uk2fXP9hvX .media-wrap { margin-bottom: 1rem; } } .cid-uk2fXP9hvX .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-uk2fXP9hvX .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-uk2fXP9hvX .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-uk2fXP9hvX .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-uk2fXP9hvX .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-uk2fXP9hvX .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-uk2fXP9hvX .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-uk2fXP9hvX .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-uk2fXP9hvX .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-uk2fXP9hvX .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-uk2fXP9hvX P { color: #ffffff; } .cid-uk2hMhq5YK .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-uk2hMhq5YK .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-uk2hMhq5YK a { font-style: normal; } .cid-uk2hMhq5YK .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-uk2hMhq5YK .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-uk2hMhq5YK .nav-item:focus, .cid-uk2hMhq5YK .nav-link:focus { outline: none; } .cid-uk2hMhq5YK .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-uk2hMhq5YK .btn .mbr-iconfont { font-size: 1.6rem; } .cid-uk2hMhq5YK .menu-logo { margin-right: auto; } .cid-uk2hMhq5YK .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-uk2hMhq5YK .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-uk2hMhq5YK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-uk2hMhq5YK .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-uk2hMhq5YK .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-uk2hMhq5YK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-uk2hMhq5YK .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-uk2hMhq5YK .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-uk2hMhq5YK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-uk2hMhq5YK .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-uk2hMhq5YK .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-uk2hMhq5YK .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-uk2hMhq5YK .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-uk2hMhq5YK .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-uk2hMhq5YK .dropdown.open > .dropdown-menu { display: block; } .cid-uk2hMhq5YK .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-uk2hMhq5YK .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-uk2hMhq5YK .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-uk2hMhq5YK .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-uk2hMhq5YK .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-uk2hMhq5YK .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-uk2hMhq5YK .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-uk2hMhq5YK button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-uk2hMhq5YK button.navbar-toggler:focus { outline: none; } .cid-uk2hMhq5YK button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-uk2hMhq5YK button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-uk2hMhq5YK button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-uk2hMhq5YK button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-uk2hMhq5YK button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-uk2hMhq5YK nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-uk2hMhq5YK nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-uk2hMhq5YK nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-uk2hMhq5YK nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-uk2hMhq5YK .collapsed.navbar-expand { flex-direction: column; } .cid-uk2hMhq5YK .collapsed .btn { display: flex; } .cid-uk2hMhq5YK .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-uk2hMhq5YK .collapsed .navbar-collapse.collapsing, .cid-uk2hMhq5YK .collapsed .navbar-collapse.show { display: block !important; } .cid-uk2hMhq5YK .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-uk2hMhq5YK .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-uk2hMhq5YK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-uk2hMhq5YK .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-uk2hMhq5YK .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-uk2hMhq5YK .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-uk2hMhq5YK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-uk2hMhq5YK .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-uk2hMhq5YK .collapsed button.navbar-toggler { display: block; } .cid-uk2hMhq5YK .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-uk2hMhq5YK .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-uk2hMhq5YK .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-uk2hMhq5YK .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-uk2hMhq5YK .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-uk2hMhq5YK .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-uk2hMhq5YK .navbar-expand { flex-direction: column; } .cid-uk2hMhq5YK img { height: 3.8rem !important; } .cid-uk2hMhq5YK .btn { display: flex; } .cid-uk2hMhq5YK button.navbar-toggler { display: block; } .cid-uk2hMhq5YK .navbar-brand { margin-left: 1rem !important; } .cid-uk2hMhq5YK .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-uk2hMhq5YK .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-uk2hMhq5YK .navbar-collapse.collapsing, .cid-uk2hMhq5YK .navbar-collapse.show { display: block !important; } .cid-uk2hMhq5YK .navbar-collapse.collapsing .navbar-nav, .cid-uk2hMhq5YK .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-uk2hMhq5YK .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-uk2hMhq5YK .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-uk2hMhq5YK .navbar-collapse.collapsing .navbar-buttons, .cid-uk2hMhq5YK .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-uk2hMhq5YK .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-uk2hMhq5YK .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-uk2hMhq5YK .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-uk2hMhq5YK .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-uk2hMhq5YK .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-uk2hMhq5YK .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-uk2hMhq5YK .menu-logo { flex-shrink: 0; } } .cid-uk2hMhq5YK .navbar-collapse { flex-basis: auto; } .cid-uk2hMhq5YK .nav-link:hover, .cid-uk2hMhq5YK .dropdown-item:hover { color: #c1c1c1 !important; } .cid-uk2hMhLZb9 { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-uk2hMhLZb9 .mbr-section-subtitle { color: #232323; } .cid-uk2hMhLZb9 H2 { color: #d21313; } .cid-uk2hMhYJP2 { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-uk2hMhYJP2 .mbr-section-subtitle { color: #232323; } .cid-uk2hMhYJP2 H2 { color: #d21313; } .cid-uk2hMieSFU { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-uk2hMieSFU h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-uk2hMieSFU p { color: #767676; text-align: left; } .cid-uk2hMieSFU .card-box { padding-top: 2rem; } .cid-uk2hMieSFU .card-wrapper { height: 100%; } .cid-uk2hMieSFU .card-title { color: #d21313; text-align: center; } .cid-uk2hMieSFU P { text-align: center; color: #4f4943; } .cid-uk2hMj7ziW { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-uk2hMj7ziW .content { text-align: center; } .cid-uk2hMj7ziW .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-uk2hMj7ziW .media-wrap { margin-bottom: 1rem; } } .cid-uk2hMj7ziW .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-uk2hMj7ziW .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-uk2hMj7ziW .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-uk2hMj7ziW .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-uk2hMj7ziW .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-uk2hMj7ziW .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-uk2hMj7ziW .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-uk2hMj7ziW .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-uk2hMj7ziW .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-uk2hMj7ziW .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-uk2hMj7ziW P { color: #ffffff; } .cid-ul4R5zQCwo { padding-top: 45px; padding-bottom: 0px; background-color: #d21313; } .cid-ul4R5zQCwo .mbr-section-subtitle { color: #232323; } .cid-ul4R5zQCwo H2 { color: #d21313; } .cid-ul4R5A37Lv .navbar { padding: .5rem 0; background: #d21313; transition: none; min-height: 77px; } .cid-ul4R5A37Lv .navbar-dropdown.bg-color.transparent.opened { background: #d21313; } .cid-ul4R5A37Lv a { font-style: normal; } .cid-ul4R5A37Lv .nav-item span { padding-right: 0.4em; line-height: 0.5em; vertical-align: text-bottom; position: relative; text-decoration: none; } .cid-ul4R5A37Lv .nav-item a { display: flex; align-items: center; justify-content: center; padding: 0.7rem 0 !important; margin: 0rem .65rem !important; } .cid-ul4R5A37Lv .nav-item:focus, .cid-ul4R5A37Lv .nav-link:focus { outline: none; } .cid-ul4R5A37Lv .btn { padding: 0.4rem 1.5rem; display: inline-flex; align-items: center; } .cid-ul4R5A37Lv .btn .mbr-iconfont { font-size: 1.6rem; } .cid-ul4R5A37Lv .menu-logo { margin-right: auto; } .cid-ul4R5A37Lv .menu-logo .navbar-brand { display: flex; margin-left: 5rem; padding: 0; transition: padding .2s; min-height: 3.8rem; align-items: center; } .cid-ul4R5A37Lv .menu-logo .navbar-brand .navbar-caption-wrap { display: -webkit-flex; -webkit-align-items: center; align-items: center; word-break: break-word; min-width: 7rem; margin: .3rem 0; } .cid-ul4R5A37Lv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption { line-height: 1.2rem !important; padding-right: 2rem; } .cid-ul4R5A37Lv .menu-logo .navbar-brand .navbar-logo { font-size: 4rem; transition: font-size 0.25s; } .cid-ul4R5A37Lv .menu-logo .navbar-brand .navbar-logo img { display: flex; } .cid-ul4R5A37Lv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont { transition: font-size 0.25s; } .cid-ul4R5A37Lv .navbar-toggleable-sm .navbar-collapse { justify-content: flex-end; -webkit-justify-content: flex-end; padding-right: 5rem; width: auto; } .cid-ul4R5A37Lv .navbar-toggleable-sm .navbar-collapse .navbar-nav { flex-wrap: wrap; -webkit-flex-wrap: wrap; padding-left: 0; } .cid-ul4R5A37Lv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item { -webkit-align-self: center; align-self: center; } .cid-ul4R5A37Lv .navbar-toggleable-sm .navbar-collapse .navbar-buttons { padding-left: 0; padding-bottom: 0; } .cid-ul4R5A37Lv .dropdown .dropdown-menu { background: #d21313; display: none; position: absolute; min-width: 5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; text-align: left; } .cid-ul4R5A37Lv .dropdown .dropdown-menu .dropdown-item { width: auto; padding: 0.235em 1.5385em 0.235em 1.5385em !important; } .cid-ul4R5A37Lv .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-ul4R5A37Lv .dropdown .dropdown-menu .dropdown-submenu { margin: 0; } .cid-ul4R5A37Lv .dropdown.open > .dropdown-menu { display: block; } .cid-ul4R5A37Lv .navbar-toggleable-sm.opened:after { position: absolute; width: 100vw; height: 100vh; content: ''; background-color: rgba(0, 0, 0, 0.1); left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); z-index: 1000; } .cid-ul4R5A37Lv .navbar.navbar-short { min-height: 60px; transition: all .2s; } .cid-ul4R5A37Lv .navbar.navbar-short .navbar-toggler-right { top: 20px; } .cid-ul4R5A37Lv .navbar.navbar-short .navbar-logo a { font-size: 2.5rem !important; line-height: 2.5rem; transition: font-size 0.25s; } .cid-ul4R5A37Lv .navbar.navbar-short .navbar-logo a .mbr-iconfont { font-size: 2.5rem !important; } .cid-ul4R5A37Lv .navbar.navbar-short .navbar-logo a img { height: 3rem !important; } .cid-ul4R5A37Lv .navbar.navbar-short .navbar-brand { min-height: 3rem; } .cid-ul4R5A37Lv button.navbar-toggler { width: 31px; height: 18px; cursor: pointer; transition: all .2s; top: 1.5rem; right: 1rem; } .cid-ul4R5A37Lv button.navbar-toggler:focus { outline: none; } .cid-ul4R5A37Lv button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #efefef; } .cid-ul4R5A37Lv button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all .2s; } .cid-ul4R5A37Lv button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all .15s; } .cid-ul4R5A37Lv button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all .15s; } .cid-ul4R5A37Lv button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all .2s; } .cid-ul4R5A37Lv nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-ul4R5A37Lv nav.opened .hamburger span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: all .25s; } .cid-ul4R5A37Lv nav.opened .hamburger span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .25s; } .cid-ul4R5A37Lv nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all .2s; } .cid-ul4R5A37Lv .collapsed.navbar-expand { flex-direction: column; } .cid-ul4R5A37Lv .collapsed .btn { display: flex; } .cid-ul4R5A37Lv .collapsed .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-ul4R5A37Lv .collapsed .navbar-collapse.collapsing, .cid-ul4R5A37Lv .collapsed .navbar-collapse.show { display: block !important; } .cid-ul4R5A37Lv .collapsed .navbar-collapse.collapsing .navbar-nav, .cid-ul4R5A37Lv .collapsed .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-ul4R5A37Lv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-ul4R5A37Lv .collapsed .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-ul4R5A37Lv .collapsed .navbar-collapse.collapsing .navbar-buttons, .cid-ul4R5A37Lv .collapsed .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-ul4R5A37Lv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-ul4R5A37Lv .collapsed .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-ul4R5A37Lv .collapsed button.navbar-toggler { display: block; } .cid-ul4R5A37Lv .collapsed .navbar-brand { margin-left: 1rem !important; } .cid-ul4R5A37Lv .collapsed .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-ul4R5A37Lv .collapsed .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-ul4R5A37Lv .collapsed .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-ul4R5A37Lv .collapsed .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-ul4R5A37Lv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } @media (max-width: 991px) { .cid-ul4R5A37Lv .navbar-expand { flex-direction: column; } .cid-ul4R5A37Lv img { height: 3.8rem !important; } .cid-ul4R5A37Lv .btn { display: flex; } .cid-ul4R5A37Lv button.navbar-toggler { display: block; } .cid-ul4R5A37Lv .navbar-brand { margin-left: 1rem !important; } .cid-ul4R5A37Lv .navbar-toggleable-sm { flex-direction: column; -webkit-flex-direction: column; } .cid-ul4R5A37Lv .navbar-collapse { display: none !important; padding-right: 0 !important; } .cid-ul4R5A37Lv .navbar-collapse.collapsing, .cid-ul4R5A37Lv .navbar-collapse.show { display: block !important; } .cid-ul4R5A37Lv .navbar-collapse.collapsing .navbar-nav, .cid-ul4R5A37Lv .navbar-collapse.show .navbar-nav { display: block; text-align: center; } .cid-ul4R5A37Lv .navbar-collapse.collapsing .navbar-nav .nav-item, .cid-ul4R5A37Lv .navbar-collapse.show .navbar-nav .nav-item { clear: both; } .cid-ul4R5A37Lv .navbar-collapse.collapsing .navbar-buttons, .cid-ul4R5A37Lv .navbar-collapse.show .navbar-buttons { text-align: center; } .cid-ul4R5A37Lv .navbar-collapse.collapsing .navbar-buttons:last-child, .cid-ul4R5A37Lv .navbar-collapse.show .navbar-buttons:last-child { margin-bottom: 1rem; } .cid-ul4R5A37Lv .dropdown .dropdown-menu { width: 100%; text-align: center; position: relative; opacity: 0; display: block; height: 0; visibility: hidden; padding: 0; transition-duration: .5s; transition-property: opacity,padding,height; } .cid-ul4R5A37Lv .dropdown.open > .dropdown-menu { position: relative; opacity: 1; height: auto; padding: 1.4rem 0; visibility: visible; } .cid-ul4R5A37Lv .dropdown .dropdown-submenu { left: 0; text-align: center; width: 100%; } .cid-ul4R5A37Lv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after { margin-top: 0; position: inherit; right: 0; top: 50%; display: inline-block; width: 0; height: 0; margin-left: .3em; vertical-align: middle; content: ""; border-top: .30em solid; border-right: .30em solid transparent; border-left: .30em solid transparent; } } @media (min-width: 767px) { .cid-ul4R5A37Lv .menu-logo { flex-shrink: 0; } } .cid-ul4R5A37Lv .navbar-collapse { flex-basis: auto; } .cid-ul4R5A37Lv .nav-link:hover, .cid-ul4R5A37Lv .dropdown-item:hover { color: #c1c1c1 !important; } .cid-ul4R5Am8nq { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-ul4R5Am8nq .mbr-section-subtitle { color: #232323; } .cid-ul4R5Am8nq H2 { color: #d21313; } .cid-ul4R5ABg7Q { padding-top: 60px; padding-bottom: 60px; background: #f9f9f9; } .cid-ul4R5ABg7Q .video-block { margin: auto; } @media (max-width: 768px) { .cid-ul4R5ABg7Q .video-block { width: 100% !important; } } .cid-ul4R5CTsMi { padding-top: 60px; padding-bottom: 15px; background-color: #f9f9f9; } .cid-ul4R5CTsMi .mbr-section-subtitle { color: #232323; } .cid-ul4R5CTsMi H2 { color: #d21313; } .cid-ul4S8znme6 { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-ul4S8znme6 h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-ul4S8znme6 p { color: #767676; text-align: left; } .cid-ul4S8znme6 .card-box { padding-top: 2rem; } .cid-ul4S8znme6 .card-wrapper { height: 100%; } .cid-ul4S8znme6 .card-title { color: #d21313; text-align: center; } .cid-ul4S8znme6 P { text-align: center; color: #4f4943; } .cid-ul4S99RqL0 { padding-top: 30px; padding-bottom: 30px; background-color: #f9f9f9; } .cid-ul4S99RqL0 h4 { font-weight: 500; margin-bottom: 0; text-align: left; } .cid-ul4S99RqL0 p { color: #767676; text-align: left; } .cid-ul4S99RqL0 .card-box { padding-top: 2rem; } .cid-ul4S99RqL0 .card-wrapper { height: 100%; } .cid-ul4S99RqL0 .card-title { color: #d21313; text-align: center; } .cid-ul4S99RqL0 P { text-align: center; color: #4f4943; } .cid-ul4R5DzlDi { padding-top: 60px; padding-bottom: 60px; background-color: #2e2e2e; } @media (max-width: 767px) { .cid-ul4R5DzlDi .content { text-align: center; } .cid-ul4R5DzlDi .content > div:not(:last-child) { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-ul4R5DzlDi .media-wrap { margin-bottom: 1rem; } } .cid-ul4R5DzlDi .media-wrap .mbr-iconfont-logo { font-size: 7.5rem; color: #f36; } .cid-ul4R5DzlDi .media-wrap img { height: 6rem; } @media (max-width: 767px) { .cid-ul4R5DzlDi .footer-lower .copyright { margin-bottom: 1rem; text-align: center; } } .cid-ul4R5DzlDi .footer-lower hr { margin: 1rem 0; border-color: #fff; opacity: .05; } .cid-ul4R5DzlDi .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; -webkit-justify-content: flex-end; } .cid-ul4R5DzlDi .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #fff; } .cid-ul4R5DzlDi .footer-lower .social-list .soc-item { margin: 0 .5rem; } .cid-ul4R5DzlDi .footer-lower .social-list a { margin: 0; opacity: .5; -webkit-transition: .2s linear; transition: .2s linear; } .cid-ul4R5DzlDi .footer-lower .social-list a:hover { opacity: 1; } @media (max-width: 767px) { .cid-ul4R5DzlDi .footer-lower .social-list { justify-content: center; -webkit-justify-content: center; } } .cid-ul4R5DzlDi P { color: #ffffff; }