@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
body {
  background: #ffffff;
  font-family: "Lato", sans-serif;
}
body * {
  transition: all 300ms ease-in-out;
}

/**

  Typography

 */
a {
  color: inherit;
}

h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: 4px;
  color: #ffffff;
  margin: 0;
}
h1.simple-page-section__title {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 4px;
  color: rgb(0, 106, 195);
  margin-bottom: 30px;
}

h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: rgb(0, 106, 195);
  margin: 0 0 15px 0;
}

.legal-boxes__text {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 29px;
  line-height: 29px;
  color: rgb(0, 106, 195);
}

h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #ffffff;
  margin: 0;
}
h3.h3-grey {
  color: #444345;
}

h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #14142b;
  opacity: 1;
}

.large-blue-text {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 56px;
  color: rgb(0, 106, 195);
}
.large-blue-text p.large-blue-text__sub {
  margin: 0;
}

.youtube-link__text {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 60px;
  color: rgb(0, 106, 195);
  text-align: center;
  padding: 30px 0 15px 0;
}

.video-desc-line {
  text-align: center;
  padding-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #444345;
}

.page-section p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #758092;
  margin-bottom: 15px;
}

.page-section__simple-text ul li {
  padding-left: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #818a9b;
  position: relative;
  margin-bottom: 15px;
}
.page-section__simple-text ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: url("../img/icons/li-icon.png");
  background-repeat: no-repeat;
}

.text-center-position {
  text-align: center;
}

.welcome-section h1 {
  margin: 20px 0 30px 0;
}

.welcome-section__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 1px;
  color: #ffffff;
}
.welcome-section__desc p {
  font-size: inherit;
  color: inherit;
}

.text-center-position {
  text-align: center;
  max-width: 720px;
  margin: auto;
  line-height: 48px;
  margin-bottom: 25px;
}

.wrapper {
  width: 100%;
  max-width: 1310px;
  padding: 0 15px;
  margin: auto;
}

.site-button {
  color: #000;
  padding: 10px 20px;
  background-color: rgb(254, 223, 1);
  border: 2px solid rgb(254, 223, 1);
  border-radius: 4px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  display: inline-block;
}
.site-button:hover {
  background-color: #ffffff;
  color: rgb(254, 223, 1);
}
.site-button.blue-button {
  color: #ffffff;
  background: rgb(0, 106, 195);
  border: 2px solid rgb(0, 106, 195);
}
.site-button.blue-button:hover {
  color: rgb(0, 106, 195);
  background: #ffffff;
  border: 2px solid rgb(0, 106, 195);
}
.site-button.white-button {
  font-style: normal;
  font-weight: 700;
  font-size: 17.0035px;
  line-height: 26px;
  color: rgb(0, 106, 195);
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 7px;
  padding: 10px 30px;
  text-transform: none;
}
.site-button.white-button:hover {
  text-transform: none;
  background: rgb(0, 106, 195);
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 10px 30px;
}

.site-button__large {
  background: rgb(0, 106, 195);
  border: 1px solid rgb(0, 106, 195);
  border-radius: 7.39282px;
  padding: 22px 38px;
  font-style: normal;
  font-size: 17.0035px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.95);
  display: inline-block;
  margin-right: 0;
  margin-bottom: 15px;
}
.site-button__large:first-child {
  margin-right: 30px;
}
.site-button__large:hover {
  color: rgb(0, 106, 195);
  background: #ffffff;
  border: 1px solid rgb(0, 106, 195);
}
.site-button__large.transparent-blue {
  color: rgb(0, 106, 195);
  background: #ffffff;
  border: 1px solid rgb(0, 106, 195);
}
.site-button__large.transparent-blue:hover {
  color: #ffffff;
  background: rgb(0, 106, 195);
  border: 1px solid rgb(0, 106, 195);
}

.user-registration {
  width: 550px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
}

/**

  Register form style

 */
.ur-frontend-form .ur-form-row .ur-form-grid label {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 21px;
  line-height: 31px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 12px 0;
}
.ur-frontend-form .ur-form-row .ur-form-grid label .required {
  display: none !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid input[type="text"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="email"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="number"],
.ur-frontend-form
  .ur-form-row
  .ur-form-grid
  .hide_show_password
  input[type="password"],
.ur-frontend-form .ur-form-row .ur-form-grid select {
  padding: 12px 16px;
  border: 2px solid rgba(56, 56, 56, 0.05);
  border-radius: 7px;
}
.ur-frontend-form .ur-form-row .ur-form-grid input[type="text"]:focus,
.ur-frontend-form .ur-form-row .ur-form-grid input[type="email"]:focus,
.ur-frontend-form .ur-form-row .ur-form-grid input[type="number"]:focus,
.ur-frontend-form
  .ur-form-row
  .ur-form-grid
  .hide_show_password
  input[type="password"]:focus,
.ur-frontend-form .ur-form-row .ur-form-grid select:focus {
  border: 2px solid rgb(254, 223, 1);
}
.ur-frontend-form .ur-form-row .ur-form-grid input[type="text"]::placeholder,
.ur-frontend-form .ur-form-row .ur-form-grid input[type="email"]::placeholder,
.ur-frontend-form .ur-form-row .ur-form-grid input[type="number"]::placeholder,
.ur-frontend-form
  .ur-form-row
  .ur-form-grid
  .hide_show_password
  input[type="password"]::placeholder,
.ur-frontend-form .ur-form-row .ur-form-grid select::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16.95px;
  line-height: 25px;
  color: rgba(56, 56, 56, 0.5);
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
  margin-bottom: 20px;
}

.user-registration-error,
.field-user_pass {
  display: none !important;
}

.ur-frontend-form .ur-button-container {
  display: flex;
  margin-top: 0;
  padding: 0 10px;
}

.ur-frontend-form .ur-button-container .ur-submit-button {
  width: 100%;
  margin: 0;
  box-shadow: none;
  padding: 10px 20px;
  border: 2px solid rgb(254, 223, 1);
}
.ur-frontend-form .ur-button-container .ur-submit-button:hover {
  border: 2px solid rgb(254, 223, 1);
}

/**

  Popup style

 */
body .mfp-bg {
  background: rgb(0, 106, 195);
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/**

  Slider style

 */
.posts-slider {
  padding-top: 35px;
}

.scams-list__item {
  margin-bottom: 35px;
}

.scams-list__item-image {
  position: relative;
}
.scams-list__item-image:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background: rgb(0, 106, 195);
  opacity: 0.3;
  border-radius: 4px 4px 0px 0px;
  pointer-events: none;
}
.scams-list__item-image img {
  border-radius: 6px 6px 0px 0px;
  display: block;
}

.scams-list__item-title {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  color: #14142b;
  margin: 32px 0 25px 0;
}

.scams-list__item-desc p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #14142b;
  max-width: 100%;
  display: inline-block;
  margin: 0 0 20px 0;
  max-height: 72px;
  overflow: hidden;
}
.scams-list__item-desc a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: rgb(0, 106, 195);
}

.news-list__item-image img {
  border-radius: 6px 6px 0px 0px;
}

.news-list__item-info {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 6px 6px 0px 0px;
}

.news-list__item-author {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #758092;
  padding: 10px 20px;
}

.news-list__item-title {
  padding: 0 20px 10px 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  color: #222222;
}

.news-list__item-desc {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: rgb(0, 106, 195);
  padding: 0 20px 10px 20px;
  border-bottom: 1px solid #eaeaea;
}

.news-list__item-footer {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #adadad;
  padding: 15px 20px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}

.news-list__item-comment {
  float: right;
}

body .slick-dots {
  position: relative;
  bottom: 0;
  padding-top: 50px;
}

body .slick-dotted.slick-slider {
  margin-bottom: 0;
}

