@import url(../icons-font/icons-deleteme/style.css);
@font-face {
  font-family: 'Cairo Regular';
  src: url("../fonts/Cairo-Regular.eot");
  src: url("../fonts/Cairo-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Cairo-Regular.woff2") format("woff2"), url("../fonts/Cairo-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Cairo Bold';
  src: url("../fonts/Cairo-Bold.eot");
  src: url("../fonts/Cairo-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Cairo-Bold.woff2") format("woff2"), url("../fonts/Cairo-Bold.woff") format("woff"); }

@font-face {
  font-family: 'Cairo SemiBold';
  src: url("../fonts/Cairo-SemiBold.eot");
  src: url("../fonts/Cairo-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Cairo-SemiBold.woff2") format("woff2"), url("../fonts/Cairo-SemiBold.woff") format("woff"); }

@font-face {
  font-family: 'Cairo Light';
  src: url("../fonts/Cairo-Light.eot");
  src: url("../fonts/Cairo-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Cairo-Light.woff2") format("woff2"), url("../fonts/Cairo-Light.woff") format("woff"); }

@font-face {
  font-family: 'Cairo Extra Light';
  src: url("../fonts/Cairo-ExtraLight.eot");
  src: url("../fonts/Cairo-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Cairo-ExtraLight.woff2") format("woff2"), url("../fonts/Cairo-ExtraLight.woff") format("woff"); }

/* 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; }

/* 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; }

/**
 * 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 {
  color: #646571;
  font-family: "Cairo Regular", sans-serif, sans-serif;
  font-size: 16px;
  line-height: 1.4; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0; }

p {
  margin: 0; }

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

blockquote {
  margin: 0; }

address {
  margin: 0; }

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: #fff; }

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

ul,
ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

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: 0; }

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

/* Links
--------------------------------------------- */
a {
  transition: 0.33s;
  color: #19288a; }

a:hover,
a:focus,
a:active {
  color: #f08d0b; }

a:focus {
  outline: thin dotted; }

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

body {
  background: #fff;
  min-height: 100vh; }

@media (max-width: 999px) {
  html.lock,
  html.lock body {
    height: 100vh;
    overflow: hidden; } }

.container {
  max-width: 1040px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px; }

.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden; }
  .site .site-main {
    flex: 1; }

.site-main--center {
  display: flex;
  align-items: center;
  justify-content: center; }

.admin-bar .site {
  min-height: calc(100vh - 32px); }

@media screen and (max-width: 782px) {
  .admin-bar .site {
    min-height: calc(100vh - 46px); } }

.row {
  position: relative;
  margin-left: -10px;
  margin-right: -10px; }

.row--small {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-left: -10px;
  margin-right: -10px; }
  .row--small .column {
    flex: 0 0 50%; }

.column {
  padding: 10px; }

.limited--medium {
  max-width: 728px;
  margin-left: auto;
  margin-right: auto; }

.site-main .post,
.site-main .page {
  width: 100%; }

.grecaptcha-badge {
  display: none; }

@media (min-width: 375px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 700px) {
  .row.row--small .column {
    flex: 0 0 25%;
    max-width: 25%; }
  .row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-left: -10px;
    margin-right: -10px; }
    .row .column {
      flex: 0 0 50%;
      max-width: 50%;
      padding-left: 10px;
      padding-right: 10px; }
    .row.row--large-gutter {
      margin-left: -20px;
      margin-right: -20px; }
      .row.row--large-gutter .column {
        padding-left: 20px;
        padding-right: 20px; }
    .row.row-col3x .column {
      flex: 0 0 33.33%;
      max-width: 33.33%; }
  .equal-height-cols {
    height: 100%; }
  .section.section-row-append-image-right {
    padding-bottom: 0;
    margin-bottom: -50px; }
    .section.section-row-append-image-right .column--append img {
      display: block;
      position: relative;
      margin-right: -20px;
      max-width: calc(100% + 20px); }
  .padding-left {
    padding-left: 20px !important; }
  .layout-columns {
    display: flex; }
  .layout-columns--aside {
    flex: 0 0 300px;
    padding-top: 30px; }
    .layout-columns--aside > .card-default:first-child,
    .layout-columns--aside > .sticky-sidebar:first-child {
      margin-top: -25px;
      position: relative; } }
  @media (min-width: 700px) and (max-width: 1020px) {
    .layout-columns--aside .card-default {
      padding: 20px 10px; } }

@media (min-width: 700px) {
  .layout-columns--main {
    flex: 1;
    padding-right: 30px;
    padding-top: 30px; }
    .layout-columns--main .form-row {
      margin-left: -8px;
      margin-right: -8px; }
      .layout-columns--main .form-row > .form-column {
        padding-left: 8px;
        padding-right: 8px; } }

@media (min-width: 900px) {
  .container {
    padding-left: 36px;
    padding-right: 36px; }
  .section.section-row-append-image-right .column--append {
    padding-left: 40px; }
    .section.section-row-append-image-right .column--append img {
      margin-right: -36px;
      max-width: calc(100% + 36px); } }

@media (min-width: 1000px) {
  .layout-columns--aside {
    flex: 0 0 340px; }
  .layout-columns--main {
    flex: 1;
    padding-right: 50px; } }

@media (min-width: 1040px) {
  .section.section-row-append-image-right {
    margin-bottom: -100px; }
    .section.section-row-append-image-right .column--append {
      padding-left: 50px; }
      .section.section-row-append-image-right .column--append img {
        max-width: 600px; }
  .row.row--large-gutter {
    margin-left: -30px;
    margin-right: -30px; }
    .row.row--large-gutter .column {
      padding-left: 30px;
      padding-right: 30px; }
  .layout-columns--aside {
    flex: 0 0 390px; }
  .layout-columns--main {
    flex: 1;
    padding-right: 76px; } }

@media (min-width: 1200px) {
  .section.section-row-append-image-right .column--append {
    padding-left: 70px; } }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 100;
  transition: background-color 0.33s; }
  @media (max-width: 1000px) {
    .site-header .container {
      padding-left: 0;
      padding-right: 0; }
    .site-header .header-top {
      padding-left: 20px;
      padding-right: 20px; } }
  .site-header .container {
    max-width: 1240px; }

.admin-bar .site-header {
  margin-top: 32px !important; }

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    margin-top: 46px !important; } }

.site {
  padding-top: 90px; }

.site-branding {
  width: 128px;
  position: relative; }

.site-branding--logo {
  background: url(../svgs/deleteme-color.svg) no-repeat 0 0;
  background-size: 100% auto;
  font-size: 0;
  display: block;
  padding-top: 14.2%; }

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 10px 0; }
  .header-top .menu-toggle {
    position: relative;
    margin-right: -6px; }

.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  margin: 0;
  display: none; }
  @media (max-width: 1000px) {
    .menu-toggle {
      display: block; } }
  .menu-toggle:focus, .menu-toggle:hover {
    outline: none; }
    .menu-toggle:focus .hamb span, .menu-toggle:hover .hamb span {
      background-color: #19288a; }

.hamb {
  display: block;
  width: 22px;
  height: 22px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  box-sizing: content-box; }
  .hamb span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #19288a;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out; }
    .hamb span:nth-child(1) {
      top: 0px; }
    .hamb span:nth-child(2), .hamb span:nth-child(3) {
      top: 9px; }
    .hamb span:nth-child(4) {
      top: 18px; }

@media (max-width: 1000px) {
  .header-nav-wrap {
    background: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: #19288a;
    color: white;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-1em) perspective(1000px) rotateX(100deg);
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s; } }

.menu-opened .hamb span:nth-child(1) {
  top: 9px;
  left: 50%;
  width: 0; }

.menu-opened .hamb span:nth-child(2) {
  transform: rotate(45deg); }

.menu-opened .hamb span:nth-child(3) {
  transform: rotate(-45deg); }

.menu-opened .hamb span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

@media (max-width: 1000px) {
  .menu-opened .header-nav-wrap {
    max-height: 100vh;
    opacity: 1;
    transform: translateY(0) perspective(1000px) rotateX(0);
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s; } }

html.head--fixed body .site-header {
  background: white;
  box-shadow: 0px 3.79717px 5.36071px rgba(193, 193, 193, 0.125183), 0px 2.12866px 3.00517px rgba(193, 193, 193, 0.105), 0px 1.13052px 1.59602px rgba(193, 193, 193, 0.0848175), 0px 0.47043px 0.66414px rgba(193, 193, 193, 0.0590406); }

html.head--fixed body .site-branding--logo {
  background-image: url(../svgs/deleteme-color.svg); }

