/*!
Theme Name: useright
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: useright
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

useright is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&display=swap");

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    font-family: "Manrope", sans-serif;
    color: #404040;
    font-size: 1rem;
    line-height: 1.5;
}

.white-text {
    color: #ffffff;
}

.gray-text {
    color: #DADADA;
    font-weight: normal;
    font-size: 13px;
}

.black-text {
    color: #000000 !important;
}

.larger {
    font-size: 18px;
}

.bold {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: bold;
}

h1 {
    font-size: 2.6875rem;
    line-height: 46px !important;
    letter-spacing: -0.5px;
    color: #4875f5 !important;
    text-align: left;
}

@media (min-width: 600px) {
    h1 {
        font-size: 5.4rem;
        line-height: 92px !important;
    }
}

@media (min-width: 900px) {
    h1 {
        font-size: 76px;
    }
}

h2 {
    font-size: 2rem;
    padding-top: 48px;
    font-weight: bold;
}

@media (min-width: 600px) {
    h2 {
        font-size: 2.625rem;
        line-height: 100px;
    }
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #000000;
    font-size: 15px;
}

.mobile {
    display: block;
}

@media (min-width: 600px) {
    .mobile {
        display: none;
    }
}

/* Header */
/* All hero section */
.elementor-element-8d22c22 {
    max-width: 800px;
    margin: auto;
}

.elementor-element-9e3e438 {
    max-width: 800px;
    margin: 0px auto 0;
}

.hero__heading {
    max-width: 800px;
    margin: 0 auto;
}
.width_800{
	max-width: 800px;
	margin: 0 auto;
}

@media (min-width: 600px) {
    .hero__heading {
        margin: 70px auto 0;        
    }
}

.hero__text {
    margin-top: 14px;
    max-width: 368px;
}

.hero__text p {
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
}

@media (min-width: 600px) {
    .hero__text p {
        margin-top: 39px;
        font-size: 1rem;
        line-height: 32px;
        font-weight: 700;
    }
}


@media (min-width: 900px) {
    .hero__text p {
        font-size: 15px;
    }
}

@media (min-width: 600px) {
    .hero__text {
        padding-left: 0;
    }
}

.elementor-element-e995758 a {
    border: 2px solid #000000;
}

.elementor-element-e995758 a:hover {
    border: 2px solid #ffffff;
}

/* ScreenShot Section */
.block-with-sea-bg {
    background: url("/wp-content/uploads/2020/09/video-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media (min-width: 600px) {
    .block-with-sea-bg {
        background: url("/wp-content/uploads/2021/01/front_page_bg.png");
    }
}

.elementor-element-b93b5f6 > .elementor-element-populated {
    min-height: 241px;
}

.elementor-element-4d40255 {
    margin-top: 100px;
}

@media (min-width: 600px) {
    .elementor-element-4d40255 {
        margin-top: 27%;
        margin-bottom: 110px;
    }
}

@media (min-width: 900px) {
    .elementor-element-4d40255 {
        margin-top: 200px;
        margin-bottom: 110px;
    }
}

.elementor-element-4d40255 img {
    margin-top: -17%;
    padding: 0 7%;
}

@media (min-width: 600px) {
    .elementor-element-4d40255 img {
        margin-top: -13%;
        max-width: 90% !important;
    }
}

@media (min-width: 600px) {
    .elementor-element-b93b5f6 {
        width: 1241px !important;
        height: 576px;
        margin: auto;
    }
}

/* Select Plan section */
.select-plan .bookmark-icon {
    position: absolute;
    top: -44px;
}

/* Whats your role */
.elementor-element-707bacc .elementor-row {
    display: flex;
    align-items: center;
}

.elementor-element-f19c655 p {
    font-size: 24px !important;
    line-height: 32px !important;
}

@media (min-width: 600px) {
    .elementor-element-f19c655 p {
        font-size: 30px !important;
        line-height: 40px !important;
    }
}

/* three-colums-section */
#three-colums-section {
    padding-top: 50px;
    padding-bottom: 100px;
}

@media (min-width: 600px) {
    #three-colums-section {
        padding-top: 80px;
        padding-bottom: 190px;
    }
}

#three-colums-section h5 {
    font-size: 24px;
    color: #4875f5;
    margin: 21px 0 13px;
}

@media (min-width: 600px) {
    #three-colums-section h5 {
        font-size: 30px;
    }
}

#three-colums-section p {
    margin-bottom: 0;
    color: #ffffff;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
}

#three-colums-section .elementor-element-populated {
    padding: 0 10px;
}

#three-colums-section span {
    font-size: 25px;
}


#three-colums-section .elementor-column {
    margin-top: 50px;
}

@media (min-width: 600px) {
    #three-colums-section .elementor-column {
        margin-top: 0;
    }
}

.hidden-heading {
    font-size: 0;
}

/* New Blue Section */
.elementor-element-31a5d95 h1 {
    color: #000000 !important;
    padding-top: 50px;
}

.elementor-element-31a5d95 p {
    color: #000000;
}

.roles-columns {
    padding-bottom: 128px;
    position: relative;
}


@media (min-width: 600px) {
    .roles-columns .elementor-container {
        overflow-x: hidden;
    }
}

.roles-columns .elementor-row {
    flex-wrap: nowrap;
    min-width: 1200px;
}

@media (min-width: 600px) {
    .roles-columns .elementor-row {
        min-width: unset;
        flex-wrap: wrap;
        overflow-x: hidden;
    }
}

.roles-columns .elementor-row .elementor-column {
    position: relative;
    margin: 0 50px 0 70px;
}

@media (min-width: 600px) {
    .roles-columns .elementor-row .elementor-column {
        margin: 0;
    }
}

.roles-columns .elementor-row .elementor-widget-wrap {
    min-width: 234px;
    min-height: 389px;
    padding: 41px 46px 36px;
	/*
    box-shadow: 0 19px 25px rgba(0, 0, 0, 0.08);
	*/
	box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.08), -12px 0 8px -4px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    flex-direction: column;
    justify-content: space-between;
    transition: all .2s;
}

.roles-columns .elementor-row .elementor-widget-wrap a {
    max-width: 147px;
    transition: all .2s;
    border: 2px solid #000000;
    height: 61px;
    border-radius: 30px;
}