body .slick-dots li button:before {
  opacity: 1;
  background: #d6d6d6;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

body .slick-dots li.slick-active button:before {
  opacity: 1;
  background: rgb(0, 106, 195);
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

body .slick-prev {
  background-image: url("../img/icons/left-arrow.svg");
  width: 40px;
  height: 40px;
  background-size: cover;
  left: auto;
  right: 66px;
  top: -15px;
}
body .slick-prev:hover,
body .slick-prev:active,
body .slick-prev:focus {
  background-image: url("../img/icons/left-arrow.svg");
  width: 40px;
  height: 40px;
  background-size: cover;
  left: auto;
  right: 66px;
  top: -15px;
}
body .slick-prev:before {
  content: none;
}

body .slick-next {
  background-image: url("../img/icons/right-arrow.svg");
  width: 40px;
  height: 40px;
  background-size: cover;
  left: auto;
  right: 0px;
  top: -15px;
}
body .slick-next:hover,
body .slick-next:active,
body .slick-next:focus {
  background-image: url("../img/icons/right-arrow.svg");
  width: 40px;
  height: 40px;
  background-size: cover;
  left: auto;
  right: 0px;
  top: -15px;
}
body .slick-next:before {
  content: none;
}

/**

  Large bg section

 */
.large-image__section {
  position: relative;
  background-position: center;
  background-size: cover;
  margin-bottom: 60px;
  background-attachment: fixed;
}
.large-image__section.static-bg:before {
  opacity: 0;
}
.large-image__section:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(36, 83, 163, 0.75);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.large-image__section h1 {
  text-align: center;
  padding: 100px 25px;
  position: relative;
  max-width: 780px;
  margin: auto;
}

.large-image__section-disclaimer {
  background: #f2fcfe;
  padding: 75px 0;
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #6a6869;
  margin-top: -60px;
  margin-bottom: 120px;
}

/**

  Contact form page

 */
.contact-form__content {
  margin-bottom: 120px;
}

.contact-form__content-box {
  background: #ffffff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  border-radius: 15px 15px 0 0;
}

.col-6.contact-form__content-box-left {
  padding: 40px 55px 30px 45px;
}
.col-6.contact-form__content-box-left h1 {
  color: rgb(0, 106, 195);
}
.col-6.contact-form__content-box-left .large-page__desc {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 40px;
}
.col-6.contact-form__content-box-right {
  padding: 62px 85px;
  background: rgb(0, 106, 195);
  border-radius: 0 15px 0 0;
}
.col-6.contact-form__content-box-right h2 {
  color: #ffffff;
  margin-bottom: 25px;
}
.col-6.contact-form__content-box-right .contact-list__item {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 28px;
  color: #ffffff;
  margin: 20px 0;
}
.col-6.contact-form__content-box-right .contact-list__item:last-child {
  padding-bottom: 50px;
}

.contact-list__social {
  margin-left: -10px;
  margin-top: -10px;
}
.contact-list__social .contact-list__item {
  display: inline-block;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}
.contact-list__social .contact-list__item a {
  display: block;
}

/**

  Contact form

 */
.wpcf7 p {
  margin: 0 0 25px 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="range"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="week"],
.wpcf7 input[type="time"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="color"],
.wpcf7 textarea {
  padding: 12px 16px;
  border: 2px solid rgba(56, 56, 56, 0.05);
  border-radius: 7px;
  width: 100%;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="text"]:focus-visible,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="email"]:focus-visible,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="url"]:focus-visible,
