:root { --header-height: 97px; } html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } html { overflow-x: hidden; scroll-behavior: smooth; } body { font-family: "Outfit", sans-serif; font-size: 16px; font-weight: 400; line-height: 1.625; color: #666; overflow-x: hidden; } body:not(.home) { padding-top: var(--header-height); } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } address, blockquote, center, section, main, header, footer, div, fieldset, form, input, textarea, h1, h2, h3, h4, h5, h6, hr, menu, ol, ul, li, p, span, a, pre, table { -webkit-box-sizing: border-box; box-sizing: border-box; } b, strong { font-weight: 700; } i, em { font-style: italic; } a { color: #00AB4E; font-weight: 700; text-decoration: none; } img { max-width: 100%; height: auto; } p { margin-bottom: 25px; } p:last-child { margin-bottom: 0; } h1, h2, h3, h4, h5, h6 { margin-bottom: 20px; line-height: 1.2; } h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child { margin-bottom: 0; } h1 { font-size: 52px; line-height: 1; font-weight: 700; } h2 { font-size: 46px; font-weight: 700; } h3 { font-size: 18px; font-weight: 700; } h4 { font-size: 18px; } h5 { font-size: 14px; font-weight: 700; } h6 { font-size: 18px; font-weight: 700; } h6:not(.decorated-title) { display: inline-block; padding: 3px 40px; text-transform: uppercase; background: #004031; color: #fff !important; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; } ol { margin-bottom: 25px; list-style-position: inside; } ul:not([class]), ul.wp-block-list { display: -ms-grid; display: grid; gap: 5px; margin-bottom: 25px; list-style-type: none; color: #292929; } ul:not([class]) li, ul.wp-block-list li { position: relative; padding-left: 35px; } ul:not([class]) li::before, ul.wp-block-list li::before { content: ""; position: absolute; top: 4px; left: 0; width: 16px; height: 16px; background: #00AB4E url("/wp-content/themes/carbon/images/check.svg") no-repeat center; background-size: 8px; border-radius: 50%; } pre { white-space: normal; } .decorated-title { position: relative; display: inline-block; padding-left: 35px; } .decorated-title::before { content: ""; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; display: inline-block; width: 24px; height: 2px; background: #00AB4E; } .btn-wrap { margin: 35px 0; text-align: center; } .btn-wrap:first-child { margin-top: 0; } .btn-wrap:last-child { margin-bottom: 0; } .btn { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; min-width: 180px; margin-bottom: 20px; padding: 20px 50px 20px 30px; font-size: 15px; font-weight: 600; line-height: 1.2; background: #fda701 url("/wp-content/themes/carbon/images/arrow-right.svg") no-repeat center right 30px; background-size: 12px; border: 1px solid #fff; border-radius: 28px; color: #fff; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; white-space: nowrap; text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; } .btn:last-child { margin-bottom: 0; } .btn:hover { background-color: #E6B556; } .btn-secondary { display: block; width: 100%; text-align: center; margin-bottom: 20px; padding: 19px 30px; font-size: 15px; line-height: 1.2; background: transparent; border: 1px solid #00AB4E; border-radius: 28px; color: #292929; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .btn-secondary:last-child { margin-bottom: 0; } .btn-secondary:hover { background: #00AB4E; color: #fff; } .btn-dark { background-color: #2a3239; border-color: #2a3239; } .btn-dark:hover { background-color: #BBCED4; border-color: #BBCED4; } .link { padding-right: 25px; background: url("/wp-content/themes/carbon/images/arrow-right-green.svg") no-repeat center right; background-size: 12px; } .text-left { text-align: left; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .text-center { text-align: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .text-right { text-align: right; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .slick-arrow { width: 50px; height: 50px; border-radius: 50%; background-image: url("/wp-content/themes/carbon/images/arrow-right.svg"); background-size: 13px; background-repeat: no-repeat; background-position: center; border: none; cursor: pointer; } .slick-prev { background-color: #292929; -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); } .slick-next { background-color: #00AB4E; } .container { width: 100%; max-width: 1220px; padding: 0 30px; margin: 0 auto; } .header { position: fixed; top: 0; left: 0; width: 100%; height: var(--header-height); padding: 14px 0; z-index: 9; color: #fff; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .admin-bar .header { top: 32px; } .header.fixed, .header.menu-opened, .header.internal { background: #004031; } .header .container { max-width: 1480px; } .header .row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .header .col { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .header .logo { display: inline-block; } .header .logo img { width: 240px; } .header .rac-logo { display: inline-block; margin-left: 40px; padding-left: 40px; border-left: 1px dashed #fff; } .header .rac-logo img { width: 80px; } .header .btn { min-width: auto; margin: 0; padding: 14px 48px 14px 26px; background-position: center right 20px; } .header .actions { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 5px; padding-left: 24px; font-size: 12px; line-height: 1; } .header .actions a[href^="tel:"] { color: #fff; font-size: 18px; font-weight: 700; white-space: nowrap; } .hamburger { position: relative; display: none; height: 16px; width: 22px; cursor: pointer; } .hamburger span { position: absolute; display: block; height: 2px; width: 22px; background: #fff; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .hamburger span:nth-child(1) { top: 0; } .hamburger span:nth-child(2) { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .hamburger span:nth-child(3) { top: calc(100% - 2px); } .hamburger.opened span:nth-child(1) { top: 50%; -webkit-transform: rotate(45deg) translateY(-50%); -ms-transform: rotate(45deg) translateY(-50%); transform: rotate(45deg) translateY(-50%); } .hamburger.opened span:nth-child(2) { opacity: 0; } .hamburger.opened span:nth-child(3) { top: 50%; -webkit-transform: rotate(-45deg) translateY(-50%); -ms-transform: rotate(-45deg) translateY(-50%); transform: rotate(-45deg) translateY(-50%); } .main-menu { display: -webkit-box; display: -ms-flexbox; display: flex; list-style: none; margin-right: 35px; } .main-menu li { position: relative; } .main-menu li .submenu-toggle { display: none; width: 14px; height: 14px; padding: 0; background-color: transparent; background-image: url("/wp-content/themes/carbon/images/arrow-down-white.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; border: none; outline: none; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; cursor: pointer; } .main-menu a { display: inline-block; padding: 10px 16px; color: #fff; line-height: 1.2; font-weight: 400; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .main-menu li:hover a { background: #00AB4E; } .main-menu .sub-menu { position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 5px; padding-top: 5px; list-style-type: none; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .main-menu .sub-menu li { white-space: nowrap; } .main-menu li:hover .sub-menu { opacity: 1; visibility: visible; } .hero { position: relative; overflow: hidden; background: #000000; color: #fff; } .hero:after { content: ""; position: absolute; top: 0; left: 0; width: 50%; height: 100%; background: linear-gradient(90deg,rgba(0, 64, 49, 1) 0%, rgba(0, 64, 49, 1) 55%, rgba(0, 64, 49, 0) 100%); } .hero .bg { position: absolute; top: 0; right: 0; width: 89%; height: 100%; object-fit: cover; object-position: right; contain: layout paint; } .hero .container { max-width: 1410px; } .hero .row { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 60px; } .hero .col { position: relative; z-index: 2; } .hero .col:first-child { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; width: 390px; -ms-flex-negative: 0; flex-shrink: 0; padding: 190px 0; } .hero:first-of-type .col:first-child { padding-top: 210px; } .hero .double-cols { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 30px; } .hero .double-cols > div { flex: 1; } .hero.about-hero:after, .hero.small-hero:after { width: 70%; } .hero.about-hero .col { padding: 60px 0; } .hero.about-hero:first-of-type .col:first-child { padding-top: 60px; } .hero.about-hero .col:first-child { width: 500px; } .hero.small-hero .col:first-child { width: 530px; } .blue-bg { background: #002735; color: #fff; } .green-bg { background: #14532d; color: #fff; } .content-block { padding: 90px 0; scroll-margin-top: var(--header-height); } .content-block .row-2 { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 50px; } .content-block .row-2 .col { width: 50%; -ms-flex-negative: 0; flex-shrink: 0; } .content-block .row + .row { margin-top: 40px; } .content-block .col { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .content-block .col img { margin-bottom: 10px; } .content-block .icon { display: flex; justify-content: center; align-items: center; width: 150px; height: 150px; margin-bottom: 25px; } .content-block .icon img { height: auto; width: auto; max-height: 100%; max-width: 100%; } .content-block .image { position: relative; display: inline-block; } .content-block .image img { display: block; } .content-block .image .icon { position: absolute; max-width: 46%; } .content-block .image .icon.icon-left { left: -8%; bottom: -12%; } .content-block .image .icon.icon-right { right: -11%; bottom: -22%; } .grey-bg { background: #f8f8f8; } .white-bg h1, .white-bg h2, .white-bg h3, .white-bg h4, .white-bg h5, .white-bg h6, .grey-bg h1, .grey-bg h2, .grey-bg h3, .grey-bg h4, .grey-bg h5, .grey-bg h6 { color: #292929; } .content { padding: 50px 0; } .accordion { display: -ms-grid; display: grid; gap: 25px; margin: 20px 0; } .accordion:first-child { margin-top: 0; } .accordion:last-child { margin-bottom: 0; } .accordion .heading { position: relative; padding: 16px 46px 16px 26px; background: #f8f8f8; border: 1px solid #f8f8f8; color: #292929; font-weight: 700; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; cursor: pointer; } .accordion .heading::after { content: ""; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 22px; display: block; width: 13px; height: 13px; background: url("/wp-content/themes/carbon/images/arrow-down-dark.svg") no-repeat center; background-size: contain; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .accordion .heading.active { background: transparent; border-color: #00AB4E; } .accordion .heading.active::after { background: url("/wp-content/themes/carbon/images/arrow-down-green.svg") no-repeat center; background-size: contain; -webkit-transform: translateY(-50%) rotate(180deg); -ms-transform: translateY(-50%) rotate(180deg); transform: translateY(-50%) rotate(180deg); } .accordion .body { display: none; padding: 30px 30px 5px; } .icon-boxes { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 20px; margin: 35px 0; } .icon-boxes:first-child { margin-top: 0; } .icon-boxes:last-child { margin-bottom: 0; } .icon-boxes .item { -ms-flex-preferred-size: calc(20% - 16px); flex-basis: calc(20% - 16px); text-align: center; line-height: 1.5; } .icon-boxes .item .icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 80px; height: 80px; margin: 0 auto 30px; } .icon-boxes .item .icon img { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; } .icon-boxes .item h4 { margin-bottom: 15px; font-weight: 700; } .content-cards { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 30px 1fr 30px 1fr; grid-template-columns: repeat(3, 1fr); gap: 30px; margin: 35px 0; } .content-cards:first-child { margin-top: 0; } .content-cards:last-child { margin-bottom: 0; } .content-cards .item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; gap: 15px; padding: 30px 20px; background: #fff; -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.05); box-shadow: 0 4px 7px rgba(0, 0, 0, 0.05); border: 2px solid #fff; border-radius: 30px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .content-cards .item .icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 60px; height: 60px; -ms-flex-negative: 0; flex-shrink: 0; } .content-cards .item .icon img { width: auto; height: auto; max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; } .content-cards .item:hover { border-color: #00AB4E; } .content-cards .item h4 { font-size: 20px; font-weight: 700; } .testimonials { padding: 115px 0; } .testimonials .row { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 50px; } .testimonials .col:first-child { width: 45%; -ms-flex-negative: 0; flex-shrink: 0; } .testimonials .col:last-child { min-width: 1px; width: 100%; margin-right: calc((100vw - 1220px + 60px) / -2); } .testimonials .col .text { max-width: 440px; } .testimonials .slick-list { padding-right: 24%; } .testimonials .slick-track { display: -webkit-box; display: -ms-flexbox; display: flex; } .testimonials .t-list { margin: 0 -15px; } .testimonials .t-list .item { margin: 0 15px; } .t-list .item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: inherit; padding: 35px 30px; background: #fff; -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.05); box-shadow: 0 4px 7px rgba(0, 0, 0, 0.05); border-bottom: 2px solid #00AB4E; } .t-list .item .rating { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 3px; margin-bottom: 25px; } .t-list .item .rating .star { width: 15px; height: 15px; background: url("/wp-content/themes/carbon/images/star.svg") no-repeat center; background-size: contain; } .t-list .item .rating .star.star-grey { background: url("/wp-content/themes/carbon/images/star-grey.svg") no-repeat center; background-size: contain; } .t-list .item .author { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 10px; margin: auto 0 0; } .t-list .item .author .image { position: relative; width: 60px; height: 60px; border-radius: 50%; -ms-flex-negative: 0; flex-shrink: 0; overflow: hidden; } .t-list .item .author .image img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .t-list .item .author h4 { margin: 0; font-weight: 700; color: #292929; } .t-list .item .author .position { font-size: 14px; } .testimonials .slick-arrows { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 20px; margin-top: 40px; } .content .t-list { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 30px 1fr 30px 1fr; grid-template-columns: repeat(3, 1fr); gap: 30px; margin: 35px 0; } .content .t-list:first-child { margin-top: 0; } .content .t-list:last-child { margin-bottom: 0; } .faq { column-count: 2; column-gap: 30px; margin: 35px 0 5px; } .faq:first-child { margin-top: 0; } .faq:last-child { margin-bottom: 0; } .faq .item { padding: 25px 30px; background: #fff; -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.05); box-shadow: 0 4px 7px rgba(0, 0, 0, 0.05); border: 2px solid #fff; border-radius: 30px; break-inside: avoid; margin-bottom: 30px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .faq .item:hover { border-color: #00AB4E; } .social { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 12px; list-style: none; } .social.fixed { position: fixed; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 60px; left: calc(((100vw - 1410px + 60px) / 4) - 23px); -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; z-index: 9; } .social li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background: #00212c; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .social li a:hover { background: #00AB4E; } .social li a img { width: 16px; height: 16px; } .footer { position: relative; } .footer .top { padding: 60px 0; font-size: 14px; color: #b1b8bf; } .footer .top .row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; gap: 50px; } .footer .top .col { -ms-flex-preferred-size: 20%; flex-basis: 20%; } .footer .top .col:first-child { -ms-flex-preferred-size: 290px; flex-basis: 290px; -ms-flex-negative: 0; flex-shrink: 0; } .footer .top .col:last-child { -ms-flex-preferred-size: 160px; flex-basis: 160px; -ms-flex-negative: 0; flex-shrink: 0; line-height: 1.2; } .footer .top a { color: #b1b8bf; font-weight: 400; } .footer .top .logo { display: inline-block; margin-bottom: 15px; } .footer .top .logo img { width: 218px; } .footer .top h3 { color: #fff; } .footer .top ul.menu { display: -ms-grid; display: grid; gap: 1px; list-style-type: none; } .footer .top ul.menu li a:hover { text-decoration: underline; } .footer .top .item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-bottom: 20px; } .footer .top .item:last-child { margin-bottom: 0; } .footer .top .item span { display: block; margin-bottom: 10px; color: #fff; } .footer .top .item a[href^="tel:"] { margin-bottom: 5px; font-size: 18px; font-weight: 700; color: #fff; } .footer .copyright { padding: 35px 0; text-align: center; border-top: 2px solid rgba(255, 255, 255, 0.149); font-size: 12px; color: #b1b8bf; } .wpcf7 form { padding: 30px 25px; border: 3px solid #00AB4E; } .wpcf7 form h2 { margin-bottom: 0; color: #292929; } .wpcf7 form h3 { color: #00AB4E; } .form-wrap { display: -ms-grid; display: grid; gap: 15px; } .form-row { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 15px 1fr; grid-template-columns: repeat(2, 1fr); gap: 15px; } .cf7-cf-turnstile { margin-bottom: 0!important; } .cf-turnstile-br { display: none; } .form-submit { position: relative; } .form-submit .wpcf7-spinner { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 0; } input[type=text], input[type=email], input[type=tel], select, textarea { width: 100%; max-width: 100%; padding: 20px 25px; font-family: inherit; font-size: inherit; background: #f8f8f8; color: #292929; font-weight: 700; border: none; border-radius: 0; outline: none; } select { -webkit-appearance: none; -moz-appearance: none; appearance: none; padding-right: 45px; background-image: none; background-image: url("/wp-content/themes/carbon/images/arrow-down-dark.svg"); background-repeat: no-repeat; background-position: center right 22px; background-size: 10px; cursor: pointer; } select::-ms-expand { display: none; } textarea { height: 130px; resize: vertical; } input[type=submit] { margin: 0; font-family: inherit; font-size: inherit; outline: none; border-radius: 28px; } .wpcf7-form-control-wrap { display: -ms-grid; display: grid; gap: 2px; } body .wpcf7 form .wpcf7-response-output { margin-bottom: 0; margin-left: 0; margin-right: 0; text-align: center; } .posts-holder { margin-top: 45px; text-align: center; } .posts-holder .simple-post { padding: 25px 0; text-align: left; border-bottom: 2px solid #4b6770; } .posts-holder .simple-post:first-child { padding-top: 0; } .posts-holder .simple-post:last-child { padding-bottom: 0; border-bottom: none; } .posts-holder .simple-post p { margin-bottom: 15px; } .posts { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 30px 1fr 30px 1fr; grid-template-columns: repeat(3, 1fr); gap: 30px; } .posts .item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: left; } .posts .item .image { position: relative; padding-top: 70%; } .posts .item .image img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } .posts .item .description { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding: 25px 20px; background: #fff; -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.05); box-shadow: 0 4px 7px rgba(0, 0, 0, 0.05); } .posts .item .description .link { margin: auto 0 0 0; } .posts + #load-more-button { margin-top: 40px; margin-bottom: 0; } .posts .has-more { display: none; } .page-navigation { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 30px; margin-top: 50px; padding-top: 40px; border-top: 2px solid #4b6770; } .page-navigation .btn { margin: 0; max-width: 50%; white-space: normal; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; } .page-navigation .btn.nav-previous { padding: 20px 30px 20px 50px; background-image: url("/wp-content/themes/carbon/images/arrow-left.svg"); background-position: center left 30px; text-align: right; } .page-navigation .btn.nav-next { text-align: left; } figure.wp-block-gallery.has-nested-images { gap: 25px; } .wp-block-gallery.has-nested-images figure.wp-block-image { padding: 20px; } #calculator { scroll-margin-top: var(--header-height); } .posts-feed { margin: 50px 0; } .white-bg + .posts-feed { margin-top: 0; } .posts-feed h2 { margin-bottom: 45px; text-align: center; } .logos .list { display: flex; flex-wrap: wrap; justify-content: center; gap: 50px; } .logos .list_6 .item { width: calc((100% - 250px) / 6); } .logos .list_5 .item { width: calc((100% - 200px) / 5); } .logos .list_4 .item { width: calc((100% - 150px) / 4); } .logos .list .item { display: flex; align-items: center; justify-content: center; } .contact-form .wpcf7 form { padding: 50px; background: #00AB4E; color: #fff; border-radius: 32px; border: none; } .contact-form .wpcf7 form h2 { margin-bottom: 10px; color: #fff; font-size: 32px; } .contact-form .wpcf7 form h3 { color: #fff; font-weight: 400; } .contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel], .contact-form select, .contact-form textarea { padding: 0 0 6px; background: transparent; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, .3); font-weight: 400; } .contact-form select { padding-right: 30px; background-image: url("/wp-content/themes/carbon/images/arrow-down-white.svg"); background-repeat: no-repeat; background-position: right 5px center; background-size: 10px; } .contact-form select option { background-color: white; color: #292929; } .contact-form textarea { padding: 10px; background: rgba(255, 255, 255, 0.05); } .contact-form input[type=text]::placeholder, .contact-form input[type=email]::placeholder, .contact-form input[type=tel]::placeholder, .contact-form select::placeholder, .contact-form textarea::placeholder { color: #fff; } .contact-form .form-wrap { gap: 32px; margin-top: 32px; } .contact-form input[type=submit] { min-width: auto; padding: 20px 50px; background: #002735; border: none; } .contact-form input[type=submit]:hover { background: #0a3f4d; } .contact-form .wpcf7-not-valid-tip { color: #ffd338; } .contact-form .form-submit .wpcf7-spinner { margin: 0 12px; } .pagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 0; margin-top: 40px; } .pagination a { color: inherit; } .pagination .page-numbers:not(.prev):not(.next) { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; } .pagination .page-numbers.current { background: #fda701; color: #fff; font-weight: 600; } @media (min-width: 600px) { .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) { width:calc(33.33333% - 25px*.66667) } .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) { width: calc(25% - 25px*.75) } .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) { width: calc(20% - 25px*.8) } body .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) { width: calc(16.66667% - 25px*.83333) } .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) { width: calc(14.28571% - 25px*.85714) } .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) { width: calc(12.5% - 25px*.875) } .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) { width: calc(33.33% - 25px*.66667) } .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) { width: calc(50% - 25px*.5) } .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child { width: 100% } } @media only screen and (max-width : 1500px) { .social.fixed { display: none; } } @media only screen and (max-width : 1440px) { .hero .bg { object-position: center; } } @media only screen and (max-width : 1280px) { :root { --header-height: 74px; } .header .logo img { width: 130px; } .header .rac-logo { margin-left: 25px; padding-left: 25px; } .header .rac-logo img { width: 45px; } .main-menu { margin-right: 15px; } .main-menu a { padding: 10px; font-size: 14px; } .header .actions { padding-left: 20px; } .hero:first-of-type .col:first-child { padding-top: 190px; } .content-block .image .icon { max-width: 36%; } .content-block .image .icon.icon-left { left: -5%; } .content-block .image .icon.icon-right { right: -5%; } .testimonials .slick-list { padding-right: 28%; } } @media only screen and (max-width : 1220px) { .testimonials .col:last-child { margin-right: -30px; } } @media only screen and (max-width : 1024px) { .hamburger { display: block; margin-left: 25px; } .main-menu { display: none; position: absolute; top: 100%; left: 0; width: 100%; padding: 20px 0; background: #004031; } .main-menu li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 10px; padding: 10px 30px; } .main-menu li .submenu-toggle { display: block; } .main-menu li .submenu-toggle.opened { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .main-menu a { padding: 0; font-size: 16px; } .main-menu .sub-menu { position: static; width: 100%; opacity: 1; visibility: visible; display: none; -webkit-transition: none; -o-transition: none; transition: none; } .main-menu li:hover a { background: transparent; } .content-block .row-2 { gap: 30px; } .icon-boxes .item { -ms-flex-preferred-size: calc(33.33% - 14px); flex-basis: calc(33.33% - 14px); } .content-cards { -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2, 1fr); } .testimonials .col .text { max-width: 330px; } .testimonials .row { gap: 30px; } .content .t-list { -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2, 1fr); } .footer .top .row { -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 30px; } .footer .top .col, .footer .top .col:last-child { -ms-flex-preferred-size: calc(25% - 23px); flex-basis: calc(25% - 23px); } .footer .top .col:first-child { -ms-flex-preferred-size: 100%; flex-basis: 100%; } .form-row { -ms-grid-columns: 1fr; grid-template-columns: 1fr; } .posts { -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2, 1fr); } .page-navigation { -ms-flex-wrap: wrap; flex-wrap: wrap; } .wp-block-gallery.has-nested-images figure.wp-block-image { padding: 10px; } .logos .list_6 .item, .logos .list_5 .item, .logos .list_4 .item { width: calc((100% - 150px) / 3); } .contact-form .wpcf7 form { padding: 40px; } .contact-form .form-row { gap: 32px; } } @media only screen and (max-width : 782px) { .admin-bar .header { top: 46px; } } @media only screen and (max-width : 768px) { :root { --header-height: 132px; } body { padding-top: var(--header-height); } h1 { font-size: 36px; } h2 { font-size: 32px; } .btn { min-width: 160px; padding: 14px 40px 14px 20px; background-position: center right 20px; } .btn-secondary { padding: 14px 20px; } .container { padding: 0 20px; } .header { padding: 16px 0; background: #004031; } .header .actions { padding-left: 0; } .header .row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 8px; } .header .col:last-child { width: 100%; justify-content: flex-end; gap: 25px; padding: 7px 0; } .hamburger { order: -1; margin: 0; } .header .btn { margin: 0 0 0 auto; padding: 10px 40px 10px 18px; background-position: center right 16px; order: 3; } .main-menu { padding: 10px 0; } .main-menu li { padding: 10px 20px; } .hero { display: flex; flex-direction: column-reverse; } .hero:after { content: none; } .hero .bg { position: relative; width: 100% } .hero .col:first-child { width: 100%; padding: 50px 0; } .hero .row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 0; } .hero:first-of-type .col:first-child { padding-top: 50px; } .hero .double-cols { gap: 20px; } .hero.about-hero .col { padding: 50px 0; } .hero.about-hero:first-of-type .col:first-child { padding-top: 50px; } .hero.about-hero .col:first-child, .hero.small-hero .col:first-child { width: 100%; } .content-block { padding: 50px 0; } .content-block .row-2 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .content-block .row-2 .col { width: 100%; } .content-block .image .icon { max-width: 100px; } .content-block .image .icon.icon-left { left: -10px; bottom: -30px; } .content-block .image .icon.icon-right { right: -10px; bottom: -30px; } .icon-boxes { gap: 20px 16px; } .icon-boxes .item { -ms-flex-preferred-size: calc(50% - 8px); flex-basis: calc(50% - 8px); } .content-cards { gap: 20px; } .content-cards { -ms-grid-columns: 1fr; grid-template-columns: 1fr; } .testimonials { padding: 50px 0; } .testimonials .row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; } .testimonials .col:first-child { width: 100%; } .testimonials .col .text { max-width: 100%; } .testimonials .slick-arrows { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-top: 30px; } .testimonials .slick-list { padding-right: 24%; } .testimonials .t-list { margin: 0 -10px; } .testimonials .t-list .item { margin: 0 10px; } .content .t-list { -ms-grid-columns: 1fr; grid-template-columns: 1fr; } .faq { column-count: 1; } .faq .item:last-child { margin: 0; } .footer .top { padding: 40px 0; } .footer .top .col, .footer .top .col:last-child { -ms-flex-preferred-size: calc(50% - 15px); flex-basis: calc(50% - 15px); } .footer .copyright { padding: 20px 0; } .wpcf7 form { padding: 25px 20px; } .wpcf7 form h2 { margin-bottom: 10px; } .posts-holder { margin-top: 25px; } .posts { -ms-grid-columns: 1fr; grid-template-columns: 1fr; } .posts + #load-more-button { margin-top: 30px; } .page-navigation { margin-top: 30px; padding-top: 30px; gap: 20px; } .page-navigation .btn { max-width: 100%; width: 100%; } .page-navigation .btn.nav-previous { padding: 14px 20px 14px 40px; background-position: center left 20px; } .posts-feed h2 { margin-bottom: 25px; } .logos .list { gap: 30px; } .logos .list_6 .item, .logos .list_5 .item, .logos .list_4 .item { width: calc((100% - 90px) / 3); } .contact-form .wpcf7 form { padding: 30px 25px; } .contact-form .form-wrap { gap: 24px; margin-top: 24px; } .contact-form .form-row { gap: 24px; } .contact-form input[type=submit] { padding: 14px 40px; } .pagination .page-numbers:not(.prev):not(.next) { width: 40px; height: 40px; } } @media (max-width: 480px) { .cf7-cf-turnstile { max-width: 100%; width: 100%; transform: scale(0.9); transform-origin: right center; margin: 0 0 0 auto; } .cf-turnstile { max-width: 100%; width: 100%; overflow: hidden; } } .wpcf7 .screen-reader-response { position: absolute; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; word-wrap: normal !important; } .wpcf7 .hidden-fields-container { display: none; } .wpcf7 form .wpcf7-response-output { margin: 2em 0.5em 1em; padding: 0.2em 1em; border: 2px solid #00a0d2; } .wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output { display: none; } .wpcf7 form.sent .wpcf7-response-output { border-color: #46b450; } .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output { border-color: #dc3232; } .wpcf7 form.spam .wpcf7-response-output { border-color: #f56e28; } .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { border-color: #ffb900; } .wpcf7-form-control-wrap { position: relative; } .wpcf7-not-valid-tip { color: #dc3232; font-size: 1em; font-weight: normal; display: block; } .use-floating-validation-tip .wpcf7-not-valid-tip { position: relative; top: -2ex; left: 1em; z-index: 100; border: 1px solid #dc3232; background: #fff; padding: .2em .8em; width: 24em; } .wpcf7-list-item { display: inline-block; margin: 0 0 0 1em; } .wpcf7-list-item-label::before, .wpcf7-list-item-label::after { content: " "; } .wpcf7-spinner { visibility: hidden; display: inline-block; background-color: #23282d; opacity: 0.75; width: 24px; height: 24px; border: none; border-radius: 100%; padding: 0; margin: 0 24px; position: relative; } form.submitting .wpcf7-spinner { visibility: visible; } .wpcf7-spinner::before { content: ''; position: absolute; background-color: #fbfbfc; top: 4px; left: 4px; width: 6px; height: 6px; border: none; border-radius: 100%; transform-origin: 8px 8px; animation-name: spin; animation-duration: 1000ms; animation-timing-function: linear; animation-iteration-count: infinite; } @media (prefers-reduced-motion: reduce) { .wpcf7-spinner::before { animation-name: blink; animation-duration: 2000ms; } } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @keyframes blink { from { opacity: 0; } 50% { opacity: 1; } to { opacity: 0; } } .wpcf7 [inert] { opacity: 0.5; } .wpcf7 input[type="file"] { cursor: pointer; } .wpcf7 input[type="file"]:disabled { cursor: default; } .wpcf7 .wpcf7-submit:disabled { cursor: not-allowed; } .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] { direction: ltr; } .wpcf7-reflection > output { display: list-item; list-style: none; } .wpcf7-reflection > output[hidden] { display: none; } @keyframes rotate-forever{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner-loader{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.pum-container,.pum-content,.pum-content+.pum-close,.pum-content+.pum-close:active,.pum-content+.pum-close:focus,.pum-content+.pum-close:hover,.pum-overlay,.pum-title{background:none;border:none;bottom:auto;clear:none;cursor:default;float:none;font-family:inherit;font-size:medium;font-style:normal;font-weight:400;height:auto;left:auto;letter-spacing:normal;line-height:normal;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;top:auto;visibility:visible;white-space:normal;width:auto;z-index:auto}.pum-content,.pum-title{position:relative;z-index:1}.pum-overlay{bottom:0;display:none;height:100%;left:0;overflow:auto;overflow:initial;position:fixed;right:0;top:0;transition:all .15s ease-in-out;width:100%;z-index:1999999999}.pum-overlay.pum-form-submission-detected,.pum-overlay.pum-preview{display:block}.pum-overlay,.pum-overlay *,.pum-overlay :after,.pum-overlay :before,.pum-overlay:after,.pum-overlay:before{box-sizing:border-box}.pum-container{margin-bottom:3em;position:absolute;top:100px;z-index:1999999999}.pum-container.pum-responsive{height:auto;left:50%;margin-left:-47.5%;overflow:visible;width:95%}.pum-container.pum-responsive img{height:auto;max-width:100%}@media only screen and (min-width:1024px){.pum-container.pum-responsive.pum-responsive-nano{margin-left:-5%;width:10%}.pum-container.pum-responsive.pum-responsive-micro{margin-left:-10%;width:20%}.pum-container.pum-responsive.pum-responsive-tiny{margin-left:-15%;width:30%}.pum-container.pum-responsive.pum-responsive-small{margin-left:-20%;width:40%}.pum-container.pum-responsive.pum-responsive-medium{margin-left:-30%;width:60%}.pum-container.pum-responsive.pum-responsive-normal{margin-left:-30%;width:70%}.pum-container.pum-responsive.pum-responsive-large{margin-left:-35%;width:80%}.pum-container.pum-responsive.pum-responsive-xlarge{margin-left:-47.5%;width:95%}.pum-container.pum-responsive.pum-position-fixed{position:fixed}}@media only screen and (max-width:1024px){.pum-container.pum-responsive.pum-position-fixed{position:absolute}}.pum-container.custom-position{left:auto;margin-left:inherit;top:auto}.pum-container .pum-title{margin-bottom:.5em}.pum-container .pum-content:focus{outline:none}.pum-container .pum-content>:first-child{margin-top:0}.pum-container .pum-content>:last-child{margin-bottom:0}.pum-container .pum-content+.pum-close{background-color:#0000;cursor:pointer;line-height:1;min-width:1em;position:absolute;text-align:center;text-decoration:none;z-index:2}.pum-container .pum-content+.pum-close>span{position:relative;z-index:1}.pum-container.pum-scrollable .pum-content{max-height:95%;overflow:auto;overflow-y:scroll}.pum-overlay.pum-overlay-disabled{visibility:hidden}.pum-overlay.pum-overlay-disabled::-webkit-scrollbar{display:block}.pum-overlay.pum-overlay-disabled .pum-container{visibility:visible}.pum-overlay.pum-click-to-close{cursor:pointer}html.pum-open.pum-open-overlay,html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{overflow:hidden}html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{position:fixed}html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]){padding-right:15px}html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{overflow-y:scroll;-webkit-overflow-scrolling:touch}html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container{position:fixed}html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{height:auto;position:static;width:auto}.pum-form{margin:0 auto 16px}.pum-form__field{margin-bottom:1em}.pum-form__field label{font-weight:700}.pum-form__field input[type=date],.pum-form__field select{font-size:18px;line-height:26px;margin:0 auto;padding:3px;text-align:center;vertical-align:middle}.pum-form__field select{padding:5px 3px}.pum-form__loader{animation-duration:.75s;animation-iteration-count:infinite;animation-name:rotate-forever;animation-timing-function:linear;border:.25em solid #00000080;border-radius:50%;border-right-color:#0000;display:inline-block;font-size:2em;height:.75em;width:.75em}.pum-form__submit{position:relative}.pum-form__submit .pum-form__loader{border:.25em solid #ffffff80;border-right-color:#0000;margin-left:.5em}.pum-form__messages{border:1px solid #00000040;display:none;margin-bottom:.5em;padding:1em;position:relative}.pum-form__message{margin-bottom:.5em}.pum-form__message:last-child{margin-bottom:0}.pum-form__message--error{border-color:red;color:red!important}.pum-form__message--success{border-color:green;color:green!important}.pum-form--loading{opacity:.5}.pum-alignment-left{text-align:left}.pum-alignment-center{text-align:center}.pum-alignment-right{text-align:right}.pum-form--alignment-left{text-align:left}.pum-form--alignment-center{text-align:center}.pum-form--alignment-right{text-align:right}.pum-form--layout-standard .pum-form__field>label{display:block;margin-bottom:.25em}.pum-form--layout-inline .pum-form__field{display:inline-block}.pum-form--layout-block .pum-form__field,.pum-form--layout-block button,.pum-form--layout-block div,.pum-form--layout-block input{display:block;width:100%}.pum-form--style-default label{font-size:14px;font-weight:700}.pum-form--style-default input[type=email],.pum-form--style-default input[type=text]{background-color:#f8f7f7;font-size:14px;margin-bottom:5px;padding:10px 8px}.pum-form--style-default button{cursor:pointer;font-size:18px;margin:10px 0 0;padding:10px 5px}.pum-sub-form .pum-sub-form-loading{opacity:.5}.pum-sub-form p.pum-newsletter-error-msg{margin:0}.pum-sub-form .spinner-loader{bottom:40%;position:absolute;right:50%}.pum-sub-form .spinner-loader:not(:required){animation:spinner-loader 1.5s linear infinite;border-radius:.5em;box-shadow:1.5em 0 0 0 #0000334d,1.1em 1.1em 0 0 #0000334d,0 1.5em 0 0 #0000334d,-1.1em 1.1em 0 0 #0000334d,-1.5em 0 0 0 #0000334d,-1.1em -1.1em 0 0 #0000334d,0 -1.5em 0 0 #0000334d,1.1em -1.1em 0 0 #0000334d;display:inline-block;font-size:10px;height:1em;margin:1.5em;overflow:hidden;text-indent:100%;width:1em}.pum-form__field--consent{text-align:left}.pum-form__field--consent.pum-form__field--checkbox label{display:inline-block;vertical-align:middle}.pum-form__field--consent.pum-form__field--checkbox label input{display:inline-block;margin:0;vertical-align:middle;width:inherit}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label{display:inline-block;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label input{display:inline-block;margin:0;vertical-align:middle;width:inherit}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label+label{margin-left:1em}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label{display:block;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label input{display:inline-block;margin:0;vertical-align:middle;width:inherit}.popmake-close{cursor:pointer}.pum-container iframe.formidable{overflow:visible;width:100%}.flatpickr-calendar.open,.pika-single,body div#ui-datepicker-div[style]{z-index:9999999999!important} .pum-theme-1057, .pum-theme-content-only { background-color: rgba( 0, 0, 0, 0.60 ) } .pum-theme-1057 .pum-container, .pum-theme-content-only .pum-container { padding: 0px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); background-color: rgba( 0, 64, 49, 1.00 ) } .pum-theme-1057 .pum-title, .pum-theme-content-only .pum-title { color: #ffffff; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 600; font-size: 32px; line-height: 36px } .pum-theme-1057 .pum-content, .pum-theme-content-only .pum-content { color: #ffffff; font-family: inherit; font-weight: 400 } .pum-theme-1057 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close { position: absolute; height: 35px; width: 35px; left: auto; right: 7px; bottom: auto; top: 7px; padding: 0px; color: #ffffff; font-family: inherit; font-weight: 300; font-size: 35px; line-height: 35px; border: 1px none #ffffff; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ) } #pum-10749 {z-index: 1999999999} #pum-10748 {z-index: 1999999999}