.roles-columns .elementor-row .elementor-widget-wrap a span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.roles-columns .elementor-row .elementor-widget-wrap a span svg {
    transition: all .2s;
}

.roles-columns .elementor-row .elementor-widget-wrap:hover {
    /*box-shadow: 0 19px 25px rgba(0, 0, 0, 0.24);*/
	box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.24), -12px 0 8px -4px rgba(0, 0, 0, 0.24);
}

.roles-columns .elementor-row .elementor-widget-wrap:hover a {
    background-color: #4875f5 !important;
    border: 2px solid #ffffff;
}

.roles-columns .elementor-row .elementor-widget-wrap:hover a span {
    color: #ffffff;
}

.roles-columns .elementor-row .elementor-widget-wrap:hover a span svg {
    filter: invert(0) sepia(0) saturate(1) hue-rotate(0deg) brightness(5);
}

.roles-columns .elementor-column-wrap {
    width: 238px;
}

.elementor-element-be0e187 h1{
	margin-bottom:0px;
}

.elementor-436 .elementor-element.elementor-element-79f506cc > .elementor-widget-container {
    margin: 10px 10px -7px 10px !important;
}

@media (min-width: 600px) {
    .roles-columns .elementor-column-wrap {
        width: unset;
    }
}

.roles-columns > .elementor-container {
    max-width: 768px;
}

.roles-columns h5 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}

.roles-columns ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.roles-columns ul li {
    color: #ffffff;
    font-size: 1rem;
    line-height: 24px;
    margin: 3px 0;
}

/* Blue section to change order*/
.elementor-element-435d9a6 .elementor-element-e08cbc1 {
    order: 2;
}

@media (min-width: 600px) {
    .elementor-element-435d9a6 .elementor-element-e08cbc1 {
        order: 0;
    }
}

.elementor-element-435d9a6 .elementor-element-e9b9fd1 {
    margin-bottom: 0 !important;
    margin-left: 67px;
}

@media (min-width: 600px) {
    .elementor-element-435d9a6 .elementor-element-e9b9fd1 {
        margin-left: 0;
    }
}

.section__faq .elementor-heading-title {
    max-width: 900px;
    margin: auto;
}

.section__faq h2 {
    padding-top: 78px;
}

@media (min-width: 600px) {
    .section__faq h2 {
        padding-top: 150px;
    }
}

.section__screenshot {
    max-height: 222px;
}

@media (min-width: 600px) {
    .section__screenshot {
        max-height: unset;
    }
}

.section__blue {
    min-height: 590px;
    display: flex;
    align-items: center;
    padding: 44px 0 83px;
}

.section__blue .elementor-col-50 {
    z-index: 2;
}

.section__blue .elementor-col-50:nth-child(1) .elementor-widget-wrap {
    width: 208px;
    height: 203px;
    background: url("/wp-content/uploads/2020/09/black-png.png");
    margin: auto;
    padding: 28px 30px;
}

@media (min-width: 600px) {
    .section__blue .elementor-col-50:nth-child(1) .elementor-widget-wrap {
        margin-top: 0;
        width: 348px;
        height: 336px;
        padding: 54px 53px;
    }
}

.section__blue .elementor-col-50:nth-child(1) .elementor-widget-wrap h4 {
    font-size: 1.125rem;
    line-height: 22px;
    color: #4875f5;
    padding-bottom: 0;
    margin: 0;
}

@media (min-width: 600px) {
    .section__blue .elementor-col-50:nth-child(1) .elementor-widget-wrap h4 {
        font-size: 1.5rem;
        line-height: 36px;
    }
}

@media (min-width: 900px) {
    .section__blue .elementor-col-50:nth-child(1) .elementor-widget-wrap h4 {
        font-size: 1.875rem;
    }
}

.section__blue .elementor-col-50:nth-child(1) a {
    padding: 13px 8px;
    min-height: 43px;
}

.section__blue .elementor-col-50:nth-child(1) a.elementor-button-link {
    border: 2px solid #4875f5;
}

@media (min-width: 600px) {
    .section__blue .elementor-col-50:nth-child(1) a.elementor-button-link {
        min-height: 61px;
    }
}

.section__blue .elementor-col-50:nth-child(1) a.elementor-button-link:hover {
    background: #000;
}

.section__blue .elementor-col-50:nth-child(1) a.elementor-button-link:hover path {
    fill: #4875f5;
}

.section__blue .elementor-col-50:nth-child(1) .elementor-element-ecdf0d0 {
    margin-bottom: 0;
    z-index: -1;
}

.section__blue .elementor-col-50:nth-child(1) .before-img {
    position: absolute;
    left: -66px;
    top: -44px;
    max-width: unset;
    width: 204px;
}

@media (min-width: 600px) {
    .section__blue .elementor-col-50:nth-child(1) .before-img {
        width: 341px;
        left: -115px;
        top: -70px;
    }
}

.section__blue .elementor-col-50:nth-child(1) .after-img {
    position: absolute;
    width: 212px;
    top: -115px;
    right: -79px;
    max-width: unset;
    height: 165px;
}

@media (min-width: 600px) {
    .section__blue .elementor-col-50:nth-child(1) .after-img {
        width: 354px;
        left: 15px;
        top: -184px;
        height: 261px;
    }
}

.section__blue .elementor-element-ab54a62 .elementor-widget-wrap {
    width: 348px;
    height: 336px;
    margin: 50px auto 0;
}

.section__blue .elementor-element-ab54a62 .elementor-widget-wrap h4 {
    color: #000000;
    font-size: 1.375rem;
    line-height: 28px;
    margin-top: 0;
}

@media (min-width: 600px) {
    .section__blue .elementor-element-ab54a62 .elementor-widget-wrap h4 {
        font-size: 1.8rem;
        line-height: 40px;
        margin-left: 50px;
    }
}

@media (min-width: 900px) {
    .section__blue .elementor-element-ab54a62 .elementor-widget-wrap h4 {
        font-size: 2.5rem;
        line-height: 46px;
        max-width: 90%;
    }
}

.section__blue .elementor-element-ab54a62 .elementor-widget-wrap a {
    margin-left: 67px;
}

@media (min-width: 900px) {
    .section__blue .elementor-element-ab54a62 .elementor-widget-wrap {
        margin-top: 0;
        width: unset;
        height: unset;
        margin: unset;
    }
}

/* Toggle */