.wpcf7 input[type="password"]:focus,
.wpcf7 input[type="password"]:focus-visible,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="search"]:focus-visible,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="number"]:focus-visible,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="tel"]:focus-visible,
.wpcf7 input[type="range"]:focus,
.wpcf7 input[type="range"]:focus-visible,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="date"]:focus-visible,
.wpcf7 input[type="month"]:focus,
.wpcf7 input[type="month"]:focus-visible,
.wpcf7 input[type="week"]:focus,
.wpcf7 input[type="week"]:focus-visible,
.wpcf7 input[type="time"]:focus,
.wpcf7 input[type="time"]:focus-visible,
.wpcf7 input[type="datetime"]:focus,
.wpcf7 input[type="datetime"]:focus-visible,
.wpcf7 input[type="datetime-local"]:focus,
.wpcf7 input[type="datetime-local"]:focus-visible,
.wpcf7 input[type="color"]:focus,
.wpcf7 input[type="color"]:focus-visible,
.wpcf7 textarea:focus,
.wpcf7 textarea:focus-visible {
  border: 2px solid rgb(254, 223, 1);
  outline: none;
}
.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 input[type="url"]::placeholder,
.wpcf7 input[type="password"]::placeholder,
.wpcf7 input[type="search"]::placeholder,
.wpcf7 input[type="number"]::placeholder,
.wpcf7 input[type="tel"]::placeholder,
.wpcf7 input[type="range"]::placeholder,
.wpcf7 input[type="date"]::placeholder,
.wpcf7 input[type="month"]::placeholder,
.wpcf7 input[type="week"]::placeholder,
.wpcf7 input[type="time"]::placeholder,
.wpcf7 input[type="datetime"]::placeholder,
.wpcf7 input[type="datetime-local"]::placeholder,
.wpcf7 input[type="color"]::placeholder,
.wpcf7 textarea::placeholder {
  outline: none;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #c4c4c4;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}
.wpcf7 textarea {
  margin-bottom: 15px;
}
.wpcf7 input[type="submit"] {
  color: #ffffff;
  padding: 10px 20px;
  background-color: rgb(254, 223, 1);
  border: 2px solid rgb(254, 223, 1);
  border-radius: 4px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.wpcf7 input[type="submit"]:hover {
  background-color: #ffffff;
  color: rgb(254, 223, 1);
}

.page-template-tmp-contact-us .pre-footer {
  display: none;
}

/**

  Tabs

 */
.ui-tabs-vertical {
  width: 100%;
}

.ui-tabs-vertical .ui-tabs-nav {
  float: left;
  width: 33.333333%;
  padding: 0;
  background: none;
  border: none;
  overflow: visible;
}
.ui-tabs-vertical .ui-tabs-nav .ui-tabs-tab {
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  border: none;
  margin: 0 0 15px 0 !important;
  padding: 0 !important;
  width: 100%;
  cursor: pointer !important;
}
.ui-tabs-vertical .ui-tabs-nav .ui-tabs-tab.ui-state-active a {
  opacity: 1;
  color: #ff6d00;
}
.ui-tabs-vertical .ui-tabs-nav .ui-tabs-tab .ui-tabs-anchor {
  padding: 30px 15px;
  text-align: center;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  align-items: center;
  color: #5b5b6b;
  opacity: 0.5;
  white-space: break-spaces;
  cursor: pointer !important;
}

.simple-page-section .simple-page__content .ui-tabs-vertical .ui-tabs-panel {
  padding: 0 0 0 60px;
  float: right;
  width: 66.666667%;
}
.simple-page-section .simple-page__content .ui-tabs-vertical .ui-tabs-panel p {
  margin: 0 0 30px 0;
}

.ui-widget.ui-widget-content {
  padding: 50px 0 0 0;
  border: 0;
}

/**

  Accordion

 */
.ui-accordion {
  margin-bottom: 35px;
}
.ui-accordion * {
  transition: all 0ms ease-in-out;
}
.ui-accordion .ui-accordion-header {
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  color: #040404;
  border: none;
  border-radius: 0;
  background: none;
  border-top: 3px solid rgba(205, 214, 218, 0.25);
  padding: 55px 60px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  display: block;
  float: right;
  width: 48px;
  height: 48px;
  background: url("../img/icons/closed-accardion.png");
}
.ui-accordion .ui-accordion-header:first-child {
  border: none;
}
.ui-accordion .ui-accordion-header:first-child.ui-accordion-header-active {
  border: none;
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active {
  padding-bottom: 0;
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-icon {
  display: block;
  float: right;
  width: 48px;
  height: 48px;
  background: url("../img/icons/open-accardion.png");
}
.ui-accordion .ui-accordion-content {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #14142b;
  opacity: 0.7;
  border: none;
}
.ui-accordion .ui-accordion-content p {
  margin: 0;
}
.ui-accordion .ui-accordion-content.ui-accordion-content-active {
  padding: 35px 60px 50px 60px;
  height: auto !important;
}

/**

  Benefits

 */
.benefits-row {
  margin: 45px 0 50px 0;
}
.benefits-row .col-4 {
  margin-bottom: 30px;
}
.benefits-row .benefit-item {
  background: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  padding: 50px 30px 50px 50px;
  height: 100%;
}
.benefits-row .benefit-item img {
  max-height: 140px;
}
.benefits-row .benefit-item .benefit-item__text {
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #282938;
  margin-top: 25px;
}
.benefits-row .benefit-item p {
  margin-bottom: 0;
}

/**

  Team

 */
.team-item {
  background: #ffffff;
  padding: 50px 25px 30px 25px;
}
.team-item .team-item__name {
  padding: 30px 0 5px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #1d2130;
}
.team-item .team-item__job-title {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #1d2130;
  opacity: 0.7;
  text-align: center;
}
.team-item .team-item__image-social {
  position: relative;
  width: 168px;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
}
.team-item .team-item__image-social img {
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.team-item .team-item__image-social:hover:before {
  opacity: 1;
}
.team-item .team-item__image-social:hover .team-item__socials {
  opacity: 1;
}
.team-item .team-item__image-social:before {
  opacity: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    348.37deg,
    rgb(0, 106, 195) 17.97%,
    rgba(255, 255, 255, 0) 79.2%
  );
  position: absolute;
}
.team-item .team-item__image-social .team-item__socials {
  opacity: 0;
  position: absolute;
  bottom: 10px;
  padding: 0 44px;
  width: 100%;
}
.team-item
  .team-item__image-social
  .team-item__socials
  .team-item__social-link {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.team-item
  .team-item__image-social
  .team-item__socials
  .team-item__social-link.team-facebook {
  background: url("../img/icons/team-facebook.png");
  background-repeat: no-repeat;
  background-position: center;
}
.team-item
  .team-item__image-social
  .team-item__socials
  .team-item__social-link.team-twitter {
  background: url("../img/icons/team-twitter.png");
  background-repeat: no-repeat;
  background-position: center;
}
.team-item
  .team-item__image-social
  .team-item__socials
  .team-item__social-link.team-linkeid {
  background: url("../img/icons/team-linkedin.png");
  background-repeat: no-repeat;
  background-position: center;
}

/**

  Step by step

 */
.page-section__large-button {
  color: #ffffff;
  padding: 10px 20px;
  background-color: rgb(254, 223, 1);
  border: 2px solid rgb(254, 223, 1);
  border-radius: 4px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  display: block;
  max-width: 250px;
  margin: 25px auto 0;
}

.form-input-wrapper {
  position: relative;
}
.form-input-wrapper .form-input__currency {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #c4c4c4;
}
.form-input-wrapper .form-input__currency .form-input__currency-general-item {
  padding: 15px 25px 15px 75px;
  position: relative;
  cursor: pointer;
  width: 130px;
}
.form-input-wrapper
  .form-input__currency
  .form-input__currency-general-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 2px;
  height: 36px;
  background: #e4e4e4;
}
.form-input-wrapper .form-input__currency .form-input__currency-other-item {
  display: none;
  position: absolute;
  width: 100%;
  text-align: right;
  padding: 5px 15px;
  background: #fff;
  right: 0;
  top: -120px;
  border: 2px solid rgb(0, 106, 195);
  border-radius: 6px;
}
.form-input-wrapper
  .form-input__currency
  .form-input__currency-other-item
  .form-input__currency-item {
  padding: 3px 0;
  color: rgb(0, 106, 195);
  opacity: 0.6;
  font-weight: 600;
  cursor: pointer;
}

.step-by-step__content {
  padding: 40px 0 0 0;
  margin-bottom: 40px;
}
.step-by-step__content .step-by-step__item {
  max-width: 240px;
  text-align: center;
  width: 100%;
  margin: auto;
  position: relative;
}
.step-by-step__content .step-by-step__item .step-by-step__number {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 31.202px;
  color: rgb(0, 106, 195);
  background: #ffffff;
  border: 2px solid rgb(0, 106, 195);
  width: 74px;
  line-height: 70px;
  margin: 0 auto 20px;
  border-radius: 100%;
}
.step-by-step__content .step-by-step__item .step-by-step__number.active-number {
  color: #ffffff;
  background: rgb(0, 106, 195);
}
.step-by-step__content .step-by-step__item .step-by-step__title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #444345;
}
.step-by-step__content .step-by-step__item .step-by-step__title.active-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: rgb(0, 106, 195);
}
.step-by-step__content .step-by-step__content-col-first {
  position: relative;
}
.step-by-step__content .step-by-step__content-col-first:before {
  content: "";
  display: block;
  position: absolute;
  background: #333333;
  height: 2px;
  width: 50%;
  left: 50%;
  top: 36px;
}
.step-by-step__content .step-by-step__content-col-second {
  position: relative;
}
.step-by-step__content .step-by-step__content-col-second:before {
  content: "";
  display: block;
  position: absolute;
  background: #333333;
  height: 2px;
  width: 100%;
  left: 0;
  top: 36px;
}
.step-by-step__content .step-by-step__content-col-third {
  position: relative;
}
.step-by-step__content .step-by-step__content-col-third:before {
  content: "";
  display: block;
  position: absolute;
  background: #333333;
  height: 2px;
  width: 50%;
  left: 0;
  top: 36px;
}

body .simple-page__content .entry-content {
  margin: 0;
}
body .simple-page__content .entry-content h2,
body .simple-page__content .entry-content h3,
body .simple-page__content .entry-content h4,
body .simple-page__content .entry-content h5,
body .simple-page__content .entry-content h6,
body .simple-page__content .entry-content p {
  margin: 0 0 15px 0;
}
body #eu-cookie-bar {
  display: block;
  background: #404c9b;
  padding: 15px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body #eu-cookie-bar button#euCookieAcceptWP {
  background: rgb(254, 223, 1);
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  padding: 5px 15px;
}

.site-header .site-logo .custom-logo-link {
  display: block;
}
.site-header .site-logo .custom-logo-link img {
  display: block;
}
.site-header .site-branding {
  padding-top: 35px;
  padding-bottom: 35px;
}
.site-header .get-started__button {
  float: right;
}

.general-menu .main-navigation {
  padding: 0;
}
.general-menu .main-navigation .nav-menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 1;
}
.general-menu .main-navigation .nav-menu .menu-item .sub-menu {
  width: 100%;
  display: block;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.general-menu .main-navigation .nav-menu .menu-item .sub-menu .menu-item {
  border-radius: 0;
}
.general-menu .main-navigation .nav-menu .menu-item .sub-menu .menu-item a {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.03em;
  color: #313144;
  border: 0 !important;
  padding: 10px;
  border-radius: 0 !important;
  margin: auto;
  display: block;
  width: 100%;
  min-width: 180px;
}
.general-menu
  .main-navigation
  .nav-menu
  .menu-item
  .sub-menu
  .menu-item
  a:hover {
  color: rgb(0, 106, 195);
}
.general-menu
  .main-navigation
  .nav-menu
  .menu-item.menu-item-has-children:hover
  a {
  background: #ffffff;
  border: 1px solid rgb(0, 106, 195);
  border-radius: 7px 7px 0 0;
}
.general-menu .main-navigation .nav-menu .menu-item.current-menu-item a,
.general-menu .main-navigation .nav-menu .menu-item.current-page-ancestor a {
  color: rgb(0, 106, 195);
  font-size: 18px;
  line-height: 20px;
}
.general-menu .main-navigation .nav-menu .menu-item a {
  border: 1px solid transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #666666;
  padding: 20px 30px;
  min-width: 180px;
  width: 100%;
}
.general-menu .main-navigation .nav-menu .menu-item a:hover {
  color: rgb(0, 106, 195);
  font-size: 18px;
  line-height: 20px;
}

#mysticky-wrap .site-header.myfixed .site-branding {
  display: none;
}
#mysticky-wrap .site-header.myfixed .general-menu .main-navigation .nav-menu {
  box-shadow: none;
}

