.cta__wrapper{display:flex}
.cta--alignment--right .cta__wrapper{justify-content:flex-end}
.cta--alignment--center .cta__wrapper{justify-content:center}
.cta__content{display:flex;flex-direction:column;z-index:1}
.cta--text-overflow{min-width:0}
.cta--text-overflow .cta__content{min-width:0}
.cta--text-overflow .cta__text{white-space:nowrap;overflow:hidden}
.cta__el{font-weight:400;font-style:normal;display:inline-flex;justify-content:center;align-items:center;line-height:1}
.cta--btn .cta__el{padding:5px 24px;border-radius:4px}
.cta--padding--default.cta--btn .cta__el{padding-left:24px;padding-right:24px}
.cta--padding--small.cta--btn .cta__el{padding-left:15px;padding-right:15px}
.cta--padding--extra-small.cta--btn .cta__el{padding-left:10px;padding-right:10px}
.cta--btn--phoenix .cta__el{font-weight:600;font-style:normal;min-width:151px}
.cta__el .cta--custom{cursor:pointer}
.cta--btn-style--orange .cta__el{user-select:none;cursor:pointer;background:#f80;color:#fff}
.cta--btn-style--orange .cta__el:hover,.cta--btn-style--orange .cta__el:focus{background:#f90}
.cta--btn-style--orange .cta__el:active{background:#eb6321}
.cta--btn-style--deep-blue .cta__el{user-select:none;cursor:pointer;background-color:#002fa7;color:#fff}
.cta--btn-style--deep-blue .cta__el:hover,.cta--btn-style--deep-blue .cta__el:focus,.cta--btn-style--deep-blue .cta__el:active{background-color:#001a59}
.cta--btn-style--bordered-deep-blue .cta__el{user-select:none;cursor:pointer;color:#002fa7;border:1px solid #002fa7}
.cta--btn-style--bordered-deep-blue .cta__el:hover,.cta--btn-style--bordered-deep-blue .cta__el:focus,.cta--btn-style--bordered-deep-blue .cta__el:active{background-color:#001a59;border-color:transparent;color:#fff}
.cta--btn-style--light .cta__el{user-select:none;cursor:pointer;background-color:#fff;color:#002fa7}
.cta--btn-style--light .cta__el:hover,.cta--btn-style--light .cta__el:focus,.cta--btn-style--light .cta__el:active{color:#001a59}
.cta--btn-style--bordered-light .cta__el{user-select:none;cursor:pointer;color:#fff;border:1px solid #fff}
.cta--btn-style--bordered-light .cta__el:hover,.cta--btn-style--bordered-light .cta__el:focus,.cta--btn-style--bordered-light .cta__el:active{background-color:#fff;border-color:transparent;color:#001a59}
.cta--btn-style--blue-light .cta__el{user-select:none;cursor:pointer;background-color:#99acdc;color:#001a59}
.cta--btn-style--blue-light .cta__el:hover,.cta--btn-style--blue-light .cta__el:focus,.cta--btn-style--blue-light .cta__el:active{color:#002fa7}
.cta--btn-style--bordered-blue-light .cta__el{user-select:none;cursor:pointer;color:#fff;border:1px solid #99acdc}
.cta--btn-style--bordered-blue-light .cta__el:hover,.cta--btn-style--bordered-blue-light .cta__el:focus,.cta--btn-style--bordered-blue-light .cta__el:active{background-color:#99acdc;color:#001a59;border-color:transparent}
.cta--btn-style--blue .cta__el{user-select:none;cursor:pointer;background:#0684bd;color:#fff}
.cta--btn-style--blue .cta__el:hover{background:#2098ce}
.cta--btn-style--blue .cta__el:active{background:#005684}
.cta--btn-style--white .cta__el{user-select:none;cursor:pointer;background:#fff;color:#676767}
.cta--btn-style--white .cta__el:hover{color:#0684bd}
.cta--btn-style--white .cta__el .cta__icon{color:#0684bd}
.cta--btn-style--light-blue .cta__el{user-select:none;cursor:pointer;background:#42a8d9;color:#fff}
.cta--btn-style--light-blue .cta__el:hover,.cta--btn-style--light-blue .cta__el:focus{background:#5bc9e7}
.cta--btn-style--light-blue .cta__el:active{background:#288ac8}
.cta--btn-style--rounded .cta__el{border-radius:40px;padding-top:15px;padding-bottom:15px;padding-left:15px;color:#0684bd;position:relative}
.cta--btn-style--rounded .cta__el::before{content:"";border-radius:40px;display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;z-index:0;transition:all .3s}
.cta--btn-style--rounded .cta__el:hover::before{border-radius:60px;transform:scale(1.05);transition:all .3s}
.cta--btn-size--default .cta__el{font-size:18px;min-height:50px}
.cta--btn-size--small .cta__el{font-size:16px;min-height:36px}
.cta--link-style--white .cta__el{user-select:none;cursor:pointer;font-weight:400;font-style:normal;color:#fff}
.cta--link-style--white .cta__el .cta__text,.cta--link-style--white .cta__el .cta__desc{border-bottom:1px solid transparent}
.cta--link-style--white .cta__el:hover{color:#fff}
.cta--link-style--white .cta__el:hover .cta__text,.cta--link-style--white .cta__el:hover .cta__desc{border-color:#fff}
.cta--link-style--blue .cta__el{user-select:none;cursor:pointer;font-weight:400;font-style:normal;color:#0684bd}
.cta--link-style--blue .cta__el .cta__text,.cta--link-style--blue .cta__el .cta__desc{border-bottom:1px solid transparent}
.cta--link-style--blue .cta__el:hover{color:#056895;text-decoration:underline}
.cta--link-style--orange .cta__el{user-select:none;cursor:pointer;font-weight:400;font-style:normal;color:#f80}
.cta--link-style--orange .cta__el .cta__text,.cta--link-style--orange .cta__el .cta__desc{border-bottom:1px solid transparent}
.cta--link-style--orange .cta__el:hover{color:#f80}
.cta--link-style--orange .cta__el:hover .cta__text,.cta--link-style--orange .cta__el:hover .cta__desc{border-color:#f80}
.cta--link-style--phoenix.cta--link-style--deep-blue .cta__el{user-select:none;cursor:pointer;color:#002fa7;font-weight:600;font-style:normal}
.cta--link-style--phoenix.cta--link-style--white-phoenix .cta__el{user-select:none;cursor:pointer;color:#fff;font-weight:600;font-style:normal}
.cta--link-style--phoenix.cta--link-style--white-phoenix .cta__el .cta__text,.cta--link-style--phoenix.cta--link-style--white-phoenix .cta__el .cta__desc{border-bottom:1px solid transparent}
.cta--link-style--phoenix .cta__el{cursor:pointer}
.cta--link-style--phoenix .cta__el .cta__icon{width:24px;height:24px}
.cta--link-style--phoenix .cta__el .cta__icon>*{transform:translateX(-7px);transition:transform .3s ease-in-out}
.cta--link-style--phoenix .cta__el:hover .cta__icon>*{transform:translateX(0)}
.cta--link-size--default .cta__el{font-size:18px}
.cta--link-size--medium .cta__el{font-size:16px}
.cta--link-size--small .cta__el{font-size:14px}
.cta__el--type--plans-and-pricing .cta__desc{display:block}
.cta--width--auto .cta__el{flex-grow:0}
.cta--width--100 .cta__el{flex-grow:1}
.cta--justify--start .cta__el{justify-content:flex-start}
.cta--justify--space-between .cta__el{justify-content:space-between}
.cta--justify--space-around .cta__el{justify-content:space-around}
.cta--justify--space-evenly .cta__el{justify-content:space-evenly}
.cta__icon{width:20px;height:20px;z-index:1}
.cta__icon_not-shrink{flex-shrink:0}
.cta--icon-position--right .cta__icon{margin-left:10px;order:1}
.cta--icon-position--left .cta__icon{margin-right:10px}
.cta--icon-position--end .cta__icon{margin-left:5px;display:inline-block;vertical-align:middle}
.cta__desc{display:none;font-size:12px;margin-top:2px}
@media only screen and (max-width:991px){.cta--tab-alignment--left .cta__wrapper{justify-content:flex-start}
.cta--tab-alignment--right .cta__wrapper{justify-content:flex-end}
.cta--tab-alignment--center .cta__wrapper{justify-content:center}
.cta--tab-width--auto .cta__el{flex-grow:0}
.cta--tab-width--100 .cta__el{flex-grow:1}
.cta--tab-justify--start .cta__el{justify-content:flex-start}
.cta--tab-justify--space-between .cta__el{justify-content:space-between}
.cta--tab-justify--space-around .cta__el{justify-content:space-around}
.cta--tab-justify--space-evenly .cta__el{justify-content:space-evenly}
.cta--tab-padding--default.cta--btn .cta__el{padding-left:24px;padding-right:24px}
.cta--tab-padding--small.cta--btn .cta__el{padding-left:15px;padding-right:15px}
.cta--tab-padding--extra-small.cta--btn .cta__el{padding-left:10px;padding-right:10px}
}
@media only screen and (max-width:767px){.cta--mob-alignment--left .cta__wrapper{justify-content:flex-start}
.cta--mob-alignment--right .cta__wrapper{justify-content:flex-end}
.cta--mob-alignment--center .cta__wrapper{justify-content:center}
.cta--mob-font-size--small .cta__content{font-size:94%}
.cta--mob-font-size--extra-small .cta__content{font-size:88%}
.cta--mob-width--auto .cta__el{flex-grow:0}
.cta--btn--phoenix .cta__el{min-width:130px}
.cta--mob-width--100 .cta__el{flex-grow:1}
.cta--mob-justify--start .cta__el{justify-content:flex-start}
.cta--mob-justify--space-between .cta__el{justify-content:space-between}
.cta--mob-justify--space-around .cta__el{justify-content:space-around}
.cta--mob-justify--space-evenly .cta__el{justify-content:space-evenly}
.cta--mob-padding--default.cta--btn .cta__el{padding-left:24px;padding-right:24px}
.cta--mob-padding--small.cta--btn .cta__el{padding-left:15px;padding-right:15px}
.cta--mob-padding--extra-small.cta--btn .cta__el{padding-left:10px;padding-right:10px}
}