.elementor-toggle {
    padding-top: 50px;
    padding-bottom: 87px;
}

@media (min-width: 600px) {
    .elementor-toggle {
        padding-bottom: 154px;
    }
}

.elementor-toggle .elementor-toggle-item .elementor-tab-title {
    display: flex;
    min-height: 90px;
    padding: 0;
    align-items: center;
    border-bottom: 2px solid rgba(72, 117, 245, 0.5);
    font-size: 1.05rem;
    line-height: 20px;
    color: #ffffff;
    font-weight: bold;
    justify-content: space-between;
}

@media (min-width: 600px) {
    .elementor-toggle .elementor-toggle-item .elementor-tab-title {
        font-size: 1.75rem;
        line-height: 38px;
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 1px solid rgba(72, 117, 245, 0.5);
    }
}

.elementor-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-icon {
    order: 3;
}

.elementor-toggle .elementor-toggle-item .elementor-tab-content {
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    line-height: 32px;
    border-bottom: 2px solid rgba(72, 117, 245, 0.5);
    padding: 0;
    padding-bottom: 10px;
}

.elementor-toggle .elementor-toggle-item .elementor-tab-content a {
    color: #4875f5;
    margin-right: 2px;
}

.elementor-toggle .elementor-toggle-item .elementor-tab-content p {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 94%;
}

.elementor-toggle .elementor-toggle-item .elementor-tab-content p span {
    font-size: 15px;
}

.elementor-toggle .elementor-toggle-item .elementor-tab-content p span a {
    color: #4875f5;
}

@media (min-width: 600px) {
    .elementor-toggle .elementor-toggle-item .elementor-tab-content {
        font-size: 15px;
        line-height: 32px;
        border-bottom: 1px solid rgba(72, 117, 245, 0.5);
        padding-bottom: 33px;
    }

    .elementor-toggle .elementor-toggle-item .elementor-tab-content p {
        margin-top: 0;
    }
}

.elementor-toggle .elementor-toggle-item .elementor-active .elementor-toggle-title {
    color: #4875f5;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    float: right;
    text-align: right;
}

/* Change later */
@media (max-width: 767px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 315px !important;
    }
}

/* Footer */
.footer__site-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 27px;
}

.footer__logo img {
    width: 22px;
	margin-right: 90px;
}



.footer__menu {
    display: flex;
    align-items: center;
	margin: 0 auto;
}

.footer__menu ul {
    margin-left: 0;
    list-style: none;
    display: flex;
    text-decoration: none;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 25px;
    margin-bottom: 0;
}

.footer__menu ul li {
    margin-right: 25px;
}

.footer__menu ul li a,
.footer__menu a
 {
    font-size: 10.9px;
    line-height: 20.3px;
    text-decoration: none;   
    transition: .3s;	
	font-weight: 500;   
    color: #4875f5;
}

.footer__menu a:visited{
	color: #4875f5;
}

.footer__menu ul li a:hover,
.footer__menu a:hover {
    color: #4875f5;
}

.max-768 {
    max-width: 768px;
    margin: 0 auto;
}

/* PLANS page */
.elementor-278 {
    overflow-x: hidden;
}

.elementor-element-fe54115 .bookmark-icon {
    position: absolute;
    top: -45px;
}

.elementor-element-fe54115 h1 {
    display: none;
    color: #000000 !important;
}

@media (min-width: 600px) {
    .elementor-element-fe54115 h1 {
        display: block;
    }
}

/*
.plans-three .elementor-row {
	flex-wrap: nowrap;
	overflow-x: scroll;
}
*/

@media (min-width: 600px) {
    .plans-three .elementor-row {
        flex-wrap: wrap;
        overflow-x: hidden;
    }
}

.plans-three .elementor-row > div {
    min-width: 100%;
}

@media (min-width: 600px) {
    .plans-three .elementor-row > div {
        min-width: unset;
    }
}

.plans-three span {
    font-size: 20px;
    font-weight: 700;
}

.plans-three h5 {
    font-size: 30px;
    font-weight: 700;
    line-height: 41px;
    color: #fcfcfc;
    margin: 18px 0 30px;
}

.plans-three h5 > a:before {
    content: url("/wp-content/uploads/2020/12/bookmark_border_wh.svg");
    display: inline-block;
    width: 28px;
    height: 29px;
}

.text-block a:hover {
    color: #000;
}

.plans-three p {
    margin-top: 0;
    color: #fcfcfc;
    line-height: 32px;
}

.plans-three ul {
    margin: 25px 0 0;
    padding: 25px 0 0;
    list-style: none;
    border-top: 1px solid #fcfcfc;
}

.plans-three ul li {
    margin: 5px 0;
    color: #fcfcfc;
}

.plans-three .elementor-element-populated {
    max-width: 368px;
}

.plans-three .elementor-element:nth-child(-n + 3) {
    min-height: 462px;
}

.plans-three .elementor-widget-button, .plans-three .text-block-noheight {
    min-height: unset !important;
}

.plans-three .view-pan-btn span {
    font-size: 15px;
}

.plans-three .view-pan-btn:hover a {
    background-color: #4875f5 !important;
    border: 2px solid #ffffff;
}

.plans-three .view-pan-btn:hover a span svg {
    filter: invert(0) sepia(0) saturate(1) hue-rotate(0deg) brightness(5);
}


@media (min-width: 600px) {
    .plans-three .elementor-element:nth-child(-n + 3) {
        min-height: 405px;
    }
}

/* PLans table */
.bt-accent .elementor-row {
    border-top: 1px solid #4875f5;
}

.bt-col-accent{
	border-top: 1px solid #4875f5;
	padding-top: 10px;
}

@media only screen and (max-width: 768px) {
	.bt-col-accent.no-border-on-mobile{
		border-top: none !important;
		padding-top: 0 !important;
	}
	.bt-col-accent p{
		margin-bottom:0px !important;
	}
	
	.bt-col-accent {		
		padding-top: 0px;
		margin-top: 10px;
	}

}


.elementor-element-2c0574ae p{
	margin-bottom:0 !important;
}

.show_all_plans {
    display: none;
}

.show_all_plans a {
    font-weight: 700;
    color: #000000 !important;
}

.show_all_plans a:hover {
    color: #000000;
}

.show_all_plans img {
    margin-left: 13px;
}

@media (min-width: 600px) {
    .show_all_plans {
        display: inline-block;
    }
}