/**

  Mobile header

 */
.mobile-menu__button {
  float: right;
  display: none;
  position: relative;
}
.mobile-menu__button .mobile-menu__button-icon {
  color: #ffffff;
  padding: 7px 10px 4px 10px;
  background-color: rgb(0, 106, 195);
  border: 2px solid rgb(0, 106, 195);
  border-radius: 4px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  font-size: 21px;
  margin-left: 30px;
}
.mobile-menu__button .mobile-menu__button-icon.active-mobile-menu {
  background: #ffffff;
  color: rgb(0, 106, 195);
}
.mobile-menu__button .mobile-menu {
  position: absolute;
  display: none;
  text-align: right;
  right: 0;
  top: 100%;
  margin-top: 30px;
  z-index: 99;
  width: 158px;
}
.mobile-menu__button .mobile-menu .sub-menu {
  display: none;
}
.mobile-menu__button .mobile-menu .menu-menu-1-container {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
  border-radius: 6px;
  position: relative;
}
.mobile-menu__button .mobile-menu .menu-menu-1-container:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  right: 12px;
  top: -10px;
}
.mobile-menu__button .mobile-menu .menu-menu-1-container .menu-item {
  padding: 5px 10px;
}

.page-section {
  margin: 0 0;
  position: relative;
  background: #ffffff;
}

.welcome-section {
  background: rgb(0, 106, 195);
  color: #ffffff;
  padding: 45px 0;
}

.page-section__blue-bg {
  background: rgba(38, 78, 160, 0.05);
}

.page-section__team {
  background: rgba(38, 78, 160, 0.05);
}

.simple-page-section {
  padding: 100px 0 120px 0;
}
.simple-page-section .simple-page-section__title {
  text-align: center;
}
.simple-page-section .simple-page-section__desc {
  text-align: center;
  margin-bottom: 65px;
}
.simple-page-section .simple-page__content {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #3e3c3e;
  opacity: 0.7;
}
.simple-page-section .simple-page__content a {
  color: rgb(0, 106, 195);
}
.simple-page-section .simple-page__content p {
  margin-bottom: 40px;
}
.simple-page-section .simple-page__content p:last-child {
  margin-bottom: 0;
}

.legal-boxes {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 29px;
  line-height: 29px;
  color: rgb(0, 106, 195);
}
.legal-boxes img {
  display: inline-block;
  margin-bottom: 40px;
}

.payment-section {
  margin: 40px;
}
.payment-section .form-input-wrapper {
  margin-bottom: 25px;
}
.payment-section button[type="submit"] {
  color: #ffffff;
  padding: 10px 20px;
  background-color: rgb(254, 223, 1);
  border: 2px solid rgb(254, 223, 1);
  border-radius: 4px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.payment-section button[type="submit"]:hover {
  background-color: #ffffff;
  color: rgb(254, 223, 1);
}
.payment-section .contact-form__content-box {
  border-radius: 15px;
  overflow: hidden;
}
.payment-section input[type="text"],
.payment-section input[type="email"],
.payment-section input[type="url"],
.payment-section input[type="password"],
.payment-section input[type="search"],
.payment-section input[type="number"],
.payment-section input[type="tel"],
.payment-section input[type="range"],
.payment-section input[type="date"],
.payment-section input[type="month"],
.payment-section input[type="week"],
.payment-section input[type="time"],
.payment-section input[type="datetime"],
.payment-section input[type="datetime-local"],
.payment-section input[type="color"],
.payment-section textarea {
  padding: 12px 16px;
  border: 2px solid rgba(56, 56, 56, 0.05);
  border-radius: 7px;
  width: 100%;
}
.payment-section input[type="text"]:focus,
.payment-section input[type="text"]:focus-visible,
.payment-section input[type="email"]:focus,
.payment-section input[type="email"]:focus-visible,
.payment-section input[type="url"]:focus,
.payment-section input[type="url"]:focus-visible,
.payment-section input[type="password"]:focus,
.payment-section input[type="password"]:focus-visible,
.payment-section input[type="search"]:focus,
.payment-section input[type="search"]:focus-visible,
.payment-section input[type="number"]:focus,
.payment-section input[type="number"]:focus-visible,
.payment-section input[type="tel"]:focus,
.payment-section input[type="tel"]:focus-visible,
.payment-section input[type="range"]:focus,
.payment-section input[type="range"]:focus-visible,
.payment-section input[type="date"]:focus,
.payment-section input[type="date"]:focus-visible,
.payment-section input[type="month"]:focus,
.payment-section input[type="month"]:focus-visible,
.payment-section input[type="week"]:focus,
.payment-section input[type="week"]:focus-visible,
.payment-section input[type="time"]:focus,
.payment-section input[type="time"]:focus-visible,
.payment-section input[type="datetime"]:focus,
.payment-section input[type="datetime"]:focus-visible,
.payment-section input[type="datetime-local"]:focus,
.payment-section input[type="datetime-local"]:focus-visible,
.payment-section input[type="color"]:focus,
.payment-section input[type="color"]:focus-visible,
.payment-section textarea:focus,
.payment-section textarea:focus-visible {
  border: 2px solid rgb(254, 223, 1);
  outline: none;
}
.payment-section input[type="text"]::placeholder,
.payment-section input[type="email"]::placeholder,
.payment-section input[type="url"]::placeholder,
.payment-section input[type="password"]::placeholder,
.payment-section input[type="search"]::placeholder,
.payment-section input[type="number"]::placeholder,
.payment-section input[type="tel"]::placeholder,
.payment-section input[type="range"]::placeholder,
.payment-section input[type="date"]::placeholder,
.payment-section input[type="month"]::placeholder,
.payment-section input[type="week"]::placeholder,
.payment-section input[type="time"]::placeholder,
.payment-section input[type="datetime"]::placeholder,
.payment-section input[type="datetime-local"]::placeholder,
.payment-section input[type="color"]::placeholder,
.payment-section textarea::placeholder {
  outline: none;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #c4c4c4;
}

/**

  Single post

 */
.single-page__content {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}
.single-page__content .entry-header .entry-meta {
  text-transform: uppercase;
  text-align: center;
  color: #666666;
  margin-bottom: 30px;
}
.single-page__content .entry-header .entry-meta a {
  color: rgb(254, 223, 1);
}
.single-page__content .post-thumbnail img {
  width: 100%;
  border-radius: 8px;
}
.single-page__content .entry-content .single-post__content {
  color: #666666;
}
.single-page__content .entry-content .single-post__content h2 {
  font-weight: 600;
  color: rgb(0, 106, 195);
  font-size: 32px;
  line-height: 140%;
  margin: 20px 0;
}
.single-page__content .entry-content .single-post__content h3 {
  font-weight: 600;
  color: rgb(0, 106, 195);
  font-size: 22px;
  line-height: 140%;
  margin: 20px 0;
}
.single-page__content .entry-content .single-post__content h4 {
  font-weight: 600;
  color: rgb(0, 106, 195);
  font-size: 20px;
  line-height: 140%;
  margin: 20px 0;
}
.single-page__content .entry-content .single-post__content h5 {
  font-weight: 600;
  color: rgb(0, 106, 195);
  font-size: 18px;
  line-height: 140%;
  margin: 20px 0;
}
.single-page__content .entry-content .single-post__content h5 {
  font-weight: 600;
  color: rgb(0, 106, 195);
  font-size: 18px;
  line-height: 140%;
  margin: 20px 0;
}
.single-page__content .entry-content .single-post__content h6 {
  font-weight: 600;
  color: rgb(0, 106, 195);
  font-size: 15px;
  line-height: 140%;
  margin: 20px 0;
}
.single-page__content .entry-content .single-post__content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #4f4f4f;
  margin: 20px 0;
}
.single-page__content .entry-content .single-post__content .wp-block-table {
  margin: 20px 0;
}
.single-page__content
  .entry-content
  .single-post__content
  .wp-block-table
  table {
  margin: 0;
}
.single-page__content
  .entry-content
  .single-post__content
  .wp-block-table
  table
  tr {
  border-bottom: 1px solid rgb(0, 106, 195);
}
.single-page__content
  .entry-content
  .single-post__content
  .wp-block-table
  table
  tr
  td {
  padding: 10px 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #4f4f4f;
}
.single-page__content
  .entry-content
  .single-post__content
  .wp-block-table
  table
  tr
  td:last-child {
  color: #4f4f4f;
}
.single-page__content .entry-content .single-post__content ul,
.single-page__content .entry-content .single-post__content ol {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.single-page__content .entry-content .single-post__content ul li,
.single-page__content .entry-content .single-post__content ol li {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #4f4f4f;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}
.single-page__content .entry-content .single-post__content ul li:last-child,
.single-page__content .entry-content .single-post__content ol li:last-child {
  margin-bottom: 0;
}
.single-page__content .entry-content .single-post__content ul li:before,
.single-page__content .entry-content .single-post__content ol li:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 50%;
  margin-top: -2px;
  background: rgb(0, 106, 195);
  border-radius: 100%;
}
.single-page__content .comments-area,
.single-page__content .entry-footer,
.single-page__content .nav-links {
  display: none;
}

.site-header .site-logo .custom-logo-link {
  display: block;
}
.site-header .site-logo .custom-logo-link img {
  display: block;
}
.site-header .site-branding {
  padding-top: 35px;
  padding-bottom: 35px;
}
.site-header .get-started__button {
  float: right;
}

.general-menu .main-navigation {
  padding: 0;
}
.general-menu .main-navigation .nav-menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 1;
}
.general-menu .main-navigation .nav-menu .menu-item .sub-menu {
  width: 100%;
  display: block;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.general-menu .main-navigation .nav-menu .menu-item .sub-menu .menu-item {
  border-radius: 0;
}
.general-menu .main-navigation .nav-menu .menu-item .sub-menu .menu-item a {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.03em;
  color: #313144;
  border: 0 !important;
  padding: 10px;
  border-radius: 0 !important;
  margin: auto;
  display: block;
  width: 100%;
  min-width: 180px;
}
.general-menu
  .main-navigation
  .nav-menu
  .menu-item
  .sub-menu
  .menu-item
  a:hover {
  color: rgb(0, 106, 195);
}
.general-menu
  .main-navigation
  .nav-menu
  .menu-item.menu-item-has-children:hover
  a {
  background: #ffffff;
  border: 1px solid rgb(0, 106, 195);
  border-radius: 7px 7px 0 0;
}
.general-menu .main-navigation .nav-menu .menu-item.current-menu-item a,
.general-menu .main-navigation .nav-menu .menu-item.current-page-ancestor a {
  color: rgb(0, 106, 195);
  font-size: 18px;
  line-height: 20px;
}
.general-menu .main-navigation .nav-menu .menu-item a {
  border: 1px solid transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #666666;
  padding: 20px 30px;
  min-width: 180px;
  width: 100%;
}
.general-menu .main-navigation .nav-menu .menu-item a:hover {
  color: rgb(0, 106, 195);
  font-size: 18px;
  line-height: 20px;
}

#mysticky-wrap .site-header.myfixed .site-branding {
  display: none;
}
#mysticky-wrap .site-header.myfixed .general-menu .main-navigation .nav-menu {
  box-shadow: none;
}

