/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Global Css */





.elementor-widget-text-editor ul {
	margin-bottom:20px;
}
#integ-btn:hover,
#cus-btn:hover{
	  cursor:pointer;
}
.text-color-pink {
	color: var(--e-global-color-accent);
}

/* Contact Form 7 */
.label-hidden {
  clip: rect(1px,1px,1px,1px);
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}


input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    /* border: 1px solid #666; */
    /* border-radius: 3px; */
    /* padding: .5rem 1rem; */
    transition: all .3s;
    width: 100%;
    border-style: none none solid;
    border-width: 1px;
    border-color: #ccc;
    color: #000000;
    background-color: #fff0;
    border-radius: 0;
    height: auto;
    min-height: 2.75rem;
    margin-bottom: 0;
    padding: .5rem .75rem .5rem 0;
    font-size: 1.0625rem;
    line-height: 1.6;
}

label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    width: 100%;
	padding-bottom: 1.875rem;
}



input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #FA3F85;
    border: #fa3f85;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    border-color: #e63a7a;
    background-color: #e63a7a;
}


/* CTA Lotie Footer*/

.cta_component {
    z-index: 3;
    background-color: var(--base-color-brand-secondary--violet);
    border-radius: .625rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 22.875rem;
    padding-left: 6rem;
    padding-right: 6rem;
    display: flex
;
    position: relative;
    bottom: -5rem;
    overflow: hidden;
}
.cta_lottie-wrap {
    opacity: .4;
    pointer-events: none;
    width: 42.625rem;
    position: absolute;
    inset: -12rem -12rem auto auto;
}
.cta_lottie {
    position: static;
    inset: 0%;
}
svg:not(:root) {
    overflow: hidden;
}

/* === Read More === */
.read-more-button {
	color:var(--e-global-color-secondary);
	margin-top:10px;
	font-style:italic;
	display:block;
	cursor:pointer;
}
.read-more-content {
	height:auto;
}
.read-more-content.closed {
	max-height: 55px;
	transition: max-height 0.3s ease-out;
	overflow: hidden;
	-webkit-mask-image: -webkit-gradient(linear, left center, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
}

/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Global Css */

.button_conditional-wrap.is-disabled {
    opacity: .3;
    pointer-events: none;
}


.elementor-widget-text-editor ul {
	margin-bottom:20px;
}
#integ-btn:hover,
#cus-btn:hover{
	  cursor:pointer;
}
.text-color-pink {
	color: var(--e-global-color-accent);
}

/* Contact Form 7 */
.label-hidden {
  clip: rect(1px,1px,1px,1px);
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}


input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    /* border: 1px solid #666; */
    /* border-radius: 3px; */
    /* padding: .5rem 1rem; */
    transition: all .3s;
    width: 100%;
    border-style: none none solid;
    border-width: 1px;
    border-color: #ccc;
    color: #000000;
    background-color: #fff0;
    border-radius: 0;
    height: auto;
    min-height: 2.75rem;
    margin-bottom: 0;
    padding: .5rem .75rem .5rem 0;
    font-size: 1.0625rem;
    line-height: 1.6;
}

label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    width: 100%;
	padding-bottom: 1.875rem;
}



input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #FA3F85;
    border: #fa3f85;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    border-color: #e63a7a;
    background-color: #e63a7a;
}


/* CTA Lotie Footer*/

.cta_component {
    z-index: 3;
    background-color: var(--base-color-brand-secondary--violet);
    border-radius: .625rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 22.875rem;
    padding-left: 6rem;
    padding-right: 6rem;
    display: flex
;
    position: relative;
    bottom: -5rem;
    overflow: hidden;
}
.cta_lottie-wrap {
    opacity: .4;
    pointer-events: none;
    width: 42.625rem;
    position: absolute;
    inset: -12rem -12rem auto auto;
}
.cta_lottie {
    position: static;
    inset: 0%;
}
svg:not(:root) {
    overflow: hidden;
}

/* === Read More === */
.read-more-button {
	color:var(--e-global-color-secondary);
	margin-top:10px;
	font-style:italic;
	display:block;
	cursor:pointer;
}
.read-more-content {
	height:auto;
}
.read-more-content.closed {
	max-height: 55px;
	transition: max-height 0.3s ease-out;
	overflow: hidden;
	-webkit-mask-image: -webkit-gradient(linear, left center, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
}


/* ================================================================
 *                   CALCULATOR
 * ================================================================ */
body .btnactive a { background-color: #eff1ff !important;
     border-left: 4px solid #626ec8 !important;
    border-radius: .25rem;
}


body .select_field-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
body .select_field:focus-visible,
body .select_field:focus {
	    border: 1px solid #626EC8 !important;
}

body .select_field {
    appearance: none;
    background: transparent;
    border: 1px solid #626EC8;
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
    font-size: 1rem;
    position: relative;
    width: 100%;
    border-radius: 10px;
}

body .select_field-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    width: 20px;
    height: 10px;
    background-color: #626EC8;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    pointer-events: none;
}