.elementor-element-e0dc8f5 .elementor-element-populated {
    padding-bottom: 0 !important;
}

.elementor-element-e0dc8f5 p {
    margin-bottom: 0;
}

.elementor-element-e0dc8f5 .screen-image {
    margin-bottom: 0;
}

.plan-stable-headings {
    font-weight: 700;
    font-size: 18px;
    color: #4875f5;
}

.elementor-element-6aa9b13 .elementor-element-populated {
    display: flex;
    align-items: center;
}

.plan-table p {
    margin-bottom: 1em;
}

.plan-table.first-col {
    font-size: 15px;
    color: #4875f5;
    font-weight: 700;
    align-items: center;
}

.plan-table.others {
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
}

.plan-table .elementor-button {
    height: 52px;
    width: 173px;
    font-size: 12px;
}

/* Buttons to plans */
.elementor-element-be6d62d .elementor-button-wrapper a {
    margin: auto !important;
}

.elementor-element-be6d62d .elementor-button-wrapper a .elementor-button-content-wrapper .elementor-button-text {
    margin-top: 2px;
}

/* Brands */
.brands-images .elementor-column {
    width: 50%;
}

.brands-images img {
    margin: 20px 0;
}

@media (min-width: 600px) {
    .brands-images img {
        margin: 0;
    }
}

/* Single plan */
.breadcrubms {
    color: #4875f5 !important;
}

.breadcrubms a {
    margin-right: 30px;
}

.single-plan-title h2 {
    display: flex;
    align-items: center;
}

.single-plan-title h2:before {
    display: none;
}

@media (min-width: 600px) {
    .single-plan-title h2:before {
        content: url("/wp-content/uploads/2020/11/bookmark_big.svg");
        display: inline-block;
        margin-right: 25px;
    }
}

.plan-row .elementor-column-wrap {
    display: flex;
    align-items: center;
    padding: 0 !important;
}

.single_plan_blue_block {
    background-color: #4875f5;
}

.elementor-element-3c3330d,
.elementor-element-2a25dc9d {
    border-top: 1px solid #4875f5;
}

/*
.elementor-element-b0a078a .elementor-container {
    border-top: 1px solid #4875f5;
}

.elementor-element-ec9baef .elementor-container {
    border-top: 1px solid #4875f5;
}

.elementor-element-ee15096 .elementor-container {
    border-top: 1px solid #4875f5;
}

.elementor-element-5114c07 .elementor-container {
    border-top: 1px solid #4875f5;
}
*/

.elementor-element-494a8b0,
.elementor-element-617a9a0,
.elementor-element-234e9a4,
.elementor-element-24d3a21,
.elementor-element-4b7c502
{
	border-top: 1px solid #4875f5;
}


.top-accent-border {
    border-top: 1px solid #4875f5;
}

.top-darker-border {
    border-top: 1px solid #385bc0;
}

/* Border-radius for Single plan */
.top-left-rad {
    border-top-left-radius: 8px;
}

.top-left-rad p {
    margin: 22px 0;
}

.top-right-rad {
    border-top-right-radius: 8px;
}

.top-right-rad p {
    margin: 22px 0;
}

.bottom-left-rad {
    border-bottom-left-radius: 8px;
}

.bottom-left-rad p {
    margin: 22px 0;
}

.bottom-right-rad {
    border-bottom-right-radius: 8px;
}

.bottom-right-rad p {
    margin: 22px 0;
}

.add-ons-block img {
    vertical-align: middle;
    margin-right: 10px;
}

.section__faq {
    max-width: 900px;   
}

/* Sections with tables */
/*
.elementor-element-22fb5fda .elementor-container,
.elementor-element-5114c07 .elementor-container,
.elementor-element-ec9baef .elementor-container,
.elementor-element-ee15096 .elementor-container,
.elementor-element-71a35e3 .elementor-container,
.elementor-element-2779bf7 .elementor-container {
    padding: 0 0 0 10px;
}*/

/*
.elementor-element-55af43c,
.elementor-element-8d22c22 {
    padding: 0 10%;
}*/

@media (min-width: 600px) {
    .elementor-element-55af43c,
    .elementor-element-8d22c22 {
        padding: 0 10px;
    }
}

* {
    outline: none !important;
}

/* Mobile table */
.mobile-plans-table tr {
    height: 70px;

}

.mobile-plans-table tr:nth-child(1) td {
    font-weight: 700;
    color: #4875f5;
}
.mobile-plans-table tr:nth-child(1) td>a {
    font-weight: 700;
    color: #4875f5;
}

.mobile-plans-table tr td {
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    min-width: 200px;
}

.mobile-plans-table tr td:nth-child(1) {
    text-align: left;
    color: #4875f5;
}

.mobile-plans-table button {
    color: #ffffff;
    background-color: #4875f5;
    padding: 15px 25px;
    font-size: 12px;
    min-width: 130px;
}

.elementor-section.roles-columns.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
}

@media (min-width: 600px) {
    .elementor-section.roles-columns.elementor-section-boxed > .elementor-container {
        max-width: 768px !important;
    }
}

.nav_button.next-button {
    display: flex;
    align-items: center;
    padding-left: 25px;
    z-index: 99;
    height: 61px;
    width: 110px;
    background-color: #000000;
    color: #4875f5;
    position: absolute;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    bottom: 209px;
    right: -20%;
}

.nav_button.next-button:after {
    background-image: url("/wp-content/uploads/2020/11/arrow_forward-blue.svg");
    background-repeat: no-repeat;
    content: ' ';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-position: center;
}

@media (min-width: 600px) {
    .nav_button.next-button {
        display: none;
    }
}

body.page-id-278 .nav_button {
    bottom: 510px;
    right: -26%;
}

/* Single-plan-mobile */
.scroll-horizontal {
    overflow-x: scroll;
}

.single-plan-mobile {
    font-weight: 700;
    border-collapse: collapse;
    text-align: center;
}

.single-plan-mobile td {
    padding: 15px 0;
    min-width: 170px;
}

.single-plan-mobile .white {
    color: #ffffff;
}

.single-plan-mobile .black {
    color: #000000;
}

.single-plan-mobile .accent {
    color: #4875f5;
}

.single-plan-mobile .bg__accent {
    background-color: #4875f5;
}