/**

  Mobile header

 */
.mobile-menu__button {
  float: right;
  display: none;
  position: relative;
}
.mobile-menu__button .mobile-menu__button-icon {
  color: #ffffff;
  padding: 7px 10px 4px 10px;
  background-color: rgb(0, 106, 195);
  border: 2px solid rgb(0, 106, 195);
  border-radius: 4px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  font-size: 21px;
  margin-left: 30px;
}
.mobile-menu__button .mobile-menu__button-icon.active-mobile-menu {
  background: #ffffff;
  color: rgb(0, 106, 195);
}
.mobile-menu__button .mobile-menu {
  position: absolute;
  display: none;
  text-align: right;
  right: 0;
  top: 100%;
  margin-top: 30px;
  z-index: 99;
  width: 158px;
}
.mobile-menu__button .mobile-menu .sub-menu {
  display: none;
}
.mobile-menu__button .mobile-menu .menu-menu-1-container {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
  border-radius: 6px;
  position: relative;
}
.mobile-menu__button .mobile-menu .menu-menu-1-container:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  right: 12px;
  top: -10px;
}
.mobile-menu__button .mobile-menu .menu-menu-1-container .menu-item {
  padding: 5px 10px;
}

.pre-footer__content {
  padding: 80px 100px;
  background: rgb(0, 106, 195);
}
.pre-footer__content h2 {
  color: #ffffff;
}
.pre-footer__content p {
  color: #ffffff;
  margin: 20px 0 0 0;
}
.pre-footer__content .site-button {
  float: right;
}

.site-footer {
  background: #1d2130;
  color: #ffffff;
  padding-top: 62px;
}
.site-footer p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  opacity: 0.6;
}
.site-footer .footer-col-title {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  text-transform: capitalize;
  color: #ffffff;
  padding-bottom: 10px;
}
.site-footer .menu .menu-item {
  padding-bottom: 10px;
}
.site-footer .menu a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  opacity: 0.6;
}
.site-footer .menu a:hover {
  opacity: 1;
}

.site-info {
  text-align: center;
  margin-top: 35px;
  padding-bottom: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  opacity: 0.5;
  position: relative;
}
.site-info:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  background: #888888;
  width: 100%;
  height: 1px;
}
.site-info span {
  position: relative;
  padding: 0 30px;
  background-color: #1d2130;
  display: inline-block;
  margin: auto;
}
.site-info a {
  text-align: center;
  margin-top: 35px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  opacity: 0.5;
  position: relative;
  display: block;
}

.page-element1 {
  position: absolute;
  left: 5%;
  top: 15%;
  -webkit-animation: page-element1 2s alternate infinite;
  -moz-animation: page-element1 2s alternate infinite;
  animation: page-element1 2s alternate infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes page-element1 {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    transform: translateX(100px);
  }
}
.page-element2 {
  position: absolute;
  right: 10%;
  bottom: 15%;
  -webkit-animation: page-element2 2s alternate infinite;
  -moz-animation: page-element2 2s alternate infinite;
  animation: page-element2 2s alternate infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes page-element2 {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    transform: translateX(100px);
  }
}
.page-element2 {
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation: paper-plane-soaring 4s forwards infinite;
  -moz-animation: paper-plane-soaring 4s forwards infinite;
  animation: paper-plane-soaring 4s forwards infinite;
}

