@charset "UTF-8";


.entry-content > .wp-block-cta-gutenberg-cta:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
width: 100%;
max-width: 1170px;
}
.wp-block-wppool-cta {
max-width: 1170px !important;
}   .call_to_action_1 {
position: relative;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-gap: 90px;
padding: 80px;
background-repeat: no-repeat;
background-position: 90% 80%;
font-family: "Lato", sans-serif;
max-width: 1170px;
margin: auto;
box-sizing: border-box;
}
.call_to_action_1:after, .call_to_action_1:before {
position: absolute;
content: "";
height: 100%;
width: 100%;
-webkit-transform: skewX(-9deg);
transform: skewX(-9deg);
background-color: transparent;
}
.call_to_action_1:before {
border: 1px solid #000;
top: -10px;
left: 10px;
z-index: -1;
}
.call_to_action_1:after {
background-color: #7840FF;
top: 0;
left: 0;
z-index: -2;
}
.call_to_action_1 > .cta_content {
z-index: 1;
color: #fff;
padding-left: 70px;
box-sizing: border-box;
-ms-flex-item-align: center;
align-self: center;
}
.call_to_action_1 > .cta_content h2 {
font-family: inherit;
font-size: 30px;
font-weight: 700;
margin: 25px auto 25px;
line-height: 36px;
}
.call_to_action_1 > .cta_content p {
font-family: inherit;
font-weight: 300;
font-size: 16px;
line-height: 26px;
margin-top: 16px;
margin-bottom: 30px;
}
.call_to_action_1 > .cta_content > button,
.call_to_action_1 > .cta_content > .ctagb-btn {
background: #fff;
font-size: 16px;
text-transform: uppercase;
padding: 15px 30px;
cursor: pointer;
position: relative;
padding-right: 60px;
border: 1px solid #fff;
color: black;
transition: all 300ms ease;
font-family: inherit;
font-weight: 400;
text-decoration: none;
display: inline-block;
}
.call_to_action_1 > .cta_content > button:focus,
.call_to_action_1 > .cta_content > .ctagb-btn:focus {
outline: none;
}
.call_to_action_1 > .cta_content > button:after,
.call_to_action_1 > .cta_content > .ctagb-btn:after {
position: absolute;
content: "→";
font-size: 24px;
top: calc(50% - 3px);
line-height: 0;
transform: translateY(-50%);
right: 27px;
transition: all 300ms ease;
}
.call_to_action_1 > .cta_content > button:hover,
.call_to_action_1 > .cta_content > .ctagb-btn:hover {
background: #7840FF;
color: #fff;
text-decoration: none;
}
.call_to_action_1 > .cta_content > button:hover:after,
.call_to_action_1 > .cta_content > .ctagb-btn:hover:after {
right: 22px;
color: #fff;
}   .call_to_action_2.alignfull,
.call_to_action_3.alignfull,
.call_to_action_12.alignfull {
background-position: 30% center;
padding: 100px 20%;
max-width: inherit;
width: 100% !important;
}
.call_to_action_2 {
position: relative;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
background-color: #7840FF;
background-repeat: no-repeat;
font-family: "Lato", sans-serif;
margin: auto;
box-sizing: border-box;
background-position: 10% center;
max-width: 1170px;
padding: 80px;
}
.call_to_action_2 > .cta_content {
z-index: 1;
color: #fff;
box-sizing: border-box;
grid-column: 2/3;
grid-row: 1/2;
padding-right: 120px;
-ms-flex-item-align: center;
align-self: center;
}
.call_to_action_2 > .cta_content h2 {
font-family: inherit;
font-size: 30px;
font-weight: 700;
margin: 25px auto 25px;
line-height: 36px;
}
.call_to_action_2 > .cta_content p {
font-family: inherit;
font-weight: 300;
font-size: 16px;
line-height: 26px;
margin-top: 16px;
margin-bottom: 30px;
}
.call_to_action_2 > .cta_content > button,
.call_to_action_2 > .cta_content > .ctagb-btn {
background: #FF8C40;
font-size: 16px;
text-transform: uppercase;
padding: 15px 30px;
border: 1px solid #FF8C40;
cursor: pointer;
position: relative;
padding-right: 60px;
color: #fff;
transition: all 300ms ease;
font-family: inherit;
font-weight: 400;
text-decoration: none;
display: inline-block;
}
.call_to_action_2 > .cta_content > button:after,
.call_to_action_2 > .cta_content > .ctagb-btn:after {
position: absolute;
content: "→";
font-size: 24px;
top: calc(50% - 3px);
line-height: 0;
transform: translateY(-50%);
right: 27px;
transition: all 300ms ease;
}
.call_to_action_2 > .cta_content > button:focus,
.call_to_action_2 > .cta_content > .ctagb-btn:focus {
outline: none;
}
.call_to_action_2 > .cta_content > button:hover,
.call_to_action_2 > .cta_content > .ctagb-btn:hover {
background-color: #fff;
color: #FF8C40;
}
.call_to_action_2 > .cta_content > button:hover:after,
.call_to_action_2 > .cta_content > .ctagb-btn:hover:after {
right: 22px;
color: #FF8C40;
}   .call_to_action_3 {
position: relative;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
background-color: #7840FF;
padding: 80px;
background-repeat: no-repeat;
background-position: 10% center;
font-family: "Lato", sans-serif;
margin: auto;
box-sizing: border-box;
max-width: 1170px;
}
.call_to_action_3 > .cta_content {
z-index: 1;
color: #fff;
box-sizing: border-box;
grid-column: 2/3;
grid-row: 1/2;
padding-right: 120px;
-ms-flex-item-align: center;
align-self: center;
}
.call_to_action_3 > .cta_content h2 {
font-family: inherit;
font-size: 30px;
font-weight: 700;
margin: 25px auto 25px;
line-height: 36px;
}
.call_to_action_3 > .cta_content p {
font-family: inherit;
font-weight: 300;
font-size: 16px;
line-height: 26px;
margin-top: 16px;
margin-bottom: 30px;
}
.call_to_action_3 > .cta_content > button,
.call_to_action_3 > .cta_content > .ctagb-btn {
background: #fff;
border: 1px solid #fff;
font-size: 16px;
text-transform: uppercase;
padding: 18px 30px;
border-radius: 50px;
cursor: pointer;
color: #FF8C40;
transition: all 300ms ease;
font-family: inherit;
font-weight: 400;
text-decoration: none;
display: inline-block;
}
.call_to_action_3 > .cta_content > button:focus,
.call_to_action_3 > .cta_content > .ctagb-btn:focus {
outline: none;
}
.call_to_action_3 > .cta_content > button:hover,
.call_to_action_3 > .cta_content > .ctagb-btn:hover {
background: #FF8C40;
color: #fff;
}   .call_to_action_4.alignfull,
.call_to_action_5.alignfull,
.call_to_action_6.alignfull,
.call_to_action_7.alignfull {
border-radius: 0;
max-width: inherit;
padding: 100px 20%;
}
.call_to_action_4 {
position: relative;
background-color: #ffffff;
padding: 80px 100px;
font-family: "Lato", sans-serif;
max-width: 1170px;
margin: auto;
box-sizing: border-box;
border-radius: 20px;
box-shadow: 0px 0px 60px -12px rgba(34, 34, 34, 0.2);
background-repeat: no-repeat;
background-position: 90% 80%;
}
.call_to_action_4 > .cta_content {
z-index: 1;
box-sizing: border-box;
display: -ms-grid;
display: grid;
-ms-grid-columns: 3fr 1fr;
grid-template-columns: 3fr 1fr;
position: relative;
}
.call_to_action_4 > .cta_content > h2 {
font-size: 24px;
color: #222222;
font-family: inherit;
font-weight: 700;
margin: 20px 0 20px;
line-height: 29px;
}
.call_to_action_4 > .cta_content > p {
color: #444444;
grid-row: 2/3;
grid-column: 1/2;
padding-right: 120px;
margin: 0;
font-family: inherit;
font-weight: 300;
font-size: 16px;
line-height: 26px;
}
.call_to_action_4 > .cta_content > button,
.call_to_action_4 > .cta_content > .ctagb-btn {
background: #FF8C40;
border: 1px solid #FF8C40;
font-size: 16px;
text-transform: capitalize;
cursor: pointer;
color: #fff;
border-radius: 5px;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
transition: all 300ms ease;
font-family: inherit;
font-weight: 400;
text-decoration: none;
display: inline-block;
padding: 17px 30px;
padding-right: 60px;
}
.call_to_action_4 > .cta_content > button:after,
.call_to_action_4 > .cta_content > .ctagb-btn:after {
position: absolute;
content: "→";
font-size: 24px;
transition: all 300ms ease;
top: calc(50% - 3px);
line-height: 0;
transform: translateY(-50%);
right: 27px;
}
.call_to_action_4 > .cta_content > button:focus,
.call_to_action_4 > .cta_content > .ctagb-btn:focus {
outline: none;
}
.call_to_action_4 > .cta_content > button:hover,
.call_to_action_4 > .cta_content > .ctagb-btn:hover {
color: #FF8C40;
background: #fff;
}
.call_to_action_4 > .cta_content > button:hover:after,
.call_to_action_4 > .cta_content > .ctagb-btn:hover:after {
right: 22px;
color: #FF8C40;
}   .call_to_action_5 {
position: relative;
background-color: #ffffff;
padding: 80px 100px;
font-family: "Lato", sans-serif;
max-width: 1170px;
margin: auto;
box-sizing: border-box;
border-radius: 20px;
box-shadow: 0px 0px 60px -12px rgba(34, 34, 34, 0.2);
background-repeat: no-repeat;
background-position: 90% 80%;
}
.call_to_action_5 > .cta_content {
z-index: 1;
box-sizing: border-box;
display: -ms-grid;
display: grid;
-ms-grid-columns: 3fr 1fr;
grid-template-columns: 3fr 1fr;
position: relative;
}
.call_to_action_5 > .cta_content > h2 {
font-size: 24px;
color: #222222;
font-family: inherit;
font-weight: 700;
margin: 20px 0 20px;
line-height: 29px;
}
.call_to_action_5 > .cta_content > p {
color: #444444;
grid-row: 2/3;
grid-column: 1/2;
padding-right: 120px;
margin: 0;
font-family: inherit;
font-weight: 300;
font-size: 16px;
line-height: 26px;
}
.call_to_action_5 > .cta_content > button,
.call_to_action_5 > .cta_content > .ctagb-btn {
background: #1C94FC;
border: 1px solid #1C94FC;
font-size: 16px;
text-transform: capitalize;
color: #fff;
border-radius: 5px;
position: absolute;
cursor: pointer;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
transition: all 300ms ease;
font-family: inherit;
font-weight: 400;
text-decoration: none;
display: inline-block;
padding: 17px 30px;
padding-right: 60px;
}
.call_to_action_5 > .cta_content > button:after,
.call_to_action_5 > .cta_content > .ctagb-btn:after {
position: absolute;
content: "→";
font-size: 24px;
right: 27px;
transition: all 300ms ease;
top: calc(50% - 3px);
line-height: 0;
transform: translateY(-50%);
}
.call_to_action_5 > .cta_content > button:focus,
.call_to_action_5 > .cta_content > .ctagb-btn:focus {
outline: none;
}
.call_to_action_5 > .cta_content > button:hover,
.call_to_action_5 > .cta_content > .ctagb-btn:hover {
color: #1C94FC;
background: #fff;
}
.call_to_action_5 > .cta_content > button:hover:after,
.call_to_action_5 > .cta_content > .ctagb-btn:hover:after {
right: 22px;
color: #1c94fc;
}   .call_to_action_6 {
position: relative;
background-color: #1C94FC;
padding: 80px 100px;
font-family: "Lato", sans-serif;
max-width: 1170px;
margin: auto;
box-sizing: border-box;
border-radius: 20px;
box-shadow: 0px 0px 60px -12px rgba(28, 148, 252, 0.4);
color: #fff;
background-repeat: no-repeat;
background-position: 90% 80%;
}
.call_to_action_6 > .cta_content {
z-index: 1;
box-sizing: border-box;
display: -ms-grid;
display: grid;
-ms-grid-columns: 3fr 1fr;
grid-template-columns: 3fr 1fr;
position: relative;
}
.call_to_action_6 > .cta_content > h2 {
font-size: 24px;
font-family: inherit;
font-weight: 700;
margin: 20px 0 20px;
line-height: 29px;
}
.call_to_action_6 > .cta_content > p {
grid-row: 2/3;
grid-column: 1/2;
padding-right: 120px;
margin: 0;
font-family: inherit;
font-weight: 300;
font-size: 16px;
line-height: 26px;
}
.call_to_action_6 > .cta_content > button,
.call_to_action_6 > .cta_content > .ctagb-btn {
background: #ffffff;
border: 1px solid #ffffff;
font-size: 16px;
text-transform: capitalize;
padding: 20px 30px;
padding-right: 60px;
color: #1C94FC;
border-radius: 5px;
position: absolute;
cursor: pointer;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
transition: all 300ms ease;
font-family: inherit;
font-weight: 400;
text-decoration: none;
display: inline-block;
padding: 17px 30px;
padding-right: 60px;
}
.call_to_action_6 > .cta_content > button:after,
.call_to_action_6 > .cta_content > .ctagb-btn:after {
position: absolute;
content: "→";
font-size: 24px;
right: 27px;
transition: all 300ms ease;
top: calc(50% - 3px);
line-height: 0;
transform: translateY(-50%);
}
.call_to_action_6 > .cta_content > button:focus,
.call_to_action_6 > .cta_content > .ctagb-btn:focus {
outline: none;
}
.call_to_action_6 > .cta_content > button:hover,
.call_to_action_6 > .cta_content > .ctagb-btn:hover {
color: #ffffff;
background: #1C94FC;
}
.call_to_action_6 > .cta_content > button:hover:after,
.call_to_action_6 > .cta_content > .ctagb-btn:hover:after {
right: 22px;
color: #ffffff;
}   .call_to_action_7 {
position: relative;
background-color: #ffffff;
padding: 80px 100px;
font-family: "Lato", sans-serif;
max-width: 1170px;
margin: auto;
box-sizing: border-box;
border-radius: 20px;
box-shadow: 0px 0px 60px -12px rgba(34, 34, 34, 0.2);
background-repeat: no-repeat;
background-position: 90% 80%;
}
.call_to_action_7 > .cta_content {
z-index: 1;
box-sizing: border-box;
display: -ms-grid;
display: grid;
-ms-grid-columns: 3fr 1fr;
grid-template-columns: 3fr 1fr;
position: relative;
}
.call_to_action_7 > .cta_content > h2 {
font-size: 24px;
color: #222222;
font-family: inherit;
font-weight: 700;
margin: 20px 0 20px;
line-height: 29px;
}
.call_to_action_7 > .cta_content > p {
color: #444444;
grid-row: 2/3;
grid-column: 1/2;
padding-right: 120px;
margin: 0;
font-family: inherit;
font-weight: 300;
font-size: 16px;
line-height: 26px;
}
.call_to_action_7 > .cta_content > button,
.call_to_action_7 > .cta_content > .ctagb-btn {
background: #002BFF;
font-size: 16px;
text-transform: capitalize;
border: 1px solid #002bff;
cursor: pointer;
color: #fff;
border-radius: 50px;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
transition: all 300ms ease;
font-family: inherit;
font-weight: 400;
text-decoration: none;
display: inline-block;
padding: 17px 30px;
padding-right: 60px;
}
.call_to_action_7 > .cta_content > button:after,
.call_to_action_7 > .cta_content > .ctagb-btn:after {
position: absolute;
content: "→";
font-size: 24px;
right: 27px;
transition: all 300ms ease;
top: calc(50% - 3px);
line-height: 0;
transform: translateY(-50%);
}
.call_to_action_7 > .cta_content > button:focus,
.call_to_action_7 > .cta_content > .ctagb-btn:focus {
outline: none;
}
.call_to_action_7 > .cta_content > button:hover,
.call_to_action_7 > .cta_content > .ctagb-btn:hover {
color: #002BFF;
background: #fff;
}
.call_to_action_7 > .cta_content > button:hover:after,
.call_to_action_7 > .cta_content > .ctagb-btn:hover:after {
right: 22px;
color: #002bff;
}   .call_to_action_8 {
position: relative;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-gap: 200px;
padding: 100px;
background-repeat: no-repeat;
background-position: 90% center;
font-family: "Lato", sans-serif;
max-width: 1170px;
margin: 60px auto;
box-sizing: border-box;
}
.call_to_action_8.alignfull {
background-position: 70% center;
padding: 120px 20%;
max-width: inherit;
width: 100% !important;
}
.call_to_action_8.alignfull:after {
border-radius: 0;
}
.call_to_action_8:after {
position: absolute;
content: "";
height: 100%;
width: 100%;
border-radius: 20px;
background: -webkit-linear-gradient(left, #009BED, #0063F5);
background: linear-gradient(to right, #009BED, #0063F5);
top: 0;
left: 0;
z-index: -2;
}
.call_to_action_8 > .cta_content {
z-index: 1;
color: #fff;
box-sizing: border-box;
-ms-flex-item-align: center;
align-self: center;
}
.call_to_action_8 > .cta_content h2 {
font-family: inherit;
font-size: 30px;
font-weight: 700;
margin: 25px auto 25px;
line-height: 36px;
}
.call_to_action_8 > .cta_content p {
font-family: inherit;
font-weight: 300;
font-size: 16px;
line-height: 26px;
margin-top: 16px;
margin-bottom: 30px;
}
.call_to_action_8 > .cta_content > button,
.call_to_action_8 > .cta_content > .ctagb-btn {
background: #FAC240;
border: 1px solid #FAC240;
font-size: 16px;
text-transform: capitalize;
padding: 15px 30px;
padding-right: 60px;
color: #222222;
border-radius: 50px;
cursor: pointer;
position: relative;
transition: all 300ms ease;
font-family: inherit;
font-weight: 400;
text-decoration: none;
display: inline-block;
}
.call_to_action_8 > .cta_content > button:after,
.call_to_action_8 > .cta_content > .ctagb-btn:after {
position: absolute;
content: "→";
font-size: 24px;
top: calc(50% - 3px);
line-height: 0;
transform: translateY(-50%);
right: 27px;
transition: all 300ms ease;
}
.call_to_action_8 > .cta_content > button:focus,
.call_to_action_8 > .cta_content > .ctagb-btn:focus {
outline: none;
}
.call_to_action_8 > .cta_content > button:hover,
.call_to_action_8 > .cta_content > .ctagb-btn:hover {
background: -webkit-linear-gradient(right, #009BED, #0063F5);
background: linear-gradient(to left, #009BED, #0063F5);
color: #fff;
border-color: #fff;
}
.call_to_action_8 > .cta_content > button:hover:after,
.call_to_action_8 > .cta_content > .ctagb-btn:hover:after {
right: 22px;
color: #fff;
}   .call_to_action_9 {
position: relative;
padding: 80px;
font-family: "Lato", sans-serif;
max-width: 1170px;
margin: auto;
box-sizing: border-box;
background-repeat: no-repeat;
background-position: 90% center;
}
.call_to_action_9:after {
position: absolute;
content: "";
height: 100%;
width: 100%;
border-radius: 20px;
background: -webkit-linear-gradient(left, #DC2430, #7B4397);
background: linear-gradient(to right, #DC2430, #7B4397);
top: 0;
left: 0;
z-index: -2;
}
.call_to_action_9.alignfull {
max-width: inherit;
padding: 100px 20%;
}
.call_to_action_9.alignfull:after {
border-radius: 0;
}
.call_to_action_9 > .cta_content {
z-index: 1;
color: #fff;
box-sizing: border-box;
-ms-flex-item-align: center;
align-self: center;
width: 50%;
margin: 0 auto;
text-align: center;
}
.call_to_action_9 > .cta_content h2 {
font-family: inherit;
font-size: 30px;
font-weight: 700;
margin: 25px auto 25px;
line-height: 36px;
}
.call_to_action_9 > .cta_content p {
font-family: inherit;
font-weight: 300;
font-size: 16px;
line-height: 26px;
margin-top: 16px;
margin-bottom: 30px;
}
.call_to_action_9 > .cta_content > button,
.call_to_action_9 > .cta_content > .ctagb-btn {
background: #ffffff;
border: 1px solid #fff;
font-size: 16px;
text-transform: capitalize;
padding: 17px 30px;
padding-right: 60px;
color: #DC2430;
border-radius: 50px;
cursor: pointer;
position: relative;
margin-top: 30px;
transition: all 300ms ease;
font-family: inherit;
font-weight: 400;
text-decoration: none;
display: inline-block;
}
.call_to_action_9 > .cta_content > button:after,
.call_to_action_9 > .cta_content > .ctagb-btn:after {
position: absolute;
content: "→";
font-size: 24px;
top: calc(50% - 3px);
line-height: 0;
transform: translateY(-50%);
right: 27px;
transition: all 300ms ease;
}
.call_to_action_9 > .cta_content > button:focus,
.call_to_action_9 > .cta_content > .ctagb-btn:focus {
outline: none;
}
.call_to_action_9 > .cta_content > button:hover,
.call_to_action_9 > .cta_content > .ctagb-btn:hover {
background: -webkit-linear-gradient(right, #DC2430, #7B4397);
background: linear-gradient(to left, #DC2430, #7B4397);
color: #fff;
}
.call_to_action_9 > .cta_content > button:hover:after,
.call_to_action_9 > .cta_content > .ctagb-btn:hover:after {
right: 22px;
color: #ffffff;
}   .call_to_action_10 {
position: relative;
background-color: #002BFF;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
padding: 80px 190px;
font-family: "Lato", sans-serif;
max-width: 1170px;
margin: auto;
box-sizing: border-box;
border-radius: 20px;
box-shadow: 0px 0px 60px -12px rgba(0, 43, 255, 0.4);
}
.call_to_action_10.alignfull {
max-width: inherit;
padding: 120px 20%;
border-radius: 0;
}
.call_to_action_10 > .cta_content {
z-index: 1;
box-sizing: border-box;
display: -ms-grid;
display: grid;
-ms-grid-columns: 2fr 1fr;
grid-template-columns: 2fr 1fr;
position: relative;
color: #ffffff;
}
.call_to_action_10 > .cta_content > h2 {
font-family: inherit;
font-size: 30px;
font-weight: 700;
margin: 25px 0 25px;
line-height: 36px;
}
.call_to_action_10 > .cta_content > p {
font-family: inherit;
font-weight: 300;
font-size: 16px;
line-height: 26px;
grid-row: 2/3;
grid-column: 1/2;
padding-right: 120px;
margin: 0;
}
.call_to_action_10 > .cta_content > button,
.call_to_action_10 > .cta_content > .ctagb-btn {
background: #ffffff;
border: 1px solid #fff;
font-size: 16px;
text-transform: capitalize;
padding: 17px 30px;
cursor: pointer;
padding-right: 60px;
color: #222;
border-radius: 50px;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
transition: all 300ms ease;
font-family: inherit;
font-weight: 400;
text-decoration: none;
display: inline-block;
}
.call_to_action_10 > .cta_content > button:after,
.call_to_action_10 > .cta_content > .ctagb-btn:after {
position: absolute;
content: "→";
font-size: 24px;
top: calc(50% - 3px);
line-height: 0;
transform: translateY(-50%);
right: 27px;
transition: all 300ms ease;
}
.call_to_action_10 > .cta_content > button:focus,
.call_to_action_10 > .cta_content > .ctagb-btn:focus {
outline: none;
}
.call_to_action_10 > .cta_content > button:hover,
.call_to_action_10 > .cta_content > .ctagb-btn:hover {
color: #fff;
background-color: #002bff;
}
.call_to_action_10 > .cta_content > button:hover:after,
.call_to_action_10 > .cta_content > .ctagb-btn:hover:after {
right: 22px;
color: #ffffff;
}   .call_to_action_11 {
position: relative;
background-color: #053E73;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
padding: 80px 190px;
font-family: "Lato", sans-serif;
max-width: 1170px;
margin: 60px auto;
box-sizing: border-box;
box-shadow: 0px 0px 60px -12px rgba(5, 62, 115, 0.4);
}
.call_to_action_11.alignfull {
max-width: inherit;
padding: 120px 20%;
border-radius: 0;
}
.call_to_action_11 > .cta_content {
z-index: 1;
box-sizing: border-box;
display: -ms-grid;
display: grid;
-ms-grid-columns: 2fr 1fr;
grid-template-columns: 2fr 1fr;
position: relative;
color: #ffffff;
}
.call_to_action_11 > .cta_content > h2 {
font-family: inherit;
font-size: 30px;
font-weight: 700;
margin: 25px 0 25px;
line-height: 36px;
}
.call_to_action_11 > .cta_content > p {
font-family: inherit;
font-weight: 300;
font-size: 16px;
line-height: 26px;
grid-row: 2/3;
grid-column: 1/2;
padding-right: 120px;
margin: 0;
}
.call_to_action_11 > .cta_content > button,
.call_to_action_11 > .cta_content > .ctagb-btn {
background: #E94D65;
border: 1px solid #E94D65;
font-size: 16px;
text-transform: capitalize;
padding: 17px 30px;
cursor: pointer;
padding-right: 60px;
color: #ffffff;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
transition: all 300ms ease;
font-family: inherit;
font-weight: 400;
text-decoration: none;
display: inline-block;
}
.call_to_action_11 > .cta_content > button:after,
.call_to_action_11 > .cta_content > .ctagb-btn:after {
position: absolute;
content: "→";
font-size: 24px;
top: calc(50% - 3px);
line-height: 0;
transform: translateY(-50%);
right: 27px;
transition: all 300ms ease;
}
.call_to_action_11 > .cta_content > button:focus,
.call_to_action_11 > .cta_content > .ctagb-btn:focus {
outline: none;
}
.call_to_action_11 > .cta_content > button:hover,
.call_to_action_11 > .cta_content > .ctagb-btn:hover {
background: #c93c51;
border: 1px solid #c93c51;
}
.call_to_action_11 > .cta_content > button:hover:after,
.call_to_action_11 > .cta_content > .ctagb-btn:hover:after {
right: 22px;
color: #fff;
}   .call_to_action_12 {
position: relative;
display: -ms-grid;
display: grid;
-ms-grid-columns: 4fr 3fr;
grid-template-columns: 4fr 3fr;
background-color: #7840FF;
background-repeat: no-repeat;
font-family: "Lato", sans-serif;
margin: auto;
box-sizing: border-box;
background-position: 0 center;
background-size: cover;
max-width: 1170px;
padding: 80px;
}
.call_to_action_12 > .cta_content {
z-index: 1;
color: #fff;
box-sizing: border-box;
grid-column: 2/3;
grid-row: 1/2;
padding-right: 0;
-ms-flex-item-align: center;
align-self: center;
}
.call_to_action_12 > .cta_content h2 {
font-family: inherit;
font-size: 30px;
font-weight: 700;
margin: 25px auto 25px;
line-height: 36px;
}
.call_to_action_12 > .cta_content p {
font-family: inherit;
font-weight: 300;
font-size: 16px;
line-height: 26px;
margin-top: 16px;
margin-bottom: 30px;
}
.call_to_action_12 > .cta_content > button,
.call_to_action_12 > .cta_content > .ctagb-btn {
background: #FF8C40;
font-size: 16px;
text-transform: uppercase;
padding: 15px 30px;
border: 1px solid #FF8C40;
cursor: pointer;
position: relative;
padding-right: 60px;
color: #fff;
transition: all 300ms ease;
font-family: inherit;
font-weight: 400;
text-decoration: none;
display: inline-block;
}
.call_to_action_12 > .cta_content > button:after,
.call_to_action_12 > .cta_content > .ctagb-btn:after {
position: absolute;
content: "→";
font-size: 24px;
top: calc(50% - 3px);
line-height: 0;
transform: translateY(-50%);
right: 27px;
transition: all 300ms ease;
}
.call_to_action_12 > .cta_content > button:focus,
.call_to_action_12 > .cta_content > .ctagb-btn:focus {
outline: none;
}
.call_to_action_12 > .cta_content > button:hover,
.call_to_action_12 > .cta_content > .ctagb-btn:hover {
background-color: #fff;
color: #FF8C40;
}
.call_to_action_12 > .cta_content > button:hover:after,
.call_to_action_12 > .cta_content > .ctagb-btn:hover:after {
right: 22px;
color: #FF8C40;
} @media (min-width: 992px) and (max-width: 1199.98px) {
.wp-block-cta-gutenberg-cta > .cta_content > h2 {
font-size: 24px;
}
.wp-block-cta-gutenberg-cta > .cta_content > p {
margin-bottom: 25px;
}
.call_to_action_2.alignfull,
.call_to_action_3.alignfull,
.call_to_action_4.alignfull,
.call_to_action_5.alignfull,
.call_to_action_6.alignfull,
.call_to_action_7.alignfull,
.call_to_action_8.alignfull,
.call_to_action_9.alignfull,
.call_to_action_10.alignfull,
.call_to_action_11.alignfull {
width: 100%;
padding: 80px 10%;
background-position: 10% center;
}
.call_to_action_8.alignfull {
background-position: 90% center;
}
.call_to_action_1,
.call_to_action_2,
.call_to_action_3,
.call_to_action_4,
.call_to_action_5,
.call_to_action_6,
.call_to_action_7,
.call_to_action_8,
.call_to_action_9,
.call_to_action_10,
.call_to_action_11 {
width: 80%;
padding: 40px;
}
.call_to_action_1 {
grid-gap: 50px;
background-position: 95% 84%;
background-size: 40%;
padding: 60px 40px;
}
.call_to_action_1 > .cta_content {
padding-left: 30px;
}
.call_to_action_3, .call_to_action_2 {
background-position: 5% center;
background-size: 40%;
}
.call_to_action_3 > .cta_content, .call_to_action_2 > .cta_content {
padding-right: 0;
}
.call_to_action_4 > .cta_content > h2, .call_to_action_6 > .cta_content > h2, .call_to_action_7 > .cta_content > h2, .call_to_action_5 > .cta_content > h2 {
font-size: 20px;
padding-right: 50px;
}
.call_to_action_4 > .cta_content > p, .call_to_action_6 > .cta_content > p, .call_to_action_7 > .cta_content > p, .call_to_action_5 > .cta_content > p {
padding-right: 80px;
}
.call_to_action_4 > .cta_content > button, .call_to_action_6 > .cta_content > button, .call_to_action_7 > .cta_content > button, .call_to_action_5 > .cta_content > button {
font-size: 14px;
padding: 20px;
padding-right: 57px;
}
.call_to_action_8 {
grid-gap: 50px;
background-size: 50%;
}
} @media (min-width: 750px) and (max-width: 991.98px) {
.wp-block-cta-gutenberg-cta > .cta_content > h2 {
font-size: 24px;
}
.wp-block-cta-gutenberg-cta > .cta_content > p {
margin-bottom: 25px;
}
.call_to_action_2.alignfull,
.call_to_action_3.alignfull,
.call_to_action_4.alignfull,
.call_to_action_5.alignfull,
.call_to_action_6.alignfull,
.call_to_action_7.alignfull,
.call_to_action_8.alignfull,
.call_to_action_9.alignfull,
.call_to_action_10.alignfull,
.call_to_action_11.alignfull {
width: 100%;
padding: 80px 10%;
background-position: 10% center;
}
.call_to_action_8.alignfull {
background-position: 90% center;
}
.call_to_action_1, .call_to_action_2, .call_to_action_3, .call_to_action_4, .call_to_action_5, .call_to_action_6, .call_to_action_7, .call_to_action_8, .call_to_action_9, .call_to_action_10, .call_to_action_11 {
width: 80%;
padding: 40px;
}
.call_to_action_1 {
grid-gap: 50px;
background-position: 95% 84%;
background-size: 40%;
padding: 60px 40px;
}
.call_to_action_1:before, .call_to_action_1:after {
transform: skewX(0deg);
}
.call_to_action_1 > .cta_content {
padding-left: 30px;
}
.call_to_action_3, .call_to_action_2 {
background-position: 5% center;
background-size: 40%;
}
.call_to_action_3 > .cta_content, .call_to_action_2 > .cta_content {
padding-right: 0;
}
.call_to_action_4 > .cta_content > h2, .call_to_action_6 > .cta_content > h2, .call_to_action_7 > .cta_content > h2, .call_to_action_5 > .cta_content > h2 {
font-size: 20px;
padding-right: 50px;
}
.call_to_action_4 > .cta_content > p, .call_to_action_6 > .cta_content > p, .call_to_action_7 > .cta_content > p, .call_to_action_5 > .cta_content > p {
padding-right: 80px;
}
.call_to_action_4 > .cta_content > button, .call_to_action_6 > .cta_content > button, .call_to_action_7 > .cta_content > button, .call_to_action_5 > .cta_content > button {
font-size: 14px;
padding: 20px;
padding-right: 57px;
}
.call_to_action_8 {
grid-gap: 50px;
background-size: 50%;
}
} @media (min-width: 375px) and (max-width: 749px) {
.wp-block-cta-gutenberg-cta > .cta_content > h2 {
font-size: 24px;
}
.wp-block-cta-gutenberg-cta > .cta_content > p {
margin-bottom: 25px;
}
.call_to_action_2.alignfull,
.call_to_action_3.alignfull,
.call_to_action_4.alignfull,
.call_to_action_5.alignfull,
.call_to_action_6.alignfull,
.call_to_action_7.alignfull,
.call_to_action_8.alignfull,
.call_to_action_9.alignfull,
.call_to_action_10.alignfull,
.call_to_action_11.alignfull,
.call_to_action_12.alignfull {
width: 100%;
padding: 80px 5%;
background-image: none !important;
}
.call_to_action_8.alignfull {
background-image: none !important;
}
.call_to_action_1, .call_to_action_2, .call_to_action_3, .call_to_action_4, .call_to_action_5, .call_to_action_6, .call_to_action_7, .call_to_action_8, .call_to_action_9, .call_to_action_10 {
width: 80%;
padding: 40px;
display: block;
background-image: none !important;
}
.call_to_action_1 {
width: 70%;
padding: 60px 40px;
}
.call_to_action_1:before, .call_to_action_1:after {
transform: skewX(0deg);
}
.call_to_action_1 > .cta_content {
padding-left: 30px;
}
.call_to_action_3 > .cta_content, .call_to_action_2 > .cta_content {
padding-right: 0;
}
.call_to_action_10, .call_to_action_11 {
width: 80%;
padding: 40px;
}
.call_to_action_4 > .cta_content,
.call_to_action_10 > .cta_content,
.call_to_action_11 > .cta_content,
.call_to_action_10 > .cta_content,
.call_to_action_6 > .cta_content,
.call_to_action_7 > .cta_content,
.call_to_action_5 > .cta_content {
display: block;
}
.call_to_action_4 > .cta_content > h2,
.call_to_action_10 > .cta_content > h2,
.call_to_action_11 > .cta_content > h2,
.call_to_action_6 > .cta_content > h2,
.call_to_action_7 > .cta_content > h2,
.call_to_action_5 > .cta_content > h2 {
font-size: 20px;
padding: 0px;
}
.call_to_action_4 > .cta_content > p, .call_to_action_10 > .cta_content > p, .call_to_action_11 > .cta_content > p, .call_to_action_6 > .cta_content > p, .call_to_action_7 > .cta_content > p, .call_to_action_5 > .cta_content > p {
padding: 0px;
}
.call_to_action_4 > .cta_content > button, .call_to_action_10 > .cta_content > button, .call_to_action_11 > .cta_content > button, .call_to_action_6 > .cta_content > button, .call_to_action_7 > .cta_content > button, .call_to_action_5 > .cta_content > button {
font-size: 14px;
padding: 20px;
padding-right: 57px;
position: inherit;
margin-top: 50px;
}
.call_to_action_8 {
grid-gap: 50px;
background-size: 50%;
background-image: none !important;
}
.call_to_action_9 > .cta_content {
width: 100%;
}
.call_to_action_9 > .cta_content > button {
margin: 0;
}
.call_to_action_4, .call_to_action_5, .call_to_action_6, .call_to_action_7, .call_to_action_10, .call_to_action_11 {
width: 80%;
padding: 40px;
}
.call_to_action_4 > .cta_content > .ctagb-btn, .call_to_action_5 > .cta_content > .ctagb-btn, .call_to_action_6 > .cta_content > .ctagb-btn, .call_to_action_7 > .cta_content > .ctagb-btn, .call_to_action_10 > .cta_content > .ctagb-btn, .call_to_action_11 > .cta_content > .ctagb-btn {
position: relative;
top: 0;
transform: none;
margin-top: 25px;
}
.call_to_action_12 {
background-image: none !important;
display: block;
}
} @media (max-width: 575.98px) {
.wp-block-cta-gutenberg-cta > .cta_content > h2 {
font-size: 24px;
}
.wp-block-cta-gutenberg-cta > .cta_content > p {
margin-bottom: 25px;
}
.call_to_action_2.alignfull,
.call_to_action_3.alignfull,
.call_to_action_4.alignfull,
.call_to_action_5.alignfull,
.call_to_action_6.alignfull,
.call_to_action_7.alignfull,
.call_to_action_8.alignfull,
.call_to_action_9.alignfull,
.call_to_action_10.alignfull,
.call_to_action_11.alignfull {
width: 100%;
padding: 80px 5%;
background-image: none;
}
.call_to_action_8.alignfull {
background-image: none;
}
.call_to_action_1, .call_to_action_2, .call_to_action_3, .call_to_action_4, .call_to_action_5, .call_to_action_6, .call_to_action_7, .call_to_action_8, .call_to_action_9 {
width: 80%;
padding: 40px;
display: block;
background-image: none;
}
.call_to_action_1 {
width: 90%;
padding: 30px;
}
.call_to_action_1 > .cta_content {
padding-left: 30px;
}
.call_to_action_3 > .cta_content, .call_to_action_2 > .cta_content {
padding-right: 0;
}
.call_to_action_10, .call_to_action_11 {
width: 80%;
padding: 40px;
}
.call_to_action_4 > .cta_content, .call_to_action_10 > .cta_content, .call_to_action_11 > .cta_content, .call_to_action_6 > .cta_content, .call_to_action_7 > .cta_content, .call_to_action_5 > .cta_content {
display: block;
}
.call_to_action_4 > .cta_content > h2, .call_to_action_10 > .cta_content > h2, .call_to_action_11 > .cta_content > h2, .call_to_action_6 > .cta_content > h2, .call_to_action_7 > .cta_content > h2, .call_to_action_5 > .cta_content > h2 {
font-size: 20px;
padding: 0px;
}
.call_to_action_4 > .cta_content > p, .call_to_action_10 > .cta_content > p, .call_to_action_11 > .cta_content > p, .call_to_action_6 > .cta_content > p, .call_to_action_7 > .cta_content > p, .call_to_action_5 > .cta_content > p {
padding: 0px;
}
.call_to_action_4 > .cta_content > button, .call_to_action_10 > .cta_content > button, .call_to_action_11 > .cta_content > button, .call_to_action_6 > .cta_content > button, .call_to_action_7 > .cta_content > button, .call_to_action_5 > .cta_content > button {
font-size: 14px;
padding: 20px;
padding-right: 57px;
position: inherit;
margin-top: 50px;
}
.call_to_action_8 {
grid-gap: 50px;
background-size: 50%;
background-image: none !important;
}
.call_to_action_9 > .cta_content {
width: 100%;
}
.call_to_action_9 > .cta_content > button {
margin: 0;
}
.call_to_action_10, .call_to_action_11 {
width: 80%;
padding: 40px;
}
}.ast-hb-account-login-wrapper .ast-hb-account-login{position:fixed;left:50%;top:50%;padding:35px;max-height:550px;width:340px;margin:0 0 0 -170px;background-color:#f1f1f1;z-index:1000011;box-shadow:0 3px 6px rgba(0,0,0,.3)}.ast-hb-account-login-wrapper .ast-hb-account-login-bg{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;opacity:.7;z-index:1000010;transition:all .3s}.ast-hb-account-login-wrapper .ast-hb-login-header .ast-hb-login-close{background:0 0;border:0;font-size:24px;line-height:1;padding:.4em;color:inherit;-js-display:flex;display:flex;box-shadow:none}.ast-hb-account-login-wrapper #loginform input[type=password],.ast-hb-account-login-wrapper #loginform input[type=text]{width:100%;max-width:100%;margin-top:10px;border:1px solid;background-color:transparent;vertical-align:middle}.ast-hb-account-login-form-footer a.ast-header-account-footer-link:not(:last-child) span:after{content:"|";margin:0 .4em}.ast-header-account-link.ast-account-action-link,.ast-header-account-link.ast-account-action-login,.ast-header-account-link.ast-account-action-login.customize-unpreviewable,.ast-header-break-point .ast-header-account-link{cursor:pointer;pointer-events:all}.ast-header-account{-js-display:flex;display:flex}.ast-hb-account-login-wrapper{visibility:hidden}.ast-hb-account-login-wrapper .ast-hb-login-header{-js-display:flex;position:absolute;right:0;top:0;display:flex;justify-content:flex-end;min-height:calc(1.2em + 24px)}.ast-hb-account-login-wrapper .ast-hb-account-login{transform:scale(.7);opacity:0;transition:all .3s;overflow:auto}.ast-hb-account-login-wrapper.show{visibility:visible}.ast-hb-account-login-wrapper.show .ast-hb-account-login{transform:scale(1) translateY(-50%);opacity:1}.ast-hb-login-body{height:100%;position:relative;line-height:1.5}.ast-hf-account-menu-wrap.ast-main-header-bar-alignment{position:relative}.main-header-bar .main-header-bar-navigation .ast-account-nav-menu{line-height:1.45}.ast-account-nav-menu{width:240px;background:#fff;left:-999em;position:absolute;top:0;z-index:99999;list-style:none;margin:0;padding-left:0;border:0;box-shadow:0 4px 10px -2px rgba(0,0,0,.1)}.ast-account-nav-menu .sub-menu{right:auto;top:0;margin-left:0}.ast-account-nav-menu .menu-item.focus>.sub-menu,.ast-account-nav-menu .menu-item:hover>.sub-menu{left:100%}.ast-account-nav-menu .ast-left-align-sub-menu.menu-item.focus>.sub-menu,.ast-account-nav-menu .ast-left-align-sub-menu.menu-item:hover>.sub-menu{left:-100%}.ast-account-nav-menu .menu-item .menu-link{padding:.9em 1em}.ast-account-nav-menu .menu-item{border-style:none}.ast-account-nav-menu .menu-item.menu-item-has-children>.menu-link:after{position:absolute;right:1em;top:50%;transform:translate(0,-50%) rotate(270deg)}.ast-above-header-bar .main-header-menu.ast-account-nav-menu>.menu-item,.ast-below-header-bar .main-header-menu.ast-account-nav-menu>.menu-item,.ast-primary-header-bar .main-header-menu.ast-account-nav-menu>.menu-item{height:auto;line-height:unset;bottom:-5px}.ast-header-account-wrap .woocommerce-MyAccount-navigation-link.is-active a{background:unset}.ast-header-account-wrap .menu-item:last-child>.menu-link{border-style:none}.ast-divider-wrapper{border:0}.ast-mobile-popup-content .ast-header-divider-element{justify-content:center}.ast-header-divider-element{position:relative}.ast-fb-divider-layout-vertical{position:relative}.ast-hb-divider-layout-vertical.ast-header-divider-element{height:100%}.ast-mobile-header-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element),.ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element){padding:15px 20px}.footer-widget-area .ast-footer-divider-element{position:relative;align-items:center}.footer-widget-area .ast-divider-wrapper{display:inline-block}.ast-builder-footer-grid-columns .ast-fb-divider-layout-horizontal{-js-display:inline-flex;display:inline-flex;vertical-align:middle}[data-section*=section-fb-button-] .ast-builder-button-size-xs .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-xs .ast-custom-button{font-size:13px;padding:8px 20px}[data-section*=section-fb-button-] .ast-builder-button-size-sm .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-sm .ast-custom-button{font-size:15px;padding:10px 40px}[data-section*=section-fb-button-] .ast-builder-button-size-md .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-md .ast-custom-button{font-size:17px;padding:15px 45px}[data-section*=section-fb-button-] .ast-builder-button-size-lg .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-lg .ast-custom-button{font-size:19px;padding:20px 50px}[data-section*=section-fb-button-] .ast-builder-button-size-xl .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-xl .ast-custom-button{font-size:21px;padding:25px 55px}.ast-fb-divider-layout-vertical{-js-display:flex;display:flex}.site-footer-section{position:relative}.ast-builder-language-switcher .ast-builder-language-switcher-menu{list-style:none;margin:0;padding:0;line-height:normal;-webkit-tap-highlight-color:transparent}.ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher{display:block}.ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher-menu{display:block}.ast-builder-language-switcher-layout-horizontal .ast-builder-language-switcher{-js-display:flex;display:flex}.ast-builder-language-switcher-layout-horizontal .ast-builder-language-switcher-menu{-js-display:flex;display:flex;flex-wrap:wrap}.ast-builder-language-switcher a{-js-display:flex;display:flex;align-items:center}.ast-lswitcher-item-footer,.ast-lswitcher-item-header{-js-display:inline-flex;display:inline-flex}span.ast-lswitcher-item-footer:last-child,span.ast-lswitcher-item-header:last-child{margin-right:0}.ast-header-sticky-active{position:fixed!important;right:0;left:0;margin:0 auto;z-index:99}.ast-footer-sticky-active .ast-custom-footer{position:fixed!important;right:0;left:0;bottom:0;margin:0 auto;z-index:99}.ast-custom-header{position:relative;z-index:99}.ast-custom-header.ast-header-sticky-active .fl-row-content-wrap{transition:padding .3s linear}.ast-custom-header.ast-header-sticky-active .fl-module-content{transition:all .3s linear}.ast-custom-header.ast-header-sticky-active .elementor-section-wrap{transition:padding .3s linear}.ast-custom-header.ast-header-sticky-active .elementor-row>.elementor-column>.elementor-element-populated{transition:all .3s linear}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-row-content-wrap{transition:padding .3s linear;padding-top:5px;padding-bottom:5px;box-sizing:border-box}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content{margin-top:5px;margin-bottom:5px;transition:all .3s linear}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content.fl-node-content img{max-height:50px;width:auto}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap{transition:padding .3s linear;box-sizing:border-box}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap img{max-height:50px;width:auto}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-row>.elementor-column>.elementor-element-populated{max-height:60px;transition:all .3s linear}.ast-custom-header.ast-header-sticky-active{top:0;width:100%;transition:ease-out}.single-advanced-hook .ast-no-title,.single-advanced-hook .hentry{margin:0}.js_active .ast-plain-container.single-advanced-hook .entry-header{margin:0}.summary.entry-summary+[CLASS*=astra-advanced-hook]{clear:both}.single-astra-advanced-hook .wp-block-buttons,.single-astra-advanced-hook .wp-block-uagb-buttons{margin-bottom:1.5em}.single-astra-advanced-hook .ast-container{flex-wrap:wrap}.single-astra-advanced-hook .ast-container>*{width:100%}body.ast-padded-layout::after,body.ast-padded-layout::before{background:inherit;content:"";display:block;height:0;left:0;position:fixed;width:100%;z-index:999}body.ast-padded-layout::after{bottom:0}body.ast-padded-layout{background-attachment:fixed}body.ast-padded-layout::before{top:0}@media (min-width:44.375em){body.ast-padded-layout.admin-bar::before{top:46px}}@media (min-width:48.9375em){body.ast-padded-layout.admin-bar::before{top:32px}}.elementor-page.ast-box-layout #page,.elementor-page.ast-padded-layout #page{overflow:hidden}.siteorigin-panels.ast-box-layout #page,.siteorigin-panels.ast-padded-layout #page{overflow:hidden}.ast-separate-container.ast-box-layout #content .ast-container{padding-left:0;padding-right:0}@media (max-width:768px){.ast-separate-container.ast-box-layout #content .ast-container{padding-left:20px;padding-right:20px}}@media (max-width:544px){.ast-separate-container.ast-box-layout #content .ast-container{padding-left:.54em;padding-right:.54em}}.js_active .ast-box-layout #page,.js_active .ast-padded-layout #page{overflow:hidden}.js_active .ast-box-layout.ast-page-builder-template .vc_row[data-vc-full-width],.js_active .ast-padded-layout.ast-page-builder-template .vc_row[data-vc-full-width]{max-width:100%;left:0!important}.astra-full-megamenu-wrapper{z-index:99999}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.sub-menu>.menu-item{display:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.ast-mm-has-desc>.menu-link{vertical-align:middle;text-align:center}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .menu-item:hover>.menu-link{background-color:transparent}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu{opacity:0;visibility:hidden;padding:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu-focus .menu-item>.menu-link{background-color:transparent}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus{opacity:1;visibility:visible;-js-display:flex;display:flex}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item{padding-left:15px;padding-right:15px;display:block;flex:1;opacity:1}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-2 .menu-item{width:50%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-3 .menu-item{width:33.33%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-4 .menu-item{width:25%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item:last-child{border-right:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu{background-color:transparent;display:block;opacity:1;visibility:visible;transform:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .menu-item .menu-link{padding-left:24px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link{padding-left:48px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .sub-menu{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu{position:static;width:100%;margin:auto}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu .ast-header-navigation-arrow{display:none!important}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus{opacity:1;visibility:visible}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus .astra-megamenu.astra-megamenu-focus{-js-display:flex;display:flex}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched .ast-mm-template-content{padding:0}.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link::after{content:""}.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link .ast-icon.icon-arrow{display:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .sub-menu .menu-link,.ast-desktop .ast-mega-menu-enabled.submenu-with-border .astra-megamenu-li .sub-menu .menu-link{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li[data-megamenu-trigger=click]:not(.megamenu-active):hover .astra-full-megamenu-wrapper,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li[data-megamenu-trigger=click]:not(.megamenu-active):hover .astra-megamenu{opacity:0;visibility:hidden;pointer-events:none}.ast-desktop .main-header-menu .astra-megamenu-li[data-megamenu-trigger=click]:not(.megamenu-active):hover>.sub-menu{visibility:hidden;opacity:0;left:-999em}.ast-desktop .main-header-menu .astra-megamenu-li.megamenu-active>.sub-menu{left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu{opacity:1;visibility:visible;-js-display:flex;display:flex}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu>.menu-item,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu>.menu-item{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu>.menu-item:first-child,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu>.menu-item:last-child,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu>.menu-item,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu>.menu-item{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu>.menu-item:first-child,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu>.menu-item:last-child,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu.col-2 .menu-item,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu.col-2 .menu-item{width:50%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu.col-3 .menu-item,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu.col-3 .menu-item{width:33.33%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu.col-4 .menu-item,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu.col-4 .menu-item{width:25%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu>.menu-item,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu>.menu-item{display:block;flex:1;opacity:1}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu .sub-menu,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu .sub-menu{background-color:transparent;display:block;opacity:1;visibility:visible;transform:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu .astra-nested-sub-menu .menu-item .menu-link,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu .astra-nested-sub-menu .menu-item .menu-link{padding-left:24px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link{padding-left:48px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu.sub-menu .sub-menu,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu.sub-menu .sub-menu{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu.sub-menu>.menu-item .sub-menu,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu.sub-menu>.menu-item .sub-menu{position:static;width:100%;margin:auto}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu.sub-menu>.menu-item .sub-menu .menu-item,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu.sub-menu>.menu-item .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-megamenu.sub-menu .menu-item:last-child,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu.sub-menu .menu-item:last-child{border-right:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-full-megamenu-wrapper .astra-megamenu,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-full-megamenu-wrapper .astra-megamenu{-js-display:flex;display:flex}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-full-megamenu-wrapper,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-full-megamenu-wrapper{opacity:1;visibility:visible}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li.megamenu-active .astra-megamenu .sub-menu .menu-item,.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li.megamenu-active .astra-megamenu.sub-menu .menu-item .sub-menu,.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-megamenu.sub-menu .menu-item .sub-menu{min-width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item .sub-menu{min-width:100%}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper{background:#fff;position:absolute;opacity:0;visibility:hidden;top:100%}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-megamenu.sub-menu{display:none;position:relative;left:0;top:0;margin:0 auto;padding-left:0;padding-right:0;border-width:0}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched.sub-menu{padding:15px}.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item+.ast-mm-custom-content{margin-top:.9em}.ast-desktop .ast-mega-menu-enabled .menu-item-heading:not(.menu-item-has-children)>a{margin-bottom:.9em}.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link,.ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link,.ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link{background-color:transparent}.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text,.ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text,.ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text{vertical-align:text-top}.ast-desktop .ast-mm-custom-text-content,.ast-desktop .ast-mm-template-content{padding:0 1em}.ast-desktop .ast-mm-custom-text-content{margin-bottom:.9em}.ast-desktop .ast-below-header .ast-mm-custom-text-content,.ast-desktop .ast-below-header .ast-mm-template-content{padding:.9em 1em}.ast-desktop .submenu-with-border .astra-full-megamenu-wrapper{border-width:1px;border-style:solid}.ast-desktop .ast-mm-widget-content a{display:initial}.ast-desktop .ast-mm-widget-content .ast-mm-widget-item{padding:1.5em;margin-bottom:.9em}.ast-desktop .ast-mm-widget-content .ast-search-submit{display:none}.ast-desktop .submenu-with-border .astra-megamenu{border-width:1px}.ast-menu-description{line-height:1.6;display:block;font-size:.8em;padding:2px 0}.site-header a .ast-menu-description,.site-header a .sub-arrow{transition:none}.site-header .menu-text{transition:none}.ast-header-break-point .ast-menu-description{line-height:inherit}.astra-mm-highlight-label{font-size:.7em;margin-left:5px;line-height:normal;padding:3px 6px;border-radius:2px}.ast-desktop .ast-hide-menu-item{display:none}.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item{display:none}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu>.menu-item-has-children>.menu-link::after,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu>.menu-item-has-children>.menu-link::after,.ast-desktop .ast-mega-menu-enabled.main-header-menu>.menu-item-has-children>.menu-link::after{content:"";margin:0}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after{transform:rotate(-90deg)}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow,.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow{position:absolute;right:5%;top:50%;transform:translateY(-50%)}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:focus,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:hover,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:focus,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:hover,.ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:focus,.ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:hover{background:0 0}.ast-builder-menu-mobile .ast-mega-menu-enabled.main-header-menu .menu-item-has-children.astra-megamenu-li>.menu-link .sub-arrow:after,.ast-builder-menu-mobile .ast-mega-menu-enabled.main-header-menu .menu-item-has-children>.menu-link .sub-arrow:after,.ast-header-break-point .ast-mega-menu-enabled.main-header-menu .menu-item-has-children.astra-megamenu-li>.menu-link .sub-arrow:after,.ast-header-break-point .ast-mega-menu-enabled.main-header-menu .menu-item-has-children>.menu-link .sub-arrow:after{display:none}.ast-disable-link{cursor:default}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading:focus>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading:hover>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link:hover{background:0 0}.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading:focus>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading:hover>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link:hover{background:0 0}.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link{background:0 0}.ast-desktop .ast-above-header-menu .astra-mega-menu-width-full,.ast-desktop .ast-above-header-menu .astra-mega-menu-width-full-stretched,.ast-desktop .ast-below-header-menu .astra-mega-menu-width-full,.ast-desktop .ast-below-header-menu .astra-mega-menu-width-full-stretched,.ast-desktop .astra-mega-menu-width-full,.ast-desktop .astra-mega-menu-width-full-stretched{background:0 0}.ast-desktop .main-header-menu>.menu-item .astra-full-megamenu-wrapper:before{position:absolute;content:"";top:0;left:0;width:100%;transform:translateY(-100%)}.ast-desktop .main-header-menu.ast-menu-shadow .astra-full-megamenu-wrapper .sub-menu{box-shadow:none}.ast-desktop .main-header-menu.ast-menu-shadow .astra-megamenu .sub-menu{box-shadow:none}.ast-desktop .main-header-menu.ast-menu-shadow .astra-full-megamenu-wrapper{box-shadow:0 4px 10px -2px rgba(0,0,0,.1)}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item{display:none}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle{display:none}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu{display:block!important}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu{display:block!important}.ast-hidden{display:none!important}.rtl.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.megamenu-active .astra-full-megamenu-wrapper .astra-megamenu,.rtl.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:not([data-megamenu-trigger=click]):hover .astra-full-megamenu-wrapper .astra-megamenu{right:0}.main-header-bar-wrap .ast-search-box.header-cover{z-index:7}.ast-below-header-wrap .ast-search-box.header-cover #close,.ast-below-header-wrap .ast-search-box.header-cover .search-field{font-size:1.8em}.ast-below-header-wrap .ast-search-box.header-cover .search-submit{font-size:1.5em}.ast-search-box.full-screen,.ast-search-box.header-cover{display:none;opacity:0;transition:opacity .3s ease-in-out,display .3s ease-in-out;width:100%;height:100%}.ast-search-box.full-screen .search-field,.ast-search-box.header-cover .search-field{background:0 0;border:0;color:#fafafa;box-shadow:none;text-align:left;padding:0}.ast-search-box.full-screen .search-submit,.ast-search-box.header-cover .search-submit{background:var(--ast-fs-search-submit-background,0 0);padding:0;border-radius:50%;box-shadow:none;color:var(--ast-fs-search-text-color,#9e9e9e);transition:all .7s ease-In;outline:0;border:0;vertical-align:middle}.ast-search-box.full-screen .ast-search-wrapper,.ast-search-box.header-cover .ast-search-wrapper{position:absolute;width:100%;left:50%;top:50%;transform:translate(-50%,-50%)}.ast-search-box.full-screen .ast-search-wrapper .search-form,.ast-search-box.header-cover .ast-search-wrapper .search-form{line-height:normal}.ast-search-box.full-screen #close,.ast-search-box.header-cover #close{color:#fafafa;transform:rotate(0);font-size:2em;cursor:pointer;z-index:9;font-weight:400}.ast-search-box.full-screen .search-field::-webkit-input-placeholder,.ast-search-box.header-cover .search-field::-webkit-input-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field:-moz-placeholder,.ast-search-box.header-cover .search-field:-moz-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field::-moz-placeholder,.ast-search-box.header-cover .search-field::-moz-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field:-ms-input-placeholder,.ast-search-box.header-cover .search-field:-ms-input-placeholder{color:#fafafa}.ast-search-box.header-cover{position:absolute;background:rgba(25,25,25,.96);top:0;z-index:10}.ast-search-box.header-cover .search-field{font-size:2em;line-height:2;width:100%}.ast-search-box.header-cover .ast-container{position:relative}.ast-search-box.header-cover .close,.ast-search-box.header-cover .search-submit,.ast-search-box.header-cover .search-text-wrap{display:inline-block}.ast-search-box.header-cover .search-text-wrap{width:calc(100% - 2.5em);vertical-align:middle}.ast-search-box.header-cover .search-submit{font-size:1.7em;margin-right:2em}.ast-search-box.header-cover #close{vertical-align:middle;backface-visibility:hidden}.ast-search-box.full-screen{position:fixed;background:rgba(25,25,25,.96);top:0;left:0;z-index:999}.ast-search-box.full-screen .ast-search-wrapper .large-search-text{text-align:center;color:#e2e2e2;font-size:1.5em;font-weight:400;transition-delay:50ms;transition:all .3s ease-in-out}.ast-search-box.full-screen .ast-search-wrapper fieldset{border:0;padding:2.5em 0 1em;border-bottom:2px solid var(--ast-border-color)}.ast-search-box.full-screen .ast-search-wrapper .search-field{font-size:2em;padding-left:20px;line-height:1.7;width:92%;vertical-align:middle}.ast-search-box.full-screen .ast-search-wrapper .search-form{width:70%;margin:20px auto}.ast-search-box.full-screen .ast-search-wrapper .search-submit{font-size:var(--ast-fs-search-font-size, 1.7em)}.ast-search-box.full-screen #close{position:absolute;color:#fafafa;right:1em;line-height:1;cursor:pointer;z-index:9;font-weight:400;font-size:2em;top:1.5em;backface-visibility:hidden}.ast-search-box.full-screen ::-webkit-input-placeholder{opacity:0}.ast-search-box.full-screen ::-moz-placeholder{opacity:0}.ast-search-box.full-screen :-ms-input-placeholder{opacity:0}.ast-search-box.full-screen :-moz-placeholder{opacity:0}@media (max-width:420px){.ast-search-box.full-screen ::-webkit-input-placeholder{opacity:1}.ast-search-box.full-screen ::-moz-placeholder{opacity:1}.ast-search-box.full-screen :-ms-input-placeholder{opacity:1}.ast-search-box.full-screen :-moz-placeholder{opacity:1}}.ast-hfb-header .ast-search-box.full-screen.full-screen ::-webkit-input-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen ::-moz-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen :-ms-input-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen :-moz-placeholder{opacity:.5}.site-header .ast-inline-search.ast-search-menu-icon .search-form{padding-left:0;padding-right:0}.site-header .ast-inline-search.ast-search-menu-icon .search-field{padding-left:1em;padding-right:2em}.ast-inline-search.ast-search-menu-icon{position:relative;transform:none;left:0;right:0}.ast-inline-search.ast-search-menu-icon .search-submit{display:block;background:0 0;border:none;position:absolute;height:100%;right:.25em;padding:0;top:0;font-size:1.3em;color:#757575}.ast-header-break-point .ast-inline-search.ast-search-menu-icon .search-form{padding:0}.ast-header-break-point .site-header .ast-inline-search.ast-search-menu-icon .search-field{padding-right:2em}.ast-header-break-point .ast-search-box.full-screen .ast-search-wrapper .search-field{width:80%}.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.full-screen,.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.header-cover{display:none}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .ast-search-menu-icon .search-form{right:-1em;left:auto;padding-left:0;padding-right:3em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .ast-search-menu-icon .search-form{left:-1em;right:auto;padding-right:0;padding-left:3em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .search-field{padding-left:0;padding-right:1em}.ast-header-break-point .ast-above-header .ast-above-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field{padding-right:0}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon .search-form{padding-left:0;left:auto;padding-right:2em}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon.slide-search .search-form{left:-1em;padding-left:2em}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-1 .search-field{padding-right:0}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-above-header-mobile-stack .ast-above-header .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{right:auto;padding-right:2em}.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon.ast-inline-search .search-form{left:0;padding-left:0;padding-right:2em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .ast-search-menu-icon .search-form{right:-1em;left:auto;padding-left:0;padding-right:3em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .ast-search-menu-icon .search-form{left:-1em;right:auto;padding-right:0;padding-left:3em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .search-field{padding-left:0;padding-right:1em}.ast-header-break-point .ast-below-header .below-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field{padding-right:0}.ast-header-break-point .ast-swap-below-header-sections.site-header .ast-below-header .ast-inline-search.ast-search-menu-icon .search-field{padding-left:1em;padding-right:0}.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon .search-form{left:-1em;padding-left:3em;padding-right:1em}.ast-below-header-mobile-stack .ast-below-header .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{right:auto;padding-right:2em}.iphone.full-screen,.ipod.full-screen{position:fixed!important}@media (max-width:992px){.ast-above-header-mobile-stack .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{left:auto}.ast-below-header-mobile-stack .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{left:auto}}@media (max-width:544px){.ast-search-box.full-screen .ast-search-wrapper .large-search-text{display:none}.ast-search-box.full-screen .ast-search-wrapper .search-field,.ast-search-box.full-screen .ast-search-wrapper .search-submit{font-size:1.6em}}h1,h2,h3,h4,h5,h6{margin-bottom:20px;}@media (min-width:922px){.ast-hide-display-device-desktop{display:none;}[class^="astra-advanced-hook-"] .wp-block-query .wp-block-post-template .wp-block-post{width:100%;}}@media (min-width:545px) and (max-width:921px){.ast-hide-display-device-tablet{display:none;}}@media (max-width:544px){.ast-hide-display-device-mobile{display:none;}}h3,.entry-content :where(h3){color:#0c0c0c;}.widget-area.secondary .sidebar-main .wp-block-heading{color:#e2e4e7;}.ast-header-search .ast-search-menu-icon .search-field{border-radius:0px;}.ast-header-search .ast-search-menu-icon .search-submit{border-radius:0px;}.ast-header-search .ast-search-menu-icon .search-form{border-top-width:0px;border-bottom-width:0px;border-left-width:0px;border-right-width:0px;border-color:#ddd;border-radius:0px;}.ast-header-search .ast-search-menu-icon form.search-form .search-field{height:46px;}@media (min-width:922px){.ast-container{max-width:1940px;}}@media (min-width:993px){.ast-container{max-width:1940px;}}@media (min-width:1201px){.ast-container{max-width:1940px;}}@media (min-width:922px){.ast-woo-shop-archive .site-content > .ast-container{max-width:1940px;}}@media (min-width:993px){.ast-woo-shop-archive .site-content > .ast-container{max-width:1940px;}}@media (min-width:1201px){.ast-woo-shop-archive .site-content > .ast-container{max-width:1940px;}}@media (max-width:921px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .ast-comment-list li.depth-1,.ast-separate-container .comment-respond .ast-separate-container .ast-related-posts-wrap,.ast-separate-container .ast-woocommerce-container{padding-top:1.5em;padding-bottom:1.5em;}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-count-wrapper,.ast-separate-container .ast-comment-list li.depth-1,.ast-separate-container .comment-respond,.ast-separate-container .related-posts-title-wrapper,.ast-separate-container .related-posts-title-wrapper .single.ast-separate-container .about-author-title-wrapper,.ast-separate-container .ast-related-posts-wrap,.ast-separate-container .ast-woocommerce-container{padding-right:2.14em;padding-left:2.14em;}.ast-narrow-container .ast-article-post,.ast-narrow-container .ast-article-single,.ast-narrow-container .ast-comment-list li.depth-1,.ast-narrow-container .comment-respond,.ast-narrow-container .ast-related-posts-wrap,.ast-narrow-container .ast-woocommerce-container,.ast-narrow-container .ast-single-related-posts-container{padding-top:1.5em;padding-bottom:1.5em;}.ast-narrow-container .ast-article-post,.ast-narrow-container .ast-article-single,.ast-narrow-container .comments-count-wrapper,.ast-narrow-container .ast-comment-list li.depth-1,.ast-narrow-container .comment-respond,.ast-narrow-container .related-posts-title-wrapper,.ast-narrow-container .related-posts-title-wrapper,.single.ast-narrow-container .about-author-title-wrapper,.ast-narrow-container .ast-related-posts-wrap,.ast-narrow-container .ast-woocommerce-container,.ast-narrow-container .ast-single-related-posts-container{padding-right:2.14em;padding-left:2.14em;}.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary,.ast-separate-container #primary,.ast-plain-container #primary,.ast-narrow-container #primary{margin-top:1.5em;margin-bottom:1.5em;}.ast-left-sidebar #primary,.ast-right-sidebar #primary,.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary,.ast-separate-container #primary,.ast-narrow-container #primary{padding-left:0em;padding-right:0em;}.ast-no-sidebar.ast-separate-container .entry-content .alignfull,.ast-no-sidebar.ast-narrow-container .entry-content .alignfull{margin-right:-2.14em;margin-left:-2.14em;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .ast-comment-list li.depth-1,.ast-separate-container .comment-respond,.ast-separate-container .ast-related-posts-wrap,.ast-separate-container .ast-woocommerce-container{padding-top:1.5em;padding-bottom:1.5em;}.ast-narrow-container .ast-article-post,.ast-narrow-container .ast-article-single,.ast-narrow-container .ast-comment-list li.depth-1,.ast-narrow-container .comment-respond,.ast-narrow-container .ast-related-posts-wrap,.ast-narrow-container .ast-woocommerce-container,.ast-narrow-container .ast-single-related-posts-container{padding-top:1.5em;padding-bottom:1.5em;}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-count-wrapper,.ast-separate-container .ast-comment-list li.depth-1,.ast-separate-container .comment-respond,.ast-separate-container .related-posts-title-wrapper,.ast-separate-container .related-posts-title-wrapper,.single.ast-separate-container .about-author-title-wrapper,.ast-separate-container .ast-related-posts-wrap,.ast-separate-container .ast-woocommerce-container{padding-right:1em;padding-left:1em;}.ast-narrow-container .ast-article-post,.ast-narrow-container .ast-article-single,.ast-narrow-container .comments-count-wrapper,.ast-narrow-container .ast-comment-list li.depth-1,.ast-narrow-container .comment-respond,.ast-narrow-container .related-posts-title-wrapper,.ast-narrow-container .related-posts-title-wrapper,.single.ast-narrow-container .about-author-title-wrapper,.ast-narrow-container .ast-related-posts-wrap,.ast-narrow-container .ast-woocommerce-container,.ast-narrow-container .ast-single-related-posts-container{padding-right:1em;padding-left:1em;}.ast-no-sidebar.ast-separate-container .entry-content .alignfull,.ast-no-sidebar.ast-narrow-container .entry-content .alignfull{margin-right:-1em;margin-left:-1em;}}@media (max-width:544px){.ast-header-break-point .header-main-layout-2 .site-branding,.ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons{padding-bottom:0px;}}@media (max-width:921px){.ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container #secondary .widget{margin-bottom:1.5em;}}@media (max-width:921px){.ast-separate-container #primary,.ast-narrow-container #primary{padding-top:0px;}}@media (max-width:921px){.ast-separate-container #primary,.ast-narrow-container #primary{padding-bottom:0px;}}.ast-builder-menu-1 .main-header-menu.submenu-with-border .astra-megamenu,.ast-builder-menu-1 .main-header-menu.submenu-with-border .astra-full-megamenu-wrapper{border-top-width:2px;border-bottom-width:0px;border-right-width:0px;border-left-width:0px;border-style:solid;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1 .main-header-menu .sub-menu > .menu-item > .menu-link{padding-top:0px;padding-bottom:0px;padding-left:30px;padding-right:20px;}.ast-header-break-point .ast-builder-menu-1 .sub-menu .menu-item.menu-item-has-children > .ast-menu-toggle{top:0px;right:calc( 20px - 0.907em );}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1 .sub-menu .menu-item.menu-item-has-children > .ast-menu-toggle{top:0px;}}.ast-desktop .ast-mm-widget-content .ast-mm-widget-item{padding:0;}.ast-header-break-point .menu-text + .icon-arrow,.ast-desktop .menu-link > .icon-arrow:first-child,.ast-header-break-point .main-header-menu > .menu-item > .menu-link .icon-arrow,.ast-header-break-point .astra-mm-highlight-label + .icon-arrow{display:none;}.ast-advanced-headers-layout.ast-advanced-headers-layout-2 .ast-container{flex-direction:column;}.ast-advanced-headers-different-logo .advanced-header-logo,.ast-header-break-point .ast-has-mobile-header-logo .advanced-header-logo{display:inline-block;}.ast-header-break-point.ast-advanced-headers-different-logo .ast-has-mobile-header-logo .ast-mobile-header-logo{display:none;}.ast-advanced-headers-layout{width:100%;}.ast-header-break-point .ast-advanced-headers-parallax{background-attachment:fixed;}.account-main-header-bar-navigation .menu-item.menu-item-has-children > .menu-link .icon-arrow svg{position:absolute;right:.60em;top:50%;transform:translate(0,-50%) rotate( 270deg );}.ast-header-account-wrap .menu-item .menu-link{border-style:none;}input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 430px; --cmplz_banner_background_color: #d7b56d; --cmplz_banner_border_color: #f2f2f2; --cmplz_banner_border_width: 0px 0px 0px 0px ; --cmplz_banner_border_radius: 14px 14px 14px 14px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 163px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #222222; --cmplz_hyperlink_color: #1E73BE; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #0dadbf; --cmplz_button_accept_border_color: #d7b56d; --cmplz_button_accept_text_color: #ffffff; --cmplz_button_deny_background_color: #f2f2f2; --cmplz_button_deny_border_color: #f2f2f2; --cmplz_button_deny_text_color: #222222; --cmplz_button_settings_background_color: #f2f2f2; --cmplz_button_settings_border_color: #f2f2f2; --cmplz_button_settings_text_color: #333333; --cmplz_button_border_radius: 8px 8px 8px 8px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #1e73be; --cmplz_slider_inactive_color: #F56E28; --cmplz_slider_bullet_color: #ffffff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}.cmplz-cookiebanner { top: initial; left: initial; right: 10px; bottom: 10px; transform: initial;}@media (min-width: 768px) { .cmplz-cookiebanner { min-width: var(--cmplz_banner_width); max-width: 100%; display: grid; grid-row-gap: 10px; }}@media (max-width: 768px) { .cmplz-cookiebanner { left: initial; right: initial; bottom: 0; width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (min-width: 768px) { .cmplz-message, .cmplz-categories { width: calc(var(--cmplz_banner_width) - 42px); }}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}.cmplz-cookiebanner .cmplz-links.cmplz-information { display: none;}#cmplz-cookiebanner-container .cmplz-cookiebanner { bottom: -50vh; -webkit-animation: slideIn 1s forwards; -webkit-animation-delay: 0s; animation: slideIn 1s forwards; animation-delay: 0s;}@-webkit-keyframes slideIn { 100% { bottom: 0; }}@keyframes slideIn { 100% { bottom: 0; }}.cmplz-cookiebanner .cmplz-preferences,.cmplz-manage-consent-container .cmplz-preferences { display: none;}@media (max-width: 768px) { #cmplz-manage-consent .cmplz-manage-consent { display: none; }}.cmplz-logo { display: none !important;}.cmplz-cookiebanner .cmplz-close { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox { position: relative;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox { opacity: 0; margin: 0; margin-top: -10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; position: absolute; z-index: 1; top: 0px; left: 0px; width: 40px; height: 20px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before { box-shadow: 0 0 0 2px #245fcc;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before { display: block; background-color: var(--cmplz_slider_active_color); content: ""; padding-left: 6px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after { left: 14px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label { position: relative; padding-left: 30px; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { box-sizing: border-box; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: background-color 0.3s, left 0.3s;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before { display: block; content: ""; color: #fff; box-sizing: border-box; font-family: 'FontAwesome', sans-serif; padding-left: 23px; font-size: 12px; line-height: 20px; background-color: var(--cmplz_slider_inactive_color); left: 0px; top: -7px; height: 15px; width: 28px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { display: block; content: ""; letter-spacing: 20px; background: var(--cmplz_slider_bullet_color); left: 4px; top: -5px; height: 11px; width: 11px;}.cmplz-cookiebanner { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}#cmplz-manage-consent .cmplz-manage-consent { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show:hover { transition-duration: 1s; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;} .cmplz-blocked-content-container.recaptcha-invisible, .cmplz-blocked-content-container.g-recaptcha { max-width: initial !important; height: 80px !important; margin-bottom: 20px; } @media only screen and (max-width: 400px) { .cmplz-blocked-content-container.recaptcha-invisible, .cmplz-blocked-content-container.g-recaptcha { height: 100px !important } } .cmplz-blocked-content-container.recaptcha-invisible .cmplz-blocked-content-notice, .cmplz-blocked-content-container.g-recaptcha .cmplz-blocked-content-notice { max-width: initial; padding: 7px; } .cmplz-placeholder-element > blockquote.fb-xfbml-parse-ignore { margin: 0 20px; } .instagram-media.cmplz-placeholder-element > div { max-width: 100%; }