@import url(//fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&subset=latin,latin-ext&display=swap);@import url(/assets/cms/prose-0d8d3e2f3ae619bb2b70d133783a7b44be91d283c84c7aa29ca995032c272142.css);body{font-family:"Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif}.container{margin-left:auto;margin-right:auto;max-width:1270px;padding:2rem 0.5rem}@media (min-width: 768px){.container{padding:2rem}}.flex-grow{flex-grow:1}.header{padding:0.5rem 1rem;background-color:#FFCC00;min-height:60px}.header-content{margin-left:auto;margin-right:auto;max-width:1270px;display:flex;justify-content:space-between;align-items:center}.header .language-selector{position:relative;display:inline-block}.header .language-selector .language-toggle{background:none;border:none;font-size:1rem;cursor:pointer;padding:1rem;border-radius:5px;transition:background-color 0.1s}.header .language-selector .language-toggle:hover{background:white}.header .language-selector .language-toggle[aria-expanded="true"]{background:white}.header .language-selector .language-toggle-flag{width:20px;height:20px}.header .language-selector .language-dropdown{position:absolute;top:100%;left:-15px;background:white;border:1px solid #ddd;border-radius:5px;list-style:none;margin:0;padding:0.5rem 0;z-index:1000}.header .language-selector .language-dropdown li a{display:flex;align-items:center;padding:0.5rem 1rem}.header .language-selector .language-dropdown li:hover{background-color:#f0f0f0}.header .language-selector .flag-icon{vertical-align:middle;margin-right:0.5em}.header .desktop-links{display:none}@media (min-width: 850px){.header .desktop-links{display:block}}.header .desktop-links-list{display:flex;gap:1.5rem;list-style:none;padding:0;margin:0}.header .desktop-links-list li{border-bottom:1px solid transparent}.header .desktop-links-list li a{text-decoration:none;color:inherit;padding:0.5rem 0;transition:border-bottom 0.1s}.header .desktop-links-list li a:hover{border-bottom:1px solid #020101}.header .header-end{display:flex;gap:1rem;align-items:center}.header .header-end-cta{display:none;padding:0.5rem 1rem;background-color:#020101;color:white;font-weight:400;border-radius:5px;text-decoration:none;transition:color 0.2s ease-in-out}@media (min-width: 850px){.header .header-end-cta{display:inline-block}}.header .header-end-cta:hover{color:#FFCC00}.header .mobile-menu-toggle{background:none;border:none;font-size:1rem;cursor:pointer;padding:1rem;border-radius:5px;transition:background-color 0.1s}.header .mobile-menu-toggle:hover{background:white}.mobile-menu{position:fixed;inset:0;z-index:999;display:flex;justify-content:flex-end;overflow:hidden;pointer-events:none}.mobile-menu-backdrop{position:absolute;inset:0;background:rgba(0,0,0,0.6);opacity:0;transition:opacity 0.3s ease}.mobile-menu-panel{position:relative;background:#FFCC00;width:80%;max-width:320px;height:100%;display:flex;flex-direction:column;padding:1rem;transform:translateX(100%);transition:transform 0.3s ease;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-menu-header{display:flex;justify-content:flex-end}.mobile-menu-header .mobile-menu-close{background:none;border:none;cursor:pointer;padding:0.5rem}.mobile-menu-header .mobile-menu-close .close-icon{width:24px;height:24px}.mobile-menu-links{list-style:none;padding:1rem 0;margin:0;border-bottom:1px solid rgba(0,0,0,0.1)}.mobile-menu-links__heading{font-size:1rem;font-weight:600;padding:0.75rem 0}.mobile-menu-links li a{display:inline-block;text-decoration:none;color:#020101;font-size:15px;font-weight:400;padding:0.75rem 0;border-bottom:1px solid transparent}.mobile-menu-links li a.active{color:#000000}.mobile-menu-links li a:hover{border-bottom:1px solid #020101}.mobile-menu .mobile-cta{display:block;text-align:center;margin:1rem 0;padding:0.5rem 1rem;background-color:#020101;color:white;font-weight:400;border-radius:5px;text-decoration:none;transition:color 0.2s ease-in-out}.mobile-menu .mobile-cta:hover{color:#FFCC00}.mobile-menu .mobile-language-selector{border-top:1px solid rgba(0,0,0,0.1);margin-top:auto;padding-top:1rem;display:flex;flex-wrap:wrap;gap:0.5rem}.mobile-menu .mobile-language-selector .mobile-lang-link{display:flex;align-items:center;padding:0.5rem 0.75rem;border-radius:5px;text-decoration:none;color:#020101;font-size:0.9rem;transition:background 0.2s}.mobile-menu .mobile-language-selector .mobile-lang-link:hover{background:#f0f0f0}.mobile-menu .mobile-language-selector .mobile-lang-link .flag-icon{width:20px;height:20px;margin-right:0.5rem}.mobile-menu.is-open{pointer-events:auto}.mobile-menu.is-open .mobile-menu-backdrop{opacity:1}.mobile-menu.is-open .mobile-menu-panel{transform:translateX(0)}.no-scroll{overflow:hidden;height:100%}.footer{padding:3rem 1rem;background-color:#202020;min-height:200px;color:#BDBDBD}.footer-container{margin-left:auto;margin-right:auto;max-width:1270px;padding:2rem}.footer-row{display:flex;flex-wrap:wrap;gap:1rem;row-gap:2rem}.footer-column{display:flex;flex-direction:column;gap:1.5rem;flex-basis:100%;font-size:15px}@media (min-width: 640px){.footer-column{flex-basis:calc(100%/2 - 1rem)}}@media (min-width: 1024px){.footer-column{flex-basis:calc(100%/4 - 3rem/4)}}.footer-column ul li{margin-bottom:1rem}.footer-column__heading{font-size:1rem;font-weight:600;color:#FFCC00}@media (max-width: 639px){.footer-column--brand{order:2}}.footer .copyright{font-size:0.8125rem;margin-top:1.5rem}.footer .payment-methods__row{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:0.5rem}.footer .social-links{display:flex;flex-wrap:wrap;gap:0.5rem}.footer .logo-img{margin-bottom:1rem}.garage-cards-wrapper{max-width:500px;padding:1rem 1rem 3rem;display:flex;flex-direction:column;gap:2rem;margin-left:auto;margin-right:auto}@media (min-width: 768px){.garage-cards-wrapper{max-width:1100px}}.garage-cards-wrapper .garage_card{overflow:hidden;display:flex;flex-direction:column;background-color:#ffffff;margin:0 auto;border-radius:10px;border:solid #31313143 1px;box-shadow:5px 5px 8px #31313143;text-align:left;font:normal normal 600 21px/28px Open Sans;letter-spacing:0px;color:#000000;opacity:1}@media (min-width: 768px){.garage-cards-wrapper .garage_card{flex-direction:row}}@media (min-width: 768px){.garage-cards-wrapper .garage_card .garage_img{flex:0 0 50%;order:2}}@media (min-width: 768px){.garage-cards-wrapper .garage_card .garage_img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.garage-cards-wrapper .garage_card .garage_properties{padding:15px 20px;display:flex;flex-direction:column}@media (min-width: 768px){.garage-cards-wrapper .garage_card .garage_properties{flex:0 0 50%;order:1}}.garage-cards-wrapper .garage_card .garage_properties .name{font-style:normal;font-size:21px;color:#020101}.garage-cards-wrapper .garage_card .garage_properties .street{font-style:normal;font-size:15px;color:#818181;margin-bottom:0px}.garage-cards-wrapper .garage_card .garage_properties ul{font-size:15px;margin-left:30px;margin-top:10px;margin-bottom:0px;list-style:disc;flex-grow:1}.garage-cards-wrapper .garage_card .garage_properties ul li:before{display:none}.garage-cards-wrapper .garage_card .garage_properties .cta{display:flex;justify-content:center;margin-bottom:10px;margin-top:20px}.garage-cards-wrapper .garage_card .garage_properties .cta a{padding:8px 18px;border:solid #FFCC00 1px;border-radius:5px;background-color:#FFCC00;font-size:18px}.garage-cards-wrapper .garage_card .garage_properties .cta a:hover{background-color:black;color:#FFCC00}.garage-card-large-sections .section-background{padding:2rem 0.5rem}@media (min-width: 768px){.garage-card-large-sections .section-background{padding:2rem}}.garage-card-large-sections .section-background-yellow{background-color:#FFCC00}.garage-card-large-sections .section-background-grey{background-color:#f2f2f2}.garage-card-large-sections .section-wrapper{padding:3rem 1rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:2rem}@media (min-width: 768px){.garage-card-large-sections .section-wrapper{max-width:1100px}}.garage-card-large-sections .section-heading{font-weight:600;font-size:1.7rem;color:#020101;text-align:center}.alternating-sections .section-background{padding:2rem 0.5rem}@media (min-width: 768px){.alternating-sections .section-background{padding:2rem}}.alternating-sections .section-background-yellow{background-color:#FFCC00}.alternating-sections .section-background-grey{background-color:#f2f2f2}.alternating-sections .section-wrapper{padding:3rem 1rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:2rem}@media (min-width: 768px){.alternating-sections .section-wrapper{max-width:1270px}}@media (min-width: 1024px){.alternating-sections .section-wrapper{flex-direction:row}}.alternating-sections .section-heading{font-weight:600;font-size:2rem;color:#020101;text-align:center;margin-bottom:15px}@media (min-width: 1024px){.alternating-sections .section-heading{text-align:left}}.alternating-sections .section-text{font-size:1rem;margin-bottom:0}@media (max-width: 640px){.alternating-sections .section-text{font-size:15px}}.alternating-sections .section-image{flex:0 0 50%}.alternating-sections .section-image img{display:block;margin-left:auto;margin-right:auto;border-radius:10px;border:solid #FFCC00 1px}@media (min-width: 768px){.alternating-sections .order-lg-2{order:2}}@media (min-width: 768px){.alternating-sections .order-lg-1{order:1}}.large-alternating-sections .section-background{padding:2rem 0.5rem}@media (min-width: 768px){.large-alternating-sections .section-background{padding:2rem}}.large-alternating-sections .section-background-yellow{background-color:#FFCC00}.large-alternating-sections .section-background-grey{background-color:#f2f2f2}.large-alternating-sections .section-wrapper{padding:3rem 1rem 1rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:2rem}@media (min-width: 768px){.large-alternating-sections .section-wrapper{max-width:1270px}}@media (min-width: 1024px){.large-alternating-sections .section-wrapper{flex-direction:row}}.large-alternating-sections .section-heading{font-weight:600;font-size:2rem;color:#020101;text-align:center;margin-bottom:15px}@media (min-width: 1024px){.large-alternating-sections .section-heading{text-align:left}}.large-alternating-sections .section-text{font-size:1rem;margin-bottom:0}@media (max-width: 640px){.large-alternating-sections .section-text{font-size:15px}}.large-alternating-sections .section-image{flex:0 0 50%}.large-alternating-sections .section-image img{display:block;margin-left:auto;margin-right:auto;border-radius:10px}@media (min-width: 1024px){.large-alternating-sections .order-lg-2{order:2}}@media (min-width: 1024px){.large-alternating-sections .order-lg-1{order:1}}.large-alternating-sections .grid-wrapper{padding:0rem 1rem 3rem;margin-left:auto;margin-right:auto;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 768px){.large-alternating-sections .grid-wrapper{max-width:1270px}}@media (min-width: 1024px){.large-alternating-sections .grid-wrapper{grid-template-columns:1fr 1fr}}.large-alternating-sections .cta{display:flex;justify-content:center;margin-bottom:10px;margin-top:20px}.large-alternating-sections .cta a{padding:8px 18px;border:solid #020101 1px;border-radius:5px;background-color:#020101;font-size:18px;color:white}.large-alternating-sections .cta a:hover{background-color:black;color:#FFCC00}.link-sections .section-background{padding:2rem 0.5rem}@media (min-width: 768px){.link-sections .section-background{padding:2rem}}.link-sections .section-background-yellow{background-color:#FFCC00}.link-sections .section-background-grey{background-color:#f2f2f2}.link-sections .section-wrapper{padding:3rem 1rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:2rem}@media (min-width: 768px){.link-sections .section-wrapper{max-width:1270px}}.link-sections .section-heading{font-weight:600;font-size:2rem;color:#020101;margin-bottom:15px}.link-sections .section-text{font-size:1rem;margin-bottom:0}@media (max-width: 640px){.link-sections .section-text{font-size:15px}}.link-sections .cta{display:flex;justify-content:center;margin-bottom:10px;margin-top:20px}.link-sections .cta a{padding:8px 18px;border:solid #020101 1px;border-radius:5px;background-color:#020101;font-size:18px;color:white}.link-sections .cta a:hover{background-color:black;color:#FFCC00}.link-sections .text-center{text-align:center}.garage-card-small-wrapper{padding-top:2rem;margin-bottom:.5rem;display:grid;grid-template-columns:1fr 1fr 1fr;-moz-column-gap:1.5rem;column-gap:1.5rem;row-gap:1.5rem}@media (max-width: 676px){.garage-card-small-wrapper{padding-top:0.5rem}}@media (max-width: 1230px){.garage-card-small-wrapper{grid-template-columns:1fr 1fr}}@media (max-width: 676px){.garage-card-small-wrapper{grid-template-columns:1fr}}.garage-card-small-wrapper .garage-card-small{overflow:hidden;display:flex;flex-direction:column-reverse;border-radius:10px;border:solid #31313143 1px;box-shadow:5px 5px 8px #31313143;text-align:left;font:normal normal 600 21px/28px Open Sans;letter-spacing:0px;color:#000000;opacity:1;background:#FFFFFF}@media (min-width: 816px){.garage-card-small-wrapper .garage-card-small{max-width:500px}}.garage-card-small-wrapper .garage-card-small__img{order:1}@media (min-width: 816px){.garage-card-small-wrapper .garage-card-small__img{flex:0 0 50%}}@media (min-width: 816px){.garage-card-small-wrapper .garage-card-small__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.garage-card-small-wrapper .garage-card-small__properties{padding:15px 20px;display:flex;flex-direction:column;text-align:center}@media (min-width: 816px){.garage-card-small-wrapper .garage-card-small__properties{flex:0 0 50%}}.garage-card-small-wrapper .garage-card-small__properties .name{font-style:normal;font-size:21px;color:#020101}.garage-card-small-wrapper .garage-card-small__properties .street{font-style:normal;font-size:15px;color:#818181;margin-bottom:0px}.garage-card-small-wrapper .garage-card-small__properties .cta{display:flex;justify-content:center;margin-bottom:10px;margin-top:20px}.garage-card-small-wrapper .garage-card-small__properties .cta a{padding:8px 18px;border:solid #FFCC00 1px;border-radius:5px;background-color:#FFCC00;font-size:18px}.garage-card-small-wrapper .garage-card-small__properties .cta a:hover{background-color:black;color:#FFCC00}.garage-card-small-sections .section-background{padding:2rem 0.5rem}@media (min-width: 768px){.garage-card-small-sections .section-background{padding:2rem}}.garage-card-small-sections .section-background-yellow{background-color:#FFCC00}.garage-card-small-sections .section-background-grey{background-color:#f2f2f2}.garage-card-small-sections .section-wrapper{padding:3rem 1rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:2rem}@media (min-width: 768px){.garage-card-small-sections .section-wrapper{max-width:1100px}}.garage-card-small-sections .section-heading{font-weight:600;font-size:1.7rem;color:#020101;text-align:center}.page-card-large{max-width:500px;padding:3rem 1rem;display:flex;flex-direction:column;gap:2rem;margin-left:auto;margin-right:auto}@media (min-width: 768px){.page-card-large{max-width:1100px}}.page-card-large .page_card{overflow:hidden;display:flex;flex-direction:column;margin:0 auto;border-radius:10px;border:solid #E3E3E3 1px;box-shadow:5px 5px 8px #E6E5E4;text-align:left;font:normal normal 600 21px/28px Open Sans;letter-spacing:0px;color:#000000;opacity:1}@media (min-width: 768px){.page-card-large .page_card{flex-direction:row}}@media (min-width: 768px){.page-card-large .page_card .page_img{flex:0 0 50%;order:2}}@media (min-width: 768px){.page-card-large .page_card .page_img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.page-card-large .page_card .page_properties{padding:15px 20px;display:flex;flex-direction:column}@media (min-width: 768px){.page-card-large .page_card .page_properties{flex:0 0 50%;order:1}}.page-card-large .page_card .page_properties .name{font-style:normal;font-size:21px;color:#020101}.page-card-large .page_card .page_properties .text{font-size:1rem;font-weight:400;margin-bottom:0;margin-top:1rem}@media (max-width: 640px){.page-card-large .page_card .page_properties .text{font-size:15px}}.page-card-large .page_card .page_properties .cta{display:flex;justify-content:center;margin-bottom:10px;margin-top:20px}.page-card-large .page_card .page_properties .cta a{padding:8px 18px;border:solid #FFCC00 1px;border-radius:5px;background-color:#FFCC00;font-size:18px}.page-card-large .page_card .page_properties .cta a:hover{background-color:black;color:#FFCC00}.table-sections .section-background{padding:2rem 0.5rem}@media (min-width: 768px){.table-sections .section-background{padding:2rem}}.table-sections .section-background-yellow{background-color:#FFCC00}.table-sections .section-background-grey{background-color:#f2f2f2}.table-sections .section-wrapper{padding:3rem 1rem;margin-left:auto;margin-right:auto}@media (min-width: 768px){.table-sections .section-wrapper{max-width:1270px}}.table-sections .section-heading{font-weight:600;font-size:1.7rem;color:#020101;text-align:center;margin-bottom:30px}.summary-table .yellow-table{font-size:14px}.summary-table .yellow-table a{text-decoration:underline}@media (max-width: 816px){.summary-table .yellow-table{display:flex;flex-direction:column}}@media (min-width: 816px){.summary-table .yellow-table{background:#fff3c4;width:100%;height:100%}}@media (max-width: 816px){.summary-table .yellow-table thead{display:none}}@media (min-width: 816px){.summary-table .yellow-table thead tr th{width:25%;border:1px solid grey;border-collapse:collapse;padding:10px}}@media (max-width: 816px){.summary-table .yellow-table tbody{display:flex;flex-direction:column;gap:15px}}@media (max-width: 816px){.summary-table .yellow-table tbody tr{display:flex;flex-direction:column;background:#fff3c4;border:1px solid grey;padding:0 0 10px 0}}@media (min-width: 816px){.summary-table .yellow-table tbody tr td{border:1px solid grey;border-collapse:collapse;padding:10px}}@media (max-width: 816px){.summary-table .yellow-table tbody tr td{padding:0 10px}.summary-table .yellow-table tbody tr td:first-of-type{border-bottom:1px solid grey;padding:10px}.summary-table .yellow-table tbody tr td:nth-of-type(2){padding-top:10px}}.summary-table .yellow-table tbody tr .mobile-header{display:none}@media (max-width: 816px){.summary-table .yellow-table tbody tr .mobile-header{display:block;font-weight:bold;margin:5px 0 0 0}}.faq-sections .section-background{padding:2rem 0.5rem}@media (min-width: 768px){.faq-sections .section-background{padding:2rem}}.faq-sections .section-background-yellow{background-color:#FFCC00}.faq-sections .section-background-grey{background-color:#f2f2f2}.faq-sections .section-wrapper{padding:3rem 1rem 1rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:2rem}@media (min-width: 768px){.faq-sections .section-wrapper{max-width:1270px}}@media (min-width: 1024px){.faq-sections .section-wrapper{flex-direction:row}}.faq-sections .section-heading{font-weight:600;font-size:2rem;color:#020101;text-align:center;margin-bottom:15px}@media (min-width: 1024px){.faq-sections .section-heading{text-align:left}}.faq-sections .grid-wrapper{padding:0rem 1rem 3rem;margin-left:auto;margin-right:auto;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 768px){.faq-sections .grid-wrapper{max-width:1270px}}@media (min-width: 1024px){.faq-sections .grid-wrapper{grid-template-columns:1fr 1fr}}.faq-sections .faq-item{border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.08);overflow:hidden;transition:box-shadow 0.2s ease}.faq-sections .faq-item:hover{box-shadow:0 4px 12px rgba(0,0,0,0.1)}.faq-sections .faq-item__heading{width:100%;text-align:left;font-weight:600;font-size:1.125rem;background:none;border:none;padding:1.25rem 1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:#111;transition:background-color 0.2s ease}.faq-sections .faq-item__heading:hover{background-color:rgba(0,0,0,0.03)}.faq-sections .faq-item__icon{line-height:1rem;font-size:2rem;transition:transform 0.2s ease}.faq-sections .faq-item__text{max-height:0;opacity:0;overflow:hidden;padding:0 1.5rem;transition:all 0.3s ease}.faq-sections .faq-item.is-open .faq-item__text{max-height:1000px;opacity:1;padding:1rem 1.5rem 1.5rem}.faq-sections .faq-item.is-open .faq-item__icon{transform:rotate(45deg)}.benefits-sections .section-background{padding:2rem 0.5rem}@media (min-width: 768px){.benefits-sections .section-background{padding:2rem}}.benefits-sections .section-background-yellow{background-color:#FFCC00}.benefits-sections .section-background-grey{background-color:#f2f2f2}.benefits-sections .section-wrapper{padding:3rem 1rem 1rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:2rem}@media (min-width: 768px){.benefits-sections .section-wrapper{max-width:1270px}}@media (min-width: 1024px){.benefits-sections .section-wrapper{flex-direction:row}}.benefits-sections .section-heading{font-weight:600;font-size:2rem;color:#020101;text-align:center;margin-bottom:15px}@media (min-width: 1024px){.benefits-sections .section-heading{text-align:left}}.benefits-sections .grid-wrapper{padding:2rem 1rem 3rem;margin-left:auto;margin-right:auto;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 768px){.benefits-sections .grid-wrapper{max-width:1270px;grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.benefits-sections .grid-wrapper{grid-template-columns:1fr 1fr 1fr}}.benefits-sections .benefit-item{border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.08);overflow:hidden;padding:2rem 1.5rem;text-align:center;transition:box-shadow 0.2s ease, transform 0.2s ease}.benefits-sections .benefit-item:hover{box-shadow:0 4px 12px rgba(0,0,0,0.1);transform:translateY(-2px)}.benefits-sections .benefit-item__icon{width:100px;height:60px;margin:0 auto 1rem}.benefits-sections .benefit-item__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.benefits-sections .benefit-item__heading{font-weight:600;font-size:1.125rem;color:#111;margin-bottom:0.5rem}.benefits-sections .benefit-item__text{font-size:0.95rem;color:#333;line-height:1.6;padding:0}.wide-image-sections .section-background{padding:2rem 0.5rem}@media (min-width: 768px){.wide-image-sections .section-background{padding:2rem}}.wide-image-sections .section-background-yellow{background-color:#FFCC00}.wide-image-sections .section-background-grey{background-color:#f2f2f2}.wide-image-sections .section-wrapper{padding:3rem 1rem 1rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column}@media (min-width: 768px){.wide-image-sections .section-wrapper{max-width:1270px}}.wide-image-sections .section-heading{font-weight:600;font-size:2rem;color:#020101;text-align:center;margin-bottom:15px}@media (min-width: 1024px){.wide-image-sections .section-heading{text-align:left}}.wide-image-sections .section-text{font-size:1rem;margin-bottom:0}@media (max-width: 640px){.wide-image-sections .section-text{font-size:15px}}.wide-image-sections .section-image{margin-left:auto;margin-right:auto;max-width:1270px;padding:1rem 1rem 3rem}.wide-image-sections .section-image img{display:block;margin-left:auto;margin-right:auto;border-radius:10px}.wide-image-sections .grid-wrapper{padding:0rem 1rem 3rem;margin-left:auto;margin-right:auto;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 768px){.wide-image-sections .grid-wrapper{max-width:1270px}}@media (min-width: 1024px){.wide-image-sections .grid-wrapper{grid-template-columns:1fr 1fr}}.wide-image-sections .cta{display:flex;justify-content:center;margin-bottom:10px;margin-top:20px}.wide-image-sections .cta a{padding:8px 18px;border:solid #020101 1px;border-radius:5px;background-color:#020101;font-size:18px;color:white}.wide-image-sections .cta a:hover{background-color:black;color:#FFCC00}