/*
.single-plan-mobile tr:last-child td {
    padding: 30px 0px;
}
*/

.single-plan-mobile tr:last-child td:first-child {
    padding: 30px 0px 30px 34px;
}
.elementor-element-426f78a .single-plan-mobile tr:last-child td:first-child {
	 padding: 7px 0px 30px 34px;
}


/* MObile hero buttons */
.elementor-element-2b371c65 {
    margin-top: 15px;
}

/* Hide scrollbars */
::-webkit-scrollbar {
    display: none;
    width: 0;
    background: transparent;
}

/* Mobile icon fix */
.elementor-element-fc11757 {
    min-height: 40px !important;
}

.see-all-mobile {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-top: 30px;
    margin-left: 80px;
}

.see-all-mobile:hover {
    color: #000000 !important;
}

.elementor-element-c843f54 {
    margin-top: -130px !important;
}

@media (min-width: 600px) {
    .elementor-element-c843f54 {
        margin-top: 0 !important;
        margin-top: 0 !important;
    }
}

.more-button {
    background-color: #000000;
    color: #4875f5;
    display: flex;
    align-items: center;
    height: 61px;
    width: 85px;
    padding: 20px 23px;
    position: absolute;
    right: 0;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    bottom: 25px;
    margin-top: 15px;
}

.plans-mobile {
    display: none !important;
}

@media (max-width: 768px) {
    .plans-desktop {
        display: none !important;
    }

    .plans-mobile {
        display: block !important;
    }
}

#plans {
    scroll-margin: 50px 0 0 50px;
}

aside {
    display: none !important;
}

.elementor-button {
    border-radius: 30px !important;
}

.elementor-element-e229341 > .elementor-element-populated {
    padding: 0 !important;
}

.elementor-element-1df8ac3 > .elementor-element-populated {
    padding: 0 !important;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #fff;
    transition: all .3s;
}

a:visited {
    color: #ffffff;
}

a:hover,
a:focus,
a:active {
    color: #4875f5;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    outline: none;
    border-radius: 30px;
    background: #4875f5;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

button.menu-toggle,
input[type="button"].menu-toggle,
input[type="reset"].menu-toggle,
input[type="submit"].menu-toggle {
    background-color: #000000;
}

.elementor-button-wrapper {
    background-color: transparent;
}

a.elementor-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11.55px;
    line-height: 16px;
    max-width: 210px;
    height: 52px;
    font-weight: bold;
    padding: 15px 13px;
}

@media (min-width: 600px) {
    a.elementor-button {
        font-size: 15px;
        max-width: 200px;
        height: 61px;
    }
}

.elementor-element-e995758 .elementor-button{
	font-size: 15px;
}

a.elementor-button .elementor-align-icon-left {
    margin-right: 12px;
}

.black-button a {
    border: 2px solid #000000;
    width: 162px;
}

.black-button a:hover {
    border: 2px solid #000000;
}

.black-button a:hover path {
    fill: #ffffff;
}

