.funquizz {
margin: 50px 0}
.funquizz .show{
display: block;
animation: fun_fadeIn 0.6s}
.funquizz .hide{
display: none;
animation: fun_fadeOut 0.6s}
@keyframes fun_fadeIn {
from {
opacity: 0}
to {
opacity: 1}
}
@keyframes fun_fadeOut {
from {
opacity: 1}
to {
opacity: 0}
}
.funquizz-error{
border: 2px solid #dc3232}
.funquizz .error-msg{
color: #dc3232}
.funquizz .disabled{
pointer-events: none;
cursor: pointer}
@media (min-width:768px){
.funquizz--start{
max-width: 767px;
margin: 0 auto}
}
.funquizz--start-btn {
text-align: center;
margin-top: 60px}
.quiz-progress {
text-align: right;
font-size: 14px;
font-weight: 700;
color: #51b1d6}
.fun-qa {
max-width: 768px;
margin: 0 auto}
.fun-qa--q{
text-align: center;
margin:10px 0 30px 0;
font-size: 2.3em;
font-weight: 700}
.fun-qa ul {
padding: 0;
margin: 0;
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 10px;
justify-items: center;
align-items: center}
.fun-qa ul li {
display: inline-block;
list-style: none}
@media (min-width: 600px){
.fun-qa ul {
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: minmax(100px, auto)}
}
.time-bar {
position: relative;
border: 1px solid #08447c;
height: 20px}
.time-bar:after {
content: "";
display: block;
width: 100%;
background: #ffffff;
height: 100%;
top: 0;
position: absolute}
.time-bar .in {
position: relative;
height: 100%;
background-color: #51b1d6;
z-index: 1}
@keyframes time-fill {
0% {
width: 0%}
100% {
width: 100%}
}
.fun-image--blur {
background-size: cover;
width: 100%;
height: 100%;
position: absolute;
top: 0;
filter: blur(10px);
opacity: 0.6}
.fun-image {
position: relative;
overflow: hidden}
.fun-image--display {
text-align: center;
z-index: 1;
position: relative}
.fun-image--display img {
margin: 0 auto;
max-width: 100%;
max-height: 450px;
image-rendering: auto;
image-rendering: pixelated;
image-rendering: -webkit-optimize-contrast}
@media (min-width: 768px){
.fun-image--display img {
min-width: 400px}
}
.funquizz-result-inner {
width: 250px;
padding: 40px 20px;
margin: 0 auto;
text-align: center;
border-radius: 8px}
.result-text {
font-size: 16px}
.result-share {
display: flex;
justify-content: center;
margin-bottom: 1em}
.result-share a {
margin: 0 5px}
.result-share svg{
width: 50px;
height: 50px;
color: #08447c;
fill: #08447c}
.result-share a:hover svg{
color: #ffffff;
fill: #51b1d6}
.result-play-again {
margin-top: 30px}
.result-text-large {
font-size: 2em;
font-weight: 700}
@media (min-width:768px){
.funquizz-result-inner{
width: 600px;
padding: 40px}
}
.funquizz-box{
background: var(--base-2, #f7f7f7);
border-radius: 25px;
box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.22);
padding: 24px}
.fun-qa ul{
justify-items: start;
align-items: start}
.fun-qa ul li{
width: 100%}
.fun-qa ul li .ans-btn,
.funquizz--start-btn .funquizz-start-btn,
.result-play-again .funquizz-restart{
width: 100%}
.funquizz .selected-answer{
outline: 2px solid currentColor;
outline-offset: 2px}
.footer-widgets-container{padding:40px}.inside-footer-widgets{display:flex}.inside-footer-widgets>div{flex:1 1 0}.site-footer .footer-widgets-container .inner-padding{padding:0 0 0 40px}.site-footer .footer-widgets-container .inside-footer-widgets{margin-left:-40px}.top-bar{font-weight:400;text-transform:none;font-size:13px}.top-bar .inside-top-bar{display:flex;align-items:center;flex-wrap:wrap}.top-bar .inside-top-bar .widget{padding:0;display:inline-block;margin-bottom:0}.top-bar .inside-top-bar .textwidget p:last-child{margin:0}.top-bar .widget-title{display:none}.top-bar .widget{margin:0 10px}.top-bar .widget_nav_menu>div>ul{display:flex;align-items:center}.top-bar .widget_nav_menu li{margin:0 10px;padding:0}.top-bar .widget_nav_menu li:first-child{margin-left:0}.top-bar .widget_nav_menu li:last-child{margin-right:0}.top-bar .widget_nav_menu li ul{display:none}.inside-top-bar{padding:10px 40px}div.top-bar .widget{margin-bottom:0}.top-bar-align-right .widget{margin-right:0}.top-bar-align-right .widget:first-child{margin-left:auto}.top-bar-align-right .widget:nth-child(2n){order:-20}.top-bar-align-right .widget:nth-child(2){margin-left:0}.top-bar-align-left .widget{margin-left:0}.top-bar-align-left .widget:nth-child(odd){order:-20}.top-bar-align-left .widget:nth-child(2){margin-left:auto}.top-bar-align-left .widget:last-child{margin-right:0}.top-bar-align-center .widget:first-child{margin-left:auto}.top-bar-align-center .widget:last-child{margin-right:auto}.top-bar-align-center .widget:not(:first-child):not(:last-child){margin:0 5px}.footer-bar-active .footer-bar .widget{padding:0}.footer-bar .widget_nav_menu>div>ul{display:flex;align-items:center;flex-wrap:wrap}.footer-bar .widget_nav_menu li{margin:0 10px;padding:0}.footer-bar .widget_nav_menu li:first-child{margin-left:0}.footer-bar .widget_nav_menu li:last-child{margin-right:0}.footer-bar .widget_nav_menu li ul{display:none}.footer-bar .textwidget p:last-child{margin:0}.footer-bar .widget-title{display:none}.footer-bar-align-right .copyright-bar{order:-20;margin-right:auto}.footer-bar-align-left .copyright-bar{margin-left:auto}.footer-bar-align-center .inside-site-info{flex-direction:column}.footer-bar-align-center .footer-bar{margin-bottom:10px}.site-footer:not(.footer-bar-active) .copyright-bar{margin:0 auto}@media (max-width:768px){.top-bar .inside-top-bar{justify-content:center}.top-bar .inside-top-bar>.widget{order:1;margin:0 10px}.top-bar .inside-top-bar:first-child{margin-left:auto}.top-bar .inside-top-bar:last-child{margin-right:auto}.top-bar .widget_nav_menu li{padding:5px 0}.top-bar-align-center{text-align:center}.inside-footer-widgets{flex-direction:column}.inside-footer-widgets>div:not(:last-child){margin-bottom:40px}.site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets{margin:0}.site-footer .footer-widgets .footer-widgets-container .inner-padding{padding:0}.footer-bar-active .inside-site-info{flex-direction:column}.footer-bar-active .footer-bar{margin-bottom:10px}.footer-bar .widget_nav_menu>div>ul{justify-content:center}.footer-bar .widget_nav_menu li{padding:5px 0}.footer-bar .widget_nav_menu li:first-child{margin-left:10px}.footer-bar .widget_nav_menu li:last-child{margin-right:10px}.footer-bar-align-left .copyright-bar{margin-left:0}.footer-bar-align-right .copyright-bar{order:unset;margin-right:0}}
.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr{content-visibility:auto}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2";content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc";content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container table.tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}
:root{--gb-container-width:1105px;}.gb-container .wp-block-image img{vertical-align:middle;}.gb-grid-wrapper .wp-block-image{margin-bottom:0;}.gb-highlight{background:none;}.gb-shape{line-height:0;}.gb-element-138438b5{align-items:center;background-color:var(--base-3);display:flex;justify-content:center;min-height:100vh;position:relative}.gb-element-eaec2736{background-color:var(--base-3);column-gap:100px;display:flex;margin-left:40px;margin-right:40px;max-width:var(u002du002dgb-container-width);position:relative;padding:135px 0px}@media (max-width:1024px){.gb-element-eaec2736{padding-top:220px}}@media (max-width:767px){.gb-element-eaec2736{flex-direction:column;margin-left:0px;margin-right:0px;row-gap:100px;padding:0px 30px}}.gb-element-286ae726{align-items:center;column-gap:100px;display:flex;justify-content:center}@media (max-width:767px){.gb-element-286ae726{flex-direction:column;row-gap:0px}}.gb-element-4bfc3481{width:40%}@media (max-width:767px){.gb-element-4bfc3481{width:100%}}.gb-element-37eb26d2{width:60%}@media (max-width:767px){.gb-element-37eb26d2{width:100%}}.gb-element-9b26fd75{background-color:var(--base-4);display:block;justify-content:space-between;margin-left:auto;margin-right:auto;max-width:var(u002du002dgb-container-width);padding:40px}.gb-element-d7612a22{align-items:center;column-gap:100px;display:flex;justify-content:center}@media (max-width:767px){.gb-element-d7612a22{flex-direction:column;row-gap:60px}}.gb-element-6685664b{width:50%}@media (max-width:767px){.gb-element-6685664b{width:100%}}.gb-element-57cbe346{width:50%}@media (max-width:767px){.gb-element-57cbe346{width:100%}}.gb-element-2f8c4449{margin-left:auto;margin-right:auto;max-width:var(u002du002dgb-container-width);padding:40px}@media (max-width:767px){.gb-element-2f8c4449{padding:60px 30px}}.gb-element-c6b84298{align-items:center;column-gap:100px;display:flex;justify-content:center}@media (max-width:767px){.gb-element-c6b84298{flex-direction:column;row-gap:60px}}.gb-element-768cfc44{width:50%}@media (max-width:767px){.gb-element-768cfc44{width:100%}}.gb-element-22a807d1{width:50%}@media (max-width:767px){.gb-element-22a807d1{width:100%}}.gb-element-b6e41777{display:block;justify-content:space-between;margin-left:auto;margin-right:auto;max-width:var(u002du002dgb-container-width);padding:40px}.gb-element-72dc1c80{align-items:center;column-gap:100px;display:flex;justify-content:center}@media (max-width:767px){.gb-element-72dc1c80{flex-direction:column;row-gap:60px}}.gb-element-24c2efaa{width:50%}@media (max-width:767px){.gb-element-24c2efaa{width:100%}}.gb-element-b264b31e{width:50%}@media (max-width:767px){.gb-element-b264b31e{width:100%}}.gb-element-43d53d02{background-color:var(u002du002dbase-4);display:block;justify-content:space-between;margin-left:auto;margin-right:auto;max-width:var(u002du002dgb-container-width);padding:20px 40px}@media (max-width:767px){.gb-element-43d53d02{padding:60px 30px}}.gb-element-ee08649d{align-items:center;column-gap:35px;display:flex;justify-content:center;padding-bottom:15px}@media (max-width:1024px){.gb-element-ee08649d{flex-direction:column;row-gap:15px}}.gb-element-371aa3d0{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-371aa3d0:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-371aa3d0{width:100%}}.gb-element-eada4a07{padding:21px 21px 35px 21px}.gb-element-17199e3c{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-17199e3c:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-17199e3c{width:100%}}.gb-element-7295a0d7{padding:21px 21px 35px 21px}.gb-element-fb470233{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-fb470233:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-fb470233{width:100%}}.gb-element-1932a625{padding:21px 21px 35px 21px}.gb-element-94c1e376{align-items:center;column-gap:35px;display:flex;justify-content:center}@media (max-width:1024px){.gb-element-94c1e376{flex-direction:column;row-gap:15px}}.gb-element-693c3398{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-693c3398:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-693c3398{width:100%}}.gb-element-188121af{justify-self:center;max-width:250px;padding:21px 21px 35px 21px}.gb-element-dddcf612{box-shadow:0px 0px 7px 3px rgba(0,0,0,0.22);display:block;width:100%;border-radius:25px}.gb-element-dddcf612:is(:hover,:focus){transition:all 0.33s ease 0s;transform:scale(1.035)}@media (max-width:767px){.gb-element-dddcf612{width:100%}}.gb-element-e9aa4b1f{justify-self:center;max-width:250px;padding:21px 21px 35px 21px}.gb-element-1514930b{display:block;justify-content:space-between;margin-left:auto;margin-right:auto;max-width:var(u002du002dgb-container-width);padding:40px}.gb-element-19722a03{align-items:center;column-gap:100px;display:flex;justify-content:center}@media (max-width:767px){.gb-element-19722a03{flex-direction:column;row-gap:60px}}.gb-element-b2039ce1{width:50%}@media (max-width:767px){.gb-element-b2039ce1{width:100%}}.gb-element-940e46fb{width:50%}@media (max-width:767px){.gb-element-940e46fb{width:100%}}.gb-element-3d2073c8{margin-left:auto;margin-right:auto;max-width:var(u002du002dgb-container-width);padding:80px 40px}@media (max-width:767px){.gb-element-3d2073c8{padding:60px 30px}}.gb-element-4d3f805a{align-items:center;column-gap:40px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;padding-top:25px;row-gap:80px}@media (max-width:1024px){.gb-element-4d3f805a{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.gb-element-4d3f805a{grid-template-columns:1fr}}.gb-element-d2778a96{background-color:rgba(255,255,255,0.4);height:100%;max-width:500px;border:1px solid var(u002du002dcontrast-4);border-radius:8px}@media (max-width:767px){.gb-element-d2778a96{flex-basis:500px}}.gb-element-a8b004bc{padding-bottom:20px;padding-left:30px;padding-right:30px;text-align:center}.gb-element-089686fc{align-items:center;display:inline-flex;justify-content:center;margin-top:-75px}.gb-element-636ddafe{background-color:var(u002du002dbase-3);border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid var(u002du002dcontrast-4);padding:20px 30px}.gb-element-b5eed229{background-color:rgba(255,255,255,0.4);height:100%;max-width:500px;border:1px solid var(u002du002dcontrast-4);border-radius:8px}@media (max-width:767px){.gb-element-b5eed229{flex-basis:500px;padding-top:35px}}.gb-element-df319db4{align-items:center;display:block;justify-content:center;margin-top:-75px}.gb-element-8b06e9f0{padding-bottom:20px;padding-left:30px;padding-right:30px;text-align:center}.gb-element-d0508d75{background-color:var(u002du002dbase-3);border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid var(u002du002dcontrast-4);padding:20px 30px}.gb-element-ff18f2f4{background-color:rgba(255,255,255,0.4);height:100%;max-width:500px;border:1px solid var(u002du002dcontrast-4);border-radius:8px}@media (max-width:1024px){.gb-element-ff18f2f4{grid-column:1/-1;padding-top:25px}}@media (max-width:767px){.gb-element-ff18f2f4{flex-basis:500px;padding-top:25px}}.gb-element-bede6939{padding-bottom:20px;padding-left:30px;padding-right:30px;text-align:center}@media (max-width:767px){.gb-element-bede6939{padding-top:35px}}.gb-element-6d026d8e{align-items:center;display:block;justify-content:center;margin-top:-75px}.gb-element-6e6e04a8{background-color:var(u002du002dbase-3);border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid var(u002du002dcontrast-4);padding:20px 30px}.gb-element-9944160e{align-items:center;column-gap:40px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;padding-top:125px;row-gap:80px}@media (max-width:1024px){.gb-element-9944160e{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.gb-element-9944160e{grid-template-columns:1fr}}.gb-element-59567fe2{background-color:rgba(255,255,255,0.4);height:100%;max-width:500px;border:1px solid var(u002du002dcontrast-4);border-radius:8px}@media (max-width:767px){.gb-element-59567fe2{flex-basis:500px}}.gb-element-48ec4bf3{padding-bottom:20px;padding-left:30px;padding-right:30px;text-align:center}.gb-element-ea949d63{align-items:center;display:inline-flex;justify-content:center;margin-top:-75px}.gb-element-c96496ae{background-color:var(u002du002dbase-3);border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid var(u002du002dcontrast-4);padding:20px 30px}.gb-element-dc6337b0{background-color:rgba(255,255,255,0.4);height:100%;max-width:500px;border:1px solid var(u002du002dcontrast-4);border-radius:8px}@media (max-width:767px){.gb-element-dc6337b0{flex-basis:500px;padding-top:35px}}.gb-element-34f549ff{align-items:center;display:block;justify-content:center;margin-top:-75px}.gb-element-b7be9712{padding-bottom:20px;padding-left:30px;padding-right:30px;text-align:center}.gb-element-2f9f9a57{background-color:var(u002du002dbase-3);border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid var(u002du002dcontrast-4);padding:20px 30px}.gb-element-6e180cb9{background-color:rgba(255,255,255,0.4);height:100%;max-width:500px;border:1px solid var(u002du002dcontrast-4);border-radius:8px}@media (max-width:1024px){.gb-element-6e180cb9{grid-column:1/-1}}@media (max-width:767px){.gb-element-6e180cb9{flex-basis:500px;padding-top:35px}}.gb-element-f334718c{padding-bottom:20px;padding-left:30px;padding-right:30px;text-align:center}@media (max-width:1024px){.gb-element-f334718c{padding-top:25px}}.gb-element-e2a92aa9{align-items:center;display:block;justify-content:center;margin-top:-75px}.gb-element-064f7b6e{background-color:var(u002du002dbase-3);border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid var(u002du002dcontrast-4);padding:20px 30px}.gb-element-daf2fa60{margin-left:auto;margin-right:auto;position:relative;z-index:1}.gb-element-13ebcade{background-color:var(----dark-green)}.gb-element-3941a87a{color:var(--base-3);margin-left:auto;margin-right:auto;max-width:var(--gb-container-width);padding:100px 40px}@media (max-width:1024px){.gb-element-3941a87a{padding-bottom:80px;padding-top:80px}}@media (max-width:767px){.gb-element-3941a87a{padding:80px 30px}}.gb-element-409dcc11{color:var(--base-3);padding-bottom:45px}.gb-element-6498b3e2{column-gap:35px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1024px){.gb-element-6498b3e2{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:60px}}@media (max-width:767px){.gb-element-6498b3e2{grid-template-columns:1fr}}.gb-element-e6291a9a{column-gap:20px;display:flex}@media (max-width:767px){.gb-element-e6291a9a{flex-direction:column}}.gb-element-01b906d5{color:var(--base-3);display:flex;flex-direction:column;row-gap:10px;width:50%}@media (max-width:767px){.gb-element-01b906d5{width:100%}}.gb-element-08ab39ef{display:flex;flex-direction:column;row-gap:10px;width:50%}@media (max-width:767px){.gb-element-08ab39ef{width:100%}}.gb-element-e8cf5ec4{column-gap:20px;display:flex}@media (max-width:767px){.gb-element-e8cf5ec4{flex-direction:column}}.gb-element-eb4209fc{display:flex;flex-direction:column;row-gap:10px;width:50%}@media (max-width:767px){.gb-element-eb4209fc{width:100%}}.gb-element-1da1cb17{display:flex;flex-direction:column;row-gap:10px;width:50%}@media (max-width:767px){.gb-element-1da1cb17{width:100%}}.gb-element-984c6f4f{margin-bottom:-75px}.gb-element-a1fdc3a2{background-color:var(--contrast);color:var(--base-3);font-size:15px}.gb-element-a1fdc3a2 a{color:var(--accent-3)}.gb-element-a1fdc3a2 a:hover{color:var(--base-3)}.gb-element-d3ea1ec6{column-gap:40px;display:flex;margin-left:auto;margin-right:auto;max-width:var(--gb-container-width);position:relative;z-index:1;padding:20px 40px}@media (max-width:1024px){.gb-element-d3ea1ec6{flex-direction:column;row-gap:20px}}@media (max-width:767px){.gb-element-d3ea1ec6{padding-left:30px;padding-right:30px}}.gb-element-1f89a50a{flex-grow:1}@media (max-width:1024px){.gb-element-1f89a50a{text-align:center;width:100%}}@media (max-width:767px){.gb-element-1f89a50a{text-align:center;width:100%}}.gb-text-6779cdf6{font-size:50px}@media (max-width:767px){.gb-text-6779cdf6{font-size:42px}}.gb-text-1c48e399{display:inline-block;font-size:24px;padding-bottom:4px}@media (max-width:767px){.gb-text-1c48e399{font-size:22px}}.gb-text-2e9452fa{border-bottom-style:solid;border-bottom-width:0px;display:flex;flex-direction:column;margin-bottom:40px;text-align:center;text-transform:none}.gb-text-2e9452fa .gb-shape svg{width:1em;height:1em}.gb-text-efd1ecba{border-bottom-style:solid;border-bottom-width:0px;display:flex;flex-direction:column;margin-bottom:40px;text-align:center;text-transform:none}.gb-text-efd1ecba .gb-shape svg{width:1em;height:1em}.gb-text-f574ffbd{border-bottom-style:solid;border-bottom-width:0px;display:flex;flex-direction:column;margin-bottom:40px;text-align:center;text-transform:none}.gb-text-f574ffbd .gb-shape svg{width:1em;height:1em}.gb-text-83a6a51e{border-bottom-style:solid;border-bottom-width:0px;display:flex;flex-direction:column;margin-bottom:40px;text-align:center;text-transform:none}.gb-text-83a6a51e .gb-shape svg{width:1em;height:1em}.gb-text-34cdd3dd{text-align:center}.gb-text-e19ca460{text-align:center}.gb-text-7d8c4e28{text-align:center}.gb-text-8a128e62{text-align:center}.gb-text-5633793c{text-align:center}.gb-text-919d9d20{text-align:center}.gb-text-de3d884e{text-align:center}.gb-text-f21a7b91{text-align:center}.gb-text-3d157e0c{text-align:center}.gb-text-7c49505c{text-align:center}.gb-text-cb3bd5f1{border-bottom-style:solid;border-bottom-width:0px;display:flex;flex-direction:column;margin-bottom:40px;text-align:center;text-transform:none}.gb-text-cb3bd5f1 .gb-shape svg{width:1em;height:1em}.gb-text-ab52afc6{display:flex;flex-direction:column;padding-bottom:25px;text-align:center;text-transform:none}.gb-text-ab52afc6 .gb-shape svg{width:1em;height:1em}.gb-text-334fb9c3{font-size:24px;margin-bottom:6px;margin-top:16px;text-align:center}.gb-text-9fac38dd{font-size:15px;margin-bottom:0px;text-align:center}.gb-text-9d2c89b2{font-size:30px;font-weight:bold;margin-bottom:0px;text-align:center}.gb-text-33c46c14{font-size:24px;margin-bottom:6px;margin-top:16px;text-align:center}.gb-text-82121468{font-size:15px;margin-bottom:0px;text-align:center}.gb-text-e4068c63{font-size:30px;font-weight:bold;margin-bottom:0px;text-align:center}.gb-text-c62d8bab{font-size:24px;margin-bottom:6px;margin-top:16px;text-align:center}.gb-text-64ea067e{font-size:15px;margin-bottom:0px;text-align:center}.gb-text-972dc7c3{font-size:30px;font-weight:bold;margin-bottom:0px;text-align:center}.gb-text-9e6f20b2{font-size:24px;margin-bottom:6px;margin-top:16px;text-align:center}.gb-text-f2eb6593{font-size:15px;margin-bottom:0px;text-align:center}.gb-text-bccb9c1f{font-size:30px;font-weight:bold;margin-bottom:0px;text-align:center}.gb-text-d8cecefd{font-size:24px;margin-bottom:6px;margin-top:16px;text-align:center}.gb-text-4bad8e27{font-size:15px;margin-bottom:0px;text-align:center}.gb-text-0ac24e82{font-size:30px;font-weight:bold;margin-bottom:0px;text-align:center}.gb-text-b71f7952{font-size:24px;margin-bottom:6px;margin-top:16px;text-align:center}.gb-text-9f5cbd91{font-size:15px;margin-bottom:0px;text-align:center}.gb-text-893b6236{font-size:30px;font-weight:bold;margin-bottom:0px;text-align:center}.gb-text-f1d9c017{color:var(--base-3);font-size:20px;text-transform:capitalize}.gb-text-666ccd79{align-items:center;color:var(--base-3);column-gap:0.2em;display:flex;font-size:16px;font-weight:300;margin-bottom:0px}.gb-text-666ccd79:is(:hover,:focus){text-decoration:underline}.gb-text-666ccd79 .gb-shape svg{fill:currentColor;width:1em;height:1em}.gb-text-666ccd79 a{color:var(--base-3)}.gb-text-14a8cfb0{align-items:center;column-gap:0.2em;display:flex;font-size:16px;font-weight:300;margin-bottom:0px}.gb-text-14a8cfb0:is(:hover,:focus){text-decoration:underline}.gb-text-14a8cfb0 .gb-shape svg{fill:currentColor;width:1em;height:1em}.gb-text-14a8cfb0 a{color:var(--base-3)}.gb-text-fcadde8c{align-items:center;column-gap:0.2em;display:flex;font-size:16px;font-weight:300;margin-bottom:0px}.gb-text-fcadde8c:is(:hover,:focus){text-decoration:underline}.gb-text-fcadde8c .gb-shape svg{fill:currentColor;width:1em;height:1em}.gb-text-fcadde8c a{color:var(--base-3)}.gb-text-66cc5a88{color:var(--base-3);font-size:20px;text-transform:capitalize}.gb-text-a92beab9{align-items:center;color:var(--base-3);column-gap:0.2em;display:flex;font-size:16px;font-weight:300;margin-bottom:0px}.gb-text-a92beab9:is(:hover,:focus){text-decoration:underline;color:var(--contrast-3)}.gb-text-a92beab9 .gb-shape svg{fill:currentColor;width:1em;height:1em}.gb-text-a92beab9 a{color:var(--base-3)}.gb-text-a92beab9 a:hover{text-decoration:underline}.gb-text-58b174f6{align-items:center;color:var(--base-3);column-gap:0.2em;display:flex;font-size:16px;font-weight:300;margin-bottom:0px}.gb-text-58b174f6:is(:hover,:focus){text-decoration:underline;color:var(--contrast-3)}.gb-text-58b174f6 .gb-shape svg{fill:currentColor;width:1em;height:1em}.gb-text-58b174f6 a{color:var(--base-3)}.gb-text-58b174f6 a:hover{text-decoration:underline}.gb-text-406adbfb{color:var(--base-3);font-size:20px;text-transform:capitalize}.gb-text-d8fa779f{align-items:center;column-gap:1em;display:flex;font-size:16px;font-weight:300;margin-bottom:10px}.gb-text-d8fa779f .gb-shape svg{fill:currentColor;width:1em;height:1em;color:var(--base-3)}.gb-text-d8fa779f a{color:var(--base-3)}.gb-text-d8fa779f a:hover{color:var(--accent-3)}.gb-text-b0b57b3f{align-items:center;color:var(--base-3);column-gap:1em;display:flex;font-size:16px;font-weight:300;margin-bottom:0px}.gb-text-b0b57b3f .gb-shape svg{color:var(--base-3);fill:currentColor;width:1em;height:1em}.gb-text-b0b57b3f a{color:var(--base-3)}.gb-text-b0b57b3f a:hover{text-decoration:underline}.gb-text-df9b3306{align-items:center;color:var(--base-3);column-gap:1em;display:flex;font-size:16px;font-weight:300;margin-bottom:0px}.gb-text-df9b3306 .gb-shape svg{color:var(--base-3);fill:currentColor;width:1em;height:1em}.gb-text-df9b3306 a{color:var(--base-3)}.gb-text-df9b3306 a:hover{text-decoration:underline}.gb-text-8242acc4{color:var(--base-3);font-size:21px;text-transform:capitalize}.gb-text-01753cd1{font-size:17px}.gb-text-9b9b6391{font-size:17px}.gb-text-13eeded0{font-size:12px;padding-top:11px;text-align:center}.gb-text-fad5674b{text-align:center}