body .ccb-default-checkbox label[data-v-5beaf357] {
	padding-left: 0;
}

body .ccb-default-checkbox label[data-v-5beaf357]:has(input[type=checkbox]:checked):before {
    /* background: var(--ccb-accent-color); */
    /* border-color: var(--ccb-accent-color); */
    border-color: #626ec8;
    background-color: #626ec8;
    background-image: url(/wp-content/uploads/2025/10/custom-checkbox-icon.webp);
    background-size: 16px;
    border-radius: .3125rem;
    background-repeat: no-repeat;
    background-position: center;
}

body .ccb-default-checkbox label[data-v-5beaf357]:after {
    display: none;
}

body .ccb-default-checkbox label[data-v-5beaf357]:before {
    max-width: 30px;
    min-width: 30px;
    max-height: 50px;
    min-height: 30px;
    position: relative;
	    margin-right: 10px !important;
    border: 2px solid var(--ccb-fields-border-color);
    transition: transform .28s ease;
    box-sizing: border-box;
    border-radius: 3px;
    border-color: #626ec8;
    background-size: 16px;
    border-radius: .3125rem;
    background-repeat: no-repeat;
    background-position: center;
}

body .ccb-vertical.ccb-layout-container {
    margin: 0;
    width: 100%;
    max-width: 100%;
}



.pricing_body-tab-pane h3 {
	font-size: 32px;
    font-weight: normal;
}
.pricing_body-tab-pane h4
 {
    font-family: "Soehne Kraftig", Sans-serif;
    font-size: 24px;
    font-weight: 500;
}
a.plus_sign-link.is-disabled {
    opacity: .3;
    pointer-events: none;
}

a.plus_sign-link {
    grid-column-gap: .625rem;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.0625rem;
    transition: all .2s;
    display: flex;
}

.plus_sign-icon {
    margin-bottom: -4px;
}

.w--tab-active {
    display: block;
}
/* .w-tab-pane {
    display: none;
    position: relative;
} */


.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.pricing_body-tab-pane-calculator-card {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    border: 1px solid var(--base-color-neutral--cloud);
    border-radius: .625rem;
    flex-flow: column;
    padding: 2.5rem 1.875rem;
    display: flex;
    box-shadow: 0 7px 11px #0000000a;
}

.pricing_body-component {
    z-index: 3;
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    display: grid;
    position: relative
}

.pricing_body-tabs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: flex
}

.pricing_body-tabs-menu {
    flex-flow: column;
    display: none
}

.pricing_body-tabs-content {
    width: 100%;
    height: 100%;
    overflow: visible
}

.pricing_body-tab-pane {
    width: 100%;
    height: 100%
}

.pricing_calculator-form {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    display: grid
;
}


.text-style-subtitle.is-smallest {
    font-size: 1.0625rem;
}
.text-size-regular {
    font-size: 1.0625rem;
    font-weight: 400;
}

.text-size-regular.text-color-slate {
    color: #556274;
}

.text-size-large {
    font-size: 1.5rem;
    line-height: 1.67;
}

.text-style-subtitle {
    letter-spacing: -.21px;
    font-family: Soehne Kraftig, sans-serif;
    font-size: 1.3125rem;
    font-weight: 500;
    line-height: 1;
}

.line-divider {
    background-color: #d9d9d9;
    width: 100%;
    height: 1px;
}

.w-form {
    margin: 0 0 15px
}

.w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none
}

.w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none
}

.w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block
}

.w-checkbox:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-checkbox:after {
    content: " ";
    clear: both;
    grid-area: 1/1/2/2;
    display: table
}

.w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal
}

.w-checkbox-input--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 12px;
    height: 12px
}

.w-embed:after {
    clear: both;
}

.w-embed:before, .w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-radio {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
	padding-bottom:10px;
}

.w-radio-input {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal;
}
	
.pricing_body-modals {
    z-index: 20;
    pointer-events: none;
    position: absolute;
    inset: 0%
}

.pricing_features-modal {
    z-index: 10;
    pointer-events: auto;
    background-color: #fff;
    border-radius: .625rem;
    flex-flow: column;
    justify-content: space-between;
    max-width: 74.625rem;
    max-height: 38.125rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: fixed;
    inset: 15vh 0% 0%;
    overflow: hidden
}