html.head--fixed body .menu-toggle:focus .hamb span, html.head--fixed body .menu-toggle:hover .hamb span {
  background-color: #19288a; }

html.head--fixed body .hamb span {
  background: #19288a; }

@media (min-width: 1001px) {
  html.head--fixed body .menu-main-menu-container a {
    color: #19288a; }
    html.head--fixed body .menu-main-menu-container a:hover, html.head--fixed body .menu-main-menu-container a:active {
      color: rgba(25, 40, 138, 0.5); }
  html.head--fixed body .menu-main-menu-container .current-menu-item > a {
    color: #f08d0b; }
    html.head--fixed body .menu-main-menu-container .current-menu-item > a:hover {
      color: rgba(25, 40, 138, 0.5); }
    html.head--fixed body .menu-main-menu-container .current-menu-item > a:active {
      color: rgba(25, 40, 138, 0.5); }
  html.head--fixed body .menu-top-right-container .button-wrap > a,
  html.head--fixed body .menu-top-right-container .button-wrap > button,
  html.head--fixed body .menu-top-right-container .button {
    border-color: #19288a;
    color: #19288a; }
    html.head--fixed body .menu-top-right-container .button-wrap > a:hover,
    html.head--fixed body .menu-top-right-container .button-wrap > button:hover,
    html.head--fixed body .menu-top-right-container .button:hover {
      border-color: #19288a;
      color: #19288a; }
    html.head--fixed body .menu-top-right-container .button-wrap > a:active,
    html.head--fixed body .menu-top-right-container .button-wrap > button:active,
    html.head--fixed body .menu-top-right-container .button:active {
      border-color: #19288a;
      background-color: #19288a;
      color: white; } }

.extra-menu-wrap {
  display: none;
  border-top: 1px solid #BEBEBE;
  margin-top: 40px;
  padding: 10px 20px 20px;
  font-size: 12px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.7); }
  .extra-menu-wrap .copy {
    margin-top: 20px; }

@media (max-width: 1000px) {
  .extra-menu-wrap {
    display: block; } }

@media (min-width: 1001px) {
  .site-header .container {
    display: flex; }
  .site-header .header-top {
    width: 156px; }
  .site-header .header-nav-wrap {
    flex: 1; }
  .site-header .main-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px; }
    .site-header .main-navigation .menu-main-menu-container {
      flex: 1; } }

.site-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background: white;
  z-index: 1;
  position: relative; }
  .site-footer .copy {
    font-size: 12px;
    font-family: "Cairo Bold", sans-serif; }
  .site-footer .menu-footer-legal-container .menu {
    margin: 10px -10px;
    list-style: none;
    position: relative; }
  .site-footer .menu-footer-legal-container li {
    display: inline-block; }
  .site-footer .menu-footer-legal-container a {
    font-size: 12px;
    color: rgba(25, 40, 138, 0.7);
    line-height: 1.5;
    display: inline-block;
    padding: 10px 8px;
    text-decoration: none; }
    .site-footer .menu-footer-legal-container a:hover {
      color: #f08d0b; }
  .site-footer .menu-footer-legal-container .current-menu-item a {
    color: #f08d0b; }

.menu-footer-left,
.menu-footer-right {
  list-style: none;
  margin: 0;
  padding: 0; }
  .menu-footer-left li,
  .menu-footer-right li {
    white-space: nowrap; }
  .menu-footer-left a,
  .menu-footer-right a {
    text-decoration: none;
    color: #19288a;
    font-size: 14px;
    display: inline-block;
    padding: 8px 0; }
    .menu-footer-left a:hover, .menu-footer-left a:active,
    .menu-footer-right a:hover,
    .menu-footer-right a:active {
      color: #f08d0b; }
  .menu-footer-left .current-menu-item a,
  .menu-footer-right .current-menu-item a {
    color: #f08d0b; }

.site-footer--top {
  padding-bottom: 20px; }
  .site-footer--top .container {
    display: flex; }
  .site-footer--top .site-footer--col {
    flex: 0 0 50%;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px; }

.site-footer--bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px; }

@media (min-width: 600px) {
  .menu-footer-left,
  .menu-footer-right {
    position: relative;
    margin-left: -10px;
    margin-right: -10px; }
    .menu-footer-left li,
    .menu-footer-right li {
      display: inline-block; }
    .menu-footer-left a,
    .menu-footer-right a {
      padding: 8px 10px; } }

@media (min-width: 760px) {
  .site-footer--bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .site-footer .menu-footer-legal-container .menu {
    margin-top: 0;
    margin-bottom: 0; } }

#reviewBadgeWidgetText {
  font-size: 12px;
  font-family: "Cairo Bold", sans-serif; }

#reviewBadgeOuter {
  text-align: center; }

#reviewBadgeContainer {
  margin: auto; }

#reviewBadgeWidget {
  display: inline-block; }

#reviewBadgeWidgetTextContainer {
  padding: 10px;
  display: inline-block;
  text-align: left; }

.menu-main-menu-container .menu {
  margin: 20px 0;
  list-style: none; }

.menu-main-menu-container a {
  font-size: 28px;
  color: white;
  line-height: 1.5;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none; }
  .menu-main-menu-container a:hover {
    color: rgba(25, 40, 138, 0.5); }
  .menu-main-menu-container a:active {
    color: #f08d0b; }

.menu-main-menu-container .current-menu-item > a {
  color: #f08d0b; }
  .menu-main-menu-container .current-menu-item > a:hover {
    color: rgba(25, 40, 138, 0.5); }
  .menu-main-menu-container .current-menu-item > a:active {
    color: #f08d0b; }

.menu-top-right-container .menu {
  display: flex;
  list-style: none;
  position: relative;
  margin-left: -4px;
  margin-right: -4px;
  padding-left: 20px;
  padding-right: 20px; }
  .menu-top-right-container .menu li {
    padding-left: 4px;
    padding-right: 4px; }

@media (max-width: 1000px) {
  .menu-top-right-container .button-wrap > a,
  .menu-top-right-container .button-wrap > button,
  .menu-top-right-container .button,
  .menu-top-right-container .button-alt-wrap > a,
  .menu-top-right-container .button-alt-wrap > button,
  .menu-top-right-container .button-alt {
    height: 60px; }
  .menu-top-right-container .button-wrap > a,
  .menu-top-right-container .button-wrap > button,
  .menu-top-right-container .button {
    border-color: white;
    color: white; }
    .menu-top-right-container .button-wrap > a:hover,
    .menu-top-right-container .button-wrap > button:hover,
    .menu-top-right-container .button:hover {
      border-color: white;
      color: white; }
    .menu-top-right-container .button-wrap > a:active,
    .menu-top-right-container .button-wrap > button:active,
    .menu-top-right-container .button:active {
      border-color: white;
      background-color: white;
      color: #19288a; } }

.extra-menu-wrap .menu-footer-legal-container .menu {
  margin: 10px -10px;
  list-style: none;
  position: relative; }

.extra-menu-wrap .menu-footer-legal-container li {
  display: inline-block; }

.extra-menu-wrap .menu-footer-legal-container a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  display: inline-block;
  padding: 10px 8px;
  text-decoration: none; }
  .extra-menu-wrap .menu-footer-legal-container a:hover {
    color: #f08d0b; }

@media (min-width: 1001px) {
  .menu-main-menu-container .menu {
    margin: 10px 0;
    text-align: center; }
    .menu-main-menu-container .menu > li {
      display: inline-block; }
      .menu-main-menu-container .menu > li.legacy {
        display: none; }
  .menu-main-menu-container a {
    color: #19288a;
    font-size: 16px;
    font-family: "Cairo SemiBold", sans-serif;
    padding-left: 10px;
    padding-right: 10px; }
  .menu-top-right-container .button-wrap > a,
  .menu-top-right-container .button-wrap > button,
  .menu-top-right-container .button,
  .menu-top-right-container .button-alt-wrap > a,
  .menu-top-right-container .button-alt-wrap > button,
  .menu-top-right-container .button-alt {
    height: 30px;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 2px; } }

.button-wrap > a,
.button-wrap > button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  font-weight: 400;
  font-family: "Cairo Bold", sans-serif;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 34px 0;
  font-size: 18px;
  line-height: 1.3;
  border-radius: 5px;
  text-decoration: none;
  border-radius: 40px;
  cursor: pointer;
  color: #19288a;
  border: 1px solid #19288a;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none; }
  .button-wrap > a:hover,
  .button-wrap > button:hover,
  .button:hover {
    border-color: #19288a;
    color: #19288a; }
  .button-wrap > a:active,
  .button-wrap > button:active,
  .button:active {
    border-color: white;
    background-color: white;
    color: #19288a; }

button.button {
  display: block; }

.button-alt-wrap > a,
.button-alt-wrap > button,
.button-alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  font-weight: 400;
  font-family: "Cairo Bold", sans-serif;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 34px 0;
  font-size: 18px;
  line-height: 1.3;
  border-radius: 5px;
  text-decoration: none;
  border-radius: 40px;
  cursor: pointer;
  color: #19288a;
  border: 1px solid #19288a;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
  color: white;
  background-color: #f08d0b;
  border-color: #f08d0b;
  box-shadow: 0px 14px 24px rgba(240, 141, 11, 0.18), 0px 5.84887px 10.0266px rgba(240, 141, 11, 0.129394), 0px 3.12708px 5.36071px rgba(240, 141, 11, 0.107299), 0px 1.75302px 3.00517px rgba(240, 141, 11, 0.09), 0px 0.93101px 1.59602px rgba(240, 141, 11, 0.0727007), 0px 0.38742px 0.66414px rgba(240, 141, 11, 0.0506062); }
  .button-alt-wrap > a:hover,
  .button-alt-wrap > button:hover,
  .button-alt:hover {
    border-color: #ffa227;
    background-color: #ffa227;
    color: white;
    box-shadow: 0px 11.4861px 19.6904px rgba(240, 141, 11, 0.18), 0px 4.79861px 8.2262px rgba(240, 141, 11, 0.129394), 0px 2.56557px 4.39812px rgba(240, 141, 11, 0.107299), 0px 1.43824px 2.46555px rgba(240, 141, 11, 0.09), 0px 0.76384px 1.30943px rgba(240, 141, 11, 0.0727007), 0px 0.31785px 0.54488px rgba(240, 141, 11, 0.0506062); }
  .button-alt-wrap > a:active,
  .button-alt-wrap > button:active,
  .button-alt:active {
    border-color: white;
    background-color: white;
    color: #f08d0b;
    box-shadow: 0px 11.4861px 19.6904px rgba(240, 141, 11, 0.18), 0px 4.79861px 8.2262px rgba(240, 141, 11, 0.129394), 0px 2.56557px 4.39812px rgba(240, 141, 11, 0.107299), 0px 1.43824px 2.46555px rgba(240, 141, 11, 0.09), 0px 0.76384px 1.30943px rgba(240, 141, 11, 0.0727007), 0px 0.31785px 0.54488px rgba(240, 141, 11, 0.0506062); }

.button-color-wrap > a,
.button-color-wrap > button,
.button-color {
  color: white;
  background-color: #19288a;
  border-color: #19288a;
  box-shadow: 0px 11.4861px 19.6904px rgba(25, 40, 138, 0.18), 0px 4.79861px 8.2262px rgba(25, 40, 138, 0.129394), 0px 2.56557px 4.39812px rgba(25, 40, 138, 0.107299), 0px 1.43824px 2.46555px rgba(25, 40, 138, 0.09), 0px 0.76384px 1.30943px rgba(25, 40, 138, 0.0727007), 0px 0.31785px 0.54488px rgba(25, 40, 138, 0.0506062); }
  .button-color-wrap > a:hover,
  .button-color-wrap > button:hover,
  .button-color:hover {
    border-color: #19288a;
    background-color: white;
    color: #19288a; }
  .button-color-wrap > a:active,
  .button-color-wrap > button:active,
  .button-color:active {
    border-color: #19288a;
    background-color: white;
    color: #19288a;
    box-shadow: 0px 11.4861px 19.6904px rgba(25, 40, 138, 0.18), 0px 4.79861px 8.2262px rgba(25, 40, 138, 0.129394), 0px 2.56557px 4.39812px rgba(25, 40, 138, 0.107299), 0px 1.43824px 2.46555px rgba(25, 40, 138, 0.09), 0px 0.76384px 1.30943px rgba(25, 40, 138, 0.0727007), 0px 0.31785px 0.54488px rgba(25, 40, 138, 0.0506062); }

.button-color-dark-wrap > a,
.button-color-dark-wrap > button,
.button-color-dark {
  color: white;
  background-color: #31326E;
  border-color: #31326E;
  box-shadow: 0px 14px 24px rgba(49, 50, 110, 0.18), 0px 5.84887px 10.0266px rgba(49, 50, 110, 0.129394), 0px 3.12708px 5.36071px rgba(49, 50, 110, 0.107299), 0px 1.75302px 3.00517px rgba(49, 50, 110, 0.09), 0px 0.93101px 1.59602px rgba(49, 50, 110, 0.0727007), 0px 0.38742px 0.66414px rgba(49, 50, 110, 0.0506062); }
  .button-color-dark-wrap > a:hover,
  .button-color-dark-wrap > button:hover,
  .button-color-dark:hover {
    border-color: #31326E;
    background-color: white;
    color: #31326E; }
  .button-color-dark-wrap > a:active,
  .button-color-dark-wrap > button:active,
  .button-color-dark:active {
    border-color: #31326E;
    background-color: white;
    color: #31326E;
    box-shadow: 0px 14px 24px rgba(49, 50, 110, 0.18), 0px 5.84887px 10.0266px rgba(49, 50, 110, 0.129394), 0px 3.12708px 5.36071px rgba(49, 50, 110, 0.107299), 0px 1.75302px 3.00517px rgba(49, 50, 110, 0.09), 0px 0.93101px 1.59602px rgba(49, 50, 110, 0.0727007), 0px 0.38742px 0.66414px rgba(49, 50, 110, 0.0506062); }

.button-small {
  height: 32px;
  font-size: 14px; }

.button.button-block {
  display: flex;
  width: 100%; }

.button-more {
  font-size: 15px;
  color: #f08d0b;
  width: 42px;
  height: 42px;
  background-color: rgba(152, 152, 183, 0.1);
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none; }
  .button-more:hover {
    color: rgba(240, 141, 11, 0.5); }
  .button-more:active {
    background-color: white;
    color: #f08d0b; }

.button-icon-pos .icon {
  margin-left: 10px; }

.button-icon-pre .icon {
  margin-right: 10px; }

.button.button-long {
  white-space: normal !important;
  height: 66px; }

.button.button-medium {
  height: 60px;
  border-radius: 30px;
  font-size: 18px; }

.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #646571;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid white;
  border-radius: 40px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-family: "Cairo Regular", sans-serif;
  font-weight: 400;
  outline: none; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #646571;
  background-color: #fff;
  border-color: white;
  outline: 0;
  box-shadow: none; }

.form-control-o {
  background: #FFFFFF;
  border: 0.820435px solid #E0E0E9; }
  .form-control-o:focus {
    border: 0.820435px solid #E0E0E9; }

.form-control::-webkit-input-placeholder {
  color: rgba(25, 40, 138, 0.5);
  opacity: 1; }

.form-control::-moz-placeholder {
  color: rgba(25, 40, 138, 0.5);
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: rgba(25, 40, 138, 0.5);
  opacity: 1; }

.form-control::-ms-input-placeholder {
  color: rgba(25, 40, 138, 0.5);
  opacity: 1; }

.form-control:focus::placeholder {
  opacity: 0; }

.form-control:focus::-moz-placeholder {
  color: rgba(25, 40, 138, 0.5);
  opacity: 0; }

.form-control:focus:-ms-input-placeholder {
  color: rgba(25, 40, 138, 0.5);
  opacity: 0; }

.form-control:focus::-ms-input-placeholder {
  color: rgba(25, 40, 138, 0.5);
  opacity: 0; }

.form-control:focus::placeholder {
  opacity: 0; }

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

.form-control--dark {
  border-radius: 0;
  border-bottom: 2px solid rgba(54, 45, 94, 0.5);
  padding-left: 0;
  padding-right: 0; }

.form-control--dark:focus {
  border-bottom-color: rgba(54, 45, 94, 0.9); }

.form-control--darker {
  background: rgba(49, 50, 110, 0.04);
  border-radius: 8px;
  height: 60px; }

.form-control--darker:focus {
  background: rgba(49, 50, 110, 0.1); }

.form-group {
  margin-bottom: 20px;
  position: relative; }

.label-control {
  color: #646571;
  font-size: 18px;
  display: block;
  padding-bottom: 10px;
  line-height: 1.1; }

.form-compact {
  display: flex;
  flex-direction: column;
  margin: 30px 0 20px; }
  .form-compact .button {
    margin-top: 10px; }

.form-row {
  position: relative;
  margin-left: -10px;
  margin-right: -10px; }
  .form-row > .form-column {
    padding: 0 10px 20px; }
    .form-row > .form-column .form-group {
      margin-bottom: 0; }

.label-ctr--hide {
  display: none; }

.form-buttons {
  margin: 30px 0 10px; }

.card-form-inner {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto; }

.form-input {
  margin: 30px 0; }
  .form-input a {
    color: #f08d0b;
    text-decoration: none; }
    .form-input a:hover {
      color: #19288a; }

.form-panel {
  border: none;
  margin: 0 0 30px;
  padding: 0; }

.form-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px; }
  .form-header .form-title {
    margin-bottom: 0; }
  .form-header .top-right {
    margin-top: 5px; }

.form-row-custom1 {
  display: flex;
  margin-left: -5px;
  margin-right: -5px; }
  .form-row-custom1 > .form-column {
    padding: 0 5px 20px; }

.form-column-sz1 {
  flex: 0 0 55%; }

.form-column-sz2 {
  flex: 0 0 45%; }

.pos-icon-wrap {
  position: relative;
  display: block; }
  .pos-icon-wrap .pos-icon {
    position: absolute;
    top: 18px;
    left: 16px;
    font-size: 24px;
    color: #19288a; }
  .pos-icon-wrap input:focus + .pos-icon {
    display: none; }

@media (min-width: 460px) {
  .form-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px; }
    .form-header .form-title {
      margin-bottom: 0; }
    .form-header .top-right {
      margin-top: 0;
      margin-left: 5px; } }

@media (min-width: 560px) {
  .form-compact {
    flex-direction: row;
    max-width: 514px; }
    .form-compact .form-control {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      position: relative;
      margin-right: -40px;
      padding-right: 46px; }
    .form-compact .button {
      margin-top: 0;
      position: relative;
      z-index: 1;
      padding-left: 20px;
      padding-right: 20px; } }

@media (min-width: 600px) {
  .form-row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px; }
    .form-row > .form-column {
      padding: 0 15px 20px;
      flex: 0 0 50%;
      max-width: 50%; }
    .form-row > .form-column-full {
      flex: 0 0 100%;
      max-width: 100%; } }

.custom-checkbox,
.custom-radio {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.custom-checkbox:focus + label::before,
.custom-radio:focus + label::before {
  -webkit-box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2) !important;
  box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2) !important; }

.custom-checkbox:active + label::before,
.custom-radio:active + label::before {
  -webkit-transition-duration: 0;
  transition-duration: 0; }

.custom-checkbox + label,
.custom-radio + label {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  padding-left: 32px;
  cursor: pointer; }

.custom-checkbox + label::before,
.custom-radio + label::before {
  background: #f9f9ff;
  border: 1px solid #e0e0e9;
  border-radius: 2px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  color: white;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0; }

.custom-checkbox + label::after,
.custom-radio + label::after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  background-color: #444;
  position: absolute;
  top: 4px;
  left: 2px;
  width: 18px;
  height: 18px;
  transform: scale(0);
  transform-origin: 50%;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out; }

.custom-checkbox[disabled] + label::before,
.custom-radio[disabled] + label::before {
  animation: none;
  box-shadow: none;
  border: 1px solid rgba(128, 128, 128, 0.5); }

.custom-checkbox[disabled]:active + label::before,
.custom-checkbox[disabled]:focus + label::before,
.custom-checkbox[disabled]:hover + label::before,
.custom-radio[disabled]:active + label::before,
.custom-radio[disabled]:focus + label::before,
.custom-radio[disabled]:hover + label::before {
  border-color: rgba(128, 128, 128, 0.5);
  -webkit-filter: none;
  filter: none;
  -webkit-transition: none;
  transition: none; }

.custom-checkbox:checked + label::before {
  background: #19288a;
  border-color: #19288a; }

.custom-checkbox + label::after {
  background-color: transparent;
  top: 7px;
  left: 5px;
  width: 8px;
  height: 2.8px;
  border-style: solid;
  border-color: white;
  border-width: 0 0 3px 3px;
  border-radius: 0;
  border-image: none;
  transform: rotate(-45deg) scale(0);
  transition: none; }

.custom-checkbox:checked + label::after {
  content: "";
  transform: rotate(-45deg) scale(1);
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out; }

.custom-radio + label::before,
.custom-radio + label::after {
  border-radius: 50%; }

.custom-radio:checked:active + label::before,
.custom-radio:checked:focus + label::before {
  animation: none;
  filter: none;
  transition: none; }

.custom-radio:checked + label::before {
  -webkit-animation: none;
  animation: none;
  background-color: #fff; }

.custom-radio:checked + label::after {
  transform: scale(1); }

.custom-checkbox--small.custom-checkbox + label,
.custom-checkbox--small.custom-radio + label {
  font-size: 12px;
  padding-left: 23px;
  color: rgba(96, 96, 96, 0.7);
  line-height: 1.2; }

.custom-checkbox--small.custom-checkbox + label::before,
.custom-checkbox--small.custom-radio + label::before {
  width: 12px;
  height: 12px; }

.custom-checkbox--small.custom-checkbox + label::after {
  top: 4px;
  left: 3px;
  width: 6px;
  height: 1.8px;
  border-width: 0 0 2px 2px; }

.custom-checkbox--alt + label::before {
  background-color: transparent;
  border: 1px solid #646571; }

.custom-checkbox--alt + label::after {
  background-color: transparent;
  border-color: #646571; }

.custom-checkbox--alt + label {
  font-size: 13px;
  color: #646571; }

@media (min-width: 600px) {
  .custom-feature-list .feature-item {
    flex-direction: row;
    align-items: center !important; }
  .custom-feature-list .feature-image {
    flex: 0 0 180px;
    padding-top: 0;
    padding-right: 20px; }
  .custom-feature-list .module--feature .section-title {
    position: absolute;
    margin-top: 10px;
    background-color: white;
    z-index: 1; } }

@media (max-width: 600px) {
  .custom-feature-image .feature-image {
    padding-top: 0;
    padding-right: 20px; }
    .custom-feature-image .feature-image img {
      display: block;
      max-width: 40%; } }

.scan-disclaimer {
  color: rgba(36, 36, 51, 0.65);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  font-family: "Cairo SemiBold", sans-serif;
  display: inline-block; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ""; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }
  .slick-dots li {
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px; }
  .slick-dots button {
    font-size: 0;
    background: #646571;
    opacity: 0.2;
    border-radius: 20px;
    width: 30px;
    height: 4px;
    border: none;
    margin: 0;
    padding: 0;
    transition: 0.33s;
    outline: none; }
  .slick-dots .slick-active button {
    background: #f08d0b;
    opacity: 1; }

.table-comparation {
  position: relative; }
  .table-comparation:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 71px;
    bottom: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 51px 101px rgba(70, 70, 99, 0.1), 0px 18.6158px 36.8667px rgba(70, 70, 99, 0.0689982), 0px 9.03764px 17.8981px rgba(70, 70, 99, 0.0556291), 0px 4.43042px 8.77397px rgba(70, 70, 99, 0.0443709), 0px 1.7518px 3.46924px rgba(70, 70, 99, 0.0310018); }
  .table-comparation table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border: none;
    position: relative;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 2; }
  .table-comparation tbody {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; }
    .table-comparation tbody th,
    .table-comparation tbody td {
      font-size: 15px;
      line-height: 1.5; }
    .table-comparation tbody th {
      text-align: left; }
    .table-comparation tbody td {
      font-family: "Cairo Bold", sans-serif;
      text-align: right; }
    .table-comparation tbody tr:nth-child(even) th,
    .table-comparation tbody tr:nth-child(even) td {
      background: rgba(49, 50, 110, 0.018); }
  .table-comparation thead th {
    display: none; }
  .table-comparation td,
  .table-comparation th {
    height: 71px;
    padding: 10px 16px;
    empty-cells: show; }
  .table-comparation th + td,
  .table-comparation td + td,
  .table-comparation th + th {
    display: none; }
  .table-comparation td.default {
    display: table-cell; }

.tc-table-nav {
  list-style: none;
  display: flex;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }
  .tc-table-nav li {
    flex: 1;
    font-size: 18px;
    font-weight: 400;
    font-family: "Cairo Regular", sans-serif;
    box-shadow: 0px 51px 101px rgba(25, 40, 138, 0.1), 0px 18.6158px 36.8667px rgba(25, 40, 138, 0.0689982), 0px 9.03764px 17.8981px rgba(25, 40, 138, 0.0556291), 0px 4.43042px 8.77397px rgba(25, 40, 138, 0.0443709), 0px 1.7518px 3.46924px rgba(25, 40, 138, 0.0310018); }
    .tc-table-nav li strong {
      font-weight: 400;
      font-family: "Cairo SemiBold", sans-serif; }
    .tc-table-nav li:first-child button {
      border-top-left-radius: 20px; }
    .tc-table-nav li:last-child button {
      border-top-right-radius: 20px; }
  .tc-table-nav button {
    display: block;
    width: 100%;
    background: rgba(25, 40, 138, 0.2);
    color: #19288a;
    height: 75px;
    margin: 0;
    padding: 10px;
    border: none;
    border-radius: 0;
    box-shadow: 0px 51px 101px rgba(69, 57, 120, 0.1), 0px 18.6158px 36.8667px rgba(69, 57, 120, 0.0689982), 0px 9.03764px 17.8981px rgba(69, 57, 120, 0.0556291), 0px 4.43042px 8.77397px rgba(69, 57, 120, 0.0443709), 0px 1.7518px 3.46924px rgba(69, 57, 120, 0.0310018); }
    .tc-table-nav button:active, .tc-table-nav button:focus {
      outline: 0; }
  .tc-table-nav .simple-tab {
    box-shadow: none; }
    .tc-table-nav .simple-tab button {
      background: transparent;
      color: #31326E;
      box-shadow: none; }
      .tc-table-nav .simple-tab button:active, .tc-table-nav .simple-tab button:focus {
        outline: 0; }
  .tc-table-nav .active button {
    color: white;
    background: #19288a; }

.simple-label {
  display: flex;
  height: 75px;
  align-items: center;
  padding: 10px;
  font-size: 15px; }

.hide {
  border: 0;
  background: none; }

.header-tab {
  background: #19288a;
  color: white;
  font-size: 18px;
  font-weight: 400;
  font-family: "Cairo Regular", sans-serif;
  box-shadow: 0px 51px 101px rgba(25, 40, 138, 0.1), 0px 18.6158px 36.8667px rgba(25, 40, 138, 0.0689982), 0px 9.03764px 17.8981px rgba(25, 40, 138, 0.0556291), 0px 4.43042px 8.77397px rgba(25, 40, 138, 0.0443709), 0px 1.7518px 3.46924px rgba(25, 40, 138, 0.0310018); }
  .header-tab strong {
    font-weight: 400;
    font-family: "Cairo SemiBold", sans-serif; }
  .header-tab.start {
    border-top-left-radius: 12px; }
  .header-tab.end {
    border-top-right-radius: 12px; }

.table-comparation-alt {
  background: #FFFFFF;
  box-shadow: 0px 25px 90px rgba(69, 57, 120, 0.14);
  border-radius: 25px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; }
  .table-comparation-alt table {
    table-layout: auto;
    border-radius: 25px; }
    .table-comparation-alt table tr:last-child th:last-child,
    .table-comparation-alt table tr:last-child td:last-child {
      border-bottom-right-radius: 25px; }
    .table-comparation-alt table tr:last-child th:first-child,
    .table-comparation-alt table tr:last-child td:first-child {
      border-bottom-left-radius: 25px; }
  .table-comparation-alt:after {
    display: none; }
  .table-comparation-alt thead td,
  .table-comparation-alt thead th {
    text-align: left;
    font-size: 22px;
    line-height: 150%;
    color: #31326E; }
  .table-comparation-alt tbody td,
  .table-comparation-alt tbody th {
    text-align: left; }
  .table-comparation-alt tbody th {
    color: #31326E;
    width: 150px; }
    @media (min-width: 640px) {
      .table-comparation-alt tbody th {
        width: auto; } }
  .table-comparation-alt tbody tr:nth-child(even) th,
  .table-comparation-alt tbody tr:nth-child(even) td {
    background: white; }
  .table-comparation-alt tbody tr:nth-child(odd) th,
  .table-comparation-alt tbody tr:nth-child(odd) td {
    background: rgba(49, 50, 110, 0.018); }
  .table-comparation-alt td,
  .table-comparation-alt th {
    height: 78px;
    padding: 10px 12px; }
    @media (min-width: 640px) {
      .table-comparation-alt td,
      .table-comparation-alt th {
        padding: 10px 22px; }
        .table-comparation-alt td:first-child,
        .table-comparation-alt th:first-child {
          padding-left: 30px; }
        .table-comparation-alt td:last-child,
        .table-comparation-alt th:last-child {
          padding-right: 30px; } }

.th-note {
  display: block;
  font-size: 15px;
  line-height: 150%;
  color: rgba(49, 50, 110, 0.5); }

@media (min-width: 640px) {
  .table-comparation ul {
    display: none; }
  .table-comparation tbody {
    border-radius: 20px;
    border-top-right-radius: 0; }
    .table-comparation tbody th {
      text-align: center; }
    .table-comparation tbody td {
      font-family: "Cairo Regular", sans-serif;
      text-align: center; }
  .table-comparation td,
  .table-comparation th {
    display: table-cell !important; }
  .table-comparation th.hide,
  .table-comparation tbody th {
    width: 45%; }
  .table-comparation td + td,
  .table-comparation th + th {
    width: auto; }
  .table-comparation-alt {
    margin-top: 50px; }
    .table-comparation-alt tbody td,
    .table-comparation-alt tbody th {
      text-align: left; }
    .table-comparation-alt tbody th {
      width: 200px !important; }
    .table-comparation-alt .hide-medium {
      display: none !important; } }

@media (min-width: 1000px) {
  .table-comparation-alt {
    margin-top: 70px; }
    .table-comparation-alt tbody th {
      width: 300px !important; } }

/* 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; }

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

.text-right {
  text-align: right; }

.space-y-bottom {
  margin-bottom: 14px; }

.space-2x-y-bottom {
  margin-bottom: 24px; }

.space-y-top {
  margin-top: 14px; }

.space-2x-y-top {
  margin-top: 28px; }

.space-y-vertical {
  margin-top: 14px;
  margin-bottom: 14px; }

.space-2x-y-vertical {
  margin-top: 28px;
  margin-bottom: 28px; }

@media (min-width: 660px) {
  .text-center--medium {
    text-align: center; } }

.media img {
  display: block;
  max-width: 100%;
  height: auto !important; }

.text-center img {
  margin: auto; }

.section-title {
  font-size: 24px;
  font-weight: 400;
  color: #19288a;
  margin: 0 0 20px; }
  .section-title strong {
    font-weight: 400;
    font-family: "Cairo Bold", sans-serif; }

.form-title {
  font-size: 20px;
  font-weight: 400;
  color: #19288a;
  margin: 0 0 20px;
  font-family: "Cairo SemiBold", sans-serif; }

.section-header {
  margin: 0 0 20px; }
  .section-header .section-title {
    margin: 0 0 6px; }
  .section-header .text {
    font-size: 16px; }
  .section-header .text-medium {
    font-size: 18px;
    margin-bottom: 30px; }

.section-title-strong {
  font-size: 18px;
  font-family: "Cairo Bold", sans-serif;
  text-transform: uppercase; }

.title-medium2,
.title-medium {
  font-size: 22px;
  font-weight: 400;
  color: #19288a;
  margin: 0 0 20px; }
  .title-medium2 strong,
  .title-medium strong {
    font-weight: 400;
    font-family: "Cairo Bold", sans-serif; }

.title-large {
  font-size: 26px;
  font-weight: 400;
  color: #19288a;
  margin: 0 0 20px; }
  .title-large strong {
    font-weight: 400;
    font-family: "Cairo Bold", sans-serif; }

.page-title {
  font-size: 28px;
  font-weight: 400;
  color: #19288a;
  margin: 0;
  font-family: "Cairo SemiBold", sans-serif; }

.card-title2 {
  font-size: 22px;
  font-weight: 400;
  color: #19288a;
  margin: 10px 0 10px;
  line-height: 1.3;
  font-family: "Cairo SemiBold", sans-serif; }

.card-title3 {
  font-size: 20px;
  font-weight: 400;
  color: #19288a;
  margin: 10px 0 10px;
  line-height: 1.3;
  font-family: "Cairo Bold", sans-serif; }

.title {
  font-size: 30px;
  font-weight: 400;
  color: #19288a;
  margin: 0;
  font-family: "Cairo Bold", sans-serif; }

.entry-title {
  font-size: 30px;
  font-weight: 400;
  color: #19288a;
  margin: 0 0 20px;
  font-family: "Cairo Bold", sans-serif; }

.entry-title2 {
  font-size: 26px;
  font-weight: 400;
  color: #19288a;
  margin: 0 0 20px;
  font-family: "Cairo Bold", sans-serif; }

.widget-title {
  font-family: "Cairo Bold", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px;
  color: #19288a;
  font-weight: 400; }

.card {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }

.card-title {
  color: #606060;
  font-size: 18px;
  font-family: "Cairo SemiBold", sans-serif;
  line-height: 1.5;
  font-weight: 400; }

.card-text {
  display: none; }

.card-text2 {
  display: block; }

.card-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 14px; }
  .card-icon .icon {
    color: #f08d0b;
    font-size: 32px; }

.page-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
  min-height: 46px;
  margin-bottom: 30px; }
  .page-header > * + * {
    margin-top: 10px; }

.card-icon-round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 78.6695px 89.7108px rgba(70, 70, 99, 0.1), 0px 28.7157px 32.7459px rgba(70, 70, 99, 0.0689982), 0px 13.9409px 15.8975px rgba(70, 70, 99, 0.0556291), 0px 6.8341px 7.79327px rgba(70, 70, 99, 0.0443709), 0px 2.70221px 3.08147px rgba(70, 70, 99, 0.0310018);
  border-radius: 50%;
  z-index: 1; }

.card-icon-count {
  position: absolute;
  top: 0;
  right: -15px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f08d0b;
  color: white;
  border-radius: 22.0827px;
  font-size: 12px; }

.data-type-col-name {
  font-size: 16px; }

.site-main-bg {
  background-color: #f6f7fb; }

.group--small {
  display: flex;
  position: relative;
  margin-left: -8px;
  margin-right: -8px;
  min-height: 60px; }
  .group--small:after {
    content: '';
    display: table;
    clear: both; }
  .group--small .group-col {
    padding: 0 8px 6px;
    flex: 0 0 50%;
    text-align: left; }

.subtitle {
  color: #19288a;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  font-family: "Cairo Bold", sans-serif;
  margin: 6px 0; }

.value,
.pre-value {
  color: rgba(36, 36, 51, 0.65);
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  font-family: "Cairo SemiBold", sans-serif;
  display: inline-block; }
  .value.disable,
  .pre-value.disable {
    opacity: 0.3; }

.pre-value.empty {
  display: block;
  float: left;
  height: 20px;
  background: #F0F0F4;
  border-radius: 46.7978px; }

.pre-value-w1 {
  min-width: 43px; }

.pre-value-w2 {
  min-width: 48px; }

.pre-value-w3 {
  min-width: 58px; }

.pre-value-w4 {
  min-width: 68px; }

.pre-value-w5 {
  min-width: 74px; }

.pre-value-w6 {
  min-width: 86px; }

.pre-value-w7 {
  min-width: 98px; }

.pre-value-w8 {
  min-width: 104px; }

.list-data {
  list-style: none;
  position: relative;
  margin-left: -4px;
  margin-right: -4px;
  columns: 2;
  columns-gap: 10px;
  margin-top: 6px; }
  .list-data li {
    padding: 5px 4px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
    .list-data li:after {
      content: '';
      display: table;
      clear: both; }

.pre-icon {
  display: flex;
  align-items: center;
  height: 20px; }
  .pre-icon .icon {
    font-size: 13px;
    flex: 0 0 20px; }

.page-prev,
.page-next {
  background: #FFFFFF;
  box-shadow: 0px 17px 24px rgba(193, 193, 193, 0.21), 0px 7.10219px 10.0266px rgba(193, 193, 193, 0.150959), 0px 3.79717px 5.36071px rgba(193, 193, 193, 0.125183), 0px 2.12866px 3.00517px rgba(193, 193, 193, 0.105), 0px 1.13052px 1.59602px rgba(193, 193, 193, 0.0848175), 0px 0.47043px 0.66414px rgba(193, 193, 193, 0.0590406);
  border-radius: 16px;
  font-size: 12px;
  color: #19288a;
  display: inline-flex;
  width: 24px;
  height: 24px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  margin: 0 4px; }

.page-next {
  padding-left: 1px; }

.page-prev {
  padding-right: 1px; }

.pagination-total {
  font-size: 18px;
  color: #19288a;
  line-height: 1.5; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 20px; }

.video-holder {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.horizontal-list {
  list-style: none;
  text-align: center;
  position: relative;
  margin-left: -10px;
  margin-right: -10px; }
  .horizontal-list li {
    display: inline-block;
    padding: 10px; }

.text-white-medium {
  color: white;
  font-size: 22px; }
  .text-white-medium a {
    color: white;
    text-decoration: none; }
    .text-white-medium a:hover {
      text-decoration: underline; }

.link-small {
  font-size: 14px;
  color: #f08d0b;
  text-decoration: none; }
  .link-small:hover {
    color: #19288a; }

.link-small2 {
  font-size: 15px;
  font-family: "Cairo Bold", sans-serif;
  color: #f08d0b;
  text-decoration: none; }
  .link-small2:hover {
    color: #19288a; }

.link-medium {
  font-size: 18px;
  color: #f08d0b;
  text-decoration: none; }
  .link-medium:hover {
    color: #19288a; }

.group-space {
  padding: 0 20px;
  margin: 30px 0; }

.separator {
  margin: 20px 0;
  height: 1px;
  box-shadow: none;
  border: none;
  background: rgba(100, 101, 113, 0.1); }

.panel {
  margin: 14px 0; }
  .panel p {
    margin: 8px 0 !important; }

.size-icon-medium {
  font-size: 24px; }

.sub-title {
  font-size: 22px;
  line-height: 30px;
  color: #646571; }

@media (min-width: 600px) {
  .section-title {
    font-size: 30px; }
  .section-title-strong {
    font-size: 20px; }
  .title {
    font-size: 42px; } }

@media (min-width: 700px) {
  .card-text {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #606060; }
  .card-title {
    margin-bottom: 12px; }
  .card {
    text-align: left; }
  .text-white-medium,
  .title-medium {
    font-size: 26px; }
  .title-large {
    font-size: 34px; }
  .entry-title2,
  .entry-title {
    font-size: 38px; }
  .page-header {
    flex-direction: row; }
    .page-header > * + * {
      margin-top: 0;
      margin-left: 10px; }
  .horizontal-list {
    margin-left: -15px;
    margin-right: -15px; }
    .horizontal-list li {
      padding: 10px 15px; }
  .form-title {
    font-size: 24px; }
  .sub-title {
    font-size: 26px; } }

@media (min-width: 1000px) {
  .card-text {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #606060; }
  .card-title {
    margin-bottom: 12px; }
  .card {
    text-align: left; }
  .text-white-medium,
  .title-medium {
    font-size: 30px; }
  .title-medium2 {
    font-size: 36px; }
  .title-large {
    font-size: 44px; }
  .entry-title2,
  .entry-title {
    font-size: 42px; }
  .horizontal-list {
    margin-left: -20px;
    margin-right: -20px; }
    .horizontal-list li {
      padding: 10px 20px; }
  .group-space {
    padding: 0 40px; }
  .sub-title {
    font-size: 28px; } }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

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

.page-content,
.entry-content,
.entry-summary {
  margin: 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; }

.entry-content {
  color: #606060; }
  .entry-content p {
    margin: 20px 0; }

.text {
  font-size: 16px; }
  .text strong,
  .text b {
    font-weight: 400;
    font-family: "Cairo Bold", sans-serif; }
  .text p {
    margin: 0; }
    .text p + p {
      margin-top: 20px; }
  .text a:not(.button) {
    color: #f08d0b;
    text-decoration: none; }
    .text a:not(.button):hover {
      text-decoration: underline; }

.text-medium {
  font-size: 18px; }

.text-larger {
  font-size: 18px; }
  .text-larger p {
    margin: 20px 0; }

.text-small {
  font-size: 15px; }

.text-strong {
  font-size: 22px;
  font-weight: 400;
  font-family: "Cairo SemiBold", sans-serif; }

.text-y-spaced p {
  margin: 30px 0; }
  .text-y-spaced p + p {
    margin-top: 30px; }

.color {
  color: #19288a; }

.color-white {
  color: white !important; }

.text-grey {
  color: #646571; }

.color-alpha {
  color: rgba(49, 50, 110, 0.5); }

@media (min-width: 760px) {
  .text-columns--medium {
    columns: 2;
    column-gap: 2; }
    .text-columns--medium p {
      margin: 0;
      padding: 10px 0; }
    .text-columns--medium li,
    .text-columns--medium p {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; } }

@media (min-width: 1000px) {
  .text-larger {
    font-size: 20px; }
    .text-larger p {
      margin: 30px 0; } }

.module--plans {
  position: relative; }
  .module--plans .container {
    max-width: 1114px; }

.plans-link {
  text-decoration: none; }

.plan-item {
  background: #ffffff;
  box-shadow: 0px 51px 101px rgba(69, 57, 120, 0.1);
  padding: 40px 36px;
  border-radius: 20px;
  text-align: center;
  margin: 30px auto;
  max-width: 348px; }
  .plan-item hr {
    opacity: 0.1;
    background: #646571;
    margin: 30px 0; }

.plan-actions {
  margin-top: 30px;
  margin-bottom: 30px; }

.plan-title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #19288a;
  margin: 0 0 20px;
  font-family: "Cairo Bold", sans-serif;
  min-height: 36px; }

.plan-tag {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 400;
  color: #31326E;
  margin: 8px 0 !important;
  font-family: "Cairo Bold", sans-serif; }
  .plan-tag strong {
    font-weight: 400; }

.plan-price {
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #31326E;
  margin: 8px 0 !important;
  font-family: "Cairo Bold", sans-serif; }
  .plan-price small {
    font-size: 100%;
    color: #9997ba;
    font-family: "Cairo Regular", sans-serif; }

.plan-price-note {
  font-size: 15px;
  color: rgba(100, 101, 113, 0.6);
  font-family: "Cairo SemiBold", sans-serif;
  line-height: 1.5;
  margin: 8px 0 !important; }

.plan-text-intro {
  font-size: 16px;
  line-height: 140%;
  color: #19288a;
  font-family: "Cairo SemiBold", sans-serif; }
  .plan-text-intro p {
    margin: 6px 0; }

.plan-text {
  font-size: 15px;
  line-height: 140%;
  color: rgba(100, 101, 113, 0.6);
  font-family: "Cairo SemiBold", sans-serif; }
  .plan-text p {
    margin: 6px 0; }

.plan-item-note {
  color: rgba(49, 50, 110, 0.5);
  font-size: 15px;
  line-height: 150%;
  font-family: "Cairo SemiBold", sans-serif; }

.tag {
  font-size: 14px;
  line-height: 30px;
  background-color: #31326E;
  color: white;
  display: inline-block;
  border-radius: 71px;
  padding: 3px 12px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.3; }

.tag-alt {
  background: #1b98e0; }

.tag-light {
  background: rgba(27, 152, 224, 0.06);
  color: #1b98e0; }

.tag-small {
  padding: 2px 8px; }

.plan-title-alt {
  color: #1b98e0; }

.plan-price-alt {
  color: #1b98e0; }
  .plan-price-alt small {
    color: rgba(27, 152, 224, 0.5); }

.page-header-bg .module--allplans,
.module--allplans {
  text-align: center; }
  .page-header-bg .module--allplans .entry-title,
  .module--allplans .entry-title {
    color: #19288a; }

.price {
  font-size: 15px;
  line-height: 150%;
  color: #19288a;
  font-family: "Cairo Bold", sans-serif; }
  .price small {
    font-size: 100%;
    color: rgba(25, 40, 138, 0.3);
    font-family: "Cairo Regular", sans-serif; }

.price-note {
  font-size: 14px;
  line-height: 150%;
  color: rgba(49, 50, 110, 0.5);
  margin-top: 4px; }

.price-row {
  display: flex;
  justify-content: space-between; }

@media (min-width: 760px) {
  .plan-item-highlight {
    position: relative; }
    .plan-item-highlight .plan-title {
      margin-bottom: 77px; }
  .plan-item {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-bottom: 0; }
    .plan-item:first-child {
      border-top-left-radius: 20px;
      border-top-right-radius: 0; }
    .plan-item:last-child {
      border-top-right-radius: 20px;
      border-top-left-radius: 0; }
  .plans-group {
    display: flex;
    align-items: flex-end;
    justify-content: center; } }

@media (min-width: 760px) and (max-width: 1000px) {
  .plan-item {
    padding: 40px 20px; }
  .plan-tag {
    line-height: 1.1;
    display: flex;
    height: 66px;
    justify-content: center;
    align-iems: center; } }

.header_transparent .site,
.home .site {
  padding-top: 0; }

.header_transparent .site-header,
.home .site-header {
  background: transparent; }

.header_transparent .site-branding--logo,
.home .site-branding--logo {
  background-image: url(../svgs/deleteme-white.svg); }

.header_transparent .menu-toggle:focus .hamb span, .header_transparent .menu-toggle:hover .hamb span,
.home .menu-toggle:focus .hamb span,
.home .menu-toggle:hover .hamb span {
  background-color: white; }

.header_transparent .hamb span,
.home .hamb span {
  background: white; }

@media (min-width: 1001px) {
  .header_transparent .menu-main-menu-container a,
  .home .menu-main-menu-container a {
    color: white; }
    .header_transparent .menu-main-menu-container a:hover, .header_transparent .menu-main-menu-container a:active,
    .home .menu-main-menu-container a:hover,
    .home .menu-main-menu-container a:active {
      color: rgba(255, 255, 255, 0.5); }
  .header_transparent .menu-main-menu-container .current-menu-item > a,
  .home .menu-main-menu-container .current-menu-item > a {
    color: #f08d0b; }
    .header_transparent .menu-main-menu-container .current-menu-item > a:hover,
    .home .menu-main-menu-container .current-menu-item > a:hover {
      color: rgba(255, 255, 255, 0.5); }
    .header_transparent .menu-main-menu-container .current-menu-item > a:active,
    .home .menu-main-menu-container .current-menu-item > a:active {
      color: rgba(255, 255, 255, 0.5); }
  .header_transparent .menu-top-right-container .button-wrap > a,
  .header_transparent .menu-top-right-container .button-wrap > button,
  .header_transparent .menu-top-right-container .button,
  .home .menu-top-right-container .button-wrap > a,
  .home .menu-top-right-container .button-wrap > button,
  .home .menu-top-right-container .button {
    border-color: white;
    color: white; }
    .header_transparent .menu-top-right-container .button-wrap > a:hover,
    .header_transparent .menu-top-right-container .button-wrap > button:hover,
    .header_transparent .menu-top-right-container .button:hover,
    .home .menu-top-right-container .button-wrap > a:hover,
    .home .menu-top-right-container .button-wrap > button:hover,
    .home .menu-top-right-container .button:hover {
      border-color: white;
      color: white; }
    .header_transparent .menu-top-right-container .button-wrap > a:active,
    .header_transparent .menu-top-right-container .button-wrap > button:active,
    .header_transparent .menu-top-right-container .button:active,
    .home .menu-top-right-container .button-wrap > a:active,
    .home .menu-top-right-container .button-wrap > button:active,
    .home .menu-top-right-container .button:active {
      border-color: white;
      background-color: white;
      color: #19288a; } }

@media (max-width: 1000px) {
  .menu-opened .header_transparent .site-header, .menu-opened
  .home .site-header {
    background: white; }
  .menu-opened .header_transparent .site-branding--logo, .menu-opened
  .home .site-branding--logo {
    background-image: url(../svgs/deleteme-color.svg); }
  .menu-opened .header_transparent .menu-toggle:focus .hamb span, .menu-opened .header_transparent .menu-toggle:hover .hamb span, .menu-opened
  .home .menu-toggle:focus .hamb span, .menu-opened
  .home .menu-toggle:hover .hamb span {
    background-color: #19288a; }
  .menu-opened .header_transparent .hamb span, .menu-opened
  .home .hamb span {
    background: #19288a; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.25; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  width: 90%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 90%;
  max-width: 600px;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  line-height: 33px;
  position: absolute;
  right: 8px;
  top: 8px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0;
  color: #FFF;
  font-style: normal;
  font-size: 0;
  line-height: 0;
  border-radius: 50%; }
  .mfp-close:after {
    content: '\e91a';
    display: inline-block;
    font-family: 'icons-deleteme' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 0.7; }

.mfp-close-btn-in .mfp-close {
  color: #19288a; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.white-popup .mfp-content {
  position: relative;
  background: #FFF;
  padding: 15px 25px;
  border-radius: 8px;
  width: auto;
  width: 100%;
  max-width: 840px;
  margin: 20px auto;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5); }

.toast-modal .mfp-content {
  width: auto; }

.modal-effect {
  /* start state */
  /* animate in */
  /* animate out */ }
  .modal-effect .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3); }
  .modal-effect.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .modal-effect.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .modal-effect.mfp-ready.mfp-bg {
    opacity: 0.4; }
  .modal-effect.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0; }
  .modal-effect.mfp-removing.mfp-bg {
    opacity: 0; }

.button.close-this {
  text-decoration: none; }

.modal-close {
  font-size: 25px;
  color: #19288a;
  text-decoration: none; }

.modal-content-hidden {
  display: none; }

.mfp-container .modal-content-hidden {
  display: block; }

.mfp-container .form-wrap {
  padding-top: 20px;
  padding-bottom: 20px; }

@media (min-width: 700px) {
  .mfp-container .form-wrap {
    padding-top: 40px;
    padding-bottom: 30px; } }

@media (min-width: 1000px) {
  .mfp-close {
    right: 20px;
    top: 20px; }
  .white-popup .mfp-content {
    margin-top: 80px; }
  .mfp-close {
    right: 18px;
    top: 18px; } }

.modal-content {
  display: none; }

.mfp-content .modal-content {
  display: block; }

.card-cart-resume {
  max-width: 390px;
  margin-bottom: 30px; }

.cart-text {
  font-size: 18px;
  color: 646571; }
  .cart-text b, .cart-text strong {
    font-weight: 400;
    font-family: "Cairo Bold", sans-serif; }

.resume-price {
  font-size: 22px;
  color: #31326E;
  font-family: "Cairo SemiBold", sans-serif; }
  .resume-price b, .resume-price strong {
    font-weight: 400;
    font-family: "Cairo Bold", sans-serif; }

.cart-summary--table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px; }
  .cart-summary--table td {
    vertical-align: top;
    border-top: 1px solid rgba(100, 101, 113, 0.1);
    padding: 16px 0; }
    .cart-summary--table td:first-child {
      padding-right: 18px; }
  .cart-summary--table p {
    margin: 0 0 6px; }
    .cart-summary--table p:last-child {
      margin-bottom: 0; }

.resume-price-alt {
  color: #308D44; }

.payment-image {
  vertical-align: middle;
  color: #19288a; }
  .payment-image img, .payment-image span {
    vertical-align: middle; }

@media (min-width: 700px) {
  .is-affixed {
    position: fixed; } }

.page-header-bg {
  position: relative; }
  .page-header-bg .page-header {
    position: relative;
    text-align: center;
    padding-top: 100px; }
    .page-header-bg .page-header:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: calc(100% + 130px);
      background: #19288a url(../images/banner-hero-bg2.png) repeat-x center; }
    .page-header-bg .page-header .container {
      position: relative;
      z-index: 1; }
  .page-header-bg .page-header--small:after {
    width: 100%;
    height: 100%; }
  .page-header-bg .entry-content .page-header + .section {
    position: relative;
    z-index: 1; }
  .page-header-bg .entry-title {
    color: white; }
  .page-header-bg .entry-intro {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-family: "Cairo SemiBold", sans-serif;
    font-weight: 400;
    line-height: 1.7; }

.page-header-body {
  position: relative;
  z-index: 1; }

.section {
  padding-top: 25px;
  padding-bottom: 25px; }

.section--collapsed {
  padding: 0 !important; }

.card-default {
  background: #FFFFFF;
  box-shadow: 0px 30px 89.4663px rgba(70, 70, 99, 0.1);
  border-radius: 20px;
  padding: 20px;
  overflow: hidden; }
  .card-default .video-holder {
    border-radius: 20px; }

.card--collapsed {
  padding: 0 !important; }

.icon-round {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f08d0b;
  box-shadow: 0px 78.455px 89.4663px rgba(240, 141, 11, 0.1), 0px 28.6374px 32.6567px rgba(240, 141, 11, 0.0689982), 0px 13.9029px 15.8542px rgba(240, 141, 11, 0.0556291), 0px 6.81547px 7.77203px rgba(240, 141, 11, 0.0443709), 0px 2.69485px 3.07307px rgba(240, 141, 11, 0.0310018);
  border-radius: 66px;
  width: 66px;
  height: 66px;
  color: white;
  font-size: 28px; }

.contacts-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #606060;
  margin: 20px 0;
  line-height: 1.7; }
  .contacts-item a {
    color: #606060;
    text-decoration: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
    .contacts-item a:hover {
      text-decoration: underline; }
  .contacts-item .icon-wrap {
    flex: 0 0 91px; }
  .contacts-item .contacts-item-text {
    flex: 1; }

.module--bg-transparent {
  background-color: transparent !important; }
  .module--bg-transparent:before {
    display: none !important; }

.module--bg-white {
  background-color: white !important; }
  .module--bg-white:before {
    display: none !important; }

.contacts-list--v .contacts-item {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }
  .contacts-list--v .contacts-item .icon-wrap {
    display: block;
    margin-bottom: 10px; }
  .contacts-list--v .contacts-item .icon-round {
    margin-left: auto;
    margin-right: auto; }

.section-ztop {
  position: relative;
  z-index: 10 !important; }

@media (min-width: 460px) {
  .contacts-list--v {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-left: -5px;
    margin-right: -5px; }
    .contacts-list--v .contacts-item {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 5px; } }

@media (min-width: 560px) {
  .contacts-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-left: -5px;
    margin-right: -5px; }
    .contacts-list .contacts-item {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 5px; } }

@media (min-width: 700px) {
  .column--text-space-bottom {
    padding-bottom: 40px; } }

@media (min-width: 760px) {
  .card-default {
    padding: 20px 40px; }
  .card-default--spaced {
    padding: 30px 40px; }
  .section {
    padding-top: 30px;
    padding-bottom: 30px; }
  .page-header-bg .page-header {
    padding-top: 100px; }
    .page-header-bg .page-header:after {
      height: calc(100% + 190px); }
  .page-header-bg .page-header--small {
    padding-bottom: 40px; }
    .page-header-bg .page-header--small:after {
      height: 100%; } }

@media (min-width: 850px) {
  .section.section--top-spaced {
    padding-top: 120px; } }

@media (min-width: 900px) {
  .contacts-list {
    margin-left: -10px;
    margin-right: -10px; }
    .contacts-list .contacts-item {
      flex: 0 0 33.33%;
      max-width: 33.33%;
      padding: 5px 10px; }
  .contacts-list--v {
    flex-wrap: nowrap; }
    .contacts-list--v .contacts-item {
      flex: 1;
      max-width: 50%; }
  .section {
    padding-top: 40px;
    padding-bottom: 40px; } }

@media (min-width: 1001px) {
  .card-default--spaced {
    padding: 40px 80px; }
  .page-header-bg .page-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 140px;
    margin-bottom: 30px; }
    .page-header-bg .page-header:after {
      height: calc(100% + 260px); }
  .page-header-bg .page-header--small {
    padding-top: 120px;
    padding-bottom: 45px; }
    .page-header-bg .page-header--small:after {
      height: 100%; } }

@media (min-width: 1040px) {
  .section.section--top-spaced {
    padding-top: 160px; } }

@media (min-width: 1100px) {
  .section--collapsed .container {
    padding: 0 !important; } }

@media (min-width: 1200px) {
  .card-default--spaced {
    padding: 50px 120px; }
  .section.section--top-spaced {
    padding-top: 140px; }
  .page-header-bg:after {
    height: 600px; }
  .page-header-bg .page-header {
    height: 320px;
    padding-top: 160px; } }

.module--banner-hero {
  background: url(../images/banner-hero-bg2.png) repeat-x center;
  min-height: 200px;
  color: white;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 0;
  position: relative;
  z-index: 2; }

.banner-hero--headline {
  font-size: 28px;
  font-size: calc(28px + 12 * ((100vw - 320px) / 780));
  font-weight: 400;
  font-family: "Cairo Light", sans-serif;
  margin: 0 0 10px;
  line-height: 1.5;
  text-align: left; }
  .banner-hero--headline strong {
    font-family: "Cairo Bold", sans-serif;
    font-weight: 400; }

.banner-hero--body {
  margin-top: 10px; }

.banner-hero--form {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto; }

.banner-hero--form-group {
  display: flex;
  align-items: center;
  height: 46px;
  background-color: white;
  border-radius: 40px;
  margin-bottom: 15px; }
  @media (max-width: 374px) {
    .banner-hero--form-group .form-control {
      padding-left: 10px;
      padding-right: 10px; } }

.form-control--your-location {
  font-size: 12px;
  width: 138px; }

.form-control--separator {
  width: 1px;
  display: inline-block;
  background-color: #19288a;
  opacity: 0.3;
  height: 23px; }

.form-control--your-location::-webkit-input-placeholder {
  color: color; }

.form-control--your-location::-moz-placeholder {
  color: color; }

.form-control--your-location:-ms-input-placeholder {
  color: color; }

.form-control--your-location::-ms-input-placeholder {
  color: #19288a; }

.form-control--your-location::placeholder {
  color: #19288a; }

.module--banner-hero .section-title {
  clear: both;
  position: absolute;
  bottom: 40px;
  max-width: 800px;
  color: white;
  font-size: 25px;
  display: none; }

.banner-hero-img-wrap {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  bottom: -124px;
  margin-top: -180px;
  text-align: center; }
  .banner-hero-img-wrap img {
    width: 580px;
    max-width: 580px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-19%);
    -webkit-backface-visibility: hidden;
    padding: 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-background-clip: content-box;
    background-clip: content-box; }

.media-logos-list-wrap {
  display: none;
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 0; }

.banner-hero--text-wrap {
  position: relative;
  z-index: 10; }

.media-logos-list .slick-track {
  display: flex;
  align-items: center;
  justify-content: center; }

.media-logos-list--spaced .media-logos-item {
  padding-left: 15px;
  padding-right: 15px; }

.banner-form-cta {
  text-align: left;
  font-size: 18px; }

.banner-hero-small {
  text-align: left;
  font-size: 18px;
  line-height: 1.6; }

@media (min-width: 375px) {
  .banner-hero--headline {
    font-size: 34px;
    margin-bottom: 30px;
    line-height: 1.4; }
  .form-control--your-location {
    width: 148px; }
  .banner-hero-img-wrap {
    margin-left: -20px;
    margin-right: -20px; } }

@media (min-width: 500px) {
  .banner-hero--form {
    display: flex; }
  .banner-hero--form-group {
    margin-bottom: 0;
    margin-right: 10px;
    flex: 1; }
  .banner-hero--headline, .banner-hero--body {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
  .banner-hero-img-wrap {
    bottom: -124px;
    margin-top: -120px; }
  .banner-hero-img-wrap img {
    width: 620px;
    max-width: 620px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-120px); } }

@media (min-width: 600px) {
  .banner-hero--headline {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5; }
  .banner-hero--body {
    margin-top: 20px; }
  .form-control--your-name {
    font-size: 18px;
    padding-left: 24px; }
  .form-control--your-location {
    font-size: 14px;
    width: 164px; }
  .form-control--separator {
    height: 38px; }
  .banner-hero--form-group {
    height: 60px;
    border-radius: 30px; }
    .banner-hero--form-group .form-control {
      border-radius: 30px; }
  .banner-hero--form .button {
    height: 60px;
    border-radius: 30px; } }

@media (min-width: 1000px) {
  .module--banner-hero {
    padding-top: 0; }
    .module--banner-hero .container {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      height: 700px;
      position: relative; }
    .module--banner-hero .section-title {
      display: block; }
  .banner-hero-img-wrap {
    margin-left: 0;
    margin-right: 0;
    bottom: auto;
    margin-top: 0;
    text-align: center;
    position: absolute;
    left: 500px;
    top: 80px;
    z-index: 2;
    pointer-events: none; }
    .banner-hero-img-wrap img {
      width: 680px;
      max-width: 680px;
      transform: none; }
  .media-logos-list-wrap {
    display: block;
    text-align: left;
    padding-left: 36px;
    padding-right: 20px;
    max-width: 800px; }
    .media-logos-list-wrap .list-title {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.5); }
  .media-logos-list {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px; }
  .media-logos-item {
    display: inline-block;
    padding: 5px 8px;
    outline: none; }
    .media-logos-item:focus {
      outline: none; }
    .media-logos-item img {
      outline: none; }
  .marquee-list {
    overflow: hidden;
    z-index: 1; } }

@media (min-width: 1200px) {
  .banner-hero-img-wrap img {
    width: 720px;
    max-width: 720px; } }

.module--how-to {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1; }
  .module--how-to .container {
    position: relative; }
  .module--how-to:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    width: 100%;
    background: -moz-linear-gradient(bottom, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 0.7) 100%);
    background: -webkit-linear-gradient(bottom, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 0.7) 100%);
    background: linear-gradient(to top, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 0.7) 100%); }

@media (min-width: 1000px) {
  .module--how-to {
    padding-top: 100px;
    padding-bottom: 100px; } }

@media (min-width: 700px) {
  .module--how-to .card-title br {
    display: none; }
  .module--how-to .card-text {
    max-width: 188px; } }

.module--kpis {
  background: #19288a url(../images/banner-hero-bg2.png) repeat-x center;
  min-height: 200px;
  color: white;
  text-align: left;
  padding-top: 60px;
  padding-bottom: 140px; }
  .module--kpis .section-title,
  .module--kpis .title-medium2,
  .module--kpis .title-large,
  .module--kpis .section-title {
    color: white; }
  .module--kpis .media-logos-list-wrap {
    position: relative;
    bottom: auto;
    left: auto; }

.kpi-group {
  position: relative;
  margin-left: -15px;
  margin-right: -15px; }

.kpi-item {
  padding: 15px; }
  .kpi-item:first-child .kpi-number {
    position: relative;
    margin-left: -6px; }

.kpi-value {
  font-size: 85px;
  line-height: 1.2;
  font-family: "Cairo Extra Light", sans-serif;
  font-weight: 200; }

.kpi-pos {
  font-size: 85px;
  line-height: 1.2;
  font-family: "Cairo Extra Light", sans-serif;
  font-weight: 200; }

.kpi-text {
  font-size: 16px;
  line-height: 1.5;
  max-width: 240px; }

.kpi-number {
  white-space: nowrap; }

@media (min-width: 600px) {
  .kpi-group {
    display: flex; }
  .kpi-item {
    flex: 0 0 33.33%; }
  .kpi-value {
    font-size: 70px;
    line-height: 1.5; }
  .kpi-pos {
    font-size: 70px;
    line-height: 1.5; } }

@media (min-width: 1000px) {
  .kpi-group {
    display: flex; }
  .kpi-item {
    flex: 1; }
  .kpi-value {
    font-size: 110px;
    line-height: 1.5; }
  .kpi-pos {
    font-size: 110px;
    line-height: 1.5; }
  .module--kpis .media-logos-list-wrap {
    display: block;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    max-width: none; } }

.module--data-type {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  margin-top: -100px; }
  .module--data-type .container {
    background: #FFFFFF;
    box-shadow: 0px 30px 89.4663px rgba(70, 70, 99, 0.1), 0px 28.6374px 32.6567px rgba(70, 70, 99, 0.0689982), 0px 13.9029px 15.8542px rgba(70, 70, 99, 0.0556291), 0px 6.81547px 7.77203px rgba(70, 70, 99, 0.0443709), 0px 2px 3.07307px rgba(70, 70, 99, 0.0310018);
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 30px; }

.data-type-list {
  column-count: 2;
  column-gap: 10px;
  position: relative;
  margin-left: -6px;
  margin-right: -6px; }
  .data-type-list .data-type-item {
    break-inside: avoid; }

.data-type-item {
  padding: 6px; }

.data-type-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 30px; }
  .data-type-row .data-type-col-icon {
    flex: 0 0 26px; }
    .data-type-row .data-type-col-icon img {
      width: 20px;
      display: block; }

.data-type-col-name {
  white-space: nowrap;
  font-size: 17px; }

.data-type-actions {
  text-align: center;
  margin-top: 20px; }

@media (min-width: 375px) {
  .module--data-type {
    padding-left: 20px;
    padding-right: 20px; }
  .data-type-col-name {
    font-size: 19px; } }

@media (min-width: 550px) {
  .data-type-list {
    column-count: 3;
    column-gap: 10px; }
  .data-type-col-name {
    font-size: 19px; } }

@media (min-width: 800px) {
  .data-type-list {
    column-count: 4;
    column-gap: 10px; }
  .data-type-col-name {
    font-size: 19px; }
  .module--data-type .container {
    padding-left: 30px;
    padding-right: 30px; }
  .data-type-actions {
    margin-top: 30px; }
  .data-type-actions {
    display: none; } }

@media (min-width: 800px) {
  .module--data-type .container {
    padding: 40px; } }

.module--feature {
  padding-top: 50px;
  padding-bottom: 50px; }

.feature-list {
  position: relative;
  margin-left: -14px;
  margin-right: -14px; }

.feature-text {
  font-size: 16px;
  line-height: 1.5; }

.feature-image {
  margin-top: 14px; }
  .feature-image img {
    display: block;
    max-width: 100%; }

.feature-item {
  padding: 10px 14px;
  display: flex !important;
  flex-direction: column-reverse; }

@media (min-width: 600px) {
  .feature-item {
    flex-direction: row;
    align-items: flex-end; }
  .feature-image {
    flex: 0 0 180px;
    padding-top: 24px;
    padding-right: 20px; }
  .module--feature .section-title {
    position: absolute;
    margin-top: 10px;
    background-color: white;
    z-index: 1; } }

@media (min-width: 1000px) {
  .feature-image {
    flex: 0 0 240px; }
  .module--feature {
    padding-top: 70px;
    padding-bottom: 70px; } }

@media (min-width: 1200px) {
  .feature-image {
    flex: 0 0 250px; }
  .module--feature {
    padding-top: 80px;
    padding-bottom: 80px; } }

.home .module--data-reviews {
  padding-bottom: 120px;
  margin-bottom: 0px; }

.module--data-reviews {
  background: #19288a url(../images/banner-hero-bg2.png) repeat-x center;
  min-height: 200px;
  color: white;
  text-align: left;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 80px; }
  .module--data-reviews .title-medium2,
  .module--data-reviews .title-large,
  .module--data-reviews .section-title {
    color: white; }
  .module--data-reviews .text {
    color: rgba(255, 255, 255, 0.9); }
  .module--data-reviews .title-medium2 {
    margin-bottom: 40px;
    text-align: center; }

.module--data-reviews-solo {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.reviews-slide {
  padding: 5px; }

.reviews-list {
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 70px; }
  .reviews-list .slick-track {
    display: flex; }
    .reviews-list .slick-track .slick-slide {
      float: none; }
    .reviews-list .slick-track .reviews-slide .card-review {
      height: 100%; }

.card-review {
  background: #FFFFFF;
  box-shadow: 0px 15.6799px 46.7607px rgba(70, 70, 99, 0.1), 0px 14.9677px 17.0684px rgba(70, 70, 99, 0.0689982), 0px 7.26654px 8.2864px rgba(70, 70, 99, 0.0556291), 0px 3.56219px 4.06215px rgba(70, 70, 99, 0.0443709), 0px 1.04533px 1.60618px rgba(70, 70, 99, 0.0310018);
  border-radius: 10.4533px;
  padding: 20px;
  color: #31326E;
  max-width: 300px; }

.card-review-rate img {
  display: inline-block; }

.card-review-title {
  font-size: 16px;
  line-height: 1.5;
  color: #31326E;
  margin: 0;
  font-family: "Cairo Bold", sans-serif;
  margin-top: 12px; }

.card-review-text {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
  color: #31326E; }

.card-review-author {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
  color: #31326E; }
  .card-review-author time {
    opacity: 0.5; }

.review-more {
  text-transform: uppercase;
  font-family: "Cairo Bold", sans-serif;
  color: #f08d0b;
  text-decoration: none;
  transition: 0.33s;
  font-size: 14px; }
  .review-more:hover, .review-more:active {
    color: #19288a;
    text-decoration: none; }

.reviews-actions {
  margin: 30px 0; }

.reviews-group {
  position: relative;
  padding-bottom: 280px; }

.reviews-group-image {
  margin-left: -10px;
  margin-right: -10px;
  position: absolute;
  bottom: -160px;
  left: -105px;
  width: 420px; }

@media (min-width: 375px) {
  .reviews-group-image {
    margin-left: -20px;
    margin-right: -20px; }
  .reviews-group-text {
    max-width: 400px;
    position: relative;
    z-index: 1; } }

@media (min-width: 575px) {
  .reviews-group-image {
    margin-left: -10px;
    margin-right: -10px;
    bottom: -160px;
    left: auto;
    right: 10px;
    width: 420px; }
  .reviews-group {
    padding-bottom: 190px; } }

@media (min-width: 600px) {
  .module--data-reviews .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

@media (min-width: 700px) {
  .reviews-group-text {
    max-width: 520px;
    margin-top: -50px; } }

@media (min-width: 760px) {
  .reviews-group-image {
    margin-left: -10px;
    margin-right: -10px;
    bottom: auto;
    top: -20px;
    left: auto;
    right: 10px;
    width: 420px; }
  .reviews-group {
    padding-bottom: 50px; }
  .card-review {
    max-width: 424px;
    padding: 30px; }
  .card-review-title {
    font-size: 20px; }
  .card-review-text {
    font-size: 18px;
    margin-top: 10px; }
  .card-review-author {
    font-size: 16px; }
  .module--data-reviews-solo {
    padding-top: 70px !important;
    padding-bottom: 60px !important; } }

@media (min-width: 840px) {
  .reviews-group-image {
    margin-left: -10px;
    margin-right: -10px;
    bottom: auto;
    top: -20px;
    left: 33%;
    right: auto;
    width: 67%; }
  .reviews-group {
    padding-top: 120px;
    padding-bottom: 10vw; }
  .module--data-reviews .text {
    font-size: 20px; }
  .module--data-reviews .title-medium2 {
    margin-top: 50px;
    margin-bottom: 60px; } }

@media (min-width: 1200px) {
  .reviews-group-image {
    margin-left: -10px;
    margin-right: -10px;
    bottom: auto;
    top: -20px;
    left: 432px;
    right: auto;
    width: 598px; }
  .reviews-group {
    padding-top: 120px;
    padding-bottom: 120px; }
  .card-review {
    max-width: 464px;
    padding: 30px 40px; }
  .module--data-reviews-solo {
    padding-top: 90px !important;
    padding-bottom: 60px !important; } }

.module--data-experts {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  position: relative; }

.experts-list {
  position: relative;
  margin: 40px -10px;
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center; }
  .experts-list.slick-initialized {
    display: block; }

.experts-item {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block; }
  .experts-item:focus {
    outline: none; }
  .experts-item img {
    display: block; }
  @media (max-width: 600px) {
    .experts-item img {
      width: 95px; } }

.card-faq {
  background: #FFFFFF;
  box-shadow: 0px 30px 89.4663px rgba(70, 70, 99, 0.1), 0px 28.6374px 32.6567px rgba(70, 70, 99, 0.0689982), 0px 13.9029px 15.8542px rgba(70, 70, 99, 0.0556291), 0px 6.81547px 7.77203px rgba(70, 70, 99, 0.0443709), 0px 2px 3.07307px rgba(70, 70, 99, 0.0310018);
  border-radius: 20px;
  text-align: left;
  margin-bottom: 10px; }

.card-faq-header {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #19288a;
  font-family: "Cairo SemiBold", sans-serif;
  padding: 20px;
  position: relative;
  padding-right: 46px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }
  .card-faq-header h4 {
    font-weight: 400;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .card-faq-header:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    width: 16px;
    height: 16px;
    background: url(../images/arrow.svg) no-repeat center;
    background-size: 16px 9px;
    transform: rotate(180deg);
    margin-top: -4.5px; }

.card-faq-body {
  font-size: 16px;
  line-height: 150%;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s; }

.faq-read-wrap {
  text-align: right; }

.faq-read-more {
  text-decoration: none;
  color: #f08d0b;
  font-size: 14px;
  transition: 0.33s; }
  .faq-read-more:hover, .faq-read-more:active {
    color: #19288a; }

.card-faq.active .card-faq-body {
  max-height: 1000px;
  transform: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 20px; }

.card-faq.active .card-faq-header:after {
  transform: rotate(0); }

.experts-list {
  position: relative;
  margin-left: -10px;
  margin-right: -10px; }

@media (min-width: 375px) {
  .experts-list {
    margin-left: -20px;
    margin-right: -20px; } }

@media (min-width: 760px) {
  .experts-list {
    margin-top: 50px;
    margin-bottom: 50px; }
  .module--data-experts {
    padding-top: 70px;
    padding-bottom: 70px; }
  .card-faq-header h4 {
    font-size: 18px; } }

@media (min-width: 800px) {
  .experts-list {
    margin-left: -10px;
    margin-right: -10px; } }

@media (min-width: 1000px) {
  .experts-list {
    margin-bottom: 70px; } }

.module-scan {
  max-width: 686px;
  margin: 60px auto 30px; }

.scan-title {
  font-size: 34px;
  font-weight: 400;
  color: #19288a;
  margin: 0 0 20px; }
  .scan-title strong {
    font-weight: 400;
    font-family: "Cairo Bold", sans-serif; }

.scan-card-title {
  font-size: 18px;
  font-weight: 400;
  color: #606060;
  margin: 0 0 10px;
  font-family: "Cairo Bold", sans-serif; }

.scan-card-text {
  font-size: 15px;
  line-height: 1.5;
  color: #606060; }

.scan-progress {
  position: relative;
  height: 3px;
  background: #c4c4c4;
  border-radius: 20px;
  margin-bottom: 20px; }

.scan-progress--bar {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 0;
  background: #19288a;
  box-shadow: 0px 14px 24px rgba(25, 40, 138, 0.18), 0px 5.84887px 10.0266px rgba(25, 40, 138, 0.129394), 0px 3.12708px 5.36071px rgba(25, 40, 138, 0.107299), 0px 1.75302px 3.00517px rgba(25, 40, 138, 0.09), 0px 0.93101px 1.59602px rgba(25, 40, 138, 0.0727007), 0px 0.38742px 0.66414px rgba(25, 40, 138, 0.0506062);
  border-radius: 20px;
  transition-timing-function: linear; }

.scan-card {
  background: #ffffff;
  box-shadow: 0px 78.455px 89.4663px rgba(70, 70, 99, 0.1), 0px 28.6374px 32.6567px rgba(70, 70, 99, 0.0689982), 0px 13.9029px 15.8542px rgba(70, 70, 99, 0.0556291), 0px 6.81547px 7.77203px rgba(70, 70, 99, 0.0443709), 0px 2.69485px 3.07307px rgba(70, 70, 99, 0.0310018);
  border-radius: 22.0225px;
  padding: 20px 20px 0;
  margin-top: 35px; }

.scan-card-end {
  padding-bottom: 20px; }

.scan-col-image {
  display: none; }
  .scan-col-image img {
    display: block; }

.scan-col-text {
  padding-bottom: 20px; }

.scan-progress--counter {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 42px;
  margin-left: -21px;
  height: 57px;
  background: url(../images/ballon.svg) no-repeat center;
  background-size: 42px 57px;
  color: white;
  font-size: 15px;
  padding: 12px 4px 10px;
  text-align: center;
  transition-timing-function: linear; }

.scan-card--result {
  display: none; }

.card--default {
  background: #ffffff;
  box-shadow: 0px 8.1823px 9.33069px rgba(70, 70, 99, 0.0443709), 0px 3.23529px 3.68937px rgba(70, 70, 99, 0.0310018);
  border-radius: 16px;
  max-width: 314px;
  margin: auto; }

.card--header {
  padding: 10px 20px; }

.card--body {
  padding: 10px 20px; }

.card--footer {
  padding: 10px 20px; }

.card-entity {
  margin-left: auto;
  margin-right: auto; }
  .card-entity .card--header {
    padding-top: 10px;
    padding-bottom: 0; }
  .card-entity .card--body {
    padding-top: 0;
    text-align: left; }
  .card-entity .card--footer {
    padding-bottom: 30px; }

.card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-left: -10px;
  margin-right: -10px; }
  .card-grid .card-grid-col {
    padding: 10px;
    flex: 0 0 50%;
    text-align: center; }

.list-data .pre-value {
  transition: 0.33s; }

.card-entity.loading {
  position: relative; }
  .card-entity.loading:after {
    content: "";
    display: block;
    position: absolute;
    top: 75px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../images/loading.svg) no-repeat center; }
  .card-entity.loading .list-data .pre-value {
    opacity: 0.3; }

.card-grid.card-grid-alt {
  display: block; }
  .card-grid.card-grid-alt .card-grid-main-col {
    padding-left: 10px;
    padding-right: 10px; }
  .card-grid.card-grid-alt .card--default--alt,
  .card-grid.card-grid-alt .card--default {
    margin-bottom: 20px; }

.card--default--alt--empty {
  min-height: 300px; }

.card--default--alt {
  max-width: 700px; }
  .card--default--alt .card--header {
    text-align: center;
    min-height: 76px; }
    .card--default--alt .card--header img {
      margin-left: auto;
      margin-right: auto; }
    .card--default--alt .card--header:after {
      content: "";
      display: block;
      height: 3px;
      background-color: rgba(36, 36, 51, 0.1); }
  .card--default--alt .group.group--small {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid rgba(36, 36, 51, 0.1); }
  .card--default--alt .button-small {
    height: 40px;
    font-size: 16px;
    font-weight: 700; }
  .card--default--alt .subtitle {
    font-size: 16px; }

.list-data--boxed .value {
  position: relative;
  padding-left: 30px; }
  .list-data--boxed .value .icon {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 18px; }

.list-data--boxed .pre-icon {
  display: block;
  height: auto; }

.list-data--boxed .data-name {
  display: block;
  color: rgba(36, 36, 51, 0.45);
  font-size: 10px;
  text-transform: uppercase; }

.list-data--boxed .data-value {
  display: block;
  color: rgba(36, 36, 51, 0.65);
  font-size: 14px; }

.page--grid-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px; }

.list--warn-text {
  position: absolute;
  padding-top: 60px;
  padding-bottom: 60px;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #19288a;
  font-size: 24px;
  text-align: center;
  background-color: #f6f7fb;
  background: -moz-linear-gradient(bottom, #f6f7fb 40%, rgba(246, 247, 251, 0) 60%);
  background: -webkit-linear-gradient(bottom, #f6f7fb 20%, rgba(246, 247, 251, 0) 60%);
  background: linear-gradient(to top, #f6f7fb 50%, rgba(246, 247, 251, 0) 60%);
  z-index: 1; }
  .list--warn-text p {
    margin-bottom: 20px; }
  .list--warn-text strong {
    font-family: "Cairo Bold", sans-serif;
    font-weight: 400; }

@media (min-width: 500px) {
  .scan-col-image {
    display: block;
    flex: 0 0 120px;
    padding-right: 10px;
    align-self: flex-end; }
  .scan-row {
    display: flex;
    align-items: center; } }

@media (min-width: 600px) {
  .scan-card {
    margin-top: 45px; }
  .scan-card-end {
    padding: 30px; } }

@media (max-width: 699px) {
  .card-grid-main-col:not(:last-child) .card--default--alt--empty {
    display: none; }
  .page--grid-container {
    height: auto !important; }
  .card--default--alt--empty {
    min-height: 200px; } }

@media (min-width: 700px) {
  .scan-col-image {
    display: block;
    flex: 0 0 140px;
    padding-right: 20px; }
  .card-grid.card-grid-alt {
    display: flex; }
    .card-grid.card-grid-alt .card-grid-main-col {
      flex: 0 0 50%;
      max-width: 50%; }
  .list-data--boxed .data-name {
    font-size: 12px; }
  .list-data--boxed .data-value {
    font-size: 16px; } }

@media (min-width: 800px) {
  .card-grid .card-grid-col {
    padding: 10px;
    flex: 0 0 33.33%; } }

@media (min-width: 1000px) {
  .scan-card-end {
    padding: 40px; }
  .scan-title {
    font-size: 42px; }
  .scan-card-text {
    font-size: 18px; } }

.section-team {
  background-color: rgba(242, 244, 255, 0.34); }
  .section-team .container {
    max-width: 850px; }

.team-list {
  margin: 30px 0; }

.card-profile {
  background: #FFFFFF;
  box-shadow: 0px 51px 101px rgba(70, 70, 99, 0.1);
  border-radius: 20px;
  padding: 40px 20px 70px;
  position: relative;
  width: 224px;
  text-align: center;
  min-height: 314px;
  margin: auto;
  max-width: 100%; }

.card-profile--photo {
  width: 95px;
  height: 95px;
  overflow: hidden;
  border-radius: 50px;
  margin: 0 auto 25px; }

.card-profile--name {
  font-weight: 400;
  color: rgba(49, 50, 110, 0.9);
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px; }

.card-profile--text {
  font-weight: 400;
  color: rgba(49, 50, 110, 0.5);
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-top: 6px; }
  .card-profile--text p {
    margin: 0; }

.card-profile--more {
  position: absolute;
  right: 14px;
  bottom: 14px; }

.team-list {
  position: relative;
  margin-left: -10px;
  margin-right: -10px; }
  .team-list .team-list-col {
    padding: 10px; }

.profile--header {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px; }
  .profile--header .card-profile--photo {
    padding-right: 20px;
    margin-bottom: 0;
    flex: 0 0 100px;
    height: auto; }

.card-profile--header-group {
  flex: 1 0 200px; }
  .card-profile--header-group .card-profile--name {
    margin-top: 0;
    color: rgba(25, 40, 138, 0.9); }
  .card-profile--header-group .card-profile--text {
    color: rgba(25, 40, 138, 0.5); }

@media (min-width: 500px) {
  .team-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px; }
    .team-list .team-list-col {
      flex: 0 0 254px;
      max-width: 50%;
      padding: 0 15px; }
      .team-list .team-list-col:nth-child(even) {
        margin-top: 30px; } }

@media (min-width: 760px) {
  .profile--header {
    margin: 30px 0 0; }
    .profile--header .card-profile--photo {
      flex: 0 0 120px; } }

@media (min-width: 782px) {
  .section.section-team {
    padding-bottom: 0;
    margin-bottom: -150px; }
  .section.section-white-top {
    padding-top: 190px;
    background-color: white; }
  .team-list {
    margin-left: -20px;
    margin-right: -20px; }
    .team-list .team-list-col {
      padding: 0 20px; }
      .team-list .team-list-col:nth-child(even) {
        margin-top: 0; }
      .team-list .team-list-col:nth-child(2) {
        margin-top: 30px;
        margin-bottom: -10px; }
      .team-list .team-list-col:nth-child(3) {
        margin-top: 60px;
        margin-bottom: -20px; }
      .team-list .team-list-col:nth-child(5) {
        margin-top: 30px; }
      .team-list .team-list-col:nth-child(6) {
        margin-top: 60px; }
  .card-profile--header-group .card-profile--name {
    font-size: 26px; }
  .card-profile--header-group .card-profile--text {
    font-size: 20px; } }

@media (min-width: 1000px) {
  .profile--header .card-profile--photo {
    flex: 0 0 140px; } }

.section-careers {
  background: #19288a url(../images/banner-hero-bg2.png) repeat-x center;
  min-height: 200px;
  color: white;
  padding-top: 40px;
  padding-bottom: 20px; }
  .section-careers .title {
    color: white; }
  .section-careers .row {
    display: flex;
    flex-direction: column-reverse; }

@media (min-width: 700px) {
  .section-careers .row {
    display: flex;
    flex-direction: row; }
  .section-careers .column--text-space-bottom {
    padding-bottom: 0; }
  .section-row-append-image-left .column--append {
    padding-right: 20px; }
    .section-row-append-image-left .column--append img {
      position: relative;
      margin-left: -20px;
      max-width: calc( 100% + 20px); } }

@media (min-width: 900px) {
  .section-row-append-image-left .column--append img {
    margin-top: -90px;
    margin-left: -36px;
    max-width: calc( 100% + 36px); }
  .section-careers {
    margin-top: 50px; } }

@media (min-width: 1000px) {
  .section-row-append-image-left .column--append {
    padding-right: 40px; }
    .section-row-append-image-left .column--append img {
      margin-top: -90px; }
  .section-careers {
    padding-bottom: 50px;
    margin-top: 90px; } }

@media (min-width: 1200px) {
  .section-careers {
    margin-top: 120px; } }

.section-contacts-us {
  background: #19288a url(../images/banner-hero-bg2.png) repeat-x center;
  min-height: 200px;
  color: white;
  position: relative;
  z-index: 2;
  top: -90px;
  padding-top: 100px; }
  .section-contacts-us .section-title {
    color: white; }
  .section-contacts-us .card-form {
    margin-top: 50px;
    margin-bottom: 50px; }

@media (min-width: 700px) {
  .section-contacts-us .card-form {
    margin-top: 60px;
    margin-bottom: 70px; } }

@media (min-width: 1000px) {
  .section-contacts-us {
    top: -100px;
    padding-top: 130px; }
    .section-contacts-us .card-form {
      margin-bottom: 80px; } }

.module--allplans {
  position: relative; }
  .module--allplans .container {
    position: relative;
    z-index: 3; }
  .module--allplans:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(49, 50, 110, 0.03);
    height: 300px; }

@media (min-width: 700px) {
  .module--allplans:after {
    height: 356px; } }

.module--whychoose {
  text-align: center; }

.module--featurein .media-logos-list-wrap {
  display: block;
  position: relative;
  bottom: auto;
  width: auto;
  left: auto;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%; }
  .module--featurein .media-logos-list-wrap .media-logos-item {
    padding-left: 16px;
    padding-right: 16px; }

.module--featurein .media-logos-list {
  margin-top: 40px !important;
  margin-bottom: 20px; }

.module--featurein .list-title {
  font-size: 14px;
  color: rgba(100, 101, 113, 0.5);
  text-transform: uppercase;
  font-family: "Cairo Bold", sans-serif; }

@media (min-width: 760px) {
  .section.module--whychoose {
    padding-top: 70px; } }