@-webkit-keyframes paper-plane-soaring {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.background1 {
  width: 200%;
  height: 200%;
  position: absolute;
  left: -50%;
  top: -50%;
  transform-origin: 50%;
  background-image: radial-gradient(
    circle farthest-side,
    #e4572e,
    #17bebb,
    #d81e5b,
    #d81e5b,
    #49cc87,
    #9c9c93,
    #ffc914,
    #d81e5b,
    #d81e5b,
    #17bebb,
    #ffc914
  );
  background-size: 100vw 100vh;
  background-position: 50%;
  animation: 100s ease infinite alternate radient;
}

@-moz-keyframes radient {
  10% {
    background-size: 1vw 90vh;
    background-position: -100%;
  }
  20% {
    background-size: 90vw 1vh;
    background-position: 10%;
    transform: rotate(360deg);
  }
  30% {
    background-size: 1vw 100vh;
    background-position: 90%;
  }
  40% {
    background-size: 80vw 1vh;
    background-position: 50vw 50vh;
    transform: rotate(-360deg);
  }
  50% {
    background-size: 1vw 70vh;
    background-position: -20%;
  }
  60% {
    background-size: 100vw 1vh;
    background-position: -80%;
  }
  70% {
    background-size: 1vw 60vh;
    background-position: 50vw 50vh;
    transform: rotate(360deg);
  }
  80% {
    background-size: 60vw 1vh;
    background-position: -30%;
  }
  90% {
    background-size: 1vw 100vh;
    background-position: 70%;
  }
  100% {
    background-size: 50vw 50vh;
    filter: contrast(1.5) hue-rotate(360deg);
    transform: rotate(-720deg);
  }
}
@-webkit-keyframes radient {
  10% {
    background-size: 1vw 90vh;
    background-position: -100%;
  }
  20% {
    background-size: 90vw 1vh;
    background-position: 10%;
    transform: rotate(360deg);
  }
  30% {
    background-size: 1vw 100vh;
    background-position: 90%;
  }
  40% {
    background-size: 80vw 1vh;
    background-position: 50vw 50vh;
    transform: rotate(-360deg);
  }
  50% {
    background-size: 1vw 70vh;
    background-position: -20%;
  }
  60% {
    background-size: 100vw 1vh;
    background-position: -80%;
  }
  70% {
    background-size: 1vw 60vh;
    background-position: 50vw 50vh;
    transform: rotate(360deg);
  }
  80% {
    background-size: 60vw 1vh;
    background-position: -30%;
  }
  90% {
    background-size: 1vw 100vh;
    background-position: 70%;
  }
  100% {
    background-size: 50vw 50vh;
    filter: contrast(1.5) hue-rotate(360deg);
    transform: rotate(-720deg);
  }
}
@-o-keyframes radient {
  10% {
    background-size: 1vw 90vh;
    background-position: -100%;
  }
  20% {
    background-size: 90vw 1vh;
    background-position: 10%;
    transform: rotate(360deg);
  }
  30% {
    background-size: 1vw 100vh;
    background-position: 90%;
  }
  40% {
    background-size: 80vw 1vh;
    background-position: 50vw 50vh;
    transform: rotate(-360deg);
  }
  50% {
    background-size: 1vw 70vh;
    background-position: -20%;
  }
  60% {
    background-size: 100vw 1vh;
    background-position: -80%;
  }
  70% {
    background-size: 1vw 60vh;
    background-position: 50vw 50vh;
    transform: rotate(360deg);
  }
  80% {
    background-size: 60vw 1vh;
    background-position: -30%;
  }
  90% {
    background-size: 1vw 100vh;
    background-position: 70%;
  }
  100% {
    background-size: 50vw 50vh;
    filter: contrast(1.5) hue-rotate(360deg);
    transform: rotate(-720deg);
  }
}
@keyframes radient {
  10% {
    background-size: 1vw 90vh;
    background-position: -100%;
  }
  20% {
    background-size: 90vw 1vh;
    background-position: 10%;
    transform: rotate(360deg);
  }
  30% {
    background-size: 1vw 100vh;
    background-position: 90%;
  }
  40% {
    background-size: 80vw 1vh;
    background-position: 50vw 50vh;
    transform: rotate(-360deg);
  }
  50% {
    background-size: 1vw 70vh;
    background-position: -20%;
  }
  60% {
    background-size: 100vw 1vh;
    background-position: -80%;
  }
  70% {
    background-size: 1vw 60vh;
    background-position: 50vw 50vh;
    transform: rotate(360deg);
  }
  80% {
    background-size: 60vw 1vh;
    background-position: -30%;
  }
  90% {
    background-size: 1vw 100vh;
    background-position: 70%;
  }
  100% {
    background-size: 50vw 50vh;
    filter: contrast(1.5) hue-rotate(360deg);
    transform: rotate(-720deg);
  }
}
.client-logo {
  opacity: 0.8;
  float: right;
}
.client-logo:hover {
  opacity: 1;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  box-sizing: border-box;
}
.row.h-center {
  justify-content: center;
}
.row.v-center {
  align-items: center;
}
.row.s-b {
  justify-content: space-between;
  align-content: space-between;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding: 0 15px;
  box-sizing: border-box;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
  box-sizing: border-box;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
  padding: 0 15px;
  box-sizing: border-box;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.col-13 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.28%;
  flex: 0 0 14.28%;
  max-width: 14.28%;
  padding: 0 15px;
  box-sizing: border-box;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
  box-sizing: border-box;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.col-md-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding: 0 15px;
  box-sizing: border-box;
}

.col-variable-width {
  -moz-flex-box: 1;
  -webkit-flex-box: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 0 15px;
  box-sizing: border-box;
}

.col-p0 {
  padding: 0;
}

ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
}

/**

  Padding's

 */
.p-b-0 {
  padding-bottom: 0;
}

.page-section-p120 {
  padding: 120px 0;
}

.page-section-p55 {
  padding: 55px 0;
}

.home-page__man-with-finger-section {
  padding-bottom: 0;
}

/**

  Margin's

 */
.m-b-120 {
  margin: 0 0 120px 0;
}

/**

  Float's

 */
.image-f-r {
  float: right;
}

.image-f-l {
  float: left;
}

.image-d-b {
  display: block;
}

.post,
.page {
  margin: 0;
}

.site-header .site-logo .custom-logo-link {
  float: left;
}

