body, html { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; color: rgba(88, 88, 88, 1); overflow-x: hidden; } @media (max-width: 768px) { body, html { font-size: 14px; } } p, div { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 16px; color: rgba(88, 88, 88, 1); line-height: 1.5; } @media (max-width: 768px) { p, div { font-size: 14px; } } a { transition: all 0.25s; color: #1688D3; } a:hover { color: rgba(2, 2, 2, 1); } a:hover [class*="text-"] { color: rgba(2, 2, 2, 1); } .btn { padding-left: 30px; padding-right: 30px; border-radius: 0.25rem; } .btn-primary { background-color: rgba(251, 188, 5, 1); color: rgba(255, 255, 255, 1); border-color: rgba(251, 188, 5, 1); } .btn-outline-primary { background: none; border-color: rgba(251, 188, 5, 1) !important; color: rgba(251, 188, 5, 1); } .btn-price { border: 1px solid rgba(197, 178, 35, 1); background-color: rgba(197, 178, 35, 1); color: #fff; } .btn:after { background: rgba(255, 255, 255, 1) !important; } .btn:hover { color: rgba(0, 0, 0, 1) !important; border: 1px solid rgba(255, 255, 255, 1) !important; background: transparent !important; } .btn-enquiry-dialog-button { width: 100%; background-color: #1688D3; color: #FFFFFF; border-color: #1688D3; } @media (min-width: 768px) { .section-neighbor + .section-neighbor { margin-top: 40px; } .section-margin { margin-top: 40px !important; margin-bottom: 40px !important; } .section-margin-top { margin-top: 40px !important; } .section-margin-bottom { margin-bottom: 40px !important; } .section-padding { padding-top: 100px !important; padding-bottom: 100px !important; } .section-padding-top { padding-top: 100px !important; } .section-padding-bottom { padding-bottom: 100px !important; } } .card { transition: all 0.25s; overflow: hidden; } .card:not(.no-shadow) { border-radius: 4px; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); } .card:not(.no-shadow):hover { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); } .card.no-shadow { box-shadow: none !important; border: 0 !important; } .card.no-shadow:hover { box-shadow: none !important; border: 0 !important; } .card-img-top { border-top-left-radius: 4px; border-top-right-radius: 4px; } .card-title { font-size: 18px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; color: rgba(88, 88, 88, 1); } .card-text { color: rgba(144, 147, 153, 1); font-size: 16px; } .card.hide { overflow: hidden; } @media (max-width: 768px) { .card-title { font-size: 16px; } .card-text { font-size: 14px; } } .card-mask { position: absolute; width: 100%; height: 100%; left: 0; bottom: -100%; display: flex; padding: 1.5rem 2.5rem; z-index: 2; transition: all 0.25s; overflow: hidden; } .card-mask-content { width: 100%; height: 100%; position: relative; z-index: 3; } .card-mask-content * { color: #fff; } .card-mask:before { content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; background-color: rgba(0, 0, 0, 0.6); opacity: .9; } .card:hover .card-mask { bottom: 0; } .tab-content .tab-pane { padding-top: 1.5rem; } @media (max-width: 768px) { .tab-content .tab-pane { padding-top: 1rem; } } .nav-tabs .nav-item { cursor: pointer; padding: 15px 24px; } .nav-tabs .nav-item.active { color: rgba(0, 0, 0, 1); border-bottom: 2px solid rgba(0, 0, 0, 1); } .form-control { border-radius: 0.25rem; } .sidebar h3 { border-bottom: 1px solid rgba(0, 0, 0, 1); font-size: 18px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; } .sidebar .sidebar-catalog li .open-placeholder:after { border-color: rgba(0, 0, 0, 1); } .sidebar .sidebar-catalog li a { font-size: 16px; color: rgba(88, 88, 88, 1); border-bottom: 1px solid rgba(0, 0, 0, 1); } .sidebar .sidebar-catalog li a.active, .sidebar .sidebar-catalog li a:hover { color: rgba(0, 0, 0, 1); } .sidebar .sidebar-catalog li a.active:before, .sidebar .sidebar-catalog li a:hover:before { background-color: rgba(0, 0, 0, 1); } @media (max-width: 768px) { .sidebar h3 { font-size: 16px; } .sidebar .sidebar-catalog li a { font-size: 14px; } } .bread-crumb { background-color: #f8f8f8; padding-top: 1.5625rem; padding-bottom: 1.5625rem; } .bread-crumb .breadcrumb-item * { color: rgba(88, 88, 88, 1); } .bread-crumb .breadcrumb-item:hover * { color: rgba(2, 2, 2, 1); } @media (min-width: 768px) { .bread-crumb.left [class*="container"], .bread-crumb.right [class*="container"] { display: flex; align-items: center; justify-content: space-between; } .bread-crumb.left .breadcrumb { margin-left: 1rem; } .bread-crumb.right { align-items: flex-end; } .bread-crumb.right .text-heading { margin-left: 1rem; order: 2; } .bread-crumb.bottom .text-heading, .bread-crumb.center .text-heading { text-align: center; } .bread-crumb.bottom .breadcrumb, .bread-crumb.center .breadcrumb { justify-content: center; } .bread-crumb [class*="container"].solo { justify-content: flex-end; } } @media (max-width: 768px) { .bread-crumb { padding-top: 0.75rem; padding-bottom: 0.75rem; } } .slick.slick-card .slick-track { align-items: stretch; display: flex; } .slick.slick-card .slick-track .slick-slide { padding-top: 2px; padding-bottom: 2px; } .text-price { color: rgba(197, 178, 35, 1); } .text-secondary { color: rgba(144, 147, 153, 1) !important; } .text-primary { color: rgba(0, 0, 0, 1) !important; } .text-headline { font-family: 'Open Sans'; font-size: 46px; } .text-heading { font-family: 'Open Sans'; font-size: 38px; color: rgba(21, 21, 21, 1); font-weight: normal; } .text-heading label { color: rgba(0, 0, 0, 1)!important; } .text-subheading { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 29px; color: rgba(52, 52, 52, 1); font-weight: normal; } .text-content-heading { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 18px; font-weight: normal; } .text-menu { font-size: 16px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; [# th:if="${not #strings.isEmpty(weightMenu) && weightMenu== 'bold'}"] font-weight: bold; [/] } .text-body { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 16px; color: rgba(88, 88, 88, 1); word-wrap: break-word; word-break: break-word; } .text-body li, .text-body p { color: rgba(88, 88, 88, 1); word-wrap: break-word; word-break: break-word; } .text-body li:not(:last-child), .text-body p:not(:last-child) { margin-bottom: 0.5rem; } .text-body + .text-body { margin-top: 0.5rem; } [class*="text-"] + [class*="text-"] { margin-top: 0.5rem; } [class*="text-"] + .text-neighbor { margin-top: 40px; } @media (max-width: 768px) { [class*="text-"] + .text-neighbor { margin-top: 0.75rem; } } h1 { font-family: 'Open Sans'; font-size: 38px; color: rgba(21, 21, 21, 1); } .section-paragraph-heading { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: rgba(88, 88, 88, 1) !important; } @media (max-width: 768px) { h1 { font-size: 18px; } .text-headline { font-size: 20px; } .text-heading { font-size: 18px; } .text-subheading { font-size: 16px; } .text-content-heading { font-size: 16px; } .text-menu { font-size: 16px; } .text-body { font-size: 14px; } } .section-title-divider { display: flex; margin-left: auto; margin-right: auto; } .section-title-divider img { max-width: 100%; } .section-title-divider.has-line:after { content: ""; display: inline-block; border-top: 1px solid rgba(0, 0, 0, 1); width: 2.5rem; } .section-title-divider.right { justify-content: flex-end; } .section-title-divider.center { justify-content: center; } .section-title [class^=text-] { margin-left: auto; margin-right: auto; } .section-title [class^=text-] + .section-title-divider { margin-top: 1.25rem; margin-bottom: 1.25rem; } .section-title [class^=text-] + .text-list { margin-top: 1.25rem; } .section-title .text-button { margin-top: 1rem; } .FvyQV3-content { position: absolute; left: 0; top: 0; z-index: 5; height: 100%; width: 100%; overflow: hidden; display: flex; } .FvyQV3-content .container { display: flex; position: relative; z-index: 26; padding: 1.5rem; } .FvyQV3-content .btn { margin-top: 1.5rem; } .FvyQV3-content:before { content: ""; position: absolute; width: 100%; height: 100%; z-index: 1; left: 0; top: 0; } .FvyQV3-content.left-top .container { padding-top: 2rem; } .FvyQV3-content.right-top .container { justify-content: flex-end; padding-top: 2rem; text-align: right; } .FvyQV3-content.center-top .container { justify-content: center; text-align: center; padding-top: 2rem; } .FvyQV3-content.left-center .container { align-items: center; } .FvyQV3-content.center .container { text-align: center; justify-content: center; align-items: center; } .FvyQV3-content.right-center .container { text-align: right; justify-content: flex-end; align-items: center; } .FvyQV3-content.left-bottom .container { align-items: flex-end; padding-bottom: 3rem; } .FvyQV3-content.center-bottom .container { text-align: center; justify-content: center; align-items: flex-end; padding-bottom: 3rem; } .FvyQV3-content.right-bottom .container { text-align: right; justify-content: flex-end; align-items: flex-end; padding-bottom: 3rem; } .FvyQV3 [class*="col-"] { display: flex; align-items: center; } @media (max-width: 1199.98px) { .FvyQV3-content .container { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .FvyQV3-content .text-headline { font-size: 1.25rem; } .FvyQV3-content .text-subheading { font-size: 1rem; } .FvyQV3-content .text-body { font-size: 0.875rem; } .FvyQV3-content [class*="text-"] + [class*="text-"] { margin: 0; } .FvyQV3-content .carousel-slide-area { width: 100%; } } @media (max-width: 768px) { .FvyQV3 [class*="col-"]:nth-child(odd) { order: 0; } .FvyQV3 [class*="col-"]:nth-child(even) { order: 1; } .FvyQV3 .btn { display: inline-block; width: auto; margin-top: 0.75rem; } .FvyQV3-content .container { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } .FvyQV3-content .text-headline { font-size: 1rem; } .FvyQV3-content .text-subheading { font-size: 0.875rem; } .FvyQV3-content .text-body { font-size: 0.75rem; } .FvyQV3-content [class*="text-"] + [class*="text-"] { margin: 0; } }.ABFZNr .section-dialog-container.transparent { background: none; box-shadow: none; } .ABFZNr .section-title-divider + .text-heading { margin-top: 1.5rem; margin-bottom: 1.5rem; } .ABFZNr .section-title-divider + .text-list { margin-top: 1.5rem; } .ABFZNr .text-button { text-align: center; } .ABFZNr .text-button.vertical { margin-top: 1.5rem; } .ABFZNr .text-button.vertical .btn { width: 70%; max-width: 380px; } .ABFZNr .text-button.vertical p + p { margin: 1.5rem 0 0 0; } @media (max-width: 768px) { .ABFZNr .text-button.vertical .btn { width: 100%; max-width: 100%; } }.vQrQB3-content { position: absolute; left: 0; top: 0; z-index: 5; height: 100%; width: 100%; overflow: hidden; display: flex; } .vQrQB3-content .container { display: flex; position: relative; z-index: 26; padding: 1.5rem; } .vQrQB3-content [class*=text-] + .text-button { margin-top: 1.5rem; } .vQrQB3-content:before { content: ""; position: absolute; width: 100%; height: 100%; z-index: 1; left: 0; top: 0; } .vQrQB3-content.left-top .container { padding-top: 2rem; } .vQrQB3-content.right-top .container { justify-content: flex-end; padding-top: 2rem; text-align: right; } .vQrQB3-content.center-top .container { justify-content: center; text-align: center; padding-top: 2rem; } .vQrQB3-content.left-center .container { align-items: center; } .vQrQB3-content.center .container { text-align: center; justify-content: center; align-items: center; } .vQrQB3-content.right-center .container { text-align: right; justify-content: flex-end; align-items: center; } .vQrQB3-content.left-bottom .container { align-items: flex-end; padding-bottom: 3rem; } .vQrQB3-content.center-bottom .container { text-align: center; justify-content: center; align-items: flex-end; padding-bottom: 3rem; } .vQrQB3-content.right-bottom .container { text-align: right; justify-content: flex-end; align-items: flex-end; padding-bottom: 3rem; } .vQrQB3-slide-area { position: relative; z-index: 2; white-space: normal; } .vQrQB3-slide.effect-fade-out .carousel-slide-item:first-child { z-index: 900; } .vQrQB3-c { position: relative; display: block; width: 100%; padding: 0; margin: 0; overflow: hidden; } .vQrQB3-c:before { display: block; content: ""; } .vQrQB3-c-item { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } .vQrQB3-c-29by5:before { padding-top: 17.2413793103%; } .vQrQB3-c-17by5:before { padding-top: 29.4117647059%; } .vQrQB3-c-13by5:before { padding-top: 38.4615384615%; } .vQrQB3-c-2by1:before { padding-top: 50%; } .vQrQB3-c img { object-fit: cover; object-position: center; transition: all 0.25s; } @media (max-width: 1199.98px) { .vQrQB3-content .container { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .vQrQB3-content .text-headline { font-size: 1.25rem; } .vQrQB3-content .text-subheading { font-size: 1rem; } .vQrQB3-content .text-body { font-size: 0.875rem; } .vQrQB3-content [class*=text-] + [class*=text-] { margin: 0; } .vQrQB3-content [class*=text-] + .text-button { margin-top: 1rem; } .vQrQB3-content .carousel-slide-area { width: 100%; } } @media (max-width: 768px) { .vQrQB3-content .container { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } .vQrQB3-content .text-headline { font-size: 1rem; } .vQrQB3-content .text-subheading { font-size: 0.875rem; } .vQrQB3-content .text-body { font-size: 0.75rem; } .vQrQB3-content [class*=text-] + [class*=text-] { margin: 0; } .vQrQB3-content .carousel-slide-area { width: 100%; } .vQrQB3-c:not(.alone).mob-21by9:before { padding-top: 42.8571428571%; } .vQrQB3-c:not(.alone).mob-16by9:before { padding-top: 56.25%; } .vQrQB3-c:not(.alone).mob-4by3:before { padding-top: 75%; } .vQrQB3-c:not(.alone).mob-1by1:before { padding-top: 100%; } .vQrQB3-c:not(.alone).mob-9by21:before { padding-top: 233.3333333333%; } .vQrQB3-c:not(.alone).mob-9by16:before { padding-top: 177.7777777778%; } .vQrQB3-c:not(.alone).mob-3by4:before { padding-top: 133.3333333333%; } .vQrQB3-c:not(.alone).mob-5by4:before { padding-top: 80%; } .vQrQB3-c:not(.alone).mob-4by5:before { padding-top: 125%; } .vQrQB3-c:not(.alone).mob-29by5:before { padding-top: 17.2413793103%; } .vQrQB3-c:not(.alone).mob-17by5:before { padding-top: 29.4117647059%; } .vQrQB3-c:not(.alone).mob-13by5:before { padding-top: 38.4615384615%; } .vQrQB3-c:not(.alone).mob-2by1:before { padding-top: 50%; } .vQrQB3 .alone { padding-bottom: 1.5rem; } .vQrQB3 .alone:before { display: none; } .vQrQB3 .alone .vQrQB3-c-item { display: block; position: relative; } .vQrQB3 .alone .vQrQB3-content { position: relative; display: block; } .vQrQB3 .alone .vQrQB3-content:before { display: none; } .vQrQB3 .alone .vQrQB3-content .container { display: block; text-align: left; justify-content: flex-start; } .vQrQB3 .alone .vQrQB3-content .container .slick-slide-area { width: 100%; margin-left: 0; } .vQrQB3 .alone .vQrQB3-content [class*=text-] { color: rgba(88, 88, 88, 1); } }.j6EFJ3-container { text-align: center; padding-top: 5rem; padding-bottom: 5rem; } @media (max-width: 768px) { .j6EFJ3-container { padding-top: 3.75rem; padding-bottom: 3.75rem; } } .j6EFJ3-404 { color: rgba(0, 0, 0, 1); font-size: 5rem; }.nmiIRv-container { text-align: center; padding-top: 5rem; padding-bottom: 5rem; } @media (max-width: 768px) { .nmiIRv-container { padding-top: 3.75rem; padding-bottom: 3.75rem; } } .nmiIRv-container i { color: #28a745; font-size: 5rem; }.qMfuIj { display: flex; height: 100vh; justify-content: center; align-items: center; }.uUzaMn-label { display: inline-block; padding: 0.5rem 0.75rem; }.RJv6J3-title { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 18; color: rgba(52, 52, 52, 1); margin-bottom: 20px; } .RJv6J3-nothing h5 { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 18; color: rgba(144, 147, 153, 1); } .RJv6J3-nothing p { color: rgba(144, 147, 153, 1); } .RJv6J3-nothing:not(.active) { display: none; } .RJv6J3-container { min-height: 150px; } .RJv6J3-block { margin-top: 40px; }.vUruam-tile .card-body { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .vUruam-list { margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px rgba(0, 0, 0, 1); } .vUruam-list:hover [class*="text-"] { color: rgba(0, 0, 0, 1); }.qmee6n-tile .card-body { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .qmee6n .card .text-content-heading { text-overflow: ellipsis; line-clamp: 2; display: -webkit-box; -webkit-line-clamp: 2; overflow: hidden; -webkit-box-orient: vertical; } @media (min-width: 768px) { .qmee6n .sidebar-right > .col-md-9 { padding-right: 3rem; } .qmee6n .sidebar-left > .col-md-9 { padding-left: 3rem; } } .qmee6n-list { margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid rgba(0, 0, 0, 1); } @media (max-width: 768px) { .qmee6n-list .row .col-md-3 { margin-bottom: 0.75rem; } } .qmee6n-list:hover [class*="text-"] { color: rgba(0, 0, 0, 1); }.qYz22e-down .ic-affix { user-select: none; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; color: rgba(88, 88, 88, 1); } .qYz22e-down .ic-affix:hover { color: rgba(0, 0, 0, 1); } .qYz22e-down .ic-affix:hover label { color: rgba(0, 0, 0, 1); } .qYz22e-down .ic-affix label { padding: 0.375rem 0; white-space: nowrap; display: inline-block; vertical-align: middle; cursor: pointer; font-size: 16; color: rgba(88, 88, 88, 1); } .qYz22e-down .input-group { margin-top: 10px; max-width: 375px; } .qYz22e-down .input-group:not(.active) { display: none; } .qYz22e-item { margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(0, 0, 0, 1); } @media (min-width: 768px) { .qYz22e .input-group { width: 300px; } .qYz22e .input-group:not(.active) .form-control { display: none; } }.eUvUZ3 .inquiry-form-office dt + dd { margin-top: 0.5rem; } .eUvUZ3 .inquiry-form-office dd { line-height: 1.5; } .eUvUZ3 dl + dl { margin-top: 1rem; } .eUvUZ3 dl:not(:last-child) { margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid rgba(0, 0, 0, 1); } @media (max-width: 768px) { .eUvUZ3 .enquiry-form .form-group { flex: 0 0 100%; max-width: 100%; } }.aQZRjy p + p { margin-top: 0.3125rem; } .aQZRjy-list .embed-responsive { width: 9.375rem; margin-right: 0.9375rem; } .aQZRjy .aQZRjy-slick { position: relative; } .aQZRjy .multi-row { box-shadow: none !important; border: 1px solid #f2f2f2; } .aQZRjy .multi-row .text-content-heading { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .aQZRjy .slick-slide div:not(:last-of-type) .slick-slide { margin-bottom: 0.9375rem; } .aQZRjy .slick-slide.slick-active:last-child .slick-slide .multi-row { margin-right: 2px; } .aQZRjy .nav-pills .nav-link { transition: all 0.25s; } .aQZRjy .nav-pills .nav-link:hover:hover { background-color: rgba(255, 255, 255, 1); color: rgba(0, 0, 0, 1); }.mYZRnq-tile .card-body { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } @media (min-width: 768px) { .mYZRnq .sidebar-right > .col-md-9 { padding-right: 3rem; } .mYZRnq .sidebar-left > .col-md-9 { padding-left: 3rem; } } .mYZRnq-list { margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid rgba(0, 0, 0, 1); } @media (max-width: 768px) { .mYZRnq-list { border-bottom: 0; } .mYZRnq-list .row .col-md-3 { margin-bottom: 0.75rem; } } .mYZRnq-list:hover [class*="text-"] { color: rgba(0, 0, 0, 1); }.jAVbYj-tile .card-body { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .jAVbYj-container.no-gutters { padding-left: 0; padding-right: 0; } .jAVbYj-list { background-color: #000; } .jAVbYj-list .embed-responsive-item { opacity: .6; transition: all 0.25s; } .jAVbYj-list-content { bottom: 1.25rem; position: absolute; left: 1rem; right: 1rem; } .jAVbYj-list-content .text-content-heading { color: #fff; } .jAVbYj-list-content h3 + .btn { margin-top: 0.5rem; } .jAVbYj-list:hover .embed-responsive-item { opacity: .8; transform: scale(1.05); }.YVrMNb .embed-responsive-player { z-index: 2; display: flex; justify-content: center; align-items: center; cursor: pointer; background: rgba(0, 0, 0, 0.2); } .YVrMNb .embed-responsive-player:before { font-family: "iconfont" !important; content: "\e64b"; font-size: 3.75rem; color: rgba(255, 255, 255, 0.5); transition: all 0.25s; } .YVrMNb .embed-responsive-player:hover:before { color: rgba(255, 255, 255, 0.7); } .YVrMNb .video-iframe:not(.active) { opacity: 0; } .YVrMNb .video-iframe.active { z-index: 5; } .YVrMNb .slider-player { transition: all 0.3s; border: 1px solid rgba(0, 0, 0, 0.15); } .YVrMNb .slider-player:hover { border-left-color: rgba(0, 0, 0, 0.4); } .YVrMNb .slider-player:before { content: ""; width: 0; height: 0; top: calc(50% - 10px); left: calc(50% - 5px); position: absolute; border-top: 0.625rem solid rgba(0, 0, 0, 0); border-bottom: 0.625rem solid rgba(0, 0, 0, 0); border-left: 0.625rem solid rgba(0, 0, 0, 0.2); border-right: 0.625rem solid rgba(0, 0, 0, 0); transition: all 0.5s; z-index: 2; } .YVrMNb-section .table-spec { margin: 0; } .YVrMNb-section:not(:last-child) { padding-bottom: 1.5rem; margin-bottom: 1.5rem; border-bottom: 1px solid rgba(0, 0, 0, 1); } .YVrMNb-section .text-content-heading { margin-bottom: 0.5rem; } .YVrMNb-section .text-normal { margin-top: 0.75rem; } .YVrMNb-section .btn-buy { padding-left: 0.75rem; padding-right: 0.75rem; margin: 0 0.75rem 0.75rem 0; } .YVrMNb h1 + .YVrMNb-section { margin-top: 0.75rem; } .YVrMNb-mosaic { margin-left: -9px; margin-right: -9px; } .YVrMNb-mosaic .embed-responsive { cursor: pointer; } .YVrMNb-mosaic p { text-align: center; margin-top: 5px; } .YVrMNb .text-heading + .YVrMNb-section { margin-top: 1.5rem; } .YVrMNb-related { background-color: #f8f8f8; } .YVrMNb .related-card { margin-top: 1rem; } .YVrMNb-next a { line-height: 2; color: rgba(88, 88, 88, 1); overflow: hidden; } .YVrMNb-next a:hover { color: rgba(2, 2, 2, 1); } .YVrMNb-next:not(.previous) { text-align: right; } .YVrMNb-next:not(.previous) a:before { float: right; } .YVrMNb .has-sidebar { padding-right: 2.1875rem; } .YVrMNb-detail-time { margin-bottom: 1.25rem; } .YVrMNb-detail-time i { vertical-align: middle; } .YVrMNb-detail-share { margin-bottom: 1.25rem; display: flex; } .YVrMNb-vertical .text-content-heading { font-weight: bold; margin-bottom: 1rem; } .YVrMNb-vertical .table { margin: 0; } .YVrMNb-vertical:not(:last-child) { margin-bottom: 1.5rem; } .YVrMNb-detail-summary { text-overflow: ellipsis; line-clamp: 3; display: -webkit-box; -webkit-line-clamp: 3; overflow: hidden; -webkit-box-orient: vertical; } .YVrMNb .section-rich-text, .YVrMNb .section-rich-text * { line-height: 1.6; } .YVrMNb .section-rich-text + .YVrMNb-next { margin-top: 1.5rem; } .YVrMNb-down .ic-affix { user-select: none; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; color: rgba(88, 88, 88, 1); } .YVrMNb-down .ic-affix:hover { color: rgba(0, 0, 0, 1); } .YVrMNb-down .ic-affix:hover label { color: rgba(0, 0, 0, 1); } .YVrMNb-down .ic-affix label { padding: 0.375rem 0; white-space: nowrap; display: inline-block; vertical-align: middle; cursor: pointer; font-size: 16; color: rgba(88, 88, 88, 1); } .YVrMNb-down .input-group { margin-top: 10px; max-width: 375px; } .YVrMNb-down .input-group:not(.active) { display: none; } .YVrMNb .cover-border { border: 1px solid rgba(255, 255, 255, 0.1); } .YVrMNb-price-table { width: auto; margin: 6px 0 0 0; } .YVrMNb-variant { display: flex; } .YVrMNb-variant dt { width: 100px; padding: 0.25rem 0; } .YVrMNb-variant dd { display: flex; flex-wrap: wrap; } .YVrMNb-variant .variant-label { border: 1px solid #c5c8cf; background-color: #fff; padding: 0.25rem 0.5rem; margin: 0 0.625rem 0.625rem 0; overflow: hidden; font-size: 0.875rem; cursor: pointer; display: flex; align-items: center; } .YVrMNb-variant .variant-label img { width: 2.5rem; height: 2.5rem; margin: -0.25rem 0.25rem -0.25rem -0.25rem; } .YVrMNb-variant .variant-label.active { border-color: rgba(0, 0, 0, 1); color: rgba(0, 0, 0, 1); } .YVrMNb-variant .variant-label.disabled { color: #cfcfcf; cursor: default; } .YVrMNb .nav-tabs { border-bottom: 1px solid rgba(0, 0, 0, 1); flex-wrap: nowrap; white-space: nowrap; } .YVrMNb .nav-tabs .nav-item { border: 0; } .YVrMNb .nav-tabs .nav-item.active { font-weight: bold; } .YVrMNb .related-heading { font-size: 16; padding: 15px 0; border-bottom: 1px solid rgba(0, 0, 0, 1); } .YVrMNb .related-heading + .YVrMNb-post { margin-top: 1rem; } .YVrMNb-post h5 { font-size: 16px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; color: rgba(88, 88, 88, 1); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } .YVrMNb-post .embed-responsive { margin-right: 0.625rem; width: 5rem; } .YVrMNb-post .embed-responsive img { border-radius: 4; } .YVrMNb-post:not(:last-child) { border-bottom: 1px solid rgba(0, 0, 0, 1); margin-bottom: 0.9375rem; padding-bottom: 0.9375rem; } .YVrMNb-post:hover h5 { color: rgba(0, 0, 0, 1); } @media (min-width: 768px) { .YVrMNb-param-item.left:last-child { padding-left: 60px; } .YVrMNb-param-item.right:last-child { padding-right: 60px; } } @media (max-width: 768px) { .YVrMNb-price-table { width: 100%; } .YVrMNb .nav-tabs { overflow-x: auto; } .YVrMNb-detail-share { display: block; } .YVrMNb-detail-share .btn { margin-top: 0.75rem; } .YVrMNb .col-md-8 { padding-left: 15px !important; padding-right: 15px !important; } } .sku-group .sku-group-item .sku-group-name { margin-bottom: 0; } .sku-group .sku-group-item:not(:last-child) { margin-bottom: 1rem; } .sku-group .sku-group-item .sku-group-property { padding: 0; margin: 0; } .sku-group .sku-group-item .sku-group-property .sku-group-key { border: 1px #c5c8cf solid; background-color: #fff; border-radius: 3px; padding: 4px 8px; margin: 10px 10px 0 0; display: inline-block; text-align: center; overflow: hidden; vertical-align: middle; cursor: pointer; } .sku-group .sku-group-item .sku-group-property .sku-group-key.active { background-color: rgba(0, 0, 0, 1); border-color: rgba(0, 0, 0, 1); color: #fff; } .sku-group .sku-group-item .sku-group-property .sku-group-key.disabled { color: #cfcfcf; cursor: default; }.yeIrMn-fit { overflow: hidden; padding-left: 0; padding-right: 0; } .yeIrMn-fit .yeIrMn-content { padding-left: 0.75rem; padding-right: 0.75rem; } .yeIrMn-content { display: flex; align-items: center; } @media (max-width: 768px) { .yeIrMn .col-md-6:not(.yeIrMn-content) { padding: 0; } .yeIrMn .yeIrMn-content { padding: 0.75rem; } .yeIrMn .order-2 { order: 0; } }.uMRnmy-tile .card-body { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .uMRnmy-list { background-color: #000; } .uMRnmy-list .embed-responsive-item { opacity: .6; transition: all 0.25s; } .uMRnmy-list-content { bottom: 1.25rem; position: absolute; left: 1rem; right: 1rem; } .uMRnmy-list-content .text-content-heading { color: #fff; } .uMRnmy-list-content h3 + .btn { margin-top: 0.5rem; } .uMRnmy-list:hover .embed-responsive-item { opacity: .8; transform: scale(1.05); }.UZb2Af-next a { line-height: 2; color: rgba(88, 88, 88, 1); overflow: hidden; } .UZb2Af-next a:hover { color: rgba(2, 2, 2, 1); } .UZb2Af-next a:before { content: "\e61d"; font-family: "iconfont" !important; } .UZb2Af-next:not(.previous) { text-align: right; } .UZb2Af-next:not(.previous) a:before { content: "\e624"; float: right; } .UZb2Af .has-sidebar { padding-right: 2.1875rem; } .UZb2Af .slick-track { align-items: stretch; display: flex; } .UZb2Af .slick-track .slick-slide { padding-top: 2px; padding-bottom: 2px; } .UZb2Af-related { background-color: #f2f2f2; } .UZb2Af-detail-time { margin-bottom: 1.25rem; } .UZb2Af-detail-time i { vertical-align: middle; } .UZb2Af-detail-share { margin-bottom: 1.25rem; display: flex; } .UZb2Af-detail-summary { text-overflow: ellipsis; line-clamp: 3; display: -webkit-box; -webkit-line-clamp: 3; overflow: hidden; -webkit-box-orient: vertical; } .UZb2Af-detail-post h5 { font-size: 16px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; color: rgba(88, 88, 88, 1); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } .UZb2Af-detail-post .embed-responsive { margin-right: 0.625rem; width: 5rem; } .UZb2Af-detail-post .embed-responsive img { border-radius: 4; } .UZb2Af-detail-post:not(:last-child) { border-bottom: 1px solid rgba(0, 0, 0, 1); margin-bottom: 0.9375rem; padding-bottom: 0.9375rem; } .UZb2Af-detail-post:hover h5 { color: rgba(0, 0, 0, 1); } .UZb2Af .section-rich-text, .UZb2Af .section-rich-text * { line-height: 1.6; } .UZb2Af .section-rich-text + .UZb2Af-next { margin-top: 1.5rem; } .UZb2Af .slick-slider-thumbnail { margin-top: 1rem; } .UZb2Af .section-slide-round .slick-slider { margin-left: -15px; margin-right: -15px; } .UZb2Af .section-slide-round .slick-slider .slick-track { align-items: stretch; display: flex; } .UZb2Af .section-slide-round .slick-slider .slick-slide { margin-right: 15px; margin-left: 15px; padding-bottom: 15px; } @media (max-width: 768px) { .UZb2Af .section-slide-round .slick-slider { margin-left: -7.5px; margin-right: -7.5px; } .UZb2Af .section-slide-round .slick-slider .slick-slide { margin-right: 7.5px; margin-left: 7.5px; } } .UZb2Af-list .embed-responsive { width: 9.375rem; margin-right: 0.9375rem; } @media (max-width: 768px) { .UZb2Af-detail-share { display: block; } .UZb2Af-detail-share .btn { margin-top: 0.75rem; } .UZb2Af .col-md-8 { padding-left: 15px !important; padding-right: 15px !important; } }.Zb2EZv-map { min-height: 28.125rem; border: 0; width: 100%; } .Zb2EZv-contact { position: relative; z-index: 1; } .Zb2EZv .text-content-heading + form { margin-top: 1rem; } .Zb2EZv .media .media-icon { display: flex; align-items: center; } .Zb2EZv .media .media-icon i { font-size: 2.5rem; color: rgba(0, 0, 0, 1); } .Zb2EZv .media .media-icon + .media-body { margin-left: 1.5rem; } .Zb2EZv .media .media-icon img { width: 2.5rem; height: 2.5rem; border-radius: 1.25rem; } .Zb2EZv .media h3 { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 18px; color: rgba(0, 0, 0, 1); font-weight: bold; } .Zb2EZv .media h3 + p { margin-top: 0.4rem; } .Zb2EZv .media label { font-weight: bold; } .Zb2EZv .media + .media { margin-top: 1.5rem; } .Zb2EZv-form { border-radius: 0.25rem; padding: 2.5rem; background-color: rgba(0, 0, 0, 1); margin-bottom: calc(40 * -1px); } @media (min-width: 768px) { .Zb2EZv-form { margin-bottom: -13rem; } }.baQVBf { background-color: #def4f6; } .baQVBf-icon { max-height: 3rem; } .baQVBf-icon + [class*="text-"] { margin-top: 1rem; } .baQVBf .border-radius { border-radius: 10px; } .baQVBf-card { background-color: #bce1e9; margin-left: 7.8rem; display: flex; width: calc(100% - 15.6rem); padding-top: 5rem; padding-bottom: 5rem; } .baQVBf-card:hover .embed-responsive-item { transform: scale(1.05); } .baQVBf .embed-responsive { width: 25rem; margin-left: -7.8rem; } .baQVBf .section-title { padding: 3rem 4rem; flex: 1; } .baQVBf [class*="text-"].text-link { margin-top: 25px; } @media (max-width: 768px) { .baQVBf .baQVBf-card { display: block; margin: 0; width: 100%; padding: 0; } .baQVBf .embed-responsive { width: 100%; margin-left: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .baQVBf .section-title { padding: 1.5rem 2rem; } }.NVFVb2 .text-list { font-weight: 800; font-size: 5rem; line-height: 1.1; color: #738791; font-family: 'Open Sans'; text-align: left; } .NVFVb2 .text-list.active { color: rgba(0, 0, 0, 1); } @media (max-width: 768px) { .NVFVb2 .text-list { line-height: normal; font-size: 18px; } }.EFRVbm-line-text { font-size: 9.375rem; line-height: 1; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: rgba(0, 0, 0, 0.5); -webkit-text-fill-color: transparent; opacity: 0.1; margin-bottom: 0; position: absolute; left: 0; top: calc(40 * -2px); font-weight: 700; text-transform: capitalize; z-index: 0; font-family: 'Open Sans'; letter-spacing: -4px; } @media (max-width: 768px) { .EFRVbm-line-text { font-size: 6rem; top: -3rem; } } .EFRVbm .container { z-index: 2; } .EFRVbm-since { position: relative; text-indent: 4.375rem; color: rgba(0, 0, 0, 1); } .EFRVbm-since:before { position: absolute; content: ""; display: inline; border-top: 1px solid rgba(0, 0, 0, 1); width: 3.75rem; left: 0; top: 50%; } @media (max-width: 768px) { .EFRVbm-since { text-indent: 2.625rem; } .EFRVbm-since:before { width: 2.25rem; } } .EFRVbm .col-img.order-2 { padding-left: 3.75rem; } .EFRVbm .col-img:not(.order-2) { padding-right: 3.75rem; } @media (max-width: 768px) { .EFRVbm .col-img.order-2 { padding-left: 0.375rem; } .EFRVbm .col-img:not(.order-2) { padding-right: 0.375rem; } } .EFRVbm .text-heading { font-size: 3.75rem; line-height: 1.3; text-transform: capitalize; } .EFRVbm .text-heading b { font-weight: normal; color: rgba(0, 0, 0, 1); } .EFRVbm .text-heading + .text-body { margin-top: 2rem; } @media (max-width: 768px) { .EFRVbm .text-heading { font-size: 2rem; } .EFRVbm .text-heading + .text-body { margin-top: 1.5rem; } } .EFRVbm-info { background-color: #F7F7F7; padding: 100px; } @media (max-width: 768px) { .EFRVbm-info { padding: 1rem; } } .EFRVbm .media { background-color: #fff; box-shadow: 0 1rem 2rem 0 rgba(51, 51, 51, 0.04); padding-top: 1rem; padding-bottom: 1rem; position: relative; } .EFRVbm .media .embed-responsive { width: 5rem; margin: 0 1rem; } .EFRVbm .media h3 { font-weight: 800; } .EFRVbm .media .media-sign { position: absolute; z-index: 2; right: 2rem; top: -0.75rem; max-height: 90%; } @media (max-width: 768px) { .EFRVbm .media .media-sign { max-width: 50%; right: 0.75rem; } } .EFRVbm [class*=text-] + .media { margin-top: 1rem; } @media (max-width: 768px) { .EFRVbm .col-md-6 { order: 1; } .EFRVbm .col-md-6 + .col-md-6 { margin-top: 0.75rem; } .EFRVbm .has-line .col-md-6 + .col-md-6 { margin-top: 4rem; } }.miyUFr .center .miyUFr-describe { text-align: center; } .miyUFr .center .miyUFr-describe, .miyUFr .center .embed-responsive { margin-right: auto; margin-left: auto; } .miyUFr .right .miyUFr-describe { text-align: right; } .miyUFr .right .miyUFr-describe, .miyUFr .right .embed-responsive { margin-left: auto; } .miyUFr .embed-responsive + .miyUFr-describe { margin-top: 0.75rem; }.IfQnEf-line-text { font-size: 9.375rem; line-height: 1; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #fff; -webkit-text-fill-color: transparent; opacity: 0.1; margin-bottom: 0; position: absolute; left: 0; top: calc(40 * -2px); font-weight: 700; text-transform: capitalize; z-index: 0; letter-spacing: -4px; font-family: 'Open Sans'; } @media (max-width: 768px) { .IfQnEf-line-text { font-size: 6rem; top: -3rem; } } .IfQnEf .text-center .IfQnEf-line-text { left: 50%; transform: translateX(-50%); } .IfQnEf .text-right .IfQnEf-line-text { left: auto; right: 0; } .IfQnEf .section-title { position: relative; } .IfQnEf .section-title .text-heading { font-size: 3.75rem; line-height: 1.3; text-transform: capitalize; position: relative; z-index: 3; } .IfQnEf .section-title .text-heading b { font-weight: normal; color: rgba(0, 0, 0, 1); } .IfQnEf .section-title .text-heading + .text-body { margin-top: 2rem; } @media (max-width: 768px) { .IfQnEf .section-title .text-heading { font-size: 2rem; } .IfQnEf .section-title .text-heading + .text-body { margin-top: 1.5rem; } } .IfQnEf .slick-track { align-items: stretch; display: flex; } .IfQnEf .slick-track .slick-slide { padding-top: 2px; padding-bottom: 2px; } .IfQnEf .card { background: transparent; box-shadow: none; } .IfQnEf .card .embed-responsive { background-color: #fff; } .IfQnEf .card:hover { box-shadow: none; } .IfQnEf .card .card-body { border: 1px solid rgba(255, 255, 255, 0.2); border-top: 0; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .IfQnEf .card [class*=text-] { color: #fff; } .IfQnEf .card:hover [class*=text-] { color: rgba(2, 2, 2, 1); } .IfQnEf-since { position: relative; text-indent: 4.375rem; display: inline-block; color: rgba(0, 0, 0, 1); } .IfQnEf-since:before { position: absolute; content: ""; display: inline; border-top: 1px solid rgba(0, 0, 0, 1); width: 3.75rem; left: 0; top: 50%; } @media (max-width: 768px) { .IfQnEf-since { text-indent: 2.625rem; } .IfQnEf-since:before { width: 2.25rem; } }.jyAvIr .card-body { text-align: center; padding: 2rem; } .jyAvIr .text-content-heading { font-weight: bold; } .jyAvIr [class*="text-"] + .text-link { margin-top: 1.25rem; } .jyAvIr img { height: 4.5rem; } .jyAvIr img + [class*="text-"] { margin-top: 1.75rem; }.YRfeui .container { display: flex; justify-content: space-between; align-items: center; } .YRfeui .container h3 + form { margin-left: 2rem; } .YRfeui .container h3 + div { margin-left: 2rem; } .YRfeui .container form { max-width: 50%; min-width: 300px; flex: 1; }.nEVNni .embed-responsive:hover .nEVNni-card { opacity: 1; } .nEVNni .embed-responsive:hover .embed-responsive-item { transform: scale(1.05); } .nEVNni .text-subheading { position: relative; padding-left: 2.5rem; } .nEVNni .text-subheading:before { position: absolute; content: ''; display: inline-block; border-bottom: 1px solid rgba(52, 52, 52, 1); width: 2rem; left: 0; top: 50%; } .nEVNni-card { z-index: 2; padding: 2rem; display: flex; align-items: end; opacity: 0; transition: all 0.25s; } .nEVNni-card, .nEVNni-card:before { position: absolute; width: 100%; height: 100%; left: 0; top: 0; } .nEVNni-card:before { content: ''; background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 90%); } .nEVNni-card-content { position: relative; z-index: 4; } @media (max-width: 768px) { .nEVNni .embed-responsive:before { display: none; } .nEVNni .embed-responsive-item { position: relative; } .nEVNni-card { opacity: 1; position: relative; width: auto; height: auto; } .nEVNni-card:before { display: none; } }.ieuuQz .section-title { background-color: rgba(0, 0, 0, 1); } @media (min-width: 768px) { .ieuuQz-content { position: relative; margin-bottom: 2rem; } .ieuuQz .section-title { position: absolute; padding: 3rem; bottom: -2rem; width: 50%; } .ieuuQz .section-title.left { left: 0.75rem; } .ieuuQz .section-title.right { right: .75rem; } .ieuuQz .section-title.center { left: 50%; transform: translateX(-50%); } .ieuuQz .container-fluid .section-title.left { left: 0; } .ieuuQz .container-fluid .section-title.right { right: 0; } } @media (max-width: 768px) { .ieuuQz .section-title { padding: 1.5rem; } .ieuuQz .embed-responsive + .section-title { margin-top: 1rem; } }.ZVNrIj .text-content-heading { font-weight: bold; } @media (min-width: 768px) { .ZVNrIj-content:not(.order-2) { padding-right: 4rem; } .ZVNrIj-content.order-2 { padding-left: 4rem; } } .ZVNrIj .media img { width: 5rem; } @media (max-width: 768px) { .ZVNrIj .media img { max-width: 3rem; } } .ZVNrIj .media img + .media-body { margin-left: 0.5rem; } .ZVNrIj .media:not(:last-child) { margin-bottom: 2rem; } @media (max-width: 768px) { .ZVNrIj .media:not(:last-child) { margin-bottom: 1.5rem; } }.Mf2ame-heading [class*="text-"] + [class*="text-"] { margin-top: 1rem; } .Mf2ame .text-link { display: block; color: rgba(88, 88, 88, 1); } .Mf2ame .text-label { display: inline-block; border-radius: 5px; background-color: rgba(0, 0, 0, 1); color: #fff; font-size: 12px; padding: 0.2rem 0.5rem; } .Mf2ame .embed-responsive { display: inline-block; width: 3.75rem; } .Mf2ame .embed-responsive .embed-responsive-item:first-child { opacity: 1; z-index: 2; } .Mf2ame .embed-responsive .embed-responsive-item:last-child { opacity: 0; z-index: 1; } .Mf2ame .card-body { padding: 2.5625rem 1.5625rem; } .Mf2ame .card-body [class*="text-"] + [class*="text-"] { margin-top: 0.75rem; } .Mf2ame .card.active, .Mf2ame .card:hover { background-color: rgba(0, 0, 0, 1); } .Mf2ame .card.active .embed-responsive-item:first-child, .Mf2ame .card:hover .embed-responsive-item:first-child { z-index: 1; opacity: 0; } .Mf2ame .card.active .embed-responsive-item:last-child, .Mf2ame .card:hover .embed-responsive-item:last-child { z-index: 2; opacity: 1; } .Mf2ame .card.active [class*="text-"], .Mf2ame .card:hover [class*="text-"] { color: #fff; } .Mf2ame .card.active .text-link, .Mf2ame .card:hover .text-link { text-decoration: underline; }.fErUva-item { cursor: pointer; } .fErUva-item-overlay .fErUva-item-content { position: absolute; bottom: 0; left: 0.75rem; height: 100%; width: calc(100% - 1.5rem); display: flex; align-items: center; } .fErUva-item-overlay .fErUva-item-content .position-relative { margin-left: 0.75rem; margin-right: 0.75rem; } .fErUva-item-normal { position: relative; } .fErUva-item-normal:before { display: none; } .fErUva-item-bottom .fErUva-item-content { position: absolute; bottom: 0; left: 0.75rem; width: calc(100% - 1.5rem); } .fErUva-item-slide .fErUva-item-content { overflow: hidden; position: absolute; left: 0.75rem; height: 0; bottom: 0; display: flex; align-items: center; opacity: 0; width: calc(100% - 1.5rem); } .fErUva-item-slide:hover .fErUva-item-content { height: 100%; } .fErUva-item-content { transition: all 0.25s; position: relative; padding: 0.75rem; } .fErUva-item-content .position-relative { position: relative; z-index: 2; width: 100%; color: rgba(88, 88, 88, 1); } .fErUva-item-content:hover { opacity: 0.8; } .fErUva-four { display: flex; flex-wrap: wrap; } .fErUva-four .fErUva-item { flex-shrink: 0; width: 100%; } .fErUva-four .fErUva-item:nth-child(1) { margin-right: 0.75rem; width: calc(50% - 0.75rem); } .fErUva-four .fErUva-item:nth-child(2) { margin-left: 0.75rem; margin-top: 0; width: calc(50% - 0.75rem); } .fErUva-three { position: relative; } .fErUva-three:not(:first-child) { margin-top: 1.5rem; } .fErUva-three.fluid { height: 100%; } .fErUva-three .embed-responsive.fluid { height: 100%; } .fErUva-three .fErUva-item-content { overflow: hidden; position: absolute; height: 0; bottom: 0; display: flex; align-items: center; opacity: 0; left: 0; width: 100%; } .fErUva-three:hover .fErUva-item-content { height: 100%; opacity: 1; } .fErUva .container-fluid { padding-left: 0; padding-right: 0; } @media (min-width: 768px) { .fErUva .no-gutters .fErUva-item-overlay .fErUva-item-content { left: 0; height: 100%; width: 100%; } .fErUva .no-gutters .fErUva-item-bottom .fErUva-item-content { left: 0; width: 100%; } .fErUva .no-gutters .fErUva-three { margin: 0; } .fErUva .no-gutters .fErUva-four .fErUva-item:nth-child(1) { margin-right: 0; width: 50%; } .fErUva .no-gutters .fErUva-four .fErUva-item:nth-child(2) { margin-left: 0; width: 50%; } .fErUva .no-gutters .fErUva-item-slide .fErUva-item-content { left: 0; width: 100%; } } @media (max-width: 768px) { .fErUva .order-2 { order: 0; } .fErUva-item .fErUva-item-content { position: relative !important; height: auto !important; left: 0 !important; width: 100% !important; opacity: 1 !important; margin: 0 !important; } .fErUva-item .fErUva-item-content:before { display: none !important; } .fErUva-item .fErUva-item-content .position-relative { margin: 0; } .fErUva-four .fErUva-item { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } .fErUva-three { margin-top: 0 !important; margin-bottom: 0.75rem; } .fErUva-three.fluid { height: auto; } .fErUva-three + .fErUva-three:last-child { margin-bottom: 0 !important; } .fErUva-three .embed-responsive.fluid { height: auto; } }.MJFFjm .section-title { background-color: #fff; } @media (min-width: 992px) { .MJFFjm .section-title { width: 40%; padding: 4.5rem; top: 50%; transform: translateY(-50%); z-index: 2; position: absolute; } .MJFFjm .section-title [class*="text-"] + .text-btn { margin-top: 2rem; } .MJFFjm-item { position: relative; } .MJFFjm-item .embed-responsive { width: auto; } .MJFFjm-item:nth-child(even) .section-title { right: 0.75rem; } .MJFFjm-item:nth-child(even) .embed-responsive { margin-right: 18%; } .MJFFjm-item:nth-child(odd) .section-title { left: 0.75rem; } .MJFFjm-item:nth-child(odd) .embed-responsive { margin-left: 18%; } .MJFFjm-item.container-fluid:nth-child(even) .section-title { right: 0; } .MJFFjm-item.container-fluid:nth-child(odd) .section-title { left: 0; } .MJFFjm-item:hover .embed-responsive img { transform: scale(1.1); } .MJFFjm-item:hover .btn { color: rgba(0, 0, 0, 1) !important; border: 1px solid rgba(255, 255, 255, 1) !important; background: transparent !important; } .MJFFjm-item:hover .btn:after { width: 100%; } .MJFFjm-item:hover .text-heading { color: rgba(2, 2, 2, 1); } .MJFFjm.left .MJFFjm-item:nth-child(even) .section-title { left: 0.75rem; right: auto; } .MJFFjm.left .MJFFjm-item:nth-child(even) .embed-responsive { margin-left: 18%; margin-right: 0; } .MJFFjm.left .MJFFjm-item:nth-child(odd) .section-title { left: auto; right: 0.75rem; } .MJFFjm.left .MJFFjm-item:nth-child(odd) .embed-responsive { margin-left: 0; margin-right: 18%; } .MJFFjm.left .container-fluid:nth-child(even) .section-title { left: 0; } .MJFFjm.left .container-fluid:nth-child(odd) .section-title { right: 0; } } @media (max-width: 1140px) { .MJFFjm .section-title { padding: 1.5rem; } .MJFFjm-item { position: relative; } .MJFFjm-item .embed-responsive { margin-left: auto !important; margin-right: auto !important; width: 100%; } .MJFFjm-item .section-title + .embed-responsive { margin-top: 1rem; } }.R7jIra .text-headline label { color: rgba(0, 0, 0, 1) !important; } .R7jIra-content { position: absolute; left: 0; top: 0; z-index: 5; height: 100%; width: 100%; overflow: hidden; display: flex; } .R7jIra-content .container { display: flex; position: relative; z-index: 26; padding: 1.5rem; } .R7jIra-content .btn { margin-top: 1.5rem; } .R7jIra-content:before { content: ""; position: absolute; width: 100%; height: 100%; z-index: 1; left: 0; top: 0; } .R7jIra-content.left-top .container { padding-top: 2rem; } .R7jIra-content.right-top .container { justify-content: flex-end; padding-top: 2rem; text-align: right; } .R7jIra-content.center-top .container { justify-content: center; text-align: center; padding-top: 2rem; } .R7jIra-content.left-center .container { align-items: center; } .R7jIra-content.center .container { text-align: center; justify-content: center; align-items: center; } .R7jIra-content.right-center .container { text-align: right; justify-content: flex-end; align-items: center; } .R7jIra-content.left-bottom .container { align-items: flex-end; padding-bottom: 3rem; } .R7jIra-content.center-bottom .container { text-align: center; justify-content: center; align-items: flex-end; padding-bottom: 3rem; } .R7jIra-content.right-bottom .container { text-align: right; justify-content: flex-end; align-items: flex-end; padding-bottom: 3rem; } .R7jIra [class*=col-] { display: flex; align-items: center; } @media (max-width: 1199.98px) { .R7jIra-content .container { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .R7jIra-content .text-headline { font-size: 1.25rem; } .R7jIra-content .text-subheading { font-size: 1rem; } .R7jIra-content .text-body { font-size: 0.875rem; } .R7jIra-content [class*=text-] + [class*=text-] { margin: 0; } .R7jIra-content .carousel-slide-area { width: 100%; } } @media (max-width: 768px) { .R7jIra [class*=col-]:nth-child(odd) { order: 0; } .R7jIra [class*=col-]:nth-child(even) { order: 1; } .R7jIra .btn { display: inline-block; width: auto; margin-top: 0.75rem; } .R7jIra-content .container { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } .R7jIra-content .text-headline { font-size: 1rem; } .R7jIra-content .text-subheading { font-size: 0.875rem; } .R7jIra-content .text-body { font-size: 0.75rem; } .R7jIra-content [class*=text-] + [class*=text-] { margin: 0; } }.JRVVvi .text-body { margin-top: 0.75rem; margin-bottom: 0.75rem; }.MRFJ3u p { color: rgba(144, 147, 153, 1); font-size: 16px; } .MRFJ3u p + p { margin-top: 0.3125rem; } .MRFJ3u .slick-track { align-items: stretch; display: flex; } .MRFJ3u .slick-track .slick-slide { padding-top: 2px; padding-bottom: 2px; } .MRFJ3u-list .embed-responsive { width: 9.375rem; margin-right: 0.9375rem; } .MRFJ3u-cover .media { padding-bottom: 1.375rem; border-bottom: 1px solid rgba(0, 0, 0, 1); } .MRFJ3u-cover .media .media-time { width: 6.25rem; height: 6.25rem; background-color: rgba(0, 0, 0, 1); display: flex; align-items: center; justify-content: center; margin-right: 0.9375rem; } .MRFJ3u-cover .media .media-time h5 { font-size: 2.25rem; line-height: 2.25rem; padding-bottom: 0.375rem; border-bottom: 1px solid rgba(0, 0, 0, 1); } .MRFJ3u-cover .media .media-time p, .MRFJ3u-cover .media .media-time h5 { color: #fff; text-align: center; } .MRFJ3u-cover .col-md-5 { padding-right: 1.875rem; } .MRFJ3u-cover li a { line-height: 2.25rem; color: rgba(88, 88, 88, 1); font-size: 18px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; display: block; position: relative; padding-top: 0.625rem; } .MRFJ3u-cover li a h3 { padding-right: 1.875rem; margin-bottom: 0; } .MRFJ3u-cover li a:hover { color: rgba(0, 0, 0, 1); } .MRFJ3u-cover li:not(:last-child) { border-bottom: 1px solid rgba(0, 0, 0, 1); } .MRFJ3u-cover li:not(:last-child) a { padding-bottom: 1.25rem; } .MRFJ3u-cover [data-article-cover]:not(:first-child) { display: none; } @media (max-width: 768px) { .MRFJ3u-cover .col-md-5 { padding-right: 0.46875rem; } }.zY3m2e-left .media { padding: 1.25rem; } .zY3m2e-left .media img { width: 5rem; height: 5rem; object-fit: cover; object-position: center; border-radius: 50%; margin-right: 1rem; } .zY3m2e-left .media + .card-body { padding-top: 0; } .zY3m2e-top { position: relative; } .zY3m2e-top-item { padding-top: 3.75rem; } .zY3m2e-top-item .card .card-body { padding-top: 5.3125rem; text-align: center; } .zY3m2e-top-item .card .card-body p { margin-top: 0.625rem; } .zY3m2e-top-item .card img { width: 7.5rem; height: 7.5rem; border-radius: 50%; position: absolute; top: -3.125rem; left: calc(50% - 60px); transition: all 0.25s; object-fit: cover; object-position: center; z-index: 2; } .zY3m2e-top-item .card:hover img { box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); } .zY3m2e-card .card .card-body { min-height: 6.25rem; } .zY3m2e-card .card .row { flex: 1 1 auto; display: flex; } .zY3m2e-card .card .row .col-5 { position: relative; } .zY3m2e-card .card .row .col-5 img { position: absolute; left: 0; top: 0; object-fit: cover; object-position: top center; width: 100%; height: 100%; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; }.MjYVZ3-item:not(:last-child) { border-bottom: 1px solid #e5e5e5; } .MjYVZ3-item .text-content-heading { padding-top: 0.5rem; padding-bottom: 0.5rem; position: relative; padding-left: 1.5rem; cursor: pointer; } .MjYVZ3-item .text-content-heading:before { left: 0; top: calc(50% - 8px); position: absolute; content: '+'; height: 1rem; width: 1rem; line-height: 1rem; font-size: 0.75rem; text-align: center; background-color: #000; color: #fff; } .MjYVZ3-item .text-body { display: none; margin: 0; padding-left: 1.5rem; padding-bottom: 0.5rem; transition: all 0.25s; } .MjYVZ3-item.active .text-content-heading { color: rgba(144, 147, 153, 1); } .MjYVZ3-item.active .text-content-heading:before { content: '-'; } .MjYVZ3-item.active .text-body { display: block; } .MjYVZ3-item.active .text-body p { color: rgba(144, 147, 153, 1); } @media (max-width: 768px) { .MjYVZ3 .breadcrumb { flex-wrap: nowrap; overflow-x: auto; } .MjYVZ3 .breadcrumb-item { padding-top: 0.75rem; padding-bottom: 0.75rem; } }@media (min-width: 768px) { .yyyuAr .section-title + .row { padding-top: 1.25rem; padding-bottom: 1.25rem; } } .yyyuAr-item { background-color: #303a67; padding: 3.75rem 2.8125rem 1.875rem 2.8125rem; text-align: center; } .yyyuAr-item img + [class*="text-"] { margin-top: 1.5em; } .yyyuAr-item [class*="text-"] { color: #fff; } .yyyuAr-item.active { background-color: #274fa3; margin-top: -1.25rem; margin-bottom: -1.25rem; height: calc(100% + 2.5rem); } @media (max-width: 768px) { .yyyuAr-item.active { margin: 0; } } .yyyuAr-item:not(.active) .btn { transition: all 0.25s; opacity: 0; } .yyyuAr-item:not(.active):hover .btn { opacity: 1; }.Ur6Jvm { position: fixed; bottom: .625rem; right: .625rem; z-index: 300 } .Ur6Jvm .Ur6Jvm-item { margin-top: .625rem; background-color: #00aff0; box-shadow: 0 0 .5rem rgba(0,0,0,.25); height: 3rem; width: 3rem; padding: .75rem; text-align: center; transition: all .25s } .Ur6Jvm .Ur6Jvm-item label { display: block; cursor: pointer } .Ur6Jvm .Ur6Jvm-item label:before { font-family: iconfont!important; line-height: 1.5rem; font-size: 1.625rem; color: #fff } .Ur6Jvm .Ur6Jvm-item.skype label:before { color: #fff; content: "\e63c" } .Ur6Jvm .Ur6Jvm-item.Ur6Jvm-ico { background-color: #ffc74e } .Ur6Jvm .Ur6Jvm-item.whatsapp { background-color: #27d367 } .Ur6Jvm .Ur6Jvm-item.whatsapp label:before { content: "\e645" } .Ur6Jvm .Ur6Jvm-item.back-to-top { background-color: rgba(0,0,0,.5); cursor: pointer; border: 1px solid rgba(255,255,255,.5); position: relative } .Ur6Jvm .Ur6Jvm-item.back-to-top:after { content: ' '; position: absolute; top: calc(50% - .75rem); left: calc(50% - .5rem); border: .5rem solid transparent; border-bottom-color: rgba(255,255,255,.5) } .Ur6Jvm.small .Ur6Jvm-item { height: 2rem; width: 2rem; padding: .375rem } .Ur6Jvm.small .Ur6Jvm-item label:before { line-height: 1.25rem; font-size: 1.25rem } .Ur6Jvm.small .Ur6Jvm-item.back-to-top:after { top: calc(50% - .625rem); left: calc(50% - .375rem); border: .375rem solid transparent; border-bottom-color: rgba(255,255,255,.5) } .Ur6Jvm.large .Ur6Jvm-item { height: 3.75rem; width: 3.75rem; padding: .75rem } .Ur6Jvm.large .Ur6Jvm-item label:before { line-height: 2.25rem; font-size: 2.25rem }.M7FVZr { transition: all 0.5s; z-index: 20; position: relative; } .M7FVZr-region { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 1032; background-color: #fff; } .M7FVZr-region:not(.show) { display: none; } .M7FVZr-region .container { margin-top: 20vh; } .M7FVZr-region a { color: #666; } .M7FVZr-region a:hover { color: #333; } .M7FVZr-region .ic-close { position: absolute; right: 2rem; top: 2rem; font-size: 1.5rem; padding: 1rem; cursor: pointer; } .M7FVZr-bar { background-color: #000; color: #fff; position: relative; overflow: hidden; } .M7FVZr-bar .container { padding-top: 10px; padding-bottom: 10px; } .M7FVZr-bar-close { font-family: "iconfont" !important; position: absolute; height: 40px; top: calc(50% - 20px); line-height: 40px; padding-left: 15px; cursor: pointer; padding-right: 15px; right: 0; } .M7FVZr-bar-close:before { content: "\e60a"; } .M7FVZr .secondary-bar { background-color: #000000; padding-top: 10px; padding-bottom: 10px; position: relative; } .M7FVZr .secondary-bar .container { display: flex; } .M7FVZr .secondary-bar .container .secondary-bar-contact a, .M7FVZr .secondary-bar .container .nav-link, .M7FVZr .secondary-bar .container .section-drop .dropdown-toggle { color: #fff; } .M7FVZr .secondary-bar .container .section-drop { margin-left: 15px; } .M7FVZr .secondary-bar .container .section-drop .dropdown-toggle { line-height: 38px; font-size: 16px; } .M7FVZr .secondary-bar .container a { transition: all 0.25s; } .M7FVZr .secondary-bar .container a:not(.dropdown-item) { height: 38px; line-height: 28px; } .M7FVZr .secondary-bar .container a:hover { color: rgba(0, 0, 0, 1); } .M7FVZr .secondary-bar .container .secondary-bar-right { display: flex; flex-grow: 1; justify-content: flex-end; } .M7FVZr .secondary-bar .container .secondary-bar-right .nav-link { cursor: pointer; } .M7FVZr .secondary-bar .container .secondary-bar-contact { margin-right: 5px; } .M7FVZr .secondary-bar .container .secondary-bar-contact a { font-size: 16px; display: inline-block; line-height: 36px; } .M7FVZr .secondary-bar .container .secondary-bar-contact a img { height: 16px; vertical-align: center; } .M7FVZr .secondary-bar .container .secondary-bar-contact a:not(:last-child) { margin-right: 15px; } .M7FVZr .secondary-bar .input-group { max-width: 200px; } .M7FVZr .secondary-bar .input-group .form-control { border: 0; } .M7FVZr .secondary-bar .input-group .input-group-append .btn { background: #fff; border: 0 !important; } .M7FVZr .secondary-bar .input-group .input-group-append .btn:last-child { border-bottom-right-radius: 0.25rem; border-top-right-radius: 0.25rem; } .M7FVZr .secondary-bar .input-group .input-group-append i { font-size: 14px !important; } .M7FVZr nav { z-index: 900; padding-top: 0; padding-bottom: 0; position: relative; } .M7FVZr nav .navbar-brand { height: 68px; display: flex; align-items: center; position: relative; padding-right: 10px; } .M7FVZr nav .navbar-brand img { max-height: 50px; margin-right: 10px; vertical-align: middle; } .M7FVZr nav .nav-link, .M7FVZr nav .dropdown-item { padding-right: 15px; padding-left: 15px; color: #333; } .M7FVZr .input-group-append .btn { border: 0.0625rem solid #ced4da; background: #fff; color: #ced4da; padding-right: 0.75rem !important; padding-left: 0.75rem !important; border-radius: 0 !important; } .M7FVZr .input-group-append .btn:first-child { border-left: 0; } .M7FVZr .input-group-append .btn:last-child { border-bottom-right-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important; } .M7FVZr .input-group-append i { font-size: 13px !important; } @media (max-width: 768px) { .M7FVZr .M7FVZr-search { margin: 1rem 0 0.625rem 0; display: none; } .M7FVZr .M7FVZr-search .input-group-append .btn { margin: 0; } .M7FVZr .M7FVZr-search .input-group-append .btn:first-child { border-right: 0; } .M7FVZr .section-drop .dropdown-toggle:before { display: none; } .M7FVZr .region-icon .nav-link { border: 0; } .M7FVZr nav { background-color: #fff; } .M7FVZr nav .nav-link, .M7FVZr nav .dropdown-item { padding: 8px 36px 8px 0; line-height: 20px; border-bottom: 1px solid #e9ecef; } .M7FVZr nav .navbar-collapse { position: fixed; background-color: #fff; border-top: 1px solid #e9ecef; top: 50px; width: 100%; height: calc(100% - 3.125rem); overflow-x: hidden; overflow-y: auto; left: 0; padding-left: 0.625rem; padding-right: 0.625rem; z-index: 1031; } .M7FVZr nav .navbar-collapse.show .M7FVZr-search { display: block; } .M7FVZr nav .navbar-open-placeholder { position: absolute; width: 36px; height: 36px; right: 0; top: 0; cursor: pointer; } .M7FVZr nav .navbar-open-placeholder:after { border-style: solid; border-width: 2px 2px 0 0; border-color: #c1c1c1; position: relative; content: ""; display: inline-block; height: 8px; width: 8px; top: 6px; margin-left: 12px; box-sizing: content-box; transform: rotate(135deg); transition: all 0.2s ease-in-out; } .M7FVZr nav .navbar-open-placeholder.active:after { top: 11px; transform: rotate(-45deg); } .M7FVZr nav .navbar-brand { height: 50px; padding: 0; } .M7FVZr nav .navbar-brand img { max-height: 30px; } .M7FVZr nav .navbar-brand img.navbar-brand-fullView { display: none; } .M7FVZr nav .navbar-nav { border-top: 1px solid #e9ecef; } .M7FVZr nav .navbar-collapse.show .M7FVZr-search { display: block; } .M7FVZr nav .dropdown-menu { padding: 0; margin: 0; background: none; box-shadow: none; } .M7FVZr nav .dropdown-menu .dropdown-item { padding-left: 20px; } .M7FVZr nav .dropdown-menu .dropdown-menu .dropdown-item { padding-left: 40px; } .M7FVZr nav .dropdown-toggle:after { display: none; } .M7FVZr nav.logo-back:not(.logo-center) .container { position: relative; } .M7FVZr nav.logo-back:not(.logo-center) .container:before { content: ""; height: 50px; width: 100%; position: absolute; left: calc(-100% + 15px); top: 0; background-color: rgba(0, 0, 0, 1); } .M7FVZr nav.logo-back:not(.logo-center) .container .navbar-brand { background-color: rgba(0, 0, 0, 1); } .M7FVZr nav.logo-back:not(.logo-center) .container .navbar-brand:before { content: ""; position: absolute; top: 0; left: 100%; border-top: 50px solid transparent; border-bottom: 0 solid transparent; border-left: 20px solid rgba(0, 0, 0, 1); } } @media (min-width: 768px) { .M7FVZr .region-icon { line-height: 36px; cursor: pointer; margin-left: 1rem; } .M7FVZr .region-icon.nav-item { display: none; } .M7FVZr .M7FVZr-search { position: absolute; width: 20rem; right: 0.9375rem; bottom: -4rem; z-index: 10; display: none; } .M7FVZr .M7FVZr-search .input-group { height: 4rem; background-color: #fff; align-items: center; padding-left: 1rem; padding-right: 1rem; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); } .M7FVZr nav .navbar-open-placeholder { display: none !important; } .M7FVZr nav .navbar-nav li { position: relative; } .M7FVZr nav .navbar-nav li > .nav-link { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 16px; line-height: 48px; } .M7FVZr nav .navbar-nav li ul { display: block !important; border-top: 3px solid rgba(0, 0, 0, 1); position: absolute; min-width: 200px; top: 100%; left: 0; box-shadow: 0 12px 30px -2px rgba(0, 0, 0, 0.1); visibility: hidden; opacity: 0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transform: scale(0); transform: scale(0); -webkit-transform-origin: 0 0; transform-origin: 0 0; } .M7FVZr nav .navbar-nav li ul .dropdown-toggle { position: relative; padding-right: 30px !important; } .M7FVZr nav .navbar-nav li ul .dropdown-toggle:after { position: absolute; right: 15px; top: calc(50% - 2px); transition: all 0.2s ease-in-out; } .M7FVZr nav .navbar-nav li ul .dropdown-item { padding-left: 20px; padding-right: 20px; } .M7FVZr nav .navbar-nav li ul ul { top: 10px; left: 100%; } .M7FVZr nav .navbar-nav li ul ul ul { left: -100%; } .M7FVZr nav .navbar-nav li ul li > a { transition: all 0.2s ease-in-out; } .M7FVZr nav .navbar-nav li ul li > a:before { position: absolute; content: ""; top: 15px; left: 25px; width: 0; height: 1px; background: rgba(0, 0, 0, 0.4); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .M7FVZr nav .navbar-nav li ul li:hover > a { padding-left: 40px; color: rgba(0, 0, 0, 1); } .M7FVZr nav .navbar-nav li ul li:hover > a:before { width: 10px; } .M7FVZr nav .navbar-nav li ul li:hover > a.dropdown-toggle:after { transform: rotate(-90deg); } .M7FVZr nav .navbar-nav li.dropdown-menu-right ul { left: inherit; right: calc(100% - 2px); -webkit-transform-origin: 100% 0; transform-origin: 100% 0; } .M7FVZr nav .navbar-nav li.dropdown-menu-right ul li .dropdown-item { text-align: right; } .M7FVZr nav .navbar-nav li.dropdown-menu-right ul ul { left: inherit; right: -100%; } .M7FVZr nav .navbar-nav li.dropdown-menu-right ul ul li .dropdown-item { text-align: left; } .M7FVZr nav .navbar-nav li.nav-item.dropdown .nav-link:before { content: ""; width: 0; height: 0; position: absolute; border-top: 10px solid rgba(0, 0, 0, 0); border-right: 10px solid rgba(0, 0, 0, 0); border-bottom: 10px solid rgba(0, 0, 0, 1); border-left: 10px solid rgba(0, 0, 0, 0); bottom: -2px; left: calc(50% - 7px); opacity: 0; transition: all 0.5s; } .M7FVZr nav .navbar-nav li:hover .nav-link:before { opacity: 1 !important; } .M7FVZr nav .navbar-nav li:hover > ul { visibility: visible; opacity: 1; -webkit-transform: scale(1); transform: scale(1); } .M7FVZr nav.big-logo .navbar-brand { height: 94px; } .M7FVZr nav.big-logo .navbar-brand img { max-height: 76px; } .M7FVZr nav.big-logo .navbar-nav li { position: relative; } .M7FVZr nav.big-logo .navbar-nav li > .nav-link { line-height: 78px; } .M7FVZr .nav-item-btn .btn { top: 50%; padding-right: 0.75rem; padding-left: 0.75rem; transform: translateY(-50%); } .M7FVZr .nav-item + .nav-item-btn { margin-left: 1rem; } .M7FVZr:not(.full-view:not(.fixed-top)) nav.logo-back:not(.logo-center) .container { position: relative; } .M7FVZr:not(.full-view:not(.fixed-top)) nav.logo-back:not(.logo-center) .container:before { content: ""; height: 100%; width: 100%; position: absolute; left: calc(-100% + 15px); top: 0; background-color: rgba(0, 0, 0, 1); } .M7FVZr:not(.full-view:not(.fixed-top)) nav.logo-back:not(.logo-center) .container .navbar-brand { background-color: rgba(0, 0, 0, 1); } .M7FVZr:not(.full-view:not(.fixed-top)) nav.logo-back:not(.logo-center) .container .navbar-brand:before { content: ""; position: absolute; top: 0; left: 100%; border-top: 68px solid transparent; border-bottom: 0 solid transparent; border-left: 20px solid rgba(0, 0, 0, 1); } .M7FVZr:not(.full-view:not(.fixed-top)) nav.logo-back:not(.logo-center).big-logo .container .navbar-brand { background-color: rgba(0, 0, 0, 1); } .M7FVZr:not(.full-view:not(.fixed-top)) nav.logo-back:not(.logo-center).big-logo .container .navbar-brand:before { border-top: 94px solid transparent; } .M7FVZr:not(.full-view:not(.fixed-top)) nav .navbar-nav li > .nav-link.active { color: rgba(0, 0, 0, 1); } .M7FVZr.full-view { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; } .M7FVZr.full-view nav .navbar-brand img { display: none; } .M7FVZr.full-view nav .navbar-brand img.navbar-brand-fullView { display: inline-block; } .M7FVZr.full-view.fixed-top nav { background-color: #fff; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); } .M7FVZr.full-view.fixed-top nav img { display: inline-block; } .M7FVZr.full-view.fixed-top nav img.navbar-brand-fullView { display: none; } .M7FVZr.full-view.fixed-top.fadeIn { opacity: 0; transition: all 0.25s; } .M7FVZr.full-view.fixed-top.fadeIn:hover { opacity: 1; } .M7FVZr.full-view:not(.fixed-top) nav, .M7FVZr.full-view:not(.fixed-top) .secondary-bar { background: none !important; } } .M7FVZr .logo-center .container { position: relative; } .M7FVZr .logo-center .container .navbar-brand { padding-right: 0; margin-right: 0; } .M7FVZr .logo-center .container .navbar-brand img { margin-right: 0; } @media (min-width: 1200px) { .M7FVZr .logo-center .container .navbar-brand { top: 0; position: absolute; width: 25%; left: 37.5%; z-index: 11 !important; justify-content: center; } } @media (min-width: 1200px) { .M7FVZr .logo-center .container .navbar-nav { margin-right: -0.5rem; margin-left: -0.5rem; position: relative; width: 100%; justify-content: flex-start !important; } .M7FVZr .logo-center .container .navbar-nav .nav-item { width: 12.5%; } .M7FVZr .logo-center .container .navbar-nav .nav-item:nth-of-type(3) { margin-right: 12.5%; } .M7FVZr .logo-center .container .navbar-nav .nav-item:nth-of-type(n + 4) .nav-link { text-align: right; } .M7FVZr .logo-center .container .navbar-nav .nav-item:nth-of-type(4) { margin-left: 12.5%; } .M7FVZr .logo-center .container .navbar-nav .nav-item .nav-link { padding-left: 0; padding-right: 0; } } .M7FVZr .M7FVZr-mobile-search { display: none; } .M7FVZr:not(.full-view) nav { background-color: #fff; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); }.MV3iA3 { overflow: hidden; background-color: #2b2f36; } .MV3iA3-slogan { border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding-top: 20px; padding-bottom: 20px; } .MV3iA3-slogan .container { display: flex; justify-content: space-between; align-items: center; } .MV3iA3-slogan .container h3 { margin: 0 10px 0 0; color: #d7d6d6; font-size: 38px; } .MV3iA3-slogan .container h3 + form { margin-left: 1rem; } .MV3iA3-slogan .container form { max-width: 40%; flex: 1; } .MV3iA3 .text-subheading { margin-bottom: 1rem; } .MV3iA3-container .has-divider .text-subheading { position: relative; padding-bottom: 0.625rem; border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin-bottom: 1.25rem; } .MV3iA3-container .has-divider .text-subheading:after { position: absolute; width: 0.625rem; height: 0.625rem; border: 1px solid rgba(255, 255, 255, 0.2); content: ''; border-radius: 0.3125rem; left: 0; bottom: -0.3125rem; background-color: #2b2f36; } .MV3iA3-container [class*="text-"], .MV3iA3-container [class*="ic-"], .MV3iA3-container a { color: rgba(88, 88, 88, 1); } .MV3iA3-container .enquiry-form { margin-top: 0.5rem; } .MV3iA3-copyright { padding-top: 20px; padding-bottom: 20px; border-top: 1px solid rgba(255, 255, 255, 0.2); } .MV3iA3-copyright li:not(:last-child) { margin-bottom: 1rem; } .MV3iA3-copyright .copyright a { display: inline-block; margin-left: 0.625rem; } .MV3iA3-copyright .copyright a:before { margin-right: 0.625rem; content: "|"; } .MV3iA3-copyright * { color: #A0A0A0; } .MV3iA3 .MV3iA3-social a { margin: 0 5px 5px 0; } .MV3iA3 .MV3iA3-social i { font-size: 1.875rem; } .MV3iA3 .MV3iA3-social img { width: 1.875rem; } .MV3iA3 .MV3iA3-code img { width: 6.25rem; } .MV3iA3 .MV3iA3-code .social-it:not(:last-child) { margin-right: 5px; } .MV3iA3 .MV3iA3-logo { max-width: 60%; } .MV3iA3 .MV3iA3-office h3 { font-weight: bold; } .MV3iA3 .MV3iA3-office:not(:last-child) { margin-bottom: 1rem; } .MV3iA3 .MV3iA3-office [class*="col-"] { word-wrap: break-word; word-break: break-word; } .MV3iA3 .MV3iA3-office [class*="col-"]:not(:last-child) { padding-bottom: 5px; } .MV3iA3 a:hover i, .MV3iA3 a:hover { color: rgba(255, 255, 255, 1); text-decoration: none; } @media (max-width: 768px) { .MV3iA3-slogan .container { display: block; } .MV3iA3-slogan .container h3 + form { margin-top: 1rem; } .MV3iA3-slogan .container form { max-width: 100%; } .MV3iA3 .MV3iA3-office:not(:last-child) { border-bottom: 1px solid rgba(255, 255, 255, 0.3); padding-bottom: 1rem; } .MV3iA3 .container:not(.has-divider) .MV3iA3-column .col-12:not(:last-child) { margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(255, 255, 255, 0.3); } .MV3iA3 .MV3iA3-social a { margin: 0 5px 5px 0; } .MV3iA3 .MV3iA3-social a i { font-size: 1.625rem; } .MV3iA3 .MV3iA3-code img { margin: 0 5px 0 0; } .MV3iA3 .MV3iA3-logo { max-height: 2.5rem; max-width: 6.25rem; } } .MV3iA3-tabBar { position: fixed; z-index: 100; width: 100%; height: 3.5rem; background-color: rgba(0, 0, 0, 1); left: 0; border: 0; bottom: 0; display: flex; border-top: 1px solid rgba(255, 255, 255, 0.6); } .MV3iA3-tabBar a { height: 100%; flex: 1 1 auto; display: flex; justify-content: center; align-items: center; } .MV3iA3-tabBar a div { color: #fff; } .MV3iA3-tabBar a img { width: 1rem; height: 1rem; display: inline-block; vertical-align: center; } .MV3iA3-tabBar a:not(:last-child) { border-right: 1px solid rgba(255, 255, 255, 0.6); } @media (min-width: 768px) { .MV3iA3-tabBar { display: none; } } .section-1517028877884887042 .slick-slide-0 .slick-slide-area { width: 60%; margin-left: 0%; } .section-1517028877989744643 .slick-slide-0 .slick-slide-area { width: 60%; margin-left: 0%; } .section-1517028878115573763 .slick-slide-0 .slick-slide-area { width: 60%; margin-left: 0%; } .section-1517028878233014275 .slick-slide-0 .slick-slide-area { width: 60%; margin-left: 0%; } .section-1517028878346260482 .slick-slide-0 .slick-slide-area { width: 60%; margin-left: 0%; } .section-1517028878455312387 .slick-slide-0 .slick-slide-area { width: 60%; margin-left: 0%; } .section-1517028881018032130 .slick-slide-0 .slick-slide-area { width: 60%; margin-left: 0%; } .section-1517028881127084034 .slick-slide-0 .slick-slide-area { width: 60%; margin-left: 0%; } .section-1517028881240330242 .slick-slide-0 .slick-slide-area { width: 60%; margin-left: 0%; } .section-1518110646654705665 .slick-slide-0 .slick-slide-area { width: 60%; margin-left: 0%; } .section-1517028877767446530 .vQrQB3-content:before { background-color: rgba(0, 0, 0, 0.05); } .section-1517028877767446530 .slick-slide-0 .slick-slide-area { width: 60%; margin-left: 0%; } .section-1517028877767446530 .slick-slide-1 [class*="text-"] { color: rgba(255, 255, 255, 1); } .section-1517028877767446530 .slick-slide-1 .slick-slide-area { width: 51%; margin-left: 0%; } .section-1517028877767446530 .slick-slide-2 [class*="text-"] { color: rgba(0, 0, 0, 1); } .section-1517028877767446530 .slick-slide-2 .slick-slide-area { width: 51%; margin-left: 0%; } .section-1517028877767446530 .slick-slide-3 [class*="text-"] { color: rgba(252, 251, 251, 1); } .section-1517028877767446530 .slick-slide-3 .slick-slide-area { width: 60%; margin-left: 0%; } .section-1517028877767446530 .slick-slide-4 [class*="text-"] { color: rgba(252, 252, 252, 1); } .section-1517028877767446530 .slick-slide-4 .slick-slide-area { width: 60%; margin-left: 0%; } .section-1517028877767446530 .slick-slide-5 [class*="text-"] { color: rgba(255, 255, 255, 1); } .section-1517028877767446530 .slick-slide-5 .slick-slide-area { width: 60%; margin-left: 0%; } .section-1517028877884887043{ background: rgba(0, 158, 150, 1) ; } .section-1517028877884887043 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1517028877884887043 .section-title [class^=text-] { width: 100%; } } .section-1517028878233014276{ background: rgba(0, 158, 150, 1) ; } .section-1517028878233014276 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1517028878233014276 .section-title [class^=text-] { width: 100%; } } .section-1517028878346260481 .bread-crumb { background-color: rgba(255, 255, 255, 1); } .section-1517028878346260481 .section-container { background: rgba(255, 255, 255, 1) ; } .section-1517028878346260481 .section-collection-describe.close:before { background: linear-gradient(180deg,rgba(252,251,252,0),rgba(255, 255, 255, 1)); } .section-1517028881018032129 .bread-crumb { background-color: rgba(255, 255, 255, 1); } .section-1517028881127084033 .bread-crumb { background-color: rgba(254, 254, 254, 1); } .section-1517028881240330243{ background: rgba(0, 158, 150, 1) ; } .section-1517028881240330243 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1517028881240330243 .section-title [class^=text-] { width: 100%; } } .section-1527906976549724162 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1527906976549724162 .section-title [class^=text-] { width: 100%; } } .section-1527906976549724162 .section-title .has-line:after, .section-1527906976549724162 .section-title img { width: 5%; } .section-1517028877767446532{ background: rgba(0, 0, 0, 1) ; } .section-1517028877767446532 .section-title [class^=text-] { color:rgba(255, 255, 255, 1); } .section-1517028877767446532 .section-title-divider { width: 100%; } .section-1517028877767446532 .section-title-divider:after { border-color: rgba(255, 255, 255, 1); } @media (min-width: 768px) { .section-1517028877767446532 .section-title [class^=text-] { width: 100%; } } .section-1517028877767446532 .section-title .has-line:after, .section-1517028877767446532 .section-title img { width: 10%; } .section-1517028877767446532 .section-card { background-color:rgba(232, 232, 232, 1); } .section-1517028877884887044 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1517028877884887044 .section-title [class^=text-] { width: 100%; } } .section-1517028877989744642 .bread-crumb { background-color: rgba(255, 255, 255, 1); } .section-1517028878233014274 .bread-crumb { background-color: rgba(255, 255, 255, 1); } .section-1517028878455312386 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1517028878455312386 .section-title [class^=text-] { width: 100%; } } .section-1517028878455312386 .section-title .has-line:after, .section-1517028878455312386 .section-title img { width: 5%; } .section-1517028878455312386 .tips { font-size: 15px; } .section-1517028881240330244 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1517028881240330244 .section-title [class^=text-] { width: 100%; } } .section-1549218966056456194 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1549218966056456194 .section-title [class^=text-] { width: 100%; } } .section-1517028877884887041 .bread-crumb { background-color: rgba(252, 252, 252, 1); } .section-1517028878115573762 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1517028878115573762 .section-title [class^=text-] { width: 100%; } } .section-1517028878115573762 .section-title .has-line:after, .section-1517028878115573762 .section-title img { width: 5%; } .section-1517028881240330241 .bread-crumb { background-color: rgba(255, 255, 255, 1); } .section-1518113048653619202 .Zb2EZv-map{ height: 200px; } .section-1518113048653619202 .text-content-heading{ color: rgba(252, 252, 252, 1); } .section-1518113048653619202 .Zb2EZv-form{ background-color: rgba(6, 0, 0, 1); } .section-1527907045999820802 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1527907045999820802 .section-title [class^=text-] { width: 100%; } } .section-1527907045999820802 .section-title .has-line:after, .section-1527907045999820802 .section-title img { width: 5%; } .section-1721425314263699457{ background: rgba(119, 118, 118, 1) ; } .section-1721425314263699457 .text-heading { color:rgba(13, 0, 0, 1); } .section-1721425314263699457 .baQVBf-card { background-color:rgba(225, 225, 225, 1); } .section-1722184254303866882{ background: rgba(6, 6, 6, 1) ; } .section-1722184254303866882 .text-list{ color:rgba(251, 215, 110, 1); } @media (min-width: 768px) { .section-1722184254303866882 .text-list{ font-size:45px; } } .section-1736651650091552769 .EFRVbm-since {color:rgba(251, 188, 5, 1);} .section-1736651650091552769 .EFRVbm-since:before{ border-color: rgba(251, 188, 5, 1);; } .section-1736651650091552769 .EFRVbm-line-text {-webkit-text-stroke-color:rgba(251, 188, 5, 1);} .section-1736651650091552769 .text-heading b{color:rgba(251, 188, 5, 1);} .section-1517028881240330245 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1517028881240330245 .section-title [class^=text-] { width: 100%; } } .section-1517028881240330245 .embed-responsive{ width: 60%; } @media (min-width: 768px) { .section-1517028881240330245 .miyUFr-describe { width: 70%; } } .section-1527932764582756354 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1527932764582756354 .section-title [class^=text-] { width: 100%; } } .section-1527932764582756354 .section-title .has-line:after, .section-1527932764582756354 .section-title img { width: 5%; } .section-1736660521476526081 .IfQnEf-since {color:rgba(251, 188, 5, 1);} .section-1736660521476526081 .IfQnEf-since:before{ border-color: rgba(251, 188, 5, 1);; } .section-1736660521476526081 .IfQnEf-line-text {-webkit-text-stroke-color:rgba(251, 188, 5, 1);} .section-1736660521476526081 .section-title .text-heading b{color:rgba(251, 188, 5, 1);} .section-1736660521476526081 .card{background:rgba(251, 188, 5, 1)} .section-1736660521476526081 .card .card-body{border-color:rgba(251, 188, 5, 1)} .section-1736947858383147009{ background: url("/cdn/1517028876534321153/1736948565949648897.webp") no-repeat center center; background-size: cover; } .section-1736947858383147009 .section-title [class^=text-] { color:rgba(255, 255, 255, 1); } .section-1736947858383147009 .section-title-divider { width: 100%; } .section-1736947858383147009 .section-title-divider:after { border-color: rgba(255, 255, 255, 1); } @media (min-width: 768px) { .section-1736947858383147009 .section-title [class^=text-] { width: 100%; } } .section-1736947858383147009 .section-title .has-line:after, .section-1736947858383147009 .section-title img { width: 5%; } .section-1736994189084561410{ background: rgba(242, 242, 242, 0.66) ; } .section-1736994189084561410 .IfQnEf-since {color:rgba(251, 188, 5, 1);} .section-1736994189084561410 .IfQnEf-since:before{ border-color: rgba(251, 188, 5, 1);; } .section-1736994189084561410 .IfQnEf-line-text {-webkit-text-stroke-color:rgba(251, 188, 5, 1);} .section-1736994189084561410 .section-title .text-heading b{color:rgba(251, 188, 5, 1);} .section-1736996273481682945{ background: rgba(242, 242, 242, 0.66) ; } @media (min-width: 768px) { .section-1736996273481682945 .text-body { color:rgba(255, 255, 255, 1); } } .section-1517421327417843714{ background: rgba(0, 0, 0, 1) ; } .section-1517421327417843714 .section-title [class^=text-] { color:rgba(0, 0, 0, 1); } .section-1517421327417843714 .section-title { background-color:rgba(235, 235, 235, 1); } .section-1641316922238906370 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1641316922238906370 .section-title [class^=text-] { width: 100%; } } .section-1641316922238906370 .section-title .has-line:after, .section-1641316922238906370 .section-title img { width: 5%; } .section-1737298709475856386 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1737298709475856386 .section-title [class^=text-] { width: 100%; } } @media (min-width: 768px) { .section-1737298709475856386 .carousel-multiple .carousel-slide-item { width: calc(16.666666666666664% - 24px); } } @media (max-width: 768px) { .section-1737298709475856386 .carousel-multiple .carousel-slide-item { width: calc(50.0% - 12px); } } .section-1737298709475856386 .embed-responsive{ width: 100%; } @media (min-width: 768px) { .section-1737298709475856386 .miyUFr-describe { width: 100%; } } .section-1641317311998799873 .media img { width: 50px; } @media (min-width: 768px) { .section-1641317311998799873 .ZVNrIj-content:not(.order-2) { padding-right: 50px; } .section-1641317311998799873 .ZVNrIj-content.order-2 { padding-left: 50px; } } .section-1732346729330479106{ background: rgba(4, 0, 0, 1) url("/cdn/1517028876534321153/1732344713636057090.webp") no-repeat center center; background-size: cover; } .section-1732346729330479106 .vQrQB3-content:before { background-color: rgba(16, 14, 14, 0.18); } .section-1732346729330479106 .slick-slide-0 [class*="text-"] { color: rgba(255, 255, 255, 1); } .section-1732346729330479106 .slick-slide-0 .slick-slide-area { width: 80%; margin-left: 8%; } .section-1518133730027741185 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1518133730027741185 .section-title [class^=text-] { width: 100%; } } .section-1518133730027741185 .section-title .has-line:after, .section-1518133730027741185 .section-title img { width: 5%; } @media (min-width: 768px) { .section-1518133730027741185 .carousel-multiple .carousel-slide-item { width: calc(33.33333333333333% - 24px); } } @media (max-width: 768px) { .section-1518133730027741185 .carousel-multiple .carousel-slide-item { width: calc(50.0% - 12px); } } .section-1518133730027741185 .embed-responsive{ width: 30%; } @media (min-width: 768px) { .section-1518133730027741185 .miyUFr-describe { width: 90%; } } .section-1641317450192728065 .media img { width: 50px; } @media (min-width: 768px) { .section-1641317450192728065 .ZVNrIj-content:not(.order-2) { padding-right: 50px; } .section-1641317450192728065 .ZVNrIj-content.order-2 { padding-left: 50px; } } .section-1736935530501607425 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1736935530501607425 .section-title [class^=text-] { width: 100%; } } .section-1736935530501607425 .section-title .has-line:after, .section-1736935530501607425 .section-title img { width: 5%; } .section-1518132310034243586 .section-title [class^=text-] { color:rgba(0, 0, 0, 1); } .section-1518132310034243586 .section-title-divider { width: 100%; } .section-1518132310034243586 .section-title-divider:after { border-color: rgba(0, 0, 0, 1); } @media (min-width: 768px) { .section-1518132310034243586 .section-title [class^=text-] { width: 100%; } } .section-1648136122093723649 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1648136122093723649 .section-title [class^=text-] { width: 100%; } } .section-1648136122093723649 .section-title .has-line:after, .section-1648136122093723649 .section-title img { width: 5%; } .section-1648137191356030977 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1648137191356030977 .section-title [class^=text-] { width: 100%; } } .section-1648137191356030977 .section-title .has-line:after, .section-1648137191356030977 .section-title img { width: 5%; } .section-1648136231011409922 .media img { width: 50px; } @media (min-width: 768px) { .section-1648136231011409922 .ZVNrIj-content:not(.order-2) { padding-right: 50px; } .section-1648136231011409922 .ZVNrIj-content.order-2 { padding-left: 50px; } } .section-1648137241037561857 .media img { width: 50px; } @media (min-width: 768px) { .section-1648137241037561857 .ZVNrIj-content:not(.order-2) { padding-right: 50px; } .section-1648137241037561857 .ZVNrIj-content.order-2 { padding-left: 50px; } } .section-1721419245776900098 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1721419245776900098 .section-title [class^=text-] { width: 100%; } } .section-1721419245776900098 .fErUva-item-content { background-color: #000000; } .section-1721469397417955329{ background: rgba(6, 6, 6, 1) ; } .section-1721469397417955329 .section-title [class^=text-] { color:rgba(251, 251, 251, 1); } .section-1721469397417955329 .section-title-divider { width: 100%; } .section-1721469397417955329 .section-title-divider:after { border-color: rgba(251, 251, 251, 1); } @media (min-width: 768px) { .section-1721469397417955329 .section-title [class^=text-] { width: 100%; } } .section-1648136316071895042 .media img { width: 50px; } @media (min-width: 768px) { .section-1648136316071895042 .ZVNrIj-content:not(.order-2) { padding-right: 50px; } .section-1648136316071895042 .ZVNrIj-content.order-2 { padding-left: 50px; } } .section-1648137287552393217 .media img { width: 50px; } @media (min-width: 768px) { .section-1648137287552393217 .ZVNrIj-content:not(.order-2) { padding-right: 50px; } .section-1648137287552393217 .ZVNrIj-content.order-2 { padding-left: 50px; } } .section-1721461501581955073{ background: rgba(6, 6, 6, 1) ; } .section-1721461501581955073 .section-title [class^=text-] ,.section-1721461501581955073 .section-title li{ color:rgba(252, 252, 252, 1); } .section-1721461501581955073 .section-title-divider { width: 100%; } .section-1721461501581955073 .section-title-divider:after { border-color: rgba(252, 252, 252, 1); } @media (min-width: 768px) { .section-1721461501581955073 .section-title [class^=text-] { width: 100%; } } .section-1721422236647002113 .section-title-divider { width: 80%; } @media (min-width: 768px) { .section-1721422236647002113 .section-title [class^=text-] { width: 80%; } } .section-1721422236647002113 .section-title .has-line:after, .section-1721422236647002113 .section-title img { width: 15%; } .section-1721462191490437122{ background: rgba(6, 6, 6, 1) ; } .section-1721462191490437122 .section-title [class^=text-] ,.section-1721462191490437122 .section-title li{ color:rgba(252, 252, 252, 1); } .section-1721462191490437122 .section-title-divider { width: 100%; } .section-1721462191490437122 .section-title-divider:after { border-color: rgba(252, 252, 252, 1); } @media (min-width: 768px) { .section-1721462191490437122 .section-title [class^=text-] { width: 100%; } } .section-1651419597932519426 .section-title .has-line:after, .section-1651419597932519426 .section-title img { width: 5%; } .section-1721422250773417985 .section-title-divider { width: 80%; } @media (min-width: 768px) { .section-1721422250773417985 .section-title [class^=text-] { width: 80%; } } .section-1721422250773417985 .section-title .has-line:after, .section-1721422250773417985 .section-title img { width: 15%; } .section-1737309284364816386{ background: rgba(6, 6, 6, 1) ; } .section-1636923057184595969 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1636923057184595969 .section-title [class^=text-] { width: 100%; } } .section-1721704876352573441{ background: rgba(6, 6, 6, 1) ; } @media (min-width: 768px) { .section-1721704876352573441 .text-body { color:rgba(252, 251, 251, 1); } } .section-1549217444531462145 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1549217444531462145 .section-title [class^=text-] { width: 100%; } } .section-1549217444531462145 .section-title .has-line:after, .section-1549217444531462145 .section-title img { width: 5%; } .section-1736936000896995329{ background: url("/cdn/1517028876534321153/1737674599774916610.webp") no-repeat center center; background-size: cover; } .section-1736936000896995329 .vQrQB3-content:before { background-color: rgba(23, 21, 21, 0.55); } .section-1736936000896995329 .slick-slide-0 [class*="text-"] { color: rgba(255, 255, 255, 1); } .section-1736936000896995329 .slick-slide-0 .slick-slide-area { width: 100%; margin-left: 0%; } .section-1517028877767446537{ background: rgba(0, 0, 0, 1) ; } .section-1517028877767446537 .section-title [class^=text-] { color:rgba(255, 255, 255, 1); } .section-1517028877767446537 .section-title-divider { width: 80%; } .section-1517028877767446537 .section-title-divider:after { border-color: rgba(255, 255, 255, 1); } @media (min-width: 768px) { .section-1517028877767446537 .section-title [class^=text-] { width: 80%; } } .section-1517028877767446537 .section-title .has-line:after, .section-1517028877767446537 .section-title img { width: 5%; } .section-1517028877767446537 .section-card { background-color:rgba(255, 255, 255, 1); } .section-1651433910722289665 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1651433910722289665 .section-title [class^=text-] { width: 100%; } } .section-1661214811756900354 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1661214811756900354 .section-title [class^=text-] { width: 100%; } } .section-1661214811756900354 .section-title .has-line:after, .section-1661214811756900354 .section-title img { width: 5%; } .section-1636916754760491009 .section-title-divider { width: 80%; } @media (min-width: 768px) { .section-1636916754760491009 .section-title [class^=text-] { width: 80%; } } .section-1636916754760491009 .section-title .has-line:after, .section-1636916754760491009 .section-title img { width: 5%; } @media (min-width: 768px) { .section-1636916754760491009 .carousel-multiple .carousel-slide-item { width: calc(25.0% - 24px); } } @media (max-width: 768px) { .section-1636916754760491009 .carousel-multiple .carousel-slide-item { width: calc(50.0% - 12px); } } .section-1636916754760491009 .embed-responsive{ width: 100%; } @media (min-width: 768px) { .section-1636916754760491009 .miyUFr-describe { width: 70%; } } .section-1661214880711258114 .media img { width: 50px; } @media (min-width: 768px) { .section-1661214880711258114 .ZVNrIj-content:not(.order-2) { padding-right: 50px; } .section-1661214880711258114 .ZVNrIj-content.order-2 { padding-left: 50px; } } .section-1732343178390769666{ background: rgba(0, 0, 0, 1) url("/cdn/1517028876534321153/1739957678082199553.webp") no-repeat bottom center; background-size: cover; } .section-1732343178390769666 .section-title [class^=text-] { color:rgba(255, 255, 255, 1); } .section-1732343178390769666 .section-title-divider { width: 100%; } .section-1732343178390769666 .section-title-divider:after { border-color: rgba(255, 255, 255, 1); } @media (min-width: 768px) { .section-1732343178390769666 .section-title [class^=text-] { width: 100%; } } .section-1732343178390769666 .section-title .has-line:after, .section-1732343178390769666 .section-title img { width: 5%; } .section-1661214927540662274 .media img { width: 50px; } @media (min-width: 768px) { .section-1661214927540662274 .ZVNrIj-content:not(.order-2) { padding-right: 50px; } .section-1661214927540662274 .ZVNrIj-content.order-2 { padding-left: 50px; } } .section-1736952389556867074 .section-title-divider { width: 100%; } .section-1736952389556867074 .section-title-divider:after { } @media (min-width: 768px) { .section-1736952389556867074 .section-title [class^=text-] { width: 100%; } } .section-1736952389556867074 .section-title .has-line:after, .section-1736952389556867074 .section-title img { width: 5%; } .section-1668167121263276033 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1668167121263276033 .section-title [class^=text-] { width: 100%; } } .section-1668167121263276033 .section-title .has-line:after, .section-1668167121263276033 .section-title img { width: 5%; } .section-1737315776807669762 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1737315776807669762 .section-title [class^=text-] { width: 100%; } } .section-1668167659556057089 .section-title-divider { width: 100%; } @media (min-width: 768px) { .section-1668167659556057089 .section-title [class^=text-] { width: 100%; } } .section-1517028877066997761 .Ur6Jvm-item.Ur6Jvm-0 { background: rgba(251, 188, 5, 1); } .section-1517028877071192065 .secondary-bar{ background-color: rgba(255, 255, 255, 1); } .section-1517028877071192065 .secondary-bar .region-icon, .section-1517028877071192065 .secondary-bar .container .section-drop .dropdown-toggle, .section-1517028877071192065 .secondary-bar .container .secondary-bar-contact a:not(.btn), .section-1517028877071192065 .secondary-bar .container .nav-link { color: rgba(0, 0, 0, 1); } .section-1517028877071192065.full-view.fixed-top nav, .section-1517028877071192065 nav.navbar{ background-color: rgba(0, 0, 0, 1); } @media (min-width: 768px) { .section-1517028877071192065:not(.full-view:not(.fixed-top)) nav .navbar-nav li > .nav-link.active { color: {{section.menuActiveColor}}; } .section-1517028877071192065 .navbar .nav-link, .section-1517028877071192065 .navbar .dropdown-item .section-1517028877071192065 .navbar .navbar-brand{ color: rgba(255, 255, 255, 1); } } .section-1517028877075386370{ background: rgba(7, 7, 7, 1) url("/cdn/1517028876534321153/1732344580693397506.webp") ; background-size: contain; } .section-1517028877075386370 .has-divider .text-heading:after{ background-color: rgba(7, 7, 7, 1); } .section-1517028877075386370 .MV3iA3-container [class*="text-"], .section-1517028877075386370 .MV3iA3-container [class*="ic-"], .section-1517028877075386370 .MV3iA3-office [class*="col-"], .section-1517028877075386370 .MV3iA3-container a:not(:hover), .section-1517028877075386370 .has-divider .text-subheading:after, .section-1517028877075386370 .has-divider .text-subheading{ color: rgba(255, 255, 255, 1); border-color: rgba(255, 255, 255, 1); } @media (max-width: 768px) { body { padding-bottom: 56px } [data-section='Ur6Jvm'] { bottom: 4.125rem!important } }