.black-button a .elementor-button-text {
    margin-top: 1px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.topbar {
    display: none;
}

@media (min-width: 600px) {
    .topbar {
        display: flex;
        background: linear-gradient(90deg, #000000 0%, #4875f5 100%);
        height: 9px;
        z-index: 10001;
    }
}

.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding-left: 31px;
    height: 50px;
    padding-top: 3px;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    z-index: 999;
    background-color: #000000;
}

@media (min-width: 600px) {
    .site-header {
        height: unset;
        padding-right: 27px;
    }
}

.site-header .menu-toggle {
    border-radius: 0;
    margin-right: 27px;
    z-index: 9;
    margin-top: -3px;
    padding-right: 0;
}

@media (min-width: 600px) {
    .site-header .menu-toggle {
        margin-right: 0;
    }
}

@media (min-width: 600px) {
    .site-header .site-branding {
        display: flex;
        align-items: center;
    }
}

.elementor-inner {
    padding-top: 107px;
}

.menu-primary-container {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: linear-gradient(37.87deg, rgba(72, 117, 245, 0.8) 9.87%, #4875f5 65.34%);
}

.menu-primary-container ul {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(37.87deg, rgba(72, 117, 245, 0.8) 9.87%, #4875f5 65.34%);
    padding-top: 198px;
    padding-left: 60px;
    z-index: 99;
}

.menu-primary-container ul li {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}

.menu-primary-container ul li a {
    color: #000000;
    font-size: 22px;
    line-height: 33px;
    font-weight: bold;
}

.menu-primary-container ul li.login-button {
    display: flex;
    align-items: center;
    font-weight: bold;
    flex-direction: row;
    background: #000;
    color: #fff;
    width: 113px;
    height: 51px;
    border-radius: 30px;
    justify-content: center;
    margin-top: 28px;
}

.menu-primary-container ul li.login-button:before {
    content: url("/wp-content/uploads/2020/09/login-icon-small.svg");
    width: 10px;
    margin-right: 14px;
}

.menu-primary-container ul li.login-button a {
    color: #ffffff;
    font-size: 12.75px;
}

@media (min-width: 600px) {
    .menu-primary-container ul li {
        margin: 0;
    }
}

.menu-primary-container ul:before {
    content: url("/wp-content/uploads/2020/09/r-logo.svg");
    position: absolute;
    top: 31px;
    left: 35px;
}

.main-navigation ul {
    list-style: none;
    position: fixed;
    transition: width .3s;
    overflow-x: hidden;
}

.main-navigation a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.main-navigation a:hover {
    color: #000;
}


@media (min-width: 768px) {


    .menu-primary-container {
        position: relative;
        display: inline !important;
        z-index: 99;
        background: none;
    }

    .menu-primary-container ul {
        margin-left: 0;
        padding-top: 0;
        padding-left: 0;
        margin-left: 0;
        background: none;
        display: flex;
        align-items: center;
        width: unset;
        position: relative;
    }

    .menu-primary-container ul li {
        margin-right: 25px;
    }

    .menu-primary-container ul li:last-child {
        margin-right: 0;
    }

    .menu-primary-container ul li a {
        font-size: 15px;
        line-height: 20px;
        color: #ffffff;
    }

    .menu-primary-container ul li a:hover {
        color: #4875f5;
    }

    .menu-primary-container ul li.current_page_item a {
        color: #4875f5;
    }

    .menu-primary-container ul li.login-button {
        max-height: 61px;
        border-radius: 30px;
        border: 2px solid #4875f5;
        width: 132px;
        text-align: center;
        display: flex;
        align-items: center;
        cursor: pointer;
        margin-top: 0;
        transition: all .3s;
    }

    .menu-primary-container ul li.login-button:before {
        content: url("/wp-content/uploads/2020/09/login-icon.svg");
        margin-right: 30px;
        margin-top: 3px;
    }

    .menu-primary-container ul li.login-button:hover {
        background: #4875f5;
        border: 2px solid #4875f5;
    }

    .menu-primary-container ul li.login-button:hover::before {
        content: url("/wp-content/uploads/2020/09/login-icon-hover.svg");
    }

    .menu-primary-container ul li.login-button:hover a {
        color: #ffffff;
    }

    .menu-primary-container ul:before {
        display: none;
    }

    .custom-logo {
        width: 127px;
        margin-top: 4px;
    }

    .menu-toggle {
        display: none;
    }

    .menu-primary-container ul li.login-button a {
        font-size: 15px;
    }
}

/* CLose */
.closeBtn {
    display: none;
    content: url("/wp-content/uploads/2020/09/cancel.svg");
    position: absolute;
    top: 33px;
    right: 35px;
    z-index: 19;
    width: 20px;
    z-index: 101;
}

@media (min-width: 600px) {
    .closeBtn {
        display: none;
    }
}

/* Posts and pages
--------------------------------------------- */
.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/* Footer
--------------------------------------------- */
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */

.elementor-element-e229341 > .elementor-element-populated {
    padding: 0 !important;
    margin-bottom: -5px;
}

.elementor-element-1df8ac3 > .elementor-element-populated {
    padding: 0 !important;
    margin-bottom: -5px;
}

.elementor-button-text {
    margin-top: 2px;
}

.plan-row .white-text,
.plan-row .gray-text {
    margin: 0;
}

.elementor-element-cbd546d h5 {
    margin-top: 15px;
}

.elementor-element-193ab69 a.elementor-button,
.elementor-element-b25f0db a.elementor-button,
.elementor-element-6b46f6b9 a.elementor-button,
.elementor-element-405237f3 a.elementor-button,
.elementor-element-03c9654 a.elementor-button,
.elementor-element-0781553 a.elementor-button {
    display: inline-flex;
}

.elementor-element-7ac78c7 .elementor-button-text,
.elementor-element-1752ab4 .elementor-button-text,
.elementor-element-a388198 .elementor-button-text {
    margin: 0;
}

.elementor-element-cf32373 a {
    color: #4875F5;
}

.elementor-element-cf32373 a:hover {
    color: #fff;
}

.elementor-278 .elementor-element.elementor-element-87d1bbf p,
.elementor-element-19867ac p {
    margin-top: 0;
}

@media only screen and (max-width: 768px) {
	
	.plan-desc-block h5 {
		margin: 0;
	}
	
    .custom-logo {
        width: 107px;
    }

    .site-header {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .site-header:before {
        height: 10px;
        width: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(90deg, #000000 0%, #4875F5 100%);
    }

    .block-with-sea-bg {
        width: 100%;
        background: url("/wp-content/uploads/2020/12/sea_bg_mob.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .elementor-element-4d40255 img {
        margin-top: -11%;
    }

    .js-selector {
        border: unset;
        background: transparent;
    }

    .plans-three .elementor-element:nth-child(-n + 3) {
        min-height: unset;
    }

    .mobile-plans-table {
        border-spacing: 0;
        table-layout: fixed;
        width: 100%;
        margin-top: 16px;
    }

    .mobile-plans-table tr:first-child td,
    .mobile-plans-table tr:last-child td {
        border: unset;
    }

    .outer {
        position: relative;
    }

    .inner {
        overflow-x: scroll;
        overflow-y: visible;
        margin-left: 174px;
    }

    .mobile-plans-table td.fix {
        position: absolute;
        margin-left: -200px;
        width: 126px;
        padding-top: 25px;
        padding-left: 65px;
		font-weight: 700;
    }

    .single-plan-mobile td.fix {
        position: absolute;
        margin-left: -200px;
        width: 126px;       
        padding-left: 0;
    }

    .mobile-plans-table td {
        width: 210px;
        border-top: 1px solid rgba(72, 117, 245, 0.5);
        position: relative;
        display: table-cell;

    }

    .single-plan-mobile td.fix {
        margin-left: -170px;
        min-width: 170px;
		text-align: left;
		padding-left: 34px;	
		
    }

    .single-plan-mobile .top-accent-border {
        border-top: 1px solid rgba(72, 117, 245, 0.5);
    }

    .single-plan-mobile td {
        width: 120px;
		float: left;
    }

    .mobile-plans .more-button {
        top: -56px;
        color: #000000;
        font-weight: bold;
        font-size: 12px;
        background: #4875F5;
        min-width: 148px;
        margin-top: 0;
        padding-left: 42px;
    }


    .mobile-plans .more-button:after,
    .single-plan-mobile .more-button:after {
        content: url("/wp-content/uploads/2020/12/arrow_forward_right.svg");
        width: 20px;
        height: 20px;
        position: absolute;
        right: 15px;
        top: 18px;
    }

    .single-plan-mobile .more-button:after {
        content: url("/wp-content/uploads/2020/12/arrow_forward.png");
    }

    .mobile-plans .more-button:before,
    .single-plan-mobile .more-button:before {
        content: url("/wp-content/uploads/2020/12/arrow_forward_left.svg");
        width: 20px;
        height: 20px;
        position: absolute;
        left: 15px;
        top: 18px;
    }

    .more-button.go-left:after {
        content: url("/wp-content/uploads/2020/12/arrow_forward_left.svg");
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 13px;
    }

    .single-plan-mobile .more-button.go-left:after {
        content: url("/wp-content/uploads/2020/12/arrow_forward_left.svg");
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 14px;
    }

    .more-button.go-left:before {
        content: url("/wp-content/uploads/2020/12/arrow_forward_right.svg");
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 14px;
    }
	
	.single-plan-mobile .more-button.go-right:after{
		content: url("/wp-content/uploads/2021/01/arrow_left.svg");
		top:22px;
	}
	.single-plan-mobile .more-button.go-right:before{
		content: url("/wp-content/uploads/2021/01/arrow_right.svg");
		top:22px;
	}
	
	.single-plan-mobile .more-button.go-left:after{
		content: url("/wp-content/uploads/2021/01/arrow_right.svg");
		 -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
		top:16px;
	}
	.single-plan-mobile .more-button.go-left:before{
		content: url("/wp-content/uploads/2021/01/arrow_left.svg");
		 -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
		top:16px;
	}
	
	.elementor-element-f19c655 p{
		margin-bottom:0;
	}

    .single-plan-mobile .more-button {
        background-color: #000000;
        color: #4875f5;
        display: flex;
        align-items: center;
        height: 51px;
        width: 114px;
        padding: 20px 23px;
        position: absolute;
        right: 0;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        top: 4px;
        padding-left: 38px;
    }   
	
	
	.elementor-element-ea28088 .single-plan-mobile tr:last-child td:first-child{
		padding: 14px 0px 30px 34px;
	}
	
	.elementor-element-1fdd557 .single-plan-mobile tr:last-child td:first-child{
		padding: 4px 0px 30px 34px;
	}

    .roles-columns .elementor-row {
        flex-wrap: wrap;
        min-width: unset;
    }

    .bt-accent p {
        margin: 0;
    }
	
	.sign-up-mobile svg{
		padding-top: 6px;
		top: 25px;
		position: absolute;
		left: 69px;
	}

	.sign-up-mobile .elementor-button-text{
		margin-left: 5px;
	}
	
	.more-button{
		height:51px;
	}
	.elementor-element-00673a0 p{
		margin-bottom:0;
	}
	.elementor-element-b69a577 .elementor-element-populated,
	.elementor-element-6e2caec .elementor-element-populated,
	.elementor-element-3368b16 .elementor-element-populated,
	.elementor-element-c468958 .elementor-element-populated,	
	.elementor-element-f0f7b1a .elementor-element-populated,	
	.elementor-element-d53b0b5 .elementor-element-populated,	
	.elementor-element-03a3026 .elementor-element-populated,	
	.elementor-element-e76959d .elementor-element-populated	
	{
		padding-bottom:0 !important;
	} 
	
	.elementor-element-3cee7c9 p{
		margin-bottom:0;
	}
	
	.elementor-element-426f78a .single-plan-mobile td.fix{
		padding-top: 6px;
	}
	
	.elementor-element-426f78a .single-plan-mobile td{
		padding-top: 16px;
		padding-bottom: 16px;
	}
	
	.elementor-toggle{
		padding-top:20px;
	}
	
	.plan-desc-block h5{
		margin-bottom:20px;
	}
	
	.elementor-element-78ba925,
	.elementor-element-608598b,
	.elementor-element-f23bde3,
	.elementor-element-31a5d95 h1{
		margin-bottom:0 !important;
	}
	
	.roles-columns .elementor-row .elementor-column{
		margin: 0 70px 0 63px;
	}	
	
	.descriptons[_ngcontent-mvj-c52]{
		width:100% !important;
	}
	
	.desc-left[_ngcontent-mvj-c52]{
		width:37% !important;
	}
	.list[_ngcontent-mvj-c52] {
		margin: 0 0px !important;
	}
	
	ul, ol {
		margin: 0 0 0.5em 0.5em;
	}
	
	
	ol[_ngcontent-mvj-c52] > li[_ngcontent-mvj-c52]:after{			
		top: 0;
	}
	
	
	.menu-footer-menu-container{
		display: flex;
		float: left;
	}
	
	.footer__menu{
		margin:0;
	}
	
	.footer__site-info{
		display: contents;
	}
	    
	.footer__logo img{
		display: block;
		padding-top: 10px;
		margin: 0 auto;
	}
	
	.footer__logo{
		display:none;
	}
	
}

.elementor-element-4ab2358 a{
	color:#000 !important;
}



.single_plan_blue_block p{
	margin-top:15px !important;
	margin-bottom: 15px !important;
}

.elementor-25 .elementor-element.elementor-element-707bacc {
    padding: 60px 0 0 0;
}

.elementor-element-a61bac2 a img {
    margin-left: 10px;
    margin-bottom: -2px;
}

.elementor-element-8059ea3 p,
.elementor-element-152ce162 p{
	margin-bottom: 0 !important;
}

@media (min-width: 768px) {
    .elementor-25 .elementor-element.elementor-element-7b67b66 {
        padding: 0 0 100px 0 !important;
    }
	
	.plan-desc-block p {
		margin-bottom: 0;
	}
	
	.plan-desc-block h5{
		margin-bottom: 20px !important;
	}
	
	.elementor-element-608598b,
	.elementor-element-78ba925,
	.elementor-element-f23bde3{
		margin-bottom: 0 !important;
	}
		
	.elementor-element-468e6c3 h1,
	.elementor-element-be0e187 h1{
		font-size:70px;
		line-height:88px !important;
	}
	
}

#elementor-popup-modal-1039 .dialog-message{		
	max-width: 911px !important;	
	width:unset !important;
}

.stamp[_ngcontent-mvj-c52]{
	font-size:13px;
	font-weight: 400;
	line-height: 18.75px;
}


.chapter[_ngcontent-mvj-c52],
.stamp[_ngcontent-mvj-c52]:before,
.desc-left[_ngcontent-mvj-c52]{
	font-weight: 700 !important;
	font-size:13px;
}


#elementor-popup-modal-1039 .eicon-close{
	color:#4875F5;
}

.elementor-element-6f3b760 a{
	width:102px;
	margin: auto;
}
.eicon-close{
	color:#4875F5;
}

/*
.elementor-row .elementor-column.elementor-element-71d412b,
.elementor-row .elementor-column.elementor-element-d681770,
.elementor-row .elementor-column.elementor-element-53dcd35,
.elementor-row .elementor-column.elementor-element-ab735c4,
.elementor-row .elementor-column.elementor-element-98fb8d3,
.elementor-row .elementor-column.elementor-element-0c856b5
{
	width:30%;
}*/


.no-left-p .elementor-element-populated{
	padding-left:0 !important;
	padding-bottom: 0 !important;
}

.elementor-page-449 .section__faq,
.elementor-page-436 .section__faq,
.elementor-page-378 .section__faq
{
	margin:0;
}



/*Table*/
table.tafe-table {
	color: #ffffff;
    font-weight: 700;
    font-size: 15px;	
}
	table.tafe-table a {
		color: #4875F5;
		transition: all 0.3s;
		text-decoration: none;
		font-size: 18px;
	}
	table.tafe-table a:hover {
		color: #fff;
	}
		table.tafe-table th a:after {						
		}

/*Thead*/
table.tafe-table thead th {
	padding-left: 0;
	padding-right: 0
}
table.tafe-table thead th:first-child * {
	visibility: hidden
}

	table.tafe-table td,
	table.tafe-table th {
		border: 1px solid transparent;
		border-bottom-color: #4875f5!important;
		width: 25%
	}
	table.tafe-table tr:nth-last-child(-n+2) td:after,
	table.tafe-table tr:last-child td {
		border-bottom-color: transparent!important
	}
	
/*Tbody*/
table.tafe-table td {
	height: 79px;
	vertical-align:middle;
	padding: 0;
	text-align: center
}
	table.tafe-table td:first-child {
		color: #4875f5;
		text-align:left;
		padding-left: 15px;
	}
	
	td .button-offer {
		background: #4875F5!important;
		color: #fff!important;
		white-space: nowrap;
		font-size: 13px!important;
		margin: 0 auto 0;
		max-width: 173px;		
		height: 52px;
		line-height: 52px
	}
	td .button-offer .elementor-button-icon {
		margin-top: 8px
	}

@media screen and (max-width: 767px) {
	
	td .button-offer {
		
	}
	
	.elementor-widget-container table.tafe-table td {
		font-weight: 400!important;
	}
	
	table.tafe-table tr:last-child td {
		height:auto
	}

	.elementor-element-73ffaa8 {
		position: relative!important;
		overflow: hidden;
		width: calc(100% + 80px)!important;
		margin: 0 -40px;
	}
	.elementor-element-73ffaa8 > div {
		overflow-x: scroll;
		overflow-y: visible;
		margin-left: 174px;		
		padding-bottom: 20px
	}
	table.tafe-table {		
		table-layout: fixed;
		width: 100%;
		margin-top: 16px;
	}
	
	table.tafe-table a {
		font-size: 13px;
	}
	
	table.tafe-table th a img {
		margin-bottom: -2px;
	}
		table.tafe-table a:after {
			display: none
		}

	table.tafe-table td,
	table.tafe-table th {
		border-bottom-color: transparent!important;
		font-size: 13px;
		min-width: 200px!important;
		width: 210px!important;
		position: relative;
		height: 70px;
		padding: 0;		
	}
		table.tafe-table td:first-child:after,
		table.tafe-table th:first-child:after {			
			height:1px;
			position:absolute;
			content:'';
			background: rgb(36 59 123);
			display:block;
			top:70px;		
			left: 0;
			width: 500px;		
		}	
				
		table.tafe-table tr:nth-last-child(-n+2) td:after,
		table.tafe-table tr:last-child td:after {
			display:none
		}		
		
		table.tafe-table td:first-child,
		table.tafe-table th:first-child {
			min-width: auto;
			position: absolute;
			margin-left: -209px;
			width: 126px;			
			padding-left: 65px;
			font-weight: 700;
			line-height:70px;
			margin-top: 1px;
		}	

	.mobile-plans {
		position:relative;		
	}
	
		.mobile-plans .more-button{		
			margin-top: 0;
			bottom: 0;
			transition:all 0.3s;	
			margin-right: -32px;
			width: 60px;
			padding: 0;
			min-width: auto;
			color: transparent;
			font-size: 0px
		}
		
		.mobile-plans .go-right.more-button:after {		
			animation: pulseleft 1.5s infinite;
			transition:all 0.5s;			
		}
		.mobile-plans .go-left.more-button:before {			
			animation: pulseright 1.5s infinite;
			top: 11px;
			transition:all 0.5s
		}
		
		.mobile-plans .go-left.more-button:after {
			display: none
		}
		.mobile-plans .go-right.more-button:before {
			display: none
		}
		
		.mobile-plans .more-button:active,
		.mobile-plans .more-button.active {
			box-shadow: -2px 2px 2px rgba(255,255,0,0.5);
			box-shadow: 0 0 20px 0 rgb(118 152 247);
		}
		.mobile-plans .go-right.more-button:active:after,
		.mobile-plans .go-right.more-button.active:after {
			transform: scale(1.3);
		}
		.mobile-plans .go-left.more-button:active:before,
		.mobile-plans .go-left.more-button.active:before {		
			transform: rotate(180deg) scale(1.3);
		}
}


@keyframes pulseleft {
 0% { right: 22px }
 5% { right: 20px }
 50% { right: 12px}
 100% { right: 22px }
}

@keyframes pulseright {
 0% { left: 25px }
 5% { left: 22px }
 50% { left: 15px}
 100% { left: 25px }
}

/*Single plan*/
@media (max-width: 767px) {
	.plan-row {
		display: block!important
	}
	.plan-row .elementor-column {
		width: 50%;
		max-height: 51px;
	}
	
	.single_plan_blue_block .elementor-widget-container {
		padding-left: 0!important
	}
		.plan-row .elementor-column:first-of-type p {
			text-align: left
		}
		.plan-row p {
			margin-top: 15px !important;
			margin-bottom: 15px !important;
			font-size: 15px;
			text-align: center;
		}
		
	.plan-row .elementor-row {
		margin-right:10px
	}
	
	.plan-row:nth-of-type(100) .elementor-row:after{
		width: calc(100% + 24px);
		content:'';
		position: absolute;
		left:-34px;
		bottom: 0;
		display: block;
		height:1px;		
		border-top: 1px solid rgba(72, 117, 245, 0.5);
	}
	
	
	.elementor-element-494a8b0, .elementor-element-617a9a0, .elementor-element-234e9a4, .elementor-element-24d3a21, .elementor-element-4b7c502{
		border:none;
	}
	.elementor-element-494a8b0:after, .elementor-element-617a9a0:after, .elementor-element-234e9a4:after, .elementor-element-24d3a21:after, .elementor-element-4b7c502:after {		
		width: calc(100% + 34px);
		content:'';
		position: absolute;
		left:-34px;
		top: -1px;
		display: block;
		height:1px;		
		border-top: 1px solid rgba(72, 117, 245, 0.5);
	}
	
	p.gray-text {
		margin: 0!important;
		font-size: 13px;
	}	
}