@media (max-width: 1228px) {
  .general-menu .main-navigation {
    padding: 0;
  }

  .general-menu .main-navigation .nav-menu .menu-item a {
    padding: 20px 15px;
  }
}
@media (max-width: 980px) {
  .user-registration {
    width: 100%;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-8,
  .col-12,
  .col-13,
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px;
    box-sizing: border-box;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
  }

  .page-section-p120 {
    padding: 60px 0;
  }

  .general-menu .main-navigation .nav-menu .menu-item a {
    padding: 20px 10px;
  }

  .general-menu .main-navigation .nav-menu .menu-item.current-menu-item a,
  .general-menu .main-navigation .nav-menu .menu-item.current-page-ancestor a,
  .general-menu .main-navigation .nav-menu .menu-item a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  h1.simple-page-section__title {
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    font-size: 28px;
    line-height: 32px;
  }

  h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .text-center-position {
    text-align: left;
    padding-right: 60px;
    margin-bottom: 0;
    min-height: 40px;
  }

  .posts-slider {
    padding-top: 0px;
  }

  body .slick-dots {
    position: relative;
    bottom: 0;
    padding-top: 0;
  }

  .page-section p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px;
  }

  .popup-youtube img {
    width: 100%;
  }

  .welcome-section h1 {
    margin: 10px 0 15px 0;
  }

  .welcome-section {
    padding: 55px 0;
  }

  .welcome-section__desc {
    font-size: 18px;
    line-height: 21px;
  }

  .page-section-p120 {
    padding: 30px 0;
  }

  .page-section-p55 {
    padding: 25px 0;
  }

  .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px;
    box-sizing: border-box;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
  }

  .home-page__man-with-finger {
    padding-bottom: 0;
  }
  .home-page__man-with-finger img {
    height: 150px;
    float: right;
  }

  .home-page__man-with-finger-section {
    padding-bottom: 0;
  }

  body .slick-next,
  body .slick-next:hover {
    right: 15px;
    top: -30px;
  }

  body .slick-prev,
  body .slick-prev:hover {
    right: 70px;
    top: -30px;
  }

  .mobile-menu__button {
    display: inline-block;
  }

  #mysticky-wrap .general-menu {
    display: none;
  }

  .site-header .site-branding {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-f-r {
    float: left;
  }

  .pre-footer__content {
    padding: 15px;
  }

  .pre-footer__content .site-button {
    float: none;
  }

  .site-button.get-started__button {
    font-size: 15px;
  }

  .benefits-row .col-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .site-info {
    margin-top: 15px;
    padding-bottom: 10px;
  }
  .site-info:before {
    top: 7px;
  }
  .site-info a {
    margin-top: 15px;
  }

  .site-info span {
    padding: 0 10px;
  }

  .scams-list__item {
    margin-bottom: 0;
  }

  #mysticky-wrap .site-header.myfixed .site-branding {
    display: block;
  }

  .contact-form__content {
    margin-bottom: 0px;
  }

  .col-6.contact-form__content-box-right {
    padding: 15px;
    border-radius: 0;
  }

  .col-6.contact-form__content-box-left {
    padding: 15px;
  }

  .contact-form__content-box {
    border-radius: 0;
    box-shadow: none;
  }

  .large-image__section h1 {
    padding: 50px 25px;
  }

  .large-image__section {
    margin-bottom: 30px;
  }

  .large-image__section.static-bg:before {
    opacity: 1;
  }

  .step-by-step__content {
    padding: 0px 0 0px 0;
  }

  .step-by-step__content .step-by-step__content-col-first:before,
  .step-by-step__content .step-by-step__content-col-second:before,
  .step-by-step__content .step-by-step__content-col-third:before {
    content: none;
  }

  .youtube-link__text {
    font-size: 24px;
    line-height: 36px;
    padding: 15px 0 15px 0;
  }

  .video-desc-line {
    font-size: 18px;
    line-height: 16px;
  }

  .step-by-step__content .step-by-step__item .step-by-step__title.active-title,
  .step-by-step__content .step-by-step__item .step-by-step__title {
    font-size: 18px;
  }

  .benefits-row .col-4 {
    margin-bottom: 0;
  }

  .ui-accordion .ui-accordion-header {
    padding: 15px 0;
    font-size: 24px;
  }

  .ui-accordion .ui-accordion-content.ui-accordion-content-active {
    padding: 15px 0 15px 0;
    height: auto !important;
  }

  .simple-page-section {
    padding: 30px 0;
  }

  .ui-tabs-vertical .ui-tabs-nav .ui-tabs-tab .ui-tabs-anchor {
    padding: 5px 5px;
    font-size: 15px;
    line-height: 16px;
    overflow: hidden;
  }

  .simple-page-section .simple-page__content .ui-tabs-vertical .ui-tabs-panel {
    padding: 0 0 0 5px;
  }

  .simple-page-section
    .simple-page__content
    .ui-tabs-vertical
    .ui-tabs-panel
    p {
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 16px;
  }

  body .post-pagination {
    text-align: center;
  }

  body .post-pagination .post-pagination__page.first,
  body .post-pagination .post-pagination__page.last,
  body .post-pagination .post-pagination__page.previous,
  body .post-pagination .post-pagination__page.next {
    padding: 5px 10px;
  }

  body .post-pagination .post-pagination__page {
    padding: 5px 10px;
  }

  body .post-pagination {
    margin-bottom: 30px;
  }

  .user-registration {
    border-radius: 5px;
  }
}
@media (max-width: 650px) {
  .mobile-menu__button .mobile-menu__button-icon {
    margin-left: 10px;
  }

  .site-button {
    padding: 10px 10px;
  }

  .site-branding .site-logo {
    webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
  }

  .welcome-section {
    padding: 15px 0;
  }

  h1 {
    font-size: 21px;
    line-height: 28px;
  }
  h1.simple-page-section__title {
    font-size: 21px;
    line-height: 28px;
  }

  h2 {
    font-size: 18px;
    line-height: 24px;
  }

  h3 {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0;
  }

  h4 {
    font-size: 15px;
    margin-bottom: 0;
  }

  .page-section p {
    font-size: 15px;
  }

  .simple-page-section {
    padding: 15px 0;
  }

  .ui-widget.ui-widget-content {
    padding: 15px 0 0 0;
  }

  .benefits-row {
    margin: 15px 0 30px 0;
  }

  .benefits-row .benefit-item {
    padding: 15px 15px 15px 15px;
  }

  .benefits-row .benefit-item img {
    max-height: 60px;
  }

  .benefits-row .benefit-item .benefit-item__text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
  }

  .pre-footer__content {
    margin: 0 -15px;
  }

  .site-footer {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .site-footer .col-3 {
    padding-bottom: 0;
  }

  .site-footer .footer-col-title {
    font-size: 18px;
    line-height: 21px;
  }

  .site-footer .menu a {
    font-size: 15px;
    line-height: 18px;
  }

  .site-footer p {
    font-size: 15px;
    margin: 0 0 15px 0;
  }

  .welcome-section__desc {
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0;
  }

  .welcome-section h1 {
    margin: 10px 0 10px 0;
    letter-spacing: 0;
  }

  .ur-frontend-form {
    padding: 10px 0;
  }

  .ur-frontend-form .ur-form-row .ur-form-grid label {
    font-size: 15px;
    line-height: 18px;
  }

  .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
    margin-bottom: 0px;
  }

  .ur-frontend-form .ur-form-row .ur-form-grid input[type="text"],
  .ur-frontend-form .ur-form-row .ur-form-grid input[type="email"],
  .ur-frontend-form .ur-form-row .ur-form-grid input[type="number"],
  .ur-frontend-form
    .ur-form-row
    .ur-form-grid
    .hide_show_password
    input[type="password"],
  .ur-frontend-form .ur-form-row .ur-form-grid select {
    padding: 8px 10px;
    font-size: 15px;
  }
  .ur-frontend-form .ur-form-row .ur-form-grid input[type="text"]::placeholder,
  .ur-frontend-form .ur-form-row .ur-form-grid input[type="email"]::placeholder,
  .ur-frontend-form
    .ur-form-row
    .ur-form-grid
    input[type="number"]::placeholder,
  .ur-frontend-form
    .ur-form-row
    .ur-form-grid
    .hide_show_password
    input[type="password"]::placeholder,
  .ur-frontend-form .ur-form-row .ur-form-grid select::placeholder {
    font-size: 15px;
  }

  body .slick-prev,
  body .slick-next {
    width: 30px;
    height: 30px;
  }

  body .slick-prev,
  body .slick-prev:hover {
    right: 50px;
    top: -30px;
  }

  .scams-list__item-title {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    color: #14142b;
    margin: 5px 0 5px 0;
  }

  .scams-list__item-desc a {
    font-size: 15px;
  }

  body .scams-list__item-desc p {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .site-button__large {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }

  .news-list__item-title {
    padding: 0 10px 5px 10px;
    font-size: 15px;
    line-height: 21px;
  }

  .news-list__item-author {
    font-size: 15px;
    line-height: 22px;
    padding: 10px 10px 0 10px;
  }

  .news-list__item-desc {
    font-size: 15px;
    padding: 0 10px 5px 10px;
  }

  .news-list__item-footer {
    font-size: 9px;
    padding: 5px 10px;
    margin-bottom: 10px;
  }

  body .scroll-left {
    height: 25px;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0px -15px 15px 0px rgba(0, 0, 0, 0.25);
  }
  body .scroll-left p {
    font-size: 15px;
    line-height: 25px;
  }

  .large-image__section h1 {
    padding: 25px 25px;
  }

  .large-image__section {
    margin-bottom: 15px;
  }

  .large-image__section-disclaimer {
    margin-top: -15px;
    font-size: 8px;
    line-height: 12px;
    padding: 15px 0;
    margin-bottom: 15px;
  }

  .page-section-p55 {
    padding: 15px 0;
  }

  .page-section__simple-text ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 3px;
    width: 14px;
    height: 14px;
    background: url(../img/icons/li-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .page-section__simple-text ul li {
    padding-left: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #818a9b;
    position: relative;
    margin-bottom: 5px;
  }

  .m-b-120 {
    margin: 0 0 15px 0;
  }

  .site-button.white-button {
    font-size: 15px;
    line-height: 26px;
    padding: 5px 10px;
  }

  .pre-footer__content .col-6 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pre-footer__content .col-6 p {
    font-size: 15px;
    margin-top: 0;
  }
  .pre-footer__content .col-6 a {
    margin-top: 15px;
  }

  .page-section p:last-child {
    margin-bottom: 0;
  }

  .site-footer .menu .menu-item:last-child {
    padding-bottom: 0;
  }

  .youtube-link__text {
    font-size: 18px;
    line-height: 26px;
  }

  .video-desc-line {
    font-size: 15px;
    line-height: 14px;
    padding-bottom: 10px;
  }

  .step-by-step__content .step-by-step__item .step-by-step__number {
    width: 54px;
    line-height: 50px;
    font-size: 21px;
    margin: 0 auto 0;
  }

  .step-by-step__content .step-by-step__item .step-by-step__title.active-title,
  .step-by-step__content .step-by-step__item .step-by-step__title {
    font-size: 15px;
  }

  .step-by-step__content .step-by-step__content-col-second {
    position: relative;
    padding: 0 15px;
  }

  .popup-youtube img {
    max-width: 230px;
    width: 100%;
  }

  .home .popup-youtube img {
    max-width: 100%;
    width: 100%;
  }

  .ui-accordion .ui-accordion-header {
    padding: 5px 0;
    font-size: 18px;
  }

  .ui-accordion .ui-accordion-content.ui-accordion-content-active {
    padding: 5px 0 5px 0;
    height: auto !important;
  }

  .ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-icon {
    display: block;
    float: right;
    width: 21px;
    height: 21px;
    background: url(../img/icons/open-accardion.png);
    background-size: cover;
  }

  .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: block;
    float: right;
    width: 21px;
    height: 21px;
    background: url(../img/icons/closed-accardion.png);
    background-size: cover;
    margin-top: 0;
  }

  .ui-accordion .ui-accordion-content p {
    font-size: 15px;
    line-height: 16px;
  }

  .col-6.contact-form__content-box-left .large-page__desc {
    margin-bottom: 10px;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="url"],
  .wpcf7 input[type="password"],
  .wpcf7 input[type="search"],
  .wpcf7 input[type="number"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="range"],
  .wpcf7 input[type="date"],
  .wpcf7 input[type="month"],
  .wpcf7 input[type="week"],
  .wpcf7 input[type="time"],
  .wpcf7 input[type="datetime"],
  .wpcf7 input[type="datetime-local"],
  .wpcf7 input[type="color"],
  .wpcf7 textarea {
    padding: 8px 10px;
    font-size: 15px;
    max-height: 75px;
  }
  .wpcf7 input[type="text"]::placeholder,
  .wpcf7 input[type="email"]::placeholder,
  .wpcf7 input[type="url"]::placeholder,
  .wpcf7 input[type="password"]::placeholder,
  .wpcf7 input[type="search"]::placeholder,
  .wpcf7 input[type="number"]::placeholder,
  .wpcf7 input[type="tel"]::placeholder,
  .wpcf7 input[type="range"]::placeholder,
  .wpcf7 input[type="date"]::placeholder,
  .wpcf7 input[type="month"]::placeholder,
  .wpcf7 input[type="week"]::placeholder,
  .wpcf7 input[type="time"]::placeholder,
  .wpcf7 input[type="datetime"]::placeholder,
  .wpcf7 input[type="datetime-local"]::placeholder,
  .wpcf7 input[type="color"]::placeholder,
  .wpcf7 textarea::placeholder {
    font-size: 15px;
  }

  .col-6.contact-form__content-box-right h2 {
    color: #ffffff;
    margin-bottom: 15px;
  }

  .col-6.contact-form__content-box-right .contact-list__item {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 10px 0;
  }

  .col-6.contact-form__content-box-right .contact-list__item:last-child {
    padding-bottom: 15px;
  }

  .simple-page-section .simple-page-section__desc {
    margin-bottom: 15px;
  }

  .legal-boxes img {
    display: inline-block;
    margin-bottom: 15px;
    max-width: 50px;
  }

  .legal-boxes__text {
    font-size: 18px;
    line-height: 21px;
  }

  .custom-logo {
    min-width: 100px;
  }

  .large-blue-text {
    font-size: 28px;
    line-height: 36px;
  }

  .client-logo {
    float: none;
  }

  .col-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .team-item {
    padding: 15px 25px 15px 25px;
  }

  .team-item .team-item__name {
    padding: 5px 0 5px 0;
    font-size: 18px;
    line-height: 21px;
  }

  .team-item .team-item__job-title {
    font-size: 15px;
    line-height: 12px;
  }

  .ur-frontend-form {
    margin-bottom: 0;
  }

  .mobile-menu__button .mobile-menu .menu-menu-1-container .menu-item {
    padding: 10px 15px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .site-button__large {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 26px;
  }

  .home-page__man-with-finger-section {
    padding-bottom: 0;
  }

  .page-section-p120 {
    padding: 15px 0;
  }
}
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should be a color other than white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally on the screen */
  top: 50%;
  /* centers the loading animation vertically on the screen */
  background-image: url("../img/logo.png");
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

/* Scroll */
.scroll-left {
  height: 50px;
  overflow: hidden;
  position: relative;
  background: rgb(0, 106, 195);
  color: #ffffff;
  border: 1px solid rgb(0, 106, 195);
}
.scroll-left.scroll-left__active p {
  animation: scroll-left 20s linear infinite;
}

.scroll-left p {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 50px;
  text-align: center;
  /* Starting position */
  transform: translateX(100%);
  /* Apply animation to this element */
  animation: scroll-left 50s linear infinite;
}

/* Move it (define the animation) */
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* Sticky menu */
body #mysticky-nav.wrapfixed,
body #mysticky-nav.wrapfixed .myfixed {
  background: #ffffff;
}
body #mysticky-nav.wrapfixed *,
body #mysticky-nav.wrapfixed .myfixed * {
  transition: all 300ms ease-in-out;
}

body #mysticky-nav.wrapfixed {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}

body #mysticky-nav * {
  transition: all 0ms ease-in-out !important;
}

.general-menu.wrapper.myfixed .menu.nav-menu {
  box-shadow: none;
}

/* Pagination */
.post-pagination {
  text-align: right;
  margin-top: 25px;
  margin-bottom: 120px;
}
.post-pagination .post-pagination__page {
  background: rgba(36, 83, 163, 0.05);
  border-radius: 8px;
  padding: 10px 10px;
  text-align: center;
  color: #333333;
  margin: 0 5px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
}
.post-pagination .post-pagination__page.first,
.post-pagination .post-pagination__page.last,
.post-pagination .post-pagination__page.previous,
.post-pagination .post-pagination__page.next {
  padding: 10px 20px;
}
.post-pagination .post-pagination__page.active {
  background: rgb(254, 223, 1);
  border-radius: 8px;
  color: #ffffff;
}

/*# sourceMappingURL=general.css.map */
