.lc-arrow-up {
    position: relative;
    z-index: 10000;
}

.lc-arrow-up .lc-arrow-up-button,
.lc-arrow-up .lc-calculator-button {
    position: fixed;
    right: 72px;
    bottom: 80px;
    width: 72px;
    height: 72px;
    cursor: pointer;
    border-radius: 80px;
    background-color: white;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.05);
    z-index: 10000;
}

.lc-arrow-up .lc-calculator-button {
    right: 160px;
    background-color: #F55B41;
}

.lc-arrow-up .lc-arrow-up-button .elementor-widget-container,
.lc-arrow-up .lc-calculator-button .elementor-widget-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lc-icon-large .elementor-button-icon {
    width: 24px;
    height: 24px;
}

.lc-icon-large .elementor-button-icon svg {
    width: 24px;
    height: 24px;
}

.lc-icon-button-orange .elementor-icon-box-icon .cls-1,
.lc-icon-button-orange .elementor-icon-box-icon .cls2-1,
.lc-icon-button-orange .elementor-icon-box-icon .cls2-2,
.lc-icon-button-orange .elementor-icon-box-icon .cls-3 {
    stroke: #F55B41;
}

.lc-icon-button-white .elementor-button-icon svg .cls-1,
.lc-icon-button-white .elementor-button-icon svg .cls2-1,
.lc-icon-button-white .elementor-button-icon svg .cls2-2,
.lc-icon-button-white .elementor-button-icon svg .cls-3 {
    stroke: #ffffff;
}

.lc-icon-button-blue .elementor-button-icon svg .cls-1,
.lc-icon-button-blue .elementor-button-icon svg .cls2-1,
.lc-icon-button-blue .elementor-button-icon svg .cls2-2,
.lc-icon-button-blue .elementor-button-icon svg .cls-3 {
    stroke: #24226A;
}

.lc-icon-button-white:hover .elementor-button-icon svg .cls-1,
.lc-icon-button-white:hover .elementor-button-icon svg .cls2-1,
.lc-icon-button-white:hover .elementor-button-icon svg .cls2-2,
.lc-icon-button-white:hover .elementor-button-icon svg .cls-3 {
    stroke: #ffffff;
    transition-duration: 0.5s;
}

.elementor-element .elementor-widget-container .elementor-button-wrapper .elementor-button:hover{
    background-color: #24226A;
    border-color: white;
    color: white;
}

.lc-size-0 {
    font-size: 0;
}

.lc-title {
    position: relative;
}

.lc-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 120px;
    height: 6px;
    border-radius: 6px;
    background-color: #F55B41;
}

.lc-bottom-line-orange {
    position: relative;
}

.lc-bottom-line-orange:after {
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: -12px;
    height: 12px;
    border-radius: 0 0 8px 8px;
    background-color: #F55B41;
}

.lc-bottom-line-blue:after {
    content: '';
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: -7px;
    height: 7px;
    border-radius: 0 0 8px 8px;
    background-color: #24226A;
}

sup {
    font-size: 0.6em;
}