.pricing_features-modal.is-hidden {
    display: none
}

.pricing_features-modal-top {
    border-bottom: 1px solid #c0c7c9;
    border-radius: 1px;
    justify-content: space-between;
    padding: 1.875rem;
    display: flex
}

.pricing_features-modal-bottom {
    border-bottom: 1px none #c0c7c9;
    background-color: #f7f8fa;
    border-radius: 1px;
    justify-content: flex-end;
    align-items: center;
    height: 5rem;
    padding: .625rem 1.875rem;
    display: flex
}

.pricing_features-modal-close {
    transition: all .2s
}

.pricing_features-modal-close:hover {
    color: #808080
}

.pricing_features-modal-mid {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    padding: 2.5rem 1.875rem;
    display: grid
}

.pricing_features-modal-mid-col {
    grid-column-gap: .78rem;
    grid-row-gap: .78rem;
    flex-flow: column;
    display: flex
}

.modal_overlay {
    z-index: 10;
    background-color: #00000026;
    height: 100vh;
    position: fixed;
    inset: 0%;
    overflow: visible
}

.modal_overlay.is-hidden {
    display: none
}

.pricing_body-tab-pane-calculator-card {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    border: 1px solid #f0f0f0;
    border-radius: .625rem;
    flex-flow: column;
    padding: 2.5rem 1.875rem;
    display: flex;
    box-shadow: 0 7px 11px #0000000a
}

.pricing_body-tab-pane-inner-full {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex
}

.pricing_calculator-form-block {
    width: 100%
}

.pricing_calculator-form {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    display: grid
}

input.calculator_input {
    border: 2px solid #c0c7c9;
    color: #000000;
    border-radius: .625rem;
    min-height: 3.125rem;
    padding: 1.25rem;
    font-size: 1.0625rem;
    line-height: 1;
    transition: all .2s
}

input.calculator_input:focus {
    border-color: #f42680;
}

.calculator_input-field {
    margin-bottom: 1rem;
/*     font-size: .9375rem; */
    font-weight: 400;
	padding-bottom:0;
}

#pricing-calculate-button input {
	border-color:#262626;
}
#pricing-calculate-button.w-node-bc4c147b-f0e9-c1c1-e00f-224c596d952f-3e3cc6d7 {
    order: 9999;
    grid-area: 4 / 1 / 5 / 2;
}
.button_conditional-wrap {
    width: 100%;
}

.pricing_calculator-addons-wrap {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 1.875rem;
    display: flex
}

.pricing_calculator-total {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    background-color: #f7f8fa;
    border-radius: .3125rem;
    flex-flow: column;
    padding: 2.5rem 1.25rem;
    transition: all .2s;
    display: flex
}

.pricing_calculator-total-row {
    justify-content: space-between;
    align-items: center;
    display: flex
}

.addon_item {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    border: 2px solid #c0c7c9;
    background-color: #f7f8fa;
    border-radius: 1.875rem;
    padding: 1rem 1.25rem;
    font-family: Soehne Kraftig,sans-serif;
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1;
    display: flex
}

.addon_item.is-disabled {
    display: none
}

.pricing_calculator-addons {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: wrap;
    display: flex
}

.addon_item-remove {
    margin-top: .5px;
    transition: all .2s
}

.addon_item-remove:hover {
    color: #808080;
}

.pricing_addons-modal {
    z-index: 10;
    pointer-events: auto;
    background-color: #fff;
    border-radius: .625rem;
    flex-flow: column;
    justify-content: space-between;
    max-width: 74.625rem;
    max-height: 38.125rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: fixed;
    inset: 15vh 0% 0%;
    overflow: hidden
}

.pricing_addons-modal.is-hidden {
    display: none
}

.pricing_addons-modal-top {
    border-bottom: 1px solid #c0c7c9;
    border-radius: 1px;
    justify-content: space-between;
    padding: 1.875rem;
    display: flex
}

.pricing_addons-modal-close {
    transition: all .2s
}

.pricing_addons-modal-close:hover {
    color: #808080;
}

.pricing_addons-modal-mid {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    padding: 2.5rem 1.875rem;
    display: flex;
    overflow: scroll
}

.pricing_addons-modal-mid-col {
    grid-column-gap: .78rem;
    grid-row-gap: .78rem;
    flex-flow: column;
    display: flex
}

.pricing_addons-modal-mid-col.is-price {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-end
}

.pricing_addons-modal-mid-col.is-checkboxes {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem
}

.pricing_addons-modal-mid-col.is-tax-price {
    grid-column-gap: 6.4rem;
    grid-row-gap: 6.4rem;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 3rem
}

.pricing_addons-modal-bottom {
    border-bottom: 1px none #c0c7c9;
    background-color: #f7f8fa;
    border-radius: 1px;
    justify-content: flex-end;
    align-items: center;
    height: 5rem;
    padding: .625rem 1.875rem;
    display: flex
}

.pricing_addons-modal-mid-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid
}

.pricing_addons-modal-mid-row .line-divider {
	grid-area: span 1 / span 3 / span 1 / span 3;
}

.pricing_addons-checkbox-wrap {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    justify-content: flex-start;
    align-items: center;
    margin-top: -4px;
    display: flex
}

.pricing_addons-checkbox-form-block,.pricing_addons-checkbox-field {
    margin-bottom: -15px;
}

.pricing_addons-checkbox {
    border-width: 2px;
    border-color: #556274;
    cursor: pointer;
    border-radius: .3125rem;
    width: 1.875rem;
    height: 1.875rem;
    margin-top: 0;
    transition: all .2s
}

.pricing_addons-checkbox:hover {
    border-color: #626ec8;
    background-color: #eff1ff;
}

.pricing_addons-checkbox.w--redirected-checked {
    border-color: #626ec8;
    background-color: #626ec8;
    background-image: url(/wp-content/uploads/2025/10/custom-checkbox-icon.webp);
    background-size: 16px;
    border-radius: .3125rem;
    background-repeat: no-repeat;
    background-position: center;
}

.pricing_addons-checkbox.w--redirected-focus {
    box-shadow: none
}

.pricing_addons-checkbox-label {
    display: none
}

.pricing_calculator-form-pre-label-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    display: flex;
    position: relative
}

.pricing_calculator-form-pre-label {
    font-size: 1.0625rem;
    font-weight: 400;
    position: absolute;
    inset: 46% auto auto -7.4rem
}

.pricing_calculator-form-pre-label.text-color-slate {
    color: #556274
}

.pricing_addons-total-price-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-right: 1.875rem;
    display: flex
}

.pricing_addons-total-price {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: flex
}

.pricing_body-tab-pane-card-accordion-top {
    justify-content: space-between;
    text-decoration: none;
    display: flex
}

.accordion_arrow {
    color: #626ec8
}

.accordion_arrow.is-small {
    display: none
}

.pricing_body-tab-pane-card-accordion {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-flow: column;
    display: flex
}

.pricing_body-footer-calculator-wrap {
    display: none
}

.pricing_body-footer-calculator {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    background-color: #626ec8;
    text-align: center;
    border-radius: .625rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 2.25rem;
    display: flex
}

.pricing_frequency-toggle {
    background-color: #f7f8fa;
    border-radius: 3.125rem;
    justify-content: space-between;
    height: 3.125rem;
    font-size: .9375rem;
    display: flex;
    position: relative
}

.pricing-frequency-monthly {
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    text-decoration: none;
    display: flex
}

.pricing-frequency-annually {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    text-decoration: none;
    display: flex
}

.pricing_frequency-toggle-active {
    z-index: 1;
    border: 2px solid #626ec8;
    pointer-events: none;
    background-color: #fff;
    border-radius: 50px;
    width: 50%;
    height: 100%;
    position: absolute
}

.text-size-regular.show-mobile-landscape {
    display: none;
}
#modal-addons-add.button {
	color: #fff;
    padding: .9375rem 1.3125rem;
    font-size: .9375rem;
    border: 2px solid #fa3f85;
    background-color: #fa3f85;
    text-align: center;
    border-radius: .5rem;
    font-family: Soehne Kraftig, sans-serif;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s;
}



/* ========= RESPONSIVE ========= */

@media screen and (max-width: 479px) {
    .cta_component {
        height: auto;
        padding: 3.75rem 1.25rem;
    }
}

@media screen and (max-width: 767px) {
    .cta_component {
        height: auto;
        padding: 4rem 1.5rem 3.75rem;
    }
}

@media screen and (max-width: 991px) {
    .cta_component {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

/* ========= RESPONSIVE ========= */

@media screen and (max-width: 479px) {
    .cta_component {
        height: auto;
        padding: 3.75rem 1.25rem;
    }
}

@media screen and (max-width: 767px) {
    .cta_component {
        height: auto;
        padding: 4rem 1.5rem 3.75rem;
    }
	.text-size-regular.show-mobile-landscape {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .cta_component {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}