.elementor-element p {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.lc-list-decimal .elementor-icon-list-text {
    position: relative;
}

.lc-list-decimal .elementor-icon-list-text:before {
    position: absolute;
    right: calc(100% + 4px);
    content: counter(item) ". ";
    counter-increment: item;
    text-align: right;
    display: inline-block;
}

.lc-list-decimal .elementor-icon-list-items {
    counter-reset: item;
}

.lonsurf-calculator {
    position: relative;
}

.lonsurf-calculator .lonsurf-calculator-first-state {
    position: relative;
}

.lonsurf-calculator .lonsurf-calculator-second-state {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lonsurf-calculator-first-state.fade-in,
.lonsurf-calculator-second-state.fade-in,
.lc-popup-bg.fade-in {
    animation: fade-in 0.3s;
    animation-fill-mode: forwards;
}

.lonsurf-calculator-first-state.fade-out,
.lonsurf-calculator-second-state.fade-out,
.lc-popup-bg.fade-out {
    animation: fade-out 0.3s;
    animation-fill-mode: forwards;
}

@keyframes fade-in {
    0% {
        left: 1000%;
        opacity: 0;
    }
    1% {
        left: 0;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        left: 0;
        opacity: 1;
    }
    99% {
        left: 0;
        opacity: 0;
    }
    100% {
        left: -1000%;
        opacity: 0;
    }
}

.lonsurf-calculator-select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.lonsurf-calculator-select {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lonsurf-calculator-select .lc-selected {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    display: flex;
    align-items: center;
}

.lonsurf-calculator-select .lc-selected:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0Ljk0MDUgNi43MTI0TDEwLjA1MDUgMTEuNjAyNEM5LjQ3MzA1IDEyLjE3OTkgOC41MjgwNSAxMi4xNzk5IDcuOTUwNTUgMTEuNjAyNEwzLjA2MDU1IDYuNzEyNCIgc3Ryb2tlPSIjMjQyMjZBIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
}

.lonsurf-calculator-select.open .lc-selected:after {
    transform: translateY(-50%) rotate(180deg);
}

.lonsurf-calculator-select .lc-selected strong,
.lonsurf-calculator-select .lc-dropdown li strong {
    font-weight: 600;
}

.lonsurf-calculator-select .lc-dropdown {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: #ffffff;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 1;
}

.lonsurf-calculator-select .lc-dropdown li {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.lonsurf-calculator-select .lc-dropdown li * {
    pointer-events: none;
}

.elementor-element .lonsurf-calculator-select .lc-dropdown > li:last-child {
    border-bottom: 0 !important;
}

.lonsurf-calculator-select.open .lc-dropdown {
    display: block;
}

.lonsurf-calculator .lonsurf-calculator-icon svg {
    width: 1em;
    height: auto;
}

.lonsurf-calculator a {
    cursor: pointer;
}

.lonsurf-calculator-button[disabled="disabled"],
.lc-button-download a[disabled="disabled"] {
    opacity: 0.5;
}

.lonsurf-calculator-button-content {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.lonsurf-calculator-button-content .lonsurf-calculator-icon {
    position: relative;
    top: 2px;
}

.lonsurf-calculator-second-state-label {
    display: flex;
    justify-content: space-between;
}

.lonsurf-calculator-second-state-label-line {
    flex: 1;
    margin: 0 12px;
    border-bottom: solid 1px #EBEBF9;
}

.lonsurf-calculator-title + .lonsurf-calculator-item .lonsurf-calculator-second-state-tablets {
    display: none;
}

.lonsurf-calculator-second-state {
    display: flex;
    flex-direction: column;
}

.lonsurf-calculator-second-state .lonsurf-calculator-button-state {
    margin-top: auto;
}

.lonsurf-calculator-second-state-tablets {
    display: flex;
    justify-content: right;
}

.second-state-icon-text {
    display: flex;
    align-items: center;
}

.second-state-icon-text.hide {
    display: none;
}
.second-state-icon-text.plus:after {
    content: '+';
    margin: 0 12px;
}
.second-state-icon-text span {
    margin-right: 7px;
}

.lonsurf-calculator-second-state-tablets img {
    width: 1.5em;
    height: auto;
    margin-right: 6px;
}

.lc-popup-button-open {
    cursor: pointer;
}

.elementor .elementor-element.lc-popup-init {
    display: block;
    position: fixed;
    left: 50%;
    top: -200%;
    z-index: 100000;
}

.lc-popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.4);
}

.lc-close-popup {
    position: absolute;
    width: 48px;
    height: 46px;
    cursor: pointer;
}

.lc-close-popup .elementor-widget-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lc-popup.lc-popup-show {
    display: block;
    animation: popupShow 0.3s;
    animation-fill-mode: forwards;
}

.lc-popup.lc-popup-hide {
    animation: popupHide 0.3s;
    animation-fill-mode: forwards;
}

.lc-flex-255.elementor-element {
    flex-wrap: wrap;
}

@keyframes popupShow {
    0% {
        transform: translate(-50%, -200%);
        opacity: 0;
        display: none;
    }
    1% {
        transform: translate(-50%, 0);
        opacity: 0;
        display: block;
    }
    100% {
        transform: translate(-50%, 0);
        opacity: 1;
        display: block;
    }
}

@keyframes popupHide {
    0% {
        transform: translate(-50%, 0);
        opacity: 1;
        display: block;
    }
    99% {
        transform: translate(-50%, 0);
        opacity: 0;
        display: block;
    }
    100% {
        transform: translate(-50%, -200%);
        opacity: 0;
        display: none;
    }
}

.lc-tabs .lc-tab {
    cursor: pointer;
    border-left: solid 1px #EBEBF9;
    border-right: solid 1px #EBEBF9;
    border-top: solid 1px #EBEBF9;
    transition: 0.5s;
}

.lc-tabs .lc-tab.active {
    background-color: #FDDED9;
    border-left: solid 1px #FDDED9;
    border-right: solid 1px #FDDED9;
    border-top: solid 1px #FDDED9;
}

.lc-tabs .lc-tab.active .elementor-widget-container {
    color: #F55B41;
}

.lc-panels {

}

.lc-panels .lc-panel.init {
    position: absolute;
    top: 0;
    animation: fade-out 0.5s;
    animation-fill-mode: forwards;
}

.lc-panels .lc-panel.init:first-child {
    position: relative;
}

.lc-panels .lc-panel.active {
    animation: fade-in 0.5s;
    animation-fill-mode: forwards;
}

.lc-list-check.elementor-widget .elementor-icon-list-item {
    margin-top: 23px;
}

.elementor-button .elementor-button-content-wrapper {
    align-items: center;
}

.elementor-button .elementor-button-content-wrapper .elementor-button-icon {
    line-height: 1;
}

@media (max-width: 767px) {
    .lc-arrow-up .lc-arrow-up-button,
    .lc-arrow-up .lc-calculator-button {
        right: 16px;
        bottom: 26px;
        width: 56px;
        height: 56px;
    }

    .lc-arrow-up .lc-calculator-button {
        right: 84px;
    }

    .lc-arrow-up .lc-arrow-up-button .elementor-widget-container img,
    .lc-arrow-up .lc-calculator-button .elementor-widget-container img {
        width: 32px;
    }

    .lc-title:after {
        width: 63px;
        height: 4px;
    }

    .lc-hide {
        display: none;
    }

    .lc-hide-bottom-line-mobile:after {
        display: none;
    }

    .lc-image-box-mobile.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
        display: flex;
    }

    .lc-image-box-mobile.elementor-widget-image-box.elementor-position-left .elementor-image-box-content {
        margin-left: 14px;
    }

}

@media (max-width: 1400px) {
    .lc-list-check.elementor-widget .elementor-icon-list-item {
        flex: 1;
        white-space: nowrap;
    }
}

@media (max-width: 860px) {
    .lc-list-check.elementor-widget .elementor-icon-list-item {
        flex: 1 0 100%;
    }
}

@media (min-width: 10px) {
    .lc-max-width.e-con > .e-con-inner {
        max-width: calc(100% - 30px);
    }

}

@media (min-width: 768px) {
    .lc-flex-255 > .elementor-element.e-con.e-flex{
        flex: 0 0 238px;
    }
}



@media (min-width: 993px) {
    .lc-flex-255 > .elementor-element.e-con.e-flex{
        flex: 0 0 255px;
    }
    .lc-max-width.e-con > .e-con-inner {
        max-width: 970px;
    }
    .flex-direction-1200.elementor-element {
        flex-direction: column !important;
    }
}

@media (min-width: 1200px) {
    .lc-max-width.e-con > .e-con-inner {
        max-width: 1170px;
    }
    .flex-direction-1200.elementor-element {
        flex-direction: row !important;
    }
}

@media (min-width: 1370px) {
    .lc-max-width.e-con > .e-con-inner {
        max-width: 1310px;